Skip to content

Commit edcfd78

Browse files
Documenting that EnabledLoggingStrategies is always present in responses of PlaybackConfiguration read operations.
1 parent 9fe4aaa commit edcfd78

File tree

5 files changed

+119
-222
lines changed

5 files changed

+119
-222
lines changed

generator/ServiceModels/mediatailor/mediatailor-2018-04-23.api.json

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,8 +1087,7 @@
10871087
},
10881088
"DeleteChannelPolicyResponse":{
10891089
"type":"structure",
1090-
"members":{
1091-
}
1090+
"members":{}
10921091
},
10931092
"DeleteChannelRequest":{
10941093
"type":"structure",
@@ -1103,8 +1102,7 @@
11031102
},
11041103
"DeleteChannelResponse":{
11051104
"type":"structure",
1106-
"members":{
1107-
}
1105+
"members":{}
11081106
},
11091107
"DeleteLiveSourceRequest":{
11101108
"type":"structure",
@@ -1127,8 +1125,7 @@
11271125
},
11281126
"DeleteLiveSourceResponse":{
11291127
"type":"structure",
1130-
"members":{
1131-
}
1128+
"members":{}
11321129
},
11331130
"DeletePlaybackConfigurationRequest":{
11341131
"type":"structure",
@@ -1143,8 +1140,7 @@
11431140
},
11441141
"DeletePlaybackConfigurationResponse":{
11451142
"type":"structure",
1146-
"members":{
1147-
}
1143+
"members":{}
11481144
},
11491145
"DeletePrefetchScheduleRequest":{
11501146
"type":"structure",
@@ -1167,8 +1163,7 @@
11671163
},
11681164
"DeletePrefetchScheduleResponse":{
11691165
"type":"structure",
1170-
"members":{
1171-
}
1166+
"members":{}
11721167
},
11731168
"DeleteProgramRequest":{
11741169
"type":"structure",
@@ -1191,8 +1186,7 @@
11911186
},
11921187
"DeleteProgramResponse":{
11931188
"type":"structure",
1194-
"members":{
1195-
}
1189+
"members":{}
11961190
},
11971191
"DeleteSourceLocationRequest":{
11981192
"type":"structure",
@@ -1207,8 +1201,7 @@
12071201
},
12081202
"DeleteSourceLocationResponse":{
12091203
"type":"structure",
1210-
"members":{
1211-
}
1204+
"members":{}
12121205
},
12131206
"DeleteVodSourceRequest":{
12141207
"type":"structure",
@@ -1231,8 +1224,7 @@
12311224
},
12321225
"DeleteVodSourceResponse":{
12331226
"type":"structure",
1234-
"members":{
1235-
}
1227+
"members":{}
12361228
},
12371229
"DescribeChannelRequest":{
12381230
"type":"structure",
@@ -1823,7 +1815,10 @@
18231815
},
18241816
"LogConfiguration":{
18251817
"type":"structure",
1826-
"required":["PercentEnabled"],
1818+
"required":[
1819+
"PercentEnabled",
1820+
"EnabledLoggingStrategies"
1821+
],
18271822
"members":{
18281823
"PercentEnabled":{"shape":"__integer"},
18291824
"EnabledLoggingStrategies":{"shape":"__listOfLoggingStrategies"},
@@ -2035,8 +2030,7 @@
20352030
},
20362031
"PutChannelPolicyResponse":{
20372032
"type":"structure",
2038-
"members":{
2039-
}
2033+
"members":{}
20402034
},
20412035
"PutPlaybackConfigurationRequest":{
20422036
"type":"structure",
@@ -2295,8 +2289,7 @@
22952289
},
22962290
"StartChannelResponse":{
22972291
"type":"structure",
2298-
"members":{
2299-
}
2292+
"members":{}
23002293
},
23012294
"StopChannelRequest":{
23022295
"type":"structure",
@@ -2311,8 +2304,7 @@
23112304
},
23122305
"StopChannelResponse":{
23132306
"type":"structure",
2314-
"members":{
2315-
}
2307+
"members":{}
23162308
},
23172309
"StreamingMediaFileConditioning":{
23182310
"type":"string",

0 commit comments

Comments
 (0)