Skip to content

Commit e728a5a

Browse files
author
AWS
committed
AWS MediaTailor Update: Documenting that EnabledLoggingStrategies is always present in responses of PlaybackConfiguration read operations.
1 parent 6377b89 commit e728a5a

File tree

2 files changed

+21
-23
lines changed

2 files changed

+21
-23
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS MediaTailor",
4+
"contributor": "",
5+
"description": "Documenting that EnabledLoggingStrategies is always present in responses of PlaybackConfiguration read operations."
6+
}

services/mediatailor/src/main/resources/codegen-resources/service-2.json

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,8 +1626,7 @@
16261626
},
16271627
"DeleteChannelPolicyResponse":{
16281628
"type":"structure",
1629-
"members":{
1630-
}
1629+
"members":{}
16311630
},
16321631
"DeleteChannelRequest":{
16331632
"type":"structure",
@@ -1643,8 +1642,7 @@
16431642
},
16441643
"DeleteChannelResponse":{
16451644
"type":"structure",
1646-
"members":{
1647-
}
1645+
"members":{}
16481646
},
16491647
"DeleteLiveSourceRequest":{
16501648
"type":"structure",
@@ -1669,8 +1667,7 @@
16691667
},
16701668
"DeleteLiveSourceResponse":{
16711669
"type":"structure",
1672-
"members":{
1673-
}
1670+
"members":{}
16741671
},
16751672
"DeletePlaybackConfigurationRequest":{
16761673
"type":"structure",
@@ -1686,8 +1683,7 @@
16861683
},
16871684
"DeletePlaybackConfigurationResponse":{
16881685
"type":"structure",
1689-
"members":{
1690-
}
1686+
"members":{}
16911687
},
16921688
"DeletePrefetchScheduleRequest":{
16931689
"type":"structure",
@@ -1712,8 +1708,7 @@
17121708
},
17131709
"DeletePrefetchScheduleResponse":{
17141710
"type":"structure",
1715-
"members":{
1716-
}
1711+
"members":{}
17171712
},
17181713
"DeleteProgramRequest":{
17191714
"type":"structure",
@@ -1738,8 +1733,7 @@
17381733
},
17391734
"DeleteProgramResponse":{
17401735
"type":"structure",
1741-
"members":{
1742-
}
1736+
"members":{}
17431737
},
17441738
"DeleteSourceLocationRequest":{
17451739
"type":"structure",
@@ -1755,8 +1749,7 @@
17551749
},
17561750
"DeleteSourceLocationResponse":{
17571751
"type":"structure",
1758-
"members":{
1759-
}
1752+
"members":{}
17601753
},
17611754
"DeleteVodSourceRequest":{
17621755
"type":"structure",
@@ -1781,8 +1774,7 @@
17811774
},
17821775
"DeleteVodSourceResponse":{
17831776
"type":"structure",
1784-
"members":{
1785-
}
1777+
"members":{}
17861778
},
17871779
"DescribeChannelRequest":{
17881780
"type":"structure",
@@ -2756,7 +2748,10 @@
27562748
},
27572749
"LogConfiguration":{
27582750
"type":"structure",
2759-
"required":["PercentEnabled"],
2751+
"required":[
2752+
"PercentEnabled",
2753+
"EnabledLoggingStrategies"
2754+
],
27602755
"members":{
27612756
"PercentEnabled":{
27622757
"shape":"__integer",
@@ -3110,8 +3105,7 @@
31103105
},
31113106
"PutChannelPolicyResponse":{
31123107
"type":"structure",
3113-
"members":{
3114-
}
3108+
"members":{}
31153109
},
31163110
"PutPlaybackConfigurationRequest":{
31173111
"type":"structure",
@@ -3683,8 +3677,7 @@
36833677
},
36843678
"StartChannelResponse":{
36853679
"type":"structure",
3686-
"members":{
3687-
}
3680+
"members":{}
36883681
},
36893682
"StopChannelRequest":{
36903683
"type":"structure",
@@ -3700,8 +3693,7 @@
37003693
},
37013694
"StopChannelResponse":{
37023695
"type":"structure",
3703-
"members":{
3704-
}
3696+
"members":{}
37053697
},
37063698
"StreamingMediaFileConditioning":{
37073699
"type":"string",

0 commit comments

Comments
 (0)