aws-sdk-ivsrealtime 1.10.0 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,27 +14,74 @@ module Aws::IVSRealTime
14
14
  include Seahorse::Model
15
15
 
16
16
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ AttributeKey = Shapes::StringShape.new(name: 'AttributeKey')
18
+ Bitrate = Shapes::IntegerShape.new(name: 'Bitrate')
19
+ ChannelArn = Shapes::StringShape.new(name: 'ChannelArn')
20
+ ChannelDestinationConfiguration = Shapes::StructureShape.new(name: 'ChannelDestinationConfiguration')
21
+ Composition = Shapes::StructureShape.new(name: 'Composition')
22
+ CompositionArn = Shapes::StringShape.new(name: 'CompositionArn')
23
+ CompositionClientToken = Shapes::StringShape.new(name: 'CompositionClientToken')
24
+ CompositionState = Shapes::StringShape.new(name: 'CompositionState')
25
+ CompositionSummary = Shapes::StructureShape.new(name: 'CompositionSummary')
26
+ CompositionSummaryList = Shapes::ListShape.new(name: 'CompositionSummaryList')
17
27
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
28
+ CreateEncoderConfigurationRequest = Shapes::StructureShape.new(name: 'CreateEncoderConfigurationRequest')
29
+ CreateEncoderConfigurationResponse = Shapes::StructureShape.new(name: 'CreateEncoderConfigurationResponse')
18
30
  CreateParticipantTokenRequest = Shapes::StructureShape.new(name: 'CreateParticipantTokenRequest')
19
31
  CreateParticipantTokenResponse = Shapes::StructureShape.new(name: 'CreateParticipantTokenResponse')
20
32
  CreateStageRequest = Shapes::StructureShape.new(name: 'CreateStageRequest')
21
33
  CreateStageResponse = Shapes::StructureShape.new(name: 'CreateStageResponse')
34
+ CreateStorageConfigurationRequest = Shapes::StructureShape.new(name: 'CreateStorageConfigurationRequest')
35
+ CreateStorageConfigurationResponse = Shapes::StructureShape.new(name: 'CreateStorageConfigurationResponse')
36
+ DeleteEncoderConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteEncoderConfigurationRequest')
37
+ DeleteEncoderConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteEncoderConfigurationResponse')
22
38
  DeleteStageRequest = Shapes::StructureShape.new(name: 'DeleteStageRequest')
23
39
  DeleteStageResponse = Shapes::StructureShape.new(name: 'DeleteStageResponse')
40
+ DeleteStorageConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteStorageConfigurationRequest')
41
+ DeleteStorageConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteStorageConfigurationResponse')
42
+ Destination = Shapes::StructureShape.new(name: 'Destination')
43
+ DestinationConfiguration = Shapes::StructureShape.new(name: 'DestinationConfiguration')
44
+ DestinationConfigurationList = Shapes::ListShape.new(name: 'DestinationConfigurationList')
45
+ DestinationConfigurationName = Shapes::StringShape.new(name: 'DestinationConfigurationName')
46
+ DestinationDetail = Shapes::StructureShape.new(name: 'DestinationDetail')
47
+ DestinationList = Shapes::ListShape.new(name: 'DestinationList')
48
+ DestinationState = Shapes::StringShape.new(name: 'DestinationState')
49
+ DestinationSummary = Shapes::StructureShape.new(name: 'DestinationSummary')
50
+ DestinationSummaryList = Shapes::ListShape.new(name: 'DestinationSummaryList')
24
51
  DisconnectParticipantReason = Shapes::StringShape.new(name: 'DisconnectParticipantReason')
25
52
  DisconnectParticipantRequest = Shapes::StructureShape.new(name: 'DisconnectParticipantRequest')
26
53
  DisconnectParticipantResponse = Shapes::StructureShape.new(name: 'DisconnectParticipantResponse')
54
+ EncoderConfiguration = Shapes::StructureShape.new(name: 'EncoderConfiguration')
55
+ EncoderConfigurationArn = Shapes::StringShape.new(name: 'EncoderConfigurationArn')
56
+ EncoderConfigurationArnList = Shapes::ListShape.new(name: 'EncoderConfigurationArnList')
57
+ EncoderConfigurationName = Shapes::StringShape.new(name: 'EncoderConfigurationName')
58
+ EncoderConfigurationSummary = Shapes::StructureShape.new(name: 'EncoderConfigurationSummary')
59
+ EncoderConfigurationSummaryList = Shapes::ListShape.new(name: 'EncoderConfigurationSummaryList')
27
60
  Event = Shapes::StructureShape.new(name: 'Event')
28
61
  EventErrorCode = Shapes::StringShape.new(name: 'EventErrorCode')
29
62
  EventList = Shapes::ListShape.new(name: 'EventList')
30
63
  EventName = Shapes::StringShape.new(name: 'EventName')
64
+ Framerate = Shapes::FloatShape.new(name: 'Framerate')
65
+ GetCompositionRequest = Shapes::StructureShape.new(name: 'GetCompositionRequest')
66
+ GetCompositionResponse = Shapes::StructureShape.new(name: 'GetCompositionResponse')
67
+ GetEncoderConfigurationRequest = Shapes::StructureShape.new(name: 'GetEncoderConfigurationRequest')
68
+ GetEncoderConfigurationResponse = Shapes::StructureShape.new(name: 'GetEncoderConfigurationResponse')
31
69
  GetParticipantRequest = Shapes::StructureShape.new(name: 'GetParticipantRequest')
32
70
  GetParticipantResponse = Shapes::StructureShape.new(name: 'GetParticipantResponse')
33
71
  GetStageRequest = Shapes::StructureShape.new(name: 'GetStageRequest')
34
72
  GetStageResponse = Shapes::StructureShape.new(name: 'GetStageResponse')
35
73
  GetStageSessionRequest = Shapes::StructureShape.new(name: 'GetStageSessionRequest')
36
74
  GetStageSessionResponse = Shapes::StructureShape.new(name: 'GetStageSessionResponse')
75
+ GetStorageConfigurationRequest = Shapes::StructureShape.new(name: 'GetStorageConfigurationRequest')
76
+ GetStorageConfigurationResponse = Shapes::StructureShape.new(name: 'GetStorageConfigurationResponse')
77
+ GridConfiguration = Shapes::StructureShape.new(name: 'GridConfiguration')
78
+ Height = Shapes::IntegerShape.new(name: 'Height')
37
79
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
80
+ LayoutConfiguration = Shapes::StructureShape.new(name: 'LayoutConfiguration')
81
+ ListCompositionsRequest = Shapes::StructureShape.new(name: 'ListCompositionsRequest')
82
+ ListCompositionsResponse = Shapes::StructureShape.new(name: 'ListCompositionsResponse')
83
+ ListEncoderConfigurationsRequest = Shapes::StructureShape.new(name: 'ListEncoderConfigurationsRequest')
84
+ ListEncoderConfigurationsResponse = Shapes::StructureShape.new(name: 'ListEncoderConfigurationsResponse')
38
85
  ListParticipantEventsRequest = Shapes::StructureShape.new(name: 'ListParticipantEventsRequest')
39
86
  ListParticipantEventsResponse = Shapes::StructureShape.new(name: 'ListParticipantEventsResponse')
40
87
  ListParticipantsRequest = Shapes::StructureShape.new(name: 'ListParticipantsRequest')
@@ -43,15 +90,21 @@ module Aws::IVSRealTime
43
90
  ListStageSessionsResponse = Shapes::StructureShape.new(name: 'ListStageSessionsResponse')
44
91
  ListStagesRequest = Shapes::StructureShape.new(name: 'ListStagesRequest')
45
92
  ListStagesResponse = Shapes::StructureShape.new(name: 'ListStagesResponse')
93
+ ListStorageConfigurationsRequest = Shapes::StructureShape.new(name: 'ListStorageConfigurationsRequest')
94
+ ListStorageConfigurationsResponse = Shapes::StructureShape.new(name: 'ListStorageConfigurationsResponse')
46
95
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
47
96
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
97
+ MaxCompositionResults = Shapes::IntegerShape.new(name: 'MaxCompositionResults')
98
+ MaxEncoderConfigurationResults = Shapes::IntegerShape.new(name: 'MaxEncoderConfigurationResults')
48
99
  MaxParticipantEventResults = Shapes::IntegerShape.new(name: 'MaxParticipantEventResults')
49
100
  MaxParticipantResults = Shapes::IntegerShape.new(name: 'MaxParticipantResults')
50
101
  MaxStageResults = Shapes::IntegerShape.new(name: 'MaxStageResults')
51
102
  MaxStageSessionResults = Shapes::IntegerShape.new(name: 'MaxStageSessionResults')
103
+ MaxStorageConfigurationResults = Shapes::IntegerShape.new(name: 'MaxStorageConfigurationResults')
52
104
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
53
105
  Participant = Shapes::StructureShape.new(name: 'Participant')
54
106
  ParticipantAttributes = Shapes::MapShape.new(name: 'ParticipantAttributes')
107
+ ParticipantClientAttribute = Shapes::StringShape.new(name: 'ParticipantClientAttribute')
55
108
  ParticipantId = Shapes::StringShape.new(name: 'ParticipantId')
56
109
  ParticipantList = Shapes::ListShape.new(name: 'ParticipantList')
57
110
  ParticipantState = Shapes::StringShape.new(name: 'ParticipantState')
@@ -70,8 +123,14 @@ module Aws::IVSRealTime
70
123
  ParticipantTokenUserId = Shapes::StringShape.new(name: 'ParticipantTokenUserId')
71
124
  PendingVerification = Shapes::StructureShape.new(name: 'PendingVerification')
72
125
  Published = Shapes::BooleanShape.new(name: 'Published')
126
+ RecordingConfiguration = Shapes::StructureShape.new(name: 'RecordingConfiguration')
127
+ RecordingConfigurationFormat = Shapes::StringShape.new(name: 'RecordingConfigurationFormat')
73
128
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
74
129
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
130
+ S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
131
+ S3DestinationConfiguration = Shapes::StructureShape.new(name: 'S3DestinationConfiguration')
132
+ S3Detail = Shapes::StructureShape.new(name: 'S3Detail')
133
+ S3StorageConfiguration = Shapes::StructureShape.new(name: 'S3StorageConfiguration')
75
134
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
76
135
  Stage = Shapes::StructureShape.new(name: 'Stage')
77
136
  StageArn = Shapes::StringShape.new(name: 'StageArn')
@@ -82,6 +141,15 @@ module Aws::IVSRealTime
82
141
  StageSessionSummary = Shapes::StructureShape.new(name: 'StageSessionSummary')
83
142
  StageSummary = Shapes::StructureShape.new(name: 'StageSummary')
84
143
  StageSummaryList = Shapes::ListShape.new(name: 'StageSummaryList')
144
+ StartCompositionRequest = Shapes::StructureShape.new(name: 'StartCompositionRequest')
145
+ StartCompositionResponse = Shapes::StructureShape.new(name: 'StartCompositionResponse')
146
+ StopCompositionRequest = Shapes::StructureShape.new(name: 'StopCompositionRequest')
147
+ StopCompositionResponse = Shapes::StructureShape.new(name: 'StopCompositionResponse')
148
+ StorageConfiguration = Shapes::StructureShape.new(name: 'StorageConfiguration')
149
+ StorageConfigurationArn = Shapes::StringShape.new(name: 'StorageConfigurationArn')
150
+ StorageConfigurationName = Shapes::StringShape.new(name: 'StorageConfigurationName')
151
+ StorageConfigurationSummary = Shapes::StructureShape.new(name: 'StorageConfigurationSummary')
152
+ StorageConfigurationSummaryList = Shapes::ListShape.new(name: 'StorageConfigurationSummaryList')
85
153
  String = Shapes::StringShape.new(name: 'String')
86
154
  TagKey = Shapes::StringShape.new(name: 'TagKey')
87
155
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -96,14 +164,49 @@ module Aws::IVSRealTime
96
164
  UpdateStageResponse = Shapes::StructureShape.new(name: 'UpdateStageResponse')
97
165
  UserId = Shapes::StringShape.new(name: 'UserId')
98
166
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
167
+ Video = Shapes::StructureShape.new(name: 'Video')
168
+ Width = Shapes::IntegerShape.new(name: 'Width')
99
169
  errorMessage = Shapes::StringShape.new(name: 'errorMessage')
100
170
 
101
171
  AccessDeniedException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
102
172
  AccessDeniedException.struct_class = Types::AccessDeniedException
103
173
 
174
+ ChannelDestinationConfiguration.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChannelArn, required: true, location_name: "channelArn"))
175
+ ChannelDestinationConfiguration.add_member(:encoder_configuration_arn, Shapes::ShapeRef.new(shape: EncoderConfigurationArn, location_name: "encoderConfigurationArn"))
176
+ ChannelDestinationConfiguration.struct_class = Types::ChannelDestinationConfiguration
177
+
178
+ Composition.add_member(:arn, Shapes::ShapeRef.new(shape: CompositionArn, required: true, location_name: "arn"))
179
+ Composition.add_member(:destinations, Shapes::ShapeRef.new(shape: DestinationList, required: true, location_name: "destinations"))
180
+ Composition.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
181
+ Composition.add_member(:layout, Shapes::ShapeRef.new(shape: LayoutConfiguration, required: true, location_name: "layout"))
182
+ Composition.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
183
+ Composition.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
184
+ Composition.add_member(:state, Shapes::ShapeRef.new(shape: CompositionState, required: true, location_name: "state"))
185
+ Composition.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
186
+ Composition.struct_class = Types::Composition
187
+
188
+ CompositionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: CompositionArn, required: true, location_name: "arn"))
189
+ CompositionSummary.add_member(:destinations, Shapes::ShapeRef.new(shape: DestinationSummaryList, required: true, location_name: "destinations"))
190
+ CompositionSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
191
+ CompositionSummary.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
192
+ CompositionSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
193
+ CompositionSummary.add_member(:state, Shapes::ShapeRef.new(shape: CompositionState, required: true, location_name: "state"))
194
+ CompositionSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
195
+ CompositionSummary.struct_class = Types::CompositionSummary
196
+
197
+ CompositionSummaryList.member = Shapes::ShapeRef.new(shape: CompositionSummary)
198
+
104
199
  ConflictException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
105
200
  ConflictException.struct_class = Types::ConflictException
106
201
 
202
+ CreateEncoderConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: EncoderConfigurationName, location_name: "name"))
203
+ CreateEncoderConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
204
+ CreateEncoderConfigurationRequest.add_member(:video, Shapes::ShapeRef.new(shape: Video, location_name: "video"))
205
+ CreateEncoderConfigurationRequest.struct_class = Types::CreateEncoderConfigurationRequest
206
+
207
+ CreateEncoderConfigurationResponse.add_member(:encoder_configuration, Shapes::ShapeRef.new(shape: EncoderConfiguration, location_name: "encoderConfiguration"))
208
+ CreateEncoderConfigurationResponse.struct_class = Types::CreateEncoderConfigurationResponse
209
+
107
210
  CreateParticipantTokenRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: ParticipantTokenAttributes, location_name: "attributes"))
108
211
  CreateParticipantTokenRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: ParticipantTokenCapabilities, location_name: "capabilities"))
109
212
  CreateParticipantTokenRequest.add_member(:duration, Shapes::ShapeRef.new(shape: ParticipantTokenDurationMinutes, location_name: "duration"))
@@ -123,11 +226,57 @@ module Aws::IVSRealTime
123
226
  CreateStageResponse.add_member(:stage, Shapes::ShapeRef.new(shape: Stage, location_name: "stage"))
124
227
  CreateStageResponse.struct_class = Types::CreateStageResponse
125
228
 
229
+ CreateStorageConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: StorageConfigurationName, location_name: "name"))
230
+ CreateStorageConfigurationRequest.add_member(:s3, Shapes::ShapeRef.new(shape: S3StorageConfiguration, required: true, location_name: "s3"))
231
+ CreateStorageConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
232
+ CreateStorageConfigurationRequest.struct_class = Types::CreateStorageConfigurationRequest
233
+
234
+ CreateStorageConfigurationResponse.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration, location_name: "storageConfiguration"))
235
+ CreateStorageConfigurationResponse.struct_class = Types::CreateStorageConfigurationResponse
236
+
237
+ DeleteEncoderConfigurationRequest.add_member(:arn, Shapes::ShapeRef.new(shape: EncoderConfigurationArn, required: true, location_name: "arn"))
238
+ DeleteEncoderConfigurationRequest.struct_class = Types::DeleteEncoderConfigurationRequest
239
+
240
+ DeleteEncoderConfigurationResponse.struct_class = Types::DeleteEncoderConfigurationResponse
241
+
126
242
  DeleteStageRequest.add_member(:arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "arn"))
127
243
  DeleteStageRequest.struct_class = Types::DeleteStageRequest
128
244
 
129
245
  DeleteStageResponse.struct_class = Types::DeleteStageResponse
130
246
 
247
+ DeleteStorageConfigurationRequest.add_member(:arn, Shapes::ShapeRef.new(shape: StorageConfigurationArn, required: true, location_name: "arn"))
248
+ DeleteStorageConfigurationRequest.struct_class = Types::DeleteStorageConfigurationRequest
249
+
250
+ DeleteStorageConfigurationResponse.struct_class = Types::DeleteStorageConfigurationResponse
251
+
252
+ Destination.add_member(:configuration, Shapes::ShapeRef.new(shape: DestinationConfiguration, required: true, location_name: "configuration"))
253
+ Destination.add_member(:detail, Shapes::ShapeRef.new(shape: DestinationDetail, location_name: "detail"))
254
+ Destination.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
255
+ Destination.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "id"))
256
+ Destination.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
257
+ Destination.add_member(:state, Shapes::ShapeRef.new(shape: DestinationState, required: true, location_name: "state"))
258
+ Destination.struct_class = Types::Destination
259
+
260
+ DestinationConfiguration.add_member(:channel, Shapes::ShapeRef.new(shape: ChannelDestinationConfiguration, location_name: "channel"))
261
+ DestinationConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: DestinationConfigurationName, location_name: "name"))
262
+ DestinationConfiguration.add_member(:s3, Shapes::ShapeRef.new(shape: S3DestinationConfiguration, location_name: "s3"))
263
+ DestinationConfiguration.struct_class = Types::DestinationConfiguration
264
+
265
+ DestinationConfigurationList.member = Shapes::ShapeRef.new(shape: DestinationConfiguration)
266
+
267
+ DestinationDetail.add_member(:s3, Shapes::ShapeRef.new(shape: S3Detail, location_name: "s3"))
268
+ DestinationDetail.struct_class = Types::DestinationDetail
269
+
270
+ DestinationList.member = Shapes::ShapeRef.new(shape: Destination)
271
+
272
+ DestinationSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
273
+ DestinationSummary.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "id"))
274
+ DestinationSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
275
+ DestinationSummary.add_member(:state, Shapes::ShapeRef.new(shape: DestinationState, required: true, location_name: "state"))
276
+ DestinationSummary.struct_class = Types::DestinationSummary
277
+
278
+ DestinationSummaryList.member = Shapes::ShapeRef.new(shape: DestinationSummary)
279
+
131
280
  DisconnectParticipantRequest.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantTokenId, required: true, location_name: "participantId"))
132
281
  DisconnectParticipantRequest.add_member(:reason, Shapes::ShapeRef.new(shape: DisconnectParticipantReason, location_name: "reason"))
133
282
  DisconnectParticipantRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
@@ -135,6 +284,21 @@ module Aws::IVSRealTime
135
284
 
136
285
  DisconnectParticipantResponse.struct_class = Types::DisconnectParticipantResponse
137
286
 
287
+ EncoderConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: EncoderConfigurationArn, required: true, location_name: "arn"))
288
+ EncoderConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: EncoderConfigurationName, location_name: "name"))
289
+ EncoderConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
290
+ EncoderConfiguration.add_member(:video, Shapes::ShapeRef.new(shape: Video, location_name: "video"))
291
+ EncoderConfiguration.struct_class = Types::EncoderConfiguration
292
+
293
+ EncoderConfigurationArnList.member = Shapes::ShapeRef.new(shape: EncoderConfigurationArn)
294
+
295
+ EncoderConfigurationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: EncoderConfigurationArn, required: true, location_name: "arn"))
296
+ EncoderConfigurationSummary.add_member(:name, Shapes::ShapeRef.new(shape: EncoderConfigurationName, location_name: "name"))
297
+ EncoderConfigurationSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
298
+ EncoderConfigurationSummary.struct_class = Types::EncoderConfigurationSummary
299
+
300
+ EncoderConfigurationSummaryList.member = Shapes::ShapeRef.new(shape: EncoderConfigurationSummary)
301
+
138
302
  Event.add_member(:error_code, Shapes::ShapeRef.new(shape: EventErrorCode, location_name: "errorCode"))
139
303
  Event.add_member(:event_time, Shapes::ShapeRef.new(shape: Time, location_name: "eventTime"))
140
304
  Event.add_member(:name, Shapes::ShapeRef.new(shape: EventName, location_name: "name"))
@@ -144,6 +308,18 @@ module Aws::IVSRealTime
144
308
 
145
309
  EventList.member = Shapes::ShapeRef.new(shape: Event)
146
310
 
311
+ GetCompositionRequest.add_member(:arn, Shapes::ShapeRef.new(shape: CompositionArn, required: true, location_name: "arn"))
312
+ GetCompositionRequest.struct_class = Types::GetCompositionRequest
313
+
314
+ GetCompositionResponse.add_member(:composition, Shapes::ShapeRef.new(shape: Composition, location_name: "composition"))
315
+ GetCompositionResponse.struct_class = Types::GetCompositionResponse
316
+
317
+ GetEncoderConfigurationRequest.add_member(:arn, Shapes::ShapeRef.new(shape: EncoderConfigurationArn, required: true, location_name: "arn"))
318
+ GetEncoderConfigurationRequest.struct_class = Types::GetEncoderConfigurationRequest
319
+
320
+ GetEncoderConfigurationResponse.add_member(:encoder_configuration, Shapes::ShapeRef.new(shape: EncoderConfiguration, location_name: "encoderConfiguration"))
321
+ GetEncoderConfigurationResponse.struct_class = Types::GetEncoderConfigurationResponse
322
+
147
323
  GetParticipantRequest.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, required: true, location_name: "participantId"))
148
324
  GetParticipantRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: StageSessionId, required: true, location_name: "sessionId"))
149
325
  GetParticipantRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
@@ -165,9 +341,39 @@ module Aws::IVSRealTime
165
341
  GetStageSessionResponse.add_member(:stage_session, Shapes::ShapeRef.new(shape: StageSession, location_name: "stageSession"))
166
342
  GetStageSessionResponse.struct_class = Types::GetStageSessionResponse
167
343
 
344
+ GetStorageConfigurationRequest.add_member(:arn, Shapes::ShapeRef.new(shape: StorageConfigurationArn, required: true, location_name: "arn"))
345
+ GetStorageConfigurationRequest.struct_class = Types::GetStorageConfigurationRequest
346
+
347
+ GetStorageConfigurationResponse.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration, location_name: "storageConfiguration"))
348
+ GetStorageConfigurationResponse.struct_class = Types::GetStorageConfigurationResponse
349
+
350
+ GridConfiguration.add_member(:featured_participant_attribute, Shapes::ShapeRef.new(shape: AttributeKey, location_name: "featuredParticipantAttribute"))
351
+ GridConfiguration.struct_class = Types::GridConfiguration
352
+
168
353
  InternalServerException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
169
354
  InternalServerException.struct_class = Types::InternalServerException
170
355
 
356
+ LayoutConfiguration.add_member(:grid, Shapes::ShapeRef.new(shape: GridConfiguration, location_name: "grid"))
357
+ LayoutConfiguration.struct_class = Types::LayoutConfiguration
358
+
359
+ ListCompositionsRequest.add_member(:filter_by_encoder_configuration_arn, Shapes::ShapeRef.new(shape: EncoderConfigurationArn, location_name: "filterByEncoderConfigurationArn"))
360
+ ListCompositionsRequest.add_member(:filter_by_stage_arn, Shapes::ShapeRef.new(shape: StageArn, location_name: "filterByStageArn"))
361
+ ListCompositionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxCompositionResults, location_name: "maxResults"))
362
+ ListCompositionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
363
+ ListCompositionsRequest.struct_class = Types::ListCompositionsRequest
364
+
365
+ ListCompositionsResponse.add_member(:compositions, Shapes::ShapeRef.new(shape: CompositionSummaryList, required: true, location_name: "compositions"))
366
+ ListCompositionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
367
+ ListCompositionsResponse.struct_class = Types::ListCompositionsResponse
368
+
369
+ ListEncoderConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxEncoderConfigurationResults, location_name: "maxResults"))
370
+ ListEncoderConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
371
+ ListEncoderConfigurationsRequest.struct_class = Types::ListEncoderConfigurationsRequest
372
+
373
+ ListEncoderConfigurationsResponse.add_member(:encoder_configurations, Shapes::ShapeRef.new(shape: EncoderConfigurationSummaryList, required: true, location_name: "encoderConfigurations"))
374
+ ListEncoderConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
375
+ ListEncoderConfigurationsResponse.struct_class = Types::ListEncoderConfigurationsResponse
376
+
171
377
  ListParticipantEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxParticipantEventResults, location_name: "maxResults"))
172
378
  ListParticipantEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
173
379
  ListParticipantEventsRequest.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, required: true, location_name: "participantId"))
@@ -209,6 +415,14 @@ module Aws::IVSRealTime
209
415
  ListStagesResponse.add_member(:stages, Shapes::ShapeRef.new(shape: StageSummaryList, required: true, location_name: "stages"))
210
416
  ListStagesResponse.struct_class = Types::ListStagesResponse
211
417
 
418
+ ListStorageConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxStorageConfigurationResults, location_name: "maxResults"))
419
+ ListStorageConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
420
+ ListStorageConfigurationsRequest.struct_class = Types::ListStorageConfigurationsRequest
421
+
422
+ ListStorageConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
423
+ ListStorageConfigurationsResponse.add_member(:storage_configurations, Shapes::ShapeRef.new(shape: StorageConfigurationSummaryList, required: true, location_name: "storageConfigurations"))
424
+ ListStorageConfigurationsResponse.struct_class = Types::ListStorageConfigurationsResponse
425
+
212
426
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
213
427
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
214
428
 
@@ -216,9 +430,15 @@ module Aws::IVSRealTime
216
430
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
217
431
 
218
432
  Participant.add_member(:attributes, Shapes::ShapeRef.new(shape: ParticipantAttributes, location_name: "attributes"))
433
+ Participant.add_member(:browser_name, Shapes::ShapeRef.new(shape: ParticipantClientAttribute, location_name: "browserName"))
434
+ Participant.add_member(:browser_version, Shapes::ShapeRef.new(shape: ParticipantClientAttribute, location_name: "browserVersion"))
219
435
  Participant.add_member(:first_join_time, Shapes::ShapeRef.new(shape: Time, location_name: "firstJoinTime"))
436
+ Participant.add_member(:isp_name, Shapes::ShapeRef.new(shape: ParticipantClientAttribute, location_name: "ispName"))
437
+ Participant.add_member(:os_name, Shapes::ShapeRef.new(shape: ParticipantClientAttribute, location_name: "osName"))
438
+ Participant.add_member(:os_version, Shapes::ShapeRef.new(shape: ParticipantClientAttribute, location_name: "osVersion"))
220
439
  Participant.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, location_name: "participantId"))
221
440
  Participant.add_member(:published, Shapes::ShapeRef.new(shape: Published, location_name: "published"))
441
+ Participant.add_member(:sdk_version, Shapes::ShapeRef.new(shape: ParticipantClientAttribute, location_name: "sdkVersion"))
222
442
  Participant.add_member(:state, Shapes::ShapeRef.new(shape: ParticipantState, location_name: "state"))
223
443
  Participant.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
224
444
  Participant.struct_class = Types::Participant
@@ -262,9 +482,23 @@ module Aws::IVSRealTime
262
482
  PendingVerification.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
263
483
  PendingVerification.struct_class = Types::PendingVerification
264
484
 
485
+ RecordingConfiguration.add_member(:format, Shapes::ShapeRef.new(shape: RecordingConfigurationFormat, location_name: "format"))
486
+ RecordingConfiguration.struct_class = Types::RecordingConfiguration
487
+
265
488
  ResourceNotFoundException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
266
489
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
267
490
 
491
+ S3DestinationConfiguration.add_member(:encoder_configuration_arns, Shapes::ShapeRef.new(shape: EncoderConfigurationArnList, required: true, location_name: "encoderConfigurationArns"))
492
+ S3DestinationConfiguration.add_member(:recording_configuration, Shapes::ShapeRef.new(shape: RecordingConfiguration, location_name: "recordingConfiguration"))
493
+ S3DestinationConfiguration.add_member(:storage_configuration_arn, Shapes::ShapeRef.new(shape: StorageConfigurationArn, required: true, location_name: "storageConfigurationArn"))
494
+ S3DestinationConfiguration.struct_class = Types::S3DestinationConfiguration
495
+
496
+ S3Detail.add_member(:recording_prefix, Shapes::ShapeRef.new(shape: String, required: true, location_name: "recordingPrefix"))
497
+ S3Detail.struct_class = Types::S3Detail
498
+
499
+ S3StorageConfiguration.add_member(:bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "bucketName"))
500
+ S3StorageConfiguration.struct_class = Types::S3StorageConfiguration
501
+
268
502
  ServiceQuotaExceededException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
269
503
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
270
504
 
@@ -294,6 +528,35 @@ module Aws::IVSRealTime
294
528
 
295
529
  StageSummaryList.member = Shapes::ShapeRef.new(shape: StageSummary)
296
530
 
531
+ StartCompositionRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: DestinationConfigurationList, required: true, location_name: "destinations"))
532
+ StartCompositionRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: CompositionClientToken, location_name: "idempotencyToken", metadata: {"idempotencyToken"=>true}))
533
+ StartCompositionRequest.add_member(:layout, Shapes::ShapeRef.new(shape: LayoutConfiguration, location_name: "layout"))
534
+ StartCompositionRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
535
+ StartCompositionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
536
+ StartCompositionRequest.struct_class = Types::StartCompositionRequest
537
+
538
+ StartCompositionResponse.add_member(:composition, Shapes::ShapeRef.new(shape: Composition, location_name: "composition"))
539
+ StartCompositionResponse.struct_class = Types::StartCompositionResponse
540
+
541
+ StopCompositionRequest.add_member(:arn, Shapes::ShapeRef.new(shape: CompositionArn, required: true, location_name: "arn"))
542
+ StopCompositionRequest.struct_class = Types::StopCompositionRequest
543
+
544
+ StopCompositionResponse.struct_class = Types::StopCompositionResponse
545
+
546
+ StorageConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: StorageConfigurationArn, required: true, location_name: "arn"))
547
+ StorageConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: StorageConfigurationName, location_name: "name"))
548
+ StorageConfiguration.add_member(:s3, Shapes::ShapeRef.new(shape: S3StorageConfiguration, location_name: "s3"))
549
+ StorageConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
550
+ StorageConfiguration.struct_class = Types::StorageConfiguration
551
+
552
+ StorageConfigurationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: StorageConfigurationArn, required: true, location_name: "arn"))
553
+ StorageConfigurationSummary.add_member(:name, Shapes::ShapeRef.new(shape: StorageConfigurationName, location_name: "name"))
554
+ StorageConfigurationSummary.add_member(:s3, Shapes::ShapeRef.new(shape: S3StorageConfiguration, location_name: "s3"))
555
+ StorageConfigurationSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
556
+ StorageConfigurationSummary.struct_class = Types::StorageConfigurationSummary
557
+
558
+ StorageConfigurationSummaryList.member = Shapes::ShapeRef.new(shape: StorageConfigurationSummary)
559
+
297
560
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
298
561
 
299
562
  TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
@@ -321,6 +584,12 @@ module Aws::IVSRealTime
321
584
  ValidationException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
322
585
  ValidationException.struct_class = Types::ValidationException
323
586
 
587
+ Video.add_member(:bitrate, Shapes::ShapeRef.new(shape: Bitrate, location_name: "bitrate"))
588
+ Video.add_member(:framerate, Shapes::ShapeRef.new(shape: Framerate, location_name: "framerate"))
589
+ Video.add_member(:height, Shapes::ShapeRef.new(shape: Height, location_name: "height"))
590
+ Video.add_member(:width, Shapes::ShapeRef.new(shape: Width, location_name: "width"))
591
+ Video.struct_class = Types::Video
592
+
324
593
 
325
594
  # @api private
326
595
  API = Seahorse::Model::Api.new.tap do |api|
@@ -340,6 +609,21 @@ module Aws::IVSRealTime
340
609
  "uid" => "ivs-realtime-2020-07-14",
341
610
  }
342
611
 
612
+ api.add_operation(:create_encoder_configuration, Seahorse::Model::Operation.new.tap do |o|
613
+ o.name = "CreateEncoderConfiguration"
614
+ o.http_method = "POST"
615
+ o.http_request_uri = "/CreateEncoderConfiguration"
616
+ o.input = Shapes::ShapeRef.new(shape: CreateEncoderConfigurationRequest)
617
+ o.output = Shapes::ShapeRef.new(shape: CreateEncoderConfigurationResponse)
618
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
619
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
620
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
621
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
622
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
623
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
624
+ o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
625
+ end)
626
+
343
627
  api.add_operation(:create_participant_token, Seahorse::Model::Operation.new.tap do |o|
344
628
  o.name = "CreateParticipantToken"
345
629
  o.http_method = "POST"
@@ -365,6 +649,35 @@ module Aws::IVSRealTime
365
649
  o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
366
650
  end)
367
651
 
652
+ api.add_operation(:create_storage_configuration, Seahorse::Model::Operation.new.tap do |o|
653
+ o.name = "CreateStorageConfiguration"
654
+ o.http_method = "POST"
655
+ o.http_request_uri = "/CreateStorageConfiguration"
656
+ o.input = Shapes::ShapeRef.new(shape: CreateStorageConfigurationRequest)
657
+ o.output = Shapes::ShapeRef.new(shape: CreateStorageConfigurationResponse)
658
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
659
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
660
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
661
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
662
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
663
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
664
+ o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
665
+ end)
666
+
667
+ api.add_operation(:delete_encoder_configuration, Seahorse::Model::Operation.new.tap do |o|
668
+ o.name = "DeleteEncoderConfiguration"
669
+ o.http_method = "POST"
670
+ o.http_request_uri = "/DeleteEncoderConfiguration"
671
+ o.input = Shapes::ShapeRef.new(shape: DeleteEncoderConfigurationRequest)
672
+ o.output = Shapes::ShapeRef.new(shape: DeleteEncoderConfigurationResponse)
673
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
674
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
675
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
676
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
677
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
678
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
679
+ end)
680
+
368
681
  api.add_operation(:delete_stage, Seahorse::Model::Operation.new.tap do |o|
369
682
  o.name = "DeleteStage"
370
683
  o.http_method = "POST"
@@ -378,6 +691,20 @@ module Aws::IVSRealTime
378
691
  o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
379
692
  end)
380
693
 
694
+ api.add_operation(:delete_storage_configuration, Seahorse::Model::Operation.new.tap do |o|
695
+ o.name = "DeleteStorageConfiguration"
696
+ o.http_method = "POST"
697
+ o.http_request_uri = "/DeleteStorageConfiguration"
698
+ o.input = Shapes::ShapeRef.new(shape: DeleteStorageConfigurationRequest)
699
+ o.output = Shapes::ShapeRef.new(shape: DeleteStorageConfigurationResponse)
700
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
701
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
702
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
703
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
704
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
705
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
706
+ end)
707
+
381
708
  api.add_operation(:disconnect_participant, Seahorse::Model::Operation.new.tap do |o|
382
709
  o.name = "DisconnectParticipant"
383
710
  o.http_method = "POST"
@@ -390,6 +717,34 @@ module Aws::IVSRealTime
390
717
  o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
391
718
  end)
392
719
 
720
+ api.add_operation(:get_composition, Seahorse::Model::Operation.new.tap do |o|
721
+ o.name = "GetComposition"
722
+ o.http_method = "POST"
723
+ o.http_request_uri = "/GetComposition"
724
+ o.input = Shapes::ShapeRef.new(shape: GetCompositionRequest)
725
+ o.output = Shapes::ShapeRef.new(shape: GetCompositionResponse)
726
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
727
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
728
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
729
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
730
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
731
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
732
+ end)
733
+
734
+ api.add_operation(:get_encoder_configuration, Seahorse::Model::Operation.new.tap do |o|
735
+ o.name = "GetEncoderConfiguration"
736
+ o.http_method = "POST"
737
+ o.http_request_uri = "/GetEncoderConfiguration"
738
+ o.input = Shapes::ShapeRef.new(shape: GetEncoderConfigurationRequest)
739
+ o.output = Shapes::ShapeRef.new(shape: GetEncoderConfigurationResponse)
740
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
741
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
742
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
743
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
744
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
745
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
746
+ end)
747
+
393
748
  api.add_operation(:get_participant, Seahorse::Model::Operation.new.tap do |o|
394
749
  o.name = "GetParticipant"
395
750
  o.http_method = "POST"
@@ -423,6 +778,58 @@ module Aws::IVSRealTime
423
778
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
424
779
  end)
425
780
 
781
+ api.add_operation(:get_storage_configuration, Seahorse::Model::Operation.new.tap do |o|
782
+ o.name = "GetStorageConfiguration"
783
+ o.http_method = "POST"
784
+ o.http_request_uri = "/GetStorageConfiguration"
785
+ o.input = Shapes::ShapeRef.new(shape: GetStorageConfigurationRequest)
786
+ o.output = Shapes::ShapeRef.new(shape: GetStorageConfigurationResponse)
787
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
788
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
789
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
790
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
791
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
792
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
793
+ end)
794
+
795
+ api.add_operation(:list_compositions, Seahorse::Model::Operation.new.tap do |o|
796
+ o.name = "ListCompositions"
797
+ o.http_method = "POST"
798
+ o.http_request_uri = "/ListCompositions"
799
+ o.input = Shapes::ShapeRef.new(shape: ListCompositionsRequest)
800
+ o.output = Shapes::ShapeRef.new(shape: ListCompositionsResponse)
801
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
802
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
803
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
804
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
805
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
806
+ o[:pager] = Aws::Pager.new(
807
+ limit_key: "max_results",
808
+ tokens: {
809
+ "next_token" => "next_token"
810
+ }
811
+ )
812
+ end)
813
+
814
+ api.add_operation(:list_encoder_configurations, Seahorse::Model::Operation.new.tap do |o|
815
+ o.name = "ListEncoderConfigurations"
816
+ o.http_method = "POST"
817
+ o.http_request_uri = "/ListEncoderConfigurations"
818
+ o.input = Shapes::ShapeRef.new(shape: ListEncoderConfigurationsRequest)
819
+ o.output = Shapes::ShapeRef.new(shape: ListEncoderConfigurationsResponse)
820
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
821
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
822
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
823
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
824
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
825
+ o[:pager] = Aws::Pager.new(
826
+ limit_key: "max_results",
827
+ tokens: {
828
+ "next_token" => "next_token"
829
+ }
830
+ )
831
+ end)
832
+
426
833
  api.add_operation(:list_participant_events, Seahorse::Model::Operation.new.tap do |o|
427
834
  o.name = "ListParticipantEvents"
428
835
  o.http_method = "POST"
@@ -488,6 +895,25 @@ module Aws::IVSRealTime
488
895
  )
489
896
  end)
490
897
 
898
+ api.add_operation(:list_storage_configurations, Seahorse::Model::Operation.new.tap do |o|
899
+ o.name = "ListStorageConfigurations"
900
+ o.http_method = "POST"
901
+ o.http_request_uri = "/ListStorageConfigurations"
902
+ o.input = Shapes::ShapeRef.new(shape: ListStorageConfigurationsRequest)
903
+ o.output = Shapes::ShapeRef.new(shape: ListStorageConfigurationsResponse)
904
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
905
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
906
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
907
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
908
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
909
+ o[:pager] = Aws::Pager.new(
910
+ limit_key: "max_results",
911
+ tokens: {
912
+ "next_token" => "next_token"
913
+ }
914
+ )
915
+ end)
916
+
491
917
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
492
918
  o.name = "ListTagsForResource"
493
919
  o.http_method = "GET"
@@ -499,6 +925,35 @@ module Aws::IVSRealTime
499
925
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
500
926
  end)
501
927
 
928
+ api.add_operation(:start_composition, Seahorse::Model::Operation.new.tap do |o|
929
+ o.name = "StartComposition"
930
+ o.http_method = "POST"
931
+ o.http_request_uri = "/StartComposition"
932
+ o.input = Shapes::ShapeRef.new(shape: StartCompositionRequest)
933
+ o.output = Shapes::ShapeRef.new(shape: StartCompositionResponse)
934
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
935
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
936
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
937
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
938
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
939
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
940
+ o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
941
+ end)
942
+
943
+ api.add_operation(:stop_composition, Seahorse::Model::Operation.new.tap do |o|
944
+ o.name = "StopComposition"
945
+ o.http_method = "POST"
946
+ o.http_request_uri = "/StopComposition"
947
+ o.input = Shapes::ShapeRef.new(shape: StopCompositionRequest)
948
+ o.output = Shapes::ShapeRef.new(shape: StopCompositionResponse)
949
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
950
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
951
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
952
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
953
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
954
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
955
+ end)
956
+
502
957
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
503
958
  o.name = "TagResource"
504
959
  o.http_method = "POST"