aws-sdk-core 2.10.89 → 2.10.90

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,22 @@
1
+ {
2
+ "pagination": {
3
+ "ListInputs": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "Inputs"
8
+ },
9
+ "ListChannels": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "limit_key": "MaxResults",
13
+ "result_key": "Channels"
14
+ },
15
+ "ListInputSecurityGroups": {
16
+ "input_token": "NextToken",
17
+ "output_token": "NextToken",
18
+ "limit_key": "MaxResults",
19
+ "result_key": "InputSecurityGroups"
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,1485 @@
1
+ {
2
+ "metadata": {
3
+ "apiVersion": "2017-10-12",
4
+ "endpointPrefix": "mediapackage",
5
+ "jsonVersion": "1.1",
6
+ "protocol": "rest-json",
7
+ "serviceAbbreviation": "MediaPackage",
8
+ "serviceFullName": "AWS Elemental MediaPackage",
9
+ "serviceId": "MediaPackage",
10
+ "signatureVersion": "v4",
11
+ "signingName": "mediapackage",
12
+ "uid": "mediapackage-2017-10-12"
13
+ },
14
+ "operations": {
15
+ "CreateChannel": {
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": "/channels",
39
+ "responseCode": 200
40
+ },
41
+ "input": {
42
+ "shape": "CreateChannelRequest"
43
+ },
44
+ "name": "CreateChannel",
45
+ "output": {
46
+ "shape": "CreateChannelResponse"
47
+ }
48
+ },
49
+ "CreateOriginEndpoint": {
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": "/origin_endpoints",
73
+ "responseCode": 200
74
+ },
75
+ "input": {
76
+ "shape": "CreateOriginEndpointRequest"
77
+ },
78
+ "name": "CreateOriginEndpoint",
79
+ "output": {
80
+ "shape": "CreateOriginEndpointResponse"
81
+ }
82
+ },
83
+ "DeleteChannel": {
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": "DELETE",
106
+ "requestUri": "/channels/{id}",
107
+ "responseCode": 202
108
+ },
109
+ "input": {
110
+ "shape": "DeleteChannelRequest"
111
+ },
112
+ "name": "DeleteChannel",
113
+ "output": {
114
+ "shape": "DeleteChannelResponse"
115
+ }
116
+ },
117
+ "DeleteOriginEndpoint": {
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": "/origin_endpoints/{id}",
141
+ "responseCode": 202
142
+ },
143
+ "input": {
144
+ "shape": "DeleteOriginEndpointRequest"
145
+ },
146
+ "name": "DeleteOriginEndpoint",
147
+ "output": {
148
+ "shape": "DeleteOriginEndpointResponse"
149
+ }
150
+ },
151
+ "DescribeChannel": {
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": "GET",
174
+ "requestUri": "/channels/{id}",
175
+ "responseCode": 200
176
+ },
177
+ "input": {
178
+ "shape": "DescribeChannelRequest"
179
+ },
180
+ "name": "DescribeChannel",
181
+ "output": {
182
+ "shape": "DescribeChannelResponse"
183
+ }
184
+ },
185
+ "DescribeOriginEndpoint": {
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": "GET",
208
+ "requestUri": "/origin_endpoints/{id}",
209
+ "responseCode": 200
210
+ },
211
+ "input": {
212
+ "shape": "DescribeOriginEndpointRequest"
213
+ },
214
+ "name": "DescribeOriginEndpoint",
215
+ "output": {
216
+ "shape": "DescribeOriginEndpointResponse"
217
+ }
218
+ },
219
+ "ListChannels": {
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": "/channels",
243
+ "responseCode": 200
244
+ },
245
+ "input": {
246
+ "shape": "ListChannelsRequest"
247
+ },
248
+ "name": "ListChannels",
249
+ "output": {
250
+ "shape": "ListChannelsResponse"
251
+ }
252
+ },
253
+ "ListOriginEndpoints": {
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": "/origin_endpoints",
277
+ "responseCode": 200
278
+ },
279
+ "input": {
280
+ "shape": "ListOriginEndpointsRequest"
281
+ },
282
+ "name": "ListOriginEndpoints",
283
+ "output": {
284
+ "shape": "ListOriginEndpointsResponse"
285
+ }
286
+ },
287
+ "RotateChannelCredentials": {
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": "PUT",
310
+ "requestUri": "/channels/{id}/credentials",
311
+ "responseCode": 200
312
+ },
313
+ "input": {
314
+ "shape": "RotateChannelCredentialsRequest"
315
+ },
316
+ "name": "RotateChannelCredentials",
317
+ "output": {
318
+ "shape": "RotateChannelCredentialsResponse"
319
+ }
320
+ },
321
+ "UpdateChannel": {
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": "PUT",
344
+ "requestUri": "/channels/{id}",
345
+ "responseCode": 200
346
+ },
347
+ "input": {
348
+ "shape": "UpdateChannelRequest"
349
+ },
350
+ "name": "UpdateChannel",
351
+ "output": {
352
+ "shape": "UpdateChannelResponse"
353
+ }
354
+ },
355
+ "UpdateOriginEndpoint": {
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": "PUT",
378
+ "requestUri": "/origin_endpoints/{id}",
379
+ "responseCode": 200
380
+ },
381
+ "input": {
382
+ "shape": "UpdateOriginEndpointRequest"
383
+ },
384
+ "name": "UpdateOriginEndpoint",
385
+ "output": {
386
+ "shape": "UpdateOriginEndpointResponse"
387
+ }
388
+ }
389
+ },
390
+ "shapes": {
391
+ "AdMarkers": {
392
+ "enum": [
393
+ "NONE",
394
+ "SCTE35_ENHANCED",
395
+ "PASSTHROUGH"
396
+ ],
397
+ "type": "string"
398
+ },
399
+ "Channel": {
400
+ "members": {
401
+ "Arn": {
402
+ "locationName": "arn",
403
+ "shape": "__string"
404
+ },
405
+ "Description": {
406
+ "locationName": "description",
407
+ "shape": "__string"
408
+ },
409
+ "HlsIngest": {
410
+ "locationName": "hlsIngest",
411
+ "shape": "HlsIngest"
412
+ },
413
+ "Id": {
414
+ "locationName": "id",
415
+ "shape": "__string"
416
+ }
417
+ },
418
+ "type": "structure"
419
+ },
420
+ "ChannelCreateParameters": {
421
+ "members": {
422
+ "Description": {
423
+ "locationName": "description",
424
+ "shape": "__string"
425
+ },
426
+ "Id": {
427
+ "locationName": "id",
428
+ "shape": "__string"
429
+ }
430
+ },
431
+ "type": "structure"
432
+ },
433
+ "ChannelList": {
434
+ "members": {
435
+ "Channels": {
436
+ "locationName": "channels",
437
+ "shape": "ListOfChannel"
438
+ },
439
+ "NextToken": {
440
+ "locationName": "nextToken",
441
+ "shape": "__string"
442
+ }
443
+ },
444
+ "type": "structure"
445
+ },
446
+ "ChannelUpdateParameters": {
447
+ "members": {
448
+ "Description": {
449
+ "locationName": "description",
450
+ "shape": "__string"
451
+ }
452
+ },
453
+ "type": "structure"
454
+ },
455
+ "CreateChannelRequest": {
456
+ "members": {
457
+ "Description": {
458
+ "locationName": "description",
459
+ "shape": "__string"
460
+ },
461
+ "Id": {
462
+ "locationName": "id",
463
+ "shape": "__string"
464
+ }
465
+ },
466
+ "required": [
467
+ "Id"
468
+ ],
469
+ "type": "structure"
470
+ },
471
+ "CreateChannelResponse": {
472
+ "members": {
473
+ "Arn": {
474
+ "locationName": "arn",
475
+ "shape": "__string"
476
+ },
477
+ "Description": {
478
+ "locationName": "description",
479
+ "shape": "__string"
480
+ },
481
+ "HlsIngest": {
482
+ "locationName": "hlsIngest",
483
+ "shape": "HlsIngest"
484
+ },
485
+ "Id": {
486
+ "locationName": "id",
487
+ "shape": "__string"
488
+ }
489
+ },
490
+ "type": "structure"
491
+ },
492
+ "CreateOriginEndpointRequest": {
493
+ "members": {
494
+ "ChannelId": {
495
+ "locationName": "channelId",
496
+ "shape": "__string"
497
+ },
498
+ "DashPackage": {
499
+ "locationName": "dashPackage",
500
+ "shape": "DashPackage"
501
+ },
502
+ "Description": {
503
+ "locationName": "description",
504
+ "shape": "__string"
505
+ },
506
+ "HlsPackage": {
507
+ "locationName": "hlsPackage",
508
+ "shape": "HlsPackage"
509
+ },
510
+ "Id": {
511
+ "locationName": "id",
512
+ "shape": "__string"
513
+ },
514
+ "ManifestName": {
515
+ "locationName": "manifestName",
516
+ "shape": "__string"
517
+ },
518
+ "MssPackage": {
519
+ "locationName": "mssPackage",
520
+ "shape": "MssPackage"
521
+ },
522
+ "StartoverWindowSeconds": {
523
+ "locationName": "startoverWindowSeconds",
524
+ "shape": "__integer"
525
+ },
526
+ "TimeDelaySeconds": {
527
+ "locationName": "timeDelaySeconds",
528
+ "shape": "__integer"
529
+ },
530
+ "Whitelist": {
531
+ "locationName": "whitelist",
532
+ "shape": "ListOf__string"
533
+ }
534
+ },
535
+ "required": [
536
+ "ChannelId",
537
+ "Id"
538
+ ],
539
+ "type": "structure"
540
+ },
541
+ "CreateOriginEndpointResponse": {
542
+ "members": {
543
+ "Arn": {
544
+ "locationName": "arn",
545
+ "shape": "__string"
546
+ },
547
+ "ChannelId": {
548
+ "locationName": "channelId",
549
+ "shape": "__string"
550
+ },
551
+ "DashPackage": {
552
+ "locationName": "dashPackage",
553
+ "shape": "DashPackage"
554
+ },
555
+ "Description": {
556
+ "locationName": "description",
557
+ "shape": "__string"
558
+ },
559
+ "HlsPackage": {
560
+ "locationName": "hlsPackage",
561
+ "shape": "HlsPackage"
562
+ },
563
+ "Id": {
564
+ "locationName": "id",
565
+ "shape": "__string"
566
+ },
567
+ "ManifestName": {
568
+ "locationName": "manifestName",
569
+ "shape": "__string"
570
+ },
571
+ "MssPackage": {
572
+ "locationName": "mssPackage",
573
+ "shape": "MssPackage"
574
+ },
575
+ "StartoverWindowSeconds": {
576
+ "locationName": "startoverWindowSeconds",
577
+ "shape": "__integer"
578
+ },
579
+ "TimeDelaySeconds": {
580
+ "locationName": "timeDelaySeconds",
581
+ "shape": "__integer"
582
+ },
583
+ "Url": {
584
+ "locationName": "url",
585
+ "shape": "__string"
586
+ },
587
+ "Whitelist": {
588
+ "locationName": "whitelist",
589
+ "shape": "ListOf__string"
590
+ }
591
+ },
592
+ "type": "structure"
593
+ },
594
+ "DashEncryption": {
595
+ "members": {
596
+ "KeyRotationIntervalSeconds": {
597
+ "locationName": "keyRotationIntervalSeconds",
598
+ "shape": "__integer"
599
+ },
600
+ "SpekeKeyProvider": {
601
+ "locationName": "spekeKeyProvider",
602
+ "shape": "SpekeKeyProvider"
603
+ }
604
+ },
605
+ "required": [
606
+ "SpekeKeyProvider"
607
+ ],
608
+ "type": "structure"
609
+ },
610
+ "DashPackage": {
611
+ "members": {
612
+ "Encryption": {
613
+ "locationName": "encryption",
614
+ "shape": "DashEncryption"
615
+ },
616
+ "ManifestWindowSeconds": {
617
+ "locationName": "manifestWindowSeconds",
618
+ "shape": "__integer"
619
+ },
620
+ "MinBufferTimeSeconds": {
621
+ "locationName": "minBufferTimeSeconds",
622
+ "shape": "__integer"
623
+ },
624
+ "MinUpdatePeriodSeconds": {
625
+ "locationName": "minUpdatePeriodSeconds",
626
+ "shape": "__integer"
627
+ },
628
+ "Profile": {
629
+ "locationName": "profile",
630
+ "shape": "Profile"
631
+ },
632
+ "SegmentDurationSeconds": {
633
+ "locationName": "segmentDurationSeconds",
634
+ "shape": "__integer"
635
+ },
636
+ "StreamSelection": {
637
+ "locationName": "streamSelection",
638
+ "shape": "StreamSelection"
639
+ },
640
+ "SuggestedPresentationDelaySeconds": {
641
+ "locationName": "suggestedPresentationDelaySeconds",
642
+ "shape": "__integer"
643
+ }
644
+ },
645
+ "type": "structure"
646
+ },
647
+ "DeleteChannelRequest": {
648
+ "members": {
649
+ "Id": {
650
+ "location": "uri",
651
+ "locationName": "id",
652
+ "shape": "__string"
653
+ }
654
+ },
655
+ "required": [
656
+ "Id"
657
+ ],
658
+ "type": "structure"
659
+ },
660
+ "DeleteChannelResponse": {
661
+ "members": {},
662
+ "type": "structure"
663
+ },
664
+ "DeleteOriginEndpointRequest": {
665
+ "members": {
666
+ "Id": {
667
+ "location": "uri",
668
+ "locationName": "id",
669
+ "shape": "__string"
670
+ }
671
+ },
672
+ "required": [
673
+ "Id"
674
+ ],
675
+ "type": "structure"
676
+ },
677
+ "DeleteOriginEndpointResponse": {
678
+ "members": {},
679
+ "type": "structure"
680
+ },
681
+ "DescribeChannelRequest": {
682
+ "members": {
683
+ "Id": {
684
+ "location": "uri",
685
+ "locationName": "id",
686
+ "shape": "__string"
687
+ }
688
+ },
689
+ "required": [
690
+ "Id"
691
+ ],
692
+ "type": "structure"
693
+ },
694
+ "DescribeChannelResponse": {
695
+ "members": {
696
+ "Arn": {
697
+ "locationName": "arn",
698
+ "shape": "__string"
699
+ },
700
+ "Description": {
701
+ "locationName": "description",
702
+ "shape": "__string"
703
+ },
704
+ "HlsIngest": {
705
+ "locationName": "hlsIngest",
706
+ "shape": "HlsIngest"
707
+ },
708
+ "Id": {
709
+ "locationName": "id",
710
+ "shape": "__string"
711
+ }
712
+ },
713
+ "type": "structure"
714
+ },
715
+ "DescribeOriginEndpointRequest": {
716
+ "members": {
717
+ "Id": {
718
+ "location": "uri",
719
+ "locationName": "id",
720
+ "shape": "__string"
721
+ }
722
+ },
723
+ "required": [
724
+ "Id"
725
+ ],
726
+ "type": "structure"
727
+ },
728
+ "DescribeOriginEndpointResponse": {
729
+ "members": {
730
+ "Arn": {
731
+ "locationName": "arn",
732
+ "shape": "__string"
733
+ },
734
+ "ChannelId": {
735
+ "locationName": "channelId",
736
+ "shape": "__string"
737
+ },
738
+ "DashPackage": {
739
+ "locationName": "dashPackage",
740
+ "shape": "DashPackage"
741
+ },
742
+ "Description": {
743
+ "locationName": "description",
744
+ "shape": "__string"
745
+ },
746
+ "HlsPackage": {
747
+ "locationName": "hlsPackage",
748
+ "shape": "HlsPackage"
749
+ },
750
+ "Id": {
751
+ "locationName": "id",
752
+ "shape": "__string"
753
+ },
754
+ "ManifestName": {
755
+ "locationName": "manifestName",
756
+ "shape": "__string"
757
+ },
758
+ "MssPackage": {
759
+ "locationName": "mssPackage",
760
+ "shape": "MssPackage"
761
+ },
762
+ "StartoverWindowSeconds": {
763
+ "locationName": "startoverWindowSeconds",
764
+ "shape": "__integer"
765
+ },
766
+ "TimeDelaySeconds": {
767
+ "locationName": "timeDelaySeconds",
768
+ "shape": "__integer"
769
+ },
770
+ "Url": {
771
+ "locationName": "url",
772
+ "shape": "__string"
773
+ },
774
+ "Whitelist": {
775
+ "locationName": "whitelist",
776
+ "shape": "ListOf__string"
777
+ }
778
+ },
779
+ "type": "structure"
780
+ },
781
+ "EncryptionMethod": {
782
+ "enum": [
783
+ "AES_128",
784
+ "SAMPLE_AES"
785
+ ],
786
+ "type": "string"
787
+ },
788
+ "ForbiddenException": {
789
+ "error": {
790
+ "httpStatusCode": 403
791
+ },
792
+ "exception": true,
793
+ "members": {
794
+ "Message": {
795
+ "locationName": "message",
796
+ "shape": "__string"
797
+ }
798
+ },
799
+ "type": "structure"
800
+ },
801
+ "HlsEncryption": {
802
+ "members": {
803
+ "ConstantInitializationVector": {
804
+ "locationName": "constantInitializationVector",
805
+ "shape": "__string"
806
+ },
807
+ "EncryptionMethod": {
808
+ "locationName": "encryptionMethod",
809
+ "shape": "EncryptionMethod"
810
+ },
811
+ "KeyRotationIntervalSeconds": {
812
+ "locationName": "keyRotationIntervalSeconds",
813
+ "shape": "__integer"
814
+ },
815
+ "RepeatExtXKey": {
816
+ "locationName": "repeatExtXKey",
817
+ "shape": "__boolean"
818
+ },
819
+ "SpekeKeyProvider": {
820
+ "locationName": "spekeKeyProvider",
821
+ "shape": "SpekeKeyProvider"
822
+ }
823
+ },
824
+ "required": [
825
+ "SpekeKeyProvider"
826
+ ],
827
+ "type": "structure"
828
+ },
829
+ "HlsIngest": {
830
+ "members": {
831
+ "IngestEndpoints": {
832
+ "locationName": "ingestEndpoints",
833
+ "shape": "ListOfIngestEndpoint"
834
+ }
835
+ },
836
+ "type": "structure"
837
+ },
838
+ "HlsPackage": {
839
+ "members": {
840
+ "AdMarkers": {
841
+ "locationName": "adMarkers",
842
+ "shape": "AdMarkers"
843
+ },
844
+ "Encryption": {
845
+ "locationName": "encryption",
846
+ "shape": "HlsEncryption"
847
+ },
848
+ "IncludeIframeOnlyStream": {
849
+ "locationName": "includeIframeOnlyStream",
850
+ "shape": "__boolean"
851
+ },
852
+ "PlaylistType": {
853
+ "locationName": "playlistType",
854
+ "shape": "PlaylistType"
855
+ },
856
+ "PlaylistWindowSeconds": {
857
+ "locationName": "playlistWindowSeconds",
858
+ "shape": "__integer"
859
+ },
860
+ "ProgramDateTimeIntervalSeconds": {
861
+ "locationName": "programDateTimeIntervalSeconds",
862
+ "shape": "__integer"
863
+ },
864
+ "SegmentDurationSeconds": {
865
+ "locationName": "segmentDurationSeconds",
866
+ "shape": "__integer"
867
+ },
868
+ "StreamSelection": {
869
+ "locationName": "streamSelection",
870
+ "shape": "StreamSelection"
871
+ },
872
+ "UseAudioRenditionGroup": {
873
+ "locationName": "useAudioRenditionGroup",
874
+ "shape": "__boolean"
875
+ }
876
+ },
877
+ "type": "structure"
878
+ },
879
+ "IngestEndpoint": {
880
+ "members": {
881
+ "Password": {
882
+ "locationName": "password",
883
+ "shape": "__string"
884
+ },
885
+ "Url": {
886
+ "locationName": "url",
887
+ "shape": "__string"
888
+ },
889
+ "Username": {
890
+ "locationName": "username",
891
+ "shape": "__string"
892
+ }
893
+ },
894
+ "type": "structure"
895
+ },
896
+ "InternalServerErrorException": {
897
+ "error": {
898
+ "httpStatusCode": 500
899
+ },
900
+ "exception": true,
901
+ "members": {
902
+ "Message": {
903
+ "locationName": "message",
904
+ "shape": "__string"
905
+ }
906
+ },
907
+ "type": "structure"
908
+ },
909
+ "ListChannelsRequest": {
910
+ "members": {
911
+ "MaxResults": {
912
+ "location": "querystring",
913
+ "locationName": "maxResults",
914
+ "shape": "MaxResults"
915
+ },
916
+ "NextToken": {
917
+ "location": "querystring",
918
+ "locationName": "nextToken",
919
+ "shape": "__string"
920
+ }
921
+ },
922
+ "type": "structure"
923
+ },
924
+ "ListChannelsResponse": {
925
+ "members": {
926
+ "Channels": {
927
+ "locationName": "channels",
928
+ "shape": "ListOfChannel"
929
+ },
930
+ "NextToken": {
931
+ "locationName": "nextToken",
932
+ "shape": "__string"
933
+ }
934
+ },
935
+ "type": "structure"
936
+ },
937
+ "ListOfChannel": {
938
+ "member": {
939
+ "shape": "Channel"
940
+ },
941
+ "type": "list"
942
+ },
943
+ "ListOfIngestEndpoint": {
944
+ "member": {
945
+ "shape": "IngestEndpoint"
946
+ },
947
+ "type": "list"
948
+ },
949
+ "ListOfOriginEndpoint": {
950
+ "member": {
951
+ "shape": "OriginEndpoint"
952
+ },
953
+ "type": "list"
954
+ },
955
+ "ListOf__string": {
956
+ "member": {
957
+ "shape": "__string"
958
+ },
959
+ "type": "list"
960
+ },
961
+ "ListOriginEndpointsRequest": {
962
+ "members": {
963
+ "ChannelId": {
964
+ "location": "querystring",
965
+ "locationName": "channelId",
966
+ "shape": "__string"
967
+ },
968
+ "MaxResults": {
969
+ "location": "querystring",
970
+ "locationName": "maxResults",
971
+ "shape": "MaxResults"
972
+ },
973
+ "NextToken": {
974
+ "location": "querystring",
975
+ "locationName": "nextToken",
976
+ "shape": "__string"
977
+ }
978
+ },
979
+ "type": "structure"
980
+ },
981
+ "ListOriginEndpointsResponse": {
982
+ "members": {
983
+ "NextToken": {
984
+ "locationName": "nextToken",
985
+ "shape": "__string"
986
+ },
987
+ "OriginEndpoints": {
988
+ "locationName": "originEndpoints",
989
+ "shape": "ListOfOriginEndpoint"
990
+ }
991
+ },
992
+ "type": "structure"
993
+ },
994
+ "MaxResults": {
995
+ "max": 1000,
996
+ "min": 1,
997
+ "type": "integer"
998
+ },
999
+ "MssEncryption": {
1000
+ "members": {
1001
+ "SpekeKeyProvider": {
1002
+ "locationName": "spekeKeyProvider",
1003
+ "shape": "SpekeKeyProvider"
1004
+ }
1005
+ },
1006
+ "required": [
1007
+ "SpekeKeyProvider"
1008
+ ],
1009
+ "type": "structure"
1010
+ },
1011
+ "MssPackage": {
1012
+ "members": {
1013
+ "Encryption": {
1014
+ "locationName": "encryption",
1015
+ "shape": "MssEncryption"
1016
+ },
1017
+ "ManifestWindowSeconds": {
1018
+ "locationName": "manifestWindowSeconds",
1019
+ "shape": "__integer"
1020
+ },
1021
+ "SegmentDurationSeconds": {
1022
+ "locationName": "segmentDurationSeconds",
1023
+ "shape": "__integer"
1024
+ },
1025
+ "StreamSelection": {
1026
+ "locationName": "streamSelection",
1027
+ "shape": "StreamSelection"
1028
+ }
1029
+ },
1030
+ "type": "structure"
1031
+ },
1032
+ "NotFoundException": {
1033
+ "error": {
1034
+ "httpStatusCode": 404
1035
+ },
1036
+ "exception": true,
1037
+ "members": {
1038
+ "Message": {
1039
+ "locationName": "message",
1040
+ "shape": "__string"
1041
+ }
1042
+ },
1043
+ "type": "structure"
1044
+ },
1045
+ "OriginEndpoint": {
1046
+ "members": {
1047
+ "Arn": {
1048
+ "locationName": "arn",
1049
+ "shape": "__string"
1050
+ },
1051
+ "ChannelId": {
1052
+ "locationName": "channelId",
1053
+ "shape": "__string"
1054
+ },
1055
+ "DashPackage": {
1056
+ "locationName": "dashPackage",
1057
+ "shape": "DashPackage"
1058
+ },
1059
+ "Description": {
1060
+ "locationName": "description",
1061
+ "shape": "__string"
1062
+ },
1063
+ "HlsPackage": {
1064
+ "locationName": "hlsPackage",
1065
+ "shape": "HlsPackage"
1066
+ },
1067
+ "Id": {
1068
+ "locationName": "id",
1069
+ "shape": "__string"
1070
+ },
1071
+ "ManifestName": {
1072
+ "locationName": "manifestName",
1073
+ "shape": "__string"
1074
+ },
1075
+ "MssPackage": {
1076
+ "locationName": "mssPackage",
1077
+ "shape": "MssPackage"
1078
+ },
1079
+ "StartoverWindowSeconds": {
1080
+ "locationName": "startoverWindowSeconds",
1081
+ "shape": "__integer"
1082
+ },
1083
+ "TimeDelaySeconds": {
1084
+ "locationName": "timeDelaySeconds",
1085
+ "shape": "__integer"
1086
+ },
1087
+ "Url": {
1088
+ "locationName": "url",
1089
+ "shape": "__string"
1090
+ },
1091
+ "Whitelist": {
1092
+ "locationName": "whitelist",
1093
+ "shape": "ListOf__string"
1094
+ }
1095
+ },
1096
+ "type": "structure"
1097
+ },
1098
+ "OriginEndpointCreateParameters": {
1099
+ "members": {
1100
+ "ChannelId": {
1101
+ "locationName": "channelId",
1102
+ "shape": "__string"
1103
+ },
1104
+ "DashPackage": {
1105
+ "locationName": "dashPackage",
1106
+ "shape": "DashPackage"
1107
+ },
1108
+ "Description": {
1109
+ "locationName": "description",
1110
+ "shape": "__string"
1111
+ },
1112
+ "HlsPackage": {
1113
+ "locationName": "hlsPackage",
1114
+ "shape": "HlsPackage"
1115
+ },
1116
+ "Id": {
1117
+ "locationName": "id",
1118
+ "shape": "__string"
1119
+ },
1120
+ "ManifestName": {
1121
+ "locationName": "manifestName",
1122
+ "shape": "__string"
1123
+ },
1124
+ "MssPackage": {
1125
+ "locationName": "mssPackage",
1126
+ "shape": "MssPackage"
1127
+ },
1128
+ "StartoverWindowSeconds": {
1129
+ "locationName": "startoverWindowSeconds",
1130
+ "shape": "__integer"
1131
+ },
1132
+ "TimeDelaySeconds": {
1133
+ "locationName": "timeDelaySeconds",
1134
+ "shape": "__integer"
1135
+ },
1136
+ "Whitelist": {
1137
+ "locationName": "whitelist",
1138
+ "shape": "ListOf__string"
1139
+ }
1140
+ },
1141
+ "type": "structure"
1142
+ },
1143
+ "OriginEndpointList": {
1144
+ "members": {
1145
+ "NextToken": {
1146
+ "locationName": "nextToken",
1147
+ "shape": "__string"
1148
+ },
1149
+ "OriginEndpoints": {
1150
+ "locationName": "originEndpoints",
1151
+ "shape": "ListOfOriginEndpoint"
1152
+ }
1153
+ },
1154
+ "type": "structure"
1155
+ },
1156
+ "OriginEndpointUpdateParameters": {
1157
+ "members": {
1158
+ "DashPackage": {
1159
+ "locationName": "dashPackage",
1160
+ "shape": "DashPackage"
1161
+ },
1162
+ "Description": {
1163
+ "locationName": "description",
1164
+ "shape": "__string"
1165
+ },
1166
+ "HlsPackage": {
1167
+ "locationName": "hlsPackage",
1168
+ "shape": "HlsPackage"
1169
+ },
1170
+ "ManifestName": {
1171
+ "locationName": "manifestName",
1172
+ "shape": "__string"
1173
+ },
1174
+ "MssPackage": {
1175
+ "locationName": "mssPackage",
1176
+ "shape": "MssPackage"
1177
+ },
1178
+ "StartoverWindowSeconds": {
1179
+ "locationName": "startoverWindowSeconds",
1180
+ "shape": "__integer"
1181
+ },
1182
+ "TimeDelaySeconds": {
1183
+ "locationName": "timeDelaySeconds",
1184
+ "shape": "__integer"
1185
+ },
1186
+ "Whitelist": {
1187
+ "locationName": "whitelist",
1188
+ "shape": "ListOf__string"
1189
+ }
1190
+ },
1191
+ "type": "structure"
1192
+ },
1193
+ "PlaylistType": {
1194
+ "enum": [
1195
+ "NONE",
1196
+ "EVENT",
1197
+ "VOD"
1198
+ ],
1199
+ "type": "string"
1200
+ },
1201
+ "Profile": {
1202
+ "enum": [
1203
+ "NONE",
1204
+ "HBBTV_1_5"
1205
+ ],
1206
+ "type": "string"
1207
+ },
1208
+ "RotateChannelCredentialsRequest": {
1209
+ "members": {
1210
+ "Id": {
1211
+ "location": "uri",
1212
+ "locationName": "id",
1213
+ "shape": "__string"
1214
+ }
1215
+ },
1216
+ "required": [
1217
+ "Id"
1218
+ ],
1219
+ "type": "structure"
1220
+ },
1221
+ "RotateChannelCredentialsResponse": {
1222
+ "members": {
1223
+ "Arn": {
1224
+ "locationName": "arn",
1225
+ "shape": "__string"
1226
+ },
1227
+ "Description": {
1228
+ "locationName": "description",
1229
+ "shape": "__string"
1230
+ },
1231
+ "HlsIngest": {
1232
+ "locationName": "hlsIngest",
1233
+ "shape": "HlsIngest"
1234
+ },
1235
+ "Id": {
1236
+ "locationName": "id",
1237
+ "shape": "__string"
1238
+ }
1239
+ },
1240
+ "type": "structure"
1241
+ },
1242
+ "ServiceUnavailableException": {
1243
+ "error": {
1244
+ "httpStatusCode": 503
1245
+ },
1246
+ "exception": true,
1247
+ "members": {
1248
+ "Message": {
1249
+ "locationName": "message",
1250
+ "shape": "__string"
1251
+ }
1252
+ },
1253
+ "type": "structure"
1254
+ },
1255
+ "SpekeKeyProvider": {
1256
+ "members": {
1257
+ "ResourceId": {
1258
+ "locationName": "resourceId",
1259
+ "shape": "__string"
1260
+ },
1261
+ "RoleArn": {
1262
+ "locationName": "roleArn",
1263
+ "shape": "__string"
1264
+ },
1265
+ "SystemIds": {
1266
+ "locationName": "systemIds",
1267
+ "shape": "ListOf__string"
1268
+ },
1269
+ "Url": {
1270
+ "locationName": "url",
1271
+ "shape": "__string"
1272
+ }
1273
+ },
1274
+ "required": [
1275
+ "Url",
1276
+ "ResourceId",
1277
+ "RoleArn",
1278
+ "SystemIds"
1279
+ ],
1280
+ "type": "structure"
1281
+ },
1282
+ "StreamOrder": {
1283
+ "enum": [
1284
+ "ORIGINAL",
1285
+ "VIDEO_BITRATE_ASCENDING",
1286
+ "VIDEO_BITRATE_DESCENDING"
1287
+ ],
1288
+ "type": "string"
1289
+ },
1290
+ "StreamSelection": {
1291
+ "members": {
1292
+ "MaxVideoBitsPerSecond": {
1293
+ "locationName": "maxVideoBitsPerSecond",
1294
+ "shape": "__integer"
1295
+ },
1296
+ "MinVideoBitsPerSecond": {
1297
+ "locationName": "minVideoBitsPerSecond",
1298
+ "shape": "__integer"
1299
+ },
1300
+ "StreamOrder": {
1301
+ "locationName": "streamOrder",
1302
+ "shape": "StreamOrder"
1303
+ }
1304
+ },
1305
+ "type": "structure"
1306
+ },
1307
+ "TooManyRequestsException": {
1308
+ "error": {
1309
+ "httpStatusCode": 429
1310
+ },
1311
+ "exception": true,
1312
+ "members": {
1313
+ "Message": {
1314
+ "locationName": "message",
1315
+ "shape": "__string"
1316
+ }
1317
+ },
1318
+ "type": "structure"
1319
+ },
1320
+ "UnprocessableEntityException": {
1321
+ "error": {
1322
+ "httpStatusCode": 422
1323
+ },
1324
+ "exception": true,
1325
+ "members": {
1326
+ "Message": {
1327
+ "locationName": "message",
1328
+ "shape": "__string"
1329
+ }
1330
+ },
1331
+ "type": "structure"
1332
+ },
1333
+ "UpdateChannelRequest": {
1334
+ "members": {
1335
+ "Description": {
1336
+ "locationName": "description",
1337
+ "shape": "__string"
1338
+ },
1339
+ "Id": {
1340
+ "location": "uri",
1341
+ "locationName": "id",
1342
+ "shape": "__string"
1343
+ }
1344
+ },
1345
+ "required": [
1346
+ "Id"
1347
+ ],
1348
+ "type": "structure"
1349
+ },
1350
+ "UpdateChannelResponse": {
1351
+ "members": {
1352
+ "Arn": {
1353
+ "locationName": "arn",
1354
+ "shape": "__string"
1355
+ },
1356
+ "Description": {
1357
+ "locationName": "description",
1358
+ "shape": "__string"
1359
+ },
1360
+ "HlsIngest": {
1361
+ "locationName": "hlsIngest",
1362
+ "shape": "HlsIngest"
1363
+ },
1364
+ "Id": {
1365
+ "locationName": "id",
1366
+ "shape": "__string"
1367
+ }
1368
+ },
1369
+ "type": "structure"
1370
+ },
1371
+ "UpdateOriginEndpointRequest": {
1372
+ "members": {
1373
+ "DashPackage": {
1374
+ "locationName": "dashPackage",
1375
+ "shape": "DashPackage"
1376
+ },
1377
+ "Description": {
1378
+ "locationName": "description",
1379
+ "shape": "__string"
1380
+ },
1381
+ "HlsPackage": {
1382
+ "locationName": "hlsPackage",
1383
+ "shape": "HlsPackage"
1384
+ },
1385
+ "Id": {
1386
+ "location": "uri",
1387
+ "locationName": "id",
1388
+ "shape": "__string"
1389
+ },
1390
+ "ManifestName": {
1391
+ "locationName": "manifestName",
1392
+ "shape": "__string"
1393
+ },
1394
+ "MssPackage": {
1395
+ "locationName": "mssPackage",
1396
+ "shape": "MssPackage"
1397
+ },
1398
+ "StartoverWindowSeconds": {
1399
+ "locationName": "startoverWindowSeconds",
1400
+ "shape": "__integer"
1401
+ },
1402
+ "TimeDelaySeconds": {
1403
+ "locationName": "timeDelaySeconds",
1404
+ "shape": "__integer"
1405
+ },
1406
+ "Whitelist": {
1407
+ "locationName": "whitelist",
1408
+ "shape": "ListOf__string"
1409
+ }
1410
+ },
1411
+ "required": [
1412
+ "Id"
1413
+ ],
1414
+ "type": "structure"
1415
+ },
1416
+ "UpdateOriginEndpointResponse": {
1417
+ "members": {
1418
+ "Arn": {
1419
+ "locationName": "arn",
1420
+ "shape": "__string"
1421
+ },
1422
+ "ChannelId": {
1423
+ "locationName": "channelId",
1424
+ "shape": "__string"
1425
+ },
1426
+ "DashPackage": {
1427
+ "locationName": "dashPackage",
1428
+ "shape": "DashPackage"
1429
+ },
1430
+ "Description": {
1431
+ "locationName": "description",
1432
+ "shape": "__string"
1433
+ },
1434
+ "HlsPackage": {
1435
+ "locationName": "hlsPackage",
1436
+ "shape": "HlsPackage"
1437
+ },
1438
+ "Id": {
1439
+ "locationName": "id",
1440
+ "shape": "__string"
1441
+ },
1442
+ "ManifestName": {
1443
+ "locationName": "manifestName",
1444
+ "shape": "__string"
1445
+ },
1446
+ "MssPackage": {
1447
+ "locationName": "mssPackage",
1448
+ "shape": "MssPackage"
1449
+ },
1450
+ "StartoverWindowSeconds": {
1451
+ "locationName": "startoverWindowSeconds",
1452
+ "shape": "__integer"
1453
+ },
1454
+ "TimeDelaySeconds": {
1455
+ "locationName": "timeDelaySeconds",
1456
+ "shape": "__integer"
1457
+ },
1458
+ "Url": {
1459
+ "locationName": "url",
1460
+ "shape": "__string"
1461
+ },
1462
+ "Whitelist": {
1463
+ "locationName": "whitelist",
1464
+ "shape": "ListOf__string"
1465
+ }
1466
+ },
1467
+ "type": "structure"
1468
+ },
1469
+ "__boolean": {
1470
+ "type": "boolean"
1471
+ },
1472
+ "__double": {
1473
+ "type": "double"
1474
+ },
1475
+ "__integer": {
1476
+ "type": "integer"
1477
+ },
1478
+ "__string": {
1479
+ "type": "string"
1480
+ },
1481
+ "__timestamp": {
1482
+ "type": "timestamp"
1483
+ }
1484
+ }
1485
+ }