aws-sdk-mediaconnect 1.57.0 → 1.59.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconnect/client.rb +70 -46
- data/lib/aws-sdk-mediaconnect/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-mediaconnect.rb +1 -1
- data/sig/client.rbs +1275 -0
- data/sig/errors.rbs +52 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +1404 -0
- data/sig/waiters.rbs +43 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,1404 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::MediaConnect
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AddBridgeFlowSourceRequest
|
12
|
+
attr_accessor flow_arn: ::String
|
13
|
+
attr_accessor flow_vpc_interface_attachment: Types::VpcInterfaceAttachment
|
14
|
+
attr_accessor name: ::String
|
15
|
+
SENSITIVE: []
|
16
|
+
end
|
17
|
+
|
18
|
+
class AddBridgeNetworkOutputRequest
|
19
|
+
attr_accessor ip_address: ::String
|
20
|
+
attr_accessor name: ::String
|
21
|
+
attr_accessor network_name: ::String
|
22
|
+
attr_accessor port: ::Integer
|
23
|
+
attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
|
24
|
+
attr_accessor ttl: ::Integer
|
25
|
+
SENSITIVE: []
|
26
|
+
end
|
27
|
+
|
28
|
+
class AddBridgeNetworkSourceRequest
|
29
|
+
attr_accessor multicast_ip: ::String
|
30
|
+
attr_accessor name: ::String
|
31
|
+
attr_accessor network_name: ::String
|
32
|
+
attr_accessor port: ::Integer
|
33
|
+
attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
|
34
|
+
SENSITIVE: []
|
35
|
+
end
|
36
|
+
|
37
|
+
class AddBridgeOutputRequest
|
38
|
+
attr_accessor network_output: Types::AddBridgeNetworkOutputRequest
|
39
|
+
SENSITIVE: []
|
40
|
+
end
|
41
|
+
|
42
|
+
class AddBridgeOutputsRequest
|
43
|
+
attr_accessor bridge_arn: ::String
|
44
|
+
attr_accessor outputs: ::Array[Types::AddBridgeOutputRequest]
|
45
|
+
SENSITIVE: []
|
46
|
+
end
|
47
|
+
|
48
|
+
class AddBridgeOutputsResponse
|
49
|
+
attr_accessor bridge_arn: ::String
|
50
|
+
attr_accessor outputs: ::Array[Types::BridgeOutput]
|
51
|
+
SENSITIVE: []
|
52
|
+
end
|
53
|
+
|
54
|
+
class AddBridgeSourceRequest
|
55
|
+
attr_accessor flow_source: Types::AddBridgeFlowSourceRequest
|
56
|
+
attr_accessor network_source: Types::AddBridgeNetworkSourceRequest
|
57
|
+
SENSITIVE: []
|
58
|
+
end
|
59
|
+
|
60
|
+
class AddBridgeSourcesRequest
|
61
|
+
attr_accessor bridge_arn: ::String
|
62
|
+
attr_accessor sources: ::Array[Types::AddBridgeSourceRequest]
|
63
|
+
SENSITIVE: []
|
64
|
+
end
|
65
|
+
|
66
|
+
class AddBridgeSourcesResponse
|
67
|
+
attr_accessor bridge_arn: ::String
|
68
|
+
attr_accessor sources: ::Array[Types::BridgeSource]
|
69
|
+
SENSITIVE: []
|
70
|
+
end
|
71
|
+
|
72
|
+
class AddEgressGatewayBridgeRequest
|
73
|
+
attr_accessor max_bitrate: ::Integer
|
74
|
+
SENSITIVE: []
|
75
|
+
end
|
76
|
+
|
77
|
+
class AddFlowMediaStreamsRequest
|
78
|
+
attr_accessor flow_arn: ::String
|
79
|
+
attr_accessor media_streams: ::Array[Types::AddMediaStreamRequest]
|
80
|
+
SENSITIVE: []
|
81
|
+
end
|
82
|
+
|
83
|
+
class AddFlowMediaStreamsResponse
|
84
|
+
attr_accessor flow_arn: ::String
|
85
|
+
attr_accessor media_streams: ::Array[Types::MediaStream]
|
86
|
+
SENSITIVE: []
|
87
|
+
end
|
88
|
+
|
89
|
+
class AddFlowOutputs420Exception
|
90
|
+
attr_accessor message: ::String
|
91
|
+
SENSITIVE: []
|
92
|
+
end
|
93
|
+
|
94
|
+
class AddFlowOutputsRequest
|
95
|
+
attr_accessor flow_arn: ::String
|
96
|
+
attr_accessor outputs: ::Array[Types::AddOutputRequest]
|
97
|
+
SENSITIVE: []
|
98
|
+
end
|
99
|
+
|
100
|
+
class AddFlowOutputsResponse
|
101
|
+
attr_accessor flow_arn: ::String
|
102
|
+
attr_accessor outputs: ::Array[Types::Output]
|
103
|
+
SENSITIVE: []
|
104
|
+
end
|
105
|
+
|
106
|
+
class AddFlowSourcesRequest
|
107
|
+
attr_accessor flow_arn: ::String
|
108
|
+
attr_accessor sources: ::Array[Types::SetSourceRequest]
|
109
|
+
SENSITIVE: []
|
110
|
+
end
|
111
|
+
|
112
|
+
class AddFlowSourcesResponse
|
113
|
+
attr_accessor flow_arn: ::String
|
114
|
+
attr_accessor sources: ::Array[Types::Source]
|
115
|
+
SENSITIVE: []
|
116
|
+
end
|
117
|
+
|
118
|
+
class AddFlowVpcInterfacesRequest
|
119
|
+
attr_accessor flow_arn: ::String
|
120
|
+
attr_accessor vpc_interfaces: ::Array[Types::VpcInterfaceRequest]
|
121
|
+
SENSITIVE: []
|
122
|
+
end
|
123
|
+
|
124
|
+
class AddFlowVpcInterfacesResponse
|
125
|
+
attr_accessor flow_arn: ::String
|
126
|
+
attr_accessor vpc_interfaces: ::Array[Types::VpcInterface]
|
127
|
+
SENSITIVE: []
|
128
|
+
end
|
129
|
+
|
130
|
+
class AddIngressGatewayBridgeRequest
|
131
|
+
attr_accessor max_bitrate: ::Integer
|
132
|
+
attr_accessor max_outputs: ::Integer
|
133
|
+
SENSITIVE: []
|
134
|
+
end
|
135
|
+
|
136
|
+
class AddMaintenance
|
137
|
+
attr_accessor maintenance_day: ("Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday")
|
138
|
+
attr_accessor maintenance_start_hour: ::String
|
139
|
+
SENSITIVE: []
|
140
|
+
end
|
141
|
+
|
142
|
+
class AddMediaStreamRequest
|
143
|
+
attr_accessor attributes: Types::MediaStreamAttributesRequest
|
144
|
+
attr_accessor clock_rate: ::Integer
|
145
|
+
attr_accessor description: ::String
|
146
|
+
attr_accessor media_stream_id: ::Integer
|
147
|
+
attr_accessor media_stream_name: ::String
|
148
|
+
attr_accessor media_stream_type: ("video" | "audio" | "ancillary-data")
|
149
|
+
attr_accessor video_format: ::String
|
150
|
+
SENSITIVE: []
|
151
|
+
end
|
152
|
+
|
153
|
+
class AddOutputRequest
|
154
|
+
attr_accessor cidr_allow_list: ::Array[::String]
|
155
|
+
attr_accessor description: ::String
|
156
|
+
attr_accessor destination: ::String
|
157
|
+
attr_accessor encryption: Types::Encryption
|
158
|
+
attr_accessor max_latency: ::Integer
|
159
|
+
attr_accessor media_stream_output_configurations: ::Array[Types::MediaStreamOutputConfigurationRequest]
|
160
|
+
attr_accessor min_latency: ::Integer
|
161
|
+
attr_accessor name: ::String
|
162
|
+
attr_accessor port: ::Integer
|
163
|
+
attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
|
164
|
+
attr_accessor remote_id: ::String
|
165
|
+
attr_accessor sender_control_port: ::Integer
|
166
|
+
attr_accessor smoothing_latency: ::Integer
|
167
|
+
attr_accessor stream_id: ::String
|
168
|
+
attr_accessor vpc_interface_attachment: Types::VpcInterfaceAttachment
|
169
|
+
SENSITIVE: []
|
170
|
+
end
|
171
|
+
|
172
|
+
class BadRequestException
|
173
|
+
attr_accessor message: ::String
|
174
|
+
SENSITIVE: []
|
175
|
+
end
|
176
|
+
|
177
|
+
class Bridge
|
178
|
+
attr_accessor bridge_arn: ::String
|
179
|
+
attr_accessor bridge_messages: ::Array[Types::MessageDetail]
|
180
|
+
attr_accessor bridge_state: ("CREATING" | "STANDBY" | "STARTING" | "DEPLOYING" | "ACTIVE" | "STOPPING" | "DELETING" | "DELETED" | "START_FAILED" | "START_PENDING" | "STOP_FAILED" | "UPDATING")
|
181
|
+
attr_accessor egress_gateway_bridge: Types::EgressGatewayBridge
|
182
|
+
attr_accessor ingress_gateway_bridge: Types::IngressGatewayBridge
|
183
|
+
attr_accessor name: ::String
|
184
|
+
attr_accessor outputs: ::Array[Types::BridgeOutput]
|
185
|
+
attr_accessor placement_arn: ::String
|
186
|
+
attr_accessor source_failover_config: Types::FailoverConfig
|
187
|
+
attr_accessor sources: ::Array[Types::BridgeSource]
|
188
|
+
SENSITIVE: []
|
189
|
+
end
|
190
|
+
|
191
|
+
class BridgeFlowOutput
|
192
|
+
attr_accessor flow_arn: ::String
|
193
|
+
attr_accessor flow_source_arn: ::String
|
194
|
+
attr_accessor name: ::String
|
195
|
+
SENSITIVE: []
|
196
|
+
end
|
197
|
+
|
198
|
+
class BridgeFlowSource
|
199
|
+
attr_accessor flow_arn: ::String
|
200
|
+
attr_accessor flow_vpc_interface_attachment: Types::VpcInterfaceAttachment
|
201
|
+
attr_accessor name: ::String
|
202
|
+
attr_accessor output_arn: ::String
|
203
|
+
SENSITIVE: []
|
204
|
+
end
|
205
|
+
|
206
|
+
class BridgeNetworkOutput
|
207
|
+
attr_accessor ip_address: ::String
|
208
|
+
attr_accessor name: ::String
|
209
|
+
attr_accessor network_name: ::String
|
210
|
+
attr_accessor port: ::Integer
|
211
|
+
attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
|
212
|
+
attr_accessor ttl: ::Integer
|
213
|
+
SENSITIVE: []
|
214
|
+
end
|
215
|
+
|
216
|
+
class BridgeNetworkSource
|
217
|
+
attr_accessor multicast_ip: ::String
|
218
|
+
attr_accessor name: ::String
|
219
|
+
attr_accessor network_name: ::String
|
220
|
+
attr_accessor port: ::Integer
|
221
|
+
attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
|
222
|
+
SENSITIVE: []
|
223
|
+
end
|
224
|
+
|
225
|
+
class BridgeOutput
|
226
|
+
attr_accessor flow_output: Types::BridgeFlowOutput
|
227
|
+
attr_accessor network_output: Types::BridgeNetworkOutput
|
228
|
+
SENSITIVE: []
|
229
|
+
end
|
230
|
+
|
231
|
+
class BridgeSource
|
232
|
+
attr_accessor flow_source: Types::BridgeFlowSource
|
233
|
+
attr_accessor network_source: Types::BridgeNetworkSource
|
234
|
+
SENSITIVE: []
|
235
|
+
end
|
236
|
+
|
237
|
+
class ConflictException
|
238
|
+
attr_accessor message: ::String
|
239
|
+
SENSITIVE: []
|
240
|
+
end
|
241
|
+
|
242
|
+
class CreateBridge420Exception
|
243
|
+
attr_accessor message: ::String
|
244
|
+
SENSITIVE: []
|
245
|
+
end
|
246
|
+
|
247
|
+
class CreateBridgeRequest
|
248
|
+
attr_accessor egress_gateway_bridge: Types::AddEgressGatewayBridgeRequest
|
249
|
+
attr_accessor ingress_gateway_bridge: Types::AddIngressGatewayBridgeRequest
|
250
|
+
attr_accessor name: ::String
|
251
|
+
attr_accessor outputs: ::Array[Types::AddBridgeOutputRequest]
|
252
|
+
attr_accessor placement_arn: ::String
|
253
|
+
attr_accessor source_failover_config: Types::FailoverConfig
|
254
|
+
attr_accessor sources: ::Array[Types::AddBridgeSourceRequest]
|
255
|
+
SENSITIVE: []
|
256
|
+
end
|
257
|
+
|
258
|
+
class CreateBridgeResponse
|
259
|
+
attr_accessor bridge: Types::Bridge
|
260
|
+
SENSITIVE: []
|
261
|
+
end
|
262
|
+
|
263
|
+
class CreateFlow420Exception
|
264
|
+
attr_accessor message: ::String
|
265
|
+
SENSITIVE: []
|
266
|
+
end
|
267
|
+
|
268
|
+
class CreateFlowRequest
|
269
|
+
attr_accessor availability_zone: ::String
|
270
|
+
attr_accessor entitlements: ::Array[Types::GrantEntitlementRequest]
|
271
|
+
attr_accessor media_streams: ::Array[Types::AddMediaStreamRequest]
|
272
|
+
attr_accessor name: ::String
|
273
|
+
attr_accessor outputs: ::Array[Types::AddOutputRequest]
|
274
|
+
attr_accessor source: Types::SetSourceRequest
|
275
|
+
attr_accessor source_failover_config: Types::FailoverConfig
|
276
|
+
attr_accessor sources: ::Array[Types::SetSourceRequest]
|
277
|
+
attr_accessor vpc_interfaces: ::Array[Types::VpcInterfaceRequest]
|
278
|
+
attr_accessor maintenance: Types::AddMaintenance
|
279
|
+
SENSITIVE: []
|
280
|
+
end
|
281
|
+
|
282
|
+
class CreateFlowResponse
|
283
|
+
attr_accessor flow: Types::Flow
|
284
|
+
SENSITIVE: []
|
285
|
+
end
|
286
|
+
|
287
|
+
class CreateGateway420Exception
|
288
|
+
attr_accessor message: ::String
|
289
|
+
SENSITIVE: []
|
290
|
+
end
|
291
|
+
|
292
|
+
class CreateGatewayRequest
|
293
|
+
attr_accessor egress_cidr_blocks: ::Array[::String]
|
294
|
+
attr_accessor name: ::String
|
295
|
+
attr_accessor networks: ::Array[Types::GatewayNetwork]
|
296
|
+
SENSITIVE: []
|
297
|
+
end
|
298
|
+
|
299
|
+
class CreateGatewayResponse
|
300
|
+
attr_accessor gateway: Types::Gateway
|
301
|
+
SENSITIVE: []
|
302
|
+
end
|
303
|
+
|
304
|
+
class DeleteBridgeRequest
|
305
|
+
attr_accessor bridge_arn: ::String
|
306
|
+
SENSITIVE: []
|
307
|
+
end
|
308
|
+
|
309
|
+
class DeleteBridgeResponse
|
310
|
+
attr_accessor bridge_arn: ::String
|
311
|
+
SENSITIVE: []
|
312
|
+
end
|
313
|
+
|
314
|
+
class DeleteFlowRequest
|
315
|
+
attr_accessor flow_arn: ::String
|
316
|
+
SENSITIVE: []
|
317
|
+
end
|
318
|
+
|
319
|
+
class DeleteFlowResponse
|
320
|
+
attr_accessor flow_arn: ::String
|
321
|
+
attr_accessor status: ("STANDBY" | "ACTIVE" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "ERROR")
|
322
|
+
SENSITIVE: []
|
323
|
+
end
|
324
|
+
|
325
|
+
class DeleteGatewayRequest
|
326
|
+
attr_accessor gateway_arn: ::String
|
327
|
+
SENSITIVE: []
|
328
|
+
end
|
329
|
+
|
330
|
+
class DeleteGatewayResponse
|
331
|
+
attr_accessor gateway_arn: ::String
|
332
|
+
SENSITIVE: []
|
333
|
+
end
|
334
|
+
|
335
|
+
class DeregisterGatewayInstanceRequest
|
336
|
+
attr_accessor force: bool
|
337
|
+
attr_accessor gateway_instance_arn: ::String
|
338
|
+
SENSITIVE: []
|
339
|
+
end
|
340
|
+
|
341
|
+
class DeregisterGatewayInstanceResponse
|
342
|
+
attr_accessor gateway_instance_arn: ::String
|
343
|
+
attr_accessor instance_state: ("REGISTERING" | "ACTIVE" | "DEREGISTERING" | "DEREGISTERED" | "REGISTRATION_ERROR" | "DEREGISTRATION_ERROR")
|
344
|
+
SENSITIVE: []
|
345
|
+
end
|
346
|
+
|
347
|
+
class DescribeBridgeRequest
|
348
|
+
attr_accessor bridge_arn: ::String
|
349
|
+
SENSITIVE: []
|
350
|
+
end
|
351
|
+
|
352
|
+
class DescribeBridgeResponse
|
353
|
+
attr_accessor bridge: Types::Bridge
|
354
|
+
SENSITIVE: []
|
355
|
+
end
|
356
|
+
|
357
|
+
class DescribeFlowRequest
|
358
|
+
attr_accessor flow_arn: ::String
|
359
|
+
SENSITIVE: []
|
360
|
+
end
|
361
|
+
|
362
|
+
class DescribeFlowResponse
|
363
|
+
attr_accessor flow: Types::Flow
|
364
|
+
attr_accessor messages: Types::Messages
|
365
|
+
SENSITIVE: []
|
366
|
+
end
|
367
|
+
|
368
|
+
class DescribeFlowSourceMetadataRequest
|
369
|
+
attr_accessor flow_arn: ::String
|
370
|
+
SENSITIVE: []
|
371
|
+
end
|
372
|
+
|
373
|
+
class DescribeFlowSourceMetadataResponse
|
374
|
+
attr_accessor flow_arn: ::String
|
375
|
+
attr_accessor messages: ::Array[Types::MessageDetail]
|
376
|
+
attr_accessor timestamp: ::Time
|
377
|
+
attr_accessor transport_media_info: Types::TransportMediaInfo
|
378
|
+
SENSITIVE: []
|
379
|
+
end
|
380
|
+
|
381
|
+
class DescribeGatewayInstanceRequest
|
382
|
+
attr_accessor gateway_instance_arn: ::String
|
383
|
+
SENSITIVE: []
|
384
|
+
end
|
385
|
+
|
386
|
+
class DescribeGatewayInstanceResponse
|
387
|
+
attr_accessor gateway_instance: Types::GatewayInstance
|
388
|
+
SENSITIVE: []
|
389
|
+
end
|
390
|
+
|
391
|
+
class DescribeGatewayRequest
|
392
|
+
attr_accessor gateway_arn: ::String
|
393
|
+
SENSITIVE: []
|
394
|
+
end
|
395
|
+
|
396
|
+
class DescribeGatewayResponse
|
397
|
+
attr_accessor gateway: Types::Gateway
|
398
|
+
SENSITIVE: []
|
399
|
+
end
|
400
|
+
|
401
|
+
class DescribeOfferingRequest
|
402
|
+
attr_accessor offering_arn: ::String
|
403
|
+
SENSITIVE: []
|
404
|
+
end
|
405
|
+
|
406
|
+
class DescribeOfferingResponse
|
407
|
+
attr_accessor offering: Types::Offering
|
408
|
+
SENSITIVE: []
|
409
|
+
end
|
410
|
+
|
411
|
+
class DescribeReservationRequest
|
412
|
+
attr_accessor reservation_arn: ::String
|
413
|
+
SENSITIVE: []
|
414
|
+
end
|
415
|
+
|
416
|
+
class DescribeReservationResponse
|
417
|
+
attr_accessor reservation: Types::Reservation
|
418
|
+
SENSITIVE: []
|
419
|
+
end
|
420
|
+
|
421
|
+
class DestinationConfiguration
|
422
|
+
attr_accessor destination_ip: ::String
|
423
|
+
attr_accessor destination_port: ::Integer
|
424
|
+
attr_accessor interface: Types::Interface
|
425
|
+
attr_accessor outbound_ip: ::String
|
426
|
+
SENSITIVE: []
|
427
|
+
end
|
428
|
+
|
429
|
+
class DestinationConfigurationRequest
|
430
|
+
attr_accessor destination_ip: ::String
|
431
|
+
attr_accessor destination_port: ::Integer
|
432
|
+
attr_accessor interface: Types::InterfaceRequest
|
433
|
+
SENSITIVE: []
|
434
|
+
end
|
435
|
+
|
436
|
+
class EgressGatewayBridge
|
437
|
+
attr_accessor instance_id: ::String
|
438
|
+
attr_accessor max_bitrate: ::Integer
|
439
|
+
SENSITIVE: []
|
440
|
+
end
|
441
|
+
|
442
|
+
class EncodingParameters
|
443
|
+
attr_accessor compression_factor: ::Float
|
444
|
+
attr_accessor encoder_profile: ("main" | "high")
|
445
|
+
SENSITIVE: []
|
446
|
+
end
|
447
|
+
|
448
|
+
class EncodingParametersRequest
|
449
|
+
attr_accessor compression_factor: ::Float
|
450
|
+
attr_accessor encoder_profile: ("main" | "high")
|
451
|
+
SENSITIVE: []
|
452
|
+
end
|
453
|
+
|
454
|
+
class Encryption
|
455
|
+
attr_accessor algorithm: ("aes128" | "aes192" | "aes256")
|
456
|
+
attr_accessor constant_initialization_vector: ::String
|
457
|
+
attr_accessor device_id: ::String
|
458
|
+
attr_accessor key_type: ("speke" | "static-key" | "srt-password")
|
459
|
+
attr_accessor region: ::String
|
460
|
+
attr_accessor resource_id: ::String
|
461
|
+
attr_accessor role_arn: ::String
|
462
|
+
attr_accessor secret_arn: ::String
|
463
|
+
attr_accessor url: ::String
|
464
|
+
SENSITIVE: []
|
465
|
+
end
|
466
|
+
|
467
|
+
class Entitlement
|
468
|
+
attr_accessor data_transfer_subscriber_fee_percent: ::Integer
|
469
|
+
attr_accessor description: ::String
|
470
|
+
attr_accessor encryption: Types::Encryption
|
471
|
+
attr_accessor entitlement_arn: ::String
|
472
|
+
attr_accessor entitlement_status: ("ENABLED" | "DISABLED")
|
473
|
+
attr_accessor name: ::String
|
474
|
+
attr_accessor subscribers: ::Array[::String]
|
475
|
+
SENSITIVE: []
|
476
|
+
end
|
477
|
+
|
478
|
+
class FailoverConfig
|
479
|
+
attr_accessor failover_mode: ("MERGE" | "FAILOVER")
|
480
|
+
attr_accessor recovery_window: ::Integer
|
481
|
+
attr_accessor source_priority: Types::SourcePriority
|
482
|
+
attr_accessor state: ("ENABLED" | "DISABLED")
|
483
|
+
SENSITIVE: []
|
484
|
+
end
|
485
|
+
|
486
|
+
class Flow
|
487
|
+
attr_accessor availability_zone: ::String
|
488
|
+
attr_accessor description: ::String
|
489
|
+
attr_accessor egress_ip: ::String
|
490
|
+
attr_accessor entitlements: ::Array[Types::Entitlement]
|
491
|
+
attr_accessor flow_arn: ::String
|
492
|
+
attr_accessor media_streams: ::Array[Types::MediaStream]
|
493
|
+
attr_accessor name: ::String
|
494
|
+
attr_accessor outputs: ::Array[Types::Output]
|
495
|
+
attr_accessor source: Types::Source
|
496
|
+
attr_accessor source_failover_config: Types::FailoverConfig
|
497
|
+
attr_accessor sources: ::Array[Types::Source]
|
498
|
+
attr_accessor status: ("STANDBY" | "ACTIVE" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "ERROR")
|
499
|
+
attr_accessor vpc_interfaces: ::Array[Types::VpcInterface]
|
500
|
+
attr_accessor maintenance: Types::Maintenance
|
501
|
+
SENSITIVE: []
|
502
|
+
end
|
503
|
+
|
504
|
+
class Fmtp
|
505
|
+
attr_accessor channel_order: ::String
|
506
|
+
attr_accessor colorimetry: ("BT601" | "BT709" | "BT2020" | "BT2100" | "ST2065-1" | "ST2065-3" | "XYZ")
|
507
|
+
attr_accessor exact_framerate: ::String
|
508
|
+
attr_accessor par: ::String
|
509
|
+
attr_accessor range: ("NARROW" | "FULL" | "FULLPROTECT")
|
510
|
+
attr_accessor scan_mode: ("progressive" | "interlace" | "progressive-segmented-frame")
|
511
|
+
attr_accessor tcs: ("SDR" | "PQ" | "HLG" | "LINEAR" | "BT2100LINPQ" | "BT2100LINHLG" | "ST2065-1" | "ST428-1" | "DENSITY")
|
512
|
+
SENSITIVE: []
|
513
|
+
end
|
514
|
+
|
515
|
+
class FmtpRequest
|
516
|
+
attr_accessor channel_order: ::String
|
517
|
+
attr_accessor colorimetry: ("BT601" | "BT709" | "BT2020" | "BT2100" | "ST2065-1" | "ST2065-3" | "XYZ")
|
518
|
+
attr_accessor exact_framerate: ::String
|
519
|
+
attr_accessor par: ::String
|
520
|
+
attr_accessor range: ("NARROW" | "FULL" | "FULLPROTECT")
|
521
|
+
attr_accessor scan_mode: ("progressive" | "interlace" | "progressive-segmented-frame")
|
522
|
+
attr_accessor tcs: ("SDR" | "PQ" | "HLG" | "LINEAR" | "BT2100LINPQ" | "BT2100LINHLG" | "ST2065-1" | "ST428-1" | "DENSITY")
|
523
|
+
SENSITIVE: []
|
524
|
+
end
|
525
|
+
|
526
|
+
class ForbiddenException
|
527
|
+
attr_accessor message: ::String
|
528
|
+
SENSITIVE: []
|
529
|
+
end
|
530
|
+
|
531
|
+
class FrameResolution
|
532
|
+
attr_accessor frame_height: ::Integer
|
533
|
+
attr_accessor frame_width: ::Integer
|
534
|
+
SENSITIVE: []
|
535
|
+
end
|
536
|
+
|
537
|
+
class Gateway
|
538
|
+
attr_accessor egress_cidr_blocks: ::Array[::String]
|
539
|
+
attr_accessor gateway_arn: ::String
|
540
|
+
attr_accessor gateway_messages: ::Array[Types::MessageDetail]
|
541
|
+
attr_accessor gateway_state: ("CREATING" | "ACTIVE" | "UPDATING" | "ERROR" | "DELETING" | "DELETED")
|
542
|
+
attr_accessor name: ::String
|
543
|
+
attr_accessor networks: ::Array[Types::GatewayNetwork]
|
544
|
+
SENSITIVE: []
|
545
|
+
end
|
546
|
+
|
547
|
+
class GatewayBridgeSource
|
548
|
+
attr_accessor bridge_arn: ::String
|
549
|
+
attr_accessor vpc_interface_attachment: Types::VpcInterfaceAttachment
|
550
|
+
SENSITIVE: []
|
551
|
+
end
|
552
|
+
|
553
|
+
class GatewayInstance
|
554
|
+
attr_accessor bridge_placement: ("AVAILABLE" | "LOCKED")
|
555
|
+
attr_accessor connection_status: ("CONNECTED" | "DISCONNECTED")
|
556
|
+
attr_accessor gateway_arn: ::String
|
557
|
+
attr_accessor gateway_instance_arn: ::String
|
558
|
+
attr_accessor instance_id: ::String
|
559
|
+
attr_accessor instance_messages: ::Array[Types::MessageDetail]
|
560
|
+
attr_accessor instance_state: ("REGISTERING" | "ACTIVE" | "DEREGISTERING" | "DEREGISTERED" | "REGISTRATION_ERROR" | "DEREGISTRATION_ERROR")
|
561
|
+
attr_accessor running_bridge_count: ::Integer
|
562
|
+
SENSITIVE: []
|
563
|
+
end
|
564
|
+
|
565
|
+
class GatewayNetwork
|
566
|
+
attr_accessor cidr_block: ::String
|
567
|
+
attr_accessor name: ::String
|
568
|
+
SENSITIVE: []
|
569
|
+
end
|
570
|
+
|
571
|
+
class GrantEntitlementRequest
|
572
|
+
attr_accessor data_transfer_subscriber_fee_percent: ::Integer
|
573
|
+
attr_accessor description: ::String
|
574
|
+
attr_accessor encryption: Types::Encryption
|
575
|
+
attr_accessor entitlement_status: ("ENABLED" | "DISABLED")
|
576
|
+
attr_accessor name: ::String
|
577
|
+
attr_accessor subscribers: ::Array[::String]
|
578
|
+
SENSITIVE: []
|
579
|
+
end
|
580
|
+
|
581
|
+
class GrantFlowEntitlements420Exception
|
582
|
+
attr_accessor message: ::String
|
583
|
+
SENSITIVE: []
|
584
|
+
end
|
585
|
+
|
586
|
+
class GrantFlowEntitlementsRequest
|
587
|
+
attr_accessor entitlements: ::Array[Types::GrantEntitlementRequest]
|
588
|
+
attr_accessor flow_arn: ::String
|
589
|
+
SENSITIVE: []
|
590
|
+
end
|
591
|
+
|
592
|
+
class GrantFlowEntitlementsResponse
|
593
|
+
attr_accessor entitlements: ::Array[Types::Entitlement]
|
594
|
+
attr_accessor flow_arn: ::String
|
595
|
+
SENSITIVE: []
|
596
|
+
end
|
597
|
+
|
598
|
+
class IngressGatewayBridge
|
599
|
+
attr_accessor instance_id: ::String
|
600
|
+
attr_accessor max_bitrate: ::Integer
|
601
|
+
attr_accessor max_outputs: ::Integer
|
602
|
+
SENSITIVE: []
|
603
|
+
end
|
604
|
+
|
605
|
+
class InputConfiguration
|
606
|
+
attr_accessor input_ip: ::String
|
607
|
+
attr_accessor input_port: ::Integer
|
608
|
+
attr_accessor interface: Types::Interface
|
609
|
+
SENSITIVE: []
|
610
|
+
end
|
611
|
+
|
612
|
+
class InputConfigurationRequest
|
613
|
+
attr_accessor input_port: ::Integer
|
614
|
+
attr_accessor interface: Types::InterfaceRequest
|
615
|
+
SENSITIVE: []
|
616
|
+
end
|
617
|
+
|
618
|
+
class Interface
|
619
|
+
attr_accessor name: ::String
|
620
|
+
SENSITIVE: []
|
621
|
+
end
|
622
|
+
|
623
|
+
class InterfaceRequest
|
624
|
+
attr_accessor name: ::String
|
625
|
+
SENSITIVE: []
|
626
|
+
end
|
627
|
+
|
628
|
+
class InternalServerErrorException
|
629
|
+
attr_accessor message: ::String
|
630
|
+
SENSITIVE: []
|
631
|
+
end
|
632
|
+
|
633
|
+
class ListBridgesRequest
|
634
|
+
attr_accessor filter_arn: ::String
|
635
|
+
attr_accessor max_results: ::Integer
|
636
|
+
attr_accessor next_token: ::String
|
637
|
+
SENSITIVE: []
|
638
|
+
end
|
639
|
+
|
640
|
+
class ListBridgesResponse
|
641
|
+
attr_accessor bridges: ::Array[Types::ListedBridge]
|
642
|
+
attr_accessor next_token: ::String
|
643
|
+
SENSITIVE: []
|
644
|
+
end
|
645
|
+
|
646
|
+
class ListEntitlementsRequest
|
647
|
+
attr_accessor max_results: ::Integer
|
648
|
+
attr_accessor next_token: ::String
|
649
|
+
SENSITIVE: []
|
650
|
+
end
|
651
|
+
|
652
|
+
class ListEntitlementsResponse
|
653
|
+
attr_accessor entitlements: ::Array[Types::ListedEntitlement]
|
654
|
+
attr_accessor next_token: ::String
|
655
|
+
SENSITIVE: []
|
656
|
+
end
|
657
|
+
|
658
|
+
class ListFlowsRequest
|
659
|
+
attr_accessor max_results: ::Integer
|
660
|
+
attr_accessor next_token: ::String
|
661
|
+
SENSITIVE: []
|
662
|
+
end
|
663
|
+
|
664
|
+
class ListFlowsResponse
|
665
|
+
attr_accessor flows: ::Array[Types::ListedFlow]
|
666
|
+
attr_accessor next_token: ::String
|
667
|
+
SENSITIVE: []
|
668
|
+
end
|
669
|
+
|
670
|
+
class ListGatewayInstancesRequest
|
671
|
+
attr_accessor filter_arn: ::String
|
672
|
+
attr_accessor max_results: ::Integer
|
673
|
+
attr_accessor next_token: ::String
|
674
|
+
SENSITIVE: []
|
675
|
+
end
|
676
|
+
|
677
|
+
class ListGatewayInstancesResponse
|
678
|
+
attr_accessor instances: ::Array[Types::ListedGatewayInstance]
|
679
|
+
attr_accessor next_token: ::String
|
680
|
+
SENSITIVE: []
|
681
|
+
end
|
682
|
+
|
683
|
+
class ListGatewaysRequest
|
684
|
+
attr_accessor max_results: ::Integer
|
685
|
+
attr_accessor next_token: ::String
|
686
|
+
SENSITIVE: []
|
687
|
+
end
|
688
|
+
|
689
|
+
class ListGatewaysResponse
|
690
|
+
attr_accessor gateways: ::Array[Types::ListedGateway]
|
691
|
+
attr_accessor next_token: ::String
|
692
|
+
SENSITIVE: []
|
693
|
+
end
|
694
|
+
|
695
|
+
class ListOfferingsRequest
|
696
|
+
attr_accessor max_results: ::Integer
|
697
|
+
attr_accessor next_token: ::String
|
698
|
+
SENSITIVE: []
|
699
|
+
end
|
700
|
+
|
701
|
+
class ListOfferingsResponse
|
702
|
+
attr_accessor next_token: ::String
|
703
|
+
attr_accessor offerings: ::Array[Types::Offering]
|
704
|
+
SENSITIVE: []
|
705
|
+
end
|
706
|
+
|
707
|
+
class ListReservationsRequest
|
708
|
+
attr_accessor max_results: ::Integer
|
709
|
+
attr_accessor next_token: ::String
|
710
|
+
SENSITIVE: []
|
711
|
+
end
|
712
|
+
|
713
|
+
class ListReservationsResponse
|
714
|
+
attr_accessor next_token: ::String
|
715
|
+
attr_accessor reservations: ::Array[Types::Reservation]
|
716
|
+
SENSITIVE: []
|
717
|
+
end
|
718
|
+
|
719
|
+
class ListTagsForResourceRequest
|
720
|
+
attr_accessor resource_arn: ::String
|
721
|
+
SENSITIVE: []
|
722
|
+
end
|
723
|
+
|
724
|
+
class ListTagsForResourceResponse
|
725
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
726
|
+
SENSITIVE: []
|
727
|
+
end
|
728
|
+
|
729
|
+
class ListedBridge
|
730
|
+
attr_accessor bridge_arn: ::String
|
731
|
+
attr_accessor bridge_state: ("CREATING" | "STANDBY" | "STARTING" | "DEPLOYING" | "ACTIVE" | "STOPPING" | "DELETING" | "DELETED" | "START_FAILED" | "START_PENDING" | "STOP_FAILED" | "UPDATING")
|
732
|
+
attr_accessor bridge_type: ::String
|
733
|
+
attr_accessor name: ::String
|
734
|
+
attr_accessor placement_arn: ::String
|
735
|
+
SENSITIVE: []
|
736
|
+
end
|
737
|
+
|
738
|
+
class ListedEntitlement
|
739
|
+
attr_accessor data_transfer_subscriber_fee_percent: ::Integer
|
740
|
+
attr_accessor entitlement_arn: ::String
|
741
|
+
attr_accessor entitlement_name: ::String
|
742
|
+
SENSITIVE: []
|
743
|
+
end
|
744
|
+
|
745
|
+
class ListedFlow
|
746
|
+
attr_accessor availability_zone: ::String
|
747
|
+
attr_accessor description: ::String
|
748
|
+
attr_accessor flow_arn: ::String
|
749
|
+
attr_accessor name: ::String
|
750
|
+
attr_accessor source_type: ("OWNED" | "ENTITLED")
|
751
|
+
attr_accessor status: ("STANDBY" | "ACTIVE" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "ERROR")
|
752
|
+
attr_accessor maintenance: Types::Maintenance
|
753
|
+
SENSITIVE: []
|
754
|
+
end
|
755
|
+
|
756
|
+
class ListedGateway
|
757
|
+
attr_accessor gateway_arn: ::String
|
758
|
+
attr_accessor gateway_state: ("CREATING" | "ACTIVE" | "UPDATING" | "ERROR" | "DELETING" | "DELETED")
|
759
|
+
attr_accessor name: ::String
|
760
|
+
SENSITIVE: []
|
761
|
+
end
|
762
|
+
|
763
|
+
class ListedGatewayInstance
|
764
|
+
attr_accessor gateway_arn: ::String
|
765
|
+
attr_accessor gateway_instance_arn: ::String
|
766
|
+
attr_accessor instance_id: ::String
|
767
|
+
attr_accessor instance_state: ("REGISTERING" | "ACTIVE" | "DEREGISTERING" | "DEREGISTERED" | "REGISTRATION_ERROR" | "DEREGISTRATION_ERROR")
|
768
|
+
SENSITIVE: []
|
769
|
+
end
|
770
|
+
|
771
|
+
class Maintenance
|
772
|
+
attr_accessor maintenance_day: ("Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday")
|
773
|
+
attr_accessor maintenance_deadline: ::String
|
774
|
+
attr_accessor maintenance_scheduled_date: ::String
|
775
|
+
attr_accessor maintenance_start_hour: ::String
|
776
|
+
SENSITIVE: []
|
777
|
+
end
|
778
|
+
|
779
|
+
class MediaStream
|
780
|
+
attr_accessor attributes: Types::MediaStreamAttributes
|
781
|
+
attr_accessor clock_rate: ::Integer
|
782
|
+
attr_accessor description: ::String
|
783
|
+
attr_accessor fmt: ::Integer
|
784
|
+
attr_accessor media_stream_id: ::Integer
|
785
|
+
attr_accessor media_stream_name: ::String
|
786
|
+
attr_accessor media_stream_type: ("video" | "audio" | "ancillary-data")
|
787
|
+
attr_accessor video_format: ::String
|
788
|
+
SENSITIVE: []
|
789
|
+
end
|
790
|
+
|
791
|
+
class MediaStreamAttributes
|
792
|
+
attr_accessor fmtp: Types::Fmtp
|
793
|
+
attr_accessor lang: ::String
|
794
|
+
SENSITIVE: []
|
795
|
+
end
|
796
|
+
|
797
|
+
class MediaStreamAttributesRequest
|
798
|
+
attr_accessor fmtp: Types::FmtpRequest
|
799
|
+
attr_accessor lang: ::String
|
800
|
+
SENSITIVE: []
|
801
|
+
end
|
802
|
+
|
803
|
+
class MediaStreamOutputConfiguration
|
804
|
+
attr_accessor destination_configurations: ::Array[Types::DestinationConfiguration]
|
805
|
+
attr_accessor encoding_name: ("jxsv" | "raw" | "smpte291" | "pcm")
|
806
|
+
attr_accessor encoding_parameters: Types::EncodingParameters
|
807
|
+
attr_accessor media_stream_name: ::String
|
808
|
+
SENSITIVE: []
|
809
|
+
end
|
810
|
+
|
811
|
+
class MediaStreamOutputConfigurationRequest
|
812
|
+
attr_accessor destination_configurations: ::Array[Types::DestinationConfigurationRequest]
|
813
|
+
attr_accessor encoding_name: ("jxsv" | "raw" | "smpte291" | "pcm")
|
814
|
+
attr_accessor encoding_parameters: Types::EncodingParametersRequest
|
815
|
+
attr_accessor media_stream_name: ::String
|
816
|
+
SENSITIVE: []
|
817
|
+
end
|
818
|
+
|
819
|
+
class MediaStreamSourceConfiguration
|
820
|
+
attr_accessor encoding_name: ("jxsv" | "raw" | "smpte291" | "pcm")
|
821
|
+
attr_accessor input_configurations: ::Array[Types::InputConfiguration]
|
822
|
+
attr_accessor media_stream_name: ::String
|
823
|
+
SENSITIVE: []
|
824
|
+
end
|
825
|
+
|
826
|
+
class MediaStreamSourceConfigurationRequest
|
827
|
+
attr_accessor encoding_name: ("jxsv" | "raw" | "smpte291" | "pcm")
|
828
|
+
attr_accessor input_configurations: ::Array[Types::InputConfigurationRequest]
|
829
|
+
attr_accessor media_stream_name: ::String
|
830
|
+
SENSITIVE: []
|
831
|
+
end
|
832
|
+
|
833
|
+
class MessageDetail
|
834
|
+
attr_accessor code: ::String
|
835
|
+
attr_accessor message: ::String
|
836
|
+
attr_accessor resource_name: ::String
|
837
|
+
SENSITIVE: []
|
838
|
+
end
|
839
|
+
|
840
|
+
class Messages
|
841
|
+
attr_accessor errors: ::Array[::String]
|
842
|
+
SENSITIVE: []
|
843
|
+
end
|
844
|
+
|
845
|
+
class NotFoundException
|
846
|
+
attr_accessor message: ::String
|
847
|
+
SENSITIVE: []
|
848
|
+
end
|
849
|
+
|
850
|
+
class Offering
|
851
|
+
attr_accessor currency_code: ::String
|
852
|
+
attr_accessor duration: ::Integer
|
853
|
+
attr_accessor duration_units: ("MONTHS")
|
854
|
+
attr_accessor offering_arn: ::String
|
855
|
+
attr_accessor offering_description: ::String
|
856
|
+
attr_accessor price_per_unit: ::String
|
857
|
+
attr_accessor price_units: ("HOURLY")
|
858
|
+
attr_accessor resource_specification: Types::ResourceSpecification
|
859
|
+
SENSITIVE: []
|
860
|
+
end
|
861
|
+
|
862
|
+
class Output
|
863
|
+
attr_accessor data_transfer_subscriber_fee_percent: ::Integer
|
864
|
+
attr_accessor description: ::String
|
865
|
+
attr_accessor destination: ::String
|
866
|
+
attr_accessor encryption: Types::Encryption
|
867
|
+
attr_accessor entitlement_arn: ::String
|
868
|
+
attr_accessor listener_address: ::String
|
869
|
+
attr_accessor media_live_input_arn: ::String
|
870
|
+
attr_accessor media_stream_output_configurations: ::Array[Types::MediaStreamOutputConfiguration]
|
871
|
+
attr_accessor name: ::String
|
872
|
+
attr_accessor output_arn: ::String
|
873
|
+
attr_accessor port: ::Integer
|
874
|
+
attr_accessor transport: Types::Transport
|
875
|
+
attr_accessor vpc_interface_attachment: Types::VpcInterfaceAttachment
|
876
|
+
attr_accessor bridge_arn: ::String
|
877
|
+
attr_accessor bridge_ports: ::Array[::Integer]
|
878
|
+
SENSITIVE: []
|
879
|
+
end
|
880
|
+
|
881
|
+
class PurchaseOfferingRequest
|
882
|
+
attr_accessor offering_arn: ::String
|
883
|
+
attr_accessor reservation_name: ::String
|
884
|
+
attr_accessor start: ::String
|
885
|
+
SENSITIVE: []
|
886
|
+
end
|
887
|
+
|
888
|
+
class PurchaseOfferingResponse
|
889
|
+
attr_accessor reservation: Types::Reservation
|
890
|
+
SENSITIVE: []
|
891
|
+
end
|
892
|
+
|
893
|
+
class RemoveBridgeOutputRequest
|
894
|
+
attr_accessor bridge_arn: ::String
|
895
|
+
attr_accessor output_name: ::String
|
896
|
+
SENSITIVE: []
|
897
|
+
end
|
898
|
+
|
899
|
+
class RemoveBridgeOutputResponse
|
900
|
+
attr_accessor bridge_arn: ::String
|
901
|
+
attr_accessor output_name: ::String
|
902
|
+
SENSITIVE: []
|
903
|
+
end
|
904
|
+
|
905
|
+
class RemoveBridgeSourceRequest
|
906
|
+
attr_accessor bridge_arn: ::String
|
907
|
+
attr_accessor source_name: ::String
|
908
|
+
SENSITIVE: []
|
909
|
+
end
|
910
|
+
|
911
|
+
class RemoveBridgeSourceResponse
|
912
|
+
attr_accessor bridge_arn: ::String
|
913
|
+
attr_accessor source_name: ::String
|
914
|
+
SENSITIVE: []
|
915
|
+
end
|
916
|
+
|
917
|
+
class RemoveFlowMediaStreamRequest
|
918
|
+
attr_accessor flow_arn: ::String
|
919
|
+
attr_accessor media_stream_name: ::String
|
920
|
+
SENSITIVE: []
|
921
|
+
end
|
922
|
+
|
923
|
+
class RemoveFlowMediaStreamResponse
|
924
|
+
attr_accessor flow_arn: ::String
|
925
|
+
attr_accessor media_stream_name: ::String
|
926
|
+
SENSITIVE: []
|
927
|
+
end
|
928
|
+
|
929
|
+
class RemoveFlowOutputRequest
|
930
|
+
attr_accessor flow_arn: ::String
|
931
|
+
attr_accessor output_arn: ::String
|
932
|
+
SENSITIVE: []
|
933
|
+
end
|
934
|
+
|
935
|
+
class RemoveFlowOutputResponse
|
936
|
+
attr_accessor flow_arn: ::String
|
937
|
+
attr_accessor output_arn: ::String
|
938
|
+
SENSITIVE: []
|
939
|
+
end
|
940
|
+
|
941
|
+
class RemoveFlowSourceRequest
|
942
|
+
attr_accessor flow_arn: ::String
|
943
|
+
attr_accessor source_arn: ::String
|
944
|
+
SENSITIVE: []
|
945
|
+
end
|
946
|
+
|
947
|
+
class RemoveFlowSourceResponse
|
948
|
+
attr_accessor flow_arn: ::String
|
949
|
+
attr_accessor source_arn: ::String
|
950
|
+
SENSITIVE: []
|
951
|
+
end
|
952
|
+
|
953
|
+
class RemoveFlowVpcInterfaceRequest
|
954
|
+
attr_accessor flow_arn: ::String
|
955
|
+
attr_accessor vpc_interface_name: ::String
|
956
|
+
SENSITIVE: []
|
957
|
+
end
|
958
|
+
|
959
|
+
class RemoveFlowVpcInterfaceResponse
|
960
|
+
attr_accessor flow_arn: ::String
|
961
|
+
attr_accessor non_deleted_network_interface_ids: ::Array[::String]
|
962
|
+
attr_accessor vpc_interface_name: ::String
|
963
|
+
SENSITIVE: []
|
964
|
+
end
|
965
|
+
|
966
|
+
class Reservation
|
967
|
+
attr_accessor currency_code: ::String
|
968
|
+
attr_accessor duration: ::Integer
|
969
|
+
attr_accessor duration_units: ("MONTHS")
|
970
|
+
attr_accessor end: ::String
|
971
|
+
attr_accessor offering_arn: ::String
|
972
|
+
attr_accessor offering_description: ::String
|
973
|
+
attr_accessor price_per_unit: ::String
|
974
|
+
attr_accessor price_units: ("HOURLY")
|
975
|
+
attr_accessor reservation_arn: ::String
|
976
|
+
attr_accessor reservation_name: ::String
|
977
|
+
attr_accessor reservation_state: ("ACTIVE" | "EXPIRED" | "PROCESSING" | "CANCELED")
|
978
|
+
attr_accessor resource_specification: Types::ResourceSpecification
|
979
|
+
attr_accessor start: ::String
|
980
|
+
SENSITIVE: []
|
981
|
+
end
|
982
|
+
|
983
|
+
class ResourceSpecification
|
984
|
+
attr_accessor reserved_bitrate: ::Integer
|
985
|
+
attr_accessor resource_type: ("Mbps_Outbound_Bandwidth")
|
986
|
+
SENSITIVE: []
|
987
|
+
end
|
988
|
+
|
989
|
+
class ResponseError
|
990
|
+
attr_accessor message: ::String
|
991
|
+
SENSITIVE: []
|
992
|
+
end
|
993
|
+
|
994
|
+
class RevokeFlowEntitlementRequest
|
995
|
+
attr_accessor entitlement_arn: ::String
|
996
|
+
attr_accessor flow_arn: ::String
|
997
|
+
SENSITIVE: []
|
998
|
+
end
|
999
|
+
|
1000
|
+
class RevokeFlowEntitlementResponse
|
1001
|
+
attr_accessor entitlement_arn: ::String
|
1002
|
+
attr_accessor flow_arn: ::String
|
1003
|
+
SENSITIVE: []
|
1004
|
+
end
|
1005
|
+
|
1006
|
+
class ServiceUnavailableException
|
1007
|
+
attr_accessor message: ::String
|
1008
|
+
SENSITIVE: []
|
1009
|
+
end
|
1010
|
+
|
1011
|
+
class SetGatewayBridgeSourceRequest
|
1012
|
+
attr_accessor bridge_arn: ::String
|
1013
|
+
attr_accessor vpc_interface_attachment: Types::VpcInterfaceAttachment
|
1014
|
+
SENSITIVE: []
|
1015
|
+
end
|
1016
|
+
|
1017
|
+
class SetSourceRequest
|
1018
|
+
attr_accessor decryption: Types::Encryption
|
1019
|
+
attr_accessor description: ::String
|
1020
|
+
attr_accessor entitlement_arn: ::String
|
1021
|
+
attr_accessor ingest_port: ::Integer
|
1022
|
+
attr_accessor max_bitrate: ::Integer
|
1023
|
+
attr_accessor max_latency: ::Integer
|
1024
|
+
attr_accessor max_sync_buffer: ::Integer
|
1025
|
+
attr_accessor media_stream_source_configurations: ::Array[Types::MediaStreamSourceConfigurationRequest]
|
1026
|
+
attr_accessor min_latency: ::Integer
|
1027
|
+
attr_accessor name: ::String
|
1028
|
+
attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
|
1029
|
+
attr_accessor sender_control_port: ::Integer
|
1030
|
+
attr_accessor sender_ip_address: ::String
|
1031
|
+
attr_accessor source_listener_address: ::String
|
1032
|
+
attr_accessor source_listener_port: ::Integer
|
1033
|
+
attr_accessor stream_id: ::String
|
1034
|
+
attr_accessor vpc_interface_name: ::String
|
1035
|
+
attr_accessor whitelist_cidr: ::String
|
1036
|
+
attr_accessor gateway_bridge_source: Types::SetGatewayBridgeSourceRequest
|
1037
|
+
SENSITIVE: []
|
1038
|
+
end
|
1039
|
+
|
1040
|
+
class Source
|
1041
|
+
attr_accessor data_transfer_subscriber_fee_percent: ::Integer
|
1042
|
+
attr_accessor decryption: Types::Encryption
|
1043
|
+
attr_accessor description: ::String
|
1044
|
+
attr_accessor entitlement_arn: ::String
|
1045
|
+
attr_accessor ingest_ip: ::String
|
1046
|
+
attr_accessor ingest_port: ::Integer
|
1047
|
+
attr_accessor media_stream_source_configurations: ::Array[Types::MediaStreamSourceConfiguration]
|
1048
|
+
attr_accessor name: ::String
|
1049
|
+
attr_accessor sender_control_port: ::Integer
|
1050
|
+
attr_accessor sender_ip_address: ::String
|
1051
|
+
attr_accessor source_arn: ::String
|
1052
|
+
attr_accessor transport: Types::Transport
|
1053
|
+
attr_accessor vpc_interface_name: ::String
|
1054
|
+
attr_accessor whitelist_cidr: ::String
|
1055
|
+
attr_accessor gateway_bridge_source: Types::GatewayBridgeSource
|
1056
|
+
SENSITIVE: []
|
1057
|
+
end
|
1058
|
+
|
1059
|
+
class SourcePriority
|
1060
|
+
attr_accessor primary_source: ::String
|
1061
|
+
SENSITIVE: []
|
1062
|
+
end
|
1063
|
+
|
1064
|
+
class StartFlowRequest
|
1065
|
+
attr_accessor flow_arn: ::String
|
1066
|
+
SENSITIVE: []
|
1067
|
+
end
|
1068
|
+
|
1069
|
+
class StartFlowResponse
|
1070
|
+
attr_accessor flow_arn: ::String
|
1071
|
+
attr_accessor status: ("STANDBY" | "ACTIVE" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "ERROR")
|
1072
|
+
SENSITIVE: []
|
1073
|
+
end
|
1074
|
+
|
1075
|
+
class StopFlowRequest
|
1076
|
+
attr_accessor flow_arn: ::String
|
1077
|
+
SENSITIVE: []
|
1078
|
+
end
|
1079
|
+
|
1080
|
+
class StopFlowResponse
|
1081
|
+
attr_accessor flow_arn: ::String
|
1082
|
+
attr_accessor status: ("STANDBY" | "ACTIVE" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "ERROR")
|
1083
|
+
SENSITIVE: []
|
1084
|
+
end
|
1085
|
+
|
1086
|
+
class TagResourceRequest
|
1087
|
+
attr_accessor resource_arn: ::String
|
1088
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1089
|
+
SENSITIVE: []
|
1090
|
+
end
|
1091
|
+
|
1092
|
+
class TooManyRequestsException
|
1093
|
+
attr_accessor message: ::String
|
1094
|
+
SENSITIVE: []
|
1095
|
+
end
|
1096
|
+
|
1097
|
+
class Transport
|
1098
|
+
attr_accessor cidr_allow_list: ::Array[::String]
|
1099
|
+
attr_accessor max_bitrate: ::Integer
|
1100
|
+
attr_accessor max_latency: ::Integer
|
1101
|
+
attr_accessor max_sync_buffer: ::Integer
|
1102
|
+
attr_accessor min_latency: ::Integer
|
1103
|
+
attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
|
1104
|
+
attr_accessor remote_id: ::String
|
1105
|
+
attr_accessor sender_control_port: ::Integer
|
1106
|
+
attr_accessor sender_ip_address: ::String
|
1107
|
+
attr_accessor smoothing_latency: ::Integer
|
1108
|
+
attr_accessor source_listener_address: ::String
|
1109
|
+
attr_accessor source_listener_port: ::Integer
|
1110
|
+
attr_accessor stream_id: ::String
|
1111
|
+
SENSITIVE: []
|
1112
|
+
end
|
1113
|
+
|
1114
|
+
class TransportMediaInfo
|
1115
|
+
attr_accessor programs: ::Array[Types::TransportStreamProgram]
|
1116
|
+
SENSITIVE: []
|
1117
|
+
end
|
1118
|
+
|
1119
|
+
class TransportStream
|
1120
|
+
attr_accessor channels: ::Integer
|
1121
|
+
attr_accessor codec: ::String
|
1122
|
+
attr_accessor frame_rate: ::String
|
1123
|
+
attr_accessor frame_resolution: Types::FrameResolution
|
1124
|
+
attr_accessor pid: ::Integer
|
1125
|
+
attr_accessor sample_rate: ::Integer
|
1126
|
+
attr_accessor sample_size: ::Integer
|
1127
|
+
attr_accessor stream_type: ::String
|
1128
|
+
SENSITIVE: []
|
1129
|
+
end
|
1130
|
+
|
1131
|
+
class TransportStreamProgram
|
1132
|
+
attr_accessor pcr_pid: ::Integer
|
1133
|
+
attr_accessor program_name: ::String
|
1134
|
+
attr_accessor program_number: ::Integer
|
1135
|
+
attr_accessor program_pid: ::Integer
|
1136
|
+
attr_accessor streams: ::Array[Types::TransportStream]
|
1137
|
+
SENSITIVE: []
|
1138
|
+
end
|
1139
|
+
|
1140
|
+
class UntagResourceRequest
|
1141
|
+
attr_accessor resource_arn: ::String
|
1142
|
+
attr_accessor tag_keys: ::Array[::String]
|
1143
|
+
SENSITIVE: []
|
1144
|
+
end
|
1145
|
+
|
1146
|
+
class UpdateBridgeFlowSourceRequest
|
1147
|
+
attr_accessor flow_arn: ::String
|
1148
|
+
attr_accessor flow_vpc_interface_attachment: Types::VpcInterfaceAttachment
|
1149
|
+
SENSITIVE: []
|
1150
|
+
end
|
1151
|
+
|
1152
|
+
class UpdateBridgeNetworkOutputRequest
|
1153
|
+
attr_accessor ip_address: ::String
|
1154
|
+
attr_accessor network_name: ::String
|
1155
|
+
attr_accessor port: ::Integer
|
1156
|
+
attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
|
1157
|
+
attr_accessor ttl: ::Integer
|
1158
|
+
SENSITIVE: []
|
1159
|
+
end
|
1160
|
+
|
1161
|
+
class UpdateBridgeNetworkSourceRequest
|
1162
|
+
attr_accessor multicast_ip: ::String
|
1163
|
+
attr_accessor network_name: ::String
|
1164
|
+
attr_accessor port: ::Integer
|
1165
|
+
attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
|
1166
|
+
SENSITIVE: []
|
1167
|
+
end
|
1168
|
+
|
1169
|
+
class UpdateBridgeOutputRequest
|
1170
|
+
attr_accessor bridge_arn: ::String
|
1171
|
+
attr_accessor network_output: Types::UpdateBridgeNetworkOutputRequest
|
1172
|
+
attr_accessor output_name: ::String
|
1173
|
+
SENSITIVE: []
|
1174
|
+
end
|
1175
|
+
|
1176
|
+
class UpdateBridgeOutputResponse
|
1177
|
+
attr_accessor bridge_arn: ::String
|
1178
|
+
attr_accessor output: Types::BridgeOutput
|
1179
|
+
SENSITIVE: []
|
1180
|
+
end
|
1181
|
+
|
1182
|
+
class UpdateBridgeRequest
|
1183
|
+
attr_accessor bridge_arn: ::String
|
1184
|
+
attr_accessor egress_gateway_bridge: Types::UpdateEgressGatewayBridgeRequest
|
1185
|
+
attr_accessor ingress_gateway_bridge: Types::UpdateIngressGatewayBridgeRequest
|
1186
|
+
attr_accessor source_failover_config: Types::UpdateFailoverConfig
|
1187
|
+
SENSITIVE: []
|
1188
|
+
end
|
1189
|
+
|
1190
|
+
class UpdateBridgeResponse
|
1191
|
+
attr_accessor bridge: Types::Bridge
|
1192
|
+
SENSITIVE: []
|
1193
|
+
end
|
1194
|
+
|
1195
|
+
class UpdateBridgeSourceRequest
|
1196
|
+
attr_accessor bridge_arn: ::String
|
1197
|
+
attr_accessor flow_source: Types::UpdateBridgeFlowSourceRequest
|
1198
|
+
attr_accessor network_source: Types::UpdateBridgeNetworkSourceRequest
|
1199
|
+
attr_accessor source_name: ::String
|
1200
|
+
SENSITIVE: []
|
1201
|
+
end
|
1202
|
+
|
1203
|
+
class UpdateBridgeSourceResponse
|
1204
|
+
attr_accessor bridge_arn: ::String
|
1205
|
+
attr_accessor source: Types::BridgeSource
|
1206
|
+
SENSITIVE: []
|
1207
|
+
end
|
1208
|
+
|
1209
|
+
class UpdateBridgeStateRequest
|
1210
|
+
attr_accessor bridge_arn: ::String
|
1211
|
+
attr_accessor desired_state: ("ACTIVE" | "STANDBY" | "DELETED")
|
1212
|
+
SENSITIVE: []
|
1213
|
+
end
|
1214
|
+
|
1215
|
+
class UpdateBridgeStateResponse
|
1216
|
+
attr_accessor bridge_arn: ::String
|
1217
|
+
attr_accessor desired_state: ("ACTIVE" | "STANDBY" | "DELETED")
|
1218
|
+
SENSITIVE: []
|
1219
|
+
end
|
1220
|
+
|
1221
|
+
class UpdateEgressGatewayBridgeRequest
|
1222
|
+
attr_accessor max_bitrate: ::Integer
|
1223
|
+
SENSITIVE: []
|
1224
|
+
end
|
1225
|
+
|
1226
|
+
class UpdateEncryption
|
1227
|
+
attr_accessor algorithm: ("aes128" | "aes192" | "aes256")
|
1228
|
+
attr_accessor constant_initialization_vector: ::String
|
1229
|
+
attr_accessor device_id: ::String
|
1230
|
+
attr_accessor key_type: ("speke" | "static-key" | "srt-password")
|
1231
|
+
attr_accessor region: ::String
|
1232
|
+
attr_accessor resource_id: ::String
|
1233
|
+
attr_accessor role_arn: ::String
|
1234
|
+
attr_accessor secret_arn: ::String
|
1235
|
+
attr_accessor url: ::String
|
1236
|
+
SENSITIVE: []
|
1237
|
+
end
|
1238
|
+
|
1239
|
+
class UpdateFailoverConfig
|
1240
|
+
attr_accessor failover_mode: ("MERGE" | "FAILOVER")
|
1241
|
+
attr_accessor recovery_window: ::Integer
|
1242
|
+
attr_accessor source_priority: Types::SourcePriority
|
1243
|
+
attr_accessor state: ("ENABLED" | "DISABLED")
|
1244
|
+
SENSITIVE: []
|
1245
|
+
end
|
1246
|
+
|
1247
|
+
class UpdateFlowEntitlementRequest
|
1248
|
+
attr_accessor description: ::String
|
1249
|
+
attr_accessor encryption: Types::UpdateEncryption
|
1250
|
+
attr_accessor entitlement_arn: ::String
|
1251
|
+
attr_accessor entitlement_status: ("ENABLED" | "DISABLED")
|
1252
|
+
attr_accessor flow_arn: ::String
|
1253
|
+
attr_accessor subscribers: ::Array[::String]
|
1254
|
+
SENSITIVE: []
|
1255
|
+
end
|
1256
|
+
|
1257
|
+
class UpdateFlowEntitlementResponse
|
1258
|
+
attr_accessor entitlement: Types::Entitlement
|
1259
|
+
attr_accessor flow_arn: ::String
|
1260
|
+
SENSITIVE: []
|
1261
|
+
end
|
1262
|
+
|
1263
|
+
class UpdateFlowMediaStreamRequest
|
1264
|
+
attr_accessor attributes: Types::MediaStreamAttributesRequest
|
1265
|
+
attr_accessor clock_rate: ::Integer
|
1266
|
+
attr_accessor description: ::String
|
1267
|
+
attr_accessor flow_arn: ::String
|
1268
|
+
attr_accessor media_stream_name: ::String
|
1269
|
+
attr_accessor media_stream_type: ("video" | "audio" | "ancillary-data")
|
1270
|
+
attr_accessor video_format: ::String
|
1271
|
+
SENSITIVE: []
|
1272
|
+
end
|
1273
|
+
|
1274
|
+
class UpdateFlowMediaStreamResponse
|
1275
|
+
attr_accessor flow_arn: ::String
|
1276
|
+
attr_accessor media_stream: Types::MediaStream
|
1277
|
+
SENSITIVE: []
|
1278
|
+
end
|
1279
|
+
|
1280
|
+
class UpdateFlowOutputRequest
|
1281
|
+
attr_accessor cidr_allow_list: ::Array[::String]
|
1282
|
+
attr_accessor description: ::String
|
1283
|
+
attr_accessor destination: ::String
|
1284
|
+
attr_accessor encryption: Types::UpdateEncryption
|
1285
|
+
attr_accessor flow_arn: ::String
|
1286
|
+
attr_accessor max_latency: ::Integer
|
1287
|
+
attr_accessor media_stream_output_configurations: ::Array[Types::MediaStreamOutputConfigurationRequest]
|
1288
|
+
attr_accessor min_latency: ::Integer
|
1289
|
+
attr_accessor output_arn: ::String
|
1290
|
+
attr_accessor port: ::Integer
|
1291
|
+
attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
|
1292
|
+
attr_accessor remote_id: ::String
|
1293
|
+
attr_accessor sender_control_port: ::Integer
|
1294
|
+
attr_accessor sender_ip_address: ::String
|
1295
|
+
attr_accessor smoothing_latency: ::Integer
|
1296
|
+
attr_accessor stream_id: ::String
|
1297
|
+
attr_accessor vpc_interface_attachment: Types::VpcInterfaceAttachment
|
1298
|
+
SENSITIVE: []
|
1299
|
+
end
|
1300
|
+
|
1301
|
+
class UpdateFlowOutputResponse
|
1302
|
+
attr_accessor flow_arn: ::String
|
1303
|
+
attr_accessor output: Types::Output
|
1304
|
+
SENSITIVE: []
|
1305
|
+
end
|
1306
|
+
|
1307
|
+
class UpdateFlowRequest
|
1308
|
+
attr_accessor flow_arn: ::String
|
1309
|
+
attr_accessor source_failover_config: Types::UpdateFailoverConfig
|
1310
|
+
attr_accessor maintenance: Types::UpdateMaintenance
|
1311
|
+
SENSITIVE: []
|
1312
|
+
end
|
1313
|
+
|
1314
|
+
class UpdateFlowResponse
|
1315
|
+
attr_accessor flow: Types::Flow
|
1316
|
+
SENSITIVE: []
|
1317
|
+
end
|
1318
|
+
|
1319
|
+
class UpdateFlowSourceRequest
|
1320
|
+
attr_accessor decryption: Types::UpdateEncryption
|
1321
|
+
attr_accessor description: ::String
|
1322
|
+
attr_accessor entitlement_arn: ::String
|
1323
|
+
attr_accessor flow_arn: ::String
|
1324
|
+
attr_accessor ingest_port: ::Integer
|
1325
|
+
attr_accessor max_bitrate: ::Integer
|
1326
|
+
attr_accessor max_latency: ::Integer
|
1327
|
+
attr_accessor max_sync_buffer: ::Integer
|
1328
|
+
attr_accessor media_stream_source_configurations: ::Array[Types::MediaStreamSourceConfigurationRequest]
|
1329
|
+
attr_accessor min_latency: ::Integer
|
1330
|
+
attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
|
1331
|
+
attr_accessor sender_control_port: ::Integer
|
1332
|
+
attr_accessor sender_ip_address: ::String
|
1333
|
+
attr_accessor source_arn: ::String
|
1334
|
+
attr_accessor source_listener_address: ::String
|
1335
|
+
attr_accessor source_listener_port: ::Integer
|
1336
|
+
attr_accessor stream_id: ::String
|
1337
|
+
attr_accessor vpc_interface_name: ::String
|
1338
|
+
attr_accessor whitelist_cidr: ::String
|
1339
|
+
attr_accessor gateway_bridge_source: Types::UpdateGatewayBridgeSourceRequest
|
1340
|
+
SENSITIVE: []
|
1341
|
+
end
|
1342
|
+
|
1343
|
+
class UpdateFlowSourceResponse
|
1344
|
+
attr_accessor flow_arn: ::String
|
1345
|
+
attr_accessor source: Types::Source
|
1346
|
+
SENSITIVE: []
|
1347
|
+
end
|
1348
|
+
|
1349
|
+
class UpdateGatewayBridgeSourceRequest
|
1350
|
+
attr_accessor bridge_arn: ::String
|
1351
|
+
attr_accessor vpc_interface_attachment: Types::VpcInterfaceAttachment
|
1352
|
+
SENSITIVE: []
|
1353
|
+
end
|
1354
|
+
|
1355
|
+
class UpdateGatewayInstanceRequest
|
1356
|
+
attr_accessor bridge_placement: ("AVAILABLE" | "LOCKED")
|
1357
|
+
attr_accessor gateway_instance_arn: ::String
|
1358
|
+
SENSITIVE: []
|
1359
|
+
end
|
1360
|
+
|
1361
|
+
class UpdateGatewayInstanceResponse
|
1362
|
+
attr_accessor bridge_placement: ("AVAILABLE" | "LOCKED")
|
1363
|
+
attr_accessor gateway_instance_arn: ::String
|
1364
|
+
SENSITIVE: []
|
1365
|
+
end
|
1366
|
+
|
1367
|
+
class UpdateIngressGatewayBridgeRequest
|
1368
|
+
attr_accessor max_bitrate: ::Integer
|
1369
|
+
attr_accessor max_outputs: ::Integer
|
1370
|
+
SENSITIVE: []
|
1371
|
+
end
|
1372
|
+
|
1373
|
+
class UpdateMaintenance
|
1374
|
+
attr_accessor maintenance_day: ("Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday")
|
1375
|
+
attr_accessor maintenance_scheduled_date: ::String
|
1376
|
+
attr_accessor maintenance_start_hour: ::String
|
1377
|
+
SENSITIVE: []
|
1378
|
+
end
|
1379
|
+
|
1380
|
+
class VpcInterface
|
1381
|
+
attr_accessor name: ::String
|
1382
|
+
attr_accessor network_interface_ids: ::Array[::String]
|
1383
|
+
attr_accessor network_interface_type: ("ena" | "efa")
|
1384
|
+
attr_accessor role_arn: ::String
|
1385
|
+
attr_accessor security_group_ids: ::Array[::String]
|
1386
|
+
attr_accessor subnet_id: ::String
|
1387
|
+
SENSITIVE: []
|
1388
|
+
end
|
1389
|
+
|
1390
|
+
class VpcInterfaceAttachment
|
1391
|
+
attr_accessor vpc_interface_name: ::String
|
1392
|
+
SENSITIVE: []
|
1393
|
+
end
|
1394
|
+
|
1395
|
+
class VpcInterfaceRequest
|
1396
|
+
attr_accessor name: ::String
|
1397
|
+
attr_accessor network_interface_type: ("ena" | "efa")
|
1398
|
+
attr_accessor role_arn: ::String
|
1399
|
+
attr_accessor security_group_ids: ::Array[::String]
|
1400
|
+
attr_accessor subnet_id: ::String
|
1401
|
+
SENSITIVE: []
|
1402
|
+
end
|
1403
|
+
end
|
1404
|
+
end
|