aws-sdk-core 2.11.545 → 2.11.546
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ivs/2020-07-14/api-2.json +809 -0
- data/apis/ivs/2020-07-14/examples-1.json +5 -0
- data/apis/ivs/2020-07-14/paginators-1.json +27 -0
- data/endpoints.json +24 -13
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/ivs.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d6a65cf662d89aa0ed190e1474cd03006915474fe174a7814b57da5c7ab18ef
|
4
|
+
data.tar.gz: 31c16beccec1b0e5b6e089c5a5d0f75be112f32b9c890497e4a25b7ed1dd9932
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f08cc655718b116e23248fe473adfd78dd10c10554c7b1476bc7711e2d8f614577436807e1d8bfe8a4bcbd9c46508d65047323a4132c020dc9ba5fd604d8ca55
|
7
|
+
data.tar.gz: 82fd6fc4699fdaea151f56ef8add4810a6b97e6fba8312818b9826e5de7b9222b8a87eb2f4747a8b02bc7bc445657d83eaeddcaccab7f0ff0bdd280abfaaafb4
|
@@ -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
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListChannels": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"limit_key": "maxResults",
|
7
|
+
"result_key": "channels"
|
8
|
+
},
|
9
|
+
"ListStreamKeys": {
|
10
|
+
"input_token": "nextToken",
|
11
|
+
"output_token": "nextToken",
|
12
|
+
"limit_key": "maxResults",
|
13
|
+
"result_key": "streamKeys"
|
14
|
+
},
|
15
|
+
"ListStreams": {
|
16
|
+
"input_token": "nextToken",
|
17
|
+
"output_token": "nextToken",
|
18
|
+
"limit_key": "maxResults",
|
19
|
+
"result_key": "streams"
|
20
|
+
},
|
21
|
+
"ListTagsForResource": {
|
22
|
+
"input_token": "nextToken",
|
23
|
+
"output_token": "nextToken",
|
24
|
+
"limit_key": "maxResults"
|
25
|
+
}
|
26
|
+
}
|
27
|
+
}
|
data/endpoints.json
CHANGED
@@ -554,6 +554,7 @@
|
|
554
554
|
"endpoints" : {
|
555
555
|
"ap-northeast-1" : { },
|
556
556
|
"ap-northeast-2" : { },
|
557
|
+
"ap-south-1" : { },
|
557
558
|
"ap-southeast-1" : { },
|
558
559
|
"ap-southeast-2" : { },
|
559
560
|
"eu-central-1" : { },
|
@@ -2449,6 +2450,7 @@
|
|
2449
2450
|
"protocols" : [ "https" ]
|
2450
2451
|
},
|
2451
2452
|
"endpoints" : {
|
2453
|
+
"ap-east-1" : { },
|
2452
2454
|
"ap-northeast-1" : { },
|
2453
2455
|
"ap-northeast-2" : { },
|
2454
2456
|
"ap-south-1" : { },
|
@@ -2550,6 +2552,7 @@
|
|
2550
2552
|
},
|
2551
2553
|
"hostname" : "fms-fips.us-west-2.amazonaws.com"
|
2552
2554
|
},
|
2555
|
+
"me-south-1" : { },
|
2553
2556
|
"sa-east-1" : { },
|
2554
2557
|
"us-east-1" : { },
|
2555
2558
|
"us-east-2" : { },
|
@@ -3612,19 +3615,7 @@
|
|
3612
3615
|
"eu-west-1" : { },
|
3613
3616
|
"eu-west-2" : { },
|
3614
3617
|
"us-east-1" : { },
|
3615
|
-
"us-
|
3616
|
-
"credentialScope" : {
|
3617
|
-
"region" : "us-east-1"
|
3618
|
-
},
|
3619
|
-
"hostname" : "models-fips.lex.us-east-1.amazonaws.com"
|
3620
|
-
},
|
3621
|
-
"us-west-2" : { },
|
3622
|
-
"us-west-2-fips" : {
|
3623
|
-
"credentialScope" : {
|
3624
|
-
"region" : "us-west-2"
|
3625
|
-
},
|
3626
|
-
"hostname" : "models-fips.lex.us-west-2.amazonaws.com"
|
3627
|
-
}
|
3618
|
+
"us-west-2" : { }
|
3628
3619
|
}
|
3629
3620
|
},
|
3630
3621
|
"monitoring" : {
|
@@ -3819,6 +3810,12 @@
|
|
3819
3810
|
},
|
3820
3811
|
"hostname" : "rds.us-east-2.amazonaws.com"
|
3821
3812
|
},
|
3813
|
+
"us-west-1" : {
|
3814
|
+
"credentialScope" : {
|
3815
|
+
"region" : "us-west-1"
|
3816
|
+
},
|
3817
|
+
"hostname" : "rds.us-west-1.amazonaws.com"
|
3818
|
+
},
|
3822
3819
|
"us-west-2" : {
|
3823
3820
|
"credentialScope" : {
|
3824
3821
|
"region" : "us-west-2"
|
@@ -4408,6 +4405,7 @@
|
|
4408
4405
|
"protocols" : [ "https" ]
|
4409
4406
|
},
|
4410
4407
|
"endpoints" : {
|
4408
|
+
"af-south-1" : { },
|
4411
4409
|
"ap-east-1" : { },
|
4412
4410
|
"ap-northeast-1" : { },
|
4413
4411
|
"ap-northeast-2" : { },
|
@@ -4417,6 +4415,7 @@
|
|
4417
4415
|
"ca-central-1" : { },
|
4418
4416
|
"eu-central-1" : { },
|
4419
4417
|
"eu-north-1" : { },
|
4418
|
+
"eu-south-1" : { },
|
4420
4419
|
"eu-west-1" : { },
|
4421
4420
|
"eu-west-2" : { },
|
4422
4421
|
"eu-west-3" : { },
|
@@ -6172,6 +6171,18 @@
|
|
6172
6171
|
"isRegionalized" : false,
|
6173
6172
|
"partitionEndpoint" : "aws-cn-global"
|
6174
6173
|
},
|
6174
|
+
"ce" : {
|
6175
|
+
"endpoints" : {
|
6176
|
+
"aws-cn-global" : {
|
6177
|
+
"credentialScope" : {
|
6178
|
+
"region" : "cn-northwest-1"
|
6179
|
+
},
|
6180
|
+
"hostname" : "ce.cn-northwest-1.amazonaws.com.cn"
|
6181
|
+
}
|
6182
|
+
},
|
6183
|
+
"isRegionalized" : false,
|
6184
|
+
"partitionEndpoint" : "aws-cn-global"
|
6185
|
+
},
|
6175
6186
|
"cloudformation" : {
|
6176
6187
|
"endpoints" : {
|
6177
6188
|
"cn-north-1" : { },
|
data/lib/aws-sdk-core.rb
CHANGED
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.546
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-07-
|
11
|
+
date: 2020-07-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -525,6 +525,9 @@ files:
|
|
525
525
|
- apis/iotthingsgraph/2018-09-06/api-2.json
|
526
526
|
- apis/iotthingsgraph/2018-09-06/examples-1.json
|
527
527
|
- apis/iotthingsgraph/2018-09-06/paginators-1.json
|
528
|
+
- apis/ivs/2020-07-14/api-2.json
|
529
|
+
- apis/ivs/2020-07-14/examples-1.json
|
530
|
+
- apis/ivs/2020-07-14/paginators-1.json
|
528
531
|
- apis/kafka/2018-11-14/api-2.json
|
529
532
|
- apis/kafka/2018-11-14/paginators-1.json
|
530
533
|
- apis/kendra/2019-02-03/api-2.json
|
@@ -1069,6 +1072,7 @@ files:
|
|
1069
1072
|
- lib/aws-sdk-core/iotsecuretunneling.rb
|
1070
1073
|
- lib/aws-sdk-core/iotsitewise.rb
|
1071
1074
|
- lib/aws-sdk-core/iotthingsgraph.rb
|
1075
|
+
- lib/aws-sdk-core/ivs.rb
|
1072
1076
|
- lib/aws-sdk-core/json.rb
|
1073
1077
|
- lib/aws-sdk-core/json/builder.rb
|
1074
1078
|
- lib/aws-sdk-core/json/error_handler.rb
|