aws-sdk 2.1008.0 → 2.1012.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 +21 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +43 -37
- package/apis/chime-sdk-messaging-2021-05-15.min.json +601 -88
- package/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/apis/dataexchange-2017-07-25.min.json +65 -13
- package/apis/directconnect-2012-10-25.min.json +119 -35
- package/apis/glue-2017-03-31.min.json +341 -339
- package/apis/ivs-2020-07-14.min.json +127 -100
- package/apis/ivs-2020-07-14.paginators.json +4 -14
- package/apis/mediaconvert-2017-08-29.min.json +137 -134
- package/apis/mediapackage-2017-10-12.min.json +4 -0
- package/apis/mediapackage-vod-2018-11-07.min.json +4 -0
- package/apis/metadata.json +3 -0
- package/apis/panorama-2019-07-24.examples.json +5 -0
- package/apis/panorama-2019-07-24.min.json +1622 -0
- package/apis/panorama-2019-07-24.paginators.json +49 -0
- package/apis/quicksight-2018-04-01.min.json +237 -159
- package/apis/securityhub-2018-10-26.min.json +282 -137
- package/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/appflow.d.ts +8 -0
- package/clients/chimesdkmessaging.d.ts +475 -2
- package/clients/dataexchange.d.ts +110 -20
- package/clients/directconnect.d.ts +186 -49
- package/clients/efs.d.ts +10 -10
- package/clients/glue.d.ts +11 -2
- package/clients/ivs.d.ts +158 -133
- package/clients/mediaconvert.d.ts +57 -58
- package/clients/mediapackage.d.ts +4 -0
- package/clients/mediapackagevod.d.ts +4 -0
- package/clients/panorama.d.ts +1926 -0
- package/clients/panorama.js +18 -0
- package/clients/quicksight.d.ts +158 -75
- package/clients/securityhub.d.ts +161 -2
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +55 -18
- package/dist/aws-sdk.js +125 -38
- package/dist/aws-sdk.min.js +68 -68
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"metadata": {
|
|
4
4
|
"apiVersion": "2020-07-14",
|
|
5
5
|
"endpointPrefix": "ivs",
|
|
6
|
+
"jsonVersion": "1.1",
|
|
6
7
|
"protocol": "rest-json",
|
|
7
8
|
"serviceAbbreviation": "Amazon IVS",
|
|
8
9
|
"serviceFullName": "Amazon Interactive Video Service",
|
|
@@ -14,7 +15,8 @@
|
|
|
14
15
|
"operations": {
|
|
15
16
|
"BatchGetChannel": {
|
|
16
17
|
"http": {
|
|
17
|
-
"requestUri": "/BatchGetChannel"
|
|
18
|
+
"requestUri": "/BatchGetChannel",
|
|
19
|
+
"responseCode": 200
|
|
18
20
|
},
|
|
19
21
|
"input": {
|
|
20
22
|
"type": "structure",
|
|
@@ -45,7 +47,8 @@
|
|
|
45
47
|
},
|
|
46
48
|
"BatchGetStreamKey": {
|
|
47
49
|
"http": {
|
|
48
|
-
"requestUri": "/BatchGetStreamKey"
|
|
50
|
+
"requestUri": "/BatchGetStreamKey",
|
|
51
|
+
"responseCode": 200
|
|
49
52
|
},
|
|
50
53
|
"input": {
|
|
51
54
|
"type": "structure",
|
|
@@ -62,35 +65,36 @@
|
|
|
62
65
|
"output": {
|
|
63
66
|
"type": "structure",
|
|
64
67
|
"members": {
|
|
68
|
+
"errors": {
|
|
69
|
+
"shape": "Sh"
|
|
70
|
+
},
|
|
65
71
|
"streamKeys": {
|
|
66
72
|
"type": "list",
|
|
67
73
|
"member": {
|
|
68
74
|
"shape": "Sr"
|
|
69
75
|
}
|
|
70
|
-
},
|
|
71
|
-
"errors": {
|
|
72
|
-
"shape": "Sh"
|
|
73
76
|
}
|
|
74
77
|
}
|
|
75
78
|
}
|
|
76
79
|
},
|
|
77
80
|
"CreateChannel": {
|
|
78
81
|
"http": {
|
|
79
|
-
"requestUri": "/CreateChannel"
|
|
82
|
+
"requestUri": "/CreateChannel",
|
|
83
|
+
"responseCode": 200
|
|
80
84
|
},
|
|
81
85
|
"input": {
|
|
82
86
|
"type": "structure",
|
|
83
87
|
"members": {
|
|
84
|
-
"name": {},
|
|
85
|
-
"latencyMode": {},
|
|
86
|
-
"type": {},
|
|
87
88
|
"authorized": {
|
|
88
89
|
"type": "boolean"
|
|
89
90
|
},
|
|
91
|
+
"latencyMode": {},
|
|
92
|
+
"name": {},
|
|
90
93
|
"recordingConfigurationArn": {},
|
|
91
94
|
"tags": {
|
|
92
|
-
"shape": "
|
|
93
|
-
}
|
|
95
|
+
"shape": "Sd"
|
|
96
|
+
},
|
|
97
|
+
"type": {}
|
|
94
98
|
}
|
|
95
99
|
},
|
|
96
100
|
"output": {
|
|
@@ -107,7 +111,8 @@
|
|
|
107
111
|
},
|
|
108
112
|
"CreateRecordingConfiguration": {
|
|
109
113
|
"http": {
|
|
110
|
-
"requestUri": "/CreateRecordingConfiguration"
|
|
114
|
+
"requestUri": "/CreateRecordingConfiguration",
|
|
115
|
+
"responseCode": 200
|
|
111
116
|
},
|
|
112
117
|
"input": {
|
|
113
118
|
"type": "structure",
|
|
@@ -115,12 +120,12 @@
|
|
|
115
120
|
"destinationConfiguration"
|
|
116
121
|
],
|
|
117
122
|
"members": {
|
|
118
|
-
"name": {},
|
|
119
123
|
"destinationConfiguration": {
|
|
120
|
-
"shape": "
|
|
124
|
+
"shape": "Sx"
|
|
121
125
|
},
|
|
126
|
+
"name": {},
|
|
122
127
|
"tags": {
|
|
123
|
-
"shape": "
|
|
128
|
+
"shape": "Sd"
|
|
124
129
|
}
|
|
125
130
|
}
|
|
126
131
|
},
|
|
@@ -135,7 +140,8 @@
|
|
|
135
140
|
},
|
|
136
141
|
"CreateStreamKey": {
|
|
137
142
|
"http": {
|
|
138
|
-
"requestUri": "/CreateStreamKey"
|
|
143
|
+
"requestUri": "/CreateStreamKey",
|
|
144
|
+
"responseCode": 200
|
|
139
145
|
},
|
|
140
146
|
"input": {
|
|
141
147
|
"type": "structure",
|
|
@@ -145,7 +151,7 @@
|
|
|
145
151
|
"members": {
|
|
146
152
|
"channelArn": {},
|
|
147
153
|
"tags": {
|
|
148
|
-
"shape": "
|
|
154
|
+
"shape": "Sd"
|
|
149
155
|
}
|
|
150
156
|
}
|
|
151
157
|
},
|
|
@@ -175,7 +181,8 @@
|
|
|
175
181
|
},
|
|
176
182
|
"DeletePlaybackKeyPair": {
|
|
177
183
|
"http": {
|
|
178
|
-
"requestUri": "/DeletePlaybackKeyPair"
|
|
184
|
+
"requestUri": "/DeletePlaybackKeyPair",
|
|
185
|
+
"responseCode": 200
|
|
179
186
|
},
|
|
180
187
|
"input": {
|
|
181
188
|
"type": "structure",
|
|
@@ -193,7 +200,8 @@
|
|
|
193
200
|
},
|
|
194
201
|
"DeleteRecordingConfiguration": {
|
|
195
202
|
"http": {
|
|
196
|
-
"requestUri": "/DeleteRecordingConfiguration"
|
|
203
|
+
"requestUri": "/DeleteRecordingConfiguration",
|
|
204
|
+
"responseCode": 200
|
|
197
205
|
},
|
|
198
206
|
"input": {
|
|
199
207
|
"type": "structure",
|
|
@@ -222,7 +230,8 @@
|
|
|
222
230
|
},
|
|
223
231
|
"GetChannel": {
|
|
224
232
|
"http": {
|
|
225
|
-
"requestUri": "/GetChannel"
|
|
233
|
+
"requestUri": "/GetChannel",
|
|
234
|
+
"responseCode": 200
|
|
226
235
|
},
|
|
227
236
|
"input": {
|
|
228
237
|
"type": "structure",
|
|
@@ -244,7 +253,8 @@
|
|
|
244
253
|
},
|
|
245
254
|
"GetPlaybackKeyPair": {
|
|
246
255
|
"http": {
|
|
247
|
-
"requestUri": "/GetPlaybackKeyPair"
|
|
256
|
+
"requestUri": "/GetPlaybackKeyPair",
|
|
257
|
+
"responseCode": 200
|
|
248
258
|
},
|
|
249
259
|
"input": {
|
|
250
260
|
"type": "structure",
|
|
@@ -266,7 +276,8 @@
|
|
|
266
276
|
},
|
|
267
277
|
"GetRecordingConfiguration": {
|
|
268
278
|
"http": {
|
|
269
|
-
"requestUri": "/GetRecordingConfiguration"
|
|
279
|
+
"requestUri": "/GetRecordingConfiguration",
|
|
280
|
+
"responseCode": 200
|
|
270
281
|
},
|
|
271
282
|
"input": {
|
|
272
283
|
"type": "structure",
|
|
@@ -288,7 +299,8 @@
|
|
|
288
299
|
},
|
|
289
300
|
"GetStream": {
|
|
290
301
|
"http": {
|
|
291
|
-
"requestUri": "/GetStream"
|
|
302
|
+
"requestUri": "/GetStream",
|
|
303
|
+
"responseCode": 200
|
|
292
304
|
},
|
|
293
305
|
"input": {
|
|
294
306
|
"type": "structure",
|
|
@@ -306,12 +318,12 @@
|
|
|
306
318
|
"type": "structure",
|
|
307
319
|
"members": {
|
|
308
320
|
"channelArn": {},
|
|
321
|
+
"health": {},
|
|
309
322
|
"playbackUrl": {},
|
|
310
323
|
"startTime": {
|
|
311
|
-
"shape": "
|
|
324
|
+
"shape": "S1q"
|
|
312
325
|
},
|
|
313
326
|
"state": {},
|
|
314
|
-
"health": {},
|
|
315
327
|
"viewerCount": {
|
|
316
328
|
"type": "long"
|
|
317
329
|
}
|
|
@@ -322,7 +334,8 @@
|
|
|
322
334
|
},
|
|
323
335
|
"GetStreamKey": {
|
|
324
336
|
"http": {
|
|
325
|
-
"requestUri": "/GetStreamKey"
|
|
337
|
+
"requestUri": "/GetStreamKey",
|
|
338
|
+
"responseCode": 200
|
|
326
339
|
},
|
|
327
340
|
"input": {
|
|
328
341
|
"type": "structure",
|
|
@@ -344,7 +357,8 @@
|
|
|
344
357
|
},
|
|
345
358
|
"ImportPlaybackKeyPair": {
|
|
346
359
|
"http": {
|
|
347
|
-
"requestUri": "/ImportPlaybackKeyPair"
|
|
360
|
+
"requestUri": "/ImportPlaybackKeyPair",
|
|
361
|
+
"responseCode": 200
|
|
348
362
|
},
|
|
349
363
|
"input": {
|
|
350
364
|
"type": "structure",
|
|
@@ -352,10 +366,10 @@
|
|
|
352
366
|
"publicKeyMaterial"
|
|
353
367
|
],
|
|
354
368
|
"members": {
|
|
355
|
-
"publicKeyMaterial": {},
|
|
356
369
|
"name": {},
|
|
370
|
+
"publicKeyMaterial": {},
|
|
357
371
|
"tags": {
|
|
358
|
-
"shape": "
|
|
372
|
+
"shape": "Sd"
|
|
359
373
|
}
|
|
360
374
|
}
|
|
361
375
|
},
|
|
@@ -370,17 +384,18 @@
|
|
|
370
384
|
},
|
|
371
385
|
"ListChannels": {
|
|
372
386
|
"http": {
|
|
373
|
-
"requestUri": "/ListChannels"
|
|
387
|
+
"requestUri": "/ListChannels",
|
|
388
|
+
"responseCode": 200
|
|
374
389
|
},
|
|
375
390
|
"input": {
|
|
376
391
|
"type": "structure",
|
|
377
392
|
"members": {
|
|
378
393
|
"filterByName": {},
|
|
379
394
|
"filterByRecordingConfigurationArn": {},
|
|
380
|
-
"nextToken": {},
|
|
381
395
|
"maxResults": {
|
|
382
396
|
"type": "integer"
|
|
383
|
-
}
|
|
397
|
+
},
|
|
398
|
+
"nextToken": {}
|
|
384
399
|
}
|
|
385
400
|
},
|
|
386
401
|
"output": {
|
|
@@ -395,14 +410,14 @@
|
|
|
395
410
|
"type": "structure",
|
|
396
411
|
"members": {
|
|
397
412
|
"arn": {},
|
|
398
|
-
"name": {},
|
|
399
|
-
"latencyMode": {},
|
|
400
413
|
"authorized": {
|
|
401
414
|
"type": "boolean"
|
|
402
415
|
},
|
|
416
|
+
"latencyMode": {},
|
|
417
|
+
"name": {},
|
|
403
418
|
"recordingConfigurationArn": {},
|
|
404
419
|
"tags": {
|
|
405
|
-
"shape": "
|
|
420
|
+
"shape": "Sd"
|
|
406
421
|
}
|
|
407
422
|
}
|
|
408
423
|
}
|
|
@@ -413,15 +428,16 @@
|
|
|
413
428
|
},
|
|
414
429
|
"ListPlaybackKeyPairs": {
|
|
415
430
|
"http": {
|
|
416
|
-
"requestUri": "/ListPlaybackKeyPairs"
|
|
431
|
+
"requestUri": "/ListPlaybackKeyPairs",
|
|
432
|
+
"responseCode": 200
|
|
417
433
|
},
|
|
418
434
|
"input": {
|
|
419
435
|
"type": "structure",
|
|
420
436
|
"members": {
|
|
421
|
-
"nextToken": {},
|
|
422
437
|
"maxResults": {
|
|
423
438
|
"type": "integer"
|
|
424
|
-
}
|
|
439
|
+
},
|
|
440
|
+
"nextToken": {}
|
|
425
441
|
}
|
|
426
442
|
},
|
|
427
443
|
"output": {
|
|
@@ -438,7 +454,7 @@
|
|
|
438
454
|
"arn": {},
|
|
439
455
|
"name": {},
|
|
440
456
|
"tags": {
|
|
441
|
-
"shape": "
|
|
457
|
+
"shape": "Sd"
|
|
442
458
|
}
|
|
443
459
|
}
|
|
444
460
|
}
|
|
@@ -449,15 +465,16 @@
|
|
|
449
465
|
},
|
|
450
466
|
"ListRecordingConfigurations": {
|
|
451
467
|
"http": {
|
|
452
|
-
"requestUri": "/ListRecordingConfigurations"
|
|
468
|
+
"requestUri": "/ListRecordingConfigurations",
|
|
469
|
+
"responseCode": 200
|
|
453
470
|
},
|
|
454
471
|
"input": {
|
|
455
472
|
"type": "structure",
|
|
456
473
|
"members": {
|
|
457
|
-
"nextToken": {},
|
|
458
474
|
"maxResults": {
|
|
459
475
|
"type": "integer"
|
|
460
|
-
}
|
|
476
|
+
},
|
|
477
|
+
"nextToken": {}
|
|
461
478
|
}
|
|
462
479
|
},
|
|
463
480
|
"output": {
|
|
@@ -466,6 +483,7 @@
|
|
|
466
483
|
"recordingConfigurations"
|
|
467
484
|
],
|
|
468
485
|
"members": {
|
|
486
|
+
"nextToken": {},
|
|
469
487
|
"recordingConfigurations": {
|
|
470
488
|
"type": "list",
|
|
471
489
|
"member": {
|
|
@@ -477,24 +495,24 @@
|
|
|
477
495
|
],
|
|
478
496
|
"members": {
|
|
479
497
|
"arn": {},
|
|
480
|
-
"name": {},
|
|
481
498
|
"destinationConfiguration": {
|
|
482
|
-
"shape": "
|
|
499
|
+
"shape": "Sx"
|
|
483
500
|
},
|
|
501
|
+
"name": {},
|
|
484
502
|
"state": {},
|
|
485
503
|
"tags": {
|
|
486
|
-
"shape": "
|
|
504
|
+
"shape": "Sd"
|
|
487
505
|
}
|
|
488
506
|
}
|
|
489
507
|
}
|
|
490
|
-
}
|
|
491
|
-
"nextToken": {}
|
|
508
|
+
}
|
|
492
509
|
}
|
|
493
510
|
}
|
|
494
511
|
},
|
|
495
512
|
"ListStreamKeys": {
|
|
496
513
|
"http": {
|
|
497
|
-
"requestUri": "/ListStreamKeys"
|
|
514
|
+
"requestUri": "/ListStreamKeys",
|
|
515
|
+
"responseCode": 200
|
|
498
516
|
},
|
|
499
517
|
"input": {
|
|
500
518
|
"type": "structure",
|
|
@@ -503,10 +521,10 @@
|
|
|
503
521
|
],
|
|
504
522
|
"members": {
|
|
505
523
|
"channelArn": {},
|
|
506
|
-
"nextToken": {},
|
|
507
524
|
"maxResults": {
|
|
508
525
|
"type": "integer"
|
|
509
|
-
}
|
|
526
|
+
},
|
|
527
|
+
"nextToken": {}
|
|
510
528
|
}
|
|
511
529
|
},
|
|
512
530
|
"output": {
|
|
@@ -515,6 +533,7 @@
|
|
|
515
533
|
"streamKeys"
|
|
516
534
|
],
|
|
517
535
|
"members": {
|
|
536
|
+
"nextToken": {},
|
|
518
537
|
"streamKeys": {
|
|
519
538
|
"type": "list",
|
|
520
539
|
"member": {
|
|
@@ -523,26 +542,26 @@
|
|
|
523
542
|
"arn": {},
|
|
524
543
|
"channelArn": {},
|
|
525
544
|
"tags": {
|
|
526
|
-
"shape": "
|
|
545
|
+
"shape": "Sd"
|
|
527
546
|
}
|
|
528
547
|
}
|
|
529
548
|
}
|
|
530
|
-
}
|
|
531
|
-
"nextToken": {}
|
|
549
|
+
}
|
|
532
550
|
}
|
|
533
551
|
}
|
|
534
552
|
},
|
|
535
553
|
"ListStreams": {
|
|
536
554
|
"http": {
|
|
537
|
-
"requestUri": "/ListStreams"
|
|
555
|
+
"requestUri": "/ListStreams",
|
|
556
|
+
"responseCode": 200
|
|
538
557
|
},
|
|
539
558
|
"input": {
|
|
540
559
|
"type": "structure",
|
|
541
560
|
"members": {
|
|
542
|
-
"nextToken": {},
|
|
543
561
|
"maxResults": {
|
|
544
562
|
"type": "integer"
|
|
545
|
-
}
|
|
563
|
+
},
|
|
564
|
+
"nextToken": {}
|
|
546
565
|
}
|
|
547
566
|
},
|
|
548
567
|
"output": {
|
|
@@ -551,31 +570,32 @@
|
|
|
551
570
|
"streams"
|
|
552
571
|
],
|
|
553
572
|
"members": {
|
|
573
|
+
"nextToken": {},
|
|
554
574
|
"streams": {
|
|
555
575
|
"type": "list",
|
|
556
576
|
"member": {
|
|
557
577
|
"type": "structure",
|
|
558
578
|
"members": {
|
|
559
579
|
"channelArn": {},
|
|
560
|
-
"state": {},
|
|
561
580
|
"health": {},
|
|
581
|
+
"startTime": {
|
|
582
|
+
"shape": "S1q"
|
|
583
|
+
},
|
|
584
|
+
"state": {},
|
|
562
585
|
"viewerCount": {
|
|
563
586
|
"type": "long"
|
|
564
|
-
},
|
|
565
|
-
"startTime": {
|
|
566
|
-
"shape": "S1p"
|
|
567
587
|
}
|
|
568
588
|
}
|
|
569
589
|
}
|
|
570
|
-
}
|
|
571
|
-
"nextToken": {}
|
|
590
|
+
}
|
|
572
591
|
}
|
|
573
592
|
}
|
|
574
593
|
},
|
|
575
594
|
"ListTagsForResource": {
|
|
576
595
|
"http": {
|
|
577
596
|
"method": "GET",
|
|
578
|
-
"requestUri": "/tags/{resourceArn}"
|
|
597
|
+
"requestUri": "/tags/{resourceArn}",
|
|
598
|
+
"responseCode": 200
|
|
579
599
|
},
|
|
580
600
|
"input": {
|
|
581
601
|
"type": "structure",
|
|
@@ -586,10 +606,6 @@
|
|
|
586
606
|
"resourceArn": {
|
|
587
607
|
"location": "uri",
|
|
588
608
|
"locationName": "resourceArn"
|
|
589
|
-
},
|
|
590
|
-
"nextToken": {},
|
|
591
|
-
"maxResults": {
|
|
592
|
-
"type": "integer"
|
|
593
609
|
}
|
|
594
610
|
}
|
|
595
611
|
},
|
|
@@ -600,15 +616,15 @@
|
|
|
600
616
|
],
|
|
601
617
|
"members": {
|
|
602
618
|
"tags": {
|
|
603
|
-
"shape": "
|
|
604
|
-
}
|
|
605
|
-
"nextToken": {}
|
|
619
|
+
"shape": "Sd"
|
|
620
|
+
}
|
|
606
621
|
}
|
|
607
622
|
}
|
|
608
623
|
},
|
|
609
624
|
"PutMetadata": {
|
|
610
625
|
"http": {
|
|
611
|
-
"requestUri": "/PutMetadata"
|
|
626
|
+
"requestUri": "/PutMetadata",
|
|
627
|
+
"responseCode": 200
|
|
612
628
|
},
|
|
613
629
|
"input": {
|
|
614
630
|
"type": "structure",
|
|
@@ -618,13 +634,17 @@
|
|
|
618
634
|
],
|
|
619
635
|
"members": {
|
|
620
636
|
"channelArn": {},
|
|
621
|
-
"metadata": {
|
|
637
|
+
"metadata": {
|
|
638
|
+
"type": "string",
|
|
639
|
+
"sensitive": true
|
|
640
|
+
}
|
|
622
641
|
}
|
|
623
642
|
}
|
|
624
643
|
},
|
|
625
644
|
"StopStream": {
|
|
626
645
|
"http": {
|
|
627
|
-
"requestUri": "/StopStream"
|
|
646
|
+
"requestUri": "/StopStream",
|
|
647
|
+
"responseCode": 200
|
|
628
648
|
},
|
|
629
649
|
"input": {
|
|
630
650
|
"type": "structure",
|
|
@@ -642,7 +662,8 @@
|
|
|
642
662
|
},
|
|
643
663
|
"TagResource": {
|
|
644
664
|
"http": {
|
|
645
|
-
"requestUri": "/tags/{resourceArn}"
|
|
665
|
+
"requestUri": "/tags/{resourceArn}",
|
|
666
|
+
"responseCode": 200
|
|
646
667
|
},
|
|
647
668
|
"input": {
|
|
648
669
|
"type": "structure",
|
|
@@ -656,7 +677,7 @@
|
|
|
656
677
|
"locationName": "resourceArn"
|
|
657
678
|
},
|
|
658
679
|
"tags": {
|
|
659
|
-
"shape": "
|
|
680
|
+
"shape": "Sd"
|
|
660
681
|
}
|
|
661
682
|
}
|
|
662
683
|
},
|
|
@@ -668,7 +689,8 @@
|
|
|
668
689
|
"UntagResource": {
|
|
669
690
|
"http": {
|
|
670
691
|
"method": "DELETE",
|
|
671
|
-
"requestUri": "/tags/{resourceArn}"
|
|
692
|
+
"requestUri": "/tags/{resourceArn}",
|
|
693
|
+
"responseCode": 200
|
|
672
694
|
},
|
|
673
695
|
"input": {
|
|
674
696
|
"type": "structure",
|
|
@@ -692,11 +714,13 @@
|
|
|
692
714
|
"output": {
|
|
693
715
|
"type": "structure",
|
|
694
716
|
"members": {}
|
|
695
|
-
}
|
|
717
|
+
},
|
|
718
|
+
"idempotent": true
|
|
696
719
|
},
|
|
697
720
|
"UpdateChannel": {
|
|
698
721
|
"http": {
|
|
699
|
-
"requestUri": "/UpdateChannel"
|
|
722
|
+
"requestUri": "/UpdateChannel",
|
|
723
|
+
"responseCode": 200
|
|
700
724
|
},
|
|
701
725
|
"input": {
|
|
702
726
|
"type": "structure",
|
|
@@ -705,13 +729,13 @@
|
|
|
705
729
|
],
|
|
706
730
|
"members": {
|
|
707
731
|
"arn": {},
|
|
708
|
-
"name": {},
|
|
709
|
-
"latencyMode": {},
|
|
710
|
-
"type": {},
|
|
711
732
|
"authorized": {
|
|
712
733
|
"type": "boolean"
|
|
713
734
|
},
|
|
714
|
-
"
|
|
735
|
+
"latencyMode": {},
|
|
736
|
+
"name": {},
|
|
737
|
+
"recordingConfigurationArn": {},
|
|
738
|
+
"type": {}
|
|
715
739
|
}
|
|
716
740
|
},
|
|
717
741
|
"output": {
|
|
@@ -729,21 +753,21 @@
|
|
|
729
753
|
"type": "structure",
|
|
730
754
|
"members": {
|
|
731
755
|
"arn": {},
|
|
732
|
-
"name": {},
|
|
733
|
-
"latencyMode": {},
|
|
734
|
-
"type": {},
|
|
735
|
-
"recordingConfigurationArn": {},
|
|
736
|
-
"ingestEndpoint": {},
|
|
737
|
-
"playbackUrl": {},
|
|
738
756
|
"authorized": {
|
|
739
757
|
"type": "boolean"
|
|
740
758
|
},
|
|
759
|
+
"ingestEndpoint": {},
|
|
760
|
+
"latencyMode": {},
|
|
761
|
+
"name": {},
|
|
762
|
+
"playbackUrl": {},
|
|
763
|
+
"recordingConfigurationArn": {},
|
|
741
764
|
"tags": {
|
|
742
|
-
"shape": "
|
|
743
|
-
}
|
|
765
|
+
"shape": "Sd"
|
|
766
|
+
},
|
|
767
|
+
"type": {}
|
|
744
768
|
}
|
|
745
769
|
},
|
|
746
|
-
"
|
|
770
|
+
"Sd": {
|
|
747
771
|
"type": "map",
|
|
748
772
|
"key": {},
|
|
749
773
|
"value": {}
|
|
@@ -763,14 +787,17 @@
|
|
|
763
787
|
"type": "structure",
|
|
764
788
|
"members": {
|
|
765
789
|
"arn": {},
|
|
766
|
-
"value": {},
|
|
767
790
|
"channelArn": {},
|
|
768
791
|
"tags": {
|
|
769
|
-
"shape": "
|
|
792
|
+
"shape": "Sd"
|
|
793
|
+
},
|
|
794
|
+
"value": {
|
|
795
|
+
"type": "string",
|
|
796
|
+
"sensitive": true
|
|
770
797
|
}
|
|
771
798
|
}
|
|
772
799
|
},
|
|
773
|
-
"
|
|
800
|
+
"Sx": {
|
|
774
801
|
"type": "structure",
|
|
775
802
|
"members": {
|
|
776
803
|
"s3": {
|
|
@@ -793,13 +820,13 @@
|
|
|
793
820
|
],
|
|
794
821
|
"members": {
|
|
795
822
|
"arn": {},
|
|
796
|
-
"name": {},
|
|
797
823
|
"destinationConfiguration": {
|
|
798
|
-
"shape": "
|
|
824
|
+
"shape": "Sx"
|
|
799
825
|
},
|
|
826
|
+
"name": {},
|
|
800
827
|
"state": {},
|
|
801
828
|
"tags": {
|
|
802
|
-
"shape": "
|
|
829
|
+
"shape": "Sd"
|
|
803
830
|
}
|
|
804
831
|
}
|
|
805
832
|
},
|
|
@@ -807,14 +834,14 @@
|
|
|
807
834
|
"type": "structure",
|
|
808
835
|
"members": {
|
|
809
836
|
"arn": {},
|
|
810
|
-
"name": {},
|
|
811
837
|
"fingerprint": {},
|
|
838
|
+
"name": {},
|
|
812
839
|
"tags": {
|
|
813
|
-
"shape": "
|
|
840
|
+
"shape": "Sd"
|
|
814
841
|
}
|
|
815
842
|
}
|
|
816
843
|
},
|
|
817
|
-
"
|
|
844
|
+
"S1q": {
|
|
818
845
|
"type": "timestamp",
|
|
819
846
|
"timestampFormat": "iso8601"
|
|
820
847
|
}
|
|
@@ -3,34 +3,24 @@
|
|
|
3
3
|
"ListChannels": {
|
|
4
4
|
"input_token": "nextToken",
|
|
5
5
|
"output_token": "nextToken",
|
|
6
|
-
"limit_key": "maxResults"
|
|
7
|
-
"result_key": "channels"
|
|
6
|
+
"limit_key": "maxResults"
|
|
8
7
|
},
|
|
9
8
|
"ListPlaybackKeyPairs": {
|
|
10
9
|
"input_token": "nextToken",
|
|
11
10
|
"output_token": "nextToken",
|
|
12
|
-
"limit_key": "maxResults"
|
|
13
|
-
"result_key": "keyPairs"
|
|
11
|
+
"limit_key": "maxResults"
|
|
14
12
|
},
|
|
15
13
|
"ListRecordingConfigurations": {
|
|
16
14
|
"input_token": "nextToken",
|
|
17
15
|
"output_token": "nextToken",
|
|
18
|
-
"limit_key": "maxResults"
|
|
19
|
-
"result_key": "recordingConfigurations"
|
|
16
|
+
"limit_key": "maxResults"
|
|
20
17
|
},
|
|
21
18
|
"ListStreamKeys": {
|
|
22
19
|
"input_token": "nextToken",
|
|
23
20
|
"output_token": "nextToken",
|
|
24
|
-
"limit_key": "maxResults"
|
|
25
|
-
"result_key": "streamKeys"
|
|
21
|
+
"limit_key": "maxResults"
|
|
26
22
|
},
|
|
27
23
|
"ListStreams": {
|
|
28
|
-
"input_token": "nextToken",
|
|
29
|
-
"output_token": "nextToken",
|
|
30
|
-
"limit_key": "maxResults",
|
|
31
|
-
"result_key": "streams"
|
|
32
|
-
},
|
|
33
|
-
"ListTagsForResource": {
|
|
34
24
|
"input_token": "nextToken",
|
|
35
25
|
"output_token": "nextToken",
|
|
36
26
|
"limit_key": "maxResults"
|