aws-sdk-core 2.11.260 → 2.11.261

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,11 @@
1
1
  {
2
2
  "pagination" : {
3
+ "ListEntitlements" : {
4
+ "input_token" : "NextToken",
5
+ "output_token" : "NextToken",
6
+ "limit_key" : "MaxResults",
7
+ "result_key" : "Entitlements"
8
+ },
3
9
  "ListFlows" : {
4
10
  "input_token" : "NextToken",
5
11
  "output_token" : "NextToken",
@@ -1,479 +1,524 @@
1
1
  {
2
- "metadata" : {
3
- "apiVersion" : "2018-04-23",
4
- "endpointPrefix" : "api.mediatailor",
5
- "signingName" : "mediatailor",
6
- "serviceFullName" : "AWS MediaTailor",
7
- "serviceId" : "MediaTailor",
8
- "protocol" : "rest-json",
9
- "jsonVersion" : "1.1",
10
- "uid" : "mediatailor-2018-04-23",
11
- "signatureVersion" : "v4",
12
- "serviceAbbreviation": "MediaTailor"
13
- },
14
- "operations" : {
15
- "DeletePlaybackConfiguration" : {
16
- "name" : "DeletePlaybackConfiguration",
17
- "http" : {
18
- "method" : "DELETE",
19
- "requestUri" : "/playbackConfiguration/{Name}",
20
- "responseCode" : 204
21
- },
22
- "input" : {
23
- "shape" : "DeletePlaybackConfigurationRequest"
24
- },
25
- "errors" : [ ]
26
- },
27
- "GetPlaybackConfiguration" : {
28
- "name" : "GetPlaybackConfiguration",
29
- "http" : {
30
- "method" : "GET",
31
- "requestUri" : "/playbackConfiguration/{Name}",
32
- "responseCode" : 200
33
- },
34
- "input" : {
35
- "shape" : "GetPlaybackConfigurationRequest"
36
- },
37
- "output" : {
38
- "shape" : "GetPlaybackConfigurationResponse"
39
- },
40
- "errors" : [ ]
41
- },
42
- "ListPlaybackConfigurations" : {
43
- "name" : "ListPlaybackConfigurations",
44
- "http" : {
45
- "method" : "GET",
46
- "requestUri" : "/playbackConfigurations",
47
- "responseCode" : 200
48
- },
49
- "input" : {
50
- "shape" : "ListPlaybackConfigurationsRequest"
51
- },
52
- "output" : {
53
- "shape" : "ListPlaybackConfigurationsResponse"
54
- },
55
- "errors" : [ ]
56
- },
57
- "ListTagsForResource" : {
58
- "name" : "ListTagsForResource",
59
- "http" : {
60
- "method" : "GET",
61
- "requestUri" : "/tags/{ResourceArn}",
62
- "responseCode" : 200
63
- },
64
- "input" : {
65
- "shape" : "ListTagsForResourceRequest"
66
- },
67
- "output" : {
68
- "shape" : "ListTagsForResourceResponse"
69
- },
70
- "errors" : [ {
71
- "shape" : "BadRequestException"
72
- } ]
73
- },
74
- "PutPlaybackConfiguration" : {
75
- "name" : "PutPlaybackConfiguration",
76
- "http" : {
77
- "method" : "PUT",
78
- "requestUri" : "/playbackConfiguration",
79
- "responseCode" : 200
80
- },
81
- "input" : {
82
- "shape" : "PutPlaybackConfigurationRequest"
83
- },
84
- "output" : {
85
- "shape" : "PutPlaybackConfigurationResponse"
86
- },
87
- "errors" : [ ]
88
- },
89
- "TagResource" : {
90
- "name" : "TagResource",
91
- "http" : {
92
- "method" : "POST",
93
- "requestUri" : "/tags/{ResourceArn}",
94
- "responseCode" : 204
95
- },
96
- "input" : {
97
- "shape" : "TagResourceRequest"
98
- },
99
- "errors" : [ {
100
- "shape" : "BadRequestException"
101
- } ]
102
- },
103
- "UntagResource" : {
104
- "name" : "UntagResource",
105
- "http" : {
106
- "method" : "DELETE",
107
- "requestUri" : "/tags/{ResourceArn}",
108
- "responseCode" : 204
109
- },
110
- "input" : {
111
- "shape" : "UntagResourceRequest"
112
- },
113
- "errors" : [ {
114
- "shape" : "BadRequestException"
115
- } ]
116
- }
117
- },
118
- "shapes" : {
119
- "BadRequestException" : {
120
- "type" : "structure",
121
- "exception" : true,
122
- "error" : {
123
- "httpStatusCode" : 400
124
- }
125
- },
126
- "CdnConfiguration" : {
127
- "type" : "structure",
128
- "members" : {
129
- "AdSegmentUrlPrefix" : {
130
- "shape" : "__string"
131
- },
132
- "ContentSegmentUrlPrefix" : {
133
- "shape" : "__string"
134
- }
135
- }
136
- },
137
- "HlsConfiguration" : {
138
- "type" : "structure",
139
- "members" : {
140
- "ManifestEndpointPrefix" : {
141
- "shape" : "__string"
142
- }
143
- }
144
- },
145
- "DashConfiguration" : {
146
- "type" : "structure",
147
- "members" : {
148
- "ManifestEndpointPrefix" : {
149
- "shape" : "__string"
150
- },
151
- "MpdLocation" : {
152
- "shape" : "__string"
153
- }
154
- }
155
- },
156
- "DashConfigurationForPut" : {
157
- "type" : "structure",
158
- "members" : {
159
- "MpdLocation" : {
160
- "shape" : "__string"
161
- }
162
- }
163
- },
164
- "DeletePlaybackConfigurationRequest" : {
165
- "type" : "structure",
166
- "members" : {
167
- "Name" : {
168
- "shape" : "__string",
169
- "location" : "uri",
170
- "locationName" : "Name"
171
- }
172
- },
173
- "required" : [ "Name" ]
174
- },
175
- "GetPlaybackConfigurationRequest" : {
176
- "type" : "structure",
177
- "members" : {
178
- "Name" : {
179
- "shape" : "__string",
180
- "location" : "uri",
181
- "locationName" : "Name"
182
- }
183
- },
184
- "required" : [ "Name" ]
185
- },
186
- "GetPlaybackConfigurationResponse" : {
187
- "type" : "structure",
188
- "members" : {
189
- "AdDecisionServerUrl" : {
190
- "shape" : "__string"
191
- },
192
- "CdnConfiguration" : {
193
- "shape" : "CdnConfiguration"
194
- },
195
- "DashConfiguration" : {
196
- "shape" : "DashConfiguration"
197
- },
198
- "HlsConfiguration" : {
199
- "shape" : "HlsConfiguration"
200
- },
201
- "Name" : {
202
- "shape" : "__string"
203
- },
204
- "PlaybackConfigurationArn" : {
205
- "shape" : "__string"
206
- },
207
- "PlaybackEndpointPrefix" : {
208
- "shape" : "__string"
209
- },
210
- "SessionInitializationEndpointPrefix" : {
211
- "shape" : "__string"
212
- },
213
- "SlateAdUrl" : {
214
- "shape" : "__string"
215
- },
216
- "Tags" : {
217
- "shape" : "__mapOf__string",
218
- "locationName" : "tags"
219
- },
220
- "TranscodeProfileName" : {
221
- "shape" : "__string"
222
- },
223
- "VideoContentSourceUrl" : {
224
- "shape" : "__string"
225
- }
226
- }
227
- },
228
- "PlaybackConfiguration" : {
229
- "type" : "structure",
230
- "members" : {
231
- "AdDecisionServerUrl" : {
232
- "shape" : "__string"
233
- },
234
- "CdnConfiguration" : {
235
- "shape" : "CdnConfiguration"
236
- },
237
- "DashConfiguration" : {
238
- "shape" : "DashConfiguration"
239
- },
240
- "HlsConfiguration" : {
241
- "shape" : "HlsConfiguration"
242
- },
243
- "Name" : {
244
- "shape" : "__string"
245
- },
246
- "PlaybackConfigurationArn" : {
247
- "shape" : "__string"
248
- },
249
- "PlaybackEndpointPrefix" : {
250
- "shape" : "__string"
251
- },
252
- "SessionInitializationEndpointPrefix" : {
253
- "shape" : "__string"
254
- },
255
- "SlateAdUrl" : {
256
- "shape" : "__string"
257
- },
258
- "Tags" : {
259
- "shape" : "__mapOf__string",
260
- "locationName" : "tags"
261
- },
262
- "TranscodeProfileName" : {
263
- "shape" : "__string"
264
- },
265
- "VideoContentSourceUrl" : {
266
- "shape" : "__string"
267
- }
268
- }
269
- },
270
- "ListPlaybackConfigurationsRequest" : {
271
- "type" : "structure",
272
- "members" : {
273
- "MaxResults" : {
274
- "shape" : "__integerMin1Max100",
275
- "location" : "querystring",
276
- "locationName" : "MaxResults"
277
- },
278
- "NextToken" : {
279
- "shape" : "__string",
280
- "location" : "querystring",
281
- "locationName" : "NextToken"
282
- }
283
- }
284
- },
285
- "ListPlaybackConfigurationsResponse" : {
286
- "type" : "structure",
287
- "members" : {
288
- "Items" : {
289
- "shape" : "__listOfPlaybackConfigurations"
290
- },
291
- "NextToken" : {
292
- "shape" : "__string"
293
- }
294
- }
295
- },
296
- "ListTagsForResourceRequest" : {
297
- "type" : "structure",
298
- "members" : {
299
- "ResourceArn" : {
300
- "shape" : "__string",
301
- "location" : "uri",
302
- "locationName" : "ResourceArn"
303
- }
304
- },
305
- "required" : [ "ResourceArn" ]
306
- },
307
- "ListTagsForResourceResponse" : {
308
- "type" : "structure",
309
- "members" : {
310
- "Tags" : {
311
- "shape" : "__mapOf__string",
312
- "locationName" : "tags"
313
- }
314
- }
315
- },
316
- "PutPlaybackConfigurationRequest" : {
317
- "type" : "structure",
318
- "members" : {
319
- "AdDecisionServerUrl" : {
320
- "shape" : "__string"
321
- },
322
- "CdnConfiguration" : {
323
- "shape" : "CdnConfiguration"
324
- },
325
- "DashConfiguration" : {
326
- "shape" : "DashConfigurationForPut"
327
- },
328
- "Name" : {
329
- "shape" : "__string"
330
- },
331
- "SlateAdUrl" : {
332
- "shape" : "__string"
333
- },
334
- "Tags" : {
335
- "shape" : "__mapOf__string",
336
- "locationName" : "tags"
337
- },
338
- "TranscodeProfileName" : {
339
- "shape" : "__string"
340
- },
341
- "VideoContentSourceUrl" : {
342
- "shape" : "__string"
343
- }
344
- }
345
- },
346
- "PutPlaybackConfigurationResponse" : {
347
- "type" : "structure",
348
- "members" : {
349
- "AdDecisionServerUrl" : {
350
- "shape" : "__string"
351
- },
352
- "CdnConfiguration" : {
353
- "shape" : "CdnConfiguration"
354
- },
355
- "DashConfiguration" : {
356
- "shape" : "DashConfiguration"
357
- },
358
- "HlsConfiguration" : {
359
- "shape" : "HlsConfiguration"
360
- },
361
- "Name" : {
362
- "shape" : "__string"
363
- },
364
- "PlaybackConfigurationArn" : {
365
- "shape" : "__string"
366
- },
367
- "PlaybackEndpointPrefix" : {
368
- "shape" : "__string"
369
- },
370
- "SessionInitializationEndpointPrefix" : {
371
- "shape" : "__string"
372
- },
373
- "SlateAdUrl" : {
374
- "shape" : "__string"
375
- },
376
- "Tags" : {
377
- "shape" : "__mapOf__string",
378
- "locationName" : "tags"
379
- },
380
- "TranscodeProfileName" : {
381
- "shape" : "__string"
382
- },
383
- "VideoContentSourceUrl" : {
384
- "shape" : "__string"
385
- }
386
- }
387
- },
388
- "TagResourceRequest" : {
389
- "type" : "structure",
390
- "members" : {
391
- "ResourceArn" : {
392
- "shape" : "__string",
393
- "location" : "uri",
394
- "locationName" : "ResourceArn"
395
- },
396
- "Tags" : {
397
- "shape" : "__mapOf__string",
398
- "locationName" : "tags"
399
- }
400
- },
401
- "required" : [ "ResourceArn", "Tags" ]
402
- },
403
- "TagsModel" : {
404
- "type" : "structure",
405
- "members" : {
406
- "Tags" : {
407
- "shape" : "__mapOf__string",
408
- "locationName" : "tags"
2
+ "metadata": {
3
+ "apiVersion": "2018-04-23",
4
+ "endpointPrefix": "api.mediatailor",
5
+ "jsonVersion": "1.1",
6
+ "protocol": "rest-json",
7
+ "serviceAbbreviation": "MediaTailor",
8
+ "serviceFullName": "AWS MediaTailor",
9
+ "serviceId": "MediaTailor",
10
+ "signatureVersion": "v4",
11
+ "signingName": "mediatailor",
12
+ "uid": "mediatailor-2018-04-23"
13
+ },
14
+ "operations": {
15
+ "DeletePlaybackConfiguration": {
16
+ "errors": [],
17
+ "http": {
18
+ "method": "DELETE",
19
+ "requestUri": "/playbackConfiguration/{Name}",
20
+ "responseCode": 204
21
+ },
22
+ "input": {
23
+ "shape": "DeletePlaybackConfigurationRequest"
24
+ },
25
+ "name": "DeletePlaybackConfiguration",
26
+ "output": {
27
+ "shape": "DeletePlaybackConfigurationResponse"
28
+ }
29
+ },
30
+ "GetPlaybackConfiguration": {
31
+ "errors": [],
32
+ "http": {
33
+ "method": "GET",
34
+ "requestUri": "/playbackConfiguration/{Name}",
35
+ "responseCode": 200
36
+ },
37
+ "input": {
38
+ "shape": "GetPlaybackConfigurationRequest"
39
+ },
40
+ "name": "GetPlaybackConfiguration",
41
+ "output": {
42
+ "shape": "GetPlaybackConfigurationResponse"
43
+ }
44
+ },
45
+ "ListPlaybackConfigurations": {
46
+ "errors": [],
47
+ "http": {
48
+ "method": "GET",
49
+ "requestUri": "/playbackConfigurations",
50
+ "responseCode": 200
51
+ },
52
+ "input": {
53
+ "shape": "ListPlaybackConfigurationsRequest"
54
+ },
55
+ "name": "ListPlaybackConfigurations",
56
+ "output": {
57
+ "shape": "ListPlaybackConfigurationsResponse"
58
+ }
59
+ },
60
+ "ListTagsForResource": {
61
+ "errors": [
62
+ {
63
+ "shape": "BadRequestException"
64
+ }
65
+ ],
66
+ "http": {
67
+ "method": "GET",
68
+ "requestUri": "/tags/{ResourceArn}",
69
+ "responseCode": 200
70
+ },
71
+ "input": {
72
+ "shape": "ListTagsForResourceRequest"
73
+ },
74
+ "name": "ListTagsForResource",
75
+ "output": {
76
+ "shape": "ListTagsForResourceResponse"
77
+ }
78
+ },
79
+ "PutPlaybackConfiguration": {
80
+ "errors": [],
81
+ "http": {
82
+ "method": "PUT",
83
+ "requestUri": "/playbackConfiguration",
84
+ "responseCode": 200
85
+ },
86
+ "input": {
87
+ "shape": "PutPlaybackConfigurationRequest"
88
+ },
89
+ "name": "PutPlaybackConfiguration",
90
+ "output": {
91
+ "shape": "PutPlaybackConfigurationResponse"
92
+ }
93
+ },
94
+ "TagResource": {
95
+ "errors": [
96
+ {
97
+ "shape": "BadRequestException"
98
+ }
99
+ ],
100
+ "http": {
101
+ "method": "POST",
102
+ "requestUri": "/tags/{ResourceArn}",
103
+ "responseCode": 204
104
+ },
105
+ "input": {
106
+ "shape": "TagResourceRequest"
107
+ },
108
+ "name": "TagResource"
109
+ },
110
+ "UntagResource": {
111
+ "errors": [
112
+ {
113
+ "shape": "BadRequestException"
114
+ }
115
+ ],
116
+ "http": {
117
+ "method": "DELETE",
118
+ "requestUri": "/tags/{ResourceArn}",
119
+ "responseCode": 204
120
+ },
121
+ "input": {
122
+ "shape": "UntagResourceRequest"
123
+ },
124
+ "name": "UntagResource"
409
125
  }
410
- },
411
- "required" : [ "Tags" ]
412
- },
413
- "UntagResourceRequest" : {
414
- "type" : "structure",
415
- "members" : {
416
- "ResourceArn" : {
417
- "shape" : "__string",
418
- "location" : "uri",
419
- "locationName" : "ResourceArn"
420
- },
421
- "TagKeys" : {
422
- "shape" : "__listOf__string",
423
- "location" : "querystring",
424
- "locationName" : "tagKeys"
126
+ },
127
+ "shapes": {
128
+ "BadRequestException": {
129
+ "error": {
130
+ "httpStatusCode": 400
131
+ },
132
+ "exception": true,
133
+ "members": {
134
+ "Message": {
135
+ "shape": "__string"
136
+ }
137
+ },
138
+ "type": "structure"
139
+ },
140
+ "CdnConfiguration": {
141
+ "members": {
142
+ "AdSegmentUrlPrefix": {
143
+ "shape": "__string"
144
+ },
145
+ "ContentSegmentUrlPrefix": {
146
+ "shape": "__string"
147
+ }
148
+ },
149
+ "type": "structure"
150
+ },
151
+ "DashConfiguration": {
152
+ "members": {
153
+ "ManifestEndpointPrefix": {
154
+ "shape": "__string"
155
+ },
156
+ "MpdLocation": {
157
+ "shape": "__string"
158
+ },
159
+ "OriginManifestType": {
160
+ "shape": "OriginManifestType"
161
+ }
162
+ },
163
+ "type": "structure"
164
+ },
165
+ "DashConfigurationForPut": {
166
+ "members": {
167
+ "MpdLocation": {
168
+ "shape": "__string"
169
+ },
170
+ "OriginManifestType": {
171
+ "shape": "OriginManifestType"
172
+ }
173
+ },
174
+ "type": "structure"
175
+ },
176
+ "DeletePlaybackConfigurationRequest": {
177
+ "members": {
178
+ "Name": {
179
+ "location": "uri",
180
+ "locationName": "Name",
181
+ "shape": "__string"
182
+ }
183
+ },
184
+ "required": [
185
+ "Name"
186
+ ],
187
+ "type": "structure"
188
+ },
189
+ "DeletePlaybackConfigurationResponse": {
190
+ "members": {},
191
+ "type": "structure"
192
+ },
193
+ "GetPlaybackConfigurationRequest": {
194
+ "members": {
195
+ "Name": {
196
+ "location": "uri",
197
+ "locationName": "Name",
198
+ "shape": "__string"
199
+ }
200
+ },
201
+ "required": [
202
+ "Name"
203
+ ],
204
+ "type": "structure"
205
+ },
206
+ "GetPlaybackConfigurationResponse": {
207
+ "members": {
208
+ "AdDecisionServerUrl": {
209
+ "shape": "__string"
210
+ },
211
+ "CdnConfiguration": {
212
+ "shape": "CdnConfiguration"
213
+ },
214
+ "DashConfiguration": {
215
+ "shape": "DashConfiguration"
216
+ },
217
+ "HlsConfiguration": {
218
+ "shape": "HlsConfiguration"
219
+ },
220
+ "Name": {
221
+ "shape": "__string"
222
+ },
223
+ "PlaybackConfigurationArn": {
224
+ "shape": "__string"
225
+ },
226
+ "PlaybackEndpointPrefix": {
227
+ "shape": "__string"
228
+ },
229
+ "SessionInitializationEndpointPrefix": {
230
+ "shape": "__string"
231
+ },
232
+ "SlateAdUrl": {
233
+ "shape": "__string"
234
+ },
235
+ "Tags": {
236
+ "locationName": "tags",
237
+ "shape": "__mapOf__string"
238
+ },
239
+ "TranscodeProfileName": {
240
+ "shape": "__string"
241
+ },
242
+ "VideoContentSourceUrl": {
243
+ "shape": "__string"
244
+ }
245
+ },
246
+ "type": "structure"
247
+ },
248
+ "HlsConfiguration": {
249
+ "members": {
250
+ "ManifestEndpointPrefix": {
251
+ "shape": "__string"
252
+ }
253
+ },
254
+ "type": "structure"
255
+ },
256
+ "ListPlaybackConfigurationsRequest": {
257
+ "members": {
258
+ "MaxResults": {
259
+ "location": "querystring",
260
+ "locationName": "MaxResults",
261
+ "shape": "__integerMin1Max100"
262
+ },
263
+ "NextToken": {
264
+ "location": "querystring",
265
+ "locationName": "NextToken",
266
+ "shape": "__string"
267
+ }
268
+ },
269
+ "type": "structure"
270
+ },
271
+ "ListPlaybackConfigurationsResponse": {
272
+ "members": {
273
+ "Items": {
274
+ "shape": "__listOfPlaybackConfigurations"
275
+ },
276
+ "NextToken": {
277
+ "shape": "__string"
278
+ }
279
+ },
280
+ "type": "structure"
281
+ },
282
+ "ListTagsForResourceRequest": {
283
+ "members": {
284
+ "ResourceArn": {
285
+ "location": "uri",
286
+ "locationName": "ResourceArn",
287
+ "shape": "__string"
288
+ }
289
+ },
290
+ "required": [
291
+ "ResourceArn"
292
+ ],
293
+ "type": "structure"
294
+ },
295
+ "ListTagsForResourceResponse": {
296
+ "members": {
297
+ "Tags": {
298
+ "locationName": "tags",
299
+ "shape": "__mapOf__string"
300
+ }
301
+ },
302
+ "type": "structure"
303
+ },
304
+ "OriginManifestType": {
305
+ "enum": [
306
+ "SINGLE_PERIOD",
307
+ "MULTI_PERIOD"
308
+ ],
309
+ "type": "string"
310
+ },
311
+ "PlaybackConfiguration": {
312
+ "members": {
313
+ "AdDecisionServerUrl": {
314
+ "shape": "__string"
315
+ },
316
+ "CdnConfiguration": {
317
+ "shape": "CdnConfiguration"
318
+ },
319
+ "DashConfiguration": {
320
+ "shape": "DashConfiguration"
321
+ },
322
+ "HlsConfiguration": {
323
+ "shape": "HlsConfiguration"
324
+ },
325
+ "Name": {
326
+ "shape": "__string"
327
+ },
328
+ "PlaybackConfigurationArn": {
329
+ "shape": "__string"
330
+ },
331
+ "PlaybackEndpointPrefix": {
332
+ "shape": "__string"
333
+ },
334
+ "SessionInitializationEndpointPrefix": {
335
+ "shape": "__string"
336
+ },
337
+ "SlateAdUrl": {
338
+ "shape": "__string"
339
+ },
340
+ "Tags": {
341
+ "locationName": "tags",
342
+ "shape": "__mapOf__string"
343
+ },
344
+ "TranscodeProfileName": {
345
+ "shape": "__string"
346
+ },
347
+ "VideoContentSourceUrl": {
348
+ "shape": "__string"
349
+ }
350
+ },
351
+ "type": "structure"
352
+ },
353
+ "PutPlaybackConfigurationRequest": {
354
+ "members": {
355
+ "AdDecisionServerUrl": {
356
+ "shape": "__string"
357
+ },
358
+ "CdnConfiguration": {
359
+ "shape": "CdnConfiguration"
360
+ },
361
+ "DashConfiguration": {
362
+ "shape": "DashConfigurationForPut"
363
+ },
364
+ "Name": {
365
+ "shape": "__string"
366
+ },
367
+ "SlateAdUrl": {
368
+ "shape": "__string"
369
+ },
370
+ "Tags": {
371
+ "locationName": "tags",
372
+ "shape": "__mapOf__string"
373
+ },
374
+ "TranscodeProfileName": {
375
+ "shape": "__string"
376
+ },
377
+ "VideoContentSourceUrl": {
378
+ "shape": "__string"
379
+ }
380
+ },
381
+ "type": "structure"
382
+ },
383
+ "PutPlaybackConfigurationResponse": {
384
+ "members": {
385
+ "AdDecisionServerUrl": {
386
+ "shape": "__string"
387
+ },
388
+ "CdnConfiguration": {
389
+ "shape": "CdnConfiguration"
390
+ },
391
+ "DashConfiguration": {
392
+ "shape": "DashConfiguration"
393
+ },
394
+ "HlsConfiguration": {
395
+ "shape": "HlsConfiguration"
396
+ },
397
+ "Name": {
398
+ "shape": "__string"
399
+ },
400
+ "PlaybackConfigurationArn": {
401
+ "shape": "__string"
402
+ },
403
+ "PlaybackEndpointPrefix": {
404
+ "shape": "__string"
405
+ },
406
+ "SessionInitializationEndpointPrefix": {
407
+ "shape": "__string"
408
+ },
409
+ "SlateAdUrl": {
410
+ "shape": "__string"
411
+ },
412
+ "Tags": {
413
+ "locationName": "tags",
414
+ "shape": "__mapOf__string"
415
+ },
416
+ "TranscodeProfileName": {
417
+ "shape": "__string"
418
+ },
419
+ "VideoContentSourceUrl": {
420
+ "shape": "__string"
421
+ }
422
+ },
423
+ "type": "structure"
424
+ },
425
+ "TagResourceRequest": {
426
+ "members": {
427
+ "ResourceArn": {
428
+ "location": "uri",
429
+ "locationName": "ResourceArn",
430
+ "shape": "__string"
431
+ },
432
+ "Tags": {
433
+ "locationName": "tags",
434
+ "shape": "__mapOf__string"
435
+ }
436
+ },
437
+ "required": [
438
+ "ResourceArn",
439
+ "Tags"
440
+ ],
441
+ "type": "structure"
442
+ },
443
+ "TagsModel": {
444
+ "members": {
445
+ "Tags": {
446
+ "locationName": "tags",
447
+ "shape": "__mapOf__string"
448
+ }
449
+ },
450
+ "required": [
451
+ "Tags"
452
+ ],
453
+ "type": "structure"
454
+ },
455
+ "UntagResourceRequest": {
456
+ "members": {
457
+ "ResourceArn": {
458
+ "location": "uri",
459
+ "locationName": "ResourceArn",
460
+ "shape": "__string"
461
+ },
462
+ "TagKeys": {
463
+ "location": "querystring",
464
+ "locationName": "tagKeys",
465
+ "shape": "__listOf__string"
466
+ }
467
+ },
468
+ "required": [
469
+ "ResourceArn",
470
+ "TagKeys"
471
+ ],
472
+ "type": "structure"
473
+ },
474
+ "__boolean": {
475
+ "type": "boolean"
476
+ },
477
+ "__double": {
478
+ "type": "double"
479
+ },
480
+ "__integer": {
481
+ "type": "integer"
482
+ },
483
+ "__integerMin1Max100": {
484
+ "max": 100,
485
+ "min": 1,
486
+ "type": "integer"
487
+ },
488
+ "__listOfPlaybackConfigurations": {
489
+ "member": {
490
+ "shape": "PlaybackConfiguration"
491
+ },
492
+ "type": "list"
493
+ },
494
+ "__listOf__string": {
495
+ "member": {
496
+ "shape": "__string"
497
+ },
498
+ "type": "list"
499
+ },
500
+ "__long": {
501
+ "type": "long"
502
+ },
503
+ "__mapOf__string": {
504
+ "key": {
505
+ "shape": "__string"
506
+ },
507
+ "type": "map",
508
+ "value": {
509
+ "shape": "__string"
510
+ }
511
+ },
512
+ "__string": {
513
+ "type": "string"
514
+ },
515
+ "__timestampIso8601": {
516
+ "timestampFormat": "iso8601",
517
+ "type": "timestamp"
518
+ },
519
+ "__timestampUnix": {
520
+ "timestampFormat": "unixTimestamp",
521
+ "type": "timestamp"
425
522
  }
426
- },
427
- "required" : [ "ResourceArn", "TagKeys" ]
428
- },
429
- "__boolean" : {
430
- "type" : "boolean"
431
- },
432
- "__double" : {
433
- "type" : "double"
434
- },
435
- "__integer" : {
436
- "type" : "integer"
437
- },
438
- "__listOfPlaybackConfigurations" : {
439
- "type" : "list",
440
- "member" : {
441
- "shape" : "PlaybackConfiguration"
442
- }
443
- },
444
- "__listOf__string" : {
445
- "type" : "list",
446
- "member" : {
447
- "shape" : "__string"
448
- }
449
- },
450
- "__long" : {
451
- "type" : "long"
452
- },
453
- "__mapOf__string" : {
454
- "type" : "map",
455
- "key" : {
456
- "shape" : "__string"
457
- },
458
- "value" : {
459
- "shape" : "__string"
460
- }
461
- },
462
- "__string" : {
463
- "type" : "string"
464
- },
465
- "__integerMin1Max100" : {
466
- "type": "integer",
467
- "min": 1,
468
- "max": 100
469
- },
470
- "__timestampIso8601" : {
471
- "type" : "timestamp",
472
- "timestampFormat" : "iso8601"
473
- },
474
- "__timestampUnix" : {
475
- "type" : "timestamp",
476
- "timestampFormat" : "unixTimestamp"
477
523
  }
478
- }
479
- }
524
+ }