cdk-comprehend-s3olap 2.0.159 → 2.0.161

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/.jsii +16 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +7 -1
  6. package/node_modules/aws-sdk/README.md +3 -4
  7. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +4 -1
  8. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.examples.json +5 -0
  9. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +1346 -0
  10. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.paginators.json +22 -0
  11. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.waiters2.json +5 -0
  12. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  13. package/node_modules/aws-sdk/apis/sesv2-2019-09-27.examples.json +19 -0
  14. package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +38 -13
  15. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  16. package/node_modules/aws-sdk/clients/all.js +2 -1
  17. package/node_modules/aws-sdk/clients/backup.d.ts +16 -4
  18. package/node_modules/aws-sdk/clients/connectcases.d.ts +1 -1
  19. package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +1363 -0
  20. package/node_modules/aws-sdk/clients/mediapackagev2.js +19 -0
  21. package/node_modules/aws-sdk/clients/sesv2.d.ts +24 -4
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +50 -6
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +6 -3
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +9 -9
  26. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/package.json +1 -1
  29. package/package.json +6 -6
@@ -0,0 +1,1346 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2022-12-25",
5
+ "endpointPrefix": "mediapackagev2",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceAbbreviation": "mediapackagev2",
9
+ "serviceFullName": "AWS Elemental MediaPackage v2",
10
+ "serviceId": "MediaPackageV2",
11
+ "signatureVersion": "v4",
12
+ "signingName": "mediapackagev2",
13
+ "uid": "mediapackagev2-2022-12-25"
14
+ },
15
+ "operations": {
16
+ "CreateChannel": {
17
+ "http": {
18
+ "requestUri": "/channelGroup/{ChannelGroupName}/channel",
19
+ "responseCode": 200
20
+ },
21
+ "input": {
22
+ "type": "structure",
23
+ "required": [
24
+ "ChannelGroupName",
25
+ "ChannelName"
26
+ ],
27
+ "members": {
28
+ "ChannelGroupName": {
29
+ "location": "uri",
30
+ "locationName": "ChannelGroupName"
31
+ },
32
+ "ChannelName": {},
33
+ "ClientToken": {
34
+ "idempotencyToken": true,
35
+ "location": "header",
36
+ "locationName": "x-amzn-client-token"
37
+ },
38
+ "Description": {},
39
+ "Tags": {
40
+ "shape": "S5",
41
+ "locationName": "tags"
42
+ }
43
+ }
44
+ },
45
+ "output": {
46
+ "type": "structure",
47
+ "required": [
48
+ "Arn",
49
+ "ChannelName",
50
+ "ChannelGroupName",
51
+ "CreatedAt",
52
+ "ModifiedAt"
53
+ ],
54
+ "members": {
55
+ "Arn": {},
56
+ "ChannelName": {},
57
+ "ChannelGroupName": {},
58
+ "CreatedAt": {
59
+ "type": "timestamp"
60
+ },
61
+ "ModifiedAt": {
62
+ "type": "timestamp"
63
+ },
64
+ "Description": {},
65
+ "IngestEndpoints": {
66
+ "shape": "Sb"
67
+ },
68
+ "Tags": {
69
+ "shape": "S5"
70
+ }
71
+ }
72
+ },
73
+ "idempotent": true
74
+ },
75
+ "CreateChannelGroup": {
76
+ "http": {
77
+ "requestUri": "/channelGroup",
78
+ "responseCode": 200
79
+ },
80
+ "input": {
81
+ "type": "structure",
82
+ "required": [
83
+ "ChannelGroupName"
84
+ ],
85
+ "members": {
86
+ "ChannelGroupName": {},
87
+ "ClientToken": {
88
+ "idempotencyToken": true,
89
+ "location": "header",
90
+ "locationName": "x-amzn-client-token"
91
+ },
92
+ "Description": {},
93
+ "Tags": {
94
+ "shape": "S5",
95
+ "locationName": "tags"
96
+ }
97
+ }
98
+ },
99
+ "output": {
100
+ "type": "structure",
101
+ "required": [
102
+ "ChannelGroupName",
103
+ "Arn",
104
+ "EgressDomain",
105
+ "CreatedAt",
106
+ "ModifiedAt"
107
+ ],
108
+ "members": {
109
+ "ChannelGroupName": {},
110
+ "Arn": {},
111
+ "EgressDomain": {},
112
+ "CreatedAt": {
113
+ "type": "timestamp"
114
+ },
115
+ "ModifiedAt": {
116
+ "type": "timestamp"
117
+ },
118
+ "Description": {},
119
+ "Tags": {
120
+ "shape": "S5"
121
+ }
122
+ }
123
+ },
124
+ "idempotent": true
125
+ },
126
+ "CreateOriginEndpoint": {
127
+ "http": {
128
+ "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint",
129
+ "responseCode": 200
130
+ },
131
+ "input": {
132
+ "type": "structure",
133
+ "required": [
134
+ "ChannelGroupName",
135
+ "ChannelName",
136
+ "OriginEndpointName",
137
+ "ContainerType"
138
+ ],
139
+ "members": {
140
+ "ChannelGroupName": {
141
+ "location": "uri",
142
+ "locationName": "ChannelGroupName"
143
+ },
144
+ "ChannelName": {
145
+ "location": "uri",
146
+ "locationName": "ChannelName"
147
+ },
148
+ "OriginEndpointName": {},
149
+ "ContainerType": {},
150
+ "Segment": {
151
+ "shape": "Sh"
152
+ },
153
+ "ClientToken": {
154
+ "idempotencyToken": true,
155
+ "location": "header",
156
+ "locationName": "x-amzn-client-token"
157
+ },
158
+ "Description": {},
159
+ "StartoverWindowSeconds": {
160
+ "type": "integer"
161
+ },
162
+ "HlsManifests": {
163
+ "shape": "S14"
164
+ },
165
+ "LowLatencyHlsManifests": {
166
+ "shape": "S1b"
167
+ },
168
+ "Tags": {
169
+ "shape": "S5"
170
+ }
171
+ }
172
+ },
173
+ "output": {
174
+ "type": "structure",
175
+ "required": [
176
+ "Arn",
177
+ "ChannelGroupName",
178
+ "ChannelName",
179
+ "OriginEndpointName",
180
+ "ContainerType",
181
+ "Segment",
182
+ "CreatedAt",
183
+ "ModifiedAt"
184
+ ],
185
+ "members": {
186
+ "Arn": {},
187
+ "ChannelGroupName": {},
188
+ "ChannelName": {},
189
+ "OriginEndpointName": {},
190
+ "ContainerType": {},
191
+ "Segment": {
192
+ "shape": "Sh"
193
+ },
194
+ "CreatedAt": {
195
+ "type": "timestamp"
196
+ },
197
+ "ModifiedAt": {
198
+ "type": "timestamp"
199
+ },
200
+ "Description": {},
201
+ "StartoverWindowSeconds": {
202
+ "type": "integer"
203
+ },
204
+ "HlsManifests": {
205
+ "shape": "S1h"
206
+ },
207
+ "LowLatencyHlsManifests": {
208
+ "shape": "S1j"
209
+ },
210
+ "Tags": {
211
+ "shape": "S5"
212
+ }
213
+ }
214
+ },
215
+ "idempotent": true
216
+ },
217
+ "DeleteChannel": {
218
+ "http": {
219
+ "method": "DELETE",
220
+ "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/",
221
+ "responseCode": 200
222
+ },
223
+ "input": {
224
+ "type": "structure",
225
+ "required": [
226
+ "ChannelGroupName",
227
+ "ChannelName"
228
+ ],
229
+ "members": {
230
+ "ChannelGroupName": {
231
+ "location": "uri",
232
+ "locationName": "ChannelGroupName"
233
+ },
234
+ "ChannelName": {
235
+ "location": "uri",
236
+ "locationName": "ChannelName"
237
+ }
238
+ }
239
+ },
240
+ "output": {
241
+ "type": "structure",
242
+ "members": {}
243
+ },
244
+ "idempotent": true
245
+ },
246
+ "DeleteChannelGroup": {
247
+ "http": {
248
+ "method": "DELETE",
249
+ "requestUri": "/channelGroup/{ChannelGroupName}",
250
+ "responseCode": 200
251
+ },
252
+ "input": {
253
+ "type": "structure",
254
+ "required": [
255
+ "ChannelGroupName"
256
+ ],
257
+ "members": {
258
+ "ChannelGroupName": {
259
+ "location": "uri",
260
+ "locationName": "ChannelGroupName"
261
+ }
262
+ }
263
+ },
264
+ "output": {
265
+ "type": "structure",
266
+ "members": {}
267
+ },
268
+ "idempotent": true
269
+ },
270
+ "DeleteChannelPolicy": {
271
+ "http": {
272
+ "method": "DELETE",
273
+ "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy",
274
+ "responseCode": 200
275
+ },
276
+ "input": {
277
+ "type": "structure",
278
+ "required": [
279
+ "ChannelGroupName",
280
+ "ChannelName"
281
+ ],
282
+ "members": {
283
+ "ChannelGroupName": {
284
+ "location": "uri",
285
+ "locationName": "ChannelGroupName"
286
+ },
287
+ "ChannelName": {
288
+ "location": "uri",
289
+ "locationName": "ChannelName"
290
+ }
291
+ }
292
+ },
293
+ "output": {
294
+ "type": "structure",
295
+ "members": {}
296
+ },
297
+ "idempotent": true
298
+ },
299
+ "DeleteOriginEndpoint": {
300
+ "http": {
301
+ "method": "DELETE",
302
+ "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}",
303
+ "responseCode": 200
304
+ },
305
+ "input": {
306
+ "type": "structure",
307
+ "required": [
308
+ "ChannelGroupName",
309
+ "ChannelName",
310
+ "OriginEndpointName"
311
+ ],
312
+ "members": {
313
+ "ChannelGroupName": {
314
+ "location": "uri",
315
+ "locationName": "ChannelGroupName"
316
+ },
317
+ "ChannelName": {
318
+ "location": "uri",
319
+ "locationName": "ChannelName"
320
+ },
321
+ "OriginEndpointName": {
322
+ "location": "uri",
323
+ "locationName": "OriginEndpointName"
324
+ }
325
+ }
326
+ },
327
+ "output": {
328
+ "type": "structure",
329
+ "members": {}
330
+ },
331
+ "idempotent": true
332
+ },
333
+ "DeleteOriginEndpointPolicy": {
334
+ "http": {
335
+ "method": "DELETE",
336
+ "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy",
337
+ "responseCode": 200
338
+ },
339
+ "input": {
340
+ "type": "structure",
341
+ "required": [
342
+ "ChannelGroupName",
343
+ "ChannelName",
344
+ "OriginEndpointName"
345
+ ],
346
+ "members": {
347
+ "ChannelGroupName": {
348
+ "location": "uri",
349
+ "locationName": "ChannelGroupName"
350
+ },
351
+ "ChannelName": {
352
+ "location": "uri",
353
+ "locationName": "ChannelName"
354
+ },
355
+ "OriginEndpointName": {
356
+ "location": "uri",
357
+ "locationName": "OriginEndpointName"
358
+ }
359
+ }
360
+ },
361
+ "output": {
362
+ "type": "structure",
363
+ "members": {}
364
+ },
365
+ "idempotent": true
366
+ },
367
+ "GetChannel": {
368
+ "http": {
369
+ "method": "GET",
370
+ "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/",
371
+ "responseCode": 200
372
+ },
373
+ "input": {
374
+ "type": "structure",
375
+ "required": [
376
+ "ChannelGroupName",
377
+ "ChannelName"
378
+ ],
379
+ "members": {
380
+ "ChannelGroupName": {
381
+ "location": "uri",
382
+ "locationName": "ChannelGroupName"
383
+ },
384
+ "ChannelName": {
385
+ "location": "uri",
386
+ "locationName": "ChannelName"
387
+ }
388
+ }
389
+ },
390
+ "output": {
391
+ "type": "structure",
392
+ "required": [
393
+ "Arn",
394
+ "ChannelName",
395
+ "ChannelGroupName",
396
+ "CreatedAt",
397
+ "ModifiedAt"
398
+ ],
399
+ "members": {
400
+ "Arn": {},
401
+ "ChannelName": {},
402
+ "ChannelGroupName": {},
403
+ "CreatedAt": {
404
+ "type": "timestamp"
405
+ },
406
+ "ModifiedAt": {
407
+ "type": "timestamp"
408
+ },
409
+ "Description": {},
410
+ "IngestEndpoints": {
411
+ "shape": "Sb"
412
+ },
413
+ "Tags": {
414
+ "shape": "S5"
415
+ }
416
+ }
417
+ }
418
+ },
419
+ "GetChannelGroup": {
420
+ "http": {
421
+ "method": "GET",
422
+ "requestUri": "/channelGroup/{ChannelGroupName}",
423
+ "responseCode": 200
424
+ },
425
+ "input": {
426
+ "type": "structure",
427
+ "required": [
428
+ "ChannelGroupName"
429
+ ],
430
+ "members": {
431
+ "ChannelGroupName": {
432
+ "location": "uri",
433
+ "locationName": "ChannelGroupName"
434
+ }
435
+ }
436
+ },
437
+ "output": {
438
+ "type": "structure",
439
+ "required": [
440
+ "ChannelGroupName",
441
+ "Arn",
442
+ "EgressDomain",
443
+ "CreatedAt",
444
+ "ModifiedAt"
445
+ ],
446
+ "members": {
447
+ "ChannelGroupName": {},
448
+ "Arn": {},
449
+ "EgressDomain": {},
450
+ "CreatedAt": {
451
+ "type": "timestamp"
452
+ },
453
+ "ModifiedAt": {
454
+ "type": "timestamp"
455
+ },
456
+ "Description": {},
457
+ "Tags": {
458
+ "shape": "S5",
459
+ "locationName": "tags"
460
+ }
461
+ }
462
+ }
463
+ },
464
+ "GetChannelPolicy": {
465
+ "http": {
466
+ "method": "GET",
467
+ "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy",
468
+ "responseCode": 200
469
+ },
470
+ "input": {
471
+ "type": "structure",
472
+ "required": [
473
+ "ChannelGroupName",
474
+ "ChannelName"
475
+ ],
476
+ "members": {
477
+ "ChannelGroupName": {
478
+ "location": "uri",
479
+ "locationName": "ChannelGroupName"
480
+ },
481
+ "ChannelName": {
482
+ "location": "uri",
483
+ "locationName": "ChannelName"
484
+ }
485
+ }
486
+ },
487
+ "output": {
488
+ "type": "structure",
489
+ "required": [
490
+ "ChannelGroupName",
491
+ "ChannelName",
492
+ "Policy"
493
+ ],
494
+ "members": {
495
+ "ChannelGroupName": {},
496
+ "ChannelName": {},
497
+ "Policy": {}
498
+ }
499
+ }
500
+ },
501
+ "GetOriginEndpoint": {
502
+ "http": {
503
+ "method": "GET",
504
+ "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}",
505
+ "responseCode": 200
506
+ },
507
+ "input": {
508
+ "type": "structure",
509
+ "required": [
510
+ "ChannelGroupName",
511
+ "ChannelName",
512
+ "OriginEndpointName"
513
+ ],
514
+ "members": {
515
+ "ChannelGroupName": {
516
+ "location": "uri",
517
+ "locationName": "ChannelGroupName"
518
+ },
519
+ "ChannelName": {
520
+ "location": "uri",
521
+ "locationName": "ChannelName"
522
+ },
523
+ "OriginEndpointName": {
524
+ "location": "uri",
525
+ "locationName": "OriginEndpointName"
526
+ }
527
+ }
528
+ },
529
+ "output": {
530
+ "type": "structure",
531
+ "required": [
532
+ "Arn",
533
+ "ChannelGroupName",
534
+ "ChannelName",
535
+ "OriginEndpointName",
536
+ "ContainerType",
537
+ "Segment",
538
+ "CreatedAt",
539
+ "ModifiedAt"
540
+ ],
541
+ "members": {
542
+ "Arn": {},
543
+ "ChannelGroupName": {},
544
+ "ChannelName": {},
545
+ "OriginEndpointName": {},
546
+ "ContainerType": {},
547
+ "Segment": {
548
+ "shape": "Sh"
549
+ },
550
+ "CreatedAt": {
551
+ "type": "timestamp"
552
+ },
553
+ "ModifiedAt": {
554
+ "type": "timestamp"
555
+ },
556
+ "Description": {},
557
+ "StartoverWindowSeconds": {
558
+ "type": "integer"
559
+ },
560
+ "HlsManifests": {
561
+ "shape": "S1h"
562
+ },
563
+ "LowLatencyHlsManifests": {
564
+ "shape": "S1j"
565
+ },
566
+ "Tags": {
567
+ "shape": "S5"
568
+ }
569
+ }
570
+ }
571
+ },
572
+ "GetOriginEndpointPolicy": {
573
+ "http": {
574
+ "method": "GET",
575
+ "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy",
576
+ "responseCode": 200
577
+ },
578
+ "input": {
579
+ "type": "structure",
580
+ "required": [
581
+ "ChannelGroupName",
582
+ "ChannelName",
583
+ "OriginEndpointName"
584
+ ],
585
+ "members": {
586
+ "ChannelGroupName": {
587
+ "location": "uri",
588
+ "locationName": "ChannelGroupName"
589
+ },
590
+ "ChannelName": {
591
+ "location": "uri",
592
+ "locationName": "ChannelName"
593
+ },
594
+ "OriginEndpointName": {
595
+ "location": "uri",
596
+ "locationName": "OriginEndpointName"
597
+ }
598
+ }
599
+ },
600
+ "output": {
601
+ "type": "structure",
602
+ "required": [
603
+ "ChannelGroupName",
604
+ "ChannelName",
605
+ "OriginEndpointName",
606
+ "Policy"
607
+ ],
608
+ "members": {
609
+ "ChannelGroupName": {},
610
+ "ChannelName": {},
611
+ "OriginEndpointName": {},
612
+ "Policy": {}
613
+ }
614
+ }
615
+ },
616
+ "ListChannelGroups": {
617
+ "http": {
618
+ "method": "GET",
619
+ "requestUri": "/channelGroup",
620
+ "responseCode": 200
621
+ },
622
+ "input": {
623
+ "type": "structure",
624
+ "members": {
625
+ "MaxResults": {
626
+ "location": "querystring",
627
+ "locationName": "maxResults",
628
+ "type": "integer"
629
+ },
630
+ "NextToken": {
631
+ "location": "querystring",
632
+ "locationName": "nextToken"
633
+ }
634
+ }
635
+ },
636
+ "output": {
637
+ "type": "structure",
638
+ "members": {
639
+ "Items": {
640
+ "type": "list",
641
+ "member": {
642
+ "type": "structure",
643
+ "required": [
644
+ "ChannelGroupName",
645
+ "Arn",
646
+ "CreatedAt",
647
+ "ModifiedAt"
648
+ ],
649
+ "members": {
650
+ "ChannelGroupName": {},
651
+ "Arn": {},
652
+ "CreatedAt": {
653
+ "type": "timestamp"
654
+ },
655
+ "ModifiedAt": {
656
+ "type": "timestamp"
657
+ },
658
+ "Description": {}
659
+ }
660
+ }
661
+ },
662
+ "NextToken": {}
663
+ }
664
+ }
665
+ },
666
+ "ListChannels": {
667
+ "http": {
668
+ "method": "GET",
669
+ "requestUri": "/channelGroup/{ChannelGroupName}/channel",
670
+ "responseCode": 200
671
+ },
672
+ "input": {
673
+ "type": "structure",
674
+ "required": [
675
+ "ChannelGroupName"
676
+ ],
677
+ "members": {
678
+ "ChannelGroupName": {
679
+ "location": "uri",
680
+ "locationName": "ChannelGroupName"
681
+ },
682
+ "MaxResults": {
683
+ "location": "querystring",
684
+ "locationName": "maxResults",
685
+ "type": "integer"
686
+ },
687
+ "NextToken": {
688
+ "location": "querystring",
689
+ "locationName": "nextToken"
690
+ }
691
+ }
692
+ },
693
+ "output": {
694
+ "type": "structure",
695
+ "members": {
696
+ "Items": {
697
+ "type": "list",
698
+ "member": {
699
+ "type": "structure",
700
+ "required": [
701
+ "Arn",
702
+ "ChannelName",
703
+ "ChannelGroupName",
704
+ "CreatedAt",
705
+ "ModifiedAt"
706
+ ],
707
+ "members": {
708
+ "Arn": {},
709
+ "ChannelName": {},
710
+ "ChannelGroupName": {},
711
+ "CreatedAt": {
712
+ "type": "timestamp"
713
+ },
714
+ "ModifiedAt": {
715
+ "type": "timestamp"
716
+ },
717
+ "Description": {}
718
+ }
719
+ }
720
+ },
721
+ "NextToken": {}
722
+ }
723
+ }
724
+ },
725
+ "ListOriginEndpoints": {
726
+ "http": {
727
+ "method": "GET",
728
+ "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint",
729
+ "responseCode": 200
730
+ },
731
+ "input": {
732
+ "type": "structure",
733
+ "required": [
734
+ "ChannelGroupName",
735
+ "ChannelName"
736
+ ],
737
+ "members": {
738
+ "ChannelGroupName": {
739
+ "location": "uri",
740
+ "locationName": "ChannelGroupName"
741
+ },
742
+ "ChannelName": {
743
+ "location": "uri",
744
+ "locationName": "ChannelName"
745
+ },
746
+ "MaxResults": {
747
+ "location": "querystring",
748
+ "locationName": "maxResults",
749
+ "type": "integer"
750
+ },
751
+ "NextToken": {
752
+ "location": "querystring",
753
+ "locationName": "nextToken"
754
+ }
755
+ }
756
+ },
757
+ "output": {
758
+ "type": "structure",
759
+ "members": {
760
+ "Items": {
761
+ "type": "list",
762
+ "member": {
763
+ "type": "structure",
764
+ "required": [
765
+ "Arn",
766
+ "ChannelGroupName",
767
+ "ChannelName",
768
+ "OriginEndpointName",
769
+ "ContainerType"
770
+ ],
771
+ "members": {
772
+ "Arn": {},
773
+ "ChannelGroupName": {},
774
+ "ChannelName": {},
775
+ "OriginEndpointName": {},
776
+ "ContainerType": {},
777
+ "Description": {},
778
+ "CreatedAt": {
779
+ "type": "timestamp"
780
+ },
781
+ "ModifiedAt": {
782
+ "type": "timestamp"
783
+ },
784
+ "HlsManifests": {
785
+ "type": "list",
786
+ "member": {
787
+ "type": "structure",
788
+ "required": [
789
+ "ManifestName"
790
+ ],
791
+ "members": {
792
+ "ManifestName": {},
793
+ "ChildManifestName": {},
794
+ "Url": {}
795
+ }
796
+ }
797
+ },
798
+ "LowLatencyHlsManifests": {
799
+ "type": "list",
800
+ "member": {
801
+ "type": "structure",
802
+ "required": [
803
+ "ManifestName"
804
+ ],
805
+ "members": {
806
+ "ManifestName": {},
807
+ "ChildManifestName": {},
808
+ "Url": {}
809
+ }
810
+ }
811
+ }
812
+ }
813
+ }
814
+ },
815
+ "NextToken": {}
816
+ }
817
+ }
818
+ },
819
+ "ListTagsForResource": {
820
+ "http": {
821
+ "method": "GET",
822
+ "requestUri": "/tags/{ResourceArn}",
823
+ "responseCode": 200
824
+ },
825
+ "input": {
826
+ "type": "structure",
827
+ "required": [
828
+ "ResourceArn"
829
+ ],
830
+ "members": {
831
+ "ResourceArn": {
832
+ "location": "uri",
833
+ "locationName": "ResourceArn"
834
+ }
835
+ }
836
+ },
837
+ "output": {
838
+ "type": "structure",
839
+ "members": {
840
+ "Tags": {
841
+ "shape": "S5",
842
+ "locationName": "tags"
843
+ }
844
+ }
845
+ }
846
+ },
847
+ "PutChannelPolicy": {
848
+ "http": {
849
+ "method": "PUT",
850
+ "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy",
851
+ "responseCode": 200
852
+ },
853
+ "input": {
854
+ "type": "structure",
855
+ "required": [
856
+ "ChannelGroupName",
857
+ "ChannelName",
858
+ "Policy"
859
+ ],
860
+ "members": {
861
+ "ChannelGroupName": {
862
+ "location": "uri",
863
+ "locationName": "ChannelGroupName"
864
+ },
865
+ "ChannelName": {
866
+ "location": "uri",
867
+ "locationName": "ChannelName"
868
+ },
869
+ "Policy": {}
870
+ }
871
+ },
872
+ "output": {
873
+ "type": "structure",
874
+ "members": {}
875
+ },
876
+ "idempotent": true
877
+ },
878
+ "PutOriginEndpointPolicy": {
879
+ "http": {
880
+ "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy",
881
+ "responseCode": 200
882
+ },
883
+ "input": {
884
+ "type": "structure",
885
+ "required": [
886
+ "ChannelGroupName",
887
+ "ChannelName",
888
+ "OriginEndpointName",
889
+ "Policy"
890
+ ],
891
+ "members": {
892
+ "ChannelGroupName": {
893
+ "location": "uri",
894
+ "locationName": "ChannelGroupName"
895
+ },
896
+ "ChannelName": {
897
+ "location": "uri",
898
+ "locationName": "ChannelName"
899
+ },
900
+ "OriginEndpointName": {
901
+ "location": "uri",
902
+ "locationName": "OriginEndpointName"
903
+ },
904
+ "Policy": {}
905
+ }
906
+ },
907
+ "output": {
908
+ "type": "structure",
909
+ "members": {}
910
+ },
911
+ "idempotent": true
912
+ },
913
+ "TagResource": {
914
+ "http": {
915
+ "requestUri": "/tags/{ResourceArn}",
916
+ "responseCode": 204
917
+ },
918
+ "input": {
919
+ "type": "structure",
920
+ "required": [
921
+ "ResourceArn",
922
+ "Tags"
923
+ ],
924
+ "members": {
925
+ "ResourceArn": {
926
+ "location": "uri",
927
+ "locationName": "ResourceArn"
928
+ },
929
+ "Tags": {
930
+ "shape": "S5",
931
+ "locationName": "tags"
932
+ }
933
+ }
934
+ }
935
+ },
936
+ "UntagResource": {
937
+ "http": {
938
+ "method": "DELETE",
939
+ "requestUri": "/tags/{ResourceArn}",
940
+ "responseCode": 204
941
+ },
942
+ "input": {
943
+ "type": "structure",
944
+ "required": [
945
+ "ResourceArn",
946
+ "TagKeys"
947
+ ],
948
+ "members": {
949
+ "ResourceArn": {
950
+ "location": "uri",
951
+ "locationName": "ResourceArn"
952
+ },
953
+ "TagKeys": {
954
+ "location": "querystring",
955
+ "locationName": "tagKeys",
956
+ "type": "list",
957
+ "member": {}
958
+ }
959
+ }
960
+ },
961
+ "idempotent": true
962
+ },
963
+ "UpdateChannel": {
964
+ "http": {
965
+ "method": "PUT",
966
+ "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/",
967
+ "responseCode": 200
968
+ },
969
+ "input": {
970
+ "type": "structure",
971
+ "required": [
972
+ "ChannelGroupName",
973
+ "ChannelName"
974
+ ],
975
+ "members": {
976
+ "ChannelGroupName": {
977
+ "location": "uri",
978
+ "locationName": "ChannelGroupName"
979
+ },
980
+ "ChannelName": {
981
+ "location": "uri",
982
+ "locationName": "ChannelName"
983
+ },
984
+ "Description": {}
985
+ }
986
+ },
987
+ "output": {
988
+ "type": "structure",
989
+ "required": [
990
+ "Arn",
991
+ "ChannelName",
992
+ "ChannelGroupName",
993
+ "CreatedAt",
994
+ "ModifiedAt"
995
+ ],
996
+ "members": {
997
+ "Arn": {},
998
+ "ChannelName": {},
999
+ "ChannelGroupName": {},
1000
+ "CreatedAt": {
1001
+ "type": "timestamp"
1002
+ },
1003
+ "ModifiedAt": {
1004
+ "type": "timestamp"
1005
+ },
1006
+ "Description": {},
1007
+ "IngestEndpoints": {
1008
+ "shape": "Sb"
1009
+ },
1010
+ "Tags": {
1011
+ "shape": "S5",
1012
+ "locationName": "tags"
1013
+ }
1014
+ }
1015
+ },
1016
+ "idempotent": true
1017
+ },
1018
+ "UpdateChannelGroup": {
1019
+ "http": {
1020
+ "method": "PUT",
1021
+ "requestUri": "/channelGroup/{ChannelGroupName}",
1022
+ "responseCode": 200
1023
+ },
1024
+ "input": {
1025
+ "type": "structure",
1026
+ "required": [
1027
+ "ChannelGroupName"
1028
+ ],
1029
+ "members": {
1030
+ "ChannelGroupName": {
1031
+ "location": "uri",
1032
+ "locationName": "ChannelGroupName"
1033
+ },
1034
+ "Description": {}
1035
+ }
1036
+ },
1037
+ "output": {
1038
+ "type": "structure",
1039
+ "required": [
1040
+ "ChannelGroupName",
1041
+ "Arn",
1042
+ "EgressDomain",
1043
+ "CreatedAt",
1044
+ "ModifiedAt"
1045
+ ],
1046
+ "members": {
1047
+ "ChannelGroupName": {},
1048
+ "Arn": {},
1049
+ "EgressDomain": {},
1050
+ "CreatedAt": {
1051
+ "type": "timestamp"
1052
+ },
1053
+ "ModifiedAt": {
1054
+ "type": "timestamp"
1055
+ },
1056
+ "Description": {},
1057
+ "Tags": {
1058
+ "shape": "S5",
1059
+ "locationName": "tags"
1060
+ }
1061
+ }
1062
+ },
1063
+ "idempotent": true
1064
+ },
1065
+ "UpdateOriginEndpoint": {
1066
+ "http": {
1067
+ "method": "PUT",
1068
+ "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}",
1069
+ "responseCode": 200
1070
+ },
1071
+ "input": {
1072
+ "type": "structure",
1073
+ "required": [
1074
+ "ChannelGroupName",
1075
+ "ChannelName",
1076
+ "OriginEndpointName",
1077
+ "ContainerType"
1078
+ ],
1079
+ "members": {
1080
+ "ChannelGroupName": {
1081
+ "location": "uri",
1082
+ "locationName": "ChannelGroupName"
1083
+ },
1084
+ "ChannelName": {
1085
+ "location": "uri",
1086
+ "locationName": "ChannelName"
1087
+ },
1088
+ "OriginEndpointName": {
1089
+ "location": "uri",
1090
+ "locationName": "OriginEndpointName"
1091
+ },
1092
+ "ContainerType": {},
1093
+ "Segment": {
1094
+ "shape": "Sh"
1095
+ },
1096
+ "Description": {},
1097
+ "StartoverWindowSeconds": {
1098
+ "type": "integer"
1099
+ },
1100
+ "HlsManifests": {
1101
+ "shape": "S14"
1102
+ },
1103
+ "LowLatencyHlsManifests": {
1104
+ "shape": "S1b"
1105
+ }
1106
+ }
1107
+ },
1108
+ "output": {
1109
+ "type": "structure",
1110
+ "required": [
1111
+ "Arn",
1112
+ "ChannelGroupName",
1113
+ "ChannelName",
1114
+ "OriginEndpointName",
1115
+ "ContainerType",
1116
+ "Segment",
1117
+ "CreatedAt",
1118
+ "ModifiedAt"
1119
+ ],
1120
+ "members": {
1121
+ "Arn": {},
1122
+ "ChannelGroupName": {},
1123
+ "ChannelName": {},
1124
+ "OriginEndpointName": {},
1125
+ "ContainerType": {},
1126
+ "Segment": {
1127
+ "shape": "Sh"
1128
+ },
1129
+ "CreatedAt": {
1130
+ "type": "timestamp"
1131
+ },
1132
+ "ModifiedAt": {
1133
+ "type": "timestamp"
1134
+ },
1135
+ "Description": {},
1136
+ "StartoverWindowSeconds": {
1137
+ "type": "integer"
1138
+ },
1139
+ "HlsManifests": {
1140
+ "shape": "S1h"
1141
+ },
1142
+ "LowLatencyHlsManifests": {
1143
+ "shape": "S1j"
1144
+ },
1145
+ "Tags": {
1146
+ "shape": "S5",
1147
+ "locationName": "tags"
1148
+ }
1149
+ }
1150
+ },
1151
+ "idempotent": true
1152
+ }
1153
+ },
1154
+ "shapes": {
1155
+ "S5": {
1156
+ "type": "map",
1157
+ "key": {},
1158
+ "value": {}
1159
+ },
1160
+ "Sb": {
1161
+ "type": "list",
1162
+ "member": {
1163
+ "type": "structure",
1164
+ "members": {
1165
+ "Id": {},
1166
+ "Url": {}
1167
+ }
1168
+ }
1169
+ },
1170
+ "Sh": {
1171
+ "type": "structure",
1172
+ "members": {
1173
+ "SegmentDurationSeconds": {
1174
+ "type": "integer"
1175
+ },
1176
+ "SegmentName": {},
1177
+ "TsUseAudioRenditionGroup": {
1178
+ "type": "boolean"
1179
+ },
1180
+ "IncludeIframeOnlyStreams": {
1181
+ "type": "boolean"
1182
+ },
1183
+ "TsIncludeDvbSubtitles": {
1184
+ "type": "boolean"
1185
+ },
1186
+ "Scte": {
1187
+ "type": "structure",
1188
+ "members": {
1189
+ "ScteFilter": {
1190
+ "type": "list",
1191
+ "member": {}
1192
+ }
1193
+ }
1194
+ },
1195
+ "Encryption": {
1196
+ "type": "structure",
1197
+ "required": [
1198
+ "EncryptionMethod",
1199
+ "SpekeKeyProvider"
1200
+ ],
1201
+ "members": {
1202
+ "ConstantInitializationVector": {},
1203
+ "EncryptionMethod": {
1204
+ "type": "structure",
1205
+ "members": {
1206
+ "TsEncryptionMethod": {},
1207
+ "CmafEncryptionMethod": {}
1208
+ }
1209
+ },
1210
+ "KeyRotationIntervalSeconds": {
1211
+ "type": "integer"
1212
+ },
1213
+ "SpekeKeyProvider": {
1214
+ "type": "structure",
1215
+ "required": [
1216
+ "EncryptionContractConfiguration",
1217
+ "ResourceId",
1218
+ "DrmSystems",
1219
+ "RoleArn",
1220
+ "Url"
1221
+ ],
1222
+ "members": {
1223
+ "EncryptionContractConfiguration": {
1224
+ "type": "structure",
1225
+ "required": [
1226
+ "PresetSpeke20Audio",
1227
+ "PresetSpeke20Video"
1228
+ ],
1229
+ "members": {
1230
+ "PresetSpeke20Audio": {},
1231
+ "PresetSpeke20Video": {}
1232
+ }
1233
+ },
1234
+ "ResourceId": {},
1235
+ "DrmSystems": {
1236
+ "type": "list",
1237
+ "member": {}
1238
+ },
1239
+ "RoleArn": {},
1240
+ "Url": {}
1241
+ }
1242
+ }
1243
+ }
1244
+ }
1245
+ }
1246
+ },
1247
+ "S14": {
1248
+ "type": "list",
1249
+ "member": {
1250
+ "type": "structure",
1251
+ "required": [
1252
+ "ManifestName"
1253
+ ],
1254
+ "members": {
1255
+ "ManifestName": {},
1256
+ "ChildManifestName": {},
1257
+ "ScteHls": {
1258
+ "shape": "S17"
1259
+ },
1260
+ "ManifestWindowSeconds": {
1261
+ "type": "integer"
1262
+ },
1263
+ "ProgramDateTimeIntervalSeconds": {
1264
+ "type": "integer"
1265
+ }
1266
+ }
1267
+ }
1268
+ },
1269
+ "S17": {
1270
+ "type": "structure",
1271
+ "members": {
1272
+ "AdMarkerHls": {}
1273
+ }
1274
+ },
1275
+ "S1b": {
1276
+ "type": "list",
1277
+ "member": {
1278
+ "type": "structure",
1279
+ "required": [
1280
+ "ManifestName"
1281
+ ],
1282
+ "members": {
1283
+ "ManifestName": {},
1284
+ "ChildManifestName": {},
1285
+ "ScteHls": {
1286
+ "shape": "S17"
1287
+ },
1288
+ "ManifestWindowSeconds": {
1289
+ "type": "integer"
1290
+ },
1291
+ "ProgramDateTimeIntervalSeconds": {
1292
+ "type": "integer"
1293
+ }
1294
+ }
1295
+ }
1296
+ },
1297
+ "S1h": {
1298
+ "type": "list",
1299
+ "member": {
1300
+ "type": "structure",
1301
+ "required": [
1302
+ "ManifestName",
1303
+ "Url"
1304
+ ],
1305
+ "members": {
1306
+ "ManifestName": {},
1307
+ "Url": {},
1308
+ "ChildManifestName": {},
1309
+ "ManifestWindowSeconds": {
1310
+ "type": "integer"
1311
+ },
1312
+ "ProgramDateTimeIntervalSeconds": {
1313
+ "type": "integer"
1314
+ },
1315
+ "ScteHls": {
1316
+ "shape": "S17"
1317
+ }
1318
+ }
1319
+ }
1320
+ },
1321
+ "S1j": {
1322
+ "type": "list",
1323
+ "member": {
1324
+ "type": "structure",
1325
+ "required": [
1326
+ "ManifestName",
1327
+ "Url"
1328
+ ],
1329
+ "members": {
1330
+ "ManifestName": {},
1331
+ "Url": {},
1332
+ "ChildManifestName": {},
1333
+ "ManifestWindowSeconds": {
1334
+ "type": "integer"
1335
+ },
1336
+ "ProgramDateTimeIntervalSeconds": {
1337
+ "type": "integer"
1338
+ },
1339
+ "ScteHls": {
1340
+ "shape": "S17"
1341
+ }
1342
+ }
1343
+ }
1344
+ }
1345
+ }
1346
+ }