aws-sdk-medialive 1.61.0 → 1.62.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47d192261df9222efa8d0eb14c1eac6d90b59f319d872d26976a61fce017239c
4
- data.tar.gz: 7a0ef0355612a050079926eec76698937bcdb117e27ebc7575dacf78c894c167
3
+ metadata.gz: 6ce78aae00dcca90d1d81f1d81546974520dbd6d0b155a2ae621b0b1c3f20db6
4
+ data.tar.gz: 22e0ab763be211e9898a6f7f35166b10e27805287f20d9e5f79b9781357429a8
5
5
  SHA512:
6
- metadata.gz: ae6c26847c096b2fe749525c419336c31b86fb74157c697952ad8eb7632f647484bada6c88c3c1069da214482bdce050685fc39e350b23fab25c4ca01ec6e197
7
- data.tar.gz: c6313dd1b91d7bcc679a955ab31fcef614d004f995852cb6ac9339ebf4750c5ebf0e6597af0f1ca0cf9f514c4d093eaecd47ef6be2596b54ca052a6d5b302f1a
6
+ metadata.gz: 0b93479fa6dada60189f04db8c92ae7a75591ca203897840dbf93d44cdd659e71d76e5c5ba3ecfbad614b198e48f9a6a995573b24882ba3c5fcf9ab1f9cf401c
7
+ data.tar.gz: 8c572c2d6b19f24173131ca4d52896b4fce68572415861cac256164425306ab1635b89a5a0b39b1a1f58b933b30c1e8700d9891ad7ca73f4eef8e9acfee078cb
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-medialive/customizations'
49
49
  # @!group service
50
50
  module Aws::MediaLive
51
51
 
52
- GEM_VERSION = '1.61.0'
52
+ GEM_VERSION = '1.62.0'
53
53
 
54
54
  end
@@ -785,6 +785,11 @@ module Aws::MediaLive
785
785
  #
786
786
  # @option params [Hash<String,String>] :tags
787
787
  #
788
+ # @option params [Types::VpcOutputSettings] :vpc
789
+ # The properties for a private VPC Output When this property is
790
+ # specified, the output egress addresses will be created in a user
791
+ # specified VPC
792
+ #
788
793
  # @return [Types::CreateChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
789
794
  #
790
795
  # * {Types::CreateChannelResponse#channel #channel} => Types::Channel
@@ -1689,6 +1694,11 @@ module Aws::MediaLive
1689
1694
  # tags: {
1690
1695
  # "__string" => "__string",
1691
1696
  # },
1697
+ # vpc: {
1698
+ # public_address_allocation_ids: ["__string"],
1699
+ # security_group_ids: ["__string"],
1700
+ # subnet_ids: ["__string"], # required
1701
+ # },
1692
1702
  # })
1693
1703
  #
1694
1704
  # @example Response structure
@@ -2273,6 +2283,12 @@ module Aws::MediaLive
2273
2283
  # resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
2274
2284
  # resp.channel.tags #=> Hash
2275
2285
  # resp.channel.tags["__string"] #=> String
2286
+ # resp.channel.vpc.public_address_allocation_ids #=> Array
2287
+ # resp.channel.vpc.public_address_allocation_ids[0] #=> String
2288
+ # resp.channel.vpc.security_group_ids #=> Array
2289
+ # resp.channel.vpc.security_group_ids[0] #=> String
2290
+ # resp.channel.vpc.subnet_ids #=> Array
2291
+ # resp.channel.vpc.subnet_ids[0] #=> String
2276
2292
  #
2277
2293
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateChannel AWS API Documentation
2278
2294
  #
@@ -2636,6 +2652,7 @@ module Aws::MediaLive
2636
2652
  # * {Types::DeleteChannelResponse#role_arn #role_arn} => String
2637
2653
  # * {Types::DeleteChannelResponse#state #state} => String
2638
2654
  # * {Types::DeleteChannelResponse#tags #tags} => Hash&lt;String,String&gt;
2655
+ # * {Types::DeleteChannelResponse#vpc #vpc} => Types::VpcOutputSettings
2639
2656
  #
2640
2657
  # @example Request syntax with placeholder values
2641
2658
  #
@@ -3225,6 +3242,12 @@ module Aws::MediaLive
3225
3242
  # resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
3226
3243
  # resp.tags #=> Hash
3227
3244
  # resp.tags["__string"] #=> String
3245
+ # resp.vpc.public_address_allocation_ids #=> Array
3246
+ # resp.vpc.public_address_allocation_ids[0] #=> String
3247
+ # resp.vpc.security_group_ids #=> Array
3248
+ # resp.vpc.security_group_ids[0] #=> String
3249
+ # resp.vpc.subnet_ids #=> Array
3250
+ # resp.vpc.subnet_ids[0] #=> String
3228
3251
  #
3229
3252
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteChannel AWS API Documentation
3230
3253
  #
@@ -3527,6 +3550,7 @@ module Aws::MediaLive
3527
3550
  # * {Types::DescribeChannelResponse#role_arn #role_arn} => String
3528
3551
  # * {Types::DescribeChannelResponse#state #state} => String
3529
3552
  # * {Types::DescribeChannelResponse#tags #tags} => Hash&lt;String,String&gt;
3553
+ # * {Types::DescribeChannelResponse#vpc #vpc} => Types::VpcOutputSettings
3530
3554
  #
3531
3555
  # @example Request syntax with placeholder values
3532
3556
  #
@@ -4116,6 +4140,12 @@ module Aws::MediaLive
4116
4140
  # resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
4117
4141
  # resp.tags #=> Hash
4118
4142
  # resp.tags["__string"] #=> String
4143
+ # resp.vpc.public_address_allocation_ids #=> Array
4144
+ # resp.vpc.public_address_allocation_ids[0] #=> String
4145
+ # resp.vpc.security_group_ids #=> Array
4146
+ # resp.vpc.security_group_ids[0] #=> String
4147
+ # resp.vpc.subnet_ids #=> Array
4148
+ # resp.vpc.subnet_ids[0] #=> String
4119
4149
  #
4120
4150
  #
4121
4151
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -4788,6 +4818,12 @@ module Aws::MediaLive
4788
4818
  # resp.channels[0].state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
4789
4819
  # resp.channels[0].tags #=> Hash
4790
4820
  # resp.channels[0].tags["__string"] #=> String
4821
+ # resp.channels[0].vpc.public_address_allocation_ids #=> Array
4822
+ # resp.channels[0].vpc.public_address_allocation_ids[0] #=> String
4823
+ # resp.channels[0].vpc.security_group_ids #=> Array
4824
+ # resp.channels[0].vpc.security_group_ids[0] #=> String
4825
+ # resp.channels[0].vpc.subnet_ids #=> Array
4826
+ # resp.channels[0].vpc.subnet_ids[0] #=> String
4791
4827
  # resp.next_token #=> String
4792
4828
  #
4793
4829
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListChannels AWS API Documentation
@@ -5404,6 +5440,7 @@ module Aws::MediaLive
5404
5440
  # * {Types::StartChannelResponse#role_arn #role_arn} => String
5405
5441
  # * {Types::StartChannelResponse#state #state} => String
5406
5442
  # * {Types::StartChannelResponse#tags #tags} => Hash&lt;String,String&gt;
5443
+ # * {Types::StartChannelResponse#vpc #vpc} => Types::VpcOutputSettings
5407
5444
  #
5408
5445
  # @example Request syntax with placeholder values
5409
5446
  #
@@ -5993,6 +6030,12 @@ module Aws::MediaLive
5993
6030
  # resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
5994
6031
  # resp.tags #=> Hash
5995
6032
  # resp.tags["__string"] #=> String
6033
+ # resp.vpc.public_address_allocation_ids #=> Array
6034
+ # resp.vpc.public_address_allocation_ids[0] #=> String
6035
+ # resp.vpc.security_group_ids #=> Array
6036
+ # resp.vpc.security_group_ids[0] #=> String
6037
+ # resp.vpc.subnet_ids #=> Array
6038
+ # resp.vpc.subnet_ids[0] #=> String
5996
6039
  #
5997
6040
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartChannel AWS API Documentation
5998
6041
  #
@@ -6077,6 +6120,7 @@ module Aws::MediaLive
6077
6120
  # * {Types::StopChannelResponse#role_arn #role_arn} => String
6078
6121
  # * {Types::StopChannelResponse#state #state} => String
6079
6122
  # * {Types::StopChannelResponse#tags #tags} => Hash&lt;String,String&gt;
6123
+ # * {Types::StopChannelResponse#vpc #vpc} => Types::VpcOutputSettings
6080
6124
  #
6081
6125
  # @example Request syntax with placeholder values
6082
6126
  #
@@ -6666,6 +6710,12 @@ module Aws::MediaLive
6666
6710
  # resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
6667
6711
  # resp.tags #=> Hash
6668
6712
  # resp.tags["__string"] #=> String
6713
+ # resp.vpc.public_address_allocation_ids #=> Array
6714
+ # resp.vpc.public_address_allocation_ids[0] #=> String
6715
+ # resp.vpc.security_group_ids #=> Array
6716
+ # resp.vpc.security_group_ids[0] #=> String
6717
+ # resp.vpc.subnet_ids #=> Array
6718
+ # resp.vpc.subnet_ids[0] #=> String
6669
6719
  #
6670
6720
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StopChannel AWS API Documentation
6671
6721
  #
@@ -8261,6 +8311,12 @@ module Aws::MediaLive
8261
8311
  # resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
8262
8312
  # resp.channel.tags #=> Hash
8263
8313
  # resp.channel.tags["__string"] #=> String
8314
+ # resp.channel.vpc.public_address_allocation_ids #=> Array
8315
+ # resp.channel.vpc.public_address_allocation_ids[0] #=> String
8316
+ # resp.channel.vpc.security_group_ids #=> Array
8317
+ # resp.channel.vpc.security_group_ids[0] #=> String
8318
+ # resp.channel.vpc.subnet_ids #=> Array
8319
+ # resp.channel.vpc.subnet_ids[0] #=> String
8264
8320
  #
8265
8321
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannel AWS API Documentation
8266
8322
  #
@@ -8896,6 +8952,12 @@ module Aws::MediaLive
8896
8952
  # resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
8897
8953
  # resp.channel.tags #=> Hash
8898
8954
  # resp.channel.tags["__string"] #=> String
8955
+ # resp.channel.vpc.public_address_allocation_ids #=> Array
8956
+ # resp.channel.vpc.public_address_allocation_ids[0] #=> String
8957
+ # resp.channel.vpc.security_group_ids #=> Array
8958
+ # resp.channel.vpc.security_group_ids[0] #=> String
8959
+ # resp.channel.vpc.subnet_ids #=> Array
8960
+ # resp.channel.vpc.subnet_ids[0] #=> String
8899
8961
  #
8900
8962
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannelClass AWS API Documentation
8901
8963
  #
@@ -9331,7 +9393,7 @@ module Aws::MediaLive
9331
9393
  params: params,
9332
9394
  config: config)
9333
9395
  context[:gem_name] = 'aws-sdk-medialive'
9334
- context[:gem_version] = '1.61.0'
9396
+ context[:gem_version] = '1.62.0'
9335
9397
  Seahorse::Client::Request.new(handlers, context)
9336
9398
  end
9337
9399
 
@@ -636,6 +636,7 @@ module Aws::MediaLive
636
636
  VideoSelectorPid = Shapes::StructureShape.new(name: 'VideoSelectorPid')
637
637
  VideoSelectorProgramId = Shapes::StructureShape.new(name: 'VideoSelectorProgramId')
638
638
  VideoSelectorSettings = Shapes::StructureShape.new(name: 'VideoSelectorSettings')
639
+ VpcOutputSettings = Shapes::StructureShape.new(name: 'VpcOutputSettings')
639
640
  WavCodingMode = Shapes::StringShape.new(name: 'WavCodingMode')
640
641
  WavSettings = Shapes::StructureShape.new(name: 'WavSettings')
641
642
  WebvttDestinationSettings = Shapes::StructureShape.new(name: 'WebvttDestinationSettings')
@@ -1075,6 +1076,7 @@ module Aws::MediaLive
1075
1076
  Channel.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
1076
1077
  Channel.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
1077
1078
  Channel.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
1079
+ Channel.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettings, location_name: "vpc"))
1078
1080
  Channel.struct_class = Types::Channel
1079
1081
 
1080
1082
  ChannelConfigurationValidationError.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
@@ -1098,6 +1100,7 @@ module Aws::MediaLive
1098
1100
  ChannelSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
1099
1101
  ChannelSummary.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
1100
1102
  ChannelSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
1103
+ ChannelSummary.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettings, location_name: "vpc"))
1101
1104
  ChannelSummary.struct_class = Types::ChannelSummary
1102
1105
 
1103
1106
  ColorSpacePassthroughSettings.struct_class = Types::ColorSpacePassthroughSettings
@@ -1117,6 +1120,7 @@ module Aws::MediaLive
1117
1120
  CreateChannel.add_member(:reserved, Shapes::ShapeRef.new(shape: __string, deprecated: true, location_name: "reserved"))
1118
1121
  CreateChannel.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
1119
1122
  CreateChannel.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
1123
+ CreateChannel.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettings, location_name: "vpc"))
1120
1124
  CreateChannel.struct_class = Types::CreateChannel
1121
1125
 
1122
1126
  CreateChannelRequest.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
@@ -1131,6 +1135,7 @@ module Aws::MediaLive
1131
1135
  CreateChannelRequest.add_member(:reserved, Shapes::ShapeRef.new(shape: __string, deprecated: true, location_name: "reserved"))
1132
1136
  CreateChannelRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
1133
1137
  CreateChannelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
1138
+ CreateChannelRequest.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettings, location_name: "vpc"))
1134
1139
  CreateChannelRequest.struct_class = Types::CreateChannelRequest
1135
1140
 
1136
1141
  CreateChannelResponse.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "channel"))
@@ -1241,6 +1246,7 @@ module Aws::MediaLive
1241
1246
  DeleteChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
1242
1247
  DeleteChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
1243
1248
  DeleteChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
1249
+ DeleteChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettings, location_name: "vpc"))
1244
1250
  DeleteChannelResponse.struct_class = Types::DeleteChannelResponse
1245
1251
 
1246
1252
  DeleteInputRequest.add_member(:input_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputId"))
@@ -1330,6 +1336,7 @@ module Aws::MediaLive
1330
1336
  DescribeChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
1331
1337
  DescribeChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
1332
1338
  DescribeChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
1339
+ DescribeChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettings, location_name: "vpc"))
1333
1340
  DescribeChannelResponse.struct_class = Types::DescribeChannelResponse
1334
1341
 
1335
1342
  DescribeInputDeviceRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
@@ -2659,6 +2666,7 @@ module Aws::MediaLive
2659
2666
  StartChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
2660
2667
  StartChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
2661
2668
  StartChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
2669
+ StartChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettings, location_name: "vpc"))
2662
2670
  StartChannelResponse.struct_class = Types::StartChannelResponse
2663
2671
 
2664
2672
  StartMultiplexRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
@@ -2718,6 +2726,7 @@ module Aws::MediaLive
2718
2726
  StopChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
2719
2727
  StopChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
2720
2728
  StopChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
2729
+ StopChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettings, location_name: "vpc"))
2721
2730
  StopChannelResponse.struct_class = Types::StopChannelResponse
2722
2731
 
2723
2732
  StopMultiplexRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
@@ -2982,6 +2991,11 @@ module Aws::MediaLive
2982
2991
  VideoSelectorSettings.add_member(:video_selector_program_id, Shapes::ShapeRef.new(shape: VideoSelectorProgramId, location_name: "videoSelectorProgramId"))
2983
2992
  VideoSelectorSettings.struct_class = Types::VideoSelectorSettings
2984
2993
 
2994
+ VpcOutputSettings.add_member(:public_address_allocation_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "publicAddressAllocationIds"))
2995
+ VpcOutputSettings.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroupIds"))
2996
+ VpcOutputSettings.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "subnetIds"))
2997
+ VpcOutputSettings.struct_class = Types::VpcOutputSettings
2998
+
2985
2999
  WavSettings.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __double, location_name: "bitDepth"))
2986
3000
  WavSettings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: WavCodingMode, location_name: "codingMode"))
2987
3001
  WavSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __double, location_name: "sampleRate"))
@@ -2705,6 +2705,10 @@ module Aws::MediaLive
2705
2705
  # A collection of key-value pairs.
2706
2706
  # @return [Hash<String,String>]
2707
2707
  #
2708
+ # @!attribute [rw] vpc
2709
+ # Settings for VPC output
2710
+ # @return [Types::VpcOutputSettings]
2711
+ #
2708
2712
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Channel AWS API Documentation
2709
2713
  #
2710
2714
  class Channel < Struct.new(
@@ -2723,7 +2727,8 @@ module Aws::MediaLive
2723
2727
  :pipelines_running_count,
2724
2728
  :role_arn,
2725
2729
  :state,
2726
- :tags)
2730
+ :tags,
2731
+ :vpc)
2727
2732
  SENSITIVE = []
2728
2733
  include Aws::Structure
2729
2734
  end
@@ -2815,6 +2820,10 @@ module Aws::MediaLive
2815
2820
  # A collection of key-value pairs.
2816
2821
  # @return [Hash<String,String>]
2817
2822
  #
2823
+ # @!attribute [rw] vpc
2824
+ # Settings for VPC output
2825
+ # @return [Types::VpcOutputSettings]
2826
+ #
2818
2827
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ChannelSummary AWS API Documentation
2819
2828
  #
2820
2829
  class ChannelSummary < Struct.new(
@@ -2831,7 +2840,8 @@ module Aws::MediaLive
2831
2840
  :pipelines_running_count,
2832
2841
  :role_arn,
2833
2842
  :state,
2834
- :tags)
2843
+ :tags,
2844
+ :vpc)
2835
2845
  SENSITIVE = []
2836
2846
  include Aws::Structure
2837
2847
  end
@@ -2905,6 +2915,10 @@ module Aws::MediaLive
2905
2915
  # A collection of key-value pairs.
2906
2916
  # @return [Hash<String,String>]
2907
2917
  #
2918
+ # @!attribute [rw] vpc
2919
+ # Settings for VPC output
2920
+ # @return [Types::VpcOutputSettings]
2921
+ #
2908
2922
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateChannel AWS API Documentation
2909
2923
  #
2910
2924
  class CreateChannel < Struct.new(
@@ -2919,7 +2933,8 @@ module Aws::MediaLive
2919
2933
  :request_id,
2920
2934
  :reserved,
2921
2935
  :role_arn,
2922
- :tags)
2936
+ :tags,
2937
+ :vpc)
2923
2938
  SENSITIVE = []
2924
2939
  include Aws::Structure
2925
2940
  end
@@ -3825,6 +3840,11 @@ module Aws::MediaLive
3825
3840
  # tags: {
3826
3841
  # "__string" => "__string",
3827
3842
  # },
3843
+ # vpc: {
3844
+ # public_address_allocation_ids: ["__string"],
3845
+ # security_group_ids: ["__string"],
3846
+ # subnet_ids: ["__string"], # required
3847
+ # },
3828
3848
  # }
3829
3849
  #
3830
3850
  # @!attribute [rw] cdi_input_specification
@@ -3869,6 +3889,12 @@ module Aws::MediaLive
3869
3889
  # @!attribute [rw] tags
3870
3890
  # @return [Hash<String,String>]
3871
3891
  #
3892
+ # @!attribute [rw] vpc
3893
+ # The properties for a private VPC Output When this property is
3894
+ # specified, the output egress addresses will be created in a user
3895
+ # specified VPC
3896
+ # @return [Types::VpcOutputSettings]
3897
+ #
3872
3898
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateChannelRequest AWS API Documentation
3873
3899
  #
3874
3900
  class CreateChannelRequest < Struct.new(
@@ -3883,7 +3909,8 @@ module Aws::MediaLive
3883
3909
  :request_id,
3884
3910
  :reserved,
3885
3911
  :role_arn,
3886
- :tags)
3912
+ :tags,
3913
+ :vpc)
3887
3914
  SENSITIVE = []
3888
3915
  include Aws::Structure
3889
3916
  end
@@ -4455,6 +4482,12 @@ module Aws::MediaLive
4455
4482
  # @!attribute [rw] tags
4456
4483
  # @return [Hash<String,String>]
4457
4484
  #
4485
+ # @!attribute [rw] vpc
4486
+ # The properties for a private VPC Output When this property is
4487
+ # specified, the output egress addresses will be created in a user
4488
+ # specified VPC
4489
+ # @return [Types::VpcOutputSettings]
4490
+ #
4458
4491
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteChannelResponse AWS API Documentation
4459
4492
  #
4460
4493
  class DeleteChannelResponse < Struct.new(
@@ -4473,7 +4506,8 @@ module Aws::MediaLive
4473
4506
  :pipelines_running_count,
4474
4507
  :role_arn,
4475
4508
  :state,
4476
- :tags)
4509
+ :tags,
4510
+ :vpc)
4477
4511
  SENSITIVE = []
4478
4512
  include Aws::Structure
4479
4513
  end
@@ -4857,6 +4891,12 @@ module Aws::MediaLive
4857
4891
  # @!attribute [rw] tags
4858
4892
  # @return [Hash<String,String>]
4859
4893
  #
4894
+ # @!attribute [rw] vpc
4895
+ # The properties for a private VPC Output When this property is
4896
+ # specified, the output egress addresses will be created in a user
4897
+ # specified VPC
4898
+ # @return [Types::VpcOutputSettings]
4899
+ #
4860
4900
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeChannelResponse AWS API Documentation
4861
4901
  #
4862
4902
  class DescribeChannelResponse < Struct.new(
@@ -4875,7 +4915,8 @@ module Aws::MediaLive
4875
4915
  :pipelines_running_count,
4876
4916
  :role_arn,
4877
4917
  :state,
4878
- :tags)
4918
+ :tags,
4919
+ :vpc)
4879
4920
  SENSITIVE = []
4880
4921
  include Aws::Structure
4881
4922
  end
@@ -15625,6 +15666,12 @@ module Aws::MediaLive
15625
15666
  # @!attribute [rw] tags
15626
15667
  # @return [Hash<String,String>]
15627
15668
  #
15669
+ # @!attribute [rw] vpc
15670
+ # The properties for a private VPC Output When this property is
15671
+ # specified, the output egress addresses will be created in a user
15672
+ # specified VPC
15673
+ # @return [Types::VpcOutputSettings]
15674
+ #
15628
15675
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartChannelResponse AWS API Documentation
15629
15676
  #
15630
15677
  class StartChannelResponse < Struct.new(
@@ -15643,7 +15690,8 @@ module Aws::MediaLive
15643
15690
  :pipelines_running_count,
15644
15691
  :role_arn,
15645
15692
  :state,
15646
- :tags)
15693
+ :tags,
15694
+ :vpc)
15647
15695
  SENSITIVE = []
15648
15696
  include Aws::Structure
15649
15697
  end
@@ -15971,6 +16019,12 @@ module Aws::MediaLive
15971
16019
  # @!attribute [rw] tags
15972
16020
  # @return [Hash<String,String>]
15973
16021
  #
16022
+ # @!attribute [rw] vpc
16023
+ # The properties for a private VPC Output When this property is
16024
+ # specified, the output egress addresses will be created in a user
16025
+ # specified VPC
16026
+ # @return [Types::VpcOutputSettings]
16027
+ #
15974
16028
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StopChannelResponse AWS API Documentation
15975
16029
  #
15976
16030
  class StopChannelResponse < Struct.new(
@@ -15989,7 +16043,8 @@ module Aws::MediaLive
15989
16043
  :pipelines_running_count,
15990
16044
  :role_arn,
15991
16045
  :state,
15992
- :tags)
16046
+ :tags,
16047
+ :vpc)
15993
16048
  SENSITIVE = []
15994
16049
  include Aws::Structure
15995
16050
  end
@@ -18787,6 +18842,46 @@ module Aws::MediaLive
18787
18842
  include Aws::Structure
18788
18843
  end
18789
18844
 
18845
+ # The properties for a private VPC Output When this property is
18846
+ # specified, the output egress addresses will be created in a user
18847
+ # specified VPC
18848
+ #
18849
+ # @note When making an API call, you may pass VpcOutputSettings
18850
+ # data as a hash:
18851
+ #
18852
+ # {
18853
+ # public_address_allocation_ids: ["__string"],
18854
+ # security_group_ids: ["__string"],
18855
+ # subnet_ids: ["__string"], # required
18856
+ # }
18857
+ #
18858
+ # @!attribute [rw] public_address_allocation_ids
18859
+ # List of public address allocation ids to associate with ENIs that
18860
+ # will be created in Output VPC. Must specify one for
18861
+ # SINGLE\_PIPELINE, two for STANDARD channels
18862
+ # @return [Array<String>]
18863
+ #
18864
+ # @!attribute [rw] security_group_ids
18865
+ # A list of up to 5 EC2 VPC security group IDs to attach to the Output
18866
+ # VPC network interfaces. If none are specified then the VPC default
18867
+ # security group will be used
18868
+ # @return [Array<String>]
18869
+ #
18870
+ # @!attribute [rw] subnet_ids
18871
+ # A list of VPC subnet IDs from the same VPC. If STANDARD channel,
18872
+ # subnet IDs must be mapped to two unique availability zones (AZ).
18873
+ # @return [Array<String>]
18874
+ #
18875
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/VpcOutputSettings AWS API Documentation
18876
+ #
18877
+ class VpcOutputSettings < Struct.new(
18878
+ :public_address_allocation_ids,
18879
+ :security_group_ids,
18880
+ :subnet_ids)
18881
+ SENSITIVE = []
18882
+ include Aws::Structure
18883
+ end
18884
+
18790
18885
  # Wav Settings
18791
18886
  #
18792
18887
  # @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.61.0
4
+ version: 1.62.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: 2020-12-04 00:00:00.000000000 Z
11
+ date: 2021-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core