aws-sdk-ivs 1.10.0 → 1.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ivs/client.rb +142 -146
- data/lib/aws-sdk-ivs/client_api.rb +78 -88
- data/lib/aws-sdk-ivs/types.rb +236 -256
- data/lib/aws-sdk-ivs.rb +1 -1
- metadata +5 -5
@@ -77,7 +77,6 @@ module Aws::IVS
|
|
77
77
|
MaxRecordingConfigurationResults = Shapes::IntegerShape.new(name: 'MaxRecordingConfigurationResults')
|
78
78
|
MaxStreamKeyResults = Shapes::IntegerShape.new(name: 'MaxStreamKeyResults')
|
79
79
|
MaxStreamResults = Shapes::IntegerShape.new(name: 'MaxStreamResults')
|
80
|
-
MaxTagResults = Shapes::IntegerShape.new(name: 'MaxTagResults')
|
81
80
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
82
81
|
PendingVerification = Shapes::StructureShape.new(name: 'PendingVerification')
|
83
82
|
PlaybackKeyPair = Shapes::StructureShape.new(name: 'PlaybackKeyPair')
|
@@ -118,7 +117,6 @@ module Aws::IVS
|
|
118
117
|
StreamSummary = Shapes::StructureShape.new(name: 'StreamSummary')
|
119
118
|
StreamUnavailable = Shapes::StructureShape.new(name: 'StreamUnavailable')
|
120
119
|
StreamViewerCount = Shapes::IntegerShape.new(name: 'StreamViewerCount')
|
121
|
-
String = Shapes::StringShape.new(name: 'String')
|
122
120
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
123
121
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
124
122
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
@@ -154,19 +152,19 @@ module Aws::IVS
|
|
154
152
|
BatchGetStreamKeyRequest.add_member(:arns, Shapes::ShapeRef.new(shape: StreamKeyArnList, required: true, location_name: "arns"))
|
155
153
|
BatchGetStreamKeyRequest.struct_class = Types::BatchGetStreamKeyRequest
|
156
154
|
|
157
|
-
BatchGetStreamKeyResponse.add_member(:stream_keys, Shapes::ShapeRef.new(shape: StreamKeys, location_name: "streamKeys"))
|
158
155
|
BatchGetStreamKeyResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchErrors, location_name: "errors"))
|
156
|
+
BatchGetStreamKeyResponse.add_member(:stream_keys, Shapes::ShapeRef.new(shape: StreamKeys, location_name: "streamKeys"))
|
159
157
|
BatchGetStreamKeyResponse.struct_class = Types::BatchGetStreamKeyResponse
|
160
158
|
|
161
159
|
Channel.add_member(:arn, Shapes::ShapeRef.new(shape: ChannelArn, location_name: "arn"))
|
162
|
-
Channel.add_member(:
|
163
|
-
Channel.add_member(:latency_mode, Shapes::ShapeRef.new(shape: ChannelLatencyMode, location_name: "latencyMode"))
|
164
|
-
Channel.add_member(:type, Shapes::ShapeRef.new(shape: ChannelType, location_name: "type"))
|
165
|
-
Channel.add_member(:recording_configuration_arn, Shapes::ShapeRef.new(shape: ChannelRecordingConfigurationArn, location_name: "recordingConfigurationArn"))
|
160
|
+
Channel.add_member(:authorized, Shapes::ShapeRef.new(shape: IsAuthorized, location_name: "authorized"))
|
166
161
|
Channel.add_member(:ingest_endpoint, Shapes::ShapeRef.new(shape: IngestEndpoint, location_name: "ingestEndpoint"))
|
162
|
+
Channel.add_member(:latency_mode, Shapes::ShapeRef.new(shape: ChannelLatencyMode, location_name: "latencyMode"))
|
163
|
+
Channel.add_member(:name, Shapes::ShapeRef.new(shape: ChannelName, location_name: "name"))
|
167
164
|
Channel.add_member(:playback_url, Shapes::ShapeRef.new(shape: PlaybackURL, location_name: "playbackUrl"))
|
168
|
-
Channel.add_member(:
|
165
|
+
Channel.add_member(:recording_configuration_arn, Shapes::ShapeRef.new(shape: ChannelRecordingConfigurationArn, location_name: "recordingConfigurationArn"))
|
169
166
|
Channel.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
167
|
+
Channel.add_member(:type, Shapes::ShapeRef.new(shape: ChannelType, location_name: "type"))
|
170
168
|
Channel.struct_class = Types::Channel
|
171
169
|
|
172
170
|
ChannelArnList.member = Shapes::ShapeRef.new(shape: ChannelArn)
|
@@ -177,9 +175,9 @@ module Aws::IVS
|
|
177
175
|
ChannelNotBroadcasting.struct_class = Types::ChannelNotBroadcasting
|
178
176
|
|
179
177
|
ChannelSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ChannelArn, location_name: "arn"))
|
180
|
-
ChannelSummary.add_member(:name, Shapes::ShapeRef.new(shape: ChannelName, location_name: "name"))
|
181
|
-
ChannelSummary.add_member(:latency_mode, Shapes::ShapeRef.new(shape: ChannelLatencyMode, location_name: "latencyMode"))
|
182
178
|
ChannelSummary.add_member(:authorized, Shapes::ShapeRef.new(shape: IsAuthorized, location_name: "authorized"))
|
179
|
+
ChannelSummary.add_member(:latency_mode, Shapes::ShapeRef.new(shape: ChannelLatencyMode, location_name: "latencyMode"))
|
180
|
+
ChannelSummary.add_member(:name, Shapes::ShapeRef.new(shape: ChannelName, location_name: "name"))
|
183
181
|
ChannelSummary.add_member(:recording_configuration_arn, Shapes::ShapeRef.new(shape: ChannelRecordingConfigurationArn, location_name: "recordingConfigurationArn"))
|
184
182
|
ChannelSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
185
183
|
ChannelSummary.struct_class = Types::ChannelSummary
|
@@ -189,20 +187,20 @@ module Aws::IVS
|
|
189
187
|
ConflictException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
|
190
188
|
ConflictException.struct_class = Types::ConflictException
|
191
189
|
|
192
|
-
CreateChannelRequest.add_member(:name, Shapes::ShapeRef.new(shape: ChannelName, location_name: "name"))
|
193
|
-
CreateChannelRequest.add_member(:latency_mode, Shapes::ShapeRef.new(shape: ChannelLatencyMode, location_name: "latencyMode"))
|
194
|
-
CreateChannelRequest.add_member(:type, Shapes::ShapeRef.new(shape: ChannelType, location_name: "type"))
|
195
190
|
CreateChannelRequest.add_member(:authorized, Shapes::ShapeRef.new(shape: Boolean, location_name: "authorized"))
|
191
|
+
CreateChannelRequest.add_member(:latency_mode, Shapes::ShapeRef.new(shape: ChannelLatencyMode, location_name: "latencyMode"))
|
192
|
+
CreateChannelRequest.add_member(:name, Shapes::ShapeRef.new(shape: ChannelName, location_name: "name"))
|
196
193
|
CreateChannelRequest.add_member(:recording_configuration_arn, Shapes::ShapeRef.new(shape: ChannelRecordingConfigurationArn, location_name: "recordingConfigurationArn"))
|
197
194
|
CreateChannelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
195
|
+
CreateChannelRequest.add_member(:type, Shapes::ShapeRef.new(shape: ChannelType, location_name: "type"))
|
198
196
|
CreateChannelRequest.struct_class = Types::CreateChannelRequest
|
199
197
|
|
200
198
|
CreateChannelResponse.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "channel"))
|
201
199
|
CreateChannelResponse.add_member(:stream_key, Shapes::ShapeRef.new(shape: StreamKey, location_name: "streamKey"))
|
202
200
|
CreateChannelResponse.struct_class = Types::CreateChannelResponse
|
203
201
|
|
204
|
-
CreateRecordingConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: RecordingConfigurationName, location_name: "name"))
|
205
202
|
CreateRecordingConfigurationRequest.add_member(:destination_configuration, Shapes::ShapeRef.new(shape: DestinationConfiguration, required: true, location_name: "destinationConfiguration"))
|
203
|
+
CreateRecordingConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: RecordingConfigurationName, location_name: "name"))
|
206
204
|
CreateRecordingConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
207
205
|
CreateRecordingConfigurationRequest.struct_class = Types::CreateRecordingConfigurationRequest
|
208
206
|
|
@@ -263,8 +261,8 @@ module Aws::IVS
|
|
263
261
|
GetStreamResponse.add_member(:stream, Shapes::ShapeRef.new(shape: Stream, location_name: "stream"))
|
264
262
|
GetStreamResponse.struct_class = Types::GetStreamResponse
|
265
263
|
|
266
|
-
ImportPlaybackKeyPairRequest.add_member(:public_key_material, Shapes::ShapeRef.new(shape: PlaybackPublicKeyMaterial, required: true, location_name: "publicKeyMaterial"))
|
267
264
|
ImportPlaybackKeyPairRequest.add_member(:name, Shapes::ShapeRef.new(shape: PlaybackKeyPairName, location_name: "name"))
|
265
|
+
ImportPlaybackKeyPairRequest.add_member(:public_key_material, Shapes::ShapeRef.new(shape: PlaybackPublicKeyMaterial, required: true, location_name: "publicKeyMaterial"))
|
268
266
|
ImportPlaybackKeyPairRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
269
267
|
ImportPlaybackKeyPairRequest.struct_class = Types::ImportPlaybackKeyPairRequest
|
270
268
|
|
@@ -276,62 +274,59 @@ module Aws::IVS
|
|
276
274
|
|
277
275
|
ListChannelsRequest.add_member(:filter_by_name, Shapes::ShapeRef.new(shape: ChannelName, location_name: "filterByName"))
|
278
276
|
ListChannelsRequest.add_member(:filter_by_recording_configuration_arn, Shapes::ShapeRef.new(shape: ChannelRecordingConfigurationArn, location_name: "filterByRecordingConfigurationArn"))
|
279
|
-
ListChannelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
280
277
|
ListChannelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxChannelResults, location_name: "maxResults"))
|
278
|
+
ListChannelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
281
279
|
ListChannelsRequest.struct_class = Types::ListChannelsRequest
|
282
280
|
|
283
281
|
ListChannelsResponse.add_member(:channels, Shapes::ShapeRef.new(shape: ChannelList, required: true, location_name: "channels"))
|
284
282
|
ListChannelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
285
283
|
ListChannelsResponse.struct_class = Types::ListChannelsResponse
|
286
284
|
|
287
|
-
ListPlaybackKeyPairsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
288
285
|
ListPlaybackKeyPairsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxPlaybackKeyPairResults, location_name: "maxResults"))
|
286
|
+
ListPlaybackKeyPairsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
289
287
|
ListPlaybackKeyPairsRequest.struct_class = Types::ListPlaybackKeyPairsRequest
|
290
288
|
|
291
289
|
ListPlaybackKeyPairsResponse.add_member(:key_pairs, Shapes::ShapeRef.new(shape: PlaybackKeyPairList, required: true, location_name: "keyPairs"))
|
292
290
|
ListPlaybackKeyPairsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
293
291
|
ListPlaybackKeyPairsResponse.struct_class = Types::ListPlaybackKeyPairsResponse
|
294
292
|
|
295
|
-
ListRecordingConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
296
293
|
ListRecordingConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxRecordingConfigurationResults, location_name: "maxResults"))
|
294
|
+
ListRecordingConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
297
295
|
ListRecordingConfigurationsRequest.struct_class = Types::ListRecordingConfigurationsRequest
|
298
296
|
|
299
|
-
ListRecordingConfigurationsResponse.add_member(:recording_configurations, Shapes::ShapeRef.new(shape: RecordingConfigurationList, required: true, location_name: "recordingConfigurations"))
|
300
297
|
ListRecordingConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
298
|
+
ListRecordingConfigurationsResponse.add_member(:recording_configurations, Shapes::ShapeRef.new(shape: RecordingConfigurationList, required: true, location_name: "recordingConfigurations"))
|
301
299
|
ListRecordingConfigurationsResponse.struct_class = Types::ListRecordingConfigurationsResponse
|
302
300
|
|
303
301
|
ListStreamKeysRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChannelArn, required: true, location_name: "channelArn"))
|
304
|
-
ListStreamKeysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
305
302
|
ListStreamKeysRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxStreamKeyResults, location_name: "maxResults"))
|
303
|
+
ListStreamKeysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
306
304
|
ListStreamKeysRequest.struct_class = Types::ListStreamKeysRequest
|
307
305
|
|
308
|
-
ListStreamKeysResponse.add_member(:stream_keys, Shapes::ShapeRef.new(shape: StreamKeyList, required: true, location_name: "streamKeys"))
|
309
306
|
ListStreamKeysResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
307
|
+
ListStreamKeysResponse.add_member(:stream_keys, Shapes::ShapeRef.new(shape: StreamKeyList, required: true, location_name: "streamKeys"))
|
310
308
|
ListStreamKeysResponse.struct_class = Types::ListStreamKeysResponse
|
311
309
|
|
312
|
-
ListStreamsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
313
310
|
ListStreamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxStreamResults, location_name: "maxResults"))
|
311
|
+
ListStreamsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
314
312
|
ListStreamsRequest.struct_class = Types::ListStreamsRequest
|
315
313
|
|
316
|
-
ListStreamsResponse.add_member(:streams, Shapes::ShapeRef.new(shape: StreamList, required: true, location_name: "streams"))
|
317
314
|
ListStreamsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
315
|
+
ListStreamsResponse.add_member(:streams, Shapes::ShapeRef.new(shape: StreamList, required: true, location_name: "streams"))
|
318
316
|
ListStreamsResponse.struct_class = Types::ListStreamsResponse
|
319
317
|
|
320
318
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
321
|
-
ListTagsForResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
322
|
-
ListTagsForResourceRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxTagResults, location_name: "maxResults"))
|
323
319
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
324
320
|
|
325
321
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "tags"))
|
326
|
-
ListTagsForResourceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
327
322
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
328
323
|
|
329
324
|
PendingVerification.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
|
330
325
|
PendingVerification.struct_class = Types::PendingVerification
|
331
326
|
|
332
327
|
PlaybackKeyPair.add_member(:arn, Shapes::ShapeRef.new(shape: PlaybackKeyPairArn, location_name: "arn"))
|
333
|
-
PlaybackKeyPair.add_member(:name, Shapes::ShapeRef.new(shape: PlaybackKeyPairName, location_name: "name"))
|
334
328
|
PlaybackKeyPair.add_member(:fingerprint, Shapes::ShapeRef.new(shape: PlaybackKeyPairFingerprint, location_name: "fingerprint"))
|
329
|
+
PlaybackKeyPair.add_member(:name, Shapes::ShapeRef.new(shape: PlaybackKeyPairName, location_name: "name"))
|
335
330
|
PlaybackKeyPair.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
336
331
|
PlaybackKeyPair.struct_class = Types::PlaybackKeyPair
|
337
332
|
|
@@ -347,8 +342,8 @@ module Aws::IVS
|
|
347
342
|
PutMetadataRequest.struct_class = Types::PutMetadataRequest
|
348
343
|
|
349
344
|
RecordingConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: RecordingConfigurationArn, required: true, location_name: "arn"))
|
350
|
-
RecordingConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: RecordingConfigurationName, location_name: "name"))
|
351
345
|
RecordingConfiguration.add_member(:destination_configuration, Shapes::ShapeRef.new(shape: DestinationConfiguration, required: true, location_name: "destinationConfiguration"))
|
346
|
+
RecordingConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: RecordingConfigurationName, location_name: "name"))
|
352
347
|
RecordingConfiguration.add_member(:state, Shapes::ShapeRef.new(shape: RecordingConfigurationState, required: true, location_name: "state"))
|
353
348
|
RecordingConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
354
349
|
RecordingConfiguration.struct_class = Types::RecordingConfiguration
|
@@ -356,8 +351,8 @@ module Aws::IVS
|
|
356
351
|
RecordingConfigurationList.member = Shapes::ShapeRef.new(shape: RecordingConfigurationSummary)
|
357
352
|
|
358
353
|
RecordingConfigurationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: RecordingConfigurationArn, required: true, location_name: "arn"))
|
359
|
-
RecordingConfigurationSummary.add_member(:name, Shapes::ShapeRef.new(shape: RecordingConfigurationName, location_name: "name"))
|
360
354
|
RecordingConfigurationSummary.add_member(:destination_configuration, Shapes::ShapeRef.new(shape: DestinationConfiguration, required: true, location_name: "destinationConfiguration"))
|
355
|
+
RecordingConfigurationSummary.add_member(:name, Shapes::ShapeRef.new(shape: RecordingConfigurationName, location_name: "name"))
|
361
356
|
RecordingConfigurationSummary.add_member(:state, Shapes::ShapeRef.new(shape: RecordingConfigurationState, required: true, location_name: "state"))
|
362
357
|
RecordingConfigurationSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
363
358
|
RecordingConfigurationSummary.struct_class = Types::RecordingConfigurationSummary
|
@@ -377,17 +372,17 @@ module Aws::IVS
|
|
377
372
|
StopStreamResponse.struct_class = Types::StopStreamResponse
|
378
373
|
|
379
374
|
Stream.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChannelArn, location_name: "channelArn"))
|
375
|
+
Stream.add_member(:health, Shapes::ShapeRef.new(shape: StreamHealth, location_name: "health"))
|
380
376
|
Stream.add_member(:playback_url, Shapes::ShapeRef.new(shape: PlaybackURL, location_name: "playbackUrl"))
|
381
377
|
Stream.add_member(:start_time, Shapes::ShapeRef.new(shape: StreamStartTime, location_name: "startTime"))
|
382
378
|
Stream.add_member(:state, Shapes::ShapeRef.new(shape: StreamState, location_name: "state"))
|
383
|
-
Stream.add_member(:health, Shapes::ShapeRef.new(shape: StreamHealth, location_name: "health"))
|
384
379
|
Stream.add_member(:viewer_count, Shapes::ShapeRef.new(shape: StreamViewerCount, location_name: "viewerCount"))
|
385
380
|
Stream.struct_class = Types::Stream
|
386
381
|
|
387
382
|
StreamKey.add_member(:arn, Shapes::ShapeRef.new(shape: StreamKeyArn, location_name: "arn"))
|
388
|
-
StreamKey.add_member(:value, Shapes::ShapeRef.new(shape: StreamKeyValue, location_name: "value"))
|
389
383
|
StreamKey.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChannelArn, location_name: "channelArn"))
|
390
384
|
StreamKey.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
385
|
+
StreamKey.add_member(:value, Shapes::ShapeRef.new(shape: StreamKeyValue, location_name: "value"))
|
391
386
|
StreamKey.struct_class = Types::StreamKey
|
392
387
|
|
393
388
|
StreamKeyArnList.member = Shapes::ShapeRef.new(shape: StreamKeyArn)
|
@@ -404,10 +399,10 @@ module Aws::IVS
|
|
404
399
|
StreamList.member = Shapes::ShapeRef.new(shape: StreamSummary)
|
405
400
|
|
406
401
|
StreamSummary.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChannelArn, location_name: "channelArn"))
|
407
|
-
StreamSummary.add_member(:state, Shapes::ShapeRef.new(shape: StreamState, location_name: "state"))
|
408
402
|
StreamSummary.add_member(:health, Shapes::ShapeRef.new(shape: StreamHealth, location_name: "health"))
|
409
|
-
StreamSummary.add_member(:viewer_count, Shapes::ShapeRef.new(shape: StreamViewerCount, location_name: "viewerCount"))
|
410
403
|
StreamSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: StreamStartTime, location_name: "startTime"))
|
404
|
+
StreamSummary.add_member(:state, Shapes::ShapeRef.new(shape: StreamState, location_name: "state"))
|
405
|
+
StreamSummary.add_member(:viewer_count, Shapes::ShapeRef.new(shape: StreamViewerCount, location_name: "viewerCount"))
|
411
406
|
StreamSummary.struct_class = Types::StreamSummary
|
412
407
|
|
413
408
|
StreamUnavailable.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
|
@@ -434,11 +429,11 @@ module Aws::IVS
|
|
434
429
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
435
430
|
|
436
431
|
UpdateChannelRequest.add_member(:arn, Shapes::ShapeRef.new(shape: ChannelArn, required: true, location_name: "arn"))
|
437
|
-
UpdateChannelRequest.add_member(:name, Shapes::ShapeRef.new(shape: ChannelName, location_name: "name"))
|
438
|
-
UpdateChannelRequest.add_member(:latency_mode, Shapes::ShapeRef.new(shape: ChannelLatencyMode, location_name: "latencyMode"))
|
439
|
-
UpdateChannelRequest.add_member(:type, Shapes::ShapeRef.new(shape: ChannelType, location_name: "type"))
|
440
432
|
UpdateChannelRequest.add_member(:authorized, Shapes::ShapeRef.new(shape: Boolean, location_name: "authorized"))
|
433
|
+
UpdateChannelRequest.add_member(:latency_mode, Shapes::ShapeRef.new(shape: ChannelLatencyMode, location_name: "latencyMode"))
|
434
|
+
UpdateChannelRequest.add_member(:name, Shapes::ShapeRef.new(shape: ChannelName, location_name: "name"))
|
441
435
|
UpdateChannelRequest.add_member(:recording_configuration_arn, Shapes::ShapeRef.new(shape: ChannelRecordingConfigurationArn, location_name: "recordingConfigurationArn"))
|
436
|
+
UpdateChannelRequest.add_member(:type, Shapes::ShapeRef.new(shape: ChannelType, location_name: "type"))
|
442
437
|
UpdateChannelRequest.struct_class = Types::UpdateChannelRequest
|
443
438
|
|
444
439
|
UpdateChannelResponse.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "channel"))
|
@@ -456,6 +451,7 @@ module Aws::IVS
|
|
456
451
|
api.metadata = {
|
457
452
|
"apiVersion" => "2020-07-14",
|
458
453
|
"endpointPrefix" => "ivs",
|
454
|
+
"jsonVersion" => "1.1",
|
459
455
|
"protocol" => "rest-json",
|
460
456
|
"serviceAbbreviation" => "Amazon IVS",
|
461
457
|
"serviceFullName" => "Amazon Interactive Video Service",
|
@@ -487,11 +483,11 @@ module Aws::IVS
|
|
487
483
|
o.http_request_uri = "/CreateChannel"
|
488
484
|
o.input = Shapes::ShapeRef.new(shape: CreateChannelRequest)
|
489
485
|
o.output = Shapes::ShapeRef.new(shape: CreateChannelResponse)
|
490
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
491
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
492
486
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
493
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
487
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
488
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
494
489
|
o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
|
490
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
495
491
|
end)
|
496
492
|
|
497
493
|
api.add_operation(:create_recording_configuration, Seahorse::Model::Operation.new.tap do |o|
|
@@ -500,12 +496,12 @@ module Aws::IVS
|
|
500
496
|
o.http_request_uri = "/CreateRecordingConfiguration"
|
501
497
|
o.input = Shapes::ShapeRef.new(shape: CreateRecordingConfigurationRequest)
|
502
498
|
o.output = Shapes::ShapeRef.new(shape: CreateRecordingConfigurationResponse)
|
503
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
504
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
505
499
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
500
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
501
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
506
502
|
o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
|
503
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
507
504
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
508
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
509
505
|
end)
|
510
506
|
|
511
507
|
api.add_operation(:create_stream_key, Seahorse::Model::Operation.new.tap do |o|
|
@@ -514,11 +510,11 @@ module Aws::IVS
|
|
514
510
|
o.http_request_uri = "/CreateStreamKey"
|
515
511
|
o.input = Shapes::ShapeRef.new(shape: CreateStreamKeyRequest)
|
516
512
|
o.output = Shapes::ShapeRef.new(shape: CreateStreamKeyResponse)
|
517
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
518
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
519
513
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
520
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
514
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
515
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
521
516
|
o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
|
517
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
522
518
|
end)
|
523
519
|
|
524
520
|
api.add_operation(:delete_channel, Seahorse::Model::Operation.new.tap do |o|
|
@@ -527,11 +523,11 @@ module Aws::IVS
|
|
527
523
|
o.http_request_uri = "/DeleteChannel"
|
528
524
|
o.input = Shapes::ShapeRef.new(shape: DeleteChannelRequest)
|
529
525
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
530
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
531
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
532
526
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
533
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
527
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
528
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
534
529
|
o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
|
530
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
535
531
|
end)
|
536
532
|
|
537
533
|
api.add_operation(:delete_playback_key_pair, Seahorse::Model::Operation.new.tap do |o|
|
@@ -540,9 +536,9 @@ module Aws::IVS
|
|
540
536
|
o.http_request_uri = "/DeletePlaybackKeyPair"
|
541
537
|
o.input = Shapes::ShapeRef.new(shape: DeletePlaybackKeyPairRequest)
|
542
538
|
o.output = Shapes::ShapeRef.new(shape: DeletePlaybackKeyPairResponse)
|
543
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
544
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
545
539
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
540
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
541
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
546
542
|
o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
|
547
543
|
end)
|
548
544
|
|
@@ -552,11 +548,11 @@ module Aws::IVS
|
|
552
548
|
o.http_request_uri = "/DeleteRecordingConfiguration"
|
553
549
|
o.input = Shapes::ShapeRef.new(shape: DeleteRecordingConfigurationRequest)
|
554
550
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
555
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
556
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
557
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
558
551
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
552
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
553
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
559
554
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
555
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
560
556
|
end)
|
561
557
|
|
562
558
|
api.add_operation(:delete_stream_key, Seahorse::Model::Operation.new.tap do |o|
|
@@ -565,9 +561,9 @@ module Aws::IVS
|
|
565
561
|
o.http_request_uri = "/DeleteStreamKey"
|
566
562
|
o.input = Shapes::ShapeRef.new(shape: DeleteStreamKeyRequest)
|
567
563
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
568
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
569
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
570
564
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
565
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
566
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
571
567
|
o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
|
572
568
|
end)
|
573
569
|
|
@@ -577,9 +573,9 @@ module Aws::IVS
|
|
577
573
|
o.http_request_uri = "/GetChannel"
|
578
574
|
o.input = Shapes::ShapeRef.new(shape: GetChannelRequest)
|
579
575
|
o.output = Shapes::ShapeRef.new(shape: GetChannelResponse)
|
580
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
581
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
582
576
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
577
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
578
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
583
579
|
end)
|
584
580
|
|
585
581
|
api.add_operation(:get_playback_key_pair, Seahorse::Model::Operation.new.tap do |o|
|
@@ -588,9 +584,9 @@ module Aws::IVS
|
|
588
584
|
o.http_request_uri = "/GetPlaybackKeyPair"
|
589
585
|
o.input = Shapes::ShapeRef.new(shape: GetPlaybackKeyPairRequest)
|
590
586
|
o.output = Shapes::ShapeRef.new(shape: GetPlaybackKeyPairResponse)
|
591
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
592
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
593
587
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
588
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
589
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
594
590
|
end)
|
595
591
|
|
596
592
|
api.add_operation(:get_recording_configuration, Seahorse::Model::Operation.new.tap do |o|
|
@@ -599,9 +595,9 @@ module Aws::IVS
|
|
599
595
|
o.http_request_uri = "/GetRecordingConfiguration"
|
600
596
|
o.input = Shapes::ShapeRef.new(shape: GetRecordingConfigurationRequest)
|
601
597
|
o.output = Shapes::ShapeRef.new(shape: GetRecordingConfigurationResponse)
|
602
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
603
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
604
598
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
599
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
600
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
605
601
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
606
602
|
end)
|
607
603
|
|
@@ -612,8 +608,8 @@ module Aws::IVS
|
|
612
608
|
o.input = Shapes::ShapeRef.new(shape: GetStreamRequest)
|
613
609
|
o.output = Shapes::ShapeRef.new(shape: GetStreamResponse)
|
614
610
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
615
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
616
611
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
612
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
617
613
|
o.errors << Shapes::ShapeRef.new(shape: ChannelNotBroadcasting)
|
618
614
|
end)
|
619
615
|
|
@@ -623,9 +619,9 @@ module Aws::IVS
|
|
623
619
|
o.http_request_uri = "/GetStreamKey"
|
624
620
|
o.input = Shapes::ShapeRef.new(shape: GetStreamKeyRequest)
|
625
621
|
o.output = Shapes::ShapeRef.new(shape: GetStreamKeyResponse)
|
626
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
627
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
628
622
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
623
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
624
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
629
625
|
end)
|
630
626
|
|
631
627
|
api.add_operation(:import_playback_key_pair, Seahorse::Model::Operation.new.tap do |o|
|
@@ -634,11 +630,11 @@ module Aws::IVS
|
|
634
630
|
o.http_request_uri = "/ImportPlaybackKeyPair"
|
635
631
|
o.input = Shapes::ShapeRef.new(shape: ImportPlaybackKeyPairRequest)
|
636
632
|
o.output = Shapes::ShapeRef.new(shape: ImportPlaybackKeyPairResponse)
|
633
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
637
634
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
635
|
+
o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
|
638
636
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
639
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
640
637
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
641
|
-
o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
|
642
638
|
end)
|
643
639
|
|
644
640
|
api.add_operation(:list_channels, Seahorse::Model::Operation.new.tap do |o|
|
@@ -647,8 +643,8 @@ module Aws::IVS
|
|
647
643
|
o.http_request_uri = "/ListChannels"
|
648
644
|
o.input = Shapes::ShapeRef.new(shape: ListChannelsRequest)
|
649
645
|
o.output = Shapes::ShapeRef.new(shape: ListChannelsResponse)
|
650
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
651
646
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
647
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
652
648
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
653
649
|
o[:pager] = Aws::Pager.new(
|
654
650
|
limit_key: "max_results",
|
@@ -664,8 +660,8 @@ module Aws::IVS
|
|
664
660
|
o.http_request_uri = "/ListPlaybackKeyPairs"
|
665
661
|
o.input = Shapes::ShapeRef.new(shape: ListPlaybackKeyPairsRequest)
|
666
662
|
o.output = Shapes::ShapeRef.new(shape: ListPlaybackKeyPairsResponse)
|
667
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
668
663
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
664
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
669
665
|
o[:pager] = Aws::Pager.new(
|
670
666
|
limit_key: "max_results",
|
671
667
|
tokens: {
|
@@ -680,8 +676,8 @@ module Aws::IVS
|
|
680
676
|
o.http_request_uri = "/ListRecordingConfigurations"
|
681
677
|
o.input = Shapes::ShapeRef.new(shape: ListRecordingConfigurationsRequest)
|
682
678
|
o.output = Shapes::ShapeRef.new(shape: ListRecordingConfigurationsResponse)
|
683
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
684
679
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
680
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
685
681
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
686
682
|
o[:pager] = Aws::Pager.new(
|
687
683
|
limit_key: "max_results",
|
@@ -697,9 +693,9 @@ module Aws::IVS
|
|
697
693
|
o.http_request_uri = "/ListStreamKeys"
|
698
694
|
o.input = Shapes::ShapeRef.new(shape: ListStreamKeysRequest)
|
699
695
|
o.output = Shapes::ShapeRef.new(shape: ListStreamKeysResponse)
|
700
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
701
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
702
696
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
697
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
698
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
703
699
|
o[:pager] = Aws::Pager.new(
|
704
700
|
limit_key: "max_results",
|
705
701
|
tokens: {
|
@@ -729,15 +725,9 @@ module Aws::IVS
|
|
729
725
|
o.http_request_uri = "/tags/{resourceArn}"
|
730
726
|
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
731
727
|
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
728
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
732
729
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
733
730
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
734
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
735
|
-
o[:pager] = Aws::Pager.new(
|
736
|
-
limit_key: "max_results",
|
737
|
-
tokens: {
|
738
|
-
"next_token" => "next_token"
|
739
|
-
}
|
740
|
-
)
|
741
731
|
end)
|
742
732
|
|
743
733
|
api.add_operation(:put_metadata, Seahorse::Model::Operation.new.tap do |o|
|
@@ -746,11 +736,11 @@ module Aws::IVS
|
|
746
736
|
o.http_request_uri = "/PutMetadata"
|
747
737
|
o.input = Shapes::ShapeRef.new(shape: PutMetadataRequest)
|
748
738
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
749
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
750
739
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
751
|
-
o.errors << Shapes::ShapeRef.new(shape: ChannelNotBroadcasting)
|
752
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
753
740
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
741
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
742
|
+
o.errors << Shapes::ShapeRef.new(shape: ChannelNotBroadcasting)
|
743
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
754
744
|
end)
|
755
745
|
|
756
746
|
api.add_operation(:stop_stream, Seahorse::Model::Operation.new.tap do |o|
|
@@ -760,9 +750,9 @@ module Aws::IVS
|
|
760
750
|
o.input = Shapes::ShapeRef.new(shape: StopStreamRequest)
|
761
751
|
o.output = Shapes::ShapeRef.new(shape: StopStreamResponse)
|
762
752
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
763
|
-
o.errors << Shapes::ShapeRef.new(shape: ChannelNotBroadcasting)
|
764
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
765
753
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
754
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
755
|
+
o.errors << Shapes::ShapeRef.new(shape: ChannelNotBroadcasting)
|
766
756
|
o.errors << Shapes::ShapeRef.new(shape: StreamUnavailable)
|
767
757
|
end)
|
768
758
|
|
@@ -772,9 +762,9 @@ module Aws::IVS
|
|
772
762
|
o.http_request_uri = "/tags/{resourceArn}"
|
773
763
|
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
774
764
|
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
765
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
775
766
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
776
767
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
777
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
778
768
|
end)
|
779
769
|
|
780
770
|
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
@@ -783,9 +773,9 @@ module Aws::IVS
|
|
783
773
|
o.http_request_uri = "/tags/{resourceArn}"
|
784
774
|
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
785
775
|
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
776
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
786
777
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
787
778
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
788
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
789
779
|
end)
|
790
780
|
|
791
781
|
api.add_operation(:update_channel, Seahorse::Model::Operation.new.tap do |o|
|
@@ -794,11 +784,11 @@ module Aws::IVS
|
|
794
784
|
o.http_request_uri = "/UpdateChannel"
|
795
785
|
o.input = Shapes::ShapeRef.new(shape: UpdateChannelRequest)
|
796
786
|
o.output = Shapes::ShapeRef.new(shape: UpdateChannelResponse)
|
797
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
798
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
799
787
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
800
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
788
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
789
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
801
790
|
o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
|
791
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
802
792
|
end)
|
803
793
|
end
|
804
794
|
|