aws-sdk-mediaconnect 1.32.0 → 1.33.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.
@@ -13,6 +13,8 @@ module Aws::MediaConnect
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
+ AddFlowMediaStreamsRequest = Shapes::StructureShape.new(name: 'AddFlowMediaStreamsRequest')
17
+ AddFlowMediaStreamsResponse = Shapes::StructureShape.new(name: 'AddFlowMediaStreamsResponse')
16
18
  AddFlowOutputs420Exception = Shapes::StructureShape.new(name: 'AddFlowOutputs420Exception')
17
19
  AddFlowOutputsRequest = Shapes::StructureShape.new(name: 'AddFlowOutputsRequest')
18
20
  AddFlowOutputsResponse = Shapes::StructureShape.new(name: 'AddFlowOutputsResponse')
@@ -20,9 +22,11 @@ module Aws::MediaConnect
20
22
  AddFlowSourcesResponse = Shapes::StructureShape.new(name: 'AddFlowSourcesResponse')
21
23
  AddFlowVpcInterfacesRequest = Shapes::StructureShape.new(name: 'AddFlowVpcInterfacesRequest')
22
24
  AddFlowVpcInterfacesResponse = Shapes::StructureShape.new(name: 'AddFlowVpcInterfacesResponse')
25
+ AddMediaStreamRequest = Shapes::StructureShape.new(name: 'AddMediaStreamRequest')
23
26
  AddOutputRequest = Shapes::StructureShape.new(name: 'AddOutputRequest')
24
27
  Algorithm = Shapes::StringShape.new(name: 'Algorithm')
25
28
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
29
+ Colorimetry = Shapes::StringShape.new(name: 'Colorimetry')
26
30
  CreateFlow420Exception = Shapes::StructureShape.new(name: 'CreateFlow420Exception')
27
31
  CreateFlowRequest = Shapes::StructureShape.new(name: 'CreateFlowRequest')
28
32
  CreateFlowResponse = Shapes::StructureShape.new(name: 'CreateFlowResponse')
@@ -34,17 +38,29 @@ module Aws::MediaConnect
34
38
  DescribeOfferingResponse = Shapes::StructureShape.new(name: 'DescribeOfferingResponse')
35
39
  DescribeReservationRequest = Shapes::StructureShape.new(name: 'DescribeReservationRequest')
36
40
  DescribeReservationResponse = Shapes::StructureShape.new(name: 'DescribeReservationResponse')
41
+ DestinationConfiguration = Shapes::StructureShape.new(name: 'DestinationConfiguration')
42
+ DestinationConfigurationRequest = Shapes::StructureShape.new(name: 'DestinationConfigurationRequest')
37
43
  DurationUnits = Shapes::StringShape.new(name: 'DurationUnits')
44
+ EncoderProfile = Shapes::StringShape.new(name: 'EncoderProfile')
45
+ EncodingName = Shapes::StringShape.new(name: 'EncodingName')
46
+ EncodingParameters = Shapes::StructureShape.new(name: 'EncodingParameters')
47
+ EncodingParametersRequest = Shapes::StructureShape.new(name: 'EncodingParametersRequest')
38
48
  Encryption = Shapes::StructureShape.new(name: 'Encryption')
39
49
  Entitlement = Shapes::StructureShape.new(name: 'Entitlement')
40
50
  EntitlementStatus = Shapes::StringShape.new(name: 'EntitlementStatus')
41
51
  FailoverConfig = Shapes::StructureShape.new(name: 'FailoverConfig')
42
52
  Flow = Shapes::StructureShape.new(name: 'Flow')
53
+ Fmtp = Shapes::StructureShape.new(name: 'Fmtp')
54
+ FmtpRequest = Shapes::StructureShape.new(name: 'FmtpRequest')
43
55
  ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
44
56
  GrantEntitlementRequest = Shapes::StructureShape.new(name: 'GrantEntitlementRequest')
45
57
  GrantFlowEntitlements420Exception = Shapes::StructureShape.new(name: 'GrantFlowEntitlements420Exception')
46
58
  GrantFlowEntitlementsRequest = Shapes::StructureShape.new(name: 'GrantFlowEntitlementsRequest')
47
59
  GrantFlowEntitlementsResponse = Shapes::StructureShape.new(name: 'GrantFlowEntitlementsResponse')
60
+ InputConfiguration = Shapes::StructureShape.new(name: 'InputConfiguration')
61
+ InputConfigurationRequest = Shapes::StructureShape.new(name: 'InputConfigurationRequest')
62
+ Interface = Shapes::StructureShape.new(name: 'Interface')
63
+ InterfaceRequest = Shapes::StructureShape.new(name: 'InterfaceRequest')
48
64
  InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
49
65
  KeyType = Shapes::StringShape.new(name: 'KeyType')
50
66
  ListEntitlementsRequest = Shapes::StructureShape.new(name: 'ListEntitlementsRequest')
@@ -60,7 +76,16 @@ module Aws::MediaConnect
60
76
  ListedEntitlement = Shapes::StructureShape.new(name: 'ListedEntitlement')
61
77
  ListedFlow = Shapes::StructureShape.new(name: 'ListedFlow')
62
78
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
79
+ MediaStream = Shapes::StructureShape.new(name: 'MediaStream')
80
+ MediaStreamAttributes = Shapes::StructureShape.new(name: 'MediaStreamAttributes')
81
+ MediaStreamAttributesRequest = Shapes::StructureShape.new(name: 'MediaStreamAttributesRequest')
82
+ MediaStreamOutputConfiguration = Shapes::StructureShape.new(name: 'MediaStreamOutputConfiguration')
83
+ MediaStreamOutputConfigurationRequest = Shapes::StructureShape.new(name: 'MediaStreamOutputConfigurationRequest')
84
+ MediaStreamSourceConfiguration = Shapes::StructureShape.new(name: 'MediaStreamSourceConfiguration')
85
+ MediaStreamSourceConfigurationRequest = Shapes::StructureShape.new(name: 'MediaStreamSourceConfigurationRequest')
86
+ MediaStreamType = Shapes::StringShape.new(name: 'MediaStreamType')
63
87
  Messages = Shapes::StructureShape.new(name: 'Messages')
88
+ NetworkInterfaceType = Shapes::StringShape.new(name: 'NetworkInterfaceType')
64
89
  NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
65
90
  Offering = Shapes::StructureShape.new(name: 'Offering')
66
91
  Output = Shapes::StructureShape.new(name: 'Output')
@@ -68,6 +93,9 @@ module Aws::MediaConnect
68
93
  Protocol = Shapes::StringShape.new(name: 'Protocol')
69
94
  PurchaseOfferingRequest = Shapes::StructureShape.new(name: 'PurchaseOfferingRequest')
70
95
  PurchaseOfferingResponse = Shapes::StructureShape.new(name: 'PurchaseOfferingResponse')
96
+ Range = Shapes::StringShape.new(name: 'Range')
97
+ RemoveFlowMediaStreamRequest = Shapes::StructureShape.new(name: 'RemoveFlowMediaStreamRequest')
98
+ RemoveFlowMediaStreamResponse = Shapes::StructureShape.new(name: 'RemoveFlowMediaStreamResponse')
71
99
  RemoveFlowOutputRequest = Shapes::StructureShape.new(name: 'RemoveFlowOutputRequest')
72
100
  RemoveFlowOutputResponse = Shapes::StructureShape.new(name: 'RemoveFlowOutputResponse')
73
101
  RemoveFlowSourceRequest = Shapes::StructureShape.new(name: 'RemoveFlowSourceRequest')
@@ -81,6 +109,7 @@ module Aws::MediaConnect
81
109
  ResponseError = Shapes::StructureShape.new(name: 'ResponseError')
82
110
  RevokeFlowEntitlementRequest = Shapes::StructureShape.new(name: 'RevokeFlowEntitlementRequest')
83
111
  RevokeFlowEntitlementResponse = Shapes::StructureShape.new(name: 'RevokeFlowEntitlementResponse')
112
+ ScanMode = Shapes::StringShape.new(name: 'ScanMode')
84
113
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
85
114
  SetSourceRequest = Shapes::StructureShape.new(name: 'SetSourceRequest')
86
115
  Source = Shapes::StructureShape.new(name: 'Source')
@@ -92,6 +121,7 @@ module Aws::MediaConnect
92
121
  StopFlowRequest = Shapes::StructureShape.new(name: 'StopFlowRequest')
93
122
  StopFlowResponse = Shapes::StructureShape.new(name: 'StopFlowResponse')
94
123
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
124
+ Tcs = Shapes::StringShape.new(name: 'Tcs')
95
125
  TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
96
126
  Transport = Shapes::StructureShape.new(name: 'Transport')
97
127
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
@@ -99,6 +129,8 @@ module Aws::MediaConnect
99
129
  UpdateFailoverConfig = Shapes::StructureShape.new(name: 'UpdateFailoverConfig')
100
130
  UpdateFlowEntitlementRequest = Shapes::StructureShape.new(name: 'UpdateFlowEntitlementRequest')
101
131
  UpdateFlowEntitlementResponse = Shapes::StructureShape.new(name: 'UpdateFlowEntitlementResponse')
132
+ UpdateFlowMediaStreamRequest = Shapes::StructureShape.new(name: 'UpdateFlowMediaStreamRequest')
133
+ UpdateFlowMediaStreamResponse = Shapes::StructureShape.new(name: 'UpdateFlowMediaStreamResponse')
102
134
  UpdateFlowOutputRequest = Shapes::StructureShape.new(name: 'UpdateFlowOutputRequest')
103
135
  UpdateFlowOutputResponse = Shapes::StructureShape.new(name: 'UpdateFlowOutputResponse')
104
136
  UpdateFlowRequest = Shapes::StructureShape.new(name: 'UpdateFlowRequest')
@@ -111,11 +143,21 @@ module Aws::MediaConnect
111
143
  __boolean = Shapes::BooleanShape.new(name: '__boolean')
112
144
  __double = Shapes::FloatShape.new(name: '__double')
113
145
  __integer = Shapes::IntegerShape.new(name: '__integer')
146
+ __listOfAddMediaStreamRequest = Shapes::ListShape.new(name: '__listOfAddMediaStreamRequest')
114
147
  __listOfAddOutputRequest = Shapes::ListShape.new(name: '__listOfAddOutputRequest')
148
+ __listOfDestinationConfiguration = Shapes::ListShape.new(name: '__listOfDestinationConfiguration')
149
+ __listOfDestinationConfigurationRequest = Shapes::ListShape.new(name: '__listOfDestinationConfigurationRequest')
115
150
  __listOfEntitlement = Shapes::ListShape.new(name: '__listOfEntitlement')
116
151
  __listOfGrantEntitlementRequest = Shapes::ListShape.new(name: '__listOfGrantEntitlementRequest')
152
+ __listOfInputConfiguration = Shapes::ListShape.new(name: '__listOfInputConfiguration')
153
+ __listOfInputConfigurationRequest = Shapes::ListShape.new(name: '__listOfInputConfigurationRequest')
117
154
  __listOfListedEntitlement = Shapes::ListShape.new(name: '__listOfListedEntitlement')
118
155
  __listOfListedFlow = Shapes::ListShape.new(name: '__listOfListedFlow')
156
+ __listOfMediaStream = Shapes::ListShape.new(name: '__listOfMediaStream')
157
+ __listOfMediaStreamOutputConfiguration = Shapes::ListShape.new(name: '__listOfMediaStreamOutputConfiguration')
158
+ __listOfMediaStreamOutputConfigurationRequest = Shapes::ListShape.new(name: '__listOfMediaStreamOutputConfigurationRequest')
159
+ __listOfMediaStreamSourceConfiguration = Shapes::ListShape.new(name: '__listOfMediaStreamSourceConfiguration')
160
+ __listOfMediaStreamSourceConfigurationRequest = Shapes::ListShape.new(name: '__listOfMediaStreamSourceConfigurationRequest')
119
161
  __listOfOffering = Shapes::ListShape.new(name: '__listOfOffering')
120
162
  __listOfOutput = Shapes::ListShape.new(name: '__listOfOutput')
121
163
  __listOfReservation = Shapes::ListShape.new(name: '__listOfReservation')
@@ -131,6 +173,14 @@ module Aws::MediaConnect
131
173
  __timestampIso8601 = Shapes::TimestampShape.new(name: '__timestampIso8601', timestampFormat: "iso8601")
132
174
  __timestampUnix = Shapes::TimestampShape.new(name: '__timestampUnix', timestampFormat: "unixTimestamp")
133
175
 
176
+ AddFlowMediaStreamsRequest.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "flowArn", metadata: {"pattern"=>"^arn:.+:mediaconnect.+:flow:.+$"}))
177
+ AddFlowMediaStreamsRequest.add_member(:media_streams, Shapes::ShapeRef.new(shape: __listOfAddMediaStreamRequest, required: true, location_name: "mediaStreams"))
178
+ AddFlowMediaStreamsRequest.struct_class = Types::AddFlowMediaStreamsRequest
179
+
180
+ AddFlowMediaStreamsResponse.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, location_name: "flowArn"))
181
+ AddFlowMediaStreamsResponse.add_member(:media_streams, Shapes::ShapeRef.new(shape: __listOfMediaStream, location_name: "mediaStreams"))
182
+ AddFlowMediaStreamsResponse.struct_class = Types::AddFlowMediaStreamsResponse
183
+
134
184
  AddFlowOutputs420Exception.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "message"))
135
185
  AddFlowOutputs420Exception.struct_class = Types::AddFlowOutputs420Exception
136
186
 
@@ -158,11 +208,21 @@ module Aws::MediaConnect
158
208
  AddFlowVpcInterfacesResponse.add_member(:vpc_interfaces, Shapes::ShapeRef.new(shape: __listOfVpcInterface, location_name: "vpcInterfaces"))
159
209
  AddFlowVpcInterfacesResponse.struct_class = Types::AddFlowVpcInterfacesResponse
160
210
 
211
+ AddMediaStreamRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: MediaStreamAttributesRequest, location_name: "attributes"))
212
+ AddMediaStreamRequest.add_member(:clock_rate, Shapes::ShapeRef.new(shape: __integer, location_name: "clockRate"))
213
+ AddMediaStreamRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
214
+ AddMediaStreamRequest.add_member(:media_stream_id, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "mediaStreamId"))
215
+ AddMediaStreamRequest.add_member(:media_stream_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "mediaStreamName"))
216
+ AddMediaStreamRequest.add_member(:media_stream_type, Shapes::ShapeRef.new(shape: MediaStreamType, required: true, location_name: "mediaStreamType"))
217
+ AddMediaStreamRequest.add_member(:video_format, Shapes::ShapeRef.new(shape: __string, location_name: "videoFormat"))
218
+ AddMediaStreamRequest.struct_class = Types::AddMediaStreamRequest
219
+
161
220
  AddOutputRequest.add_member(:cidr_allow_list, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "cidrAllowList"))
162
221
  AddOutputRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
163
222
  AddOutputRequest.add_member(:destination, Shapes::ShapeRef.new(shape: __string, location_name: "destination"))
164
223
  AddOutputRequest.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "encryption"))
165
224
  AddOutputRequest.add_member(:max_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "maxLatency"))
225
+ AddOutputRequest.add_member(:media_stream_output_configurations, Shapes::ShapeRef.new(shape: __listOfMediaStreamOutputConfigurationRequest, location_name: "mediaStreamOutputConfigurations"))
166
226
  AddOutputRequest.add_member(:min_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "minLatency"))
167
227
  AddOutputRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
168
228
  AddOutputRequest.add_member(:port, Shapes::ShapeRef.new(shape: __integer, location_name: "port"))
@@ -181,6 +241,7 @@ module Aws::MediaConnect
181
241
 
182
242
  CreateFlowRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: __string, location_name: "availabilityZone"))
183
243
  CreateFlowRequest.add_member(:entitlements, Shapes::ShapeRef.new(shape: __listOfGrantEntitlementRequest, location_name: "entitlements"))
244
+ CreateFlowRequest.add_member(:media_streams, Shapes::ShapeRef.new(shape: __listOfAddMediaStreamRequest, location_name: "mediaStreams"))
184
245
  CreateFlowRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
185
246
  CreateFlowRequest.add_member(:outputs, Shapes::ShapeRef.new(shape: __listOfAddOutputRequest, location_name: "outputs"))
186
247
  CreateFlowRequest.add_member(:source, Shapes::ShapeRef.new(shape: SetSourceRequest, location_name: "source"))
@@ -218,6 +279,25 @@ module Aws::MediaConnect
218
279
  DescribeReservationResponse.add_member(:reservation, Shapes::ShapeRef.new(shape: Reservation, location_name: "reservation"))
219
280
  DescribeReservationResponse.struct_class = Types::DescribeReservationResponse
220
281
 
282
+ DestinationConfiguration.add_member(:destination_ip, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "destinationIp"))
283
+ DestinationConfiguration.add_member(:destination_port, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "destinationPort"))
284
+ DestinationConfiguration.add_member(:interface, Shapes::ShapeRef.new(shape: Interface, required: true, location_name: "interface"))
285
+ DestinationConfiguration.add_member(:outbound_ip, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "outboundIp"))
286
+ DestinationConfiguration.struct_class = Types::DestinationConfiguration
287
+
288
+ DestinationConfigurationRequest.add_member(:destination_ip, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "destinationIp"))
289
+ DestinationConfigurationRequest.add_member(:destination_port, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "destinationPort"))
290
+ DestinationConfigurationRequest.add_member(:interface, Shapes::ShapeRef.new(shape: InterfaceRequest, required: true, location_name: "interface"))
291
+ DestinationConfigurationRequest.struct_class = Types::DestinationConfigurationRequest
292
+
293
+ EncodingParameters.add_member(:compression_factor, Shapes::ShapeRef.new(shape: __double, required: true, location_name: "compressionFactor"))
294
+ EncodingParameters.add_member(:encoder_profile, Shapes::ShapeRef.new(shape: EncoderProfile, required: true, location_name: "encoderProfile"))
295
+ EncodingParameters.struct_class = Types::EncodingParameters
296
+
297
+ EncodingParametersRequest.add_member(:compression_factor, Shapes::ShapeRef.new(shape: __double, required: true, location_name: "compressionFactor"))
298
+ EncodingParametersRequest.add_member(:encoder_profile, Shapes::ShapeRef.new(shape: EncoderProfile, required: true, location_name: "encoderProfile"))
299
+ EncodingParametersRequest.struct_class = Types::EncodingParametersRequest
300
+
221
301
  Encryption.add_member(:algorithm, Shapes::ShapeRef.new(shape: Algorithm, location_name: "algorithm"))
222
302
  Encryption.add_member(:constant_initialization_vector, Shapes::ShapeRef.new(shape: __string, location_name: "constantInitializationVector"))
223
303
  Encryption.add_member(:device_id, Shapes::ShapeRef.new(shape: __string, location_name: "deviceId"))
@@ -247,6 +327,7 @@ module Aws::MediaConnect
247
327
  Flow.add_member(:egress_ip, Shapes::ShapeRef.new(shape: __string, location_name: "egressIp"))
248
328
  Flow.add_member(:entitlements, Shapes::ShapeRef.new(shape: __listOfEntitlement, required: true, location_name: "entitlements"))
249
329
  Flow.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "flowArn"))
330
+ Flow.add_member(:media_streams, Shapes::ShapeRef.new(shape: __listOfMediaStream, location_name: "mediaStreams"))
250
331
  Flow.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
251
332
  Flow.add_member(:outputs, Shapes::ShapeRef.new(shape: __listOfOutput, required: true, location_name: "outputs"))
252
333
  Flow.add_member(:source, Shapes::ShapeRef.new(shape: Source, required: true, location_name: "source"))
@@ -256,6 +337,24 @@ module Aws::MediaConnect
256
337
  Flow.add_member(:vpc_interfaces, Shapes::ShapeRef.new(shape: __listOfVpcInterface, location_name: "vpcInterfaces"))
257
338
  Flow.struct_class = Types::Flow
258
339
 
340
+ Fmtp.add_member(:channel_order, Shapes::ShapeRef.new(shape: __string, location_name: "channelOrder"))
341
+ Fmtp.add_member(:colorimetry, Shapes::ShapeRef.new(shape: Colorimetry, location_name: "colorimetry"))
342
+ Fmtp.add_member(:exact_framerate, Shapes::ShapeRef.new(shape: __string, location_name: "exactFramerate"))
343
+ Fmtp.add_member(:par, Shapes::ShapeRef.new(shape: __string, location_name: "par"))
344
+ Fmtp.add_member(:range, Shapes::ShapeRef.new(shape: Range, location_name: "range"))
345
+ Fmtp.add_member(:scan_mode, Shapes::ShapeRef.new(shape: ScanMode, location_name: "scanMode"))
346
+ Fmtp.add_member(:tcs, Shapes::ShapeRef.new(shape: Tcs, location_name: "tcs"))
347
+ Fmtp.struct_class = Types::Fmtp
348
+
349
+ FmtpRequest.add_member(:channel_order, Shapes::ShapeRef.new(shape: __string, location_name: "channelOrder"))
350
+ FmtpRequest.add_member(:colorimetry, Shapes::ShapeRef.new(shape: Colorimetry, location_name: "colorimetry"))
351
+ FmtpRequest.add_member(:exact_framerate, Shapes::ShapeRef.new(shape: __string, location_name: "exactFramerate"))
352
+ FmtpRequest.add_member(:par, Shapes::ShapeRef.new(shape: __string, location_name: "par"))
353
+ FmtpRequest.add_member(:range, Shapes::ShapeRef.new(shape: Range, location_name: "range"))
354
+ FmtpRequest.add_member(:scan_mode, Shapes::ShapeRef.new(shape: ScanMode, location_name: "scanMode"))
355
+ FmtpRequest.add_member(:tcs, Shapes::ShapeRef.new(shape: Tcs, location_name: "tcs"))
356
+ FmtpRequest.struct_class = Types::FmtpRequest
357
+
259
358
  ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "message"))
260
359
  ForbiddenException.struct_class = Types::ForbiddenException
261
360
 
@@ -278,6 +377,21 @@ module Aws::MediaConnect
278
377
  GrantFlowEntitlementsResponse.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, location_name: "flowArn"))
279
378
  GrantFlowEntitlementsResponse.struct_class = Types::GrantFlowEntitlementsResponse
280
379
 
380
+ InputConfiguration.add_member(:input_ip, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "inputIp"))
381
+ InputConfiguration.add_member(:input_port, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "inputPort"))
382
+ InputConfiguration.add_member(:interface, Shapes::ShapeRef.new(shape: Interface, required: true, location_name: "interface"))
383
+ InputConfiguration.struct_class = Types::InputConfiguration
384
+
385
+ InputConfigurationRequest.add_member(:input_port, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "inputPort"))
386
+ InputConfigurationRequest.add_member(:interface, Shapes::ShapeRef.new(shape: InterfaceRequest, required: true, location_name: "interface"))
387
+ InputConfigurationRequest.struct_class = Types::InputConfigurationRequest
388
+
389
+ Interface.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
390
+ Interface.struct_class = Types::Interface
391
+
392
+ InterfaceRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
393
+ InterfaceRequest.struct_class = Types::InterfaceRequest
394
+
281
395
  InternalServerErrorException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "message"))
282
396
  InternalServerErrorException.struct_class = Types::InternalServerErrorException
283
397
 
@@ -332,6 +446,46 @@ module Aws::MediaConnect
332
446
  ListedFlow.add_member(:status, Shapes::ShapeRef.new(shape: Status, required: true, location_name: "status"))
333
447
  ListedFlow.struct_class = Types::ListedFlow
334
448
 
449
+ MediaStream.add_member(:attributes, Shapes::ShapeRef.new(shape: MediaStreamAttributes, location_name: "attributes"))
450
+ MediaStream.add_member(:clock_rate, Shapes::ShapeRef.new(shape: __integer, location_name: "clockRate"))
451
+ MediaStream.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
452
+ MediaStream.add_member(:fmt, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "fmt"))
453
+ MediaStream.add_member(:media_stream_id, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "mediaStreamId"))
454
+ MediaStream.add_member(:media_stream_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "mediaStreamName"))
455
+ MediaStream.add_member(:media_stream_type, Shapes::ShapeRef.new(shape: MediaStreamType, required: true, location_name: "mediaStreamType"))
456
+ MediaStream.add_member(:video_format, Shapes::ShapeRef.new(shape: __string, location_name: "videoFormat"))
457
+ MediaStream.struct_class = Types::MediaStream
458
+
459
+ MediaStreamAttributes.add_member(:fmtp, Shapes::ShapeRef.new(shape: Fmtp, required: true, location_name: "fmtp"))
460
+ MediaStreamAttributes.add_member(:lang, Shapes::ShapeRef.new(shape: __string, location_name: "lang"))
461
+ MediaStreamAttributes.struct_class = Types::MediaStreamAttributes
462
+
463
+ MediaStreamAttributesRequest.add_member(:fmtp, Shapes::ShapeRef.new(shape: FmtpRequest, location_name: "fmtp"))
464
+ MediaStreamAttributesRequest.add_member(:lang, Shapes::ShapeRef.new(shape: __string, location_name: "lang"))
465
+ MediaStreamAttributesRequest.struct_class = Types::MediaStreamAttributesRequest
466
+
467
+ MediaStreamOutputConfiguration.add_member(:destination_configurations, Shapes::ShapeRef.new(shape: __listOfDestinationConfiguration, location_name: "destinationConfigurations"))
468
+ MediaStreamOutputConfiguration.add_member(:encoding_name, Shapes::ShapeRef.new(shape: EncodingName, required: true, location_name: "encodingName"))
469
+ MediaStreamOutputConfiguration.add_member(:encoding_parameters, Shapes::ShapeRef.new(shape: EncodingParameters, location_name: "encodingParameters"))
470
+ MediaStreamOutputConfiguration.add_member(:media_stream_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "mediaStreamName"))
471
+ MediaStreamOutputConfiguration.struct_class = Types::MediaStreamOutputConfiguration
472
+
473
+ MediaStreamOutputConfigurationRequest.add_member(:destination_configurations, Shapes::ShapeRef.new(shape: __listOfDestinationConfigurationRequest, location_name: "destinationConfigurations"))
474
+ MediaStreamOutputConfigurationRequest.add_member(:encoding_name, Shapes::ShapeRef.new(shape: EncodingName, required: true, location_name: "encodingName"))
475
+ MediaStreamOutputConfigurationRequest.add_member(:encoding_parameters, Shapes::ShapeRef.new(shape: EncodingParametersRequest, location_name: "encodingParameters"))
476
+ MediaStreamOutputConfigurationRequest.add_member(:media_stream_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "mediaStreamName"))
477
+ MediaStreamOutputConfigurationRequest.struct_class = Types::MediaStreamOutputConfigurationRequest
478
+
479
+ MediaStreamSourceConfiguration.add_member(:encoding_name, Shapes::ShapeRef.new(shape: EncodingName, required: true, location_name: "encodingName"))
480
+ MediaStreamSourceConfiguration.add_member(:input_configurations, Shapes::ShapeRef.new(shape: __listOfInputConfiguration, location_name: "inputConfigurations"))
481
+ MediaStreamSourceConfiguration.add_member(:media_stream_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "mediaStreamName"))
482
+ MediaStreamSourceConfiguration.struct_class = Types::MediaStreamSourceConfiguration
483
+
484
+ MediaStreamSourceConfigurationRequest.add_member(:encoding_name, Shapes::ShapeRef.new(shape: EncodingName, required: true, location_name: "encodingName"))
485
+ MediaStreamSourceConfigurationRequest.add_member(:input_configurations, Shapes::ShapeRef.new(shape: __listOfInputConfigurationRequest, location_name: "inputConfigurations"))
486
+ MediaStreamSourceConfigurationRequest.add_member(:media_stream_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "mediaStreamName"))
487
+ MediaStreamSourceConfigurationRequest.struct_class = Types::MediaStreamSourceConfigurationRequest
488
+
335
489
  Messages.add_member(:errors, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "errors"))
336
490
  Messages.struct_class = Types::Messages
337
491
 
@@ -355,6 +509,7 @@ module Aws::MediaConnect
355
509
  Output.add_member(:entitlement_arn, Shapes::ShapeRef.new(shape: __string, location_name: "entitlementArn"))
356
510
  Output.add_member(:listener_address, Shapes::ShapeRef.new(shape: __string, location_name: "listenerAddress"))
357
511
  Output.add_member(:media_live_input_arn, Shapes::ShapeRef.new(shape: __string, location_name: "mediaLiveInputArn"))
512
+ Output.add_member(:media_stream_output_configurations, Shapes::ShapeRef.new(shape: __listOfMediaStreamOutputConfiguration, location_name: "mediaStreamOutputConfigurations"))
358
513
  Output.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
359
514
  Output.add_member(:output_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "outputArn"))
360
515
  Output.add_member(:port, Shapes::ShapeRef.new(shape: __integer, location_name: "port"))
@@ -370,6 +525,14 @@ module Aws::MediaConnect
370
525
  PurchaseOfferingResponse.add_member(:reservation, Shapes::ShapeRef.new(shape: Reservation, location_name: "reservation"))
371
526
  PurchaseOfferingResponse.struct_class = Types::PurchaseOfferingResponse
372
527
 
528
+ RemoveFlowMediaStreamRequest.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "flowArn", metadata: {"pattern"=>"^arn:.+:mediaconnect.+:flow:.+$"}))
529
+ RemoveFlowMediaStreamRequest.add_member(:media_stream_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "mediaStreamName"))
530
+ RemoveFlowMediaStreamRequest.struct_class = Types::RemoveFlowMediaStreamRequest
531
+
532
+ RemoveFlowMediaStreamResponse.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, location_name: "flowArn"))
533
+ RemoveFlowMediaStreamResponse.add_member(:media_stream_name, Shapes::ShapeRef.new(shape: __string, location_name: "mediaStreamName"))
534
+ RemoveFlowMediaStreamResponse.struct_class = Types::RemoveFlowMediaStreamResponse
535
+
373
536
  RemoveFlowOutputRequest.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "flowArn"))
374
537
  RemoveFlowOutputRequest.add_member(:output_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "outputArn"))
375
538
  RemoveFlowOutputRequest.struct_class = Types::RemoveFlowOutputRequest
@@ -434,6 +597,8 @@ module Aws::MediaConnect
434
597
  SetSourceRequest.add_member(:ingest_port, Shapes::ShapeRef.new(shape: __integer, location_name: "ingestPort"))
435
598
  SetSourceRequest.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
436
599
  SetSourceRequest.add_member(:max_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "maxLatency"))
600
+ SetSourceRequest.add_member(:max_sync_buffer, Shapes::ShapeRef.new(shape: __integer, location_name: "maxSyncBuffer"))
601
+ SetSourceRequest.add_member(:media_stream_source_configurations, Shapes::ShapeRef.new(shape: __listOfMediaStreamSourceConfigurationRequest, location_name: "mediaStreamSourceConfigurations"))
437
602
  SetSourceRequest.add_member(:min_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "minLatency"))
438
603
  SetSourceRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
439
604
  SetSourceRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, location_name: "protocol"))
@@ -448,6 +613,7 @@ module Aws::MediaConnect
448
613
  Source.add_member(:entitlement_arn, Shapes::ShapeRef.new(shape: __string, location_name: "entitlementArn"))
449
614
  Source.add_member(:ingest_ip, Shapes::ShapeRef.new(shape: __string, location_name: "ingestIp"))
450
615
  Source.add_member(:ingest_port, Shapes::ShapeRef.new(shape: __integer, location_name: "ingestPort"))
616
+ Source.add_member(:media_stream_source_configurations, Shapes::ShapeRef.new(shape: __listOfMediaStreamSourceConfiguration, location_name: "mediaStreamSourceConfigurations"))
451
617
  Source.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
452
618
  Source.add_member(:source_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "sourceArn"))
453
619
  Source.add_member(:transport, Shapes::ShapeRef.new(shape: Transport, location_name: "transport"))
@@ -479,6 +645,7 @@ module Aws::MediaConnect
479
645
  Transport.add_member(:cidr_allow_list, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "cidrAllowList"))
480
646
  Transport.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
481
647
  Transport.add_member(:max_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "maxLatency"))
648
+ Transport.add_member(:max_sync_buffer, Shapes::ShapeRef.new(shape: __integer, location_name: "maxSyncBuffer"))
482
649
  Transport.add_member(:min_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "minLatency"))
483
650
  Transport.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, required: true, location_name: "protocol"))
484
651
  Transport.add_member(:remote_id, Shapes::ShapeRef.new(shape: __string, location_name: "remoteId"))
@@ -517,12 +684,26 @@ module Aws::MediaConnect
517
684
  UpdateFlowEntitlementResponse.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, location_name: "flowArn"))
518
685
  UpdateFlowEntitlementResponse.struct_class = Types::UpdateFlowEntitlementResponse
519
686
 
687
+ UpdateFlowMediaStreamRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: MediaStreamAttributesRequest, location_name: "attributes"))
688
+ UpdateFlowMediaStreamRequest.add_member(:clock_rate, Shapes::ShapeRef.new(shape: __integer, location_name: "clockRate"))
689
+ UpdateFlowMediaStreamRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
690
+ UpdateFlowMediaStreamRequest.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "flowArn", metadata: {"pattern"=>"^arn:.+:mediaconnect.+:flow:.+$"}))
691
+ UpdateFlowMediaStreamRequest.add_member(:media_stream_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "mediaStreamName"))
692
+ UpdateFlowMediaStreamRequest.add_member(:media_stream_type, Shapes::ShapeRef.new(shape: MediaStreamType, location_name: "mediaStreamType"))
693
+ UpdateFlowMediaStreamRequest.add_member(:video_format, Shapes::ShapeRef.new(shape: __string, location_name: "videoFormat"))
694
+ UpdateFlowMediaStreamRequest.struct_class = Types::UpdateFlowMediaStreamRequest
695
+
696
+ UpdateFlowMediaStreamResponse.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, location_name: "flowArn"))
697
+ UpdateFlowMediaStreamResponse.add_member(:media_stream, Shapes::ShapeRef.new(shape: MediaStream, location_name: "mediaStream"))
698
+ UpdateFlowMediaStreamResponse.struct_class = Types::UpdateFlowMediaStreamResponse
699
+
520
700
  UpdateFlowOutputRequest.add_member(:cidr_allow_list, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "cidrAllowList"))
521
701
  UpdateFlowOutputRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
522
702
  UpdateFlowOutputRequest.add_member(:destination, Shapes::ShapeRef.new(shape: __string, location_name: "destination"))
523
703
  UpdateFlowOutputRequest.add_member(:encryption, Shapes::ShapeRef.new(shape: UpdateEncryption, location_name: "encryption"))
524
704
  UpdateFlowOutputRequest.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "flowArn"))
525
705
  UpdateFlowOutputRequest.add_member(:max_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "maxLatency"))
706
+ UpdateFlowOutputRequest.add_member(:media_stream_output_configurations, Shapes::ShapeRef.new(shape: __listOfMediaStreamOutputConfigurationRequest, location_name: "mediaStreamOutputConfigurations"))
526
707
  UpdateFlowOutputRequest.add_member(:min_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "minLatency"))
527
708
  UpdateFlowOutputRequest.add_member(:output_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "outputArn"))
528
709
  UpdateFlowOutputRequest.add_member(:port, Shapes::ShapeRef.new(shape: __integer, location_name: "port"))
@@ -551,6 +732,8 @@ module Aws::MediaConnect
551
732
  UpdateFlowSourceRequest.add_member(:ingest_port, Shapes::ShapeRef.new(shape: __integer, location_name: "ingestPort"))
552
733
  UpdateFlowSourceRequest.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
553
734
  UpdateFlowSourceRequest.add_member(:max_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "maxLatency"))
735
+ UpdateFlowSourceRequest.add_member(:max_sync_buffer, Shapes::ShapeRef.new(shape: __integer, location_name: "maxSyncBuffer"))
736
+ UpdateFlowSourceRequest.add_member(:media_stream_source_configurations, Shapes::ShapeRef.new(shape: __listOfMediaStreamSourceConfigurationRequest, location_name: "mediaStreamSourceConfigurations"))
554
737
  UpdateFlowSourceRequest.add_member(:min_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "minLatency"))
555
738
  UpdateFlowSourceRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, location_name: "protocol"))
556
739
  UpdateFlowSourceRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "sourceArn"))
@@ -565,6 +748,7 @@ module Aws::MediaConnect
565
748
 
566
749
  VpcInterface.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
567
750
  VpcInterface.add_member(:network_interface_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "networkInterfaceIds"))
751
+ VpcInterface.add_member(:network_interface_type, Shapes::ShapeRef.new(shape: NetworkInterfaceType, required: true, location_name: "networkInterfaceType"))
568
752
  VpcInterface.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "roleArn"))
569
753
  VpcInterface.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "securityGroupIds"))
570
754
  VpcInterface.add_member(:subnet_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "subnetId"))
@@ -574,21 +758,42 @@ module Aws::MediaConnect
574
758
  VpcInterfaceAttachment.struct_class = Types::VpcInterfaceAttachment
575
759
 
576
760
  VpcInterfaceRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
761
+ VpcInterfaceRequest.add_member(:network_interface_type, Shapes::ShapeRef.new(shape: NetworkInterfaceType, location_name: "networkInterfaceType"))
577
762
  VpcInterfaceRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "roleArn"))
578
763
  VpcInterfaceRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "securityGroupIds"))
579
764
  VpcInterfaceRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "subnetId"))
580
765
  VpcInterfaceRequest.struct_class = Types::VpcInterfaceRequest
581
766
 
767
+ __listOfAddMediaStreamRequest.member = Shapes::ShapeRef.new(shape: AddMediaStreamRequest)
768
+
582
769
  __listOfAddOutputRequest.member = Shapes::ShapeRef.new(shape: AddOutputRequest)
583
770
 
771
+ __listOfDestinationConfiguration.member = Shapes::ShapeRef.new(shape: DestinationConfiguration)
772
+
773
+ __listOfDestinationConfigurationRequest.member = Shapes::ShapeRef.new(shape: DestinationConfigurationRequest)
774
+
584
775
  __listOfEntitlement.member = Shapes::ShapeRef.new(shape: Entitlement)
585
776
 
586
777
  __listOfGrantEntitlementRequest.member = Shapes::ShapeRef.new(shape: GrantEntitlementRequest)
587
778
 
779
+ __listOfInputConfiguration.member = Shapes::ShapeRef.new(shape: InputConfiguration)
780
+
781
+ __listOfInputConfigurationRequest.member = Shapes::ShapeRef.new(shape: InputConfigurationRequest)
782
+
588
783
  __listOfListedEntitlement.member = Shapes::ShapeRef.new(shape: ListedEntitlement)
589
784
 
590
785
  __listOfListedFlow.member = Shapes::ShapeRef.new(shape: ListedFlow)
591
786
 
787
+ __listOfMediaStream.member = Shapes::ShapeRef.new(shape: MediaStream)
788
+
789
+ __listOfMediaStreamOutputConfiguration.member = Shapes::ShapeRef.new(shape: MediaStreamOutputConfiguration)
790
+
791
+ __listOfMediaStreamOutputConfigurationRequest.member = Shapes::ShapeRef.new(shape: MediaStreamOutputConfigurationRequest)
792
+
793
+ __listOfMediaStreamSourceConfiguration.member = Shapes::ShapeRef.new(shape: MediaStreamSourceConfiguration)
794
+
795
+ __listOfMediaStreamSourceConfigurationRequest.member = Shapes::ShapeRef.new(shape: MediaStreamSourceConfigurationRequest)
796
+
592
797
  __listOfOffering.member = Shapes::ShapeRef.new(shape: Offering)
593
798
 
594
799
  __listOfOutput.member = Shapes::ShapeRef.new(shape: Output)
@@ -628,6 +833,20 @@ module Aws::MediaConnect
628
833
  "uid" => "mediaconnect-2018-11-14",
629
834
  }
630
835
 
836
+ api.add_operation(:add_flow_media_streams, Seahorse::Model::Operation.new.tap do |o|
837
+ o.name = "AddFlowMediaStreams"
838
+ o.http_method = "POST"
839
+ o.http_request_uri = "/v1/flows/{flowArn}/mediaStreams"
840
+ o.input = Shapes::ShapeRef.new(shape: AddFlowMediaStreamsRequest)
841
+ o.output = Shapes::ShapeRef.new(shape: AddFlowMediaStreamsResponse)
842
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
843
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
844
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
845
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
846
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
847
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
848
+ end)
849
+
631
850
  api.add_operation(:add_flow_outputs, Seahorse::Model::Operation.new.tap do |o|
632
851
  o.name = "AddFlowOutputs"
633
852
  o.http_method = "POST"
@@ -851,6 +1070,20 @@ module Aws::MediaConnect
851
1070
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
852
1071
  end)
853
1072
 
1073
+ api.add_operation(:remove_flow_media_stream, Seahorse::Model::Operation.new.tap do |o|
1074
+ o.name = "RemoveFlowMediaStream"
1075
+ o.http_method = "DELETE"
1076
+ o.http_request_uri = "/v1/flows/{flowArn}/mediaStreams/{mediaStreamName}"
1077
+ o.input = Shapes::ShapeRef.new(shape: RemoveFlowMediaStreamRequest)
1078
+ o.output = Shapes::ShapeRef.new(shape: RemoveFlowMediaStreamResponse)
1079
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1080
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1081
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1082
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1083
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1084
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1085
+ end)
1086
+
854
1087
  api.add_operation(:remove_flow_output, Seahorse::Model::Operation.new.tap do |o|
855
1088
  o.name = "RemoveFlowOutput"
856
1089
  o.http_method = "DELETE"
@@ -985,6 +1218,20 @@ module Aws::MediaConnect
985
1218
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
986
1219
  end)
987
1220
 
1221
+ api.add_operation(:update_flow_media_stream, Seahorse::Model::Operation.new.tap do |o|
1222
+ o.name = "UpdateFlowMediaStream"
1223
+ o.http_method = "PUT"
1224
+ o.http_request_uri = "/v1/flows/{flowArn}/mediaStreams/{mediaStreamName}"
1225
+ o.input = Shapes::ShapeRef.new(shape: UpdateFlowMediaStreamRequest)
1226
+ o.output = Shapes::ShapeRef.new(shape: UpdateFlowMediaStreamResponse)
1227
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1228
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1229
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1230
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1231
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1232
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1233
+ end)
1234
+
988
1235
  api.add_operation(:update_flow_output, Seahorse::Model::Operation.new.tap do |o|
989
1236
  o.name = "UpdateFlowOutput"
990
1237
  o.http_method = "PUT"