aws-sdk-core 2.11.542 → 2.11.547

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) 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/ce/2017-10-25/api-2.json +1 -0
  6. data/apis/cloudfront/2019-03-26/api-2.json +2 -1
  7. data/apis/comprehend/2017-11-27/api-2.json +58 -35
  8. data/apis/connect/2017-08-08/api-2.json +145 -0
  9. data/apis/ebs/2019-11-02/api-2.json +377 -9
  10. data/apis/ec2/2016-11-15/api-2.json +28 -4
  11. data/apis/elasticbeanstalk/2010-12-01/paginators-1.json +12 -0
  12. data/apis/elasticbeanstalk/2010-12-01/waiters-2.json +63 -0
  13. data/apis/elasticfilesystem/2015-02-01/api-2.json +146 -13
  14. data/apis/elasticfilesystem/2015-02-01/examples-1.json +1 -1
  15. data/apis/eventbridge/2015-10-07/api-2.json +76 -12
  16. data/apis/events/2015-10-07/api-2.json +76 -12
  17. data/apis/forecast/2018-06-26/api-2.json +136 -8
  18. data/apis/glue/2017-03-31/api-2.json +95 -10
  19. data/apis/ivs/2020-07-14/api-2.json +809 -0
  20. data/apis/ivs/2020-07-14/examples-1.json +5 -0
  21. data/apis/ivs/2020-07-14/paginators-1.json +27 -0
  22. data/apis/lakeformation/2017-03-31/api-2.json +23 -6
  23. data/apis/macie2/2020-01-01/api-2.json +7 -1
  24. data/apis/macie2/2020-01-01/paginators-1.json +57 -2
  25. data/apis/organizations/2016-11-28/api-2.json +4 -2
  26. data/apis/sagemaker/2017-07-24/api-2.json +32 -0
  27. data/apis/secretsmanager/2017-10-17/api-2.json +111 -5
  28. data/apis/secretsmanager/2017-10-17/examples-1.json +23 -0
  29. data/apis/storagegateway/2013-06-30/api-2.json +47 -9
  30. data/apis/wafv2/2019-07-29/api-2.json +63 -6
  31. data/endpoints.json +122 -0
  32. data/lib/aws-sdk-core.rb +1 -0
  33. data/lib/aws-sdk-core/elasticbeanstalk.rb +1 -0
  34. data/lib/aws-sdk-core/ivs.rb +6 -0
  35. data/lib/aws-sdk-core/version.rb +1 -1
  36. data/service-models.json +4 -0
  37. metadata +7 -2
@@ -1116,6 +1116,21 @@
1116
1116
  {"shape":"OperationTimeoutException"}
1117
1117
  ]
1118
1118
  },
1119
+ "GetResourcePolicies":{
1120
+ "name":"GetResourcePolicies",
1121
+ "http":{
1122
+ "method":"POST",
1123
+ "requestUri":"/"
1124
+ },
1125
+ "input":{"shape":"GetResourcePoliciesRequest"},
1126
+ "output":{"shape":"GetResourcePoliciesResponse"},
1127
+ "errors":[
1128
+ {"shape":"InternalServiceException"},
1129
+ {"shape":"OperationTimeoutException"},
1130
+ {"shape":"InvalidInputException"},
1131
+ {"shape":"GlueEncryptionException"}
1132
+ ]
1133
+ },
1119
1134
  "GetResourcePolicy":{
1120
1135
  "name":"GetResourcePolicy",
1121
1136
  "http":{
@@ -3312,7 +3327,16 @@
3312
3327
  "LocationUri":{"shape":"URI"},
3313
3328
  "Parameters":{"shape":"ParametersMap"},
3314
3329
  "CreateTime":{"shape":"Timestamp"},
3315
- "CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"}
3330
+ "CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"},
3331
+ "TargetDatabase":{"shape":"DatabaseIdentifier"},
3332
+ "CatalogId":{"shape":"CatalogIdString"}
3333
+ }
3334
+ },
3335
+ "DatabaseIdentifier":{
3336
+ "type":"structure",
3337
+ "members":{
3338
+ "CatalogId":{"shape":"CatalogIdString"},
3339
+ "DatabaseName":{"shape":"NameString"}
3316
3340
  }
3317
3341
  },
3318
3342
  "DatabaseInput":{
@@ -3323,7 +3347,8 @@
3323
3347
  "Description":{"shape":"DescriptionString"},
3324
3348
  "LocationUri":{"shape":"URI"},
3325
3349
  "Parameters":{"shape":"ParametersMap"},
3326
- "CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"}
3350
+ "CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"},
3351
+ "TargetDatabase":{"shape":"DatabaseIdentifier"}
3327
3352
  }
3328
3353
  },
3329
3354
  "DatabaseList":{
@@ -3532,7 +3557,8 @@
3532
3557
  "DeleteResourcePolicyRequest":{
3533
3558
  "type":"structure",
3534
3559
  "members":{
3535
- "PolicyHashCondition":{"shape":"HashString"}
3560
+ "PolicyHashCondition":{"shape":"HashString"},
3561
+ "ResourceArn":{"shape":"GlueResourceArn"}
3536
3562
  }
3537
3563
  },
3538
3564
  "DeleteResourcePolicyResponse":{
@@ -3731,6 +3757,13 @@
3731
3757
  "type":"list",
3732
3758
  "member":{"shape":"Edge"}
3733
3759
  },
3760
+ "EnableHybridValues":{
3761
+ "type":"string",
3762
+ "enum":[
3763
+ "TRUE",
3764
+ "FALSE"
3765
+ ]
3766
+ },
3734
3767
  "EncryptionAtRest":{
3735
3768
  "type":"structure",
3736
3769
  "required":["CatalogEncryptionMode"],
@@ -4048,7 +4081,8 @@
4048
4081
  "members":{
4049
4082
  "CatalogId":{"shape":"CatalogIdString"},
4050
4083
  "NextToken":{"shape":"Token"},
4051
- "MaxResults":{"shape":"PageSize"}
4084
+ "MaxResults":{"shape":"PageSize"},
4085
+ "ResourceShareType":{"shape":"ResourceShareType"}
4052
4086
  }
4053
4087
  },
4054
4088
  "GetDatabasesResponse":{
@@ -4345,9 +4379,28 @@
4345
4379
  "ScalaCode":{"shape":"ScalaCode"}
4346
4380
  }
4347
4381
  },
4382
+ "GetResourcePoliciesRequest":{
4383
+ "type":"structure",
4384
+ "members":{
4385
+ "NextToken":{"shape":"Token"},
4386
+ "MaxResults":{"shape":"PageSize"}
4387
+ }
4388
+ },
4389
+ "GetResourcePoliciesResponse":{
4390
+ "type":"structure",
4391
+ "members":{
4392
+ "GetResourcePoliciesResponseList":{"shape":"GetResourcePoliciesResponseList"},
4393
+ "NextToken":{"shape":"Token"}
4394
+ }
4395
+ },
4396
+ "GetResourcePoliciesResponseList":{
4397
+ "type":"list",
4398
+ "member":{"shape":"GluePolicy"}
4399
+ },
4348
4400
  "GetResourcePolicyRequest":{
4349
4401
  "type":"structure",
4350
4402
  "members":{
4403
+ "ResourceArn":{"shape":"GlueResourceArn"}
4351
4404
  }
4352
4405
  },
4353
4406
  "GetResourcePolicyResponse":{
@@ -4616,6 +4669,15 @@
4616
4669
  },
4617
4670
  "exception":true
4618
4671
  },
4672
+ "GluePolicy":{
4673
+ "type":"structure",
4674
+ "members":{
4675
+ "PolicyInJson":{"shape":"PolicyJsonString"},
4676
+ "PolicyHash":{"shape":"HashString"},
4677
+ "CreateTime":{"shape":"Timestamp"},
4678
+ "UpdateTime":{"shape":"Timestamp"}
4679
+ }
4680
+ },
4619
4681
  "GlueResourceArn":{
4620
4682
  "type":"string",
4621
4683
  "max":10240,
@@ -5301,7 +5363,8 @@
5301
5363
  "LastAccessTime":{"shape":"Timestamp"},
5302
5364
  "StorageDescriptor":{"shape":"StorageDescriptor"},
5303
5365
  "Parameters":{"shape":"ParametersMap"},
5304
- "LastAnalyzedTime":{"shape":"Timestamp"}
5366
+ "LastAnalyzedTime":{"shape":"Timestamp"},
5367
+ "CatalogId":{"shape":"CatalogIdString"}
5305
5368
  }
5306
5369
  },
5307
5370
  "PartitionError":{
@@ -5452,8 +5515,10 @@
5452
5515
  "required":["PolicyInJson"],
5453
5516
  "members":{
5454
5517
  "PolicyInJson":{"shape":"PolicyJsonString"},
5518
+ "ResourceArn":{"shape":"GlueResourceArn"},
5455
5519
  "PolicyHashCondition":{"shape":"HashString"},
5456
- "PolicyExistsCondition":{"shape":"ExistCondition"}
5520
+ "PolicyExistsCondition":{"shape":"ExistCondition"},
5521
+ "EnableHybrid":{"shape":"EnableHybridValues"}
5457
5522
  }
5458
5523
  },
5459
5524
  "PutResourcePolicyResponse":{
@@ -5511,6 +5576,13 @@
5511
5576
  },
5512
5577
  "exception":true
5513
5578
  },
5579
+ "ResourceShareType":{
5580
+ "type":"string",
5581
+ "enum":[
5582
+ "FOREIGN",
5583
+ "ALL"
5584
+ ]
5585
+ },
5514
5586
  "ResourceType":{
5515
5587
  "type":"string",
5516
5588
  "enum":[
@@ -5635,7 +5707,8 @@
5635
5707
  "Filters":{"shape":"SearchPropertyPredicates"},
5636
5708
  "SearchText":{"shape":"ValueString"},
5637
5709
  "SortCriteria":{"shape":"SortCriteria"},
5638
- "MaxResults":{"shape":"PageSize"}
5710
+ "MaxResults":{"shape":"PageSize"},
5711
+ "ResourceShareType":{"shape":"ResourceShareType"}
5639
5712
  }
5640
5713
  },
5641
5714
  "SearchTablesResponse":{
@@ -5967,7 +6040,9 @@
5967
6040
  "TableType":{"shape":"TableTypeString"},
5968
6041
  "Parameters":{"shape":"ParametersMap"},
5969
6042
  "CreatedBy":{"shape":"NameString"},
5970
- "IsRegisteredWithLakeFormation":{"shape":"Boolean"}
6043
+ "IsRegisteredWithLakeFormation":{"shape":"Boolean"},
6044
+ "TargetTable":{"shape":"TableIdentifier"},
6045
+ "CatalogId":{"shape":"CatalogIdString"}
5971
6046
  }
5972
6047
  },
5973
6048
  "TableError":{
@@ -5981,6 +6056,14 @@
5981
6056
  "type":"list",
5982
6057
  "member":{"shape":"TableError"}
5983
6058
  },
6059
+ "TableIdentifier":{
6060
+ "type":"structure",
6061
+ "members":{
6062
+ "CatalogId":{"shape":"CatalogIdString"},
6063
+ "DatabaseName":{"shape":"NameString"},
6064
+ "Name":{"shape":"NameString"}
6065
+ }
6066
+ },
5984
6067
  "TableInput":{
5985
6068
  "type":"structure",
5986
6069
  "required":["Name"],
@@ -5996,7 +6079,8 @@
5996
6079
  "ViewOriginalText":{"shape":"ViewTextString"},
5997
6080
  "ViewExpandedText":{"shape":"ViewTextString"},
5998
6081
  "TableType":{"shape":"TableTypeString"},
5999
- "Parameters":{"shape":"ParametersMap"}
6082
+ "Parameters":{"shape":"ParametersMap"},
6083
+ "TargetTable":{"shape":"TableIdentifier"}
6000
6084
  }
6001
6085
  },
6002
6086
  "TableList":{
@@ -6655,7 +6739,8 @@
6655
6739
  "OwnerName":{"shape":"NameString"},
6656
6740
  "OwnerType":{"shape":"PrincipalType"},
6657
6741
  "CreateTime":{"shape":"Timestamp"},
6658
- "ResourceUris":{"shape":"ResourceUriList"}
6742
+ "ResourceUris":{"shape":"ResourceUriList"},
6743
+ "CatalogId":{"shape":"CatalogIdString"}
6659
6744
  }
6660
6745
  },
6661
6746
  "UserDefinedFunctionInput":{
@@ -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
+ }