aws-sdk 2.768.0 → 2.772.0
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.
- package/CHANGELOG.md +40 -1
- package/README.md +1 -1
- package/apis/accessanalyzer-2019-11-01.min.json +70 -48
- package/apis/amplify-2017-07-25.min.json +58 -46
- package/apis/budgets-2016-10-20.min.json +411 -0
- package/apis/budgets-2016-10-20.paginators.json +18 -0
- package/apis/ce-2017-10-25.min.json +119 -87
- package/apis/dms-2016-01-01.min.json +15 -3
- package/apis/ec2-2016-11-15.min.json +33 -7
- package/apis/elasticache-2015-02-02.min.json +425 -106
- package/apis/elasticache-2015-02-02.paginators.json +12 -0
- package/apis/eventbridge-2015-10-07.min.json +20 -3
- package/apis/events-2015-10-07.min.json +20 -3
- package/apis/groundstation-2019-05-23.min.json +1 -0
- package/apis/iot-2015-05-28.min.json +4 -1
- package/apis/macie2-2020-01-01.min.json +159 -22
- package/apis/medialive-2017-10-14.min.json +366 -194
- package/apis/mediapackage-2017-10-12.min.json +214 -93
- package/apis/rds-2014-10-31.min.json +20 -2
- package/apis/rekognition-2016-06-27.min.json +206 -76
- package/apis/servicecatalog-2015-12-10.min.json +60 -30
- package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
- package/apis/snowball-2016-06-30.min.json +61 -9
- package/apis/ssm-2014-11-06.min.json +147 -126
- package/apis/transfer-2018-11-05.min.json +32 -28
- package/apis/workmail-2017-10-01.min.json +93 -30
- package/apis/xray-2016-04-12.min.json +11 -5
- package/apis/xray-2016-04-12.paginators.json +0 -15
- package/clients/accessanalyzer.d.ts +26 -4
- package/clients/amplify.d.ts +17 -0
- package/clients/budgets.d.ts +358 -0
- package/clients/cloudwatchevents.d.ts +27 -0
- package/clients/computeoptimizer.d.ts +15 -15
- package/clients/costexplorer.d.ts +64 -12
- package/clients/dms.d.ts +26 -2
- package/clients/ec2.d.ts +28 -8
- package/clients/eks.d.ts +2 -2
- package/clients/elasticache.d.ts +416 -4
- package/clients/eventbridge.d.ts +27 -0
- package/clients/glue.d.ts +1 -1
- package/clients/groundstation.d.ts +5 -1
- package/clients/iot.d.ts +10 -6
- package/clients/macie2.d.ts +182 -62
- package/clients/medialive.d.ts +206 -4
- package/clients/mediapackage.d.ts +58 -0
- package/clients/rds.d.ts +26 -14
- package/clients/rekognition.d.ts +155 -14
- package/clients/sagemaker.d.ts +5 -5
- package/clients/servicecatalog.d.ts +66 -21
- package/clients/snowball.d.ts +122 -52
- package/clients/sns.d.ts +1 -1
- package/clients/ssm.d.ts +63 -11
- package/clients/transfer.d.ts +77 -71
- package/clients/workmail.d.ts +91 -1
- package/clients/workspaces.d.ts +12 -12
- package/clients/xray.d.ts +29 -21
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +27 -27
- package/dist/aws-sdk.js +1087 -483
- package/dist/aws-sdk.min.js +78 -78
- package/lib/config-base.d.ts +3 -0
- package/lib/core.d.ts +1 -1
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -12,6 +12,63 @@
|
|
|
12
12
|
"uid": "mediapackage-2017-10-12"
|
|
13
13
|
},
|
|
14
14
|
"operations": {
|
|
15
|
+
"ConfigureLogs": {
|
|
16
|
+
"http": {
|
|
17
|
+
"method": "PUT",
|
|
18
|
+
"requestUri": "/channels/{id}/configure_logs",
|
|
19
|
+
"responseCode": 200
|
|
20
|
+
},
|
|
21
|
+
"input": {
|
|
22
|
+
"members": {
|
|
23
|
+
"EgressAccessLogs": {
|
|
24
|
+
"locationName": "egressAccessLogs",
|
|
25
|
+
"shape": "S2"
|
|
26
|
+
},
|
|
27
|
+
"Id": {
|
|
28
|
+
"location": "uri",
|
|
29
|
+
"locationName": "id"
|
|
30
|
+
},
|
|
31
|
+
"IngressAccessLogs": {
|
|
32
|
+
"locationName": "ingressAccessLogs",
|
|
33
|
+
"shape": "S4"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"required": [
|
|
37
|
+
"Id"
|
|
38
|
+
],
|
|
39
|
+
"type": "structure"
|
|
40
|
+
},
|
|
41
|
+
"output": {
|
|
42
|
+
"members": {
|
|
43
|
+
"Arn": {
|
|
44
|
+
"locationName": "arn"
|
|
45
|
+
},
|
|
46
|
+
"Description": {
|
|
47
|
+
"locationName": "description"
|
|
48
|
+
},
|
|
49
|
+
"EgressAccessLogs": {
|
|
50
|
+
"locationName": "egressAccessLogs",
|
|
51
|
+
"shape": "S2"
|
|
52
|
+
},
|
|
53
|
+
"HlsIngest": {
|
|
54
|
+
"locationName": "hlsIngest",
|
|
55
|
+
"shape": "S6"
|
|
56
|
+
},
|
|
57
|
+
"Id": {
|
|
58
|
+
"locationName": "id"
|
|
59
|
+
},
|
|
60
|
+
"IngressAccessLogs": {
|
|
61
|
+
"locationName": "ingressAccessLogs",
|
|
62
|
+
"shape": "S4"
|
|
63
|
+
},
|
|
64
|
+
"Tags": {
|
|
65
|
+
"locationName": "tags",
|
|
66
|
+
"shape": "S9"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"type": "structure"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
15
72
|
"CreateChannel": {
|
|
16
73
|
"http": {
|
|
17
74
|
"requestUri": "/channels",
|
|
@@ -27,7 +84,7 @@
|
|
|
27
84
|
},
|
|
28
85
|
"Tags": {
|
|
29
86
|
"locationName": "tags",
|
|
30
|
-
"shape": "
|
|
87
|
+
"shape": "S9"
|
|
31
88
|
}
|
|
32
89
|
},
|
|
33
90
|
"required": [
|
|
@@ -43,16 +100,24 @@
|
|
|
43
100
|
"Description": {
|
|
44
101
|
"locationName": "description"
|
|
45
102
|
},
|
|
103
|
+
"EgressAccessLogs": {
|
|
104
|
+
"locationName": "egressAccessLogs",
|
|
105
|
+
"shape": "S2"
|
|
106
|
+
},
|
|
46
107
|
"HlsIngest": {
|
|
47
108
|
"locationName": "hlsIngest",
|
|
48
|
-
"shape": "
|
|
109
|
+
"shape": "S6"
|
|
49
110
|
},
|
|
50
111
|
"Id": {
|
|
51
112
|
"locationName": "id"
|
|
52
113
|
},
|
|
114
|
+
"IngressAccessLogs": {
|
|
115
|
+
"locationName": "ingressAccessLogs",
|
|
116
|
+
"shape": "S4"
|
|
117
|
+
},
|
|
53
118
|
"Tags": {
|
|
54
119
|
"locationName": "tags",
|
|
55
|
-
"shape": "
|
|
120
|
+
"shape": "S9"
|
|
56
121
|
}
|
|
57
122
|
},
|
|
58
123
|
"type": "structure"
|
|
@@ -76,7 +141,7 @@
|
|
|
76
141
|
},
|
|
77
142
|
"S3Destination": {
|
|
78
143
|
"locationName": "s3Destination",
|
|
79
|
-
"shape": "
|
|
144
|
+
"shape": "Sd"
|
|
80
145
|
},
|
|
81
146
|
"StartTime": {
|
|
82
147
|
"locationName": "startTime"
|
|
@@ -113,7 +178,7 @@
|
|
|
113
178
|
},
|
|
114
179
|
"S3Destination": {
|
|
115
180
|
"locationName": "s3Destination",
|
|
116
|
-
"shape": "
|
|
181
|
+
"shape": "Sd"
|
|
117
182
|
},
|
|
118
183
|
"StartTime": {
|
|
119
184
|
"locationName": "startTime"
|
|
@@ -134,25 +199,25 @@
|
|
|
134
199
|
"members": {
|
|
135
200
|
"Authorization": {
|
|
136
201
|
"locationName": "authorization",
|
|
137
|
-
"shape": "
|
|
202
|
+
"shape": "Sh"
|
|
138
203
|
},
|
|
139
204
|
"ChannelId": {
|
|
140
205
|
"locationName": "channelId"
|
|
141
206
|
},
|
|
142
207
|
"CmafPackage": {
|
|
143
208
|
"locationName": "cmafPackage",
|
|
144
|
-
"shape": "
|
|
209
|
+
"shape": "Si"
|
|
145
210
|
},
|
|
146
211
|
"DashPackage": {
|
|
147
212
|
"locationName": "dashPackage",
|
|
148
|
-
"shape": "
|
|
213
|
+
"shape": "Sx"
|
|
149
214
|
},
|
|
150
215
|
"Description": {
|
|
151
216
|
"locationName": "description"
|
|
152
217
|
},
|
|
153
218
|
"HlsPackage": {
|
|
154
219
|
"locationName": "hlsPackage",
|
|
155
|
-
"shape": "
|
|
220
|
+
"shape": "S15"
|
|
156
221
|
},
|
|
157
222
|
"Id": {
|
|
158
223
|
"locationName": "id"
|
|
@@ -162,7 +227,7 @@
|
|
|
162
227
|
},
|
|
163
228
|
"MssPackage": {
|
|
164
229
|
"locationName": "mssPackage",
|
|
165
|
-
"shape": "
|
|
230
|
+
"shape": "S18"
|
|
166
231
|
},
|
|
167
232
|
"Origination": {
|
|
168
233
|
"locationName": "origination"
|
|
@@ -173,7 +238,7 @@
|
|
|
173
238
|
},
|
|
174
239
|
"Tags": {
|
|
175
240
|
"locationName": "tags",
|
|
176
|
-
"shape": "
|
|
241
|
+
"shape": "S9"
|
|
177
242
|
},
|
|
178
243
|
"TimeDelaySeconds": {
|
|
179
244
|
"locationName": "timeDelaySeconds",
|
|
@@ -181,7 +246,7 @@
|
|
|
181
246
|
},
|
|
182
247
|
"Whitelist": {
|
|
183
248
|
"locationName": "whitelist",
|
|
184
|
-
"shape": "
|
|
249
|
+
"shape": "Sm"
|
|
185
250
|
}
|
|
186
251
|
},
|
|
187
252
|
"required": [
|
|
@@ -197,25 +262,25 @@
|
|
|
197
262
|
},
|
|
198
263
|
"Authorization": {
|
|
199
264
|
"locationName": "authorization",
|
|
200
|
-
"shape": "
|
|
265
|
+
"shape": "Sh"
|
|
201
266
|
},
|
|
202
267
|
"ChannelId": {
|
|
203
268
|
"locationName": "channelId"
|
|
204
269
|
},
|
|
205
270
|
"CmafPackage": {
|
|
206
271
|
"locationName": "cmafPackage",
|
|
207
|
-
"shape": "
|
|
272
|
+
"shape": "S1c"
|
|
208
273
|
},
|
|
209
274
|
"DashPackage": {
|
|
210
275
|
"locationName": "dashPackage",
|
|
211
|
-
"shape": "
|
|
276
|
+
"shape": "Sx"
|
|
212
277
|
},
|
|
213
278
|
"Description": {
|
|
214
279
|
"locationName": "description"
|
|
215
280
|
},
|
|
216
281
|
"HlsPackage": {
|
|
217
282
|
"locationName": "hlsPackage",
|
|
218
|
-
"shape": "
|
|
283
|
+
"shape": "S15"
|
|
219
284
|
},
|
|
220
285
|
"Id": {
|
|
221
286
|
"locationName": "id"
|
|
@@ -225,7 +290,7 @@
|
|
|
225
290
|
},
|
|
226
291
|
"MssPackage": {
|
|
227
292
|
"locationName": "mssPackage",
|
|
228
|
-
"shape": "
|
|
293
|
+
"shape": "S18"
|
|
229
294
|
},
|
|
230
295
|
"Origination": {
|
|
231
296
|
"locationName": "origination"
|
|
@@ -236,7 +301,7 @@
|
|
|
236
301
|
},
|
|
237
302
|
"Tags": {
|
|
238
303
|
"locationName": "tags",
|
|
239
|
-
"shape": "
|
|
304
|
+
"shape": "S9"
|
|
240
305
|
},
|
|
241
306
|
"TimeDelaySeconds": {
|
|
242
307
|
"locationName": "timeDelaySeconds",
|
|
@@ -247,7 +312,7 @@
|
|
|
247
312
|
},
|
|
248
313
|
"Whitelist": {
|
|
249
314
|
"locationName": "whitelist",
|
|
250
|
-
"shape": "
|
|
315
|
+
"shape": "Sm"
|
|
251
316
|
}
|
|
252
317
|
},
|
|
253
318
|
"type": "structure"
|
|
@@ -325,16 +390,24 @@
|
|
|
325
390
|
"Description": {
|
|
326
391
|
"locationName": "description"
|
|
327
392
|
},
|
|
393
|
+
"EgressAccessLogs": {
|
|
394
|
+
"locationName": "egressAccessLogs",
|
|
395
|
+
"shape": "S2"
|
|
396
|
+
},
|
|
328
397
|
"HlsIngest": {
|
|
329
398
|
"locationName": "hlsIngest",
|
|
330
|
-
"shape": "
|
|
399
|
+
"shape": "S6"
|
|
331
400
|
},
|
|
332
401
|
"Id": {
|
|
333
402
|
"locationName": "id"
|
|
334
403
|
},
|
|
404
|
+
"IngressAccessLogs": {
|
|
405
|
+
"locationName": "ingressAccessLogs",
|
|
406
|
+
"shape": "S4"
|
|
407
|
+
},
|
|
335
408
|
"Tags": {
|
|
336
409
|
"locationName": "tags",
|
|
337
|
-
"shape": "
|
|
410
|
+
"shape": "S9"
|
|
338
411
|
}
|
|
339
412
|
},
|
|
340
413
|
"type": "structure"
|
|
@@ -380,7 +453,7 @@
|
|
|
380
453
|
},
|
|
381
454
|
"S3Destination": {
|
|
382
455
|
"locationName": "s3Destination",
|
|
383
|
-
"shape": "
|
|
456
|
+
"shape": "Sd"
|
|
384
457
|
},
|
|
385
458
|
"StartTime": {
|
|
386
459
|
"locationName": "startTime"
|
|
@@ -417,25 +490,25 @@
|
|
|
417
490
|
},
|
|
418
491
|
"Authorization": {
|
|
419
492
|
"locationName": "authorization",
|
|
420
|
-
"shape": "
|
|
493
|
+
"shape": "Sh"
|
|
421
494
|
},
|
|
422
495
|
"ChannelId": {
|
|
423
496
|
"locationName": "channelId"
|
|
424
497
|
},
|
|
425
498
|
"CmafPackage": {
|
|
426
499
|
"locationName": "cmafPackage",
|
|
427
|
-
"shape": "
|
|
500
|
+
"shape": "S1c"
|
|
428
501
|
},
|
|
429
502
|
"DashPackage": {
|
|
430
503
|
"locationName": "dashPackage",
|
|
431
|
-
"shape": "
|
|
504
|
+
"shape": "Sx"
|
|
432
505
|
},
|
|
433
506
|
"Description": {
|
|
434
507
|
"locationName": "description"
|
|
435
508
|
},
|
|
436
509
|
"HlsPackage": {
|
|
437
510
|
"locationName": "hlsPackage",
|
|
438
|
-
"shape": "
|
|
511
|
+
"shape": "S15"
|
|
439
512
|
},
|
|
440
513
|
"Id": {
|
|
441
514
|
"locationName": "id"
|
|
@@ -445,7 +518,7 @@
|
|
|
445
518
|
},
|
|
446
519
|
"MssPackage": {
|
|
447
520
|
"locationName": "mssPackage",
|
|
448
|
-
"shape": "
|
|
521
|
+
"shape": "S18"
|
|
449
522
|
},
|
|
450
523
|
"Origination": {
|
|
451
524
|
"locationName": "origination"
|
|
@@ -456,7 +529,7 @@
|
|
|
456
529
|
},
|
|
457
530
|
"Tags": {
|
|
458
531
|
"locationName": "tags",
|
|
459
|
-
"shape": "
|
|
532
|
+
"shape": "S9"
|
|
460
533
|
},
|
|
461
534
|
"TimeDelaySeconds": {
|
|
462
535
|
"locationName": "timeDelaySeconds",
|
|
@@ -467,7 +540,7 @@
|
|
|
467
540
|
},
|
|
468
541
|
"Whitelist": {
|
|
469
542
|
"locationName": "whitelist",
|
|
470
|
-
"shape": "
|
|
543
|
+
"shape": "Sm"
|
|
471
544
|
}
|
|
472
545
|
},
|
|
473
546
|
"type": "structure"
|
|
@@ -505,16 +578,24 @@
|
|
|
505
578
|
"Description": {
|
|
506
579
|
"locationName": "description"
|
|
507
580
|
},
|
|
581
|
+
"EgressAccessLogs": {
|
|
582
|
+
"locationName": "egressAccessLogs",
|
|
583
|
+
"shape": "S2"
|
|
584
|
+
},
|
|
508
585
|
"HlsIngest": {
|
|
509
586
|
"locationName": "hlsIngest",
|
|
510
|
-
"shape": "
|
|
587
|
+
"shape": "S6"
|
|
511
588
|
},
|
|
512
589
|
"Id": {
|
|
513
590
|
"locationName": "id"
|
|
514
591
|
},
|
|
592
|
+
"IngressAccessLogs": {
|
|
593
|
+
"locationName": "ingressAccessLogs",
|
|
594
|
+
"shape": "S4"
|
|
595
|
+
},
|
|
515
596
|
"Tags": {
|
|
516
597
|
"locationName": "tags",
|
|
517
|
-
"shape": "
|
|
598
|
+
"shape": "S9"
|
|
518
599
|
}
|
|
519
600
|
},
|
|
520
601
|
"type": "structure"
|
|
@@ -582,7 +663,7 @@
|
|
|
582
663
|
},
|
|
583
664
|
"S3Destination": {
|
|
584
665
|
"locationName": "s3Destination",
|
|
585
|
-
"shape": "
|
|
666
|
+
"shape": "Sd"
|
|
586
667
|
},
|
|
587
668
|
"StartTime": {
|
|
588
669
|
"locationName": "startTime"
|
|
@@ -640,25 +721,25 @@
|
|
|
640
721
|
},
|
|
641
722
|
"Authorization": {
|
|
642
723
|
"locationName": "authorization",
|
|
643
|
-
"shape": "
|
|
724
|
+
"shape": "Sh"
|
|
644
725
|
},
|
|
645
726
|
"ChannelId": {
|
|
646
727
|
"locationName": "channelId"
|
|
647
728
|
},
|
|
648
729
|
"CmafPackage": {
|
|
649
730
|
"locationName": "cmafPackage",
|
|
650
|
-
"shape": "
|
|
731
|
+
"shape": "S1c"
|
|
651
732
|
},
|
|
652
733
|
"DashPackage": {
|
|
653
734
|
"locationName": "dashPackage",
|
|
654
|
-
"shape": "
|
|
735
|
+
"shape": "Sx"
|
|
655
736
|
},
|
|
656
737
|
"Description": {
|
|
657
738
|
"locationName": "description"
|
|
658
739
|
},
|
|
659
740
|
"HlsPackage": {
|
|
660
741
|
"locationName": "hlsPackage",
|
|
661
|
-
"shape": "
|
|
742
|
+
"shape": "S15"
|
|
662
743
|
},
|
|
663
744
|
"Id": {
|
|
664
745
|
"locationName": "id"
|
|
@@ -668,7 +749,7 @@
|
|
|
668
749
|
},
|
|
669
750
|
"MssPackage": {
|
|
670
751
|
"locationName": "mssPackage",
|
|
671
|
-
"shape": "
|
|
752
|
+
"shape": "S18"
|
|
672
753
|
},
|
|
673
754
|
"Origination": {
|
|
674
755
|
"locationName": "origination"
|
|
@@ -679,7 +760,7 @@
|
|
|
679
760
|
},
|
|
680
761
|
"Tags": {
|
|
681
762
|
"locationName": "tags",
|
|
682
|
-
"shape": "
|
|
763
|
+
"shape": "S9"
|
|
683
764
|
},
|
|
684
765
|
"TimeDelaySeconds": {
|
|
685
766
|
"locationName": "timeDelaySeconds",
|
|
@@ -690,7 +771,7 @@
|
|
|
690
771
|
},
|
|
691
772
|
"Whitelist": {
|
|
692
773
|
"locationName": "whitelist",
|
|
693
|
-
"shape": "
|
|
774
|
+
"shape": "Sm"
|
|
694
775
|
}
|
|
695
776
|
},
|
|
696
777
|
"type": "structure"
|
|
@@ -723,7 +804,7 @@
|
|
|
723
804
|
"members": {
|
|
724
805
|
"Tags": {
|
|
725
806
|
"locationName": "tags",
|
|
726
|
-
"shape": "
|
|
807
|
+
"shape": "S24"
|
|
727
808
|
}
|
|
728
809
|
},
|
|
729
810
|
"type": "structure"
|
|
@@ -759,16 +840,24 @@
|
|
|
759
840
|
"Description": {
|
|
760
841
|
"locationName": "description"
|
|
761
842
|
},
|
|
843
|
+
"EgressAccessLogs": {
|
|
844
|
+
"locationName": "egressAccessLogs",
|
|
845
|
+
"shape": "S2"
|
|
846
|
+
},
|
|
762
847
|
"HlsIngest": {
|
|
763
848
|
"locationName": "hlsIngest",
|
|
764
|
-
"shape": "
|
|
849
|
+
"shape": "S6"
|
|
765
850
|
},
|
|
766
851
|
"Id": {
|
|
767
852
|
"locationName": "id"
|
|
768
853
|
},
|
|
854
|
+
"IngressAccessLogs": {
|
|
855
|
+
"locationName": "ingressAccessLogs",
|
|
856
|
+
"shape": "S4"
|
|
857
|
+
},
|
|
769
858
|
"Tags": {
|
|
770
859
|
"locationName": "tags",
|
|
771
|
-
"shape": "
|
|
860
|
+
"shape": "S9"
|
|
772
861
|
}
|
|
773
862
|
},
|
|
774
863
|
"type": "structure"
|
|
@@ -805,16 +894,24 @@
|
|
|
805
894
|
"Description": {
|
|
806
895
|
"locationName": "description"
|
|
807
896
|
},
|
|
897
|
+
"EgressAccessLogs": {
|
|
898
|
+
"locationName": "egressAccessLogs",
|
|
899
|
+
"shape": "S2"
|
|
900
|
+
},
|
|
808
901
|
"HlsIngest": {
|
|
809
902
|
"locationName": "hlsIngest",
|
|
810
|
-
"shape": "
|
|
903
|
+
"shape": "S6"
|
|
811
904
|
},
|
|
812
905
|
"Id": {
|
|
813
906
|
"locationName": "id"
|
|
814
907
|
},
|
|
908
|
+
"IngressAccessLogs": {
|
|
909
|
+
"locationName": "ingressAccessLogs",
|
|
910
|
+
"shape": "S4"
|
|
911
|
+
},
|
|
815
912
|
"Tags": {
|
|
816
913
|
"locationName": "tags",
|
|
817
|
-
"shape": "
|
|
914
|
+
"shape": "S9"
|
|
818
915
|
}
|
|
819
916
|
},
|
|
820
917
|
"type": "structure"
|
|
@@ -833,7 +930,7 @@
|
|
|
833
930
|
},
|
|
834
931
|
"Tags": {
|
|
835
932
|
"locationName": "tags",
|
|
836
|
-
"shape": "
|
|
933
|
+
"shape": "S24"
|
|
837
934
|
}
|
|
838
935
|
},
|
|
839
936
|
"required": [
|
|
@@ -858,7 +955,7 @@
|
|
|
858
955
|
"TagKeys": {
|
|
859
956
|
"location": "querystring",
|
|
860
957
|
"locationName": "tagKeys",
|
|
861
|
-
"shape": "
|
|
958
|
+
"shape": "Sm"
|
|
862
959
|
}
|
|
863
960
|
},
|
|
864
961
|
"required": [
|
|
@@ -897,16 +994,24 @@
|
|
|
897
994
|
"Description": {
|
|
898
995
|
"locationName": "description"
|
|
899
996
|
},
|
|
997
|
+
"EgressAccessLogs": {
|
|
998
|
+
"locationName": "egressAccessLogs",
|
|
999
|
+
"shape": "S2"
|
|
1000
|
+
},
|
|
900
1001
|
"HlsIngest": {
|
|
901
1002
|
"locationName": "hlsIngest",
|
|
902
|
-
"shape": "
|
|
1003
|
+
"shape": "S6"
|
|
903
1004
|
},
|
|
904
1005
|
"Id": {
|
|
905
1006
|
"locationName": "id"
|
|
906
1007
|
},
|
|
1008
|
+
"IngressAccessLogs": {
|
|
1009
|
+
"locationName": "ingressAccessLogs",
|
|
1010
|
+
"shape": "S4"
|
|
1011
|
+
},
|
|
907
1012
|
"Tags": {
|
|
908
1013
|
"locationName": "tags",
|
|
909
|
-
"shape": "
|
|
1014
|
+
"shape": "S9"
|
|
910
1015
|
}
|
|
911
1016
|
},
|
|
912
1017
|
"type": "structure"
|
|
@@ -922,22 +1027,22 @@
|
|
|
922
1027
|
"members": {
|
|
923
1028
|
"Authorization": {
|
|
924
1029
|
"locationName": "authorization",
|
|
925
|
-
"shape": "
|
|
1030
|
+
"shape": "Sh"
|
|
926
1031
|
},
|
|
927
1032
|
"CmafPackage": {
|
|
928
1033
|
"locationName": "cmafPackage",
|
|
929
|
-
"shape": "
|
|
1034
|
+
"shape": "Si"
|
|
930
1035
|
},
|
|
931
1036
|
"DashPackage": {
|
|
932
1037
|
"locationName": "dashPackage",
|
|
933
|
-
"shape": "
|
|
1038
|
+
"shape": "Sx"
|
|
934
1039
|
},
|
|
935
1040
|
"Description": {
|
|
936
1041
|
"locationName": "description"
|
|
937
1042
|
},
|
|
938
1043
|
"HlsPackage": {
|
|
939
1044
|
"locationName": "hlsPackage",
|
|
940
|
-
"shape": "
|
|
1045
|
+
"shape": "S15"
|
|
941
1046
|
},
|
|
942
1047
|
"Id": {
|
|
943
1048
|
"location": "uri",
|
|
@@ -948,7 +1053,7 @@
|
|
|
948
1053
|
},
|
|
949
1054
|
"MssPackage": {
|
|
950
1055
|
"locationName": "mssPackage",
|
|
951
|
-
"shape": "
|
|
1056
|
+
"shape": "S18"
|
|
952
1057
|
},
|
|
953
1058
|
"Origination": {
|
|
954
1059
|
"locationName": "origination"
|
|
@@ -963,7 +1068,7 @@
|
|
|
963
1068
|
},
|
|
964
1069
|
"Whitelist": {
|
|
965
1070
|
"locationName": "whitelist",
|
|
966
|
-
"shape": "
|
|
1071
|
+
"shape": "Sm"
|
|
967
1072
|
}
|
|
968
1073
|
},
|
|
969
1074
|
"required": [
|
|
@@ -978,25 +1083,25 @@
|
|
|
978
1083
|
},
|
|
979
1084
|
"Authorization": {
|
|
980
1085
|
"locationName": "authorization",
|
|
981
|
-
"shape": "
|
|
1086
|
+
"shape": "Sh"
|
|
982
1087
|
},
|
|
983
1088
|
"ChannelId": {
|
|
984
1089
|
"locationName": "channelId"
|
|
985
1090
|
},
|
|
986
1091
|
"CmafPackage": {
|
|
987
1092
|
"locationName": "cmafPackage",
|
|
988
|
-
"shape": "
|
|
1093
|
+
"shape": "S1c"
|
|
989
1094
|
},
|
|
990
1095
|
"DashPackage": {
|
|
991
1096
|
"locationName": "dashPackage",
|
|
992
|
-
"shape": "
|
|
1097
|
+
"shape": "Sx"
|
|
993
1098
|
},
|
|
994
1099
|
"Description": {
|
|
995
1100
|
"locationName": "description"
|
|
996
1101
|
},
|
|
997
1102
|
"HlsPackage": {
|
|
998
1103
|
"locationName": "hlsPackage",
|
|
999
|
-
"shape": "
|
|
1104
|
+
"shape": "S15"
|
|
1000
1105
|
},
|
|
1001
1106
|
"Id": {
|
|
1002
1107
|
"locationName": "id"
|
|
@@ -1006,7 +1111,7 @@
|
|
|
1006
1111
|
},
|
|
1007
1112
|
"MssPackage": {
|
|
1008
1113
|
"locationName": "mssPackage",
|
|
1009
|
-
"shape": "
|
|
1114
|
+
"shape": "S18"
|
|
1010
1115
|
},
|
|
1011
1116
|
"Origination": {
|
|
1012
1117
|
"locationName": "origination"
|
|
@@ -1017,7 +1122,7 @@
|
|
|
1017
1122
|
},
|
|
1018
1123
|
"Tags": {
|
|
1019
1124
|
"locationName": "tags",
|
|
1020
|
-
"shape": "
|
|
1125
|
+
"shape": "S9"
|
|
1021
1126
|
},
|
|
1022
1127
|
"TimeDelaySeconds": {
|
|
1023
1128
|
"locationName": "timeDelaySeconds",
|
|
@@ -1028,7 +1133,7 @@
|
|
|
1028
1133
|
},
|
|
1029
1134
|
"Whitelist": {
|
|
1030
1135
|
"locationName": "whitelist",
|
|
1031
|
-
"shape": "
|
|
1136
|
+
"shape": "Sm"
|
|
1032
1137
|
}
|
|
1033
1138
|
},
|
|
1034
1139
|
"type": "structure"
|
|
@@ -1036,12 +1141,23 @@
|
|
|
1036
1141
|
}
|
|
1037
1142
|
},
|
|
1038
1143
|
"shapes": {
|
|
1039
|
-
"
|
|
1040
|
-
"
|
|
1041
|
-
|
|
1042
|
-
|
|
1144
|
+
"S2": {
|
|
1145
|
+
"members": {
|
|
1146
|
+
"LogGroupName": {
|
|
1147
|
+
"locationName": "logGroupName"
|
|
1148
|
+
}
|
|
1149
|
+
},
|
|
1150
|
+
"type": "structure"
|
|
1151
|
+
},
|
|
1152
|
+
"S4": {
|
|
1153
|
+
"members": {
|
|
1154
|
+
"LogGroupName": {
|
|
1155
|
+
"locationName": "logGroupName"
|
|
1156
|
+
}
|
|
1157
|
+
},
|
|
1158
|
+
"type": "structure"
|
|
1043
1159
|
},
|
|
1044
|
-
"
|
|
1160
|
+
"S6": {
|
|
1045
1161
|
"members": {
|
|
1046
1162
|
"IngestEndpoints": {
|
|
1047
1163
|
"locationName": "ingestEndpoints",
|
|
@@ -1068,6 +1184,11 @@
|
|
|
1068
1184
|
"type": "structure"
|
|
1069
1185
|
},
|
|
1070
1186
|
"S9": {
|
|
1187
|
+
"key": {},
|
|
1188
|
+
"type": "map",
|
|
1189
|
+
"value": {}
|
|
1190
|
+
},
|
|
1191
|
+
"Sd": {
|
|
1071
1192
|
"members": {
|
|
1072
1193
|
"BucketName": {
|
|
1073
1194
|
"locationName": "bucketName"
|
|
@@ -1086,7 +1207,7 @@
|
|
|
1086
1207
|
],
|
|
1087
1208
|
"type": "structure"
|
|
1088
1209
|
},
|
|
1089
|
-
"
|
|
1210
|
+
"Sh": {
|
|
1090
1211
|
"members": {
|
|
1091
1212
|
"CdnIdentifierSecret": {
|
|
1092
1213
|
"locationName": "cdnIdentifierSecret"
|
|
@@ -1101,11 +1222,11 @@
|
|
|
1101
1222
|
],
|
|
1102
1223
|
"type": "structure"
|
|
1103
1224
|
},
|
|
1104
|
-
"
|
|
1225
|
+
"Si": {
|
|
1105
1226
|
"members": {
|
|
1106
1227
|
"Encryption": {
|
|
1107
1228
|
"locationName": "encryption",
|
|
1108
|
-
"shape": "
|
|
1229
|
+
"shape": "Sj"
|
|
1109
1230
|
},
|
|
1110
1231
|
"HlsManifests": {
|
|
1111
1232
|
"locationName": "hlsManifests",
|
|
@@ -1116,7 +1237,7 @@
|
|
|
1116
1237
|
},
|
|
1117
1238
|
"AdTriggers": {
|
|
1118
1239
|
"locationName": "adTriggers",
|
|
1119
|
-
"shape": "
|
|
1240
|
+
"shape": "Sq"
|
|
1120
1241
|
},
|
|
1121
1242
|
"AdsOnDeliveryRestrictions": {
|
|
1122
1243
|
"locationName": "adsOnDeliveryRestrictions"
|
|
@@ -1159,12 +1280,12 @@
|
|
|
1159
1280
|
},
|
|
1160
1281
|
"StreamSelection": {
|
|
1161
1282
|
"locationName": "streamSelection",
|
|
1162
|
-
"shape": "
|
|
1283
|
+
"shape": "Sv"
|
|
1163
1284
|
}
|
|
1164
1285
|
},
|
|
1165
1286
|
"type": "structure"
|
|
1166
1287
|
},
|
|
1167
|
-
"
|
|
1288
|
+
"Sj": {
|
|
1168
1289
|
"members": {
|
|
1169
1290
|
"KeyRotationIntervalSeconds": {
|
|
1170
1291
|
"locationName": "keyRotationIntervalSeconds",
|
|
@@ -1172,7 +1293,7 @@
|
|
|
1172
1293
|
},
|
|
1173
1294
|
"SpekeKeyProvider": {
|
|
1174
1295
|
"locationName": "spekeKeyProvider",
|
|
1175
|
-
"shape": "
|
|
1296
|
+
"shape": "Sl"
|
|
1176
1297
|
}
|
|
1177
1298
|
},
|
|
1178
1299
|
"required": [
|
|
@@ -1180,7 +1301,7 @@
|
|
|
1180
1301
|
],
|
|
1181
1302
|
"type": "structure"
|
|
1182
1303
|
},
|
|
1183
|
-
"
|
|
1304
|
+
"Sl": {
|
|
1184
1305
|
"members": {
|
|
1185
1306
|
"CertificateArn": {
|
|
1186
1307
|
"locationName": "certificateArn"
|
|
@@ -1193,7 +1314,7 @@
|
|
|
1193
1314
|
},
|
|
1194
1315
|
"SystemIds": {
|
|
1195
1316
|
"locationName": "systemIds",
|
|
1196
|
-
"shape": "
|
|
1317
|
+
"shape": "Sm"
|
|
1197
1318
|
},
|
|
1198
1319
|
"Url": {
|
|
1199
1320
|
"locationName": "url"
|
|
@@ -1207,15 +1328,15 @@
|
|
|
1207
1328
|
],
|
|
1208
1329
|
"type": "structure"
|
|
1209
1330
|
},
|
|
1210
|
-
"
|
|
1331
|
+
"Sm": {
|
|
1211
1332
|
"member": {},
|
|
1212
1333
|
"type": "list"
|
|
1213
1334
|
},
|
|
1214
|
-
"
|
|
1335
|
+
"Sq": {
|
|
1215
1336
|
"member": {},
|
|
1216
1337
|
"type": "list"
|
|
1217
1338
|
},
|
|
1218
|
-
"
|
|
1339
|
+
"Sv": {
|
|
1219
1340
|
"members": {
|
|
1220
1341
|
"MaxVideoBitsPerSecond": {
|
|
1221
1342
|
"locationName": "maxVideoBitsPerSecond",
|
|
@@ -1231,11 +1352,11 @@
|
|
|
1231
1352
|
},
|
|
1232
1353
|
"type": "structure"
|
|
1233
1354
|
},
|
|
1234
|
-
"
|
|
1355
|
+
"Sx": {
|
|
1235
1356
|
"members": {
|
|
1236
1357
|
"AdTriggers": {
|
|
1237
1358
|
"locationName": "adTriggers",
|
|
1238
|
-
"shape": "
|
|
1359
|
+
"shape": "Sq"
|
|
1239
1360
|
},
|
|
1240
1361
|
"AdsOnDeliveryRestrictions": {
|
|
1241
1362
|
"locationName": "adsOnDeliveryRestrictions"
|
|
@@ -1249,7 +1370,7 @@
|
|
|
1249
1370
|
},
|
|
1250
1371
|
"SpekeKeyProvider": {
|
|
1251
1372
|
"locationName": "spekeKeyProvider",
|
|
1252
|
-
"shape": "
|
|
1373
|
+
"shape": "Sl"
|
|
1253
1374
|
}
|
|
1254
1375
|
},
|
|
1255
1376
|
"required": [
|
|
@@ -1289,7 +1410,7 @@
|
|
|
1289
1410
|
},
|
|
1290
1411
|
"StreamSelection": {
|
|
1291
1412
|
"locationName": "streamSelection",
|
|
1292
|
-
"shape": "
|
|
1413
|
+
"shape": "Sv"
|
|
1293
1414
|
},
|
|
1294
1415
|
"SuggestedPresentationDelaySeconds": {
|
|
1295
1416
|
"locationName": "suggestedPresentationDelaySeconds",
|
|
@@ -1304,14 +1425,14 @@
|
|
|
1304
1425
|
},
|
|
1305
1426
|
"type": "structure"
|
|
1306
1427
|
},
|
|
1307
|
-
"
|
|
1428
|
+
"S15": {
|
|
1308
1429
|
"members": {
|
|
1309
1430
|
"AdMarkers": {
|
|
1310
1431
|
"locationName": "adMarkers"
|
|
1311
1432
|
},
|
|
1312
1433
|
"AdTriggers": {
|
|
1313
1434
|
"locationName": "adTriggers",
|
|
1314
|
-
"shape": "
|
|
1435
|
+
"shape": "Sq"
|
|
1315
1436
|
},
|
|
1316
1437
|
"AdsOnDeliveryRestrictions": {
|
|
1317
1438
|
"locationName": "adsOnDeliveryRestrictions"
|
|
@@ -1335,7 +1456,7 @@
|
|
|
1335
1456
|
},
|
|
1336
1457
|
"SpekeKeyProvider": {
|
|
1337
1458
|
"locationName": "spekeKeyProvider",
|
|
1338
|
-
"shape": "
|
|
1459
|
+
"shape": "Sl"
|
|
1339
1460
|
}
|
|
1340
1461
|
},
|
|
1341
1462
|
"required": [
|
|
@@ -1364,7 +1485,7 @@
|
|
|
1364
1485
|
},
|
|
1365
1486
|
"StreamSelection": {
|
|
1366
1487
|
"locationName": "streamSelection",
|
|
1367
|
-
"shape": "
|
|
1488
|
+
"shape": "Sv"
|
|
1368
1489
|
},
|
|
1369
1490
|
"UseAudioRenditionGroup": {
|
|
1370
1491
|
"locationName": "useAudioRenditionGroup",
|
|
@@ -1373,14 +1494,14 @@
|
|
|
1373
1494
|
},
|
|
1374
1495
|
"type": "structure"
|
|
1375
1496
|
},
|
|
1376
|
-
"
|
|
1497
|
+
"S18": {
|
|
1377
1498
|
"members": {
|
|
1378
1499
|
"Encryption": {
|
|
1379
1500
|
"locationName": "encryption",
|
|
1380
1501
|
"members": {
|
|
1381
1502
|
"SpekeKeyProvider": {
|
|
1382
1503
|
"locationName": "spekeKeyProvider",
|
|
1383
|
-
"shape": "
|
|
1504
|
+
"shape": "Sl"
|
|
1384
1505
|
}
|
|
1385
1506
|
},
|
|
1386
1507
|
"required": [
|
|
@@ -1398,16 +1519,16 @@
|
|
|
1398
1519
|
},
|
|
1399
1520
|
"StreamSelection": {
|
|
1400
1521
|
"locationName": "streamSelection",
|
|
1401
|
-
"shape": "
|
|
1522
|
+
"shape": "Sv"
|
|
1402
1523
|
}
|
|
1403
1524
|
},
|
|
1404
1525
|
"type": "structure"
|
|
1405
1526
|
},
|
|
1406
|
-
"
|
|
1527
|
+
"S1c": {
|
|
1407
1528
|
"members": {
|
|
1408
1529
|
"Encryption": {
|
|
1409
1530
|
"locationName": "encryption",
|
|
1410
|
-
"shape": "
|
|
1531
|
+
"shape": "Sj"
|
|
1411
1532
|
},
|
|
1412
1533
|
"HlsManifests": {
|
|
1413
1534
|
"locationName": "hlsManifests",
|
|
@@ -1457,12 +1578,12 @@
|
|
|
1457
1578
|
},
|
|
1458
1579
|
"StreamSelection": {
|
|
1459
1580
|
"locationName": "streamSelection",
|
|
1460
|
-
"shape": "
|
|
1581
|
+
"shape": "Sv"
|
|
1461
1582
|
}
|
|
1462
1583
|
},
|
|
1463
1584
|
"type": "structure"
|
|
1464
1585
|
},
|
|
1465
|
-
"
|
|
1586
|
+
"S24": {
|
|
1466
1587
|
"key": {},
|
|
1467
1588
|
"type": "map",
|
|
1468
1589
|
"value": {}
|