aws-sdk-core 2.11.544 → 2.11.549

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +3 -2
  3. data/apis/appmesh/2019-01-25/api-2.json +1420 -11
  4. data/apis/appmesh/2019-01-25/paginators-1.json +12 -0
  5. data/apis/cloudfront/2020-05-31/api-2.json +5095 -0
  6. data/apis/cloudfront/2020-05-31/examples-1.json +5 -0
  7. data/apis/cloudfront/2020-05-31/paginators-1.json +32 -0
  8. data/apis/cloudfront/2020-05-31/smoke.json +20 -0
  9. data/apis/cloudfront/2020-05-31/waiters-2.json +47 -0
  10. data/apis/codebuild/2016-10-06/api-2.json +13 -3
  11. data/apis/codeguruprofiler/2019-07-18/api-2.json +120 -3
  12. data/apis/comprehend/2017-11-27/api-2.json +58 -35
  13. data/apis/connect/2017-08-08/api-2.json +145 -0
  14. data/apis/ebs/2019-11-02/api-2.json +377 -9
  15. data/apis/ec2/2016-11-15/api-2.json +25 -5
  16. data/apis/elasticbeanstalk/2010-12-01/paginators-1.json +12 -0
  17. data/apis/elasticbeanstalk/2010-12-01/waiters-2.json +63 -0
  18. data/apis/eventbridge/2015-10-07/api-2.json +76 -12
  19. data/apis/events/2015-10-07/api-2.json +76 -12
  20. data/apis/fms/2018-01-01/api-2.json +515 -1
  21. data/apis/frauddetector/2019-11-15/api-2.json +882 -175
  22. data/apis/frauddetector/2019-11-15/paginators-1.json +20 -0
  23. data/apis/groundstation/2019-05-23/api-2.json +53 -1
  24. data/apis/ivs/2020-07-14/api-2.json +809 -0
  25. data/apis/ivs/2020-07-14/examples-1.json +5 -0
  26. data/apis/ivs/2020-07-14/paginators-1.json +27 -0
  27. data/apis/macie2/2020-01-01/api-2.json +7 -1
  28. data/apis/macie2/2020-01-01/paginators-1.json +57 -2
  29. data/apis/rds/2014-10-31/api-2.json +5 -2
  30. data/apis/sagemaker/2017-07-24/api-2.json +32 -0
  31. data/apis/secretsmanager/2017-10-17/api-2.json +111 -5
  32. data/apis/secretsmanager/2017-10-17/examples-1.json +23 -0
  33. data/apis/wafv2/2019-07-29/api-2.json +63 -6
  34. data/endpoints.json +109 -0
  35. data/lib/aws-sdk-core.rb +1 -0
  36. data/lib/aws-sdk-core/cloudfront.rb +5 -5
  37. data/lib/aws-sdk-core/elasticbeanstalk.rb +1 -0
  38. data/lib/aws-sdk-core/ivs.rb +6 -0
  39. data/lib/aws-sdk-core/version.rb +1 -1
  40. data/service-models.json +5 -1
  41. metadata +12 -2
@@ -10,11 +10,26 @@
10
10
  "output_token": "nextToken",
11
11
  "limit_key": "maxResults"
12
12
  },
13
+ "GetEntityTypes": {
14
+ "input_token": "nextToken",
15
+ "output_token": "nextToken",
16
+ "limit_key": "maxResults"
17
+ },
18
+ "GetEventTypes": {
19
+ "input_token": "nextToken",
20
+ "output_token": "nextToken",
21
+ "limit_key": "maxResults"
22
+ },
13
23
  "GetExternalModels": {
14
24
  "input_token": "nextToken",
15
25
  "output_token": "nextToken",
16
26
  "limit_key": "maxResults"
17
27
  },
28
+ "GetLabels": {
29
+ "input_token": "nextToken",
30
+ "output_token": "nextToken",
31
+ "limit_key": "maxResults"
32
+ },
18
33
  "GetModels": {
19
34
  "input_token": "nextToken",
20
35
  "output_token": "nextToken",
@@ -34,6 +49,11 @@
34
49
  "input_token": "nextToken",
35
50
  "output_token": "nextToken",
36
51
  "limit_key": "maxResults"
52
+ },
53
+ "ListTagsForResource": {
54
+ "input_token": "nextToken",
55
+ "output_token": "nextToken",
56
+ "limit_key": "maxResults"
37
57
  }
38
58
  }
39
59
  }
@@ -404,6 +404,12 @@
404
404
  "RADIAN"
405
405
  ]
406
406
  },
407
+ "AntennaDemodDecodeDetails":{
408
+ "type":"structure",
409
+ "members":{
410
+ "outputNode":{"shape":"String"}
411
+ }
412
+ },
407
413
  "AntennaDownlinkConfig":{
408
414
  "type":"structure",
409
415
  "required":["spectrumConfig"],
@@ -432,7 +438,8 @@
432
438
  ],
433
439
  "members":{
434
440
  "spectrumConfig":{"shape":"UplinkSpectrumConfig"},
435
- "targetEirp":{"shape":"Eirp"}
441
+ "targetEirp":{"shape":"Eirp"},
442
+ "transmitDisabled":{"shape":"Boolean"}
436
443
  }
437
444
  },
438
445
  "BandwidthUnits":{
@@ -470,6 +477,13 @@
470
477
  "uplink-echo"
471
478
  ]
472
479
  },
480
+ "ConfigDetails":{
481
+ "type":"structure",
482
+ "members":{
483
+ "antennaDemodDecodeDetails":{"shape":"AntennaDemodDecodeDetails"},
484
+ "endpointDetails":{"shape":"EndpointDetails"}
485
+ }
486
+ },
473
487
  "ConfigIdResponse":{
474
488
  "type":"structure",
475
489
  "members":{
@@ -593,6 +607,13 @@
593
607
  "REQUIRED"
594
608
  ]
595
609
  },
610
+ "DataflowDetail":{
611
+ "type":"structure",
612
+ "members":{
613
+ "destination":{"shape":"Destination"},
614
+ "source":{"shape":"Source"}
615
+ }
616
+ },
596
617
  "DataflowEdge":{
597
618
  "type":"list",
598
619
  "member":{"shape":"ConfigArn"},
@@ -607,6 +628,7 @@
607
628
  "type":"structure",
608
629
  "members":{
609
630
  "address":{"shape":"SocketAddress"},
631
+ "mtu":{"shape":"DataflowEndpointmtuInteger"},
610
632
  "name":{"shape":"SafeName"},
611
633
  "status":{"shape":"EndpointStatus"}
612
634
  }
@@ -637,6 +659,16 @@
637
659
  "dataflowEndpointGroupId":{"shape":"String"}
638
660
  }
639
661
  },
662
+ "DataflowEndpointmtuInteger":{
663
+ "type":"integer",
664
+ "box":true,
665
+ "max":1500,
666
+ "min":1400
667
+ },
668
+ "DataflowList":{
669
+ "type":"list",
670
+ "member":{"shape":"DataflowDetail"}
671
+ },
640
672
  "DecodeConfig":{
641
673
  "type":"structure",
642
674
  "required":["unvalidatedJSON"],
@@ -718,6 +750,7 @@
718
750
  "members":{
719
751
  "contactId":{"shape":"String"},
720
752
  "contactStatus":{"shape":"ContactStatus"},
753
+ "dataflowList":{"shape":"DataflowList"},
721
754
  "endTime":{"shape":"Timestamp"},
722
755
  "errorMessage":{"shape":"String"},
723
756
  "groundStation":{"shape":"String"},
@@ -731,12 +764,22 @@
731
764
  "tags":{"shape":"TagsMap"}
732
765
  }
733
766
  },
767
+ "Destination":{
768
+ "type":"structure",
769
+ "members":{
770
+ "configDetails":{"shape":"ConfigDetails"},
771
+ "configId":{"shape":"String"},
772
+ "configType":{"shape":"ConfigCapabilityType"},
773
+ "dataflowDestinationRegion":{"shape":"String"}
774
+ }
775
+ },
734
776
  "Double":{
735
777
  "type":"double",
736
778
  "box":true
737
779
  },
738
780
  "DurationInSeconds":{
739
781
  "type":"integer",
782
+ "box":true,
740
783
  "max":21600,
741
784
  "min":1
742
785
  },
@@ -1252,6 +1295,15 @@
1252
1295
  "port":{"shape":"Integer"}
1253
1296
  }
1254
1297
  },
1298
+ "Source":{
1299
+ "type":"structure",
1300
+ "members":{
1301
+ "configDetails":{"shape":"ConfigDetails"},
1302
+ "configId":{"shape":"String"},
1303
+ "configType":{"shape":"ConfigCapabilityType"},
1304
+ "dataflowSourceRegion":{"shape":"String"}
1305
+ }
1306
+ },
1255
1307
  "SpectrumConfig":{
1256
1308
  "type":"structure",
1257
1309
  "required":[
@@ -0,0 +1,809 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2020-07-14",
5
+ "endpointPrefix":"ivs",
6
+ "protocol":"rest-json",
7
+ "serviceAbbreviation":"Amazon IVS",
8
+ "serviceFullName":"Amazon Interactive Video Service",
9
+ "serviceId":"ivs",
10
+ "signatureVersion":"v4",
11
+ "signingName":"ivs",
12
+ "uid":"ivs-2020-07-14"
13
+ },
14
+ "operations":{
15
+ "BatchGetChannel":{
16
+ "name":"BatchGetChannel",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/BatchGetChannel"
20
+ },
21
+ "input":{"shape":"BatchGetChannelRequest"},
22
+ "output":{"shape":"BatchGetChannelResponse"}
23
+ },
24
+ "BatchGetStreamKey":{
25
+ "name":"BatchGetStreamKey",
26
+ "http":{
27
+ "method":"POST",
28
+ "requestUri":"/BatchGetStreamKey"
29
+ },
30
+ "input":{"shape":"BatchGetStreamKeyRequest"},
31
+ "output":{"shape":"BatchGetStreamKeyResponse"}
32
+ },
33
+ "CreateChannel":{
34
+ "name":"CreateChannel",
35
+ "http":{
36
+ "method":"POST",
37
+ "requestUri":"/CreateChannel"
38
+ },
39
+ "input":{"shape":"CreateChannelRequest"},
40
+ "output":{"shape":"CreateChannelResponse"},
41
+ "errors":[
42
+ {"shape":"ValidationException"},
43
+ {"shape":"AccessDeniedException"},
44
+ {"shape":"ServiceQuotaExceededException"}
45
+ ]
46
+ },
47
+ "CreateStreamKey":{
48
+ "name":"CreateStreamKey",
49
+ "http":{
50
+ "method":"POST",
51
+ "requestUri":"/CreateStreamKey"
52
+ },
53
+ "input":{"shape":"CreateStreamKeyRequest"},
54
+ "output":{"shape":"CreateStreamKeyResponse"},
55
+ "errors":[
56
+ {"shape":"ValidationException"},
57
+ {"shape":"AccessDeniedException"},
58
+ {"shape":"ResourceNotFoundException"},
59
+ {"shape":"ServiceQuotaExceededException"}
60
+ ]
61
+ },
62
+ "DeleteChannel":{
63
+ "name":"DeleteChannel",
64
+ "http":{
65
+ "method":"POST",
66
+ "requestUri":"/DeleteChannel"
67
+ },
68
+ "input":{"shape":"DeleteChannelRequest"},
69
+ "errors":[
70
+ {"shape":"ValidationException"},
71
+ {"shape":"AccessDeniedException"},
72
+ {"shape":"ResourceNotFoundException"},
73
+ {"shape":"ConflictException"}
74
+ ]
75
+ },
76
+ "DeleteStreamKey":{
77
+ "name":"DeleteStreamKey",
78
+ "http":{
79
+ "method":"POST",
80
+ "requestUri":"/DeleteStreamKey"
81
+ },
82
+ "input":{"shape":"DeleteStreamKeyRequest"},
83
+ "errors":[
84
+ {"shape":"ValidationException"},
85
+ {"shape":"AccessDeniedException"},
86
+ {"shape":"ResourceNotFoundException"}
87
+ ]
88
+ },
89
+ "GetChannel":{
90
+ "name":"GetChannel",
91
+ "http":{
92
+ "method":"POST",
93
+ "requestUri":"/GetChannel"
94
+ },
95
+ "input":{"shape":"GetChannelRequest"},
96
+ "output":{"shape":"GetChannelResponse"},
97
+ "errors":[
98
+ {"shape":"ValidationException"},
99
+ {"shape":"AccessDeniedException"},
100
+ {"shape":"ResourceNotFoundException"}
101
+ ]
102
+ },
103
+ "GetStream":{
104
+ "name":"GetStream",
105
+ "http":{
106
+ "method":"POST",
107
+ "requestUri":"/GetStream"
108
+ },
109
+ "input":{"shape":"GetStreamRequest"},
110
+ "output":{"shape":"GetStreamResponse"},
111
+ "errors":[
112
+ {"shape":"ResourceNotFoundException"},
113
+ {"shape":"ValidationException"},
114
+ {"shape":"AccessDeniedException"},
115
+ {"shape":"ChannelNotBroadcasting"}
116
+ ]
117
+ },
118
+ "GetStreamKey":{
119
+ "name":"GetStreamKey",
120
+ "http":{
121
+ "method":"POST",
122
+ "requestUri":"/GetStreamKey"
123
+ },
124
+ "input":{"shape":"GetStreamKeyRequest"},
125
+ "output":{"shape":"GetStreamKeyResponse"},
126
+ "errors":[
127
+ {"shape":"ValidationException"},
128
+ {"shape":"AccessDeniedException"},
129
+ {"shape":"ResourceNotFoundException"}
130
+ ]
131
+ },
132
+ "ListChannels":{
133
+ "name":"ListChannels",
134
+ "http":{
135
+ "method":"POST",
136
+ "requestUri":"/ListChannels"
137
+ },
138
+ "input":{"shape":"ListChannelsRequest"},
139
+ "output":{"shape":"ListChannelsResponse"},
140
+ "errors":[
141
+ {"shape":"ValidationException"},
142
+ {"shape":"AccessDeniedException"}
143
+ ]
144
+ },
145
+ "ListStreamKeys":{
146
+ "name":"ListStreamKeys",
147
+ "http":{
148
+ "method":"POST",
149
+ "requestUri":"/ListStreamKeys"
150
+ },
151
+ "input":{"shape":"ListStreamKeysRequest"},
152
+ "output":{"shape":"ListStreamKeysResponse"},
153
+ "errors":[
154
+ {"shape":"ValidationException"},
155
+ {"shape":"AccessDeniedException"},
156
+ {"shape":"ResourceNotFoundException"}
157
+ ]
158
+ },
159
+ "ListStreams":{
160
+ "name":"ListStreams",
161
+ "http":{
162
+ "method":"POST",
163
+ "requestUri":"/ListStreams"
164
+ },
165
+ "input":{"shape":"ListStreamsRequest"},
166
+ "output":{"shape":"ListStreamsResponse"},
167
+ "errors":[
168
+ {"shape":"AccessDeniedException"}
169
+ ]
170
+ },
171
+ "ListTagsForResource":{
172
+ "name":"ListTagsForResource",
173
+ "http":{
174
+ "method":"GET",
175
+ "requestUri":"/tags/{resourceArn}"
176
+ },
177
+ "input":{"shape":"ListTagsForResourceRequest"},
178
+ "output":{"shape":"ListTagsForResourceResponse"},
179
+ "errors":[
180
+ {"shape":"InternalServerException"},
181
+ {"shape":"ValidationException"},
182
+ {"shape":"ResourceNotFoundException"}
183
+ ]
184
+ },
185
+ "PutMetadata":{
186
+ "name":"PutMetadata",
187
+ "http":{
188
+ "method":"POST",
189
+ "requestUri":"/PutMetadata"
190
+ },
191
+ "input":{"shape":"PutMetadataRequest"},
192
+ "errors":[
193
+ {"shape":"ThrottlingException"},
194
+ {"shape":"ResourceNotFoundException"},
195
+ {"shape":"ChannelNotBroadcasting"},
196
+ {"shape":"ValidationException"},
197
+ {"shape":"AccessDeniedException"}
198
+ ]
199
+ },
200
+ "StopStream":{
201
+ "name":"StopStream",
202
+ "http":{
203
+ "method":"POST",
204
+ "requestUri":"/StopStream"
205
+ },
206
+ "input":{"shape":"StopStreamRequest"},
207
+ "output":{"shape":"StopStreamResponse"},
208
+ "errors":[
209
+ {"shape":"ResourceNotFoundException"},
210
+ {"shape":"ChannelNotBroadcasting"},
211
+ {"shape":"ValidationException"},
212
+ {"shape":"AccessDeniedException"},
213
+ {"shape":"StreamUnavailable"}
214
+ ]
215
+ },
216
+ "TagResource":{
217
+ "name":"TagResource",
218
+ "http":{
219
+ "method":"POST",
220
+ "requestUri":"/tags/{resourceArn}"
221
+ },
222
+ "input":{"shape":"TagResourceRequest"},
223
+ "output":{"shape":"TagResourceResponse"},
224
+ "errors":[
225
+ {"shape":"InternalServerException"},
226
+ {"shape":"ValidationException"},
227
+ {"shape":"ResourceNotFoundException"}
228
+ ]
229
+ },
230
+ "UntagResource":{
231
+ "name":"UntagResource",
232
+ "http":{
233
+ "method":"DELETE",
234
+ "requestUri":"/tags/{resourceArn}"
235
+ },
236
+ "input":{"shape":"UntagResourceRequest"},
237
+ "output":{"shape":"UntagResourceResponse"},
238
+ "errors":[
239
+ {"shape":"InternalServerException"},
240
+ {"shape":"ValidationException"},
241
+ {"shape":"ResourceNotFoundException"}
242
+ ]
243
+ },
244
+ "UpdateChannel":{
245
+ "name":"UpdateChannel",
246
+ "http":{
247
+ "method":"POST",
248
+ "requestUri":"/UpdateChannel"
249
+ },
250
+ "input":{"shape":"UpdateChannelRequest"},
251
+ "output":{"shape":"UpdateChannelResponse"},
252
+ "errors":[
253
+ {"shape":"ValidationException"},
254
+ {"shape":"AccessDeniedException"},
255
+ {"shape":"ResourceNotFoundException"},
256
+ {"shape":"ConflictException"}
257
+ ]
258
+ }
259
+ },
260
+ "shapes":{
261
+ "AccessDeniedException":{
262
+ "type":"structure",
263
+ "members":{
264
+ "exceptionMessage":{"shape":"errorMessage"}
265
+ },
266
+ "error":{"httpStatusCode":403},
267
+ "exception":true
268
+ },
269
+ "BatchError":{
270
+ "type":"structure",
271
+ "members":{
272
+ "arn":{"shape":"ResourceArn"},
273
+ "code":{"shape":"errorCode"},
274
+ "message":{"shape":"errorMessage"}
275
+ }
276
+ },
277
+ "BatchErrors":{
278
+ "type":"list",
279
+ "member":{"shape":"BatchError"}
280
+ },
281
+ "BatchGetChannelRequest":{
282
+ "type":"structure",
283
+ "required":["arns"],
284
+ "members":{
285
+ "arns":{"shape":"ChannelArnList"}
286
+ }
287
+ },
288
+ "BatchGetChannelResponse":{
289
+ "type":"structure",
290
+ "members":{
291
+ "channels":{"shape":"Channels"},
292
+ "errors":{"shape":"BatchErrors"}
293
+ }
294
+ },
295
+ "BatchGetStreamKeyRequest":{
296
+ "type":"structure",
297
+ "required":["arns"],
298
+ "members":{
299
+ "arns":{"shape":"StreamKeyArnList"}
300
+ }
301
+ },
302
+ "BatchGetStreamKeyResponse":{
303
+ "type":"structure",
304
+ "members":{
305
+ "streamKeys":{"shape":"StreamKeys"},
306
+ "errors":{"shape":"BatchErrors"}
307
+ }
308
+ },
309
+ "Channel":{
310
+ "type":"structure",
311
+ "members":{
312
+ "arn":{"shape":"ChannelArn"},
313
+ "name":{"shape":"ChannelName"},
314
+ "latencyMode":{"shape":"ChannelLatencyMode"},
315
+ "type":{"shape":"ChannelType"},
316
+ "ingestEndpoint":{"shape":"IngestEndpoint"},
317
+ "playbackUrl":{"shape":"PlaybackURL"},
318
+ "tags":{"shape":"Tags"}
319
+ }
320
+ },
321
+ "ChannelArn":{
322
+ "type":"string",
323
+ "max":128,
324
+ "min":1,
325
+ "pattern":"^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+$"
326
+ },
327
+ "ChannelArnList":{
328
+ "type":"list",
329
+ "member":{"shape":"ChannelArn"},
330
+ "max":50,
331
+ "min":1
332
+ },
333
+ "ChannelLatencyMode":{
334
+ "type":"string",
335
+ "enum":[
336
+ "NORMAL",
337
+ "LOW"
338
+ ]
339
+ },
340
+ "ChannelList":{
341
+ "type":"list",
342
+ "member":{"shape":"ChannelSummary"}
343
+ },
344
+ "ChannelName":{
345
+ "type":"string",
346
+ "max":128,
347
+ "min":0,
348
+ "pattern":"^[a-zA-Z0-9-_]*$"
349
+ },
350
+ "ChannelNotBroadcasting":{
351
+ "type":"structure",
352
+ "members":{
353
+ "exceptionMessage":{"shape":"errorMessage"}
354
+ },
355
+ "error":{"httpStatusCode":404},
356
+ "exception":true
357
+ },
358
+ "ChannelSummary":{
359
+ "type":"structure",
360
+ "members":{
361
+ "arn":{"shape":"ChannelArn"},
362
+ "name":{"shape":"ChannelName"},
363
+ "latencyMode":{"shape":"ChannelLatencyMode"},
364
+ "tags":{"shape":"Tags"}
365
+ }
366
+ },
367
+ "ChannelType":{
368
+ "type":"string",
369
+ "enum":[
370
+ "BASIC",
371
+ "STANDARD"
372
+ ]
373
+ },
374
+ "Channels":{
375
+ "type":"list",
376
+ "member":{"shape":"Channel"}
377
+ },
378
+ "ConflictException":{
379
+ "type":"structure",
380
+ "members":{
381
+ "exceptionMessage":{"shape":"errorMessage"}
382
+ },
383
+ "error":{"httpStatusCode":409},
384
+ "exception":true
385
+ },
386
+ "CreateChannelRequest":{
387
+ "type":"structure",
388
+ "members":{
389
+ "name":{"shape":"ChannelName"},
390
+ "latencyMode":{"shape":"ChannelLatencyMode"},
391
+ "type":{"shape":"ChannelType"},
392
+ "tags":{"shape":"Tags"}
393
+ }
394
+ },
395
+ "CreateChannelResponse":{
396
+ "type":"structure",
397
+ "members":{
398
+ "channel":{"shape":"Channel"},
399
+ "streamKey":{"shape":"StreamKey"}
400
+ }
401
+ },
402
+ "CreateStreamKeyRequest":{
403
+ "type":"structure",
404
+ "required":["channelArn"],
405
+ "members":{
406
+ "channelArn":{"shape":"ChannelArn"},
407
+ "tags":{"shape":"Tags"}
408
+ }
409
+ },
410
+ "CreateStreamKeyResponse":{
411
+ "type":"structure",
412
+ "members":{
413
+ "streamKey":{"shape":"StreamKey"}
414
+ }
415
+ },
416
+ "DeleteChannelRequest":{
417
+ "type":"structure",
418
+ "required":["arn"],
419
+ "members":{
420
+ "arn":{"shape":"ChannelArn"}
421
+ }
422
+ },
423
+ "DeleteStreamKeyRequest":{
424
+ "type":"structure",
425
+ "required":["arn"],
426
+ "members":{
427
+ "arn":{"shape":"StreamKeyArn"}
428
+ }
429
+ },
430
+ "GetChannelRequest":{
431
+ "type":"structure",
432
+ "required":["arn"],
433
+ "members":{
434
+ "arn":{"shape":"ChannelArn"}
435
+ }
436
+ },
437
+ "GetChannelResponse":{
438
+ "type":"structure",
439
+ "members":{
440
+ "channel":{"shape":"Channel"}
441
+ }
442
+ },
443
+ "GetStreamKeyRequest":{
444
+ "type":"structure",
445
+ "required":["arn"],
446
+ "members":{
447
+ "arn":{"shape":"StreamKeyArn"}
448
+ }
449
+ },
450
+ "GetStreamKeyResponse":{
451
+ "type":"structure",
452
+ "members":{
453
+ "streamKey":{"shape":"StreamKey"}
454
+ }
455
+ },
456
+ "GetStreamRequest":{
457
+ "type":"structure",
458
+ "required":["channelArn"],
459
+ "members":{
460
+ "channelArn":{"shape":"ChannelArn"}
461
+ }
462
+ },
463
+ "GetStreamResponse":{
464
+ "type":"structure",
465
+ "members":{
466
+ "stream":{"shape":"Stream"}
467
+ }
468
+ },
469
+ "IngestEndpoint":{"type":"string"},
470
+ "InternalServerException":{
471
+ "type":"structure",
472
+ "members":{
473
+ "exceptionMessage":{"shape":"errorMessage"}
474
+ },
475
+ "error":{"httpStatusCode":500},
476
+ "exception":true
477
+ },
478
+ "ListChannelsRequest":{
479
+ "type":"structure",
480
+ "members":{
481
+ "filterByName":{"shape":"ChannelName"},
482
+ "nextToken":{"shape":"PaginationToken"},
483
+ "maxResults":{"shape":"MaxChannelResults"}
484
+ }
485
+ },
486
+ "ListChannelsResponse":{
487
+ "type":"structure",
488
+ "required":["channels"],
489
+ "members":{
490
+ "channels":{"shape":"ChannelList"},
491
+ "nextToken":{"shape":"PaginationToken"}
492
+ }
493
+ },
494
+ "ListStreamKeysRequest":{
495
+ "type":"structure",
496
+ "required":["channelArn"],
497
+ "members":{
498
+ "channelArn":{"shape":"ChannelArn"},
499
+ "nextToken":{"shape":"PaginationToken"},
500
+ "maxResults":{"shape":"MaxStreamKeyResults"}
501
+ }
502
+ },
503
+ "ListStreamKeysResponse":{
504
+ "type":"structure",
505
+ "required":["streamKeys"],
506
+ "members":{
507
+ "streamKeys":{"shape":"StreamKeyList"},
508
+ "nextToken":{"shape":"PaginationToken"}
509
+ }
510
+ },
511
+ "ListStreamsRequest":{
512
+ "type":"structure",
513
+ "members":{
514
+ "nextToken":{"shape":"PaginationToken"},
515
+ "maxResults":{"shape":"MaxStreamResults"}
516
+ }
517
+ },
518
+ "ListStreamsResponse":{
519
+ "type":"structure",
520
+ "required":["streams"],
521
+ "members":{
522
+ "streams":{"shape":"StreamList"},
523
+ "nextToken":{"shape":"PaginationToken"}
524
+ }
525
+ },
526
+ "ListTagsForResourceRequest":{
527
+ "type":"structure",
528
+ "required":["resourceArn"],
529
+ "members":{
530
+ "resourceArn":{
531
+ "shape":"ResourceArn",
532
+ "location":"uri",
533
+ "locationName":"resourceArn"
534
+ },
535
+ "nextToken":{"shape":"String"},
536
+ "maxResults":{"shape":"MaxTagResults"}
537
+ }
538
+ },
539
+ "ListTagsForResourceResponse":{
540
+ "type":"structure",
541
+ "required":["tags"],
542
+ "members":{
543
+ "tags":{"shape":"Tags"},
544
+ "nextToken":{"shape":"String"}
545
+ }
546
+ },
547
+ "MaxChannelResults":{
548
+ "type":"integer",
549
+ "max":50,
550
+ "min":1
551
+ },
552
+ "MaxStreamKeyResults":{
553
+ "type":"integer",
554
+ "max":50,
555
+ "min":1
556
+ },
557
+ "MaxStreamResults":{
558
+ "type":"integer",
559
+ "max":50,
560
+ "min":1
561
+ },
562
+ "MaxTagResults":{
563
+ "type":"integer",
564
+ "max":50,
565
+ "min":1
566
+ },
567
+ "PaginationToken":{
568
+ "type":"string",
569
+ "max":500,
570
+ "min":0
571
+ },
572
+ "PlaybackURL":{"type":"string"},
573
+ "PutMetadataRequest":{
574
+ "type":"structure",
575
+ "required":[
576
+ "channelArn",
577
+ "metadata"
578
+ ],
579
+ "members":{
580
+ "channelArn":{"shape":"ChannelArn"},
581
+ "metadata":{"shape":"StreamMetadata"}
582
+ }
583
+ },
584
+ "ResourceArn":{
585
+ "type":"string",
586
+ "max":128,
587
+ "min":1,
588
+ "pattern":"^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:[a-z-]/[a-zA-Z0-9-]+$"
589
+ },
590
+ "ResourceNotFoundException":{
591
+ "type":"structure",
592
+ "members":{
593
+ "exceptionMessage":{"shape":"errorMessage"}
594
+ },
595
+ "error":{"httpStatusCode":404},
596
+ "exception":true
597
+ },
598
+ "ServiceQuotaExceededException":{
599
+ "type":"structure",
600
+ "members":{
601
+ "exceptionMessage":{"shape":"errorMessage"}
602
+ },
603
+ "error":{"httpStatusCode":402},
604
+ "exception":true
605
+ },
606
+ "StopStreamRequest":{
607
+ "type":"structure",
608
+ "required":["channelArn"],
609
+ "members":{
610
+ "channelArn":{"shape":"ChannelArn"}
611
+ }
612
+ },
613
+ "StopStreamResponse":{
614
+ "type":"structure",
615
+ "members":{
616
+ }
617
+ },
618
+ "Stream":{
619
+ "type":"structure",
620
+ "members":{
621
+ "channelArn":{"shape":"ChannelArn"},
622
+ "playbackUrl":{"shape":"PlaybackURL"},
623
+ "startTime":{"shape":"StreamStartTime"},
624
+ "state":{"shape":"StreamState"},
625
+ "health":{"shape":"StreamHealth"},
626
+ "viewerCount":{"shape":"StreamViewerCount"}
627
+ }
628
+ },
629
+ "StreamHealth":{
630
+ "type":"string",
631
+ "enum":[
632
+ "HEALTHY",
633
+ "STARVING",
634
+ "UNKNOWN"
635
+ ]
636
+ },
637
+ "StreamKey":{
638
+ "type":"structure",
639
+ "members":{
640
+ "arn":{"shape":"StreamKeyArn"},
641
+ "value":{"shape":"StreamKeyValue"},
642
+ "channelArn":{"shape":"ChannelArn"},
643
+ "tags":{"shape":"Tags"}
644
+ }
645
+ },
646
+ "StreamKeyArn":{
647
+ "type":"string",
648
+ "max":128,
649
+ "min":1,
650
+ "pattern":"^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:stream-key/[a-zA-Z0-9-]+$"
651
+ },
652
+ "StreamKeyArnList":{
653
+ "type":"list",
654
+ "member":{"shape":"StreamKeyArn"},
655
+ "max":50,
656
+ "min":1
657
+ },
658
+ "StreamKeyList":{
659
+ "type":"list",
660
+ "member":{"shape":"StreamKeySummary"}
661
+ },
662
+ "StreamKeySummary":{
663
+ "type":"structure",
664
+ "members":{
665
+ "arn":{"shape":"StreamKeyArn"},
666
+ "channelArn":{"shape":"ChannelArn"},
667
+ "tags":{"shape":"Tags"}
668
+ }
669
+ },
670
+ "StreamKeyValue":{"type":"string"},
671
+ "StreamKeys":{
672
+ "type":"list",
673
+ "member":{"shape":"StreamKey"}
674
+ },
675
+ "StreamList":{
676
+ "type":"list",
677
+ "member":{"shape":"StreamSummary"}
678
+ },
679
+ "StreamMetadata":{"type":"string"},
680
+ "StreamStartTime":{"type":"timestamp"},
681
+ "StreamState":{
682
+ "type":"string",
683
+ "enum":[
684
+ "LIVE",
685
+ "OFFLINE"
686
+ ]
687
+ },
688
+ "StreamSummary":{
689
+ "type":"structure",
690
+ "members":{
691
+ "channelArn":{"shape":"ChannelArn"},
692
+ "state":{"shape":"StreamState"},
693
+ "health":{"shape":"StreamHealth"},
694
+ "viewerCount":{"shape":"StreamViewerCount"},
695
+ "startTime":{"shape":"StreamStartTime"}
696
+ }
697
+ },
698
+ "StreamUnavailable":{
699
+ "type":"structure",
700
+ "members":{
701
+ "exceptionMessage":{"shape":"errorMessage"}
702
+ },
703
+ "error":{"httpStatusCode":503},
704
+ "exception":true
705
+ },
706
+ "StreamViewerCount":{"type":"long"},
707
+ "String":{"type":"string"},
708
+ "TagKey":{
709
+ "type":"string",
710
+ "max":128,
711
+ "min":1
712
+ },
713
+ "TagKeyList":{
714
+ "type":"list",
715
+ "member":{"shape":"TagKey"},
716
+ "max":50,
717
+ "min":0
718
+ },
719
+ "TagResourceRequest":{
720
+ "type":"structure",
721
+ "required":[
722
+ "resourceArn",
723
+ "tags"
724
+ ],
725
+ "members":{
726
+ "resourceArn":{
727
+ "shape":"ResourceArn",
728
+ "location":"uri",
729
+ "locationName":"resourceArn"
730
+ },
731
+ "tags":{"shape":"Tags"}
732
+ }
733
+ },
734
+ "TagResourceResponse":{
735
+ "type":"structure",
736
+ "members":{
737
+ }
738
+ },
739
+ "TagValue":{
740
+ "type":"string",
741
+ "max":256
742
+ },
743
+ "Tags":{
744
+ "type":"map",
745
+ "key":{"shape":"TagKey"},
746
+ "value":{"shape":"TagValue"},
747
+ "max":50,
748
+ "min":0
749
+ },
750
+ "ThrottlingException":{
751
+ "type":"structure",
752
+ "members":{
753
+ "exceptionMessage":{"shape":"errorMessage"}
754
+ },
755
+ "error":{"httpStatusCode":429},
756
+ "exception":true
757
+ },
758
+ "UntagResourceRequest":{
759
+ "type":"structure",
760
+ "required":[
761
+ "resourceArn",
762
+ "tagKeys"
763
+ ],
764
+ "members":{
765
+ "resourceArn":{
766
+ "shape":"ResourceArn",
767
+ "location":"uri",
768
+ "locationName":"resourceArn"
769
+ },
770
+ "tagKeys":{
771
+ "shape":"TagKeyList",
772
+ "location":"querystring",
773
+ "locationName":"tagKeys"
774
+ }
775
+ }
776
+ },
777
+ "UntagResourceResponse":{
778
+ "type":"structure",
779
+ "members":{
780
+ }
781
+ },
782
+ "UpdateChannelRequest":{
783
+ "type":"structure",
784
+ "required":["arn"],
785
+ "members":{
786
+ "arn":{"shape":"ChannelArn"},
787
+ "name":{"shape":"ChannelName"},
788
+ "latencyMode":{"shape":"ChannelLatencyMode"},
789
+ "type":{"shape":"ChannelType"}
790
+ }
791
+ },
792
+ "UpdateChannelResponse":{
793
+ "type":"structure",
794
+ "members":{
795
+ "channel":{"shape":"Channel"}
796
+ }
797
+ },
798
+ "ValidationException":{
799
+ "type":"structure",
800
+ "members":{
801
+ "exceptionMessage":{"shape":"errorMessage"}
802
+ },
803
+ "error":{"httpStatusCode":400},
804
+ "exception":true
805
+ },
806
+ "errorCode":{"type":"string"},
807
+ "errorMessage":{"type":"string"}
808
+ }
809
+ }