aws-sdk-medialive 1.130.0 → 1.132.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.
@@ -1863,6 +1863,10 @@ module Aws::MediaLive
1863
1863
  # Settings for VPC output
1864
1864
  # @return [Types::VpcOutputSettingsDescription]
1865
1865
  #
1866
+ # @!attribute [rw] anywhere_settings
1867
+ # Anywhere settings for this channel.
1868
+ # @return [Types::DescribeAnywhereSettings]
1869
+ #
1866
1870
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Channel AWS API Documentation
1867
1871
  #
1868
1872
  class Channel < Struct.new(
@@ -1883,7 +1887,8 @@ module Aws::MediaLive
1883
1887
  :role_arn,
1884
1888
  :state,
1885
1889
  :tags,
1886
- :vpc)
1890
+ :vpc,
1891
+ :anywhere_settings)
1887
1892
  SENSITIVE = []
1888
1893
  include Aws::Structure
1889
1894
  end
@@ -1983,6 +1988,10 @@ module Aws::MediaLive
1983
1988
  # Settings for any VPC outputs.
1984
1989
  # @return [Types::VpcOutputSettingsDescription]
1985
1990
  #
1991
+ # @!attribute [rw] anywhere_settings
1992
+ # AnywhereSettings settings for this channel.
1993
+ # @return [Types::DescribeAnywhereSettings]
1994
+ #
1986
1995
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ChannelSummary AWS API Documentation
1987
1996
  #
1988
1997
  class ChannelSummary < Struct.new(
@@ -2001,7 +2010,8 @@ module Aws::MediaLive
2001
2010
  :role_arn,
2002
2011
  :state,
2003
2012
  :tags,
2004
- :vpc)
2013
+ :vpc,
2014
+ :anywhere_settings)
2005
2015
  SENSITIVE = []
2006
2016
  include Aws::Structure
2007
2017
  end
@@ -2151,6 +2161,10 @@ module Aws::MediaLive
2151
2161
  # Settings for the VPC outputs
2152
2162
  # @return [Types::VpcOutputSettings]
2153
2163
  #
2164
+ # @!attribute [rw] anywhere_settings
2165
+ # The Elemental Anywhere settings for this channel.
2166
+ # @return [Types::AnywhereSettings]
2167
+ #
2154
2168
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateChannel AWS API Documentation
2155
2169
  #
2156
2170
  class CreateChannel < Struct.new(
@@ -2167,7 +2181,8 @@ module Aws::MediaLive
2167
2181
  :reserved,
2168
2182
  :role_arn,
2169
2183
  :tags,
2170
- :vpc)
2184
+ :vpc,
2185
+ :anywhere_settings)
2171
2186
  SENSITIVE = []
2172
2187
  include Aws::Structure
2173
2188
  end
@@ -2223,6 +2238,10 @@ module Aws::MediaLive
2223
2238
  # specified VPC
2224
2239
  # @return [Types::VpcOutputSettings]
2225
2240
  #
2241
+ # @!attribute [rw] anywhere_settings
2242
+ # Elemental anywhere settings
2243
+ # @return [Types::AnywhereSettings]
2244
+ #
2226
2245
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateChannelRequest AWS API Documentation
2227
2246
  #
2228
2247
  class CreateChannelRequest < Struct.new(
@@ -2239,7 +2258,8 @@ module Aws::MediaLive
2239
2258
  :reserved,
2240
2259
  :role_arn,
2241
2260
  :tags,
2242
- :vpc)
2261
+ :vpc,
2262
+ :anywhere_settings)
2243
2263
  SENSITIVE = []
2244
2264
  include Aws::Structure
2245
2265
  end
@@ -2326,6 +2346,15 @@ module Aws::MediaLive
2326
2346
  # The settings associated with an SRT input.
2327
2347
  # @return [Types::SrtSettingsRequest]
2328
2348
  #
2349
+ # @!attribute [rw] input_network_location
2350
+ # The location of this input. AWS, for an input existing in the AWS
2351
+ # Cloud, On-Prem for an input in a customer network.
2352
+ # @return [String]
2353
+ #
2354
+ # @!attribute [rw] multicast_settings
2355
+ # Multicast Input settings.
2356
+ # @return [Types::MulticastSettingsCreateRequest]
2357
+ #
2329
2358
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateInput AWS API Documentation
2330
2359
  #
2331
2360
  class CreateInput < Struct.new(
@@ -2340,7 +2369,9 @@ module Aws::MediaLive
2340
2369
  :tags,
2341
2370
  :type,
2342
2371
  :vpc,
2343
- :srt_settings)
2372
+ :srt_settings,
2373
+ :input_network_location,
2374
+ :multicast_settings)
2344
2375
  SENSITIVE = []
2345
2376
  include Aws::Structure
2346
2377
  end
@@ -2392,6 +2423,17 @@ module Aws::MediaLive
2392
2423
  # standard-pipeline input, include two srtCallerSource.
2393
2424
  # @return [Types::SrtSettingsRequest]
2394
2425
  #
2426
+ # @!attribute [rw] input_network_location
2427
+ # With the introduction of MediaLive OnPrem, a MediaLive input can now
2428
+ # exist in two different places: AWS or inside an on-premise
2429
+ # datacenter. By default all inputs will continue to be AWS inputs.
2430
+ # @return [String]
2431
+ #
2432
+ # @!attribute [rw] multicast_settings
2433
+ # Settings for a Multicast input. Contains a list of multicast Urls
2434
+ # and optional source ip addresses.
2435
+ # @return [Types::MulticastSettingsCreateRequest]
2436
+ #
2395
2437
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateInputRequest AWS API Documentation
2396
2438
  #
2397
2439
  class CreateInputRequest < Struct.new(
@@ -2406,7 +2448,9 @@ module Aws::MediaLive
2406
2448
  :tags,
2407
2449
  :type,
2408
2450
  :vpc,
2409
- :srt_settings)
2451
+ :srt_settings,
2452
+ :input_network_location,
2453
+ :multicast_settings)
2410
2454
  SENSITIVE = []
2411
2455
  include Aws::Structure
2412
2456
  end
@@ -2779,6 +2823,10 @@ module Aws::MediaLive
2779
2823
  # The properties for a private VPC Output
2780
2824
  # @return [Types::VpcOutputSettingsDescription]
2781
2825
  #
2826
+ # @!attribute [rw] anywhere_settings
2827
+ # Elemental anywhere settings
2828
+ # @return [Types::DescribeAnywhereSettings]
2829
+ #
2782
2830
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteChannelResponse AWS API Documentation
2783
2831
  #
2784
2832
  class DeleteChannelResponse < Struct.new(
@@ -2799,7 +2847,8 @@ module Aws::MediaLive
2799
2847
  :role_arn,
2800
2848
  :state,
2801
2849
  :tags,
2802
- :vpc)
2850
+ :vpc,
2851
+ :anywhere_settings)
2803
2852
  SENSITIVE = []
2804
2853
  include Aws::Structure
2805
2854
  end
@@ -3167,6 +3216,10 @@ module Aws::MediaLive
3167
3216
  # The properties for a private VPC Output
3168
3217
  # @return [Types::VpcOutputSettingsDescription]
3169
3218
  #
3219
+ # @!attribute [rw] anywhere_settings
3220
+ # Elemental anywhere settings
3221
+ # @return [Types::DescribeAnywhereSettings]
3222
+ #
3170
3223
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeChannelResponse AWS API Documentation
3171
3224
  #
3172
3225
  class DescribeChannelResponse < Struct.new(
@@ -3187,7 +3240,8 @@ module Aws::MediaLive
3187
3240
  :role_arn,
3188
3241
  :state,
3189
3242
  :tags,
3190
- :vpc)
3243
+ :vpc,
3244
+ :anywhere_settings)
3191
3245
  SENSITIVE = []
3192
3246
  include Aws::Structure
3193
3247
  end
@@ -3409,6 +3463,17 @@ module Aws::MediaLive
3409
3463
  # The configured sources for this SRT input.
3410
3464
  # @return [Types::SrtSettings]
3411
3465
  #
3466
+ # @!attribute [rw] input_network_location
3467
+ # With the introduction of MediaLive OnPrem, a MediaLive input can now
3468
+ # exist in two different places: AWS or inside an on-premise
3469
+ # datacenter. By default all inputs will continue to be AWS inputs.
3470
+ # @return [String]
3471
+ #
3472
+ # @!attribute [rw] multicast_settings
3473
+ # Settings for a Multicast input. Contains a list of multicast Urls
3474
+ # and optional source ip addresses.
3475
+ # @return [Types::MulticastSettings]
3476
+ #
3412
3477
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputResponse AWS API Documentation
3413
3478
  #
3414
3479
  class DescribeInputResponse < Struct.new(
@@ -3428,7 +3493,9 @@ module Aws::MediaLive
3428
3493
  :state,
3429
3494
  :tags,
3430
3495
  :type,
3431
- :srt_settings)
3496
+ :srt_settings,
3497
+ :input_network_location,
3498
+ :multicast_settings)
3432
3499
  SENSITIVE = []
3433
3500
  include Aws::Structure
3434
3501
  end
@@ -6426,6 +6493,15 @@ module Aws::MediaLive
6426
6493
  # The settings associated with an SRT input.
6427
6494
  # @return [Types::SrtSettings]
6428
6495
  #
6496
+ # @!attribute [rw] input_network_location
6497
+ # The location of this input. AWS, for an input existing in the AWS
6498
+ # Cloud, On-Prem for an input in a customer network.
6499
+ # @return [String]
6500
+ #
6501
+ # @!attribute [rw] multicast_settings
6502
+ # Multicast Input settings.
6503
+ # @return [Types::MulticastSettings]
6504
+ #
6429
6505
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Input AWS API Documentation
6430
6506
  #
6431
6507
  class Input < Struct.new(
@@ -6445,7 +6521,9 @@ module Aws::MediaLive
6445
6521
  :state,
6446
6522
  :tags,
6447
6523
  :type,
6448
- :srt_settings)
6524
+ :srt_settings,
6525
+ :input_network_location,
6526
+ :multicast_settings)
6449
6527
  SENSITIVE = []
6450
6528
  include Aws::Structure
6451
6529
  end
@@ -6468,13 +6546,19 @@ module Aws::MediaLive
6468
6546
  # Settings of an input (caption selector, etc.)
6469
6547
  # @return [Types::InputSettings]
6470
6548
  #
6549
+ # @!attribute [rw] logical_interface_names
6550
+ # Optional assignment of an input to a logical interface on the Node.
6551
+ # Only applies to on premises channels.
6552
+ # @return [Array<String>]
6553
+ #
6471
6554
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputAttachment AWS API Documentation
6472
6555
  #
6473
6556
  class InputAttachment < Struct.new(
6474
6557
  :automatic_input_failover_settings,
6475
6558
  :input_attachment_name,
6476
6559
  :input_id,
6477
- :input_settings)
6560
+ :input_settings,
6561
+ :logical_interface_names)
6478
6562
  SENSITIVE = []
6479
6563
  include Aws::Structure
6480
6564
  end
@@ -6544,13 +6628,25 @@ module Aws::MediaLive
6544
6628
  # The properties for a VPC type input destination.
6545
6629
  # @return [Types::InputDestinationVpc]
6546
6630
  #
6631
+ # @!attribute [rw] network
6632
+ # The ID of the attached network.
6633
+ # @return [String]
6634
+ #
6635
+ # @!attribute [rw] network_routes
6636
+ # If the push input has an input location of ON-PREM it's a
6637
+ # requirement to specify what the route of the input is going to be on
6638
+ # the customer local network.
6639
+ # @return [Array<Types::InputDestinationRoute>]
6640
+ #
6547
6641
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDestination AWS API Documentation
6548
6642
  #
6549
6643
  class InputDestination < Struct.new(
6550
6644
  :ip,
6551
6645
  :port,
6552
6646
  :url,
6553
- :vpc)
6647
+ :vpc,
6648
+ :network,
6649
+ :network_routes)
6554
6650
  SENSITIVE = []
6555
6651
  include Aws::Structure
6556
6652
  end
@@ -6561,10 +6657,30 @@ module Aws::MediaLive
6561
6657
  # A unique name for the location the RTMP stream is being pushed to.
6562
6658
  # @return [String]
6563
6659
  #
6660
+ # @!attribute [rw] network
6661
+ # If the push input has an input location of ON-PREM, ID the ID of the
6662
+ # attached network.
6663
+ # @return [String]
6664
+ #
6665
+ # @!attribute [rw] network_routes
6666
+ # If the push input has an input location of ON-PREM it's a
6667
+ # requirement to specify what the route of the input is going to be on
6668
+ # the customer local network.
6669
+ # @return [Array<Types::InputRequestDestinationRoute>]
6670
+ #
6671
+ # @!attribute [rw] static_ip_address
6672
+ # If the push input has an input location of ON-PREM it's optional to
6673
+ # specify what the ip address of the input is going to be on the
6674
+ # customer local network.
6675
+ # @return [String]
6676
+ #
6564
6677
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDestinationRequest AWS API Documentation
6565
6678
  #
6566
6679
  class InputDestinationRequest < Struct.new(
6567
- :stream_name)
6680
+ :stream_name,
6681
+ :network,
6682
+ :network_routes,
6683
+ :static_ip_address)
6568
6684
  SENSITIVE = []
6569
6685
  include Aws::Structure
6570
6686
  end
@@ -9693,11 +9809,17 @@ module Aws::MediaLive
9693
9809
  # https.
9694
9810
  # @return [String]
9695
9811
  #
9812
+ # @!attribute [rw] multicast_input_settings
9813
+ # Specifies multicast input settings when the uri is for a multicast
9814
+ # event.
9815
+ # @return [Types::MulticastInputSettings]
9816
+ #
9696
9817
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/NetworkInputSettings AWS API Documentation
9697
9818
  #
9698
9819
  class NetworkInputSettings < Struct.new(
9699
9820
  :hls_input_settings,
9700
- :server_validation)
9821
+ :server_validation,
9822
+ :multicast_input_settings)
9701
9823
  SENSITIVE = []
9702
9824
  include Aws::Structure
9703
9825
  end
@@ -9932,13 +10054,19 @@ module Aws::MediaLive
9932
10054
  # redundant encoder.
9933
10055
  # @return [Array<Types::OutputDestinationSettings>]
9934
10056
  #
10057
+ # @!attribute [rw] srt_settings
10058
+ # SRT settings for an SRT output; one destination for each redundant
10059
+ # encoder.
10060
+ # @return [Array<Types::SrtOutputDestinationSettings>]
10061
+ #
9935
10062
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/OutputDestination AWS API Documentation
9936
10063
  #
9937
10064
  class OutputDestination < Struct.new(
9938
10065
  :id,
9939
10066
  :media_package_settings,
9940
10067
  :multiplex_settings,
9941
- :settings)
10068
+ :settings,
10069
+ :srt_settings)
9942
10070
  SENSITIVE = []
9943
10071
  include Aws::Structure
9944
10072
  end
@@ -10032,6 +10160,10 @@ module Aws::MediaLive
10032
10160
  # Cmaf Ingest Group Settings
10033
10161
  # @return [Types::CmafIngestGroupSettings]
10034
10162
  #
10163
+ # @!attribute [rw] srt_group_settings
10164
+ # Srt Group Settings
10165
+ # @return [Types::SrtGroupSettings]
10166
+ #
10035
10167
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/OutputGroupSettings AWS API Documentation
10036
10168
  #
10037
10169
  class OutputGroupSettings < Struct.new(
@@ -10043,7 +10175,8 @@ module Aws::MediaLive
10043
10175
  :multiplex_group_settings,
10044
10176
  :rtmp_group_settings,
10045
10177
  :udp_group_settings,
10046
- :cmaf_ingest_group_settings)
10178
+ :cmaf_ingest_group_settings,
10179
+ :srt_group_settings)
10047
10180
  SENSITIVE = []
10048
10181
  include Aws::Structure
10049
10182
  end
@@ -10118,6 +10251,10 @@ module Aws::MediaLive
10118
10251
  # Cmaf Ingest Output Settings
10119
10252
  # @return [Types::CmafIngestOutputSettings]
10120
10253
  #
10254
+ # @!attribute [rw] srt_output_settings
10255
+ # Srt Output Settings
10256
+ # @return [Types::SrtOutputSettings]
10257
+ #
10121
10258
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/OutputSettings AWS API Documentation
10122
10259
  #
10123
10260
  class OutputSettings < Struct.new(
@@ -10129,7 +10266,8 @@ module Aws::MediaLive
10129
10266
  :multiplex_output_settings,
10130
10267
  :rtmp_output_settings,
10131
10268
  :udp_output_settings,
10132
- :cmaf_ingest_output_settings)
10269
+ :cmaf_ingest_output_settings,
10270
+ :srt_output_settings)
10133
10271
  SENSITIVE = []
10134
10272
  include Aws::Structure
10135
10273
  end
@@ -11352,6 +11490,10 @@ module Aws::MediaLive
11352
11490
  # The properties for a private VPC Output
11353
11491
  # @return [Types::VpcOutputSettingsDescription]
11354
11492
  #
11493
+ # @!attribute [rw] anywhere_settings
11494
+ # Elemental anywhere settings
11495
+ # @return [Types::DescribeAnywhereSettings]
11496
+ #
11355
11497
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartChannelResponse AWS API Documentation
11356
11498
  #
11357
11499
  class StartChannelResponse < Struct.new(
@@ -11372,7 +11514,8 @@ module Aws::MediaLive
11372
11514
  :role_arn,
11373
11515
  :state,
11374
11516
  :tags,
11375
- :vpc)
11517
+ :vpc,
11518
+ :anywhere_settings)
11376
11519
  SENSITIVE = []
11377
11520
  include Aws::Structure
11378
11521
  end
@@ -11790,6 +11933,10 @@ module Aws::MediaLive
11790
11933
  # The properties for a private VPC Output
11791
11934
  # @return [Types::VpcOutputSettingsDescription]
11792
11935
  #
11936
+ # @!attribute [rw] anywhere_settings
11937
+ # Elemental anywhere settings
11938
+ # @return [Types::DescribeAnywhereSettings]
11939
+ #
11793
11940
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StopChannelResponse AWS API Documentation
11794
11941
  #
11795
11942
  class StopChannelResponse < Struct.new(
@@ -11810,7 +11957,8 @@ module Aws::MediaLive
11810
11957
  :role_arn,
11811
11958
  :state,
11812
11959
  :tags,
11813
- :vpc)
11960
+ :vpc,
11961
+ :anywhere_settings)
11814
11962
  SENSITIVE = []
11815
11963
  include Aws::Structure
11816
11964
  end
@@ -12582,6 +12730,10 @@ module Aws::MediaLive
12582
12730
  # The settings associated with an SRT input.
12583
12731
  # @return [Types::SrtSettingsRequest]
12584
12732
  #
12733
+ # @!attribute [rw] multicast_settings
12734
+ # Multicast Input settings.
12735
+ # @return [Types::MulticastSettingsUpdateRequest]
12736
+ #
12585
12737
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInput AWS API Documentation
12586
12738
  #
12587
12739
  class UpdateInput < Struct.new(
@@ -12592,7 +12744,8 @@ module Aws::MediaLive
12592
12744
  :name,
12593
12745
  :role_arn,
12594
12746
  :sources,
12595
- :srt_settings)
12747
+ :srt_settings,
12748
+ :multicast_settings)
12596
12749
  SENSITIVE = []
12597
12750
  include Aws::Structure
12598
12751
  end
@@ -12772,6 +12925,11 @@ module Aws::MediaLive
12772
12925
  # standard-pipeline input, include two srtCallerSource.
12773
12926
  # @return [Types::SrtSettingsRequest]
12774
12927
  #
12928
+ # @!attribute [rw] multicast_settings
12929
+ # Settings for a Multicast input. Contains a list of multicast Urls
12930
+ # and optional source ip addresses.
12931
+ # @return [Types::MulticastSettingsUpdateRequest]
12932
+ #
12775
12933
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputRequest AWS API Documentation
12776
12934
  #
12777
12935
  class UpdateInputRequest < Struct.new(
@@ -12783,7 +12941,8 @@ module Aws::MediaLive
12783
12941
  :name,
12784
12942
  :role_arn,
12785
12943
  :sources,
12786
- :srt_settings)
12944
+ :srt_settings,
12945
+ :multicast_settings)
12787
12946
  SENSITIVE = []
12788
12947
  include Aws::Structure
12789
12948
  end
@@ -13106,13 +13265,18 @@ module Aws::MediaLive
13106
13265
  # Mpeg2 Settings
13107
13266
  # @return [Types::Mpeg2Settings]
13108
13267
  #
13268
+ # @!attribute [rw] av_1_settings
13269
+ # Av1 Settings
13270
+ # @return [Types::Av1Settings]
13271
+ #
13109
13272
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/VideoCodecSettings AWS API Documentation
13110
13273
  #
13111
13274
  class VideoCodecSettings < Struct.new(
13112
13275
  :frame_capture_settings,
13113
13276
  :h264_settings,
13114
13277
  :h265_settings,
13115
- :mpeg_2_settings)
13278
+ :mpeg_2_settings,
13279
+ :av_1_settings)
13116
13280
  SENSITIVE = []
13117
13281
  include Aws::Structure
13118
13282
  end
@@ -13527,6 +13691,10 @@ module Aws::MediaLive
13527
13691
  # The properties for a private VPC Output
13528
13692
  # @return [Types::VpcOutputSettingsDescription]
13529
13693
  #
13694
+ # @!attribute [rw] anywhere_settings
13695
+ # Elemental anywhere settings
13696
+ # @return [Types::DescribeAnywhereSettings]
13697
+ #
13530
13698
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RestartChannelPipelinesResponse AWS API Documentation
13531
13699
  #
13532
13700
  class RestartChannelPipelinesResponse < Struct.new(
@@ -13548,7 +13716,8 @@ module Aws::MediaLive
13548
13716
  :role_arn,
13549
13717
  :state,
13550
13718
  :tags,
13551
- :vpc)
13719
+ :vpc,
13720
+ :anywhere_settings)
13552
13721
  SENSITIVE = []
13553
13722
  include Aws::Structure
13554
13723
  end
@@ -17639,5 +17808,2798 @@ module Aws::MediaLive
17639
17808
  include Aws::Structure
17640
17809
  end
17641
17810
 
17811
+ # Elemental anywhere settings
17812
+ #
17813
+ # @!attribute [rw] channel_placement_group_id
17814
+ # The ID of the channel placement group for the channel.
17815
+ # @return [String]
17816
+ #
17817
+ # @!attribute [rw] cluster_id
17818
+ # The ID of the cluster for the channel.
17819
+ # @return [String]
17820
+ #
17821
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AnywhereSettings AWS API Documentation
17822
+ #
17823
+ class AnywhereSettings < Struct.new(
17824
+ :channel_placement_group_id,
17825
+ :cluster_id)
17826
+ SENSITIVE = []
17827
+ include Aws::Structure
17828
+ end
17829
+
17830
+ # Av1 Color Space Settings
17831
+ #
17832
+ # @!attribute [rw] color_space_passthrough_settings
17833
+ # Passthrough applies no color space conversion to the output
17834
+ # @return [Types::ColorSpacePassthroughSettings]
17835
+ #
17836
+ # @!attribute [rw] hdr_10_settings
17837
+ # Hdr10 Settings
17838
+ # @return [Types::Hdr10Settings]
17839
+ #
17840
+ # @!attribute [rw] rec_601_settings
17841
+ # Rec601 Settings
17842
+ # @return [Types::Rec601Settings]
17843
+ #
17844
+ # @!attribute [rw] rec_709_settings
17845
+ # Rec709 Settings
17846
+ # @return [Types::Rec709Settings]
17847
+ #
17848
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Av1ColorSpaceSettings AWS API Documentation
17849
+ #
17850
+ class Av1ColorSpaceSettings < Struct.new(
17851
+ :color_space_passthrough_settings,
17852
+ :hdr_10_settings,
17853
+ :rec_601_settings,
17854
+ :rec_709_settings)
17855
+ SENSITIVE = []
17856
+ include Aws::Structure
17857
+ end
17858
+
17859
+ # Av1 Settings
17860
+ #
17861
+ # @!attribute [rw] afd_signaling
17862
+ # Configures whether MediaLive will write AFD values into the video.
17863
+ # AUTO: MediaLive will try to preserve the input AFD value (in cases
17864
+ # where multiple AFD values are valid). FIXED: the AFD value will be
17865
+ # the value configured in the fixedAfd parameter. NONE: MediaLive
17866
+ # won't write AFD into the video
17867
+ # @return [String]
17868
+ #
17869
+ # @!attribute [rw] buf_size
17870
+ # The size of the buffer (HRD buffer model) in bits.
17871
+ # @return [Integer]
17872
+ #
17873
+ # @!attribute [rw] color_space_settings
17874
+ # Color Space settings
17875
+ # @return [Types::Av1ColorSpaceSettings]
17876
+ #
17877
+ # @!attribute [rw] fixed_afd
17878
+ # Complete this property only if you set the afdSignaling property to
17879
+ # FIXED. Choose the AFD value (4 bits) to write on all frames of the
17880
+ # video encode.
17881
+ # @return [String]
17882
+ #
17883
+ # @!attribute [rw] framerate_denominator
17884
+ # The denominator for the framerate. Framerate is a fraction, for
17885
+ # example, 24000 / 1001.
17886
+ # @return [Integer]
17887
+ #
17888
+ # @!attribute [rw] framerate_numerator
17889
+ # The numerator for the framerate. Framerate is a fraction, for
17890
+ # example, 24000 / 1001.
17891
+ # @return [Integer]
17892
+ #
17893
+ # @!attribute [rw] gop_size
17894
+ # The GOP size (keyframe interval). If GopSizeUnits is frames, GopSize
17895
+ # must be a whole number and must be greater than or equal to 1. If
17896
+ # GopSizeUnits is seconds, GopSize must be greater than 0, but it can
17897
+ # be a decimal.
17898
+ # @return [Float]
17899
+ #
17900
+ # @!attribute [rw] gop_size_units
17901
+ # Choose the units for the GOP size: FRAMES or SECONDS. For SECONDS,
17902
+ # MediaLive converts the size into a frame count at run time.
17903
+ # @return [String]
17904
+ #
17905
+ # @!attribute [rw] level
17906
+ # Sets the level. This parameter is one of the properties of the
17907
+ # encoding scheme for AV1.
17908
+ # @return [String]
17909
+ #
17910
+ # @!attribute [rw] look_ahead_rate_control
17911
+ # Sets the amount of lookahead. A value of LOW can decrease latency
17912
+ # and memory usage. A value of HIGH can produce better quality for
17913
+ # certain content.
17914
+ # @return [String]
17915
+ #
17916
+ # @!attribute [rw] max_bitrate
17917
+ # The maximum bitrate to assign. For recommendations, see the
17918
+ # description for qvbrQualityLevel.
17919
+ # @return [Integer]
17920
+ #
17921
+ # @!attribute [rw] min_i_interval
17922
+ # Applies only if you enable SceneChangeDetect. Sets the interval
17923
+ # between frames. This property ensures a minimum separation between
17924
+ # repeated (cadence) I-frames and any I-frames inserted by scene
17925
+ # change detection (SCD frames). Enter a number for the interval,
17926
+ # measured in number of frames. If an SCD frame and a cadence frame
17927
+ # are closer than the specified number of frames, MediaLive shrinks or
17928
+ # stretches the GOP to include the SCD frame. Then normal cadence
17929
+ # resumes in the next GOP. For GOP stretch to succeed, you must enable
17930
+ # LookAheadRateControl. Note that the maximum GOP stretch = (GOP size)
17931
+ # + (Minimum I-interval) - 1
17932
+ # @return [Integer]
17933
+ #
17934
+ # @!attribute [rw] par_denominator
17935
+ # The denominator for the output pixel aspect ratio (PAR).
17936
+ # @return [Integer]
17937
+ #
17938
+ # @!attribute [rw] par_numerator
17939
+ # The numerator for the output pixel aspect ratio (PAR).
17940
+ # @return [Integer]
17941
+ #
17942
+ # @!attribute [rw] qvbr_quality_level
17943
+ # Controls the target quality for the video encode. With QVBR rate
17944
+ # control mode, the final quality is the target quality, constrained
17945
+ # by the maxBitrate. Set values for the qvbrQualityLevel property and
17946
+ # maxBitrate property that suit your most important viewing devices.
17947
+ # To let MediaLive set the quality level (AUTO mode), leave the
17948
+ # qvbrQualityLevel field empty. In this case, MediaLive uses the
17949
+ # maximum bitrate, and the quality follows from that: more complex
17950
+ # content might have a lower quality. Or set a target quality level
17951
+ # and a maximum bitrate. With more complex content, MediaLive will try
17952
+ # to achieve the target quality, but it won't exceed the maximum
17953
+ # bitrate. With less complex content, This option will use only the
17954
+ # bitrate needed to reach the target quality. Recommended values are:
17955
+ # Primary screen: qvbrQualityLevel: Leave empty. maxBitrate: 4,000,000
17956
+ # PC or tablet: qvbrQualityLevel: Leave empty. maxBitrate: 1,500,000
17957
+ # to 3,000,000 Smartphone: qvbrQualityLevel: Leave empty. maxBitrate:
17958
+ # 1,000,000 to 1,500,000
17959
+ # @return [Integer]
17960
+ #
17961
+ # @!attribute [rw] scene_change_detect
17962
+ # Controls whether MediaLive inserts I-frames when it detects a scene
17963
+ # change. ENABLED or DISABLED.
17964
+ # @return [String]
17965
+ #
17966
+ # @!attribute [rw] timecode_burnin_settings
17967
+ # Configures the timecode burn-in feature. If you enable this feature,
17968
+ # the timecode will become part of the video.
17969
+ # @return [Types::TimecodeBurninSettings]
17970
+ #
17971
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Av1Settings AWS API Documentation
17972
+ #
17973
+ class Av1Settings < Struct.new(
17974
+ :afd_signaling,
17975
+ :buf_size,
17976
+ :color_space_settings,
17977
+ :fixed_afd,
17978
+ :framerate_denominator,
17979
+ :framerate_numerator,
17980
+ :gop_size,
17981
+ :gop_size_units,
17982
+ :level,
17983
+ :look_ahead_rate_control,
17984
+ :max_bitrate,
17985
+ :min_i_interval,
17986
+ :par_denominator,
17987
+ :par_numerator,
17988
+ :qvbr_quality_level,
17989
+ :scene_change_detect,
17990
+ :timecode_burnin_settings)
17991
+ SENSITIVE = []
17992
+ include Aws::Structure
17993
+ end
17994
+
17995
+ # Used in DescribeClusterResult, DescribeClusterSummary,
17996
+ # UpdateClusterResult.
17997
+ #
17998
+ # @!attribute [rw] default_route
17999
+ # The network interface that is the default route for traffic to and
18000
+ # from the node. MediaLive Anywhere uses this default when the
18001
+ # destination for the traffic isn't covered by the route table for
18002
+ # any of the networks. Specify the value of the appropriate
18003
+ # logicalInterfaceName parameter that you create in the
18004
+ # interfaceMappings.
18005
+ # @return [String]
18006
+ #
18007
+ # @!attribute [rw] interface_mappings
18008
+ # An array of interfaceMapping objects for this Cluster. Each mapping
18009
+ # logically connects one interface on the nodes with one Network. You
18010
+ # need only one mapping for each interface because all the Nodes share
18011
+ # the mapping.
18012
+ # @return [Array<Types::InterfaceMapping>]
18013
+ #
18014
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ClusterNetworkSettings AWS API Documentation
18015
+ #
18016
+ class ClusterNetworkSettings < Struct.new(
18017
+ :default_route,
18018
+ :interface_mappings)
18019
+ SENSITIVE = []
18020
+ include Aws::Structure
18021
+ end
18022
+
18023
+ # Used in a CreateClusterRequest.
18024
+ #
18025
+ # @!attribute [rw] default_route
18026
+ # Specify one network interface as the default route for traffic to
18027
+ # and from the Node. MediaLive Anywhere uses this default when the
18028
+ # destination for the traffic isn't covered by the route table for
18029
+ # any of the networks. Specify the value of the appropriate
18030
+ # logicalInterfaceName parameter that you create in the
18031
+ # interfaceMappings.
18032
+ # @return [String]
18033
+ #
18034
+ # @!attribute [rw] interface_mappings
18035
+ # An array of interfaceMapping objects for this Cluster. You must
18036
+ # create a mapping for node interfaces that you plan to use for
18037
+ # encoding traffic. You typically don't create a mapping for the
18038
+ # management interface. You define this mapping in the Cluster so that
18039
+ # the mapping can be used by all the Nodes. Each mapping logically
18040
+ # connects one interface on the nodes with one Network. Each mapping
18041
+ # consists of a pair of parameters. The logicalInterfaceName parameter
18042
+ # creates a logical name for the Node interface that handles a
18043
+ # specific type of traffic. For example, my-Inputs-Interface. The
18044
+ # networkID parameter refers to the ID of the network. When you create
18045
+ # the Nodes in this Cluster, you will associate the
18046
+ # logicalInterfaceName with the appropriate physical interface.
18047
+ # @return [Array<Types::InterfaceMappingCreateRequest>]
18048
+ #
18049
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ClusterNetworkSettingsCreateRequest AWS API Documentation
18050
+ #
18051
+ class ClusterNetworkSettingsCreateRequest < Struct.new(
18052
+ :default_route,
18053
+ :interface_mappings)
18054
+ SENSITIVE = []
18055
+ include Aws::Structure
18056
+ end
18057
+
18058
+ # @!attribute [rw] default_route
18059
+ # Include this parameter only if you want to change the default route
18060
+ # for the Cluster. Specify one network interface as the default route
18061
+ # for traffic to and from the node. MediaLive Anywhere uses this
18062
+ # default when the destination for the traffic isn't covered by the
18063
+ # route table for any of the networks. Specify the value of the
18064
+ # appropriate logicalInterfaceName parameter that you create in the
18065
+ # interfaceMappings.
18066
+ # @return [String]
18067
+ #
18068
+ # @!attribute [rw] interface_mappings
18069
+ # An array of interfaceMapping objects for this Cluster. Include this
18070
+ # parameter only if you want to change the interface mappings for the
18071
+ # Cluster. Typically, you change the interface mappings only to fix an
18072
+ # error you made when creating the mapping. In an update request, make
18073
+ # sure that you enter the entire set of mappings again, not just the
18074
+ # mappings that you want to add or change. You define this mapping so
18075
+ # that the mapping can be used by all the Nodes. Each mapping
18076
+ # logically connects one interface on the nodes with one Network. Each
18077
+ # mapping consists of a pair of parameters. The logicalInterfaceName
18078
+ # parameter creates a logical name for the Node interface that handles
18079
+ # a specific type of traffic. For example, my-Inputs-Interface. The
18080
+ # networkID parameter refers to the ID of the network. When you create
18081
+ # the Nodes in this Cluster, you will associate the
18082
+ # logicalInterfaceName with the appropriate physical interface.
18083
+ # @return [Array<Types::InterfaceMappingUpdateRequest>]
18084
+ #
18085
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ClusterNetworkSettingsUpdateRequest AWS API Documentation
18086
+ #
18087
+ class ClusterNetworkSettingsUpdateRequest < Struct.new(
18088
+ :default_route,
18089
+ :interface_mappings)
18090
+ SENSITIVE = []
18091
+ include Aws::Structure
18092
+ end
18093
+
18094
+ # @!attribute [rw] cluster_id
18095
+ # @return [String]
18096
+ #
18097
+ # @!attribute [rw] name
18098
+ # Specify a name that is unique in the Cluster. You can't change the
18099
+ # name. Names are case-sensitive.
18100
+ # @return [String]
18101
+ #
18102
+ # @!attribute [rw] nodes
18103
+ # An array of one ID for the Node that you want to associate with the
18104
+ # ChannelPlacementGroup. (You can't associate more than one Node with
18105
+ # the ChannelPlacementGroup.) The Node and the ChannelPlacementGroup
18106
+ # must be in the same Cluster.
18107
+ # @return [Array<String>]
18108
+ #
18109
+ # @!attribute [rw] request_id
18110
+ # An ID that you assign to a create request. This ID ensures idempotency when creating resources. the request.**A suitable default value is auto-generated.** You should normally
18111
+ # not need to pass this option.
18112
+ # @return [String]
18113
+ #
18114
+ # @!attribute [rw] tags
18115
+ # A collection of key-value pairs.
18116
+ # @return [Hash<String,String>]
18117
+ #
18118
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateChannelPlacementGroupRequest AWS API Documentation
18119
+ #
18120
+ class CreateChannelPlacementGroupRequest < Struct.new(
18121
+ :cluster_id,
18122
+ :name,
18123
+ :nodes,
18124
+ :request_id,
18125
+ :tags)
18126
+ SENSITIVE = []
18127
+ include Aws::Structure
18128
+ end
18129
+
18130
+ # @!attribute [rw] arn
18131
+ # @return [String]
18132
+ #
18133
+ # @!attribute [rw] channels
18134
+ # @return [Array<String>]
18135
+ #
18136
+ # @!attribute [rw] cluster_id
18137
+ # @return [String]
18138
+ #
18139
+ # @!attribute [rw] id
18140
+ # @return [String]
18141
+ #
18142
+ # @!attribute [rw] name
18143
+ # @return [String]
18144
+ #
18145
+ # @!attribute [rw] nodes
18146
+ # @return [Array<String>]
18147
+ #
18148
+ # @!attribute [rw] state
18149
+ # Used in DescribeChannelPlacementGroupResult
18150
+ # @return [String]
18151
+ #
18152
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateChannelPlacementGroupResponse AWS API Documentation
18153
+ #
18154
+ class CreateChannelPlacementGroupResponse < Struct.new(
18155
+ :arn,
18156
+ :channels,
18157
+ :cluster_id,
18158
+ :id,
18159
+ :name,
18160
+ :nodes,
18161
+ :state)
18162
+ SENSITIVE = []
18163
+ include Aws::Structure
18164
+ end
18165
+
18166
+ # Used in the CreateCluster operation.
18167
+ #
18168
+ # @!attribute [rw] cluster_type
18169
+ # Specify a type. All the Nodes that you later add to this Cluster
18170
+ # must be this type of hardware. One Cluster instance can't contain
18171
+ # different hardware types. You won't be able to change this
18172
+ # parameter after you create the Cluster.
18173
+ # @return [String]
18174
+ #
18175
+ # @!attribute [rw] instance_role_arn
18176
+ # The ARN of the IAM role for the Node in this Cluster. The role must
18177
+ # include all the operations that you expect these Node to perform. If
18178
+ # necessary, create a role in IAM, then attach it here.
18179
+ # @return [String]
18180
+ #
18181
+ # @!attribute [rw] name
18182
+ # Specify a name that is unique in the AWS account. We recommend that
18183
+ # you assign a name that hints at the types of Nodes in the Cluster.
18184
+ # Names are case-sensitive.
18185
+ # @return [String]
18186
+ #
18187
+ # @!attribute [rw] network_settings
18188
+ # Network settings that connect the Nodes in the Cluster to one or
18189
+ # more of the Networks that the Cluster is associated with.
18190
+ # @return [Types::ClusterNetworkSettingsCreateRequest]
18191
+ #
18192
+ # @!attribute [rw] request_id
18193
+ # The unique ID of the request.**A suitable default value is auto-generated.** You should normally
18194
+ # not need to pass this option.
18195
+ # @return [String]
18196
+ #
18197
+ # @!attribute [rw] tags
18198
+ # A collection of key-value pairs.
18199
+ # @return [Hash<String,String>]
18200
+ #
18201
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateClusterRequest AWS API Documentation
18202
+ #
18203
+ class CreateClusterRequest < Struct.new(
18204
+ :cluster_type,
18205
+ :instance_role_arn,
18206
+ :name,
18207
+ :network_settings,
18208
+ :request_id,
18209
+ :tags)
18210
+ SENSITIVE = []
18211
+ include Aws::Structure
18212
+ end
18213
+
18214
+ # @!attribute [rw] arn
18215
+ # @return [String]
18216
+ #
18217
+ # @!attribute [rw] channel_ids
18218
+ # @return [Array<String>]
18219
+ #
18220
+ # @!attribute [rw] cluster_type
18221
+ # Used in CreateClusterSummary, DescribeClusterSummary,
18222
+ # DescribeClusterResult, UpdateClusterResult.
18223
+ # @return [String]
18224
+ #
18225
+ # @!attribute [rw] id
18226
+ # @return [String]
18227
+ #
18228
+ # @!attribute [rw] instance_role_arn
18229
+ # @return [String]
18230
+ #
18231
+ # @!attribute [rw] name
18232
+ # @return [String]
18233
+ #
18234
+ # @!attribute [rw] network_settings
18235
+ # Used in DescribeClusterResult, DescribeClusterSummary,
18236
+ # UpdateClusterResult.
18237
+ # @return [Types::ClusterNetworkSettings]
18238
+ #
18239
+ # @!attribute [rw] state
18240
+ # Used in DescribeClusterSummary, DescribeClusterResult,
18241
+ # UpdateClusterResult.
18242
+ # @return [String]
18243
+ #
18244
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateClusterResponse AWS API Documentation
18245
+ #
18246
+ class CreateClusterResponse < Struct.new(
18247
+ :arn,
18248
+ :channel_ids,
18249
+ :cluster_type,
18250
+ :id,
18251
+ :instance_role_arn,
18252
+ :name,
18253
+ :network_settings,
18254
+ :state)
18255
+ SENSITIVE = []
18256
+ include Aws::Structure
18257
+ end
18258
+
18259
+ # Used in the CreateNetwork operation.
18260
+ #
18261
+ # @!attribute [rw] ip_pools
18262
+ # An array of IpPoolCreateRequests that identify a collection of IP
18263
+ # addresses in your network that you want to reserve for use in
18264
+ # MediaLive Anywhere. MediaLiveAnywhere uses these IP addresses for
18265
+ # Push inputs (in both Bridge and NATnetworks) and for output
18266
+ # destinations (only in Bridge networks). EachIpPoolUpdateRequest
18267
+ # specifies one CIDR block.
18268
+ # @return [Array<Types::IpPoolCreateRequest>]
18269
+ #
18270
+ # @!attribute [rw] name
18271
+ # Specify a name that is unique in the AWS account. We recommend that
18272
+ # you assign a name that hints at the type of traffic on the network.
18273
+ # Names are case-sensitive.
18274
+ # @return [String]
18275
+ #
18276
+ # @!attribute [rw] request_id
18277
+ # An ID that you assign to a create request. This ID ensures idempotency when creating resources.**A suitable default value is auto-generated.** You should normally
18278
+ # not need to pass this option.
18279
+ # @return [String]
18280
+ #
18281
+ # @!attribute [rw] routes
18282
+ # An array of routes that MediaLive Anywhere needs to know about in
18283
+ # order to route encoding traffic.
18284
+ # @return [Array<Types::RouteCreateRequest>]
18285
+ #
18286
+ # @!attribute [rw] tags
18287
+ # A collection of key-value pairs.
18288
+ # @return [Hash<String,String>]
18289
+ #
18290
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateNetworkRequest AWS API Documentation
18291
+ #
18292
+ class CreateNetworkRequest < Struct.new(
18293
+ :ip_pools,
18294
+ :name,
18295
+ :request_id,
18296
+ :routes,
18297
+ :tags)
18298
+ SENSITIVE = []
18299
+ include Aws::Structure
18300
+ end
18301
+
18302
+ # @!attribute [rw] arn
18303
+ # @return [String]
18304
+ #
18305
+ # @!attribute [rw] associated_cluster_ids
18306
+ # @return [Array<String>]
18307
+ #
18308
+ # @!attribute [rw] id
18309
+ # @return [String]
18310
+ #
18311
+ # @!attribute [rw] ip_pools
18312
+ # @return [Array<Types::IpPool>]
18313
+ #
18314
+ # @!attribute [rw] name
18315
+ # @return [String]
18316
+ #
18317
+ # @!attribute [rw] routes
18318
+ # @return [Array<Types::Route>]
18319
+ #
18320
+ # @!attribute [rw] state
18321
+ # Used in DescribeNetworkResult, DescribeNetworkSummary,
18322
+ # UpdateNetworkResult.
18323
+ # @return [String]
18324
+ #
18325
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateNetworkResponse AWS API Documentation
18326
+ #
18327
+ class CreateNetworkResponse < Struct.new(
18328
+ :arn,
18329
+ :associated_cluster_ids,
18330
+ :id,
18331
+ :ip_pools,
18332
+ :name,
18333
+ :routes,
18334
+ :state)
18335
+ SENSITIVE = []
18336
+ include Aws::Structure
18337
+ end
18338
+
18339
+ # Used in the CreateNodeRegistrationScript operation.
18340
+ #
18341
+ # @!attribute [rw] cluster_id
18342
+ # @return [String]
18343
+ #
18344
+ # @!attribute [rw] id
18345
+ # If you're generating a re-registration script for an already
18346
+ # existing node, this is where you provide the id.
18347
+ # @return [String]
18348
+ #
18349
+ # @!attribute [rw] name
18350
+ # Specify a pattern for MediaLive Anywhere to use to assign a name to
18351
+ # each Node in the Cluster. The pattern can include the variables $hn
18352
+ # (hostname of the node hardware) and $ts for the date and time that
18353
+ # the Node is created, in UTC (for example, 2024-08-20T23:35:12Z).
18354
+ # @return [String]
18355
+ #
18356
+ # @!attribute [rw] node_interface_mappings
18357
+ # An array of interface mappings for the Node. Each mapping logically
18358
+ # connects one physical interface on the node hardware with one
18359
+ # logical interface name. This mapping associates a node interface
18360
+ # with a network. The association works as follows: Node
18361
+ # physicalInterfaceName > Node logicalInterfaceName = Cluster
18362
+ # logicalInterfaceName > networkId.
18363
+ # @return [Array<Types::NodeInterfaceMapping>]
18364
+ #
18365
+ # @!attribute [rw] request_id
18366
+ # An ID that you assign to a create request. This ID ensures idempotency when creating resources.**A suitable default value is auto-generated.** You should normally
18367
+ # not need to pass this option.
18368
+ # @return [String]
18369
+ #
18370
+ # @!attribute [rw] role
18371
+ # The initial role of the Node in the Cluster. ACTIVE means the Node
18372
+ # is available for encoding. BACKUP means the Node is a redundant Node
18373
+ # and might get used if an ACTIVE Node fails.
18374
+ # @return [String]
18375
+ #
18376
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateNodeRegistrationScriptRequest AWS API Documentation
18377
+ #
18378
+ class CreateNodeRegistrationScriptRequest < Struct.new(
18379
+ :cluster_id,
18380
+ :id,
18381
+ :name,
18382
+ :node_interface_mappings,
18383
+ :request_id,
18384
+ :role)
18385
+ SENSITIVE = []
18386
+ include Aws::Structure
18387
+ end
18388
+
18389
+ # @!attribute [rw] node_registration_script
18390
+ # @return [String]
18391
+ #
18392
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateNodeRegistrationScriptResponse AWS API Documentation
18393
+ #
18394
+ class CreateNodeRegistrationScriptResponse < Struct.new(
18395
+ :node_registration_script)
18396
+ SENSITIVE = []
18397
+ include Aws::Structure
18398
+ end
18399
+
18400
+ # Contains the response for CreateNodeRegistrationScript.
18401
+ #
18402
+ # @!attribute [rw] node_registration_script
18403
+ # A script that can be run on a Bring Your Own Device Elemental
18404
+ # Anywhere system to create a node in a cluster.
18405
+ # @return [String]
18406
+ #
18407
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateNodeRegistrationScriptResult AWS API Documentation
18408
+ #
18409
+ class CreateNodeRegistrationScriptResult < Struct.new(
18410
+ :node_registration_script)
18411
+ SENSITIVE = []
18412
+ include Aws::Structure
18413
+ end
18414
+
18415
+ # @!attribute [rw] cluster_id
18416
+ # @return [String]
18417
+ #
18418
+ # @!attribute [rw] name
18419
+ # The user-specified name of the Node to be created.
18420
+ # @return [String]
18421
+ #
18422
+ # @!attribute [rw] node_interface_mappings
18423
+ # An array of interface mappings for the Node. Each mapping logically
18424
+ # connects one physical interface on the node hardware with one
18425
+ # logical interface name. You created the logical names in the
18426
+ # logicalInterfaceName parameter when you created the Cluster. Create
18427
+ # one mapping for each physical interface on the node, but only for
18428
+ # node interfaces that you plan to use for encoding content traffic
18429
+ # (and not for any management-only interface). In each mapping pair,
18430
+ # we recommend that you specify the logical name first, then assign
18431
+ # the physical name that applies.The physicalInterfaceName is the
18432
+ # final piece of data that associates a node interface with a network.
18433
+ # The association works as follows: Node physicalInterfaceName > Node
18434
+ # logicalInterfaceName = Cluster logicalInterfaceName > networkId.
18435
+ # @return [Array<Types::NodeInterfaceMappingCreateRequest>]
18436
+ #
18437
+ # @!attribute [rw] request_id
18438
+ # An ID that you assign to a create request. This ID ensures idempotency when creating resources.**A suitable default value is auto-generated.** You should normally
18439
+ # not need to pass this option.
18440
+ # @return [String]
18441
+ #
18442
+ # @!attribute [rw] role
18443
+ # The initial role of the Node in the Cluster. ACTIVE means the Node
18444
+ # is available for encoding. BACKUP means the Node is a redundant Node
18445
+ # and might get used if an ACTIVE Node fails.
18446
+ # @return [String]
18447
+ #
18448
+ # @!attribute [rw] tags
18449
+ # A collection of key-value pairs.
18450
+ # @return [Hash<String,String>]
18451
+ #
18452
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateNodeRequest AWS API Documentation
18453
+ #
18454
+ class CreateNodeRequest < Struct.new(
18455
+ :cluster_id,
18456
+ :name,
18457
+ :node_interface_mappings,
18458
+ :request_id,
18459
+ :role,
18460
+ :tags)
18461
+ SENSITIVE = []
18462
+ include Aws::Structure
18463
+ end
18464
+
18465
+ # @!attribute [rw] arn
18466
+ # @return [String]
18467
+ #
18468
+ # @!attribute [rw] channel_placement_groups
18469
+ # @return [Array<String>]
18470
+ #
18471
+ # @!attribute [rw] cluster_id
18472
+ # @return [String]
18473
+ #
18474
+ # @!attribute [rw] connection_state
18475
+ # Used in DescribeNodeSummary.
18476
+ # @return [String]
18477
+ #
18478
+ # @!attribute [rw] id
18479
+ # @return [String]
18480
+ #
18481
+ # @!attribute [rw] instance_arn
18482
+ # @return [String]
18483
+ #
18484
+ # @!attribute [rw] name
18485
+ # @return [String]
18486
+ #
18487
+ # @!attribute [rw] node_interface_mappings
18488
+ # @return [Array<Types::NodeInterfaceMapping>]
18489
+ #
18490
+ # @!attribute [rw] role
18491
+ # Used in CreateNodeRequest, CreateNodeRegistrationScriptRequest,
18492
+ # DescribeNodeResult, DescribeNodeSummary, UpdateNodeRequest.
18493
+ # @return [String]
18494
+ #
18495
+ # @!attribute [rw] state
18496
+ # Used in DescribeNodeSummary.
18497
+ # @return [String]
18498
+ #
18499
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateNodeResponse AWS API Documentation
18500
+ #
18501
+ class CreateNodeResponse < Struct.new(
18502
+ :arn,
18503
+ :channel_placement_groups,
18504
+ :cluster_id,
18505
+ :connection_state,
18506
+ :id,
18507
+ :instance_arn,
18508
+ :name,
18509
+ :node_interface_mappings,
18510
+ :role,
18511
+ :state)
18512
+ SENSITIVE = []
18513
+ include Aws::Structure
18514
+ end
18515
+
18516
+ # @!attribute [rw] channel_placement_group_id
18517
+ # @return [String]
18518
+ #
18519
+ # @!attribute [rw] cluster_id
18520
+ # @return [String]
18521
+ #
18522
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteChannelPlacementGroupRequest AWS API Documentation
18523
+ #
18524
+ class DeleteChannelPlacementGroupRequest < Struct.new(
18525
+ :channel_placement_group_id,
18526
+ :cluster_id)
18527
+ SENSITIVE = []
18528
+ include Aws::Structure
18529
+ end
18530
+
18531
+ # @!attribute [rw] arn
18532
+ # @return [String]
18533
+ #
18534
+ # @!attribute [rw] channels
18535
+ # @return [Array<String>]
18536
+ #
18537
+ # @!attribute [rw] cluster_id
18538
+ # @return [String]
18539
+ #
18540
+ # @!attribute [rw] id
18541
+ # @return [String]
18542
+ #
18543
+ # @!attribute [rw] name
18544
+ # @return [String]
18545
+ #
18546
+ # @!attribute [rw] nodes
18547
+ # @return [Array<String>]
18548
+ #
18549
+ # @!attribute [rw] state
18550
+ # Used in DescribeChannelPlacementGroupResult
18551
+ # @return [String]
18552
+ #
18553
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteChannelPlacementGroupResponse AWS API Documentation
18554
+ #
18555
+ class DeleteChannelPlacementGroupResponse < Struct.new(
18556
+ :arn,
18557
+ :channels,
18558
+ :cluster_id,
18559
+ :id,
18560
+ :name,
18561
+ :nodes,
18562
+ :state)
18563
+ SENSITIVE = []
18564
+ include Aws::Structure
18565
+ end
18566
+
18567
+ # @!attribute [rw] cluster_id
18568
+ # @return [String]
18569
+ #
18570
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteClusterRequest AWS API Documentation
18571
+ #
18572
+ class DeleteClusterRequest < Struct.new(
18573
+ :cluster_id)
18574
+ SENSITIVE = []
18575
+ include Aws::Structure
18576
+ end
18577
+
18578
+ # @!attribute [rw] arn
18579
+ # @return [String]
18580
+ #
18581
+ # @!attribute [rw] channel_ids
18582
+ # @return [Array<String>]
18583
+ #
18584
+ # @!attribute [rw] cluster_type
18585
+ # Used in CreateClusterSummary, DescribeClusterSummary,
18586
+ # DescribeClusterResult, UpdateClusterResult.
18587
+ # @return [String]
18588
+ #
18589
+ # @!attribute [rw] id
18590
+ # @return [String]
18591
+ #
18592
+ # @!attribute [rw] instance_role_arn
18593
+ # @return [String]
18594
+ #
18595
+ # @!attribute [rw] name
18596
+ # @return [String]
18597
+ #
18598
+ # @!attribute [rw] network_settings
18599
+ # Used in DescribeClusterResult, DescribeClusterSummary,
18600
+ # UpdateClusterResult.
18601
+ # @return [Types::ClusterNetworkSettings]
18602
+ #
18603
+ # @!attribute [rw] state
18604
+ # Used in DescribeClusterSummary, DescribeClusterResult,
18605
+ # UpdateClusterResult.
18606
+ # @return [String]
18607
+ #
18608
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteClusterResponse AWS API Documentation
18609
+ #
18610
+ class DeleteClusterResponse < Struct.new(
18611
+ :arn,
18612
+ :channel_ids,
18613
+ :cluster_type,
18614
+ :id,
18615
+ :instance_role_arn,
18616
+ :name,
18617
+ :network_settings,
18618
+ :state)
18619
+ SENSITIVE = []
18620
+ include Aws::Structure
18621
+ end
18622
+
18623
+ # @!attribute [rw] network_id
18624
+ # @return [String]
18625
+ #
18626
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteNetworkRequest AWS API Documentation
18627
+ #
18628
+ class DeleteNetworkRequest < Struct.new(
18629
+ :network_id)
18630
+ SENSITIVE = []
18631
+ include Aws::Structure
18632
+ end
18633
+
18634
+ # @!attribute [rw] arn
18635
+ # @return [String]
18636
+ #
18637
+ # @!attribute [rw] associated_cluster_ids
18638
+ # @return [Array<String>]
18639
+ #
18640
+ # @!attribute [rw] id
18641
+ # @return [String]
18642
+ #
18643
+ # @!attribute [rw] ip_pools
18644
+ # @return [Array<Types::IpPool>]
18645
+ #
18646
+ # @!attribute [rw] name
18647
+ # @return [String]
18648
+ #
18649
+ # @!attribute [rw] routes
18650
+ # @return [Array<Types::Route>]
18651
+ #
18652
+ # @!attribute [rw] state
18653
+ # Used in DescribeNetworkResult, DescribeNetworkSummary,
18654
+ # UpdateNetworkResult.
18655
+ # @return [String]
18656
+ #
18657
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteNetworkResponse AWS API Documentation
18658
+ #
18659
+ class DeleteNetworkResponse < Struct.new(
18660
+ :arn,
18661
+ :associated_cluster_ids,
18662
+ :id,
18663
+ :ip_pools,
18664
+ :name,
18665
+ :routes,
18666
+ :state)
18667
+ SENSITIVE = []
18668
+ include Aws::Structure
18669
+ end
18670
+
18671
+ # @!attribute [rw] cluster_id
18672
+ # @return [String]
18673
+ #
18674
+ # @!attribute [rw] node_id
18675
+ # @return [String]
18676
+ #
18677
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteNodeRequest AWS API Documentation
18678
+ #
18679
+ class DeleteNodeRequest < Struct.new(
18680
+ :cluster_id,
18681
+ :node_id)
18682
+ SENSITIVE = []
18683
+ include Aws::Structure
18684
+ end
18685
+
18686
+ # @!attribute [rw] arn
18687
+ # @return [String]
18688
+ #
18689
+ # @!attribute [rw] channel_placement_groups
18690
+ # @return [Array<String>]
18691
+ #
18692
+ # @!attribute [rw] cluster_id
18693
+ # @return [String]
18694
+ #
18695
+ # @!attribute [rw] connection_state
18696
+ # Used in DescribeNodeSummary.
18697
+ # @return [String]
18698
+ #
18699
+ # @!attribute [rw] id
18700
+ # @return [String]
18701
+ #
18702
+ # @!attribute [rw] instance_arn
18703
+ # @return [String]
18704
+ #
18705
+ # @!attribute [rw] name
18706
+ # @return [String]
18707
+ #
18708
+ # @!attribute [rw] node_interface_mappings
18709
+ # @return [Array<Types::NodeInterfaceMapping>]
18710
+ #
18711
+ # @!attribute [rw] role
18712
+ # Used in CreateNodeRequest, CreateNodeRegistrationScriptRequest,
18713
+ # DescribeNodeResult, DescribeNodeSummary, UpdateNodeRequest.
18714
+ # @return [String]
18715
+ #
18716
+ # @!attribute [rw] state
18717
+ # Used in DescribeNodeSummary.
18718
+ # @return [String]
18719
+ #
18720
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteNodeResponse AWS API Documentation
18721
+ #
18722
+ class DeleteNodeResponse < Struct.new(
18723
+ :arn,
18724
+ :channel_placement_groups,
18725
+ :cluster_id,
18726
+ :connection_state,
18727
+ :id,
18728
+ :instance_arn,
18729
+ :name,
18730
+ :node_interface_mappings,
18731
+ :role,
18732
+ :state)
18733
+ SENSITIVE = []
18734
+ include Aws::Structure
18735
+ end
18736
+
18737
+ # Elemental anywhere settings
18738
+ #
18739
+ # @!attribute [rw] channel_placement_group_id
18740
+ # The ID of the channel placement group for the channel.
18741
+ # @return [String]
18742
+ #
18743
+ # @!attribute [rw] cluster_id
18744
+ # The ID of the cluster for the channel.
18745
+ # @return [String]
18746
+ #
18747
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeAnywhereSettings AWS API Documentation
18748
+ #
18749
+ class DescribeAnywhereSettings < Struct.new(
18750
+ :channel_placement_group_id,
18751
+ :cluster_id)
18752
+ SENSITIVE = []
18753
+ include Aws::Structure
18754
+ end
18755
+
18756
+ # @!attribute [rw] channel_placement_group_id
18757
+ # @return [String]
18758
+ #
18759
+ # @!attribute [rw] cluster_id
18760
+ # @return [String]
18761
+ #
18762
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeChannelPlacementGroupRequest AWS API Documentation
18763
+ #
18764
+ class DescribeChannelPlacementGroupRequest < Struct.new(
18765
+ :channel_placement_group_id,
18766
+ :cluster_id)
18767
+ SENSITIVE = []
18768
+ include Aws::Structure
18769
+ end
18770
+
18771
+ # @!attribute [rw] arn
18772
+ # @return [String]
18773
+ #
18774
+ # @!attribute [rw] channels
18775
+ # @return [Array<String>]
18776
+ #
18777
+ # @!attribute [rw] cluster_id
18778
+ # @return [String]
18779
+ #
18780
+ # @!attribute [rw] id
18781
+ # @return [String]
18782
+ #
18783
+ # @!attribute [rw] name
18784
+ # @return [String]
18785
+ #
18786
+ # @!attribute [rw] nodes
18787
+ # @return [Array<String>]
18788
+ #
18789
+ # @!attribute [rw] state
18790
+ # Used in DescribeChannelPlacementGroupResult
18791
+ # @return [String]
18792
+ #
18793
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeChannelPlacementGroupResponse AWS API Documentation
18794
+ #
18795
+ class DescribeChannelPlacementGroupResponse < Struct.new(
18796
+ :arn,
18797
+ :channels,
18798
+ :cluster_id,
18799
+ :id,
18800
+ :name,
18801
+ :nodes,
18802
+ :state)
18803
+ SENSITIVE = []
18804
+ include Aws::Structure
18805
+ end
18806
+
18807
+ # Contains the response for CreateChannelPlacementGroup,
18808
+ # DescribeChannelPlacementGroup, DeleteChannelPlacementGroup,
18809
+ # UpdateChannelPlacementGroup
18810
+ #
18811
+ # @!attribute [rw] arn
18812
+ # The ARN of this ChannelPlacementGroup. It is automatically assigned
18813
+ # when the ChannelPlacementGroup is created.
18814
+ # @return [String]
18815
+ #
18816
+ # @!attribute [rw] channels
18817
+ # Used in ListChannelPlacementGroupsResult
18818
+ # @return [Array<String>]
18819
+ #
18820
+ # @!attribute [rw] cluster_id
18821
+ # The ID of the Cluster that the Node belongs to.
18822
+ # @return [String]
18823
+ #
18824
+ # @!attribute [rw] id
18825
+ # The ID of the ChannelPlacementGroup. Unique in the AWS account. The
18826
+ # ID is the resource-id portion of the ARN.
18827
+ # @return [String]
18828
+ #
18829
+ # @!attribute [rw] name
18830
+ # The name that you specified for the ChannelPlacementGroup.
18831
+ # @return [String]
18832
+ #
18833
+ # @!attribute [rw] nodes
18834
+ # An array with one item, which is the signle Node that is associated
18835
+ # with the ChannelPlacementGroup.
18836
+ # @return [Array<String>]
18837
+ #
18838
+ # @!attribute [rw] state
18839
+ # The current state of the ChannelPlacementGroup.
18840
+ # @return [String]
18841
+ #
18842
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeChannelPlacementGroupResult AWS API Documentation
18843
+ #
18844
+ class DescribeChannelPlacementGroupResult < Struct.new(
18845
+ :arn,
18846
+ :channels,
18847
+ :cluster_id,
18848
+ :id,
18849
+ :name,
18850
+ :nodes,
18851
+ :state)
18852
+ SENSITIVE = []
18853
+ include Aws::Structure
18854
+ end
18855
+
18856
+ # Contains the response for ListChannelPlacementGroups
18857
+ #
18858
+ # @!attribute [rw] arn
18859
+ # The ARN of this ChannelPlacementGroup. It is automatically assigned
18860
+ # when the ChannelPlacementGroup is created.
18861
+ # @return [String]
18862
+ #
18863
+ # @!attribute [rw] channels
18864
+ # Used in ListChannelPlacementGroupsResult
18865
+ # @return [Array<String>]
18866
+ #
18867
+ # @!attribute [rw] cluster_id
18868
+ # The ID of the Cluster that the Node belongs to.
18869
+ # @return [String]
18870
+ #
18871
+ # @!attribute [rw] id
18872
+ # The ID of the ChannelPlacementGroup. Unique in the AWS account. The
18873
+ # ID is the resource-id portion of the ARN.
18874
+ # @return [String]
18875
+ #
18876
+ # @!attribute [rw] name
18877
+ # The name that you specified for the ChannelPlacementGroup.
18878
+ # @return [String]
18879
+ #
18880
+ # @!attribute [rw] nodes
18881
+ # An array with one item, which is the signle Node that is associated
18882
+ # with the ChannelPlacementGroup.
18883
+ # @return [Array<String>]
18884
+ #
18885
+ # @!attribute [rw] state
18886
+ # The current state of the ChannelPlacementGroup.
18887
+ # @return [String]
18888
+ #
18889
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeChannelPlacementGroupSummary AWS API Documentation
18890
+ #
18891
+ class DescribeChannelPlacementGroupSummary < Struct.new(
18892
+ :arn,
18893
+ :channels,
18894
+ :cluster_id,
18895
+ :id,
18896
+ :name,
18897
+ :nodes,
18898
+ :state)
18899
+ SENSITIVE = []
18900
+ include Aws::Structure
18901
+ end
18902
+
18903
+ # @!attribute [rw] cluster_id
18904
+ # @return [String]
18905
+ #
18906
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeClusterRequest AWS API Documentation
18907
+ #
18908
+ class DescribeClusterRequest < Struct.new(
18909
+ :cluster_id)
18910
+ SENSITIVE = []
18911
+ include Aws::Structure
18912
+ end
18913
+
18914
+ # @!attribute [rw] arn
18915
+ # @return [String]
18916
+ #
18917
+ # @!attribute [rw] channel_ids
18918
+ # @return [Array<String>]
18919
+ #
18920
+ # @!attribute [rw] cluster_type
18921
+ # Used in CreateClusterSummary, DescribeClusterSummary,
18922
+ # DescribeClusterResult, UpdateClusterResult.
18923
+ # @return [String]
18924
+ #
18925
+ # @!attribute [rw] id
18926
+ # @return [String]
18927
+ #
18928
+ # @!attribute [rw] instance_role_arn
18929
+ # @return [String]
18930
+ #
18931
+ # @!attribute [rw] name
18932
+ # @return [String]
18933
+ #
18934
+ # @!attribute [rw] network_settings
18935
+ # Used in DescribeClusterResult, DescribeClusterSummary,
18936
+ # UpdateClusterResult.
18937
+ # @return [Types::ClusterNetworkSettings]
18938
+ #
18939
+ # @!attribute [rw] state
18940
+ # Used in DescribeClusterSummary, DescribeClusterResult,
18941
+ # UpdateClusterResult.
18942
+ # @return [String]
18943
+ #
18944
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeClusterResponse AWS API Documentation
18945
+ #
18946
+ class DescribeClusterResponse < Struct.new(
18947
+ :arn,
18948
+ :channel_ids,
18949
+ :cluster_type,
18950
+ :id,
18951
+ :instance_role_arn,
18952
+ :name,
18953
+ :network_settings,
18954
+ :state)
18955
+ SENSITIVE = []
18956
+ include Aws::Structure
18957
+ end
18958
+
18959
+ # Contains the response for CreateCluster, DescribeCluster,
18960
+ # DeleteCluster, UpdateCluster
18961
+ #
18962
+ # @!attribute [rw] arn
18963
+ # The ARN of this Cluster. It is automatically assigned when the
18964
+ # Cluster is created.
18965
+ # @return [String]
18966
+ #
18967
+ # @!attribute [rw] channel_ids
18968
+ # @return [Array<String>]
18969
+ #
18970
+ # @!attribute [rw] cluster_type
18971
+ # The hardware type for the Cluster
18972
+ # @return [String]
18973
+ #
18974
+ # @!attribute [rw] id
18975
+ # The ID of the Cluster. Unique in the AWS account. The ID is the
18976
+ # resource-id portion of the ARN.
18977
+ # @return [String]
18978
+ #
18979
+ # @!attribute [rw] instance_role_arn
18980
+ # The ARN of the IAM role for the Node in this Cluster. Any Nodes that
18981
+ # are associated with this Cluster assume this role. The role gives
18982
+ # permissions to the operations that you expect these Node to perform.
18983
+ # @return [String]
18984
+ #
18985
+ # @!attribute [rw] name
18986
+ # The name that you specified for the Cluster.
18987
+ # @return [String]
18988
+ #
18989
+ # @!attribute [rw] network_settings
18990
+ # Network settings that connect the Nodes in the Cluster to one or
18991
+ # more of the Networks that the Cluster is associated with.
18992
+ # @return [Types::ClusterNetworkSettings]
18993
+ #
18994
+ # @!attribute [rw] state
18995
+ # The current state of the Cluster.
18996
+ # @return [String]
18997
+ #
18998
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeClusterResult AWS API Documentation
18999
+ #
19000
+ class DescribeClusterResult < Struct.new(
19001
+ :arn,
19002
+ :channel_ids,
19003
+ :cluster_type,
19004
+ :id,
19005
+ :instance_role_arn,
19006
+ :name,
19007
+ :network_settings,
19008
+ :state)
19009
+ SENSITIVE = []
19010
+ include Aws::Structure
19011
+ end
19012
+
19013
+ # Used in ListClustersResult.
19014
+ #
19015
+ # @!attribute [rw] arn
19016
+ # The ARN of this Cluster. It is automatically assigned when the
19017
+ # Cluster is created.
19018
+ # @return [String]
19019
+ #
19020
+ # @!attribute [rw] channel_ids
19021
+ # An array of the IDs of the Channels that are associated with this
19022
+ # Cluster. One Channel is associated with the Cluster as follows: A
19023
+ # Channel belongs to a ChannelPlacementGroup. A ChannelPlacementGroup
19024
+ # is attached to a Node. A Node belongs to a Cluster.
19025
+ # @return [Array<String>]
19026
+ #
19027
+ # @!attribute [rw] cluster_type
19028
+ # The hardware type for the Cluster.
19029
+ # @return [String]
19030
+ #
19031
+ # @!attribute [rw] id
19032
+ # The ID of the Cluster. Unique in the AWS account. The ID is the
19033
+ # resource-id portion of the ARN.
19034
+ # @return [String]
19035
+ #
19036
+ # @!attribute [rw] instance_role_arn
19037
+ # The ARN of the IAM role for the Node in this Cluster. Any Nodes that
19038
+ # are associated with this Cluster assume this role. The role gives
19039
+ # permissions to the operations that you expect these Node to perform.
19040
+ # @return [String]
19041
+ #
19042
+ # @!attribute [rw] name
19043
+ # The name that you specified for the Cluster.
19044
+ # @return [String]
19045
+ #
19046
+ # @!attribute [rw] network_settings
19047
+ # Network settings that connect the Nodes in the Cluster to one or
19048
+ # more of the Networks that the Cluster is associated with.
19049
+ # @return [Types::ClusterNetworkSettings]
19050
+ #
19051
+ # @!attribute [rw] state
19052
+ # The current state of the Cluster.
19053
+ # @return [String]
19054
+ #
19055
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeClusterSummary AWS API Documentation
19056
+ #
19057
+ class DescribeClusterSummary < Struct.new(
19058
+ :arn,
19059
+ :channel_ids,
19060
+ :cluster_type,
19061
+ :id,
19062
+ :instance_role_arn,
19063
+ :name,
19064
+ :network_settings,
19065
+ :state)
19066
+ SENSITIVE = []
19067
+ include Aws::Structure
19068
+ end
19069
+
19070
+ # @!attribute [rw] network_id
19071
+ # @return [String]
19072
+ #
19073
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeNetworkRequest AWS API Documentation
19074
+ #
19075
+ class DescribeNetworkRequest < Struct.new(
19076
+ :network_id)
19077
+ SENSITIVE = []
19078
+ include Aws::Structure
19079
+ end
19080
+
19081
+ # @!attribute [rw] arn
19082
+ # @return [String]
19083
+ #
19084
+ # @!attribute [rw] associated_cluster_ids
19085
+ # @return [Array<String>]
19086
+ #
19087
+ # @!attribute [rw] id
19088
+ # @return [String]
19089
+ #
19090
+ # @!attribute [rw] ip_pools
19091
+ # @return [Array<Types::IpPool>]
19092
+ #
19093
+ # @!attribute [rw] name
19094
+ # @return [String]
19095
+ #
19096
+ # @!attribute [rw] routes
19097
+ # @return [Array<Types::Route>]
19098
+ #
19099
+ # @!attribute [rw] state
19100
+ # Used in DescribeNetworkResult, DescribeNetworkSummary,
19101
+ # UpdateNetworkResult.
19102
+ # @return [String]
19103
+ #
19104
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeNetworkResponse AWS API Documentation
19105
+ #
19106
+ class DescribeNetworkResponse < Struct.new(
19107
+ :arn,
19108
+ :associated_cluster_ids,
19109
+ :id,
19110
+ :ip_pools,
19111
+ :name,
19112
+ :routes,
19113
+ :state)
19114
+ SENSITIVE = []
19115
+ include Aws::Structure
19116
+ end
19117
+
19118
+ # Contains the response for CreateNetwork, DescribeNetwork,
19119
+ # DeleteNetwork, UpdateNetwork.
19120
+ #
19121
+ # @!attribute [rw] arn
19122
+ # The ARN of this Network. It is automatically assigned when the
19123
+ # Network is created.
19124
+ # @return [String]
19125
+ #
19126
+ # @!attribute [rw] associated_cluster_ids
19127
+ # @return [Array<String>]
19128
+ #
19129
+ # @!attribute [rw] id
19130
+ # The ID of the Network. Unique in the AWS account. The ID is the
19131
+ # resource-id portion of the ARN.
19132
+ # @return [String]
19133
+ #
19134
+ # @!attribute [rw] ip_pools
19135
+ # An array of IpPools in your organization's network that identify a
19136
+ # collection of IP addresses in this network that are reserved for use
19137
+ # in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses
19138
+ # for Push inputs (in both Bridge and NAT networks) and for output
19139
+ # destinations (only in Bridge networks). Each IpPool specifies one
19140
+ # CIDR block.
19141
+ # @return [Array<Types::IpPool>]
19142
+ #
19143
+ # @!attribute [rw] name
19144
+ # The name that you specified for the Network.
19145
+ # @return [String]
19146
+ #
19147
+ # @!attribute [rw] routes
19148
+ # An array of routes that MediaLive Anywhere needs to know about in
19149
+ # order to route encoding traffic.
19150
+ # @return [Array<Types::Route>]
19151
+ #
19152
+ # @!attribute [rw] state
19153
+ # The current state of the Network. Only MediaLive Anywhere can change
19154
+ # the state.
19155
+ # @return [String]
19156
+ #
19157
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeNetworkResult AWS API Documentation
19158
+ #
19159
+ class DescribeNetworkResult < Struct.new(
19160
+ :arn,
19161
+ :associated_cluster_ids,
19162
+ :id,
19163
+ :ip_pools,
19164
+ :name,
19165
+ :routes,
19166
+ :state)
19167
+ SENSITIVE = []
19168
+ include Aws::Structure
19169
+ end
19170
+
19171
+ # Used in ListNetworksResult.
19172
+ #
19173
+ # @!attribute [rw] arn
19174
+ # The ARN of this Network. It is automatically assigned when the
19175
+ # Network is created.
19176
+ # @return [String]
19177
+ #
19178
+ # @!attribute [rw] associated_cluster_ids
19179
+ # @return [Array<String>]
19180
+ #
19181
+ # @!attribute [rw] id
19182
+ # The ID of the Network. Unique in the AWS account. The ID is the
19183
+ # resource-id portion of the ARN.
19184
+ # @return [String]
19185
+ #
19186
+ # @!attribute [rw] ip_pools
19187
+ # An array of IpPools in your organization's network that identify a
19188
+ # collection of IP addresses in your organization's network that are
19189
+ # reserved for use in MediaLive Anywhere. MediaLive Anywhere uses
19190
+ # these IP addresses for Push inputs (in both Bridge and NAT networks)
19191
+ # and for output destinations (only in Bridge networks). Each IpPool
19192
+ # specifies one CIDR block.
19193
+ # @return [Array<Types::IpPool>]
19194
+ #
19195
+ # @!attribute [rw] name
19196
+ # The name that you specified for this Network.
19197
+ # @return [String]
19198
+ #
19199
+ # @!attribute [rw] routes
19200
+ # An array of routes that MediaLive Anywhere needs to know about in
19201
+ # order to route encoding traffic.
19202
+ # @return [Array<Types::Route>]
19203
+ #
19204
+ # @!attribute [rw] state
19205
+ # The current state of the Network. Only MediaLive Anywhere can change
19206
+ # the state.
19207
+ # @return [String]
19208
+ #
19209
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeNetworkSummary AWS API Documentation
19210
+ #
19211
+ class DescribeNetworkSummary < Struct.new(
19212
+ :arn,
19213
+ :associated_cluster_ids,
19214
+ :id,
19215
+ :ip_pools,
19216
+ :name,
19217
+ :routes,
19218
+ :state)
19219
+ SENSITIVE = []
19220
+ include Aws::Structure
19221
+ end
19222
+
19223
+ # @!attribute [rw] cluster_id
19224
+ # @return [String]
19225
+ #
19226
+ # @!attribute [rw] node_id
19227
+ # @return [String]
19228
+ #
19229
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeNodeRequest AWS API Documentation
19230
+ #
19231
+ class DescribeNodeRequest < Struct.new(
19232
+ :cluster_id,
19233
+ :node_id)
19234
+ SENSITIVE = []
19235
+ include Aws::Structure
19236
+ end
19237
+
19238
+ # @!attribute [rw] arn
19239
+ # @return [String]
19240
+ #
19241
+ # @!attribute [rw] channel_placement_groups
19242
+ # @return [Array<String>]
19243
+ #
19244
+ # @!attribute [rw] cluster_id
19245
+ # @return [String]
19246
+ #
19247
+ # @!attribute [rw] connection_state
19248
+ # Used in DescribeNodeSummary.
19249
+ # @return [String]
19250
+ #
19251
+ # @!attribute [rw] id
19252
+ # @return [String]
19253
+ #
19254
+ # @!attribute [rw] instance_arn
19255
+ # @return [String]
19256
+ #
19257
+ # @!attribute [rw] name
19258
+ # @return [String]
19259
+ #
19260
+ # @!attribute [rw] node_interface_mappings
19261
+ # @return [Array<Types::NodeInterfaceMapping>]
19262
+ #
19263
+ # @!attribute [rw] role
19264
+ # Used in CreateNodeRequest, CreateNodeRegistrationScriptRequest,
19265
+ # DescribeNodeResult, DescribeNodeSummary, UpdateNodeRequest.
19266
+ # @return [String]
19267
+ #
19268
+ # @!attribute [rw] state
19269
+ # Used in DescribeNodeSummary.
19270
+ # @return [String]
19271
+ #
19272
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeNodeResponse AWS API Documentation
19273
+ #
19274
+ class DescribeNodeResponse < Struct.new(
19275
+ :arn,
19276
+ :channel_placement_groups,
19277
+ :cluster_id,
19278
+ :connection_state,
19279
+ :id,
19280
+ :instance_arn,
19281
+ :name,
19282
+ :node_interface_mappings,
19283
+ :role,
19284
+ :state)
19285
+ SENSITIVE = []
19286
+ include Aws::Structure
19287
+ end
19288
+
19289
+ # Contains the response for CreateNode, DescribeNode, DeleteNode,
19290
+ # UpdateNode
19291
+ #
19292
+ # @!attribute [rw] arn
19293
+ # The ARN of the Node. It is automatically assigned when the Node is
19294
+ # created.
19295
+ # @return [String]
19296
+ #
19297
+ # @!attribute [rw] channel_placement_groups
19298
+ # An array of IDs. Each ID is one ChannelPlacementGroup that is
19299
+ # associated with this Node. Empty if the Node is not yet associated
19300
+ # with any groups.
19301
+ # @return [Array<String>]
19302
+ #
19303
+ # @!attribute [rw] cluster_id
19304
+ # The ID of the Cluster that the Node belongs to.
19305
+ # @return [String]
19306
+ #
19307
+ # @!attribute [rw] connection_state
19308
+ # The current connection state of the Node.
19309
+ # @return [String]
19310
+ #
19311
+ # @!attribute [rw] id
19312
+ # The unique ID of the Node. Unique in the Cluster. The ID is the
19313
+ # resource-id portion of the ARN.
19314
+ # @return [String]
19315
+ #
19316
+ # @!attribute [rw] instance_arn
19317
+ # The ARN of the EC2 instance hosting the Node.
19318
+ # @return [String]
19319
+ #
19320
+ # @!attribute [rw] name
19321
+ # The name that you specified for the Node.
19322
+ # @return [String]
19323
+ #
19324
+ # @!attribute [rw] node_interface_mappings
19325
+ # An array of interface mappings for the Node. Each mapping logically
19326
+ # connects one physical interface on the node hardware with one
19327
+ # logical interface name. This mapping associates a node interface
19328
+ # with a network. The association works as follows: Node
19329
+ # physicalInterfaceName > Node logicalInterfaceName = Cluster
19330
+ # logicalInterfaceName > networkId.
19331
+ # @return [Array<Types::NodeInterfaceMapping>]
19332
+ #
19333
+ # @!attribute [rw] role
19334
+ # The initial role current role of the Node in the Cluster. ACTIVE
19335
+ # means the Node is available for encoding. BACKUP means the Node is a
19336
+ # redundant Node and might get used if an ACTIVE Node fails.
19337
+ # @return [String]
19338
+ #
19339
+ # @!attribute [rw] state
19340
+ # The current state of the Node.
19341
+ # @return [String]
19342
+ #
19343
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeNodeResult AWS API Documentation
19344
+ #
19345
+ class DescribeNodeResult < Struct.new(
19346
+ :arn,
19347
+ :channel_placement_groups,
19348
+ :cluster_id,
19349
+ :connection_state,
19350
+ :id,
19351
+ :instance_arn,
19352
+ :name,
19353
+ :node_interface_mappings,
19354
+ :role,
19355
+ :state)
19356
+ SENSITIVE = []
19357
+ include Aws::Structure
19358
+ end
19359
+
19360
+ # @!attribute [rw] arn
19361
+ # The ARN of the Node. It is automatically assigned when the Node is
19362
+ # created.
19363
+ # @return [String]
19364
+ #
19365
+ # @!attribute [rw] channel_placement_groups
19366
+ # An array of IDs. Each ID is one ChannelPlacementGroup that is
19367
+ # associated with this Node. Empty if the Node is not yet associated
19368
+ # with any groups.
19369
+ # @return [Array<String>]
19370
+ #
19371
+ # @!attribute [rw] cluster_id
19372
+ # The ID of the Cluster that the Node belongs to.
19373
+ # @return [String]
19374
+ #
19375
+ # @!attribute [rw] connection_state
19376
+ # The current connection state of the Node.
19377
+ # @return [String]
19378
+ #
19379
+ # @!attribute [rw] id
19380
+ # The unique ID of the Node. Unique in the Cluster. The ID is the
19381
+ # resource-id portion of the ARN.
19382
+ # @return [String]
19383
+ #
19384
+ # @!attribute [rw] instance_arn
19385
+ # The EC2 ARN of the Instance associated with the Node.
19386
+ # @return [String]
19387
+ #
19388
+ # @!attribute [rw] managed_instance_id
19389
+ # At the routing layer will get it from the callerId/context for use
19390
+ # with bring your own device.
19391
+ # @return [String]
19392
+ #
19393
+ # @!attribute [rw] name
19394
+ # The name that you specified for the Node.
19395
+ # @return [String]
19396
+ #
19397
+ # @!attribute [rw] node_interface_mappings
19398
+ # An array of interface mappings for the Node. Each mapping logically
19399
+ # connects one physical interface on the node hardware with one
19400
+ # logical interface name. This mapping associates a node interface
19401
+ # with a network. The association works as follows: Node
19402
+ # physicalInterfaceName > Node logicalInterfaceName = Cluster
19403
+ # logicalInterfaceName > networkId.
19404
+ # @return [Array<Types::NodeInterfaceMapping>]
19405
+ #
19406
+ # @!attribute [rw] role
19407
+ # The initial role current role of the Node in the Cluster. ACTIVE
19408
+ # means the Node is available for encoding. BACKUP means the Node is a
19409
+ # redundant Node and might get used if an ACTIVE Node fails.
19410
+ # @return [String]
19411
+ #
19412
+ # @!attribute [rw] state
19413
+ # The current state of the Node.
19414
+ # @return [String]
19415
+ #
19416
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeNodeSummary AWS API Documentation
19417
+ #
19418
+ class DescribeNodeSummary < Struct.new(
19419
+ :arn,
19420
+ :channel_placement_groups,
19421
+ :cluster_id,
19422
+ :connection_state,
19423
+ :id,
19424
+ :instance_arn,
19425
+ :managed_instance_id,
19426
+ :name,
19427
+ :node_interface_mappings,
19428
+ :role,
19429
+ :state)
19430
+ SENSITIVE = []
19431
+ include Aws::Structure
19432
+ end
19433
+
19434
+ # A network route configuration.
19435
+ #
19436
+ # @!attribute [rw] cidr
19437
+ # The CIDR of the route.
19438
+ # @return [String]
19439
+ #
19440
+ # @!attribute [rw] gateway
19441
+ # An optional gateway for the route.
19442
+ # @return [String]
19443
+ #
19444
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDestinationRoute AWS API Documentation
19445
+ #
19446
+ class InputDestinationRoute < Struct.new(
19447
+ :cidr,
19448
+ :gateway)
19449
+ SENSITIVE = []
19450
+ include Aws::Structure
19451
+ end
19452
+
19453
+ # A network route configuration.
19454
+ #
19455
+ # @!attribute [rw] cidr
19456
+ # The CIDR of the route.
19457
+ # @return [String]
19458
+ #
19459
+ # @!attribute [rw] gateway
19460
+ # An optional gateway for the route.
19461
+ # @return [String]
19462
+ #
19463
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputRequestDestinationRoute AWS API Documentation
19464
+ #
19465
+ class InputRequestDestinationRoute < Struct.new(
19466
+ :cidr,
19467
+ :gateway)
19468
+ SENSITIVE = []
19469
+ include Aws::Structure
19470
+ end
19471
+
19472
+ # Used in ClusterNetworkSettings
19473
+ #
19474
+ # @!attribute [rw] logical_interface_name
19475
+ # The logical name for one interface (on every Node) that handles a
19476
+ # specific type of traffic. We recommend that the name hints at the
19477
+ # physical interface it applies to. For example, it could refer to the
19478
+ # traffic that the physical interface handles. For example,
19479
+ # my-Inputs-Interface.
19480
+ # @return [String]
19481
+ #
19482
+ # @!attribute [rw] network_id
19483
+ # The ID of the network that you want to connect to the specified
19484
+ # logicalInterfaceName.
19485
+ # @return [String]
19486
+ #
19487
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InterfaceMapping AWS API Documentation
19488
+ #
19489
+ class InterfaceMapping < Struct.new(
19490
+ :logical_interface_name,
19491
+ :network_id)
19492
+ SENSITIVE = []
19493
+ include Aws::Structure
19494
+ end
19495
+
19496
+ # Used in ClusterNetworkSettingsCreateRequest.
19497
+ #
19498
+ # @!attribute [rw] logical_interface_name
19499
+ # The logical name for one interface (on every Node) that handles a
19500
+ # specific type of traffic. We recommend that the name hints at the
19501
+ # physical interface it applies to. For example, it could refer to the
19502
+ # traffic that the physical interface handles. For example,
19503
+ # my-Inputs-Interface.
19504
+ # @return [String]
19505
+ #
19506
+ # @!attribute [rw] network_id
19507
+ # The ID of the network that you want to connect to the specified
19508
+ # logicalInterfaceName.
19509
+ # @return [String]
19510
+ #
19511
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InterfaceMappingCreateRequest AWS API Documentation
19512
+ #
19513
+ class InterfaceMappingCreateRequest < Struct.new(
19514
+ :logical_interface_name,
19515
+ :network_id)
19516
+ SENSITIVE = []
19517
+ include Aws::Structure
19518
+ end
19519
+
19520
+ # @!attribute [rw] logical_interface_name
19521
+ # The logical name for one interface (on every Node) that handles a
19522
+ # specific type of traffic. We recommend that the name hints at the
19523
+ # physical interface it applies to. For example, it could refer to the
19524
+ # traffic that the physical interface handles. For example,
19525
+ # my-Inputs-Interface.
19526
+ # @return [String]
19527
+ #
19528
+ # @!attribute [rw] network_id
19529
+ # The ID of the network that you want to connect to the specified
19530
+ # logicalInterfaceName. You can use the ListNetworks operation to
19531
+ # discover all the IDs.
19532
+ # @return [String]
19533
+ #
19534
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InterfaceMappingUpdateRequest AWS API Documentation
19535
+ #
19536
+ class InterfaceMappingUpdateRequest < Struct.new(
19537
+ :logical_interface_name,
19538
+ :network_id)
19539
+ SENSITIVE = []
19540
+ include Aws::Structure
19541
+ end
19542
+
19543
+ # Used in DescribeNetworkResult, DescribeNetworkSummary,
19544
+ # UpdateNetworkResult.
19545
+ #
19546
+ # @!attribute [rw] cidr
19547
+ # A CIDR block of IP addresses that are reserved for MediaLive
19548
+ # Anywhere.
19549
+ # @return [String]
19550
+ #
19551
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/IpPool AWS API Documentation
19552
+ #
19553
+ class IpPool < Struct.new(
19554
+ :cidr)
19555
+ SENSITIVE = []
19556
+ include Aws::Structure
19557
+ end
19558
+
19559
+ # Used in CreateNetworkRequest.
19560
+ #
19561
+ # @!attribute [rw] cidr
19562
+ # A CIDR block of IP addresses to reserve for MediaLive Anywhere.
19563
+ # @return [String]
19564
+ #
19565
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/IpPoolCreateRequest AWS API Documentation
19566
+ #
19567
+ class IpPoolCreateRequest < Struct.new(
19568
+ :cidr)
19569
+ SENSITIVE = []
19570
+ include Aws::Structure
19571
+ end
19572
+
19573
+ # Used in UpdateNetworkRequest.
19574
+ #
19575
+ # @!attribute [rw] cidr
19576
+ # A CIDR block of IP addresses to reserve for MediaLive Anywhere.
19577
+ # @return [String]
19578
+ #
19579
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/IpPoolUpdateRequest AWS API Documentation
19580
+ #
19581
+ class IpPoolUpdateRequest < Struct.new(
19582
+ :cidr)
19583
+ SENSITIVE = []
19584
+ include Aws::Structure
19585
+ end
19586
+
19587
+ # @!attribute [rw] cluster_id
19588
+ # @return [String]
19589
+ #
19590
+ # @!attribute [rw] max_results
19591
+ # @return [Integer]
19592
+ #
19593
+ # @!attribute [rw] next_token
19594
+ # @return [String]
19595
+ #
19596
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListChannelPlacementGroupsRequest AWS API Documentation
19597
+ #
19598
+ class ListChannelPlacementGroupsRequest < Struct.new(
19599
+ :cluster_id,
19600
+ :max_results,
19601
+ :next_token)
19602
+ SENSITIVE = []
19603
+ include Aws::Structure
19604
+ end
19605
+
19606
+ # @!attribute [rw] channel_placement_groups
19607
+ # @return [Array<Types::DescribeChannelPlacementGroupSummary>]
19608
+ #
19609
+ # @!attribute [rw] next_token
19610
+ # @return [String]
19611
+ #
19612
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListChannelPlacementGroupsResponse AWS API Documentation
19613
+ #
19614
+ class ListChannelPlacementGroupsResponse < Struct.new(
19615
+ :channel_placement_groups,
19616
+ :next_token)
19617
+ SENSITIVE = []
19618
+ include Aws::Structure
19619
+ end
19620
+
19621
+ # Contains the response for ListChannelPlacementGroups.
19622
+ #
19623
+ # @!attribute [rw] channel_placement_groups
19624
+ # An array of ChannelPlacementGroups that exist in the Cluster.
19625
+ # @return [Array<Types::DescribeChannelPlacementGroupSummary>]
19626
+ #
19627
+ # @!attribute [rw] next_token
19628
+ # Token for the next result.
19629
+ # @return [String]
19630
+ #
19631
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListChannelPlacementGroupsResult AWS API Documentation
19632
+ #
19633
+ class ListChannelPlacementGroupsResult < Struct.new(
19634
+ :channel_placement_groups,
19635
+ :next_token)
19636
+ SENSITIVE = []
19637
+ include Aws::Structure
19638
+ end
19639
+
19640
+ # @!attribute [rw] max_results
19641
+ # @return [Integer]
19642
+ #
19643
+ # @!attribute [rw] next_token
19644
+ # @return [String]
19645
+ #
19646
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListClustersRequest AWS API Documentation
19647
+ #
19648
+ class ListClustersRequest < Struct.new(
19649
+ :max_results,
19650
+ :next_token)
19651
+ SENSITIVE = []
19652
+ include Aws::Structure
19653
+ end
19654
+
19655
+ # @!attribute [rw] clusters
19656
+ # @return [Array<Types::DescribeClusterSummary>]
19657
+ #
19658
+ # @!attribute [rw] next_token
19659
+ # @return [String]
19660
+ #
19661
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListClustersResponse AWS API Documentation
19662
+ #
19663
+ class ListClustersResponse < Struct.new(
19664
+ :clusters,
19665
+ :next_token)
19666
+ SENSITIVE = []
19667
+ include Aws::Structure
19668
+ end
19669
+
19670
+ # Contains the response for ListClusters.
19671
+ #
19672
+ # @!attribute [rw] clusters
19673
+ # A list of the Clusters that exist in your AWS account.
19674
+ # @return [Array<Types::DescribeClusterSummary>]
19675
+ #
19676
+ # @!attribute [rw] next_token
19677
+ # Token for the next result.
19678
+ # @return [String]
19679
+ #
19680
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListClustersResult AWS API Documentation
19681
+ #
19682
+ class ListClustersResult < Struct.new(
19683
+ :clusters,
19684
+ :next_token)
19685
+ SENSITIVE = []
19686
+ include Aws::Structure
19687
+ end
19688
+
19689
+ # @!attribute [rw] max_results
19690
+ # @return [Integer]
19691
+ #
19692
+ # @!attribute [rw] next_token
19693
+ # @return [String]
19694
+ #
19695
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListNetworksRequest AWS API Documentation
19696
+ #
19697
+ class ListNetworksRequest < Struct.new(
19698
+ :max_results,
19699
+ :next_token)
19700
+ SENSITIVE = []
19701
+ include Aws::Structure
19702
+ end
19703
+
19704
+ # @!attribute [rw] networks
19705
+ # @return [Array<Types::DescribeNetworkSummary>]
19706
+ #
19707
+ # @!attribute [rw] next_token
19708
+ # @return [String]
19709
+ #
19710
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListNetworksResponse AWS API Documentation
19711
+ #
19712
+ class ListNetworksResponse < Struct.new(
19713
+ :networks,
19714
+ :next_token)
19715
+ SENSITIVE = []
19716
+ include Aws::Structure
19717
+ end
19718
+
19719
+ # Contains the response for ListNetworks
19720
+ #
19721
+ # @!attribute [rw] networks
19722
+ # An array of networks that you have created.
19723
+ # @return [Array<Types::DescribeNetworkSummary>]
19724
+ #
19725
+ # @!attribute [rw] next_token
19726
+ # Token for the next ListNetworks request.
19727
+ # @return [String]
19728
+ #
19729
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListNetworksResult AWS API Documentation
19730
+ #
19731
+ class ListNetworksResult < Struct.new(
19732
+ :networks,
19733
+ :next_token)
19734
+ SENSITIVE = []
19735
+ include Aws::Structure
19736
+ end
19737
+
19738
+ # @!attribute [rw] cluster_id
19739
+ # @return [String]
19740
+ #
19741
+ # @!attribute [rw] max_results
19742
+ # @return [Integer]
19743
+ #
19744
+ # @!attribute [rw] next_token
19745
+ # @return [String]
19746
+ #
19747
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListNodesRequest AWS API Documentation
19748
+ #
19749
+ class ListNodesRequest < Struct.new(
19750
+ :cluster_id,
19751
+ :max_results,
19752
+ :next_token)
19753
+ SENSITIVE = []
19754
+ include Aws::Structure
19755
+ end
19756
+
19757
+ # @!attribute [rw] next_token
19758
+ # @return [String]
19759
+ #
19760
+ # @!attribute [rw] nodes
19761
+ # @return [Array<Types::DescribeNodeSummary>]
19762
+ #
19763
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListNodesResponse AWS API Documentation
19764
+ #
19765
+ class ListNodesResponse < Struct.new(
19766
+ :next_token,
19767
+ :nodes)
19768
+ SENSITIVE = []
19769
+ include Aws::Structure
19770
+ end
19771
+
19772
+ # Contains the response for ListNodes.
19773
+ #
19774
+ # @!attribute [rw] next_token
19775
+ # Token for the next result.
19776
+ # @return [String]
19777
+ #
19778
+ # @!attribute [rw] nodes
19779
+ # An array of Nodes that exist in the Cluster.
19780
+ # @return [Array<Types::DescribeNodeSummary>]
19781
+ #
19782
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListNodesResult AWS API Documentation
19783
+ #
19784
+ class ListNodesResult < Struct.new(
19785
+ :next_token,
19786
+ :nodes)
19787
+ SENSITIVE = []
19788
+ include Aws::Structure
19789
+ end
19790
+
19791
+ # Multicast-specific input settings.
19792
+ #
19793
+ # @!attribute [rw] source_ip_address
19794
+ # Optionally, a source ip address to filter by for Source-specific
19795
+ # Multicast (SSM)
19796
+ # @return [String]
19797
+ #
19798
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MulticastInputSettings AWS API Documentation
19799
+ #
19800
+ class MulticastInputSettings < Struct.new(
19801
+ :source_ip_address)
19802
+ SENSITIVE = []
19803
+ include Aws::Structure
19804
+ end
19805
+
19806
+ # Settings for a Multicast input. Contains a list of multicast Urls and
19807
+ # optional source ip addresses.
19808
+ #
19809
+ # @!attribute [rw] sources
19810
+ # @return [Array<Types::MulticastSource>]
19811
+ #
19812
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MulticastSettings AWS API Documentation
19813
+ #
19814
+ class MulticastSettings < Struct.new(
19815
+ :sources)
19816
+ SENSITIVE = []
19817
+ include Aws::Structure
19818
+ end
19819
+
19820
+ # Settings for a Multicast input. Contains a list of multicast Urls and
19821
+ # optional source ip addresses.
19822
+ #
19823
+ # @!attribute [rw] sources
19824
+ # @return [Array<Types::MulticastSourceCreateRequest>]
19825
+ #
19826
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MulticastSettingsCreateRequest AWS API Documentation
19827
+ #
19828
+ class MulticastSettingsCreateRequest < Struct.new(
19829
+ :sources)
19830
+ SENSITIVE = []
19831
+ include Aws::Structure
19832
+ end
19833
+
19834
+ # Settings for a Multicast input. Contains a list of multicast Urls and
19835
+ # optional source ip addresses.
19836
+ #
19837
+ # @!attribute [rw] sources
19838
+ # @return [Array<Types::MulticastSourceUpdateRequest>]
19839
+ #
19840
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MulticastSettingsUpdateRequest AWS API Documentation
19841
+ #
19842
+ class MulticastSettingsUpdateRequest < Struct.new(
19843
+ :sources)
19844
+ SENSITIVE = []
19845
+ include Aws::Structure
19846
+ end
19847
+
19848
+ # Pair of multicast url and source ip address (optional) that make up a
19849
+ # multicast source.
19850
+ #
19851
+ # @!attribute [rw] source_ip
19852
+ # This represents the ip address of the device sending the multicast
19853
+ # stream.
19854
+ # @return [String]
19855
+ #
19856
+ # @!attribute [rw] url
19857
+ # This represents the customer's source URL where multicast stream is
19858
+ # pulled from.
19859
+ # @return [String]
19860
+ #
19861
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MulticastSource AWS API Documentation
19862
+ #
19863
+ class MulticastSource < Struct.new(
19864
+ :source_ip,
19865
+ :url)
19866
+ SENSITIVE = []
19867
+ include Aws::Structure
19868
+ end
19869
+
19870
+ # Pair of multicast url and source ip address (optional) that make up a
19871
+ # multicast source.
19872
+ #
19873
+ # @!attribute [rw] source_ip
19874
+ # This represents the ip address of the device sending the multicast
19875
+ # stream.
19876
+ # @return [String]
19877
+ #
19878
+ # @!attribute [rw] url
19879
+ # This represents the customer's source URL where multicast stream is
19880
+ # pulled from.
19881
+ # @return [String]
19882
+ #
19883
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MulticastSourceCreateRequest AWS API Documentation
19884
+ #
19885
+ class MulticastSourceCreateRequest < Struct.new(
19886
+ :source_ip,
19887
+ :url)
19888
+ SENSITIVE = []
19889
+ include Aws::Structure
19890
+ end
19891
+
19892
+ # Pair of multicast url and source ip address (optional) that make up a
19893
+ # multicast source.
19894
+ #
19895
+ # @!attribute [rw] source_ip
19896
+ # This represents the ip address of the device sending the multicast
19897
+ # stream.
19898
+ # @return [String]
19899
+ #
19900
+ # @!attribute [rw] url
19901
+ # This represents the customer's source URL where multicast stream is
19902
+ # pulled from.
19903
+ # @return [String]
19904
+ #
19905
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MulticastSourceUpdateRequest AWS API Documentation
19906
+ #
19907
+ class MulticastSourceUpdateRequest < Struct.new(
19908
+ :source_ip,
19909
+ :url)
19910
+ SENSITIVE = []
19911
+ include Aws::Structure
19912
+ end
19913
+
19914
+ # Details about a configuration error on the Node.
19915
+ #
19916
+ # @!attribute [rw] message
19917
+ # The error message.
19918
+ # @return [String]
19919
+ #
19920
+ # @!attribute [rw] validation_errors
19921
+ # A collection of validation error responses.
19922
+ # @return [Array<Types::ValidationError>]
19923
+ #
19924
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/NodeConfigurationValidationError AWS API Documentation
19925
+ #
19926
+ class NodeConfigurationValidationError < Struct.new(
19927
+ :message,
19928
+ :validation_errors)
19929
+ SENSITIVE = []
19930
+ include Aws::Structure
19931
+ end
19932
+
19933
+ # A mapping that's used to pair a logical network interface name on a
19934
+ # Node with the physical interface name exposed in the operating system.
19935
+ #
19936
+ # @!attribute [rw] logical_interface_name
19937
+ # A uniform logical interface name to address in a MediaLive channel
19938
+ # configuration.
19939
+ # @return [String]
19940
+ #
19941
+ # @!attribute [rw] network_interface_mode
19942
+ # Used in NodeInterfaceMapping and NodeInterfaceMappingCreateRequest
19943
+ # @return [String]
19944
+ #
19945
+ # @!attribute [rw] physical_interface_name
19946
+ # The name of the physical interface on the hardware that will be
19947
+ # running Elemental anywhere.
19948
+ # @return [String]
19949
+ #
19950
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/NodeInterfaceMapping AWS API Documentation
19951
+ #
19952
+ class NodeInterfaceMapping < Struct.new(
19953
+ :logical_interface_name,
19954
+ :network_interface_mode,
19955
+ :physical_interface_name)
19956
+ SENSITIVE = []
19957
+ include Aws::Structure
19958
+ end
19959
+
19960
+ # Used in CreateNodeRequest.
19961
+ #
19962
+ # @!attribute [rw] logical_interface_name
19963
+ # Specify one of the logicalInterfaceNames that you created in the
19964
+ # Cluster that this node belongs to. For example, my-Inputs-Interface.
19965
+ # @return [String]
19966
+ #
19967
+ # @!attribute [rw] network_interface_mode
19968
+ # The style of the network -- NAT or BRIDGE.
19969
+ # @return [String]
19970
+ #
19971
+ # @!attribute [rw] physical_interface_name
19972
+ # Specify the physical name that corresponds to the
19973
+ # logicalInterfaceName that you specified in this interface mapping.
19974
+ # For example, Eth1 or ENO1234EXAMPLE.
19975
+ # @return [String]
19976
+ #
19977
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/NodeInterfaceMappingCreateRequest AWS API Documentation
19978
+ #
19979
+ class NodeInterfaceMappingCreateRequest < Struct.new(
19980
+ :logical_interface_name,
19981
+ :network_interface_mode,
19982
+ :physical_interface_name)
19983
+ SENSITIVE = []
19984
+ include Aws::Structure
19985
+ end
19986
+
19987
+ # Used in DescribeNetworkResult, DescribeNetworkSummary,
19988
+ # UpdateNetworkResult.
19989
+ #
19990
+ # @!attribute [rw] cidr
19991
+ # A CIDR block for one Route.
19992
+ # @return [String]
19993
+ #
19994
+ # @!attribute [rw] gateway
19995
+ # The IP address of the Gateway for this route, if applicable.
19996
+ # @return [String]
19997
+ #
19998
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Route AWS API Documentation
19999
+ #
20000
+ class Route < Struct.new(
20001
+ :cidr,
20002
+ :gateway)
20003
+ SENSITIVE = []
20004
+ include Aws::Structure
20005
+ end
20006
+
20007
+ # Used in CreateNetworkRequest.
20008
+ #
20009
+ # @!attribute [rw] cidr
20010
+ # A CIDR block for one Route.
20011
+ # @return [String]
20012
+ #
20013
+ # @!attribute [rw] gateway
20014
+ # The IP address of the Gateway for this route, if applicable.
20015
+ # @return [String]
20016
+ #
20017
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RouteCreateRequest AWS API Documentation
20018
+ #
20019
+ class RouteCreateRequest < Struct.new(
20020
+ :cidr,
20021
+ :gateway)
20022
+ SENSITIVE = []
20023
+ include Aws::Structure
20024
+ end
20025
+
20026
+ # Used in UpdateNetworkRequest.
20027
+ #
20028
+ # @!attribute [rw] cidr
20029
+ # A CIDR block for one Route.
20030
+ # @return [String]
20031
+ #
20032
+ # @!attribute [rw] gateway
20033
+ # The IP address of the Gateway for this route, if applicable.
20034
+ # @return [String]
20035
+ #
20036
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RouteUpdateRequest AWS API Documentation
20037
+ #
20038
+ class RouteUpdateRequest < Struct.new(
20039
+ :cidr,
20040
+ :gateway)
20041
+ SENSITIVE = []
20042
+ include Aws::Structure
20043
+ end
20044
+
20045
+ # Srt Group Settings
20046
+ #
20047
+ # @!attribute [rw] input_loss_action
20048
+ # Specifies behavior of last resort when input video is lost, and no
20049
+ # more backup inputs are available. When dropTs is selected the entire
20050
+ # transport stream will stop being emitted. When dropProgram is
20051
+ # selected the program can be dropped from the transport stream (and
20052
+ # replaced with null packets to meet the TS bitrate requirement). Or,
20053
+ # when emitProgram is chosen the transport stream will continue to be
20054
+ # produced normally with repeat frames, black frames, or slate frames
20055
+ # substituted for the absent input video.
20056
+ # @return [String]
20057
+ #
20058
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/SrtGroupSettings AWS API Documentation
20059
+ #
20060
+ class SrtGroupSettings < Struct.new(
20061
+ :input_loss_action)
20062
+ SENSITIVE = []
20063
+ include Aws::Structure
20064
+ end
20065
+
20066
+ # @!attribute [rw] encryption_passphrase_secret_arn
20067
+ # Arn used to extract the password from Secrets Manager
20068
+ # @return [String]
20069
+ #
20070
+ # @!attribute [rw] stream_id
20071
+ # Stream id for SRT destinations (URLs of type srt://)
20072
+ # @return [String]
20073
+ #
20074
+ # @!attribute [rw] url
20075
+ # A URL specifying a destination
20076
+ # @return [String]
20077
+ #
20078
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/SrtOutputDestinationSettings AWS API Documentation
20079
+ #
20080
+ class SrtOutputDestinationSettings < Struct.new(
20081
+ :encryption_passphrase_secret_arn,
20082
+ :stream_id,
20083
+ :url)
20084
+ SENSITIVE = []
20085
+ include Aws::Structure
20086
+ end
20087
+
20088
+ # Srt Output Settings
20089
+ #
20090
+ # @!attribute [rw] buffer_msec
20091
+ # SRT output buffering in milliseconds. A higher value increases
20092
+ # latency through the encoder. But the benefits are that it helps to
20093
+ # maintain a constant, low-jitter SRT output, and it accommodates
20094
+ # clock recovery, input switching, input disruptions, picture
20095
+ # reordering, and so on. Range: 0-10000 milliseconds.
20096
+ # @return [Integer]
20097
+ #
20098
+ # @!attribute [rw] container_settings
20099
+ # Udp Container Settings
20100
+ # @return [Types::UdpContainerSettings]
20101
+ #
20102
+ # @!attribute [rw] destination
20103
+ # Reference to an OutputDestination ID defined in the channel
20104
+ # @return [Types::OutputLocationRef]
20105
+ #
20106
+ # @!attribute [rw] encryption_type
20107
+ # The encryption level for the content. Valid values are AES128,
20108
+ # AES192, AES256. You and the downstream system should plan how to set
20109
+ # this field because the values must not conflict with each other.
20110
+ # @return [String]
20111
+ #
20112
+ # @!attribute [rw] latency
20113
+ # The latency value, in milliseconds, that is proposed during the SRT
20114
+ # connection handshake. SRT will choose the maximum of the values
20115
+ # proposed by the sender and receiver. On the sender side, latency is
20116
+ # the amount of time a packet is held to give it a chance to be
20117
+ # delivered successfully. On the receiver side, latency is the amount
20118
+ # of time the packet is held before delivering to the application,
20119
+ # aiding in packet recovery and matching as closely as possible the
20120
+ # packet timing of the sender. Range: 40-16000 milliseconds.
20121
+ # @return [Integer]
20122
+ #
20123
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/SrtOutputSettings AWS API Documentation
20124
+ #
20125
+ class SrtOutputSettings < Struct.new(
20126
+ :buffer_msec,
20127
+ :container_settings,
20128
+ :destination,
20129
+ :encryption_type,
20130
+ :latency)
20131
+ SENSITIVE = []
20132
+ include Aws::Structure
20133
+ end
20134
+
20135
+ # Used in the UpdateChannelPlacementGroup operation.
20136
+ #
20137
+ # @!attribute [rw] channel_placement_group_id
20138
+ # @return [String]
20139
+ #
20140
+ # @!attribute [rw] cluster_id
20141
+ # @return [String]
20142
+ #
20143
+ # @!attribute [rw] name
20144
+ # Include this parameter only if you want to change the current name
20145
+ # of the ChannelPlacementGroup. Specify a name that is unique in the
20146
+ # Cluster. You can't change the name. Names are case-sensitive.
20147
+ # @return [String]
20148
+ #
20149
+ # @!attribute [rw] nodes
20150
+ # Include this parameter only if you want to change the list of Nodes
20151
+ # that are associated with the ChannelPlacementGroup.
20152
+ # @return [Array<String>]
20153
+ #
20154
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannelPlacementGroupRequest AWS API Documentation
20155
+ #
20156
+ class UpdateChannelPlacementGroupRequest < Struct.new(
20157
+ :channel_placement_group_id,
20158
+ :cluster_id,
20159
+ :name,
20160
+ :nodes)
20161
+ SENSITIVE = []
20162
+ include Aws::Structure
20163
+ end
20164
+
20165
+ # @!attribute [rw] arn
20166
+ # @return [String]
20167
+ #
20168
+ # @!attribute [rw] channels
20169
+ # @return [Array<String>]
20170
+ #
20171
+ # @!attribute [rw] cluster_id
20172
+ # @return [String]
20173
+ #
20174
+ # @!attribute [rw] id
20175
+ # @return [String]
20176
+ #
20177
+ # @!attribute [rw] name
20178
+ # @return [String]
20179
+ #
20180
+ # @!attribute [rw] nodes
20181
+ # @return [Array<String>]
20182
+ #
20183
+ # @!attribute [rw] state
20184
+ # Used in DescribeChannelPlacementGroupResult
20185
+ # @return [String]
20186
+ #
20187
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannelPlacementGroupResponse AWS API Documentation
20188
+ #
20189
+ class UpdateChannelPlacementGroupResponse < Struct.new(
20190
+ :arn,
20191
+ :channels,
20192
+ :cluster_id,
20193
+ :id,
20194
+ :name,
20195
+ :nodes,
20196
+ :state)
20197
+ SENSITIVE = []
20198
+ include Aws::Structure
20199
+ end
20200
+
20201
+ # Used in the UpdatedCluster operation.
20202
+ #
20203
+ # @!attribute [rw] cluster_id
20204
+ # @return [String]
20205
+ #
20206
+ # @!attribute [rw] name
20207
+ # Include this parameter only if you want to change the current name
20208
+ # of the Cluster. Specify a name that is unique in the AWS account.
20209
+ # You can't change the name. Names are case-sensitive.
20210
+ # @return [String]
20211
+ #
20212
+ # @!attribute [rw] network_settings
20213
+ # Include this property only if you want to change the current
20214
+ # connections between the Nodes in the Cluster and the Networks the
20215
+ # Cluster is associated with.
20216
+ # @return [Types::ClusterNetworkSettingsUpdateRequest]
20217
+ #
20218
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateClusterRequest AWS API Documentation
20219
+ #
20220
+ class UpdateClusterRequest < Struct.new(
20221
+ :cluster_id,
20222
+ :name,
20223
+ :network_settings)
20224
+ SENSITIVE = []
20225
+ include Aws::Structure
20226
+ end
20227
+
20228
+ # @!attribute [rw] arn
20229
+ # @return [String]
20230
+ #
20231
+ # @!attribute [rw] channel_ids
20232
+ # @return [Array<String>]
20233
+ #
20234
+ # @!attribute [rw] cluster_type
20235
+ # Used in CreateClusterSummary, DescribeClusterSummary,
20236
+ # DescribeClusterResult, UpdateClusterResult.
20237
+ # @return [String]
20238
+ #
20239
+ # @!attribute [rw] id
20240
+ # @return [String]
20241
+ #
20242
+ # @!attribute [rw] name
20243
+ # @return [String]
20244
+ #
20245
+ # @!attribute [rw] network_settings
20246
+ # Used in DescribeClusterResult, DescribeClusterSummary,
20247
+ # UpdateClusterResult.
20248
+ # @return [Types::ClusterNetworkSettings]
20249
+ #
20250
+ # @!attribute [rw] state
20251
+ # Used in DescribeClusterSummary, DescribeClusterResult,
20252
+ # UpdateClusterResult.
20253
+ # @return [String]
20254
+ #
20255
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateClusterResponse AWS API Documentation
20256
+ #
20257
+ class UpdateClusterResponse < Struct.new(
20258
+ :arn,
20259
+ :channel_ids,
20260
+ :cluster_type,
20261
+ :id,
20262
+ :name,
20263
+ :network_settings,
20264
+ :state)
20265
+ SENSITIVE = []
20266
+ include Aws::Structure
20267
+ end
20268
+
20269
+ # The name that you specified for the Cluster.
20270
+ #
20271
+ # @!attribute [rw] arn
20272
+ # The ARN of the Cluster.
20273
+ # @return [String]
20274
+ #
20275
+ # @!attribute [rw] channel_ids
20276
+ # An array of the IDs of the Channels that are associated with this
20277
+ # Cluster. One Channel is associated with the Cluster as follows: A
20278
+ # Channel belongs to a ChannelPlacementGroup. A ChannelPlacementGroup
20279
+ # is attached to a Node. A Node belongs to a Cluster.
20280
+ # @return [Array<String>]
20281
+ #
20282
+ # @!attribute [rw] cluster_type
20283
+ # The hardware type for the Cluster
20284
+ # @return [String]
20285
+ #
20286
+ # @!attribute [rw] id
20287
+ # The unique ID of the Cluster.
20288
+ # @return [String]
20289
+ #
20290
+ # @!attribute [rw] name
20291
+ # The user-specified name of the Cluster.
20292
+ # @return [String]
20293
+ #
20294
+ # @!attribute [rw] network_settings
20295
+ # Network settings that connect the Nodes in the Cluster to one or
20296
+ # more of the Networks that the Cluster is associated with.
20297
+ # @return [Types::ClusterNetworkSettings]
20298
+ #
20299
+ # @!attribute [rw] state
20300
+ # The current state of the Cluster.
20301
+ # @return [String]
20302
+ #
20303
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateClusterResult AWS API Documentation
20304
+ #
20305
+ class UpdateClusterResult < Struct.new(
20306
+ :arn,
20307
+ :channel_ids,
20308
+ :cluster_type,
20309
+ :id,
20310
+ :name,
20311
+ :network_settings,
20312
+ :state)
20313
+ SENSITIVE = []
20314
+ include Aws::Structure
20315
+ end
20316
+
20317
+ # Used in the UpdateNetwork operation.
20318
+ #
20319
+ # @!attribute [rw] ip_pools
20320
+ # Include this parameter only if you want to change the pool of IP
20321
+ # addresses in the network. An array of IpPoolCreateRequests that
20322
+ # identify a collection of IP addresses in this network that you want
20323
+ # to reserve for use in MediaLive Anywhere. MediaLive Anywhere uses
20324
+ # these IP addresses for Push inputs (in both Bridge and NAT networks)
20325
+ # and for output destinations (only in Bridge networks). Each
20326
+ # IpPoolUpdateRequest specifies one CIDR block.
20327
+ # @return [Array<Types::IpPoolUpdateRequest>]
20328
+ #
20329
+ # @!attribute [rw] name
20330
+ # Include this parameter only if you want to change the name of the
20331
+ # Network. Specify a name that is unique in the AWS account. Names are
20332
+ # case-sensitive.
20333
+ # @return [String]
20334
+ #
20335
+ # @!attribute [rw] network_id
20336
+ # @return [String]
20337
+ #
20338
+ # @!attribute [rw] routes
20339
+ # Include this parameter only if you want to change or add routes in
20340
+ # the Network. An array of Routes that MediaLive Anywhere needs to
20341
+ # know about in order to route encoding traffic.
20342
+ # @return [Array<Types::RouteUpdateRequest>]
20343
+ #
20344
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateNetworkRequest AWS API Documentation
20345
+ #
20346
+ class UpdateNetworkRequest < Struct.new(
20347
+ :ip_pools,
20348
+ :name,
20349
+ :network_id,
20350
+ :routes)
20351
+ SENSITIVE = []
20352
+ include Aws::Structure
20353
+ end
20354
+
20355
+ # @!attribute [rw] arn
20356
+ # @return [String]
20357
+ #
20358
+ # @!attribute [rw] associated_cluster_ids
20359
+ # @return [Array<String>]
20360
+ #
20361
+ # @!attribute [rw] id
20362
+ # @return [String]
20363
+ #
20364
+ # @!attribute [rw] ip_pools
20365
+ # @return [Array<Types::IpPool>]
20366
+ #
20367
+ # @!attribute [rw] name
20368
+ # @return [String]
20369
+ #
20370
+ # @!attribute [rw] routes
20371
+ # @return [Array<Types::Route>]
20372
+ #
20373
+ # @!attribute [rw] state
20374
+ # Used in DescribeNetworkResult, DescribeNetworkSummary,
20375
+ # UpdateNetworkResult.
20376
+ # @return [String]
20377
+ #
20378
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateNetworkResponse AWS API Documentation
20379
+ #
20380
+ class UpdateNetworkResponse < Struct.new(
20381
+ :arn,
20382
+ :associated_cluster_ids,
20383
+ :id,
20384
+ :ip_pools,
20385
+ :name,
20386
+ :routes,
20387
+ :state)
20388
+ SENSITIVE = []
20389
+ include Aws::Structure
20390
+ end
20391
+
20392
+ # Contains the response for the UpdateNetwork
20393
+ #
20394
+ # @!attribute [rw] arn
20395
+ # The ARN of this Network. It is automatically assigned when the
20396
+ # Network is created.
20397
+ # @return [String]
20398
+ #
20399
+ # @!attribute [rw] associated_cluster_ids
20400
+ # @return [Array<String>]
20401
+ #
20402
+ # @!attribute [rw] id
20403
+ # The ID of the Network. Unique in the AWS account. The ID is the
20404
+ # resource-id portion of the ARN.
20405
+ # @return [String]
20406
+ #
20407
+ # @!attribute [rw] ip_pools
20408
+ # An array of IpPools in your organization's network that identify a
20409
+ # collection of IP addresses in this network that are reserved for use
20410
+ # in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses
20411
+ # for Push inputs (in both Bridge and NAT networks) and for output
20412
+ # destinations (only in Bridge networks). Each IpPool specifies one
20413
+ # CIDR block.
20414
+ # @return [Array<Types::IpPool>]
20415
+ #
20416
+ # @!attribute [rw] name
20417
+ # The name that you specified for the Network.
20418
+ # @return [String]
20419
+ #
20420
+ # @!attribute [rw] routes
20421
+ # An array of Routes that MediaLive Anywhere needs to know about in
20422
+ # order to route encoding traffic.
20423
+ # @return [Array<Types::Route>]
20424
+ #
20425
+ # @!attribute [rw] state
20426
+ # The current state of the Network. Only MediaLive Anywhere can change
20427
+ # the state.
20428
+ # @return [String]
20429
+ #
20430
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateNetworkResult AWS API Documentation
20431
+ #
20432
+ class UpdateNetworkResult < Struct.new(
20433
+ :arn,
20434
+ :associated_cluster_ids,
20435
+ :id,
20436
+ :ip_pools,
20437
+ :name,
20438
+ :routes,
20439
+ :state)
20440
+ SENSITIVE = []
20441
+ include Aws::Structure
20442
+ end
20443
+
20444
+ # Used in the UpdateNode operation.
20445
+ #
20446
+ # @!attribute [rw] cluster_id
20447
+ # @return [String]
20448
+ #
20449
+ # @!attribute [rw] name
20450
+ # Include this parameter only if you want to change the current name
20451
+ # of the Node. Specify a name that is unique in the Cluster. You
20452
+ # can't change the name. Names are case-sensitive.
20453
+ # @return [String]
20454
+ #
20455
+ # @!attribute [rw] node_id
20456
+ # @return [String]
20457
+ #
20458
+ # @!attribute [rw] role
20459
+ # The initial role of the Node in the Cluster. ACTIVE means the Node
20460
+ # is available for encoding. BACKUP means the Node is a redundant Node
20461
+ # and might get used if an ACTIVE Node fails.
20462
+ # @return [String]
20463
+ #
20464
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateNodeRequest AWS API Documentation
20465
+ #
20466
+ class UpdateNodeRequest < Struct.new(
20467
+ :cluster_id,
20468
+ :name,
20469
+ :node_id,
20470
+ :role)
20471
+ SENSITIVE = []
20472
+ include Aws::Structure
20473
+ end
20474
+
20475
+ # @!attribute [rw] arn
20476
+ # @return [String]
20477
+ #
20478
+ # @!attribute [rw] channel_placement_groups
20479
+ # @return [Array<String>]
20480
+ #
20481
+ # @!attribute [rw] cluster_id
20482
+ # @return [String]
20483
+ #
20484
+ # @!attribute [rw] connection_state
20485
+ # Used in DescribeNodeSummary.
20486
+ # @return [String]
20487
+ #
20488
+ # @!attribute [rw] id
20489
+ # @return [String]
20490
+ #
20491
+ # @!attribute [rw] instance_arn
20492
+ # @return [String]
20493
+ #
20494
+ # @!attribute [rw] name
20495
+ # @return [String]
20496
+ #
20497
+ # @!attribute [rw] node_interface_mappings
20498
+ # @return [Array<Types::NodeInterfaceMapping>]
20499
+ #
20500
+ # @!attribute [rw] role
20501
+ # Used in CreateNodeRequest, CreateNodeRegistrationScriptRequest,
20502
+ # DescribeNodeResult, DescribeNodeSummary, UpdateNodeRequest.
20503
+ # @return [String]
20504
+ #
20505
+ # @!attribute [rw] state
20506
+ # Used in DescribeNodeSummary.
20507
+ # @return [String]
20508
+ #
20509
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateNodeResponse AWS API Documentation
20510
+ #
20511
+ class UpdateNodeResponse < Struct.new(
20512
+ :arn,
20513
+ :channel_placement_groups,
20514
+ :cluster_id,
20515
+ :connection_state,
20516
+ :id,
20517
+ :instance_arn,
20518
+ :name,
20519
+ :node_interface_mappings,
20520
+ :role,
20521
+ :state)
20522
+ SENSITIVE = []
20523
+ include Aws::Structure
20524
+ end
20525
+
20526
+ # Used in the UpdateNode operation.
20527
+ #
20528
+ # @!attribute [rw] cluster_id
20529
+ # @return [String]
20530
+ #
20531
+ # @!attribute [rw] node_id
20532
+ # @return [String]
20533
+ #
20534
+ # @!attribute [rw] state
20535
+ # The state to apply to the Node. Set to ACTIVE (COMMISSIONED) to
20536
+ # indicate that the Node is deployable. MediaLive Anywhere will
20537
+ # consider this node it needs a Node to run a Channel on, or when it
20538
+ # needs a Node to promote from a backup node to an active node. Set to
20539
+ # DRAINING to isolate the Node so that MediaLive Anywhere won't use
20540
+ # it.
20541
+ # @return [String]
20542
+ #
20543
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateNodeStateRequest AWS API Documentation
20544
+ #
20545
+ class UpdateNodeStateRequest < Struct.new(
20546
+ :cluster_id,
20547
+ :node_id,
20548
+ :state)
20549
+ SENSITIVE = []
20550
+ include Aws::Structure
20551
+ end
20552
+
20553
+ # @!attribute [rw] arn
20554
+ # @return [String]
20555
+ #
20556
+ # @!attribute [rw] channel_placement_groups
20557
+ # @return [Array<String>]
20558
+ #
20559
+ # @!attribute [rw] cluster_id
20560
+ # @return [String]
20561
+ #
20562
+ # @!attribute [rw] connection_state
20563
+ # Used in DescribeNodeSummary.
20564
+ # @return [String]
20565
+ #
20566
+ # @!attribute [rw] id
20567
+ # @return [String]
20568
+ #
20569
+ # @!attribute [rw] instance_arn
20570
+ # @return [String]
20571
+ #
20572
+ # @!attribute [rw] name
20573
+ # @return [String]
20574
+ #
20575
+ # @!attribute [rw] node_interface_mappings
20576
+ # @return [Array<Types::NodeInterfaceMapping>]
20577
+ #
20578
+ # @!attribute [rw] role
20579
+ # Used in CreateNodeRequest, CreateNodeRegistrationScriptRequest,
20580
+ # DescribeNodeResult, DescribeNodeSummary, UpdateNodeRequest.
20581
+ # @return [String]
20582
+ #
20583
+ # @!attribute [rw] state
20584
+ # Used in DescribeNodeSummary.
20585
+ # @return [String]
20586
+ #
20587
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateNodeStateResponse AWS API Documentation
20588
+ #
20589
+ class UpdateNodeStateResponse < Struct.new(
20590
+ :arn,
20591
+ :channel_placement_groups,
20592
+ :cluster_id,
20593
+ :connection_state,
20594
+ :id,
20595
+ :instance_arn,
20596
+ :name,
20597
+ :node_interface_mappings,
20598
+ :role,
20599
+ :state)
20600
+ SENSITIVE = []
20601
+ include Aws::Structure
20602
+ end
20603
+
17642
20604
  end
17643
20605
  end