aws-sdk-medialive 1.69.0 → 1.70.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive.rb +1 -1
- data/lib/aws-sdk-medialive/client.rb +38 -21
- data/lib/aws-sdk-medialive/client_api.rb +14 -6
- data/lib/aws-sdk-medialive/types.rb +48 -18
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c410e74479cf3f0c7bfaa6fe16ad6303dac2a5af16d2e4d51dc0b2d3e0a287e6
|
4
|
+
data.tar.gz: f1954335265eb634bf1b14a5bd99463851434e2c794519a50982a8dc01fb7959
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6212ea054f1dbffe33e019279ac231cc291d9121356730c2c01853aa1d64a05ed8fb90e4c27fee55d7c6909ccbac20dc5943078019c439d157e002e3daebb9fb
|
7
|
+
data.tar.gz: a3661e697a562c4ae6a5bd352e8eb1ffd0019239fc5b4e5d55e2f97c04a4c5e6eb2d55668c4541f86fa87f2dfd7934898e3cbf78a6a4fc10c29ef0f98d43c7a7
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.70.0 (2021-04-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - MediaLive VPC outputs update to include Availability Zones, Security groups, Elastic Network Interfaces, and Subnet Ids in channel response
|
8
|
+
|
4
9
|
1.69.0 (2021-04-05)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.70.0
|
data/lib/aws-sdk-medialive.rb
CHANGED
@@ -2347,8 +2347,10 @@ module Aws::MediaLive
|
|
2347
2347
|
# resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
2348
2348
|
# resp.channel.tags #=> Hash
|
2349
2349
|
# resp.channel.tags["__string"] #=> String
|
2350
|
-
# resp.channel.vpc.
|
2351
|
-
# resp.channel.vpc.
|
2350
|
+
# resp.channel.vpc.availability_zones #=> Array
|
2351
|
+
# resp.channel.vpc.availability_zones[0] #=> String
|
2352
|
+
# resp.channel.vpc.network_interface_ids #=> Array
|
2353
|
+
# resp.channel.vpc.network_interface_ids[0] #=> String
|
2352
2354
|
# resp.channel.vpc.security_group_ids #=> Array
|
2353
2355
|
# resp.channel.vpc.security_group_ids[0] #=> String
|
2354
2356
|
# resp.channel.vpc.subnet_ids #=> Array
|
@@ -2784,7 +2786,7 @@ module Aws::MediaLive
|
|
2784
2786
|
# * {Types::DeleteChannelResponse#role_arn #role_arn} => String
|
2785
2787
|
# * {Types::DeleteChannelResponse#state #state} => String
|
2786
2788
|
# * {Types::DeleteChannelResponse#tags #tags} => Hash<String,String>
|
2787
|
-
# * {Types::DeleteChannelResponse#vpc #vpc} => Types::
|
2789
|
+
# * {Types::DeleteChannelResponse#vpc #vpc} => Types::VpcOutputSettingsDescription
|
2788
2790
|
#
|
2789
2791
|
# @example Request syntax with placeholder values
|
2790
2792
|
#
|
@@ -3387,8 +3389,10 @@ module Aws::MediaLive
|
|
3387
3389
|
# resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
3388
3390
|
# resp.tags #=> Hash
|
3389
3391
|
# resp.tags["__string"] #=> String
|
3390
|
-
# resp.vpc.
|
3391
|
-
# resp.vpc.
|
3392
|
+
# resp.vpc.availability_zones #=> Array
|
3393
|
+
# resp.vpc.availability_zones[0] #=> String
|
3394
|
+
# resp.vpc.network_interface_ids #=> Array
|
3395
|
+
# resp.vpc.network_interface_ids[0] #=> String
|
3392
3396
|
# resp.vpc.security_group_ids #=> Array
|
3393
3397
|
# resp.vpc.security_group_ids[0] #=> String
|
3394
3398
|
# resp.vpc.subnet_ids #=> Array
|
@@ -3695,7 +3699,7 @@ module Aws::MediaLive
|
|
3695
3699
|
# * {Types::DescribeChannelResponse#role_arn #role_arn} => String
|
3696
3700
|
# * {Types::DescribeChannelResponse#state #state} => String
|
3697
3701
|
# * {Types::DescribeChannelResponse#tags #tags} => Hash<String,String>
|
3698
|
-
# * {Types::DescribeChannelResponse#vpc #vpc} => Types::
|
3702
|
+
# * {Types::DescribeChannelResponse#vpc #vpc} => Types::VpcOutputSettingsDescription
|
3699
3703
|
#
|
3700
3704
|
# @example Request syntax with placeholder values
|
3701
3705
|
#
|
@@ -4298,8 +4302,10 @@ module Aws::MediaLive
|
|
4298
4302
|
# resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
4299
4303
|
# resp.tags #=> Hash
|
4300
4304
|
# resp.tags["__string"] #=> String
|
4301
|
-
# resp.vpc.
|
4302
|
-
# resp.vpc.
|
4305
|
+
# resp.vpc.availability_zones #=> Array
|
4306
|
+
# resp.vpc.availability_zones[0] #=> String
|
4307
|
+
# resp.vpc.network_interface_ids #=> Array
|
4308
|
+
# resp.vpc.network_interface_ids[0] #=> String
|
4303
4309
|
# resp.vpc.security_group_ids #=> Array
|
4304
4310
|
# resp.vpc.security_group_ids[0] #=> String
|
4305
4311
|
# resp.vpc.subnet_ids #=> Array
|
@@ -4989,8 +4995,10 @@ module Aws::MediaLive
|
|
4989
4995
|
# resp.channels[0].state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
4990
4996
|
# resp.channels[0].tags #=> Hash
|
4991
4997
|
# resp.channels[0].tags["__string"] #=> String
|
4992
|
-
# resp.channels[0].vpc.
|
4993
|
-
# resp.channels[0].vpc.
|
4998
|
+
# resp.channels[0].vpc.availability_zones #=> Array
|
4999
|
+
# resp.channels[0].vpc.availability_zones[0] #=> String
|
5000
|
+
# resp.channels[0].vpc.network_interface_ids #=> Array
|
5001
|
+
# resp.channels[0].vpc.network_interface_ids[0] #=> String
|
4994
5002
|
# resp.channels[0].vpc.security_group_ids #=> Array
|
4995
5003
|
# resp.channels[0].vpc.security_group_ids[0] #=> String
|
4996
5004
|
# resp.channels[0].vpc.subnet_ids #=> Array
|
@@ -5037,6 +5045,7 @@ module Aws::MediaLive
|
|
5037
5045
|
# resp.input_device_transfers[0].id #=> String
|
5038
5046
|
# resp.input_device_transfers[0].message #=> String
|
5039
5047
|
# resp.input_device_transfers[0].target_customer_id #=> String
|
5048
|
+
# resp.input_device_transfers[0].target_region #=> String
|
5040
5049
|
# resp.input_device_transfers[0].transfer_type #=> String, one of "OUTGOING", "INCOMING"
|
5041
5050
|
# resp.next_token #=> String
|
5042
5051
|
#
|
@@ -5613,7 +5622,7 @@ module Aws::MediaLive
|
|
5613
5622
|
# * {Types::StartChannelResponse#role_arn #role_arn} => String
|
5614
5623
|
# * {Types::StartChannelResponse#state #state} => String
|
5615
5624
|
# * {Types::StartChannelResponse#tags #tags} => Hash<String,String>
|
5616
|
-
# * {Types::StartChannelResponse#vpc #vpc} => Types::
|
5625
|
+
# * {Types::StartChannelResponse#vpc #vpc} => Types::VpcOutputSettingsDescription
|
5617
5626
|
#
|
5618
5627
|
# @example Request syntax with placeholder values
|
5619
5628
|
#
|
@@ -6216,8 +6225,10 @@ module Aws::MediaLive
|
|
6216
6225
|
# resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
6217
6226
|
# resp.tags #=> Hash
|
6218
6227
|
# resp.tags["__string"] #=> String
|
6219
|
-
# resp.vpc.
|
6220
|
-
# resp.vpc.
|
6228
|
+
# resp.vpc.availability_zones #=> Array
|
6229
|
+
# resp.vpc.availability_zones[0] #=> String
|
6230
|
+
# resp.vpc.network_interface_ids #=> Array
|
6231
|
+
# resp.vpc.network_interface_ids[0] #=> String
|
6221
6232
|
# resp.vpc.security_group_ids #=> Array
|
6222
6233
|
# resp.vpc.security_group_ids[0] #=> String
|
6223
6234
|
# resp.vpc.subnet_ids #=> Array
|
@@ -6306,7 +6317,7 @@ module Aws::MediaLive
|
|
6306
6317
|
# * {Types::StopChannelResponse#role_arn #role_arn} => String
|
6307
6318
|
# * {Types::StopChannelResponse#state #state} => String
|
6308
6319
|
# * {Types::StopChannelResponse#tags #tags} => Hash<String,String>
|
6309
|
-
# * {Types::StopChannelResponse#vpc #vpc} => Types::
|
6320
|
+
# * {Types::StopChannelResponse#vpc #vpc} => Types::VpcOutputSettingsDescription
|
6310
6321
|
#
|
6311
6322
|
# @example Request syntax with placeholder values
|
6312
6323
|
#
|
@@ -6909,8 +6920,10 @@ module Aws::MediaLive
|
|
6909
6920
|
# resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
6910
6921
|
# resp.tags #=> Hash
|
6911
6922
|
# resp.tags["__string"] #=> String
|
6912
|
-
# resp.vpc.
|
6913
|
-
# resp.vpc.
|
6923
|
+
# resp.vpc.availability_zones #=> Array
|
6924
|
+
# resp.vpc.availability_zones[0] #=> String
|
6925
|
+
# resp.vpc.network_interface_ids #=> Array
|
6926
|
+
# resp.vpc.network_interface_ids[0] #=> String
|
6914
6927
|
# resp.vpc.security_group_ids #=> Array
|
6915
6928
|
# resp.vpc.security_group_ids[0] #=> String
|
6916
6929
|
# resp.vpc.subnet_ids #=> Array
|
@@ -8561,8 +8574,10 @@ module Aws::MediaLive
|
|
8561
8574
|
# resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
8562
8575
|
# resp.channel.tags #=> Hash
|
8563
8576
|
# resp.channel.tags["__string"] #=> String
|
8564
|
-
# resp.channel.vpc.
|
8565
|
-
# resp.channel.vpc.
|
8577
|
+
# resp.channel.vpc.availability_zones #=> Array
|
8578
|
+
# resp.channel.vpc.availability_zones[0] #=> String
|
8579
|
+
# resp.channel.vpc.network_interface_ids #=> Array
|
8580
|
+
# resp.channel.vpc.network_interface_ids[0] #=> String
|
8566
8581
|
# resp.channel.vpc.security_group_ids #=> Array
|
8567
8582
|
# resp.channel.vpc.security_group_ids[0] #=> String
|
8568
8583
|
# resp.channel.vpc.subnet_ids #=> Array
|
@@ -9215,8 +9230,10 @@ module Aws::MediaLive
|
|
9215
9230
|
# resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
9216
9231
|
# resp.channel.tags #=> Hash
|
9217
9232
|
# resp.channel.tags["__string"] #=> String
|
9218
|
-
# resp.channel.vpc.
|
9219
|
-
# resp.channel.vpc.
|
9233
|
+
# resp.channel.vpc.availability_zones #=> Array
|
9234
|
+
# resp.channel.vpc.availability_zones[0] #=> String
|
9235
|
+
# resp.channel.vpc.network_interface_ids #=> Array
|
9236
|
+
# resp.channel.vpc.network_interface_ids[0] #=> String
|
9220
9237
|
# resp.channel.vpc.security_group_ids #=> Array
|
9221
9238
|
# resp.channel.vpc.security_group_ids[0] #=> String
|
9222
9239
|
# resp.channel.vpc.subnet_ids #=> Array
|
@@ -9658,7 +9675,7 @@ module Aws::MediaLive
|
|
9658
9675
|
params: params,
|
9659
9676
|
config: config)
|
9660
9677
|
context[:gem_name] = 'aws-sdk-medialive'
|
9661
|
-
context[:gem_version] = '1.
|
9678
|
+
context[:gem_version] = '1.70.0'
|
9662
9679
|
Seahorse::Client::Request.new(handlers, context)
|
9663
9680
|
end
|
9664
9681
|
|
@@ -659,6 +659,7 @@ module Aws::MediaLive
|
|
659
659
|
VideoSelectorProgramId = Shapes::StructureShape.new(name: 'VideoSelectorProgramId')
|
660
660
|
VideoSelectorSettings = Shapes::StructureShape.new(name: 'VideoSelectorSettings')
|
661
661
|
VpcOutputSettings = Shapes::StructureShape.new(name: 'VpcOutputSettings')
|
662
|
+
VpcOutputSettingsDescription = Shapes::StructureShape.new(name: 'VpcOutputSettingsDescription')
|
662
663
|
WavCodingMode = Shapes::StringShape.new(name: 'WavCodingMode')
|
663
664
|
WavSettings = Shapes::StructureShape.new(name: 'WavSettings')
|
664
665
|
WebvttDestinationSettings = Shapes::StructureShape.new(name: 'WebvttDestinationSettings')
|
@@ -1114,7 +1115,7 @@ module Aws::MediaLive
|
|
1114
1115
|
Channel.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
1115
1116
|
Channel.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
1116
1117
|
Channel.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1117
|
-
Channel.add_member(:vpc, Shapes::ShapeRef.new(shape:
|
1118
|
+
Channel.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettingsDescription, location_name: "vpc"))
|
1118
1119
|
Channel.struct_class = Types::Channel
|
1119
1120
|
|
1120
1121
|
ChannelConfigurationValidationError.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
@@ -1138,7 +1139,7 @@ module Aws::MediaLive
|
|
1138
1139
|
ChannelSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
1139
1140
|
ChannelSummary.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
1140
1141
|
ChannelSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1141
|
-
ChannelSummary.add_member(:vpc, Shapes::ShapeRef.new(shape:
|
1142
|
+
ChannelSummary.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettingsDescription, location_name: "vpc"))
|
1142
1143
|
ChannelSummary.struct_class = Types::ChannelSummary
|
1143
1144
|
|
1144
1145
|
ColorSpacePassthroughSettings.struct_class = Types::ColorSpacePassthroughSettings
|
@@ -1299,7 +1300,7 @@ module Aws::MediaLive
|
|
1299
1300
|
DeleteChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
1300
1301
|
DeleteChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
1301
1302
|
DeleteChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1302
|
-
DeleteChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape:
|
1303
|
+
DeleteChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettingsDescription, location_name: "vpc"))
|
1303
1304
|
DeleteChannelResponse.struct_class = Types::DeleteChannelResponse
|
1304
1305
|
|
1305
1306
|
DeleteInputRequest.add_member(:input_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputId"))
|
@@ -1389,7 +1390,7 @@ module Aws::MediaLive
|
|
1389
1390
|
DescribeChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
1390
1391
|
DescribeChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
1391
1392
|
DescribeChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1392
|
-
DescribeChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape:
|
1393
|
+
DescribeChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettingsDescription, location_name: "vpc"))
|
1393
1394
|
DescribeChannelResponse.struct_class = Types::DescribeChannelResponse
|
1394
1395
|
|
1395
1396
|
DescribeInputDeviceRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
@@ -2758,7 +2759,7 @@ module Aws::MediaLive
|
|
2758
2759
|
StartChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
2759
2760
|
StartChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
2760
2761
|
StartChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
2761
|
-
StartChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape:
|
2762
|
+
StartChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettingsDescription, location_name: "vpc"))
|
2762
2763
|
StartChannelResponse.struct_class = Types::StartChannelResponse
|
2763
2764
|
|
2764
2765
|
StartMultiplexRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
|
@@ -2818,7 +2819,7 @@ module Aws::MediaLive
|
|
2818
2819
|
StopChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
2819
2820
|
StopChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
2820
2821
|
StopChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
2821
|
-
StopChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape:
|
2822
|
+
StopChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettingsDescription, location_name: "vpc"))
|
2822
2823
|
StopChannelResponse.struct_class = Types::StopChannelResponse
|
2823
2824
|
|
2824
2825
|
StopMultiplexRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
|
@@ -2882,6 +2883,7 @@ module Aws::MediaLive
|
|
2882
2883
|
TransferringInputDeviceSummary.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2883
2884
|
TransferringInputDeviceSummary.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
2884
2885
|
TransferringInputDeviceSummary.add_member(:target_customer_id, Shapes::ShapeRef.new(shape: __string, location_name: "targetCustomerId"))
|
2886
|
+
TransferringInputDeviceSummary.add_member(:target_region, Shapes::ShapeRef.new(shape: __string, location_name: "targetRegion"))
|
2885
2887
|
TransferringInputDeviceSummary.add_member(:transfer_type, Shapes::ShapeRef.new(shape: InputDeviceTransferType, location_name: "transferType"))
|
2886
2888
|
TransferringInputDeviceSummary.struct_class = Types::TransferringInputDeviceSummary
|
2887
2889
|
|
@@ -3095,6 +3097,12 @@ module Aws::MediaLive
|
|
3095
3097
|
VpcOutputSettings.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "subnetIds"))
|
3096
3098
|
VpcOutputSettings.struct_class = Types::VpcOutputSettings
|
3097
3099
|
|
3100
|
+
VpcOutputSettingsDescription.add_member(:availability_zones, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "availabilityZones"))
|
3101
|
+
VpcOutputSettingsDescription.add_member(:network_interface_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "networkInterfaceIds"))
|
3102
|
+
VpcOutputSettingsDescription.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroupIds"))
|
3103
|
+
VpcOutputSettingsDescription.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "subnetIds"))
|
3104
|
+
VpcOutputSettingsDescription.struct_class = Types::VpcOutputSettingsDescription
|
3105
|
+
|
3098
3106
|
WavSettings.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __double, location_name: "bitDepth"))
|
3099
3107
|
WavSettings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: WavCodingMode, location_name: "codingMode"))
|
3100
3108
|
WavSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __double, location_name: "sampleRate"))
|
@@ -2861,7 +2861,7 @@ module Aws::MediaLive
|
|
2861
2861
|
#
|
2862
2862
|
# @!attribute [rw] vpc
|
2863
2863
|
# Settings for VPC output
|
2864
|
-
# @return [Types::
|
2864
|
+
# @return [Types::VpcOutputSettingsDescription]
|
2865
2865
|
#
|
2866
2866
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Channel AWS API Documentation
|
2867
2867
|
#
|
@@ -2976,7 +2976,7 @@ module Aws::MediaLive
|
|
2976
2976
|
#
|
2977
2977
|
# @!attribute [rw] vpc
|
2978
2978
|
# Settings for VPC output
|
2979
|
-
# @return [Types::
|
2979
|
+
# @return [Types::VpcOutputSettingsDescription]
|
2980
2980
|
#
|
2981
2981
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ChannelSummary AWS API Documentation
|
2982
2982
|
#
|
@@ -4744,10 +4744,8 @@ module Aws::MediaLive
|
|
4744
4744
|
# @return [Hash<String,String>]
|
4745
4745
|
#
|
4746
4746
|
# @!attribute [rw] vpc
|
4747
|
-
# The properties for a private VPC Output
|
4748
|
-
#
|
4749
|
-
# specified VPC
|
4750
|
-
# @return [Types::VpcOutputSettings]
|
4747
|
+
# The properties for a private VPC Output
|
4748
|
+
# @return [Types::VpcOutputSettingsDescription]
|
4751
4749
|
#
|
4752
4750
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteChannelResponse AWS API Documentation
|
4753
4751
|
#
|
@@ -5153,10 +5151,8 @@ module Aws::MediaLive
|
|
5153
5151
|
# @return [Hash<String,String>]
|
5154
5152
|
#
|
5155
5153
|
# @!attribute [rw] vpc
|
5156
|
-
# The properties for a private VPC Output
|
5157
|
-
#
|
5158
|
-
# specified VPC
|
5159
|
-
# @return [Types::VpcOutputSettings]
|
5154
|
+
# The properties for a private VPC Output
|
5155
|
+
# @return [Types::VpcOutputSettingsDescription]
|
5160
5156
|
#
|
5161
5157
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeChannelResponse AWS API Documentation
|
5162
5158
|
#
|
@@ -16290,10 +16286,8 @@ module Aws::MediaLive
|
|
16290
16286
|
# @return [Hash<String,String>]
|
16291
16287
|
#
|
16292
16288
|
# @!attribute [rw] vpc
|
16293
|
-
# The properties for a private VPC Output
|
16294
|
-
#
|
16295
|
-
# specified VPC
|
16296
|
-
# @return [Types::VpcOutputSettings]
|
16289
|
+
# The properties for a private VPC Output
|
16290
|
+
# @return [Types::VpcOutputSettingsDescription]
|
16297
16291
|
#
|
16298
16292
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartChannelResponse AWS API Documentation
|
16299
16293
|
#
|
@@ -16643,10 +16637,8 @@ module Aws::MediaLive
|
|
16643
16637
|
# @return [Hash<String,String>]
|
16644
16638
|
#
|
16645
16639
|
# @!attribute [rw] vpc
|
16646
|
-
# The properties for a private VPC Output
|
16647
|
-
#
|
16648
|
-
# specified VPC
|
16649
|
-
# @return [Types::VpcOutputSettings]
|
16640
|
+
# The properties for a private VPC Output
|
16641
|
+
# @return [Types::VpcOutputSettingsDescription]
|
16650
16642
|
#
|
16651
16643
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StopChannelResponse AWS API Documentation
|
16652
16644
|
#
|
@@ -16997,6 +16989,9 @@ module Aws::MediaLive
|
|
16997
16989
|
# The AWS account ID for the recipient of the input device transfer.
|
16998
16990
|
# @return [String]
|
16999
16991
|
#
|
16992
|
+
# @!attribute [rw] target_region
|
16993
|
+
# @return [String]
|
16994
|
+
#
|
17000
16995
|
# @!attribute [rw] transfer_type
|
17001
16996
|
# The type (direction) of the input device transfer.
|
17002
16997
|
# @return [String]
|
@@ -17007,6 +17002,7 @@ module Aws::MediaLive
|
|
17007
17002
|
:id,
|
17008
17003
|
:message,
|
17009
17004
|
:target_customer_id,
|
17005
|
+
:target_region,
|
17010
17006
|
:transfer_type)
|
17011
17007
|
SENSITIVE = []
|
17012
17008
|
include Aws::Structure
|
@@ -19597,6 +19593,40 @@ module Aws::MediaLive
|
|
19597
19593
|
include Aws::Structure
|
19598
19594
|
end
|
19599
19595
|
|
19596
|
+
# The properties for a private VPC Output
|
19597
|
+
#
|
19598
|
+
# @!attribute [rw] availability_zones
|
19599
|
+
# The Availability Zones where the vpc subnets are located. The first
|
19600
|
+
# Availability Zone applies to the first subnet in the list of
|
19601
|
+
# subnets. The second Availability Zone applies to the second subnet.
|
19602
|
+
# @return [Array<String>]
|
19603
|
+
#
|
19604
|
+
# @!attribute [rw] network_interface_ids
|
19605
|
+
# A list of Elastic Network Interfaces created by MediaLive in the
|
19606
|
+
# customer's VPC
|
19607
|
+
# @return [Array<String>]
|
19608
|
+
#
|
19609
|
+
# @!attribute [rw] security_group_ids
|
19610
|
+
# A list of up EC2 VPC security group IDs attached to the Output VPC
|
19611
|
+
# network interfaces.
|
19612
|
+
# @return [Array<String>]
|
19613
|
+
#
|
19614
|
+
# @!attribute [rw] subnet_ids
|
19615
|
+
# A list of VPC subnet IDs from the same VPC. If STANDARD channel,
|
19616
|
+
# subnet IDs must be mapped to two unique availability zones (AZ).
|
19617
|
+
# @return [Array<String>]
|
19618
|
+
#
|
19619
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/VpcOutputSettingsDescription AWS API Documentation
|
19620
|
+
#
|
19621
|
+
class VpcOutputSettingsDescription < Struct.new(
|
19622
|
+
:availability_zones,
|
19623
|
+
:network_interface_ids,
|
19624
|
+
:security_group_ids,
|
19625
|
+
:subnet_ids)
|
19626
|
+
SENSITIVE = []
|
19627
|
+
include Aws::Structure
|
19628
|
+
end
|
19629
|
+
|
19600
19630
|
# Wav Settings
|
19601
19631
|
#
|
19602
19632
|
# @note When making an API call, you may pass WavSettings
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-medialive
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.70.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-04-
|
11
|
+
date: 2021-04-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|