aws-sdk-medialive 1.61.0 → 1.66.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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
@@ -3432,6 +3447,8 @@ module Aws::MediaLive
3432
3447
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
3433
3448
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
3434
3449
  # },
3450
+ # frame_capture_hls_settings: {
3451
+ # },
3435
3452
  # standard_hls_settings: {
3436
3453
  # audio_rendition_sets: "__string",
3437
3454
  # m3u_8_settings: { # required
@@ -3564,7 +3581,7 @@ module Aws::MediaLive
3564
3581
  # {
3565
3582
  # codec_settings: {
3566
3583
  # frame_capture_settings: {
3567
- # capture_interval: 1, # required
3584
+ # capture_interval: 1,
3568
3585
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
3569
3586
  # },
3570
3587
  # h264_settings: {
@@ -3825,6 +3842,11 @@ module Aws::MediaLive
3825
3842
  # tags: {
3826
3843
  # "__string" => "__string",
3827
3844
  # },
3845
+ # vpc: {
3846
+ # public_address_allocation_ids: ["__string"],
3847
+ # security_group_ids: ["__string"],
3848
+ # subnet_ids: ["__string"], # required
3849
+ # },
3828
3850
  # }
3829
3851
  #
3830
3852
  # @!attribute [rw] cdi_input_specification
@@ -3869,6 +3891,12 @@ module Aws::MediaLive
3869
3891
  # @!attribute [rw] tags
3870
3892
  # @return [Hash<String,String>]
3871
3893
  #
3894
+ # @!attribute [rw] vpc
3895
+ # The properties for a private VPC Output When this property is
3896
+ # specified, the output egress addresses will be created in a user
3897
+ # specified VPC
3898
+ # @return [Types::VpcOutputSettings]
3899
+ #
3872
3900
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateChannelRequest AWS API Documentation
3873
3901
  #
3874
3902
  class CreateChannelRequest < Struct.new(
@@ -3883,7 +3911,8 @@ module Aws::MediaLive
3883
3911
  :request_id,
3884
3912
  :reserved,
3885
3913
  :role_arn,
3886
- :tags)
3914
+ :tags,
3915
+ :vpc)
3887
3916
  SENSITIVE = []
3888
3917
  include Aws::Structure
3889
3918
  end
@@ -4360,6 +4389,78 @@ module Aws::MediaLive
4360
4389
  include Aws::Structure
4361
4390
  end
4362
4391
 
4392
+ # @!attribute [rw] request_id
4393
+ # Unique identifier of the request to ensure the request is handled exactly once in case of retries. **A suitable default value is auto-generated.** You should normally
4394
+ # not need to pass this option.
4395
+ # @return [String]
4396
+ #
4397
+ # @!attribute [rw] tags
4398
+ # A collection of key-value pairs.
4399
+ # @return [Hash<String,String>]
4400
+ #
4401
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreatePartnerInput AWS API Documentation
4402
+ #
4403
+ class CreatePartnerInput < Struct.new(
4404
+ :request_id,
4405
+ :tags)
4406
+ SENSITIVE = []
4407
+ include Aws::Structure
4408
+ end
4409
+
4410
+ # @note When making an API call, you may pass CreatePartnerInputRequest
4411
+ # data as a hash:
4412
+ #
4413
+ # {
4414
+ # input_id: "__string", # required
4415
+ # request_id: "__string",
4416
+ # tags: {
4417
+ # "__string" => "__string",
4418
+ # },
4419
+ # }
4420
+ #
4421
+ # @!attribute [rw] input_id
4422
+ # @return [String]
4423
+ #
4424
+ # @!attribute [rw] request_id
4425
+ # **A suitable default value is auto-generated.** You should normally
4426
+ # not need to pass this option.
4427
+ # @return [String]
4428
+ #
4429
+ # @!attribute [rw] tags
4430
+ # @return [Hash<String,String>]
4431
+ #
4432
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreatePartnerInputRequest AWS API Documentation
4433
+ #
4434
+ class CreatePartnerInputRequest < Struct.new(
4435
+ :input_id,
4436
+ :request_id,
4437
+ :tags)
4438
+ SENSITIVE = []
4439
+ include Aws::Structure
4440
+ end
4441
+
4442
+ # @!attribute [rw] input
4443
+ # @return [Types::Input]
4444
+ #
4445
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreatePartnerInputResponse AWS API Documentation
4446
+ #
4447
+ class CreatePartnerInputResponse < Struct.new(
4448
+ :input)
4449
+ SENSITIVE = []
4450
+ include Aws::Structure
4451
+ end
4452
+
4453
+ # @!attribute [rw] input
4454
+ # @return [Types::Input]
4455
+ #
4456
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreatePartnerInputResultModel AWS API Documentation
4457
+ #
4458
+ class CreatePartnerInputResultModel < Struct.new(
4459
+ :input)
4460
+ SENSITIVE = []
4461
+ include Aws::Structure
4462
+ end
4463
+
4363
4464
  # @note When making an API call, you may pass CreateTagsRequest
4364
4465
  # data as a hash:
4365
4466
  #
@@ -4455,6 +4556,12 @@ module Aws::MediaLive
4455
4556
  # @!attribute [rw] tags
4456
4557
  # @return [Hash<String,String>]
4457
4558
  #
4559
+ # @!attribute [rw] vpc
4560
+ # The properties for a private VPC Output When this property is
4561
+ # specified, the output egress addresses will be created in a user
4562
+ # specified VPC
4563
+ # @return [Types::VpcOutputSettings]
4564
+ #
4458
4565
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteChannelResponse AWS API Documentation
4459
4566
  #
4460
4567
  class DeleteChannelResponse < Struct.new(
@@ -4473,7 +4580,8 @@ module Aws::MediaLive
4473
4580
  :pipelines_running_count,
4474
4581
  :role_arn,
4475
4582
  :state,
4476
- :tags)
4583
+ :tags,
4584
+ :vpc)
4477
4585
  SENSITIVE = []
4478
4586
  include Aws::Structure
4479
4587
  end
@@ -4857,6 +4965,12 @@ module Aws::MediaLive
4857
4965
  # @!attribute [rw] tags
4858
4966
  # @return [Hash<String,String>]
4859
4967
  #
4968
+ # @!attribute [rw] vpc
4969
+ # The properties for a private VPC Output When this property is
4970
+ # specified, the output egress addresses will be created in a user
4971
+ # specified VPC
4972
+ # @return [Types::VpcOutputSettings]
4973
+ #
4860
4974
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeChannelResponse AWS API Documentation
4861
4975
  #
4862
4976
  class DescribeChannelResponse < Struct.new(
@@ -4875,7 +4989,8 @@ module Aws::MediaLive
4875
4989
  :pipelines_running_count,
4876
4990
  :role_arn,
4877
4991
  :state,
4878
- :tags)
4992
+ :tags,
4993
+ :vpc)
4879
4994
  SENSITIVE = []
4880
4995
  include Aws::Structure
4881
4996
  end
@@ -5056,6 +5171,9 @@ module Aws::MediaLive
5056
5171
  # @!attribute [rw] input_devices
5057
5172
  # @return [Array<Types::InputDeviceSettings>]
5058
5173
  #
5174
+ # @!attribute [rw] input_partner_ids
5175
+ # @return [Array<String>]
5176
+ #
5059
5177
  # @!attribute [rw] input_source_type
5060
5178
  # There are two types of input sources, static and dynamic. If an
5061
5179
  # input source is dynamic you can change the source url of the input
@@ -5097,6 +5215,7 @@ module Aws::MediaLive
5097
5215
  :id,
5098
5216
  :input_class,
5099
5217
  :input_devices,
5218
+ :input_partner_ids,
5100
5219
  :input_source_type,
5101
5220
  :media_connect_flows,
5102
5221
  :name,
@@ -6560,6 +6679,8 @@ module Aws::MediaLive
6560
6679
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
6561
6680
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
6562
6681
  # },
6682
+ # frame_capture_hls_settings: {
6683
+ # },
6563
6684
  # standard_hls_settings: {
6564
6685
  # audio_rendition_sets: "__string",
6565
6686
  # m3u_8_settings: { # required
@@ -6692,7 +6813,7 @@ module Aws::MediaLive
6692
6813
  # {
6693
6814
  # codec_settings: {
6694
6815
  # frame_capture_settings: {
6695
- # capture_interval: 1, # required
6816
+ # capture_interval: 1,
6696
6817
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
6697
6818
  # },
6698
6819
  # h264_settings: {
@@ -7167,6 +7288,14 @@ module Aws::MediaLive
7167
7288
  include Aws::Structure
7168
7289
  end
7169
7290
 
7291
+ # Frame Capture Hls Settings
7292
+ #
7293
+ # @api private
7294
+ #
7295
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FrameCaptureHlsSettings AWS API Documentation
7296
+ #
7297
+ class FrameCaptureHlsSettings < Aws::EmptyStructure; end
7298
+
7170
7299
  # Frame Capture Output Settings
7171
7300
  #
7172
7301
  # @note When making an API call, you may pass FrameCaptureOutputSettings
@@ -7195,7 +7324,7 @@ module Aws::MediaLive
7195
7324
  # data as a hash:
7196
7325
  #
7197
7326
  # {
7198
- # capture_interval: 1, # required
7327
+ # capture_interval: 1,
7199
7328
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
7200
7329
  # }
7201
7330
  #
@@ -8821,6 +8950,8 @@ module Aws::MediaLive
8821
8950
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
8822
8951
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
8823
8952
  # },
8953
+ # frame_capture_hls_settings: {
8954
+ # },
8824
8955
  # standard_hls_settings: {
8825
8956
  # audio_rendition_sets: "__string",
8826
8957
  # m3u_8_settings: { # required
@@ -8900,6 +9031,8 @@ module Aws::MediaLive
8900
9031
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
8901
9032
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
8902
9033
  # },
9034
+ # frame_capture_hls_settings: {
9035
+ # },
8903
9036
  # standard_hls_settings: {
8904
9037
  # audio_rendition_sets: "__string",
8905
9038
  # m3u_8_settings: { # required
@@ -8932,6 +9065,10 @@ module Aws::MediaLive
8932
9065
  # Fmp4 Hls Settings
8933
9066
  # @return [Types::Fmp4HlsSettings]
8934
9067
  #
9068
+ # @!attribute [rw] frame_capture_hls_settings
9069
+ # Frame Capture Hls Settings
9070
+ # @return [Types::FrameCaptureHlsSettings]
9071
+ #
8935
9072
  # @!attribute [rw] standard_hls_settings
8936
9073
  # Standard Hls Settings
8937
9074
  # @return [Types::StandardHlsSettings]
@@ -8941,6 +9078,7 @@ module Aws::MediaLive
8941
9078
  class HlsSettings < Struct.new(
8942
9079
  :audio_only_hls_settings,
8943
9080
  :fmp_4_hls_settings,
9081
+ :frame_capture_hls_settings,
8944
9082
  :standard_hls_settings)
8945
9083
  SENSITIVE = []
8946
9084
  include Aws::Structure
@@ -9056,6 +9194,10 @@ module Aws::MediaLive
9056
9194
  # Settings for the input devices.
9057
9195
  # @return [Array<Types::InputDeviceSettings>]
9058
9196
  #
9197
+ # @!attribute [rw] input_partner_ids
9198
+ # A list of IDs for all Inputs which are partners of this one.
9199
+ # @return [Array<String>]
9200
+ #
9059
9201
  # @!attribute [rw] input_source_type
9060
9202
  # Certain pull input sources can be dynamic, meaning that they can
9061
9203
  # have their URL's dynamically changes during input switch actions.
@@ -9103,6 +9245,7 @@ module Aws::MediaLive
9103
9245
  :id,
9104
9246
  :input_class,
9105
9247
  :input_devices,
9248
+ :input_partner_ids,
9106
9249
  :input_source_type,
9107
9250
  :media_connect_flows,
9108
9251
  :name,
@@ -12939,6 +13082,8 @@ module Aws::MediaLive
12939
13082
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
12940
13083
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
12941
13084
  # },
13085
+ # frame_capture_hls_settings: {
13086
+ # },
12942
13087
  # standard_hls_settings: {
12943
13088
  # audio_rendition_sets: "__string",
12944
13089
  # m3u_8_settings: { # required
@@ -13437,6 +13582,8 @@ module Aws::MediaLive
13437
13582
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
13438
13583
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
13439
13584
  # },
13585
+ # frame_capture_hls_settings: {
13586
+ # },
13440
13587
  # standard_hls_settings: {
13441
13588
  # audio_rendition_sets: "__string",
13442
13589
  # m3u_8_settings: { # required
@@ -13900,6 +14047,8 @@ module Aws::MediaLive
13900
14047
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
13901
14048
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
13902
14049
  # },
14050
+ # frame_capture_hls_settings: {
14051
+ # },
13903
14052
  # standard_hls_settings: {
13904
14053
  # audio_rendition_sets: "__string",
13905
14054
  # m3u_8_settings: { # required
@@ -15625,6 +15774,12 @@ module Aws::MediaLive
15625
15774
  # @!attribute [rw] tags
15626
15775
  # @return [Hash<String,String>]
15627
15776
  #
15777
+ # @!attribute [rw] vpc
15778
+ # The properties for a private VPC Output When this property is
15779
+ # specified, the output egress addresses will be created in a user
15780
+ # specified VPC
15781
+ # @return [Types::VpcOutputSettings]
15782
+ #
15628
15783
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartChannelResponse AWS API Documentation
15629
15784
  #
15630
15785
  class StartChannelResponse < Struct.new(
@@ -15643,7 +15798,8 @@ module Aws::MediaLive
15643
15798
  :pipelines_running_count,
15644
15799
  :role_arn,
15645
15800
  :state,
15646
- :tags)
15801
+ :tags,
15802
+ :vpc)
15647
15803
  SENSITIVE = []
15648
15804
  include Aws::Structure
15649
15805
  end
@@ -15971,6 +16127,12 @@ module Aws::MediaLive
15971
16127
  # @!attribute [rw] tags
15972
16128
  # @return [Hash<String,String>]
15973
16129
  #
16130
+ # @!attribute [rw] vpc
16131
+ # The properties for a private VPC Output When this property is
16132
+ # specified, the output egress addresses will be created in a user
16133
+ # specified VPC
16134
+ # @return [Types::VpcOutputSettings]
16135
+ #
15974
16136
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StopChannelResponse AWS API Documentation
15975
16137
  #
15976
16138
  class StopChannelResponse < Struct.new(
@@ -15989,7 +16151,8 @@ module Aws::MediaLive
15989
16151
  :pipelines_running_count,
15990
16152
  :role_arn,
15991
16153
  :state,
15992
- :tags)
16154
+ :tags,
16155
+ :vpc)
15993
16156
  SENSITIVE = []
15994
16157
  include Aws::Structure
15995
16158
  end
@@ -16238,6 +16401,10 @@ module Aws::MediaLive
16238
16401
  # transfer.
16239
16402
  # @return [String]
16240
16403
  #
16404
+ # @!attribute [rw] target_region
16405
+ # The target AWS region to transfer the device.
16406
+ # @return [String]
16407
+ #
16241
16408
  # @!attribute [rw] transfer_message
16242
16409
  # An optional message for the recipient. Maximum 280 characters.
16243
16410
  # @return [String]
@@ -16246,6 +16413,7 @@ module Aws::MediaLive
16246
16413
  #
16247
16414
  class TransferInputDevice < Struct.new(
16248
16415
  :target_customer_id,
16416
+ :target_region,
16249
16417
  :transfer_message)
16250
16418
  SENSITIVE = []
16251
16419
  include Aws::Structure
@@ -16257,6 +16425,7 @@ module Aws::MediaLive
16257
16425
  # {
16258
16426
  # input_device_id: "__string", # required
16259
16427
  # target_customer_id: "__string",
16428
+ # target_region: "__string",
16260
16429
  # transfer_message: "__string",
16261
16430
  # }
16262
16431
  #
@@ -16266,6 +16435,9 @@ module Aws::MediaLive
16266
16435
  # @!attribute [rw] target_customer_id
16267
16436
  # @return [String]
16268
16437
  #
16438
+ # @!attribute [rw] target_region
16439
+ # @return [String]
16440
+ #
16269
16441
  # @!attribute [rw] transfer_message
16270
16442
  # @return [String]
16271
16443
  #
@@ -16274,6 +16446,7 @@ module Aws::MediaLive
16274
16446
  class TransferInputDeviceRequest < Struct.new(
16275
16447
  :input_device_id,
16276
16448
  :target_customer_id,
16449
+ :target_region,
16277
16450
  :transfer_message)
16278
16451
  SENSITIVE = []
16279
16452
  include Aws::Structure
@@ -17218,6 +17391,8 @@ module Aws::MediaLive
17218
17391
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
17219
17392
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
17220
17393
  # },
17394
+ # frame_capture_hls_settings: {
17395
+ # },
17221
17396
  # standard_hls_settings: {
17222
17397
  # audio_rendition_sets: "__string",
17223
17398
  # m3u_8_settings: { # required
@@ -17350,7 +17525,7 @@ module Aws::MediaLive
17350
17525
  # {
17351
17526
  # codec_settings: {
17352
17527
  # frame_capture_settings: {
17353
- # capture_interval: 1, # required
17528
+ # capture_interval: 1,
17354
17529
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
17355
17530
  # },
17356
17531
  # h264_settings: {
@@ -18290,7 +18465,7 @@ module Aws::MediaLive
18290
18465
  #
18291
18466
  # {
18292
18467
  # frame_capture_settings: {
18293
- # capture_interval: 1, # required
18468
+ # capture_interval: 1,
18294
18469
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
18295
18470
  # },
18296
18471
  # h264_settings: {
@@ -18455,7 +18630,7 @@ module Aws::MediaLive
18455
18630
  # {
18456
18631
  # codec_settings: {
18457
18632
  # frame_capture_settings: {
18458
- # capture_interval: 1, # required
18633
+ # capture_interval: 1,
18459
18634
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
18460
18635
  # },
18461
18636
  # h264_settings: {
@@ -18787,6 +18962,46 @@ module Aws::MediaLive
18787
18962
  include Aws::Structure
18788
18963
  end
18789
18964
 
18965
+ # The properties for a private VPC Output When this property is
18966
+ # specified, the output egress addresses will be created in a user
18967
+ # specified VPC
18968
+ #
18969
+ # @note When making an API call, you may pass VpcOutputSettings
18970
+ # data as a hash:
18971
+ #
18972
+ # {
18973
+ # public_address_allocation_ids: ["__string"],
18974
+ # security_group_ids: ["__string"],
18975
+ # subnet_ids: ["__string"], # required
18976
+ # }
18977
+ #
18978
+ # @!attribute [rw] public_address_allocation_ids
18979
+ # List of public address allocation ids to associate with ENIs that
18980
+ # will be created in Output VPC. Must specify one for
18981
+ # SINGLE\_PIPELINE, two for STANDARD channels
18982
+ # @return [Array<String>]
18983
+ #
18984
+ # @!attribute [rw] security_group_ids
18985
+ # A list of up to 5 EC2 VPC security group IDs to attach to the Output
18986
+ # VPC network interfaces. If none are specified then the VPC default
18987
+ # security group will be used
18988
+ # @return [Array<String>]
18989
+ #
18990
+ # @!attribute [rw] subnet_ids
18991
+ # A list of VPC subnet IDs from the same VPC. If STANDARD channel,
18992
+ # subnet IDs must be mapped to two unique availability zones (AZ).
18993
+ # @return [Array<String>]
18994
+ #
18995
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/VpcOutputSettings AWS API Documentation
18996
+ #
18997
+ class VpcOutputSettings < Struct.new(
18998
+ :public_address_allocation_ids,
18999
+ :security_group_ids,
19000
+ :subnet_ids)
19001
+ SENSITIVE = []
19002
+ include Aws::Structure
19003
+ end
19004
+
18790
19005
  # Wav Settings
18791
19006
  #
18792
19007
  # @note When making an API call, you may pass WavSettings