aws-sdk-core 2.11.277 → 2.11.278

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 763d3faff07e717da837478654c18d5ce1b660f3
4
- data.tar.gz: b9fe0934a77374ff29b2a1d08a1d398f428833e4
3
+ metadata.gz: c4db1e17c0eac0672d914cd609aada398c3b65a8
4
+ data.tar.gz: 9e730d1a84d28faf5d1280f1a1e58926c7dd63d9
5
5
  SHA512:
6
- metadata.gz: aa526c4525b05fce2eab04bb987c494b66dc31a26fc8659d645a2f8b3c1aeb968f12c68774a9ae996bcdf93182a42f1cf33843563d5f2b745358d5cfee555e91
7
- data.tar.gz: 84333dbaa84644cc46cc2ec752728e5150e01e1f10fdcdd5f10647f9b27cd157fbcb9f52e8bf6d05184557423782eedc3d5e08ae060e25c347f7602020aa1e88
6
+ metadata.gz: 53852462b01520141c160d97de65687ac57858595227a0e93948d0a1c8905b646d8fc8fe9d5d97825e9c9df3a8bacf734d0b2d409d5498fca391561aec305c74
7
+ data.tar.gz: 50a1c8197d13cff35cf2a059fa6390c68c97db7df573314e458a8212b0318c7aeebfc74d58a06173f343fa571bc07cca73b9488194604ae6e85422a23711bc1e
@@ -41,6 +41,35 @@
41
41
  "shape" : "ConflictException"
42
42
  } ]
43
43
  },
44
+ "CreateConfiguration" : {
45
+ "name" : "CreateConfiguration",
46
+ "http" : {
47
+ "method" : "POST",
48
+ "requestUri" : "/v1/configurations",
49
+ "responseCode" : 200
50
+ },
51
+ "input" : {
52
+ "shape" : "CreateConfigurationRequest"
53
+ },
54
+ "output" : {
55
+ "shape" : "CreateConfigurationResponse"
56
+ },
57
+ "errors" : [ {
58
+ "shape" : "BadRequestException"
59
+ }, {
60
+ "shape" : "InternalServerErrorException"
61
+ }, {
62
+ "shape" : "UnauthorizedException"
63
+ }, {
64
+ "shape" : "ForbiddenException"
65
+ }, {
66
+ "shape" : "ServiceUnavailableException"
67
+ }, {
68
+ "shape" : "TooManyRequestsException"
69
+ }, {
70
+ "shape" : "ConflictException"
71
+ } ]
72
+ },
44
73
  "DeleteCluster" : {
45
74
  "name" : "DeleteCluster",
46
75
  "http" : {
@@ -89,6 +118,60 @@
89
118
  "shape" : "ForbiddenException"
90
119
  } ]
91
120
  },
121
+ "DescribeConfiguration": {
122
+ "name": "DescribeConfiguration",
123
+ "http": {
124
+ "method": "GET",
125
+ "requestUri": "/v1/configurations/{arn}",
126
+ "responseCode": 200
127
+ },
128
+ "input" : {
129
+ "shape" : "DescribeConfigurationRequest"
130
+ },
131
+ "output" : {
132
+ "shape" : "DescribeConfigurationResponse"
133
+ },
134
+ "errors" : [ {
135
+ "shape" : "BadRequestException"
136
+ }, {
137
+ "shape" : "UnauthorizedException"
138
+ }, {
139
+ "shape" : "InternalServerErrorException"
140
+ }, {
141
+ "shape" : "ForbiddenException"
142
+ }, {
143
+ "shape" : "NotFoundException"
144
+ }, {
145
+ "shape" : "ServiceUnavailableException"
146
+ } ]
147
+ },
148
+ "DescribeConfigurationRevision" : {
149
+ "name" : "DescribeConfigurationRevision",
150
+ "http" : {
151
+ "method" : "GET",
152
+ "requestUri" : "/v1/configurations/{arn}/revisions/{revision}",
153
+ "responseCode" : 200
154
+ },
155
+ "input" : {
156
+ "shape" : "DescribeConfigurationRevisionRequest"
157
+ },
158
+ "output" : {
159
+ "shape" : "DescribeConfigurationRevisionResponse"
160
+ },
161
+ "errors" : [ {
162
+ "shape" : "BadRequestException"
163
+ }, {
164
+ "shape" : "UnauthorizedException"
165
+ }, {
166
+ "shape" : "InternalServerErrorException"
167
+ }, {
168
+ "shape" : "ForbiddenException"
169
+ }, {
170
+ "shape" : "NotFoundException"
171
+ }, {
172
+ "shape" : "ServiceUnavailableException"
173
+ } ]
174
+ },
92
175
  "GetBootstrapBrokers" : {
93
176
  "name" : "GetBootstrapBrokers",
94
177
  "http" : {
@@ -137,6 +220,31 @@
137
220
  "shape" : "ForbiddenException"
138
221
  } ]
139
222
  },
223
+ "ListConfigurations" : {
224
+ "name" : "ListConfigurations",
225
+ "http" : {
226
+ "method" : "GET",
227
+ "requestUri" : "/v1/configurations",
228
+ "responseCode" : 200
229
+ },
230
+ "input" : {
231
+ "shape" : "ListConfigurationsRequest"
232
+ },
233
+ "output" : {
234
+ "shape" : "ListConfigurationsResponse"
235
+ },
236
+ "errors" : [ {
237
+ "shape" : "ServiceUnavailableException"
238
+ }, {
239
+ "shape" : "BadRequestException"
240
+ }, {
241
+ "shape" : "UnauthorizedException"
242
+ }, {
243
+ "shape" : "InternalServerErrorException"
244
+ }, {
245
+ "shape" : "ForbiddenException"
246
+ } ]
247
+ },
140
248
  "ListNodes" : {
141
249
  "name" : "ListNodes",
142
250
  "http" : {
@@ -299,7 +407,7 @@
299
407
  "locationName" : "configurationArn"
300
408
  },
301
409
  "ConfigurationRevision" : {
302
- "shape" : "__string",
410
+ "shape" : "__long",
303
411
  "locationName" : "configurationRevision"
304
412
  },
305
413
  "KafkaVersion" : {
@@ -361,6 +469,68 @@
361
469
  "type" : "string",
362
470
  "enum" : [ "ACTIVE", "CREATING", "DELETING", "FAILED" ]
363
471
  },
472
+ "Configuration" : {
473
+ "type" : "structure",
474
+ "members" : {
475
+ "Arn" : {
476
+ "shape" : "__string",
477
+ "locationName" : "arn"
478
+ },
479
+ "CreationTime" : {
480
+ "shape" : "__timestampIso8601",
481
+ "locationName" : "creationTime"
482
+ },
483
+ "Description" : {
484
+ "shape" : "__string",
485
+ "locationName" : "description"
486
+ },
487
+ "KafkaVersions" : {
488
+ "shape" : "__listOf__string",
489
+ "locationName" : "kafkaVersions"
490
+ },
491
+ "LatestRevision" : {
492
+ "shape" : "ConfigurationRevision",
493
+ "locationName" : "latestRevision"
494
+ },
495
+ "Name" : {
496
+ "shape" : "__string",
497
+ "locationName" : "name"
498
+ }
499
+ },
500
+ "required" : [ "Description", "LatestRevision", "CreationTime", "KafkaVersions", "Arn", "Name" ]
501
+ },
502
+ "ConfigurationInfo" : {
503
+ "type" : "structure",
504
+ "members" : {
505
+ "Arn" : {
506
+ "shape" : "__string",
507
+ "locationName" : "arn"
508
+ },
509
+ "Revision" : {
510
+ "shape" : "__long",
511
+ "locationName" : "revision"
512
+ }
513
+ },
514
+ "required" : [ "Revision", "Arn" ]
515
+ },
516
+ "ConfigurationRevision" : {
517
+ "type" : "structure",
518
+ "members" : {
519
+ "CreationTime" : {
520
+ "shape" : "__timestampIso8601",
521
+ "locationName" : "creationTime"
522
+ },
523
+ "Description" : {
524
+ "shape" : "__string",
525
+ "locationName" : "description"
526
+ },
527
+ "Revision" : {
528
+ "shape" : "__long",
529
+ "locationName" : "revision"
530
+ }
531
+ },
532
+ "required" : [ "Revision", "CreationTime" ]
533
+ },
364
534
  "ConflictException" : {
365
535
  "type" : "structure",
366
536
  "members" : {
@@ -389,6 +559,10 @@
389
559
  "shape" : "__stringMin1Max64",
390
560
  "locationName" : "clusterName"
391
561
  },
562
+ "ConfigurationInfo" : {
563
+ "shape" : "ConfigurationInfo",
564
+ "locationName" : "configurationInfo"
565
+ },
392
566
  "EncryptionInfo" : {
393
567
  "shape" : "EncryptionInfo",
394
568
  "locationName" : "encryptionInfo"
@@ -425,6 +599,49 @@
425
599
  }
426
600
  }
427
601
  },
602
+ "CreateConfigurationRequest" : {
603
+ "type" : "structure",
604
+ "members" : {
605
+ "Description" : {
606
+ "shape" : "__string",
607
+ "locationName" : "description"
608
+ },
609
+ "KafkaVersions" : {
610
+ "shape" : "__listOf__string",
611
+ "locationName" : "kafkaVersions"
612
+ },
613
+ "Name" : {
614
+ "shape" : "__string",
615
+ "locationName" : "name"
616
+ },
617
+ "ServerProperties" : {
618
+ "shape" : "__blob",
619
+ "locationName" : "serverProperties"
620
+ }
621
+ },
622
+ "required" : [ "ServerProperties", "KafkaVersions", "Name" ]
623
+ },
624
+ "CreateConfigurationResponse" : {
625
+ "type": "structure",
626
+ "members": {
627
+ "Arn": {
628
+ "shape": "__string",
629
+ "locationName": "arn"
630
+ },
631
+ "CreationTime": {
632
+ "shape": "__timestampIso8601",
633
+ "locationName": "creationTime"
634
+ },
635
+ "LatestRevision": {
636
+ "shape": "ConfigurationRevision",
637
+ "locationName": "latestRevision"
638
+ },
639
+ "Name": {
640
+ "shape": "__string",
641
+ "locationName": "name"
642
+ }
643
+ }
644
+ },
428
645
  "DeleteClusterRequest" : {
429
646
  "type" : "structure",
430
647
  "members" : {
@@ -474,6 +691,87 @@
474
691
  }
475
692
  }
476
693
  },
694
+ "DescribeConfigurationRequest" : {
695
+ "type" : "structure",
696
+ "members" : {
697
+ "Arn" : {
698
+ "shape" : "__string",
699
+ "location" : "uri",
700
+ "locationName" : "arn"
701
+ }
702
+ },
703
+ "required" : [ "Arn" ]
704
+ },
705
+ "DescribeConfigurationResponse" : {
706
+ "type" : "structure",
707
+ "members" : {
708
+ "Arn" : {
709
+ "shape" : "__string",
710
+ "locationName" : "arn"
711
+ },
712
+ "CreationTime" : {
713
+ "shape" : "__timestampIso8601",
714
+ "locationName" : "creationTime"
715
+ },
716
+ "Description" : {
717
+ "shape" : "__string",
718
+ "locationName" : "description"
719
+ },
720
+ "KafkaVersions" : {
721
+ "shape" : "__listOf__string",
722
+ "locationName" : "kafkaVersions"
723
+ },
724
+ "LatestRevision" : {
725
+ "shape" : "ConfigurationRevision",
726
+ "locationName" : "latestRevision"
727
+ },
728
+ "Name" : {
729
+ "shape" : "__string",
730
+ "locationName" : "name"
731
+ }
732
+ }
733
+ },
734
+ "DescribeConfigurationRevisionRequest" : {
735
+ "type" : "structure",
736
+ "members" : {
737
+ "Arn" : {
738
+ "shape" : "__string",
739
+ "location" : "uri",
740
+ "locationName" : "arn"
741
+ },
742
+ "Revision" : {
743
+ "shape" : "__long",
744
+ "location" : "uri",
745
+ "locationName" : "revision"
746
+ }
747
+ },
748
+ "required" : [ "Revision", "Arn" ]
749
+ },
750
+ "DescribeConfigurationRevisionResponse" : {
751
+ "type" : "structure",
752
+ "members" : {
753
+ "Arn" : {
754
+ "shape" : "__string",
755
+ "locationName" : "arn"
756
+ },
757
+ "CreationTime" : {
758
+ "shape" : "__timestampIso8601",
759
+ "locationName" : "creationTime"
760
+ },
761
+ "Description" : {
762
+ "shape" : "__string",
763
+ "locationName" : "description"
764
+ },
765
+ "Revision" : {
766
+ "shape" : "__long",
767
+ "locationName" : "revision"
768
+ },
769
+ "ServerProperties" : {
770
+ "shape" : "__blob",
771
+ "locationName" : "serverProperties"
772
+ }
773
+ }
774
+ },
477
775
  "EBSStorageInfo" : {
478
776
  "type" : "structure",
479
777
  "members" : {
@@ -606,6 +904,34 @@
606
904
  }
607
905
  }
608
906
  },
907
+ "ListConfigurationsRequest" : {
908
+ "type" : "structure",
909
+ "members" : {
910
+ "MaxResults" : {
911
+ "shape" : "__string",
912
+ "location" : "querystring",
913
+ "locationName" : "maxResults"
914
+ },
915
+ "NextToken" : {
916
+ "shape" : "__string",
917
+ "location" : "querystring",
918
+ "locationName" : "nextToken"
919
+ }
920
+ }
921
+ },
922
+ "ListConfigurationsResponse" : {
923
+ "type" : "structure",
924
+ "members" : {
925
+ "Configurations" : {
926
+ "shape" : "__listOfConfiguration",
927
+ "locationName" : "configurations"
928
+ },
929
+ "NextToken" : {
930
+ "shape" : "__string",
931
+ "locationName" : "nextToken"
932
+ }
933
+ }
934
+ },
609
935
  "ListNodesRequest" : {
610
936
  "type" : "structure",
611
937
  "members" : {
@@ -830,6 +1156,9 @@
830
1156
  "__boolean" : {
831
1157
  "type" : "boolean"
832
1158
  },
1159
+ "__blob" : {
1160
+ "type" : "blob"
1161
+ },
833
1162
  "__double" : {
834
1163
  "type" : "double"
835
1164
  },
@@ -852,6 +1181,12 @@
852
1181
  "shape" : "ClusterInfo"
853
1182
  }
854
1183
  },
1184
+ "__listOfConfiguration" : {
1185
+ "type" : "list",
1186
+ "member" : {
1187
+ "shape" : "Configuration"
1188
+ }
1189
+ },
855
1190
  "__listOfNodeInfo" : {
856
1191
  "type" : "list",
857
1192
  "member" : {
@@ -1,3 +1,22 @@
1
1
  {
2
- "pagination" : { }
3
- }
2
+ "pagination": {
3
+ "ListClusters": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "ClusterInfoList"
8
+ },
9
+ "ListConfigurations": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "limit_key": "MaxResults",
13
+ "result_key": "Configurations"
14
+ },
15
+ "ListNodes": {
16
+ "input_token": "NextToken",
17
+ "output_token": "NextToken",
18
+ "limit_key": "MaxResults",
19
+ "result_key": "NodeInfoList"
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,1494 @@
1
+ {
2
+ "metadata": {
3
+ "apiVersion": "2018-11-07",
4
+ "endpointPrefix": "mediapackage-vod",
5
+ "jsonVersion": "1.1",
6
+ "protocol": "rest-json",
7
+ "serviceAbbreviation": "MediaPackage Vod",
8
+ "serviceFullName": "AWS Elemental MediaPackage VOD",
9
+ "serviceId": "MediaPackage Vod",
10
+ "signatureVersion": "v4",
11
+ "signingName": "mediapackage-vod",
12
+ "uid": "mediapackage-vod-2018-11-07"
13
+ },
14
+ "operations": {
15
+ "CreateAsset": {
16
+ "errors": [
17
+ {
18
+ "shape": "UnprocessableEntityException"
19
+ },
20
+ {
21
+ "shape": "InternalServerErrorException"
22
+ },
23
+ {
24
+ "shape": "ForbiddenException"
25
+ },
26
+ {
27
+ "shape": "NotFoundException"
28
+ },
29
+ {
30
+ "shape": "ServiceUnavailableException"
31
+ },
32
+ {
33
+ "shape": "TooManyRequestsException"
34
+ }
35
+ ],
36
+ "http": {
37
+ "method": "POST",
38
+ "requestUri": "/assets",
39
+ "responseCode": 200
40
+ },
41
+ "input": {
42
+ "shape": "CreateAssetRequest"
43
+ },
44
+ "name": "CreateAsset",
45
+ "output": {
46
+ "shape": "CreateAssetResponse"
47
+ }
48
+ },
49
+ "CreatePackagingConfiguration": {
50
+ "errors": [
51
+ {
52
+ "shape": "UnprocessableEntityException"
53
+ },
54
+ {
55
+ "shape": "InternalServerErrorException"
56
+ },
57
+ {
58
+ "shape": "ForbiddenException"
59
+ },
60
+ {
61
+ "shape": "NotFoundException"
62
+ },
63
+ {
64
+ "shape": "ServiceUnavailableException"
65
+ },
66
+ {
67
+ "shape": "TooManyRequestsException"
68
+ }
69
+ ],
70
+ "http": {
71
+ "method": "POST",
72
+ "requestUri": "/packaging_configurations",
73
+ "responseCode": 200
74
+ },
75
+ "input": {
76
+ "shape": "CreatePackagingConfigurationRequest"
77
+ },
78
+ "name": "CreatePackagingConfiguration",
79
+ "output": {
80
+ "shape": "CreatePackagingConfigurationResponse"
81
+ }
82
+ },
83
+ "CreatePackagingGroup": {
84
+ "errors": [
85
+ {
86
+ "shape": "UnprocessableEntityException"
87
+ },
88
+ {
89
+ "shape": "InternalServerErrorException"
90
+ },
91
+ {
92
+ "shape": "ForbiddenException"
93
+ },
94
+ {
95
+ "shape": "NotFoundException"
96
+ },
97
+ {
98
+ "shape": "ServiceUnavailableException"
99
+ },
100
+ {
101
+ "shape": "TooManyRequestsException"
102
+ }
103
+ ],
104
+ "http": {
105
+ "method": "POST",
106
+ "requestUri": "/packaging_groups",
107
+ "responseCode": 200
108
+ },
109
+ "input": {
110
+ "shape": "CreatePackagingGroupRequest"
111
+ },
112
+ "name": "CreatePackagingGroup",
113
+ "output": {
114
+ "shape": "CreatePackagingGroupResponse"
115
+ }
116
+ },
117
+ "DeleteAsset": {
118
+ "errors": [
119
+ {
120
+ "shape": "UnprocessableEntityException"
121
+ },
122
+ {
123
+ "shape": "InternalServerErrorException"
124
+ },
125
+ {
126
+ "shape": "ForbiddenException"
127
+ },
128
+ {
129
+ "shape": "NotFoundException"
130
+ },
131
+ {
132
+ "shape": "ServiceUnavailableException"
133
+ },
134
+ {
135
+ "shape": "TooManyRequestsException"
136
+ }
137
+ ],
138
+ "http": {
139
+ "method": "DELETE",
140
+ "requestUri": "/assets/{id}",
141
+ "responseCode": 202
142
+ },
143
+ "input": {
144
+ "shape": "DeleteAssetRequest"
145
+ },
146
+ "name": "DeleteAsset",
147
+ "output": {
148
+ "shape": "DeleteAssetResponse"
149
+ }
150
+ },
151
+ "DeletePackagingConfiguration": {
152
+ "errors": [
153
+ {
154
+ "shape": "UnprocessableEntityException"
155
+ },
156
+ {
157
+ "shape": "InternalServerErrorException"
158
+ },
159
+ {
160
+ "shape": "ForbiddenException"
161
+ },
162
+ {
163
+ "shape": "NotFoundException"
164
+ },
165
+ {
166
+ "shape": "ServiceUnavailableException"
167
+ },
168
+ {
169
+ "shape": "TooManyRequestsException"
170
+ }
171
+ ],
172
+ "http": {
173
+ "method": "DELETE",
174
+ "requestUri": "/packaging_configurations/{id}",
175
+ "responseCode": 202
176
+ },
177
+ "input": {
178
+ "shape": "DeletePackagingConfigurationRequest"
179
+ },
180
+ "name": "DeletePackagingConfiguration",
181
+ "output": {
182
+ "shape": "DeletePackagingConfigurationResponse"
183
+ }
184
+ },
185
+ "DeletePackagingGroup": {
186
+ "errors": [
187
+ {
188
+ "shape": "UnprocessableEntityException"
189
+ },
190
+ {
191
+ "shape": "InternalServerErrorException"
192
+ },
193
+ {
194
+ "shape": "ForbiddenException"
195
+ },
196
+ {
197
+ "shape": "NotFoundException"
198
+ },
199
+ {
200
+ "shape": "ServiceUnavailableException"
201
+ },
202
+ {
203
+ "shape": "TooManyRequestsException"
204
+ }
205
+ ],
206
+ "http": {
207
+ "method": "DELETE",
208
+ "requestUri": "/packaging_groups/{id}",
209
+ "responseCode": 202
210
+ },
211
+ "input": {
212
+ "shape": "DeletePackagingGroupRequest"
213
+ },
214
+ "name": "DeletePackagingGroup",
215
+ "output": {
216
+ "shape": "DeletePackagingGroupResponse"
217
+ }
218
+ },
219
+ "DescribeAsset": {
220
+ "errors": [
221
+ {
222
+ "shape": "UnprocessableEntityException"
223
+ },
224
+ {
225
+ "shape": "InternalServerErrorException"
226
+ },
227
+ {
228
+ "shape": "ForbiddenException"
229
+ },
230
+ {
231
+ "shape": "NotFoundException"
232
+ },
233
+ {
234
+ "shape": "ServiceUnavailableException"
235
+ },
236
+ {
237
+ "shape": "TooManyRequestsException"
238
+ }
239
+ ],
240
+ "http": {
241
+ "method": "GET",
242
+ "requestUri": "/assets/{id}",
243
+ "responseCode": 200
244
+ },
245
+ "input": {
246
+ "shape": "DescribeAssetRequest"
247
+ },
248
+ "name": "DescribeAsset",
249
+ "output": {
250
+ "shape": "DescribeAssetResponse"
251
+ }
252
+ },
253
+ "DescribePackagingConfiguration": {
254
+ "errors": [
255
+ {
256
+ "shape": "UnprocessableEntityException"
257
+ },
258
+ {
259
+ "shape": "InternalServerErrorException"
260
+ },
261
+ {
262
+ "shape": "ForbiddenException"
263
+ },
264
+ {
265
+ "shape": "NotFoundException"
266
+ },
267
+ {
268
+ "shape": "ServiceUnavailableException"
269
+ },
270
+ {
271
+ "shape": "TooManyRequestsException"
272
+ }
273
+ ],
274
+ "http": {
275
+ "method": "GET",
276
+ "requestUri": "/packaging_configurations/{id}",
277
+ "responseCode": 200
278
+ },
279
+ "input": {
280
+ "shape": "DescribePackagingConfigurationRequest"
281
+ },
282
+ "name": "DescribePackagingConfiguration",
283
+ "output": {
284
+ "shape": "DescribePackagingConfigurationResponse"
285
+ }
286
+ },
287
+ "DescribePackagingGroup": {
288
+ "errors": [
289
+ {
290
+ "shape": "UnprocessableEntityException"
291
+ },
292
+ {
293
+ "shape": "InternalServerErrorException"
294
+ },
295
+ {
296
+ "shape": "ForbiddenException"
297
+ },
298
+ {
299
+ "shape": "NotFoundException"
300
+ },
301
+ {
302
+ "shape": "ServiceUnavailableException"
303
+ },
304
+ {
305
+ "shape": "TooManyRequestsException"
306
+ }
307
+ ],
308
+ "http": {
309
+ "method": "GET",
310
+ "requestUri": "/packaging_groups/{id}",
311
+ "responseCode": 200
312
+ },
313
+ "input": {
314
+ "shape": "DescribePackagingGroupRequest"
315
+ },
316
+ "name": "DescribePackagingGroup",
317
+ "output": {
318
+ "shape": "DescribePackagingGroupResponse"
319
+ }
320
+ },
321
+ "ListAssets": {
322
+ "errors": [
323
+ {
324
+ "shape": "UnprocessableEntityException"
325
+ },
326
+ {
327
+ "shape": "InternalServerErrorException"
328
+ },
329
+ {
330
+ "shape": "ForbiddenException"
331
+ },
332
+ {
333
+ "shape": "NotFoundException"
334
+ },
335
+ {
336
+ "shape": "ServiceUnavailableException"
337
+ },
338
+ {
339
+ "shape": "TooManyRequestsException"
340
+ }
341
+ ],
342
+ "http": {
343
+ "method": "GET",
344
+ "requestUri": "/assets",
345
+ "responseCode": 200
346
+ },
347
+ "input": {
348
+ "shape": "ListAssetsRequest"
349
+ },
350
+ "name": "ListAssets",
351
+ "output": {
352
+ "shape": "ListAssetsResponse"
353
+ }
354
+ },
355
+ "ListPackagingConfigurations": {
356
+ "errors": [
357
+ {
358
+ "shape": "UnprocessableEntityException"
359
+ },
360
+ {
361
+ "shape": "InternalServerErrorException"
362
+ },
363
+ {
364
+ "shape": "ForbiddenException"
365
+ },
366
+ {
367
+ "shape": "NotFoundException"
368
+ },
369
+ {
370
+ "shape": "ServiceUnavailableException"
371
+ },
372
+ {
373
+ "shape": "TooManyRequestsException"
374
+ }
375
+ ],
376
+ "http": {
377
+ "method": "GET",
378
+ "requestUri": "/packaging_configurations",
379
+ "responseCode": 200
380
+ },
381
+ "input": {
382
+ "shape": "ListPackagingConfigurationsRequest"
383
+ },
384
+ "name": "ListPackagingConfigurations",
385
+ "output": {
386
+ "shape": "ListPackagingConfigurationsResponse"
387
+ }
388
+ },
389
+ "ListPackagingGroups": {
390
+ "errors": [
391
+ {
392
+ "shape": "UnprocessableEntityException"
393
+ },
394
+ {
395
+ "shape": "InternalServerErrorException"
396
+ },
397
+ {
398
+ "shape": "ForbiddenException"
399
+ },
400
+ {
401
+ "shape": "NotFoundException"
402
+ },
403
+ {
404
+ "shape": "ServiceUnavailableException"
405
+ },
406
+ {
407
+ "shape": "TooManyRequestsException"
408
+ }
409
+ ],
410
+ "http": {
411
+ "method": "GET",
412
+ "requestUri": "/packaging_groups",
413
+ "responseCode": 200
414
+ },
415
+ "input": {
416
+ "shape": "ListPackagingGroupsRequest"
417
+ },
418
+ "name": "ListPackagingGroups",
419
+ "output": {
420
+ "shape": "ListPackagingGroupsResponse"
421
+ }
422
+ }
423
+ },
424
+ "shapes": {
425
+ "AdMarkers": {
426
+ "enum": [
427
+ "NONE",
428
+ "SCTE35_ENHANCED",
429
+ "PASSTHROUGH"
430
+ ],
431
+ "type": "string"
432
+ },
433
+ "Asset": {
434
+ "members": {
435
+ "Arn": {
436
+ "locationName": "arn",
437
+ "shape": "__string"
438
+ },
439
+ "EgressEndpoints": {
440
+ "locationName": "egressEndpoints",
441
+ "shape": "__listOfEgressEndpoint"
442
+ },
443
+ "Id": {
444
+ "locationName": "id",
445
+ "shape": "__string"
446
+ },
447
+ "PackagingGroupId": {
448
+ "locationName": "packagingGroupId",
449
+ "shape": "__string"
450
+ },
451
+ "ResourceId": {
452
+ "locationName": "resourceId",
453
+ "shape": "__string"
454
+ },
455
+ "SourceArn": {
456
+ "locationName": "sourceArn",
457
+ "shape": "__string"
458
+ },
459
+ "SourceRoleArn": {
460
+ "locationName": "sourceRoleArn",
461
+ "shape": "__string"
462
+ }
463
+ },
464
+ "type": "structure"
465
+ },
466
+ "AssetCreateParameters": {
467
+ "members": {
468
+ "Id": {
469
+ "locationName": "id",
470
+ "shape": "__string"
471
+ },
472
+ "PackagingGroupId": {
473
+ "locationName": "packagingGroupId",
474
+ "shape": "__string"
475
+ },
476
+ "ResourceId": {
477
+ "locationName": "resourceId",
478
+ "shape": "__string"
479
+ },
480
+ "SourceArn": {
481
+ "locationName": "sourceArn",
482
+ "shape": "__string"
483
+ },
484
+ "SourceRoleArn": {
485
+ "locationName": "sourceRoleArn",
486
+ "shape": "__string"
487
+ }
488
+ },
489
+ "required": [
490
+ "SourceArn",
491
+ "Id",
492
+ "PackagingGroupId",
493
+ "SourceRoleArn"
494
+ ],
495
+ "type": "structure"
496
+ },
497
+ "AssetList": {
498
+ "members": {
499
+ "Assets": {
500
+ "locationName": "assets",
501
+ "shape": "__listOfAssetShallow"
502
+ },
503
+ "NextToken": {
504
+ "locationName": "nextToken",
505
+ "shape": "__string"
506
+ }
507
+ },
508
+ "type": "structure"
509
+ },
510
+ "AssetShallow": {
511
+ "members": {
512
+ "Arn": {
513
+ "locationName": "arn",
514
+ "shape": "__string"
515
+ },
516
+ "Id": {
517
+ "locationName": "id",
518
+ "shape": "__string"
519
+ },
520
+ "PackagingGroupId": {
521
+ "locationName": "packagingGroupId",
522
+ "shape": "__string"
523
+ },
524
+ "ResourceId": {
525
+ "locationName": "resourceId",
526
+ "shape": "__string"
527
+ },
528
+ "SourceArn": {
529
+ "locationName": "sourceArn",
530
+ "shape": "__string"
531
+ },
532
+ "SourceRoleArn": {
533
+ "locationName": "sourceRoleArn",
534
+ "shape": "__string"
535
+ }
536
+ },
537
+ "type": "structure"
538
+ },
539
+ "CmafEncryption": {
540
+ "members": {
541
+ "SpekeKeyProvider": {
542
+ "locationName": "spekeKeyProvider",
543
+ "shape": "SpekeKeyProvider"
544
+ }
545
+ },
546
+ "required": [
547
+ "SpekeKeyProvider"
548
+ ],
549
+ "type": "structure"
550
+ },
551
+ "CmafPackage": {
552
+ "members": {
553
+ "Encryption": {
554
+ "locationName": "encryption",
555
+ "shape": "CmafEncryption"
556
+ },
557
+ "HlsManifests": {
558
+ "locationName": "hlsManifests",
559
+ "shape": "__listOfHlsManifest"
560
+ },
561
+ "SegmentDurationSeconds": {
562
+ "locationName": "segmentDurationSeconds",
563
+ "shape": "__integer"
564
+ }
565
+ },
566
+ "required": [
567
+ "HlsManifests"
568
+ ],
569
+ "type": "structure"
570
+ },
571
+ "CreateAssetRequest": {
572
+ "members": {
573
+ "Id": {
574
+ "locationName": "id",
575
+ "shape": "__string"
576
+ },
577
+ "PackagingGroupId": {
578
+ "locationName": "packagingGroupId",
579
+ "shape": "__string"
580
+ },
581
+ "ResourceId": {
582
+ "locationName": "resourceId",
583
+ "shape": "__string"
584
+ },
585
+ "SourceArn": {
586
+ "locationName": "sourceArn",
587
+ "shape": "__string"
588
+ },
589
+ "SourceRoleArn": {
590
+ "locationName": "sourceRoleArn",
591
+ "shape": "__string"
592
+ }
593
+ },
594
+ "required": [
595
+ "SourceArn",
596
+ "Id",
597
+ "PackagingGroupId",
598
+ "SourceRoleArn"
599
+ ],
600
+ "type": "structure"
601
+ },
602
+ "CreateAssetResponse": {
603
+ "members": {
604
+ "Arn": {
605
+ "locationName": "arn",
606
+ "shape": "__string"
607
+ },
608
+ "EgressEndpoints": {
609
+ "locationName": "egressEndpoints",
610
+ "shape": "__listOfEgressEndpoint"
611
+ },
612
+ "Id": {
613
+ "locationName": "id",
614
+ "shape": "__string"
615
+ },
616
+ "PackagingGroupId": {
617
+ "locationName": "packagingGroupId",
618
+ "shape": "__string"
619
+ },
620
+ "ResourceId": {
621
+ "locationName": "resourceId",
622
+ "shape": "__string"
623
+ },
624
+ "SourceArn": {
625
+ "locationName": "sourceArn",
626
+ "shape": "__string"
627
+ },
628
+ "SourceRoleArn": {
629
+ "locationName": "sourceRoleArn",
630
+ "shape": "__string"
631
+ }
632
+ },
633
+ "type": "structure"
634
+ },
635
+ "CreatePackagingConfigurationRequest": {
636
+ "members": {
637
+ "CmafPackage": {
638
+ "locationName": "cmafPackage",
639
+ "shape": "CmafPackage"
640
+ },
641
+ "DashPackage": {
642
+ "locationName": "dashPackage",
643
+ "shape": "DashPackage"
644
+ },
645
+ "HlsPackage": {
646
+ "locationName": "hlsPackage",
647
+ "shape": "HlsPackage"
648
+ },
649
+ "Id": {
650
+ "locationName": "id",
651
+ "shape": "__string"
652
+ },
653
+ "MssPackage": {
654
+ "locationName": "mssPackage",
655
+ "shape": "MssPackage"
656
+ },
657
+ "PackagingGroupId": {
658
+ "locationName": "packagingGroupId",
659
+ "shape": "__string"
660
+ }
661
+ },
662
+ "required": [
663
+ "Id",
664
+ "PackagingGroupId"
665
+ ],
666
+ "type": "structure"
667
+ },
668
+ "CreatePackagingConfigurationResponse": {
669
+ "members": {
670
+ "Arn": {
671
+ "locationName": "arn",
672
+ "shape": "__string"
673
+ },
674
+ "CmafPackage": {
675
+ "locationName": "cmafPackage",
676
+ "shape": "CmafPackage"
677
+ },
678
+ "DashPackage": {
679
+ "locationName": "dashPackage",
680
+ "shape": "DashPackage"
681
+ },
682
+ "HlsPackage": {
683
+ "locationName": "hlsPackage",
684
+ "shape": "HlsPackage"
685
+ },
686
+ "Id": {
687
+ "locationName": "id",
688
+ "shape": "__string"
689
+ },
690
+ "MssPackage": {
691
+ "locationName": "mssPackage",
692
+ "shape": "MssPackage"
693
+ },
694
+ "PackagingGroupId": {
695
+ "locationName": "packagingGroupId",
696
+ "shape": "__string"
697
+ }
698
+ },
699
+ "type": "structure"
700
+ },
701
+ "CreatePackagingGroupRequest": {
702
+ "members": {
703
+ "Id": {
704
+ "locationName": "id",
705
+ "shape": "__string"
706
+ }
707
+ },
708
+ "required": [
709
+ "Id"
710
+ ],
711
+ "type": "structure"
712
+ },
713
+ "CreatePackagingGroupResponse": {
714
+ "members": {
715
+ "Arn": {
716
+ "locationName": "arn",
717
+ "shape": "__string"
718
+ },
719
+ "Id": {
720
+ "locationName": "id",
721
+ "shape": "__string"
722
+ }
723
+ },
724
+ "type": "structure"
725
+ },
726
+ "DashEncryption": {
727
+ "members": {
728
+ "SpekeKeyProvider": {
729
+ "locationName": "spekeKeyProvider",
730
+ "shape": "SpekeKeyProvider"
731
+ }
732
+ },
733
+ "required": [
734
+ "SpekeKeyProvider"
735
+ ],
736
+ "type": "structure"
737
+ },
738
+ "DashManifest": {
739
+ "members": {
740
+ "ManifestName": {
741
+ "locationName": "manifestName",
742
+ "shape": "__string"
743
+ },
744
+ "MinBufferTimeSeconds": {
745
+ "locationName": "minBufferTimeSeconds",
746
+ "shape": "__integer"
747
+ },
748
+ "Profile": {
749
+ "locationName": "profile",
750
+ "shape": "Profile"
751
+ },
752
+ "StreamSelection": {
753
+ "locationName": "streamSelection",
754
+ "shape": "StreamSelection"
755
+ }
756
+ },
757
+ "type": "structure"
758
+ },
759
+ "DashPackage": {
760
+ "members": {
761
+ "DashManifests": {
762
+ "locationName": "dashManifests",
763
+ "shape": "__listOfDashManifest"
764
+ },
765
+ "Encryption": {
766
+ "locationName": "encryption",
767
+ "shape": "DashEncryption"
768
+ },
769
+ "SegmentDurationSeconds": {
770
+ "locationName": "segmentDurationSeconds",
771
+ "shape": "__integer"
772
+ }
773
+ },
774
+ "required": [
775
+ "DashManifests"
776
+ ],
777
+ "type": "structure"
778
+ },
779
+ "DeleteAssetRequest": {
780
+ "members": {
781
+ "Id": {
782
+ "location": "uri",
783
+ "locationName": "id",
784
+ "shape": "__string"
785
+ }
786
+ },
787
+ "required": [
788
+ "Id"
789
+ ],
790
+ "type": "structure"
791
+ },
792
+ "DeleteAssetResponse": {
793
+ "members": {},
794
+ "type": "structure"
795
+ },
796
+ "DeletePackagingConfigurationRequest": {
797
+ "members": {
798
+ "Id": {
799
+ "location": "uri",
800
+ "locationName": "id",
801
+ "shape": "__string"
802
+ }
803
+ },
804
+ "required": [
805
+ "Id"
806
+ ],
807
+ "type": "structure"
808
+ },
809
+ "DeletePackagingConfigurationResponse": {
810
+ "members": {},
811
+ "type": "structure"
812
+ },
813
+ "DeletePackagingGroupRequest": {
814
+ "members": {
815
+ "Id": {
816
+ "location": "uri",
817
+ "locationName": "id",
818
+ "shape": "__string"
819
+ }
820
+ },
821
+ "required": [
822
+ "Id"
823
+ ],
824
+ "type": "structure"
825
+ },
826
+ "DeletePackagingGroupResponse": {
827
+ "members": {},
828
+ "type": "structure"
829
+ },
830
+ "DescribeAssetRequest": {
831
+ "members": {
832
+ "Id": {
833
+ "location": "uri",
834
+ "locationName": "id",
835
+ "shape": "__string"
836
+ }
837
+ },
838
+ "required": [
839
+ "Id"
840
+ ],
841
+ "type": "structure"
842
+ },
843
+ "DescribeAssetResponse": {
844
+ "members": {
845
+ "Arn": {
846
+ "locationName": "arn",
847
+ "shape": "__string"
848
+ },
849
+ "EgressEndpoints": {
850
+ "locationName": "egressEndpoints",
851
+ "shape": "__listOfEgressEndpoint"
852
+ },
853
+ "Id": {
854
+ "locationName": "id",
855
+ "shape": "__string"
856
+ },
857
+ "PackagingGroupId": {
858
+ "locationName": "packagingGroupId",
859
+ "shape": "__string"
860
+ },
861
+ "ResourceId": {
862
+ "locationName": "resourceId",
863
+ "shape": "__string"
864
+ },
865
+ "SourceArn": {
866
+ "locationName": "sourceArn",
867
+ "shape": "__string"
868
+ },
869
+ "SourceRoleArn": {
870
+ "locationName": "sourceRoleArn",
871
+ "shape": "__string"
872
+ }
873
+ },
874
+ "type": "structure"
875
+ },
876
+ "DescribePackagingConfigurationRequest": {
877
+ "members": {
878
+ "Id": {
879
+ "location": "uri",
880
+ "locationName": "id",
881
+ "shape": "__string"
882
+ }
883
+ },
884
+ "required": [
885
+ "Id"
886
+ ],
887
+ "type": "structure"
888
+ },
889
+ "DescribePackagingConfigurationResponse": {
890
+ "members": {
891
+ "Arn": {
892
+ "locationName": "arn",
893
+ "shape": "__string"
894
+ },
895
+ "CmafPackage": {
896
+ "locationName": "cmafPackage",
897
+ "shape": "CmafPackage"
898
+ },
899
+ "DashPackage": {
900
+ "locationName": "dashPackage",
901
+ "shape": "DashPackage"
902
+ },
903
+ "HlsPackage": {
904
+ "locationName": "hlsPackage",
905
+ "shape": "HlsPackage"
906
+ },
907
+ "Id": {
908
+ "locationName": "id",
909
+ "shape": "__string"
910
+ },
911
+ "MssPackage": {
912
+ "locationName": "mssPackage",
913
+ "shape": "MssPackage"
914
+ },
915
+ "PackagingGroupId": {
916
+ "locationName": "packagingGroupId",
917
+ "shape": "__string"
918
+ }
919
+ },
920
+ "type": "structure"
921
+ },
922
+ "DescribePackagingGroupRequest": {
923
+ "members": {
924
+ "Id": {
925
+ "location": "uri",
926
+ "locationName": "id",
927
+ "shape": "__string"
928
+ }
929
+ },
930
+ "required": [
931
+ "Id"
932
+ ],
933
+ "type": "structure"
934
+ },
935
+ "DescribePackagingGroupResponse": {
936
+ "members": {
937
+ "Arn": {
938
+ "locationName": "arn",
939
+ "shape": "__string"
940
+ },
941
+ "Id": {
942
+ "locationName": "id",
943
+ "shape": "__string"
944
+ }
945
+ },
946
+ "type": "structure"
947
+ },
948
+ "EgressEndpoint": {
949
+ "members": {
950
+ "PackagingConfigurationId": {
951
+ "locationName": "packagingConfigurationId",
952
+ "shape": "__string"
953
+ },
954
+ "Url": {
955
+ "locationName": "url",
956
+ "shape": "__string"
957
+ }
958
+ },
959
+ "type": "structure"
960
+ },
961
+ "EncryptionMethod": {
962
+ "enum": [
963
+ "AES_128",
964
+ "SAMPLE_AES"
965
+ ],
966
+ "type": "string"
967
+ },
968
+ "ForbiddenException": {
969
+ "error": {
970
+ "httpStatusCode": 403
971
+ },
972
+ "exception": true,
973
+ "members": {
974
+ "Message": {
975
+ "locationName": "message",
976
+ "shape": "__string"
977
+ }
978
+ },
979
+ "type": "structure"
980
+ },
981
+ "HlsEncryption": {
982
+ "members": {
983
+ "EncryptionMethod": {
984
+ "locationName": "encryptionMethod",
985
+ "shape": "EncryptionMethod"
986
+ },
987
+ "SpekeKeyProvider": {
988
+ "locationName": "spekeKeyProvider",
989
+ "shape": "SpekeKeyProvider"
990
+ }
991
+ },
992
+ "required": [
993
+ "SpekeKeyProvider"
994
+ ],
995
+ "type": "structure"
996
+ },
997
+ "HlsManifest": {
998
+ "members": {
999
+ "AdMarkers": {
1000
+ "locationName": "adMarkers",
1001
+ "shape": "AdMarkers"
1002
+ },
1003
+ "IncludeIframeOnlyStream": {
1004
+ "locationName": "includeIframeOnlyStream",
1005
+ "shape": "__boolean"
1006
+ },
1007
+ "ManifestName": {
1008
+ "locationName": "manifestName",
1009
+ "shape": "__string"
1010
+ },
1011
+ "ProgramDateTimeIntervalSeconds": {
1012
+ "locationName": "programDateTimeIntervalSeconds",
1013
+ "shape": "__integer"
1014
+ },
1015
+ "RepeatExtXKey": {
1016
+ "locationName": "repeatExtXKey",
1017
+ "shape": "__boolean"
1018
+ },
1019
+ "StreamSelection": {
1020
+ "locationName": "streamSelection",
1021
+ "shape": "StreamSelection"
1022
+ }
1023
+ },
1024
+ "type": "structure"
1025
+ },
1026
+ "HlsPackage": {
1027
+ "members": {
1028
+ "Encryption": {
1029
+ "locationName": "encryption",
1030
+ "shape": "HlsEncryption"
1031
+ },
1032
+ "HlsManifests": {
1033
+ "locationName": "hlsManifests",
1034
+ "shape": "__listOfHlsManifest"
1035
+ },
1036
+ "SegmentDurationSeconds": {
1037
+ "locationName": "segmentDurationSeconds",
1038
+ "shape": "__integer"
1039
+ },
1040
+ "UseAudioRenditionGroup": {
1041
+ "locationName": "useAudioRenditionGroup",
1042
+ "shape": "__boolean"
1043
+ }
1044
+ },
1045
+ "required": [
1046
+ "HlsManifests"
1047
+ ],
1048
+ "type": "structure"
1049
+ },
1050
+ "InternalServerErrorException": {
1051
+ "error": {
1052
+ "httpStatusCode": 500
1053
+ },
1054
+ "exception": true,
1055
+ "members": {
1056
+ "Message": {
1057
+ "locationName": "message",
1058
+ "shape": "__string"
1059
+ }
1060
+ },
1061
+ "type": "structure"
1062
+ },
1063
+ "ListAssetsRequest": {
1064
+ "members": {
1065
+ "MaxResults": {
1066
+ "location": "querystring",
1067
+ "locationName": "maxResults",
1068
+ "shape": "MaxResults"
1069
+ },
1070
+ "NextToken": {
1071
+ "location": "querystring",
1072
+ "locationName": "nextToken",
1073
+ "shape": "__string"
1074
+ },
1075
+ "PackagingGroupId": {
1076
+ "location": "querystring",
1077
+ "locationName": "packagingGroupId",
1078
+ "shape": "__string"
1079
+ }
1080
+ },
1081
+ "type": "structure"
1082
+ },
1083
+ "ListAssetsResponse": {
1084
+ "members": {
1085
+ "Assets": {
1086
+ "locationName": "assets",
1087
+ "shape": "__listOfAssetShallow"
1088
+ },
1089
+ "NextToken": {
1090
+ "locationName": "nextToken",
1091
+ "shape": "__string"
1092
+ }
1093
+ },
1094
+ "type": "structure"
1095
+ },
1096
+ "ListPackagingConfigurationsRequest": {
1097
+ "members": {
1098
+ "MaxResults": {
1099
+ "location": "querystring",
1100
+ "locationName": "maxResults",
1101
+ "shape": "MaxResults"
1102
+ },
1103
+ "NextToken": {
1104
+ "location": "querystring",
1105
+ "locationName": "nextToken",
1106
+ "shape": "__string"
1107
+ },
1108
+ "PackagingGroupId": {
1109
+ "location": "querystring",
1110
+ "locationName": "packagingGroupId",
1111
+ "shape": "__string"
1112
+ }
1113
+ },
1114
+ "type": "structure"
1115
+ },
1116
+ "ListPackagingConfigurationsResponse": {
1117
+ "members": {
1118
+ "NextToken": {
1119
+ "locationName": "nextToken",
1120
+ "shape": "__string"
1121
+ },
1122
+ "PackagingConfigurations": {
1123
+ "locationName": "packagingConfigurations",
1124
+ "shape": "__listOfPackagingConfiguration"
1125
+ }
1126
+ },
1127
+ "type": "structure"
1128
+ },
1129
+ "ListPackagingGroupsRequest": {
1130
+ "members": {
1131
+ "MaxResults": {
1132
+ "location": "querystring",
1133
+ "locationName": "maxResults",
1134
+ "shape": "MaxResults"
1135
+ },
1136
+ "NextToken": {
1137
+ "location": "querystring",
1138
+ "locationName": "nextToken",
1139
+ "shape": "__string"
1140
+ }
1141
+ },
1142
+ "type": "structure"
1143
+ },
1144
+ "ListPackagingGroupsResponse": {
1145
+ "members": {
1146
+ "NextToken": {
1147
+ "locationName": "nextToken",
1148
+ "shape": "__string"
1149
+ },
1150
+ "PackagingGroups": {
1151
+ "locationName": "packagingGroups",
1152
+ "shape": "__listOfPackagingGroup"
1153
+ }
1154
+ },
1155
+ "type": "structure"
1156
+ },
1157
+ "MaxResults": {
1158
+ "max": 1000,
1159
+ "min": 1,
1160
+ "type": "integer"
1161
+ },
1162
+ "MssEncryption": {
1163
+ "members": {
1164
+ "SpekeKeyProvider": {
1165
+ "locationName": "spekeKeyProvider",
1166
+ "shape": "SpekeKeyProvider"
1167
+ }
1168
+ },
1169
+ "required": [
1170
+ "SpekeKeyProvider"
1171
+ ],
1172
+ "type": "structure"
1173
+ },
1174
+ "MssManifest": {
1175
+ "members": {
1176
+ "ManifestName": {
1177
+ "locationName": "manifestName",
1178
+ "shape": "__string"
1179
+ },
1180
+ "StreamSelection": {
1181
+ "locationName": "streamSelection",
1182
+ "shape": "StreamSelection"
1183
+ }
1184
+ },
1185
+ "type": "structure"
1186
+ },
1187
+ "MssPackage": {
1188
+ "members": {
1189
+ "Encryption": {
1190
+ "locationName": "encryption",
1191
+ "shape": "MssEncryption"
1192
+ },
1193
+ "MssManifests": {
1194
+ "locationName": "mssManifests",
1195
+ "shape": "__listOfMssManifest"
1196
+ },
1197
+ "SegmentDurationSeconds": {
1198
+ "locationName": "segmentDurationSeconds",
1199
+ "shape": "__integer"
1200
+ }
1201
+ },
1202
+ "required": [
1203
+ "MssManifests"
1204
+ ],
1205
+ "type": "structure"
1206
+ },
1207
+ "NotFoundException": {
1208
+ "error": {
1209
+ "httpStatusCode": 404
1210
+ },
1211
+ "exception": true,
1212
+ "members": {
1213
+ "Message": {
1214
+ "locationName": "message",
1215
+ "shape": "__string"
1216
+ }
1217
+ },
1218
+ "type": "structure"
1219
+ },
1220
+ "PackagingConfiguration": {
1221
+ "members": {
1222
+ "Arn": {
1223
+ "locationName": "arn",
1224
+ "shape": "__string"
1225
+ },
1226
+ "CmafPackage": {
1227
+ "locationName": "cmafPackage",
1228
+ "shape": "CmafPackage"
1229
+ },
1230
+ "DashPackage": {
1231
+ "locationName": "dashPackage",
1232
+ "shape": "DashPackage"
1233
+ },
1234
+ "HlsPackage": {
1235
+ "locationName": "hlsPackage",
1236
+ "shape": "HlsPackage"
1237
+ },
1238
+ "Id": {
1239
+ "locationName": "id",
1240
+ "shape": "__string"
1241
+ },
1242
+ "MssPackage": {
1243
+ "locationName": "mssPackage",
1244
+ "shape": "MssPackage"
1245
+ },
1246
+ "PackagingGroupId": {
1247
+ "locationName": "packagingGroupId",
1248
+ "shape": "__string"
1249
+ }
1250
+ },
1251
+ "type": "structure"
1252
+ },
1253
+ "PackagingConfigurationCreateParameters": {
1254
+ "members": {
1255
+ "CmafPackage": {
1256
+ "locationName": "cmafPackage",
1257
+ "shape": "CmafPackage"
1258
+ },
1259
+ "DashPackage": {
1260
+ "locationName": "dashPackage",
1261
+ "shape": "DashPackage"
1262
+ },
1263
+ "HlsPackage": {
1264
+ "locationName": "hlsPackage",
1265
+ "shape": "HlsPackage"
1266
+ },
1267
+ "Id": {
1268
+ "locationName": "id",
1269
+ "shape": "__string"
1270
+ },
1271
+ "MssPackage": {
1272
+ "locationName": "mssPackage",
1273
+ "shape": "MssPackage"
1274
+ },
1275
+ "PackagingGroupId": {
1276
+ "locationName": "packagingGroupId",
1277
+ "shape": "__string"
1278
+ }
1279
+ },
1280
+ "required": [
1281
+ "Id",
1282
+ "PackagingGroupId"
1283
+ ],
1284
+ "type": "structure"
1285
+ },
1286
+ "PackagingConfigurationList": {
1287
+ "members": {
1288
+ "NextToken": {
1289
+ "locationName": "nextToken",
1290
+ "shape": "__string"
1291
+ },
1292
+ "PackagingConfigurations": {
1293
+ "locationName": "packagingConfigurations",
1294
+ "shape": "__listOfPackagingConfiguration"
1295
+ }
1296
+ },
1297
+ "type": "structure"
1298
+ },
1299
+ "PackagingGroup": {
1300
+ "members": {
1301
+ "Arn": {
1302
+ "locationName": "arn",
1303
+ "shape": "__string"
1304
+ },
1305
+ "Id": {
1306
+ "locationName": "id",
1307
+ "shape": "__string"
1308
+ }
1309
+ },
1310
+ "type": "structure"
1311
+ },
1312
+ "PackagingGroupCreateParameters": {
1313
+ "members": {
1314
+ "Id": {
1315
+ "locationName": "id",
1316
+ "shape": "__string"
1317
+ }
1318
+ },
1319
+ "required": [
1320
+ "Id"
1321
+ ],
1322
+ "type": "structure"
1323
+ },
1324
+ "PackagingGroupList": {
1325
+ "members": {
1326
+ "NextToken": {
1327
+ "locationName": "nextToken",
1328
+ "shape": "__string"
1329
+ },
1330
+ "PackagingGroups": {
1331
+ "locationName": "packagingGroups",
1332
+ "shape": "__listOfPackagingGroup"
1333
+ }
1334
+ },
1335
+ "type": "structure"
1336
+ },
1337
+ "Profile": {
1338
+ "enum": [
1339
+ "NONE",
1340
+ "HBBTV_1_5"
1341
+ ],
1342
+ "type": "string"
1343
+ },
1344
+ "ServiceUnavailableException": {
1345
+ "error": {
1346
+ "httpStatusCode": 503
1347
+ },
1348
+ "exception": true,
1349
+ "members": {
1350
+ "Message": {
1351
+ "locationName": "message",
1352
+ "shape": "__string"
1353
+ }
1354
+ },
1355
+ "type": "structure"
1356
+ },
1357
+ "SpekeKeyProvider": {
1358
+ "members": {
1359
+ "RoleArn": {
1360
+ "locationName": "roleArn",
1361
+ "shape": "__string"
1362
+ },
1363
+ "SystemIds": {
1364
+ "locationName": "systemIds",
1365
+ "shape": "__listOf__string"
1366
+ },
1367
+ "Url": {
1368
+ "locationName": "url",
1369
+ "shape": "__string"
1370
+ }
1371
+ },
1372
+ "required": [
1373
+ "SystemIds",
1374
+ "Url",
1375
+ "RoleArn"
1376
+ ],
1377
+ "type": "structure"
1378
+ },
1379
+ "StreamOrder": {
1380
+ "enum": [
1381
+ "ORIGINAL",
1382
+ "VIDEO_BITRATE_ASCENDING",
1383
+ "VIDEO_BITRATE_DESCENDING"
1384
+ ],
1385
+ "type": "string"
1386
+ },
1387
+ "StreamSelection": {
1388
+ "members": {
1389
+ "MaxVideoBitsPerSecond": {
1390
+ "locationName": "maxVideoBitsPerSecond",
1391
+ "shape": "__integer"
1392
+ },
1393
+ "MinVideoBitsPerSecond": {
1394
+ "locationName": "minVideoBitsPerSecond",
1395
+ "shape": "__integer"
1396
+ },
1397
+ "StreamOrder": {
1398
+ "locationName": "streamOrder",
1399
+ "shape": "StreamOrder"
1400
+ }
1401
+ },
1402
+ "type": "structure"
1403
+ },
1404
+ "TooManyRequestsException": {
1405
+ "error": {
1406
+ "httpStatusCode": 429
1407
+ },
1408
+ "exception": true,
1409
+ "members": {
1410
+ "Message": {
1411
+ "locationName": "message",
1412
+ "shape": "__string"
1413
+ }
1414
+ },
1415
+ "type": "structure"
1416
+ },
1417
+ "UnprocessableEntityException": {
1418
+ "error": {
1419
+ "httpStatusCode": 422
1420
+ },
1421
+ "exception": true,
1422
+ "members": {
1423
+ "Message": {
1424
+ "locationName": "message",
1425
+ "shape": "__string"
1426
+ }
1427
+ },
1428
+ "type": "structure"
1429
+ },
1430
+ "__boolean": {
1431
+ "type": "boolean"
1432
+ },
1433
+ "__double": {
1434
+ "type": "double"
1435
+ },
1436
+ "__integer": {
1437
+ "type": "integer"
1438
+ },
1439
+ "__listOfAssetShallow": {
1440
+ "member": {
1441
+ "shape": "AssetShallow"
1442
+ },
1443
+ "type": "list"
1444
+ },
1445
+ "__listOfDashManifest": {
1446
+ "member": {
1447
+ "shape": "DashManifest"
1448
+ },
1449
+ "type": "list"
1450
+ },
1451
+ "__listOfEgressEndpoint": {
1452
+ "member": {
1453
+ "shape": "EgressEndpoint"
1454
+ },
1455
+ "type": "list"
1456
+ },
1457
+ "__listOfHlsManifest": {
1458
+ "member": {
1459
+ "shape": "HlsManifest"
1460
+ },
1461
+ "type": "list"
1462
+ },
1463
+ "__listOfMssManifest": {
1464
+ "member": {
1465
+ "shape": "MssManifest"
1466
+ },
1467
+ "type": "list"
1468
+ },
1469
+ "__listOfPackagingConfiguration": {
1470
+ "member": {
1471
+ "shape": "PackagingConfiguration"
1472
+ },
1473
+ "type": "list"
1474
+ },
1475
+ "__listOfPackagingGroup": {
1476
+ "member": {
1477
+ "shape": "PackagingGroup"
1478
+ },
1479
+ "type": "list"
1480
+ },
1481
+ "__listOf__string": {
1482
+ "member": {
1483
+ "shape": "__string"
1484
+ },
1485
+ "type": "list"
1486
+ },
1487
+ "__long": {
1488
+ "type": "long"
1489
+ },
1490
+ "__string": {
1491
+ "type": "string"
1492
+ }
1493
+ }
1494
+ }