aws-sdk-ivsrealtime 1.19.0 → 1.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,6 +15,8 @@ module Aws::IVSRealTime
15
15
 
16
16
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
17
  AttributeKey = Shapes::StringShape.new(name: 'AttributeKey')
18
+ AutoParticipantRecordingConfiguration = Shapes::StructureShape.new(name: 'AutoParticipantRecordingConfiguration')
19
+ AutoParticipantRecordingStorageConfigurationArn = Shapes::StringShape.new(name: 'AutoParticipantRecordingStorageConfigurationArn')
18
20
  Bitrate = Shapes::IntegerShape.new(name: 'Bitrate')
19
21
  ChannelArn = Shapes::StringShape.new(name: 'ChannelArn')
20
22
  ChannelDestinationConfiguration = Shapes::StructureShape.new(name: 'ChannelDestinationConfiguration')
@@ -109,6 +111,12 @@ module Aws::IVSRealTime
109
111
  ParticipantClientAttribute = Shapes::StringShape.new(name: 'ParticipantClientAttribute')
110
112
  ParticipantId = Shapes::StringShape.new(name: 'ParticipantId')
111
113
  ParticipantList = Shapes::ListShape.new(name: 'ParticipantList')
114
+ ParticipantRecordingFilterByRecordingState = Shapes::StringShape.new(name: 'ParticipantRecordingFilterByRecordingState')
115
+ ParticipantRecordingMediaType = Shapes::StringShape.new(name: 'ParticipantRecordingMediaType')
116
+ ParticipantRecordingMediaTypeList = Shapes::ListShape.new(name: 'ParticipantRecordingMediaTypeList')
117
+ ParticipantRecordingS3BucketName = Shapes::StringShape.new(name: 'ParticipantRecordingS3BucketName')
118
+ ParticipantRecordingS3Prefix = Shapes::StringShape.new(name: 'ParticipantRecordingS3Prefix')
119
+ ParticipantRecordingState = Shapes::StringShape.new(name: 'ParticipantRecordingState')
112
120
  ParticipantState = Shapes::StringShape.new(name: 'ParticipantState')
113
121
  ParticipantSummary = Shapes::StructureShape.new(name: 'ParticipantSummary')
114
122
  ParticipantToken = Shapes::StructureShape.new(name: 'ParticipantToken')
@@ -181,27 +189,31 @@ module Aws::IVSRealTime
181
189
  AccessDeniedException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
182
190
  AccessDeniedException.struct_class = Types::AccessDeniedException
183
191
 
192
+ AutoParticipantRecordingConfiguration.add_member(:storage_configuration_arn, Shapes::ShapeRef.new(shape: AutoParticipantRecordingStorageConfigurationArn, required: true, location_name: "storageConfigurationArn"))
193
+ AutoParticipantRecordingConfiguration.add_member(:media_types, Shapes::ShapeRef.new(shape: ParticipantRecordingMediaTypeList, location_name: "mediaTypes"))
194
+ AutoParticipantRecordingConfiguration.struct_class = Types::AutoParticipantRecordingConfiguration
195
+
184
196
  ChannelDestinationConfiguration.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChannelArn, required: true, location_name: "channelArn"))
185
197
  ChannelDestinationConfiguration.add_member(:encoder_configuration_arn, Shapes::ShapeRef.new(shape: EncoderConfigurationArn, location_name: "encoderConfigurationArn"))
186
198
  ChannelDestinationConfiguration.struct_class = Types::ChannelDestinationConfiguration
187
199
 
188
200
  Composition.add_member(:arn, Shapes::ShapeRef.new(shape: CompositionArn, required: true, location_name: "arn"))
189
- Composition.add_member(:destinations, Shapes::ShapeRef.new(shape: DestinationList, required: true, location_name: "destinations"))
190
- Composition.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
191
- Composition.add_member(:layout, Shapes::ShapeRef.new(shape: LayoutConfiguration, required: true, location_name: "layout"))
192
201
  Composition.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
193
- Composition.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
194
202
  Composition.add_member(:state, Shapes::ShapeRef.new(shape: CompositionState, required: true, location_name: "state"))
203
+ Composition.add_member(:layout, Shapes::ShapeRef.new(shape: LayoutConfiguration, required: true, location_name: "layout"))
204
+ Composition.add_member(:destinations, Shapes::ShapeRef.new(shape: DestinationList, required: true, location_name: "destinations"))
195
205
  Composition.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
206
+ Composition.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
207
+ Composition.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
196
208
  Composition.struct_class = Types::Composition
197
209
 
198
210
  CompositionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: CompositionArn, required: true, location_name: "arn"))
199
- CompositionSummary.add_member(:destinations, Shapes::ShapeRef.new(shape: DestinationSummaryList, required: true, location_name: "destinations"))
200
- CompositionSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
201
211
  CompositionSummary.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
202
- CompositionSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
212
+ CompositionSummary.add_member(:destinations, Shapes::ShapeRef.new(shape: DestinationSummaryList, required: true, location_name: "destinations"))
203
213
  CompositionSummary.add_member(:state, Shapes::ShapeRef.new(shape: CompositionState, required: true, location_name: "state"))
204
214
  CompositionSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
215
+ CompositionSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
216
+ CompositionSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
205
217
  CompositionSummary.struct_class = Types::CompositionSummary
206
218
 
207
219
  CompositionSummaryList.member = Shapes::ShapeRef.new(shape: CompositionSummary)
@@ -210,18 +222,18 @@ module Aws::IVSRealTime
210
222
  ConflictException.struct_class = Types::ConflictException
211
223
 
212
224
  CreateEncoderConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: EncoderConfigurationName, location_name: "name"))
213
- CreateEncoderConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
214
225
  CreateEncoderConfigurationRequest.add_member(:video, Shapes::ShapeRef.new(shape: Video, location_name: "video"))
226
+ CreateEncoderConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
215
227
  CreateEncoderConfigurationRequest.struct_class = Types::CreateEncoderConfigurationRequest
216
228
 
217
229
  CreateEncoderConfigurationResponse.add_member(:encoder_configuration, Shapes::ShapeRef.new(shape: EncoderConfiguration, location_name: "encoderConfiguration"))
218
230
  CreateEncoderConfigurationResponse.struct_class = Types::CreateEncoderConfigurationResponse
219
231
 
220
- CreateParticipantTokenRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: ParticipantTokenAttributes, location_name: "attributes"))
221
- CreateParticipantTokenRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: ParticipantTokenCapabilities, location_name: "capabilities"))
222
- CreateParticipantTokenRequest.add_member(:duration, Shapes::ShapeRef.new(shape: ParticipantTokenDurationMinutes, location_name: "duration"))
223
232
  CreateParticipantTokenRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
233
+ CreateParticipantTokenRequest.add_member(:duration, Shapes::ShapeRef.new(shape: ParticipantTokenDurationMinutes, location_name: "duration"))
224
234
  CreateParticipantTokenRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: ParticipantTokenUserId, location_name: "userId"))
235
+ CreateParticipantTokenRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: ParticipantTokenAttributes, location_name: "attributes"))
236
+ CreateParticipantTokenRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: ParticipantTokenCapabilities, location_name: "capabilities"))
225
237
  CreateParticipantTokenRequest.struct_class = Types::CreateParticipantTokenRequest
226
238
 
227
239
  CreateParticipantTokenResponse.add_member(:participant_token, Shapes::ShapeRef.new(shape: ParticipantToken, location_name: "participantToken"))
@@ -230,10 +242,11 @@ module Aws::IVSRealTime
230
242
  CreateStageRequest.add_member(:name, Shapes::ShapeRef.new(shape: StageName, location_name: "name"))
231
243
  CreateStageRequest.add_member(:participant_token_configurations, Shapes::ShapeRef.new(shape: ParticipantTokenConfigurations, location_name: "participantTokenConfigurations"))
232
244
  CreateStageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
245
+ CreateStageRequest.add_member(:auto_participant_recording_configuration, Shapes::ShapeRef.new(shape: AutoParticipantRecordingConfiguration, location_name: "autoParticipantRecordingConfiguration"))
233
246
  CreateStageRequest.struct_class = Types::CreateStageRequest
234
247
 
235
- CreateStageResponse.add_member(:participant_tokens, Shapes::ShapeRef.new(shape: ParticipantTokenList, location_name: "participantTokens"))
236
248
  CreateStageResponse.add_member(:stage, Shapes::ShapeRef.new(shape: Stage, location_name: "stage"))
249
+ CreateStageResponse.add_member(:participant_tokens, Shapes::ShapeRef.new(shape: ParticipantTokenList, location_name: "participantTokens"))
237
250
  CreateStageResponse.struct_class = Types::CreateStageResponse
238
251
 
239
252
  CreateStorageConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: StorageConfigurationName, location_name: "name"))
@@ -259,16 +272,16 @@ module Aws::IVSRealTime
259
272
 
260
273
  DeleteStorageConfigurationResponse.struct_class = Types::DeleteStorageConfigurationResponse
261
274
 
262
- Destination.add_member(:configuration, Shapes::ShapeRef.new(shape: DestinationConfiguration, required: true, location_name: "configuration"))
263
- Destination.add_member(:detail, Shapes::ShapeRef.new(shape: DestinationDetail, location_name: "detail"))
264
- Destination.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
265
275
  Destination.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "id"))
266
- Destination.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
267
276
  Destination.add_member(:state, Shapes::ShapeRef.new(shape: DestinationState, required: true, location_name: "state"))
277
+ Destination.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
278
+ Destination.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
279
+ Destination.add_member(:configuration, Shapes::ShapeRef.new(shape: DestinationConfiguration, required: true, location_name: "configuration"))
280
+ Destination.add_member(:detail, Shapes::ShapeRef.new(shape: DestinationDetail, location_name: "detail"))
268
281
  Destination.struct_class = Types::Destination
269
282
 
270
- DestinationConfiguration.add_member(:channel, Shapes::ShapeRef.new(shape: ChannelDestinationConfiguration, location_name: "channel"))
271
283
  DestinationConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: DestinationConfigurationName, location_name: "name"))
284
+ DestinationConfiguration.add_member(:channel, Shapes::ShapeRef.new(shape: ChannelDestinationConfiguration, location_name: "channel"))
272
285
  DestinationConfiguration.add_member(:s3, Shapes::ShapeRef.new(shape: S3DestinationConfiguration, location_name: "s3"))
273
286
  DestinationConfiguration.struct_class = Types::DestinationConfiguration
274
287
 
@@ -279,25 +292,25 @@ module Aws::IVSRealTime
279
292
 
280
293
  DestinationList.member = Shapes::ShapeRef.new(shape: Destination)
281
294
 
282
- DestinationSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
283
295
  DestinationSummary.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "id"))
284
- DestinationSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
285
296
  DestinationSummary.add_member(:state, Shapes::ShapeRef.new(shape: DestinationState, required: true, location_name: "state"))
297
+ DestinationSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
298
+ DestinationSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
286
299
  DestinationSummary.struct_class = Types::DestinationSummary
287
300
 
288
301
  DestinationSummaryList.member = Shapes::ShapeRef.new(shape: DestinationSummary)
289
302
 
303
+ DisconnectParticipantRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
290
304
  DisconnectParticipantRequest.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantTokenId, required: true, location_name: "participantId"))
291
305
  DisconnectParticipantRequest.add_member(:reason, Shapes::ShapeRef.new(shape: DisconnectParticipantReason, location_name: "reason"))
292
- DisconnectParticipantRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
293
306
  DisconnectParticipantRequest.struct_class = Types::DisconnectParticipantRequest
294
307
 
295
308
  DisconnectParticipantResponse.struct_class = Types::DisconnectParticipantResponse
296
309
 
297
310
  EncoderConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: EncoderConfigurationArn, required: true, location_name: "arn"))
298
311
  EncoderConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: EncoderConfigurationName, location_name: "name"))
299
- EncoderConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
300
312
  EncoderConfiguration.add_member(:video, Shapes::ShapeRef.new(shape: Video, location_name: "video"))
313
+ EncoderConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
301
314
  EncoderConfiguration.struct_class = Types::EncoderConfiguration
302
315
 
303
316
  EncoderConfigurationArnList.member = Shapes::ShapeRef.new(shape: EncoderConfigurationArn)
@@ -309,11 +322,11 @@ module Aws::IVSRealTime
309
322
 
310
323
  EncoderConfigurationSummaryList.member = Shapes::ShapeRef.new(shape: EncoderConfigurationSummary)
311
324
 
312
- Event.add_member(:error_code, Shapes::ShapeRef.new(shape: EventErrorCode, location_name: "errorCode"))
313
- Event.add_member(:event_time, Shapes::ShapeRef.new(shape: Time, location_name: "eventTime"))
314
325
  Event.add_member(:name, Shapes::ShapeRef.new(shape: EventName, location_name: "name"))
315
326
  Event.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, location_name: "participantId"))
327
+ Event.add_member(:event_time, Shapes::ShapeRef.new(shape: Time, location_name: "eventTime"))
316
328
  Event.add_member(:remote_participant_id, Shapes::ShapeRef.new(shape: ParticipantId, location_name: "remoteParticipantId"))
329
+ Event.add_member(:error_code, Shapes::ShapeRef.new(shape: EventErrorCode, location_name: "errorCode"))
317
330
  Event.struct_class = Types::Event
318
331
 
319
332
  EventList.member = Shapes::ShapeRef.new(shape: Event)
@@ -330,9 +343,9 @@ module Aws::IVSRealTime
330
343
  GetEncoderConfigurationResponse.add_member(:encoder_configuration, Shapes::ShapeRef.new(shape: EncoderConfiguration, location_name: "encoderConfiguration"))
331
344
  GetEncoderConfigurationResponse.struct_class = Types::GetEncoderConfigurationResponse
332
345
 
333
- GetParticipantRequest.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, required: true, location_name: "participantId"))
334
- GetParticipantRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: StageSessionId, required: true, location_name: "sessionId"))
335
346
  GetParticipantRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
347
+ GetParticipantRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: StageSessionId, required: true, location_name: "sessionId"))
348
+ GetParticipantRequest.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, required: true, location_name: "participantId"))
336
349
  GetParticipantRequest.struct_class = Types::GetParticipantRequest
337
350
 
338
351
  GetParticipantResponse.add_member(:participant, Shapes::ShapeRef.new(shape: Participant, location_name: "participant"))
@@ -344,8 +357,8 @@ module Aws::IVSRealTime
344
357
  GetStageResponse.add_member(:stage, Shapes::ShapeRef.new(shape: Stage, location_name: "stage"))
345
358
  GetStageResponse.struct_class = Types::GetStageResponse
346
359
 
347
- GetStageSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: StageSessionId, required: true, location_name: "sessionId"))
348
360
  GetStageSessionRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
361
+ GetStageSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: StageSessionId, required: true, location_name: "sessionId"))
349
362
  GetStageSessionRequest.struct_class = Types::GetStageSessionRequest
350
363
 
351
364
  GetStageSessionResponse.add_member(:stage_session, Shapes::ShapeRef.new(shape: StageSession, location_name: "stageSession"))
@@ -358,10 +371,10 @@ module Aws::IVSRealTime
358
371
  GetStorageConfigurationResponse.struct_class = Types::GetStorageConfigurationResponse
359
372
 
360
373
  GridConfiguration.add_member(:featured_participant_attribute, Shapes::ShapeRef.new(shape: AttributeKey, location_name: "featuredParticipantAttribute"))
361
- GridConfiguration.add_member(:grid_gap, Shapes::ShapeRef.new(shape: GridGap, location_name: "gridGap"))
362
374
  GridConfiguration.add_member(:omit_stopped_video, Shapes::ShapeRef.new(shape: OmitStoppedVideo, location_name: "omitStoppedVideo"))
363
375
  GridConfiguration.add_member(:video_aspect_ratio, Shapes::ShapeRef.new(shape: VideoAspectRatio, location_name: "videoAspectRatio"))
364
376
  GridConfiguration.add_member(:video_fill_mode, Shapes::ShapeRef.new(shape: VideoFillMode, location_name: "videoFillMode"))
377
+ GridConfiguration.add_member(:grid_gap, Shapes::ShapeRef.new(shape: GridGap, location_name: "gridGap"))
365
378
  GridConfiguration.struct_class = Types::GridConfiguration
366
379
 
367
380
  InternalServerException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
@@ -371,71 +384,72 @@ module Aws::IVSRealTime
371
384
  LayoutConfiguration.add_member(:pip, Shapes::ShapeRef.new(shape: PipConfiguration, location_name: "pip"))
372
385
  LayoutConfiguration.struct_class = Types::LayoutConfiguration
373
386
 
374
- ListCompositionsRequest.add_member(:filter_by_encoder_configuration_arn, Shapes::ShapeRef.new(shape: EncoderConfigurationArn, location_name: "filterByEncoderConfigurationArn"))
375
387
  ListCompositionsRequest.add_member(:filter_by_stage_arn, Shapes::ShapeRef.new(shape: StageArn, location_name: "filterByStageArn"))
376
- ListCompositionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxCompositionResults, location_name: "maxResults"))
388
+ ListCompositionsRequest.add_member(:filter_by_encoder_configuration_arn, Shapes::ShapeRef.new(shape: EncoderConfigurationArn, location_name: "filterByEncoderConfigurationArn"))
377
389
  ListCompositionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
390
+ ListCompositionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxCompositionResults, location_name: "maxResults"))
378
391
  ListCompositionsRequest.struct_class = Types::ListCompositionsRequest
379
392
 
380
393
  ListCompositionsResponse.add_member(:compositions, Shapes::ShapeRef.new(shape: CompositionSummaryList, required: true, location_name: "compositions"))
381
394
  ListCompositionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
382
395
  ListCompositionsResponse.struct_class = Types::ListCompositionsResponse
383
396
 
384
- ListEncoderConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxEncoderConfigurationResults, location_name: "maxResults"))
385
397
  ListEncoderConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
398
+ ListEncoderConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxEncoderConfigurationResults, location_name: "maxResults"))
386
399
  ListEncoderConfigurationsRequest.struct_class = Types::ListEncoderConfigurationsRequest
387
400
 
388
401
  ListEncoderConfigurationsResponse.add_member(:encoder_configurations, Shapes::ShapeRef.new(shape: EncoderConfigurationSummaryList, required: true, location_name: "encoderConfigurations"))
389
402
  ListEncoderConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
390
403
  ListEncoderConfigurationsResponse.struct_class = Types::ListEncoderConfigurationsResponse
391
404
 
392
- ListParticipantEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxParticipantEventResults, location_name: "maxResults"))
393
- ListParticipantEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
394
- ListParticipantEventsRequest.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, required: true, location_name: "participantId"))
395
- ListParticipantEventsRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: StageSessionId, required: true, location_name: "sessionId"))
396
405
  ListParticipantEventsRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
406
+ ListParticipantEventsRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: StageSessionId, required: true, location_name: "sessionId"))
407
+ ListParticipantEventsRequest.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, required: true, location_name: "participantId"))
408
+ ListParticipantEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
409
+ ListParticipantEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxParticipantEventResults, location_name: "maxResults"))
397
410
  ListParticipantEventsRequest.struct_class = Types::ListParticipantEventsRequest
398
411
 
399
412
  ListParticipantEventsResponse.add_member(:events, Shapes::ShapeRef.new(shape: EventList, required: true, location_name: "events"))
400
413
  ListParticipantEventsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
401
414
  ListParticipantEventsResponse.struct_class = Types::ListParticipantEventsResponse
402
415
 
416
+ ListParticipantsRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
417
+ ListParticipantsRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: StageSessionId, required: true, location_name: "sessionId"))
418
+ ListParticipantsRequest.add_member(:filter_by_user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "filterByUserId"))
403
419
  ListParticipantsRequest.add_member(:filter_by_published, Shapes::ShapeRef.new(shape: Published, location_name: "filterByPublished"))
404
420
  ListParticipantsRequest.add_member(:filter_by_state, Shapes::ShapeRef.new(shape: ParticipantState, location_name: "filterByState"))
405
- ListParticipantsRequest.add_member(:filter_by_user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "filterByUserId"))
406
- ListParticipantsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxParticipantResults, location_name: "maxResults"))
407
421
  ListParticipantsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
408
- ListParticipantsRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: StageSessionId, required: true, location_name: "sessionId"))
409
- ListParticipantsRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
422
+ ListParticipantsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxParticipantResults, location_name: "maxResults"))
423
+ ListParticipantsRequest.add_member(:filter_by_recording_state, Shapes::ShapeRef.new(shape: ParticipantRecordingFilterByRecordingState, location_name: "filterByRecordingState"))
410
424
  ListParticipantsRequest.struct_class = Types::ListParticipantsRequest
411
425
 
412
- ListParticipantsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
413
426
  ListParticipantsResponse.add_member(:participants, Shapes::ShapeRef.new(shape: ParticipantList, required: true, location_name: "participants"))
427
+ ListParticipantsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
414
428
  ListParticipantsResponse.struct_class = Types::ListParticipantsResponse
415
429
 
416
- ListStageSessionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxStageSessionResults, location_name: "maxResults"))
417
- ListStageSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
418
430
  ListStageSessionsRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
431
+ ListStageSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
432
+ ListStageSessionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxStageSessionResults, location_name: "maxResults"))
419
433
  ListStageSessionsRequest.struct_class = Types::ListStageSessionsRequest
420
434
 
421
- ListStageSessionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
422
435
  ListStageSessionsResponse.add_member(:stage_sessions, Shapes::ShapeRef.new(shape: StageSessionList, required: true, location_name: "stageSessions"))
436
+ ListStageSessionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
423
437
  ListStageSessionsResponse.struct_class = Types::ListStageSessionsResponse
424
438
 
425
- ListStagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxStageResults, location_name: "maxResults"))
426
439
  ListStagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
440
+ ListStagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxStageResults, location_name: "maxResults"))
427
441
  ListStagesRequest.struct_class = Types::ListStagesRequest
428
442
 
429
- ListStagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
430
443
  ListStagesResponse.add_member(:stages, Shapes::ShapeRef.new(shape: StageSummaryList, required: true, location_name: "stages"))
444
+ ListStagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
431
445
  ListStagesResponse.struct_class = Types::ListStagesResponse
432
446
 
433
- ListStorageConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxStorageConfigurationResults, location_name: "maxResults"))
434
447
  ListStorageConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
448
+ ListStorageConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxStorageConfigurationResults, location_name: "maxResults"))
435
449
  ListStorageConfigurationsRequest.struct_class = Types::ListStorageConfigurationsRequest
436
450
 
437
- ListStorageConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
438
451
  ListStorageConfigurationsResponse.add_member(:storage_configurations, Shapes::ShapeRef.new(shape: StorageConfigurationSummaryList, required: true, location_name: "storageConfigurations"))
452
+ ListStorageConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
439
453
  ListStorageConfigurationsResponse.struct_class = Types::ListStorageConfigurationsResponse
440
454
 
441
455
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
@@ -444,18 +458,21 @@ module Aws::IVSRealTime
444
458
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "tags"))
445
459
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
446
460
 
447
- Participant.add_member(:attributes, Shapes::ShapeRef.new(shape: ParticipantAttributes, location_name: "attributes"))
448
- Participant.add_member(:browser_name, Shapes::ShapeRef.new(shape: ParticipantClientAttribute, location_name: "browserName"))
449
- Participant.add_member(:browser_version, Shapes::ShapeRef.new(shape: ParticipantClientAttribute, location_name: "browserVersion"))
461
+ Participant.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, location_name: "participantId"))
462
+ Participant.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
463
+ Participant.add_member(:state, Shapes::ShapeRef.new(shape: ParticipantState, location_name: "state"))
450
464
  Participant.add_member(:first_join_time, Shapes::ShapeRef.new(shape: Time, location_name: "firstJoinTime"))
465
+ Participant.add_member(:attributes, Shapes::ShapeRef.new(shape: ParticipantAttributes, location_name: "attributes"))
466
+ Participant.add_member(:published, Shapes::ShapeRef.new(shape: Published, location_name: "published"))
451
467
  Participant.add_member(:isp_name, Shapes::ShapeRef.new(shape: ParticipantClientAttribute, location_name: "ispName"))
452
468
  Participant.add_member(:os_name, Shapes::ShapeRef.new(shape: ParticipantClientAttribute, location_name: "osName"))
453
469
  Participant.add_member(:os_version, Shapes::ShapeRef.new(shape: ParticipantClientAttribute, location_name: "osVersion"))
454
- Participant.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, location_name: "participantId"))
455
- Participant.add_member(:published, Shapes::ShapeRef.new(shape: Published, location_name: "published"))
470
+ Participant.add_member(:browser_name, Shapes::ShapeRef.new(shape: ParticipantClientAttribute, location_name: "browserName"))
471
+ Participant.add_member(:browser_version, Shapes::ShapeRef.new(shape: ParticipantClientAttribute, location_name: "browserVersion"))
456
472
  Participant.add_member(:sdk_version, Shapes::ShapeRef.new(shape: ParticipantClientAttribute, location_name: "sdkVersion"))
457
- Participant.add_member(:state, Shapes::ShapeRef.new(shape: ParticipantState, location_name: "state"))
458
- Participant.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
473
+ Participant.add_member(:recording_s3_bucket_name, Shapes::ShapeRef.new(shape: ParticipantRecordingS3BucketName, location_name: "recordingS3BucketName"))
474
+ Participant.add_member(:recording_s3_prefix, Shapes::ShapeRef.new(shape: ParticipantRecordingS3Prefix, location_name: "recordingS3Prefix"))
475
+ Participant.add_member(:recording_state, Shapes::ShapeRef.new(shape: ParticipantRecordingState, location_name: "recordingState"))
459
476
  Participant.struct_class = Types::Participant
460
477
 
461
478
  ParticipantAttributes.key = Shapes::ShapeRef.new(shape: String)
@@ -463,20 +480,23 @@ module Aws::IVSRealTime
463
480
 
464
481
  ParticipantList.member = Shapes::ShapeRef.new(shape: ParticipantSummary)
465
482
 
466
- ParticipantSummary.add_member(:first_join_time, Shapes::ShapeRef.new(shape: Time, location_name: "firstJoinTime"))
483
+ ParticipantRecordingMediaTypeList.member = Shapes::ShapeRef.new(shape: ParticipantRecordingMediaType)
484
+
467
485
  ParticipantSummary.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, location_name: "participantId"))
468
- ParticipantSummary.add_member(:published, Shapes::ShapeRef.new(shape: Published, location_name: "published"))
469
- ParticipantSummary.add_member(:state, Shapes::ShapeRef.new(shape: ParticipantState, location_name: "state"))
470
486
  ParticipantSummary.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
487
+ ParticipantSummary.add_member(:state, Shapes::ShapeRef.new(shape: ParticipantState, location_name: "state"))
488
+ ParticipantSummary.add_member(:first_join_time, Shapes::ShapeRef.new(shape: Time, location_name: "firstJoinTime"))
489
+ ParticipantSummary.add_member(:published, Shapes::ShapeRef.new(shape: Published, location_name: "published"))
490
+ ParticipantSummary.add_member(:recording_state, Shapes::ShapeRef.new(shape: ParticipantRecordingState, location_name: "recordingState"))
471
491
  ParticipantSummary.struct_class = Types::ParticipantSummary
472
492
 
473
- ParticipantToken.add_member(:attributes, Shapes::ShapeRef.new(shape: ParticipantTokenAttributes, location_name: "attributes"))
474
- ParticipantToken.add_member(:capabilities, Shapes::ShapeRef.new(shape: ParticipantTokenCapabilities, location_name: "capabilities"))
475
- ParticipantToken.add_member(:duration, Shapes::ShapeRef.new(shape: ParticipantTokenDurationMinutes, location_name: "duration"))
476
- ParticipantToken.add_member(:expiration_time, Shapes::ShapeRef.new(shape: ParticipantTokenExpirationTime, location_name: "expirationTime"))
477
493
  ParticipantToken.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantTokenId, location_name: "participantId"))
478
494
  ParticipantToken.add_member(:token, Shapes::ShapeRef.new(shape: ParticipantTokenString, location_name: "token"))
479
495
  ParticipantToken.add_member(:user_id, Shapes::ShapeRef.new(shape: ParticipantTokenUserId, location_name: "userId"))
496
+ ParticipantToken.add_member(:attributes, Shapes::ShapeRef.new(shape: ParticipantTokenAttributes, location_name: "attributes"))
497
+ ParticipantToken.add_member(:duration, Shapes::ShapeRef.new(shape: ParticipantTokenDurationMinutes, location_name: "duration"))
498
+ ParticipantToken.add_member(:capabilities, Shapes::ShapeRef.new(shape: ParticipantTokenCapabilities, location_name: "capabilities"))
499
+ ParticipantToken.add_member(:expiration_time, Shapes::ShapeRef.new(shape: ParticipantTokenExpirationTime, location_name: "expirationTime"))
480
500
  ParticipantToken.struct_class = Types::ParticipantToken
481
501
 
482
502
  ParticipantTokenAttributes.key = Shapes::ShapeRef.new(shape: String)
@@ -484,10 +504,10 @@ module Aws::IVSRealTime
484
504
 
485
505
  ParticipantTokenCapabilities.member = Shapes::ShapeRef.new(shape: ParticipantTokenCapability)
486
506
 
487
- ParticipantTokenConfiguration.add_member(:attributes, Shapes::ShapeRef.new(shape: ParticipantTokenAttributes, location_name: "attributes"))
488
- ParticipantTokenConfiguration.add_member(:capabilities, Shapes::ShapeRef.new(shape: ParticipantTokenCapabilities, location_name: "capabilities"))
489
507
  ParticipantTokenConfiguration.add_member(:duration, Shapes::ShapeRef.new(shape: ParticipantTokenDurationMinutes, location_name: "duration"))
490
508
  ParticipantTokenConfiguration.add_member(:user_id, Shapes::ShapeRef.new(shape: ParticipantTokenUserId, location_name: "userId"))
509
+ ParticipantTokenConfiguration.add_member(:attributes, Shapes::ShapeRef.new(shape: ParticipantTokenAttributes, location_name: "attributes"))
510
+ ParticipantTokenConfiguration.add_member(:capabilities, Shapes::ShapeRef.new(shape: ParticipantTokenCapabilities, location_name: "capabilities"))
491
511
  ParticipantTokenConfiguration.struct_class = Types::ParticipantTokenConfiguration
492
512
 
493
513
  ParticipantTokenConfigurations.member = Shapes::ShapeRef.new(shape: ParticipantTokenConfiguration)
@@ -498,15 +518,15 @@ module Aws::IVSRealTime
498
518
  PendingVerification.struct_class = Types::PendingVerification
499
519
 
500
520
  PipConfiguration.add_member(:featured_participant_attribute, Shapes::ShapeRef.new(shape: AttributeKey, location_name: "featuredParticipantAttribute"))
501
- PipConfiguration.add_member(:grid_gap, Shapes::ShapeRef.new(shape: GridGap, location_name: "gridGap"))
502
521
  PipConfiguration.add_member(:omit_stopped_video, Shapes::ShapeRef.new(shape: OmitStoppedVideo, location_name: "omitStoppedVideo"))
522
+ PipConfiguration.add_member(:video_fill_mode, Shapes::ShapeRef.new(shape: VideoFillMode, location_name: "videoFillMode"))
523
+ PipConfiguration.add_member(:grid_gap, Shapes::ShapeRef.new(shape: GridGap, location_name: "gridGap"))
524
+ PipConfiguration.add_member(:pip_participant_attribute, Shapes::ShapeRef.new(shape: AttributeKey, location_name: "pipParticipantAttribute"))
503
525
  PipConfiguration.add_member(:pip_behavior, Shapes::ShapeRef.new(shape: PipBehavior, location_name: "pipBehavior"))
504
- PipConfiguration.add_member(:pip_height, Shapes::ShapeRef.new(shape: PipHeight, location_name: "pipHeight"))
505
526
  PipConfiguration.add_member(:pip_offset, Shapes::ShapeRef.new(shape: PipOffset, location_name: "pipOffset"))
506
- PipConfiguration.add_member(:pip_participant_attribute, Shapes::ShapeRef.new(shape: AttributeKey, location_name: "pipParticipantAttribute"))
507
527
  PipConfiguration.add_member(:pip_position, Shapes::ShapeRef.new(shape: PipPosition, location_name: "pipPosition"))
508
528
  PipConfiguration.add_member(:pip_width, Shapes::ShapeRef.new(shape: PipWidth, location_name: "pipWidth"))
509
- PipConfiguration.add_member(:video_fill_mode, Shapes::ShapeRef.new(shape: VideoFillMode, location_name: "videoFillMode"))
529
+ PipConfiguration.add_member(:pip_height, Shapes::ShapeRef.new(shape: PipHeight, location_name: "pipHeight"))
510
530
  PipConfiguration.struct_class = Types::PipConfiguration
511
531
 
512
532
  RecordingConfiguration.add_member(:format, Shapes::ShapeRef.new(shape: RecordingConfigurationFormat, location_name: "format"))
@@ -515,9 +535,9 @@ module Aws::IVSRealTime
515
535
  ResourceNotFoundException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
516
536
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
517
537
 
538
+ S3DestinationConfiguration.add_member(:storage_configuration_arn, Shapes::ShapeRef.new(shape: StorageConfigurationArn, required: true, location_name: "storageConfigurationArn"))
518
539
  S3DestinationConfiguration.add_member(:encoder_configuration_arns, Shapes::ShapeRef.new(shape: EncoderConfigurationArnList, required: true, location_name: "encoderConfigurationArns"))
519
540
  S3DestinationConfiguration.add_member(:recording_configuration, Shapes::ShapeRef.new(shape: RecordingConfiguration, location_name: "recordingConfiguration"))
520
- S3DestinationConfiguration.add_member(:storage_configuration_arn, Shapes::ShapeRef.new(shape: StorageConfigurationArn, required: true, location_name: "storageConfigurationArn"))
521
541
  S3DestinationConfiguration.struct_class = Types::S3DestinationConfiguration
522
542
 
523
543
  S3Detail.add_member(:recording_prefix, Shapes::ShapeRef.new(shape: String, required: true, location_name: "recordingPrefix"))
@@ -529,36 +549,37 @@ module Aws::IVSRealTime
529
549
  ServiceQuotaExceededException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
530
550
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
531
551
 
532
- Stage.add_member(:active_session_id, Shapes::ShapeRef.new(shape: StageSessionId, location_name: "activeSessionId"))
533
552
  Stage.add_member(:arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "arn"))
534
553
  Stage.add_member(:name, Shapes::ShapeRef.new(shape: StageName, location_name: "name"))
554
+ Stage.add_member(:active_session_id, Shapes::ShapeRef.new(shape: StageSessionId, location_name: "activeSessionId"))
535
555
  Stage.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
556
+ Stage.add_member(:auto_participant_recording_configuration, Shapes::ShapeRef.new(shape: AutoParticipantRecordingConfiguration, location_name: "autoParticipantRecordingConfiguration"))
536
557
  Stage.struct_class = Types::Stage
537
558
 
538
- StageSession.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
539
559
  StageSession.add_member(:session_id, Shapes::ShapeRef.new(shape: StageSessionId, location_name: "sessionId"))
540
560
  StageSession.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
561
+ StageSession.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
541
562
  StageSession.struct_class = Types::StageSession
542
563
 
543
564
  StageSessionList.member = Shapes::ShapeRef.new(shape: StageSessionSummary)
544
565
 
545
- StageSessionSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
546
566
  StageSessionSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: StageSessionId, location_name: "sessionId"))
547
567
  StageSessionSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
568
+ StageSessionSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
548
569
  StageSessionSummary.struct_class = Types::StageSessionSummary
549
570
 
550
- StageSummary.add_member(:active_session_id, Shapes::ShapeRef.new(shape: StageSessionId, location_name: "activeSessionId"))
551
571
  StageSummary.add_member(:arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "arn"))
552
572
  StageSummary.add_member(:name, Shapes::ShapeRef.new(shape: StageName, location_name: "name"))
573
+ StageSummary.add_member(:active_session_id, Shapes::ShapeRef.new(shape: StageSessionId, location_name: "activeSessionId"))
553
574
  StageSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
554
575
  StageSummary.struct_class = Types::StageSummary
555
576
 
556
577
  StageSummaryList.member = Shapes::ShapeRef.new(shape: StageSummary)
557
578
 
558
- StartCompositionRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: DestinationConfigurationList, required: true, location_name: "destinations"))
579
+ StartCompositionRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
559
580
  StartCompositionRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: CompositionClientToken, location_name: "idempotencyToken", metadata: {"idempotencyToken"=>true}))
560
581
  StartCompositionRequest.add_member(:layout, Shapes::ShapeRef.new(shape: LayoutConfiguration, location_name: "layout"))
561
- StartCompositionRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
582
+ StartCompositionRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: DestinationConfigurationList, required: true, location_name: "destinations"))
562
583
  StartCompositionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
563
584
  StartCompositionRequest.struct_class = Types::StartCompositionRequest
564
585
 
@@ -603,6 +624,7 @@ module Aws::IVSRealTime
603
624
 
604
625
  UpdateStageRequest.add_member(:arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "arn"))
605
626
  UpdateStageRequest.add_member(:name, Shapes::ShapeRef.new(shape: StageName, location_name: "name"))
627
+ UpdateStageRequest.add_member(:auto_participant_recording_configuration, Shapes::ShapeRef.new(shape: AutoParticipantRecordingConfiguration, location_name: "autoParticipantRecordingConfiguration"))
606
628
  UpdateStageRequest.struct_class = Types::UpdateStageRequest
607
629
 
608
630
  UpdateStageResponse.add_member(:stage, Shapes::ShapeRef.new(shape: Stage, location_name: "stage"))
@@ -611,10 +633,10 @@ module Aws::IVSRealTime
611
633
  ValidationException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
612
634
  ValidationException.struct_class = Types::ValidationException
613
635
 
614
- Video.add_member(:bitrate, Shapes::ShapeRef.new(shape: Bitrate, location_name: "bitrate"))
615
- Video.add_member(:framerate, Shapes::ShapeRef.new(shape: Framerate, location_name: "framerate"))
616
- Video.add_member(:height, Shapes::ShapeRef.new(shape: Height, location_name: "height"))
617
636
  Video.add_member(:width, Shapes::ShapeRef.new(shape: Width, location_name: "width"))
637
+ Video.add_member(:height, Shapes::ShapeRef.new(shape: Height, location_name: "height"))
638
+ Video.add_member(:framerate, Shapes::ShapeRef.new(shape: Framerate, location_name: "framerate"))
639
+ Video.add_member(:bitrate, Shapes::ShapeRef.new(shape: Bitrate, location_name: "bitrate"))
618
640
  Video.struct_class = Types::Video
619
641
 
620
642