aws-sdk-medialive 1.130.0 → 1.131.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +2148 -31
- data/lib/aws-sdk-medialive/client_api.rb +1116 -0
- data/lib/aws-sdk-medialive/endpoints.rb +334 -368
- data/lib/aws-sdk-medialive/plugins/endpoints.rb +54 -1
- data/lib/aws-sdk-medialive/types.rb +2985 -23
- data/lib/aws-sdk-medialive/waiters.rb +397 -17
- data/lib/aws-sdk-medialive.rb +1 -1
- data/sig/client.rbs +766 -8
- data/sig/types.rbs +774 -5
- data/sig/waiters.rbs +75 -0
- metadata +4 -4
data/sig/types.rbs
CHANGED
@@ -490,6 +490,7 @@ module Aws::MediaLive
|
|
490
490
|
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED")
|
491
491
|
attr_accessor tags: ::Hash[::String, ::String]
|
492
492
|
attr_accessor vpc: Types::VpcOutputSettingsDescription
|
493
|
+
attr_accessor anywhere_settings: Types::DescribeAnywhereSettings
|
493
494
|
SENSITIVE: []
|
494
495
|
end
|
495
496
|
|
@@ -521,6 +522,7 @@ module Aws::MediaLive
|
|
521
522
|
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED")
|
522
523
|
attr_accessor tags: ::Hash[::String, ::String]
|
523
524
|
attr_accessor vpc: Types::VpcOutputSettingsDescription
|
525
|
+
attr_accessor anywhere_settings: Types::DescribeAnywhereSettings
|
524
526
|
SENSITIVE: []
|
525
527
|
end
|
526
528
|
|
@@ -567,6 +569,7 @@ module Aws::MediaLive
|
|
567
569
|
attr_accessor role_arn: ::String
|
568
570
|
attr_accessor tags: ::Hash[::String, ::String]
|
569
571
|
attr_accessor vpc: Types::VpcOutputSettings
|
572
|
+
attr_accessor anywhere_settings: Types::AnywhereSettings
|
570
573
|
SENSITIVE: []
|
571
574
|
end
|
572
575
|
|
@@ -585,6 +588,7 @@ module Aws::MediaLive
|
|
585
588
|
attr_accessor role_arn: ::String
|
586
589
|
attr_accessor tags: ::Hash[::String, ::String]
|
587
590
|
attr_accessor vpc: Types::VpcOutputSettings
|
591
|
+
attr_accessor anywhere_settings: Types::AnywhereSettings
|
588
592
|
SENSITIVE: []
|
589
593
|
end
|
590
594
|
|
@@ -608,9 +612,11 @@ module Aws::MediaLive
|
|
608
612
|
attr_accessor role_arn: ::String
|
609
613
|
attr_accessor sources: ::Array[Types::InputSourceRequest]
|
610
614
|
attr_accessor tags: ::Hash[::String, ::String]
|
611
|
-
attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER")
|
615
|
+
attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST")
|
612
616
|
attr_accessor vpc: Types::InputVpcRequest
|
613
617
|
attr_accessor srt_settings: Types::SrtSettingsRequest
|
618
|
+
attr_accessor input_network_location: ("AWS" | "ON_PREMISE" | "ON_PREMISES")
|
619
|
+
attr_accessor multicast_settings: Types::MulticastSettingsCreateRequest
|
614
620
|
SENSITIVE: []
|
615
621
|
end
|
616
622
|
|
@@ -624,9 +630,11 @@ module Aws::MediaLive
|
|
624
630
|
attr_accessor role_arn: ::String
|
625
631
|
attr_accessor sources: ::Array[Types::InputSourceRequest]
|
626
632
|
attr_accessor tags: ::Hash[::String, ::String]
|
627
|
-
attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER")
|
633
|
+
attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST")
|
628
634
|
attr_accessor vpc: Types::InputVpcRequest
|
629
635
|
attr_accessor srt_settings: Types::SrtSettingsRequest
|
636
|
+
attr_accessor input_network_location: ("AWS" | "ON_PREMISE" | "ON_PREMISES")
|
637
|
+
attr_accessor multicast_settings: Types::MulticastSettingsCreateRequest
|
630
638
|
SENSITIVE: []
|
631
639
|
end
|
632
640
|
|
@@ -762,6 +770,7 @@ module Aws::MediaLive
|
|
762
770
|
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED")
|
763
771
|
attr_accessor tags: ::Hash[::String, ::String]
|
764
772
|
attr_accessor vpc: Types::VpcOutputSettingsDescription
|
773
|
+
attr_accessor anywhere_settings: Types::DescribeAnywhereSettings
|
765
774
|
SENSITIVE: []
|
766
775
|
end
|
767
776
|
|
@@ -894,6 +903,7 @@ module Aws::MediaLive
|
|
894
903
|
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED")
|
895
904
|
attr_accessor tags: ::Hash[::String, ::String]
|
896
905
|
attr_accessor vpc: Types::VpcOutputSettingsDescription
|
906
|
+
attr_accessor anywhere_settings: Types::DescribeAnywhereSettings
|
897
907
|
SENSITIVE: []
|
898
908
|
end
|
899
909
|
|
@@ -958,8 +968,10 @@ module Aws::MediaLive
|
|
958
968
|
attr_accessor sources: ::Array[Types::InputSource]
|
959
969
|
attr_accessor state: ("CREATING" | "DETACHED" | "ATTACHED" | "DELETING" | "DELETED")
|
960
970
|
attr_accessor tags: ::Hash[::String, ::String]
|
961
|
-
attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER")
|
971
|
+
attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST")
|
962
972
|
attr_accessor srt_settings: Types::SrtSettings
|
973
|
+
attr_accessor input_network_location: ("AWS" | "ON_PREMISE" | "ON_PREMISES")
|
974
|
+
attr_accessor multicast_settings: Types::MulticastSettings
|
963
975
|
SENSITIVE: []
|
964
976
|
end
|
965
977
|
|
@@ -1605,8 +1617,10 @@ module Aws::MediaLive
|
|
1605
1617
|
attr_accessor sources: ::Array[Types::InputSource]
|
1606
1618
|
attr_accessor state: ("CREATING" | "DETACHED" | "ATTACHED" | "DELETING" | "DELETED")
|
1607
1619
|
attr_accessor tags: ::Hash[::String, ::String]
|
1608
|
-
attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER")
|
1620
|
+
attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST")
|
1609
1621
|
attr_accessor srt_settings: Types::SrtSettings
|
1622
|
+
attr_accessor input_network_location: ("AWS" | "ON_PREMISE" | "ON_PREMISES")
|
1623
|
+
attr_accessor multicast_settings: Types::MulticastSettings
|
1610
1624
|
SENSITIVE: []
|
1611
1625
|
end
|
1612
1626
|
|
@@ -1615,6 +1629,7 @@ module Aws::MediaLive
|
|
1615
1629
|
attr_accessor input_attachment_name: ::String
|
1616
1630
|
attr_accessor input_id: ::String
|
1617
1631
|
attr_accessor input_settings: Types::InputSettings
|
1632
|
+
attr_accessor logical_interface_names: ::Array[::String]
|
1618
1633
|
SENSITIVE: []
|
1619
1634
|
end
|
1620
1635
|
|
@@ -1636,11 +1651,16 @@ module Aws::MediaLive
|
|
1636
1651
|
attr_accessor port: ::String
|
1637
1652
|
attr_accessor url: ::String
|
1638
1653
|
attr_accessor vpc: Types::InputDestinationVpc
|
1654
|
+
attr_accessor network: ::String
|
1655
|
+
attr_accessor network_routes: ::Array[Types::InputDestinationRoute]
|
1639
1656
|
SENSITIVE: []
|
1640
1657
|
end
|
1641
1658
|
|
1642
1659
|
class InputDestinationRequest
|
1643
1660
|
attr_accessor stream_name: ::String
|
1661
|
+
attr_accessor network: ::String
|
1662
|
+
attr_accessor network_routes: ::Array[Types::InputRequestDestinationRoute]
|
1663
|
+
attr_accessor static_ip_address: ::String
|
1644
1664
|
SENSITIVE: []
|
1645
1665
|
end
|
1646
1666
|
|
@@ -2435,6 +2455,7 @@ module Aws::MediaLive
|
|
2435
2455
|
class NetworkInputSettings
|
2436
2456
|
attr_accessor hls_input_settings: Types::HlsInputSettings
|
2437
2457
|
attr_accessor server_validation: ("CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME" | "CHECK_CRYPTOGRAPHY_ONLY")
|
2458
|
+
attr_accessor multicast_input_settings: Types::MulticastInputSettings
|
2438
2459
|
SENSITIVE: []
|
2439
2460
|
end
|
2440
2461
|
|
@@ -2499,6 +2520,7 @@ module Aws::MediaLive
|
|
2499
2520
|
attr_accessor media_package_settings: ::Array[Types::MediaPackageOutputDestinationSettings]
|
2500
2521
|
attr_accessor multiplex_settings: Types::MultiplexProgramChannelDestinationSettings
|
2501
2522
|
attr_accessor settings: ::Array[Types::OutputDestinationSettings]
|
2523
|
+
attr_accessor srt_settings: ::Array[Types::SrtOutputDestinationSettings]
|
2502
2524
|
SENSITIVE: []
|
2503
2525
|
end
|
2504
2526
|
|
@@ -2527,6 +2549,7 @@ module Aws::MediaLive
|
|
2527
2549
|
attr_accessor rtmp_group_settings: Types::RtmpGroupSettings
|
2528
2550
|
attr_accessor udp_group_settings: Types::UdpGroupSettings
|
2529
2551
|
attr_accessor cmaf_ingest_group_settings: Types::CmafIngestGroupSettings
|
2552
|
+
attr_accessor srt_group_settings: Types::SrtGroupSettings
|
2530
2553
|
SENSITIVE: []
|
2531
2554
|
end
|
2532
2555
|
|
@@ -2551,6 +2574,7 @@ module Aws::MediaLive
|
|
2551
2574
|
attr_accessor rtmp_output_settings: Types::RtmpOutputSettings
|
2552
2575
|
attr_accessor udp_output_settings: Types::UdpOutputSettings
|
2553
2576
|
attr_accessor cmaf_ingest_output_settings: Types::CmafIngestOutputSettings
|
2577
|
+
attr_accessor srt_output_settings: Types::SrtOutputSettings
|
2554
2578
|
SENSITIVE: []
|
2555
2579
|
end
|
2556
2580
|
|
@@ -2679,7 +2703,7 @@ module Aws::MediaLive
|
|
2679
2703
|
|
2680
2704
|
class ReservationResourceSpecification
|
2681
2705
|
attr_accessor channel_class: ("STANDARD" | "SINGLE_PIPELINE")
|
2682
|
-
attr_accessor codec: ("MPEG2" | "AVC" | "HEVC" | "AUDIO" | "LINK")
|
2706
|
+
attr_accessor codec: ("MPEG2" | "AVC" | "HEVC" | "AUDIO" | "LINK" | "AV1")
|
2683
2707
|
attr_accessor maximum_bitrate: ("MAX_10_MBPS" | "MAX_20_MBPS" | "MAX_50_MBPS")
|
2684
2708
|
attr_accessor maximum_framerate: ("MAX_30_FPS" | "MAX_60_FPS")
|
2685
2709
|
attr_accessor resolution: ("SD" | "HD" | "FHD" | "UHD")
|
@@ -2884,6 +2908,7 @@ module Aws::MediaLive
|
|
2884
2908
|
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED")
|
2885
2909
|
attr_accessor tags: ::Hash[::String, ::String]
|
2886
2910
|
attr_accessor vpc: Types::VpcOutputSettingsDescription
|
2911
|
+
attr_accessor anywhere_settings: Types::DescribeAnywhereSettings
|
2887
2912
|
SENSITIVE: []
|
2888
2913
|
end
|
2889
2914
|
|
@@ -2999,6 +3024,7 @@ module Aws::MediaLive
|
|
2999
3024
|
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED")
|
3000
3025
|
attr_accessor tags: ::Hash[::String, ::String]
|
3001
3026
|
attr_accessor vpc: Types::VpcOutputSettingsDescription
|
3027
|
+
attr_accessor anywhere_settings: Types::DescribeAnywhereSettings
|
3002
3028
|
SENSITIVE: []
|
3003
3029
|
end
|
3004
3030
|
|
@@ -3241,6 +3267,7 @@ module Aws::MediaLive
|
|
3241
3267
|
attr_accessor role_arn: ::String
|
3242
3268
|
attr_accessor sources: ::Array[Types::InputSourceRequest]
|
3243
3269
|
attr_accessor srt_settings: Types::SrtSettingsRequest
|
3270
|
+
attr_accessor multicast_settings: Types::MulticastSettingsUpdateRequest
|
3244
3271
|
SENSITIVE: []
|
3245
3272
|
end
|
3246
3273
|
|
@@ -3291,6 +3318,7 @@ module Aws::MediaLive
|
|
3291
3318
|
attr_accessor role_arn: ::String
|
3292
3319
|
attr_accessor sources: ::Array[Types::InputSourceRequest]
|
3293
3320
|
attr_accessor srt_settings: Types::SrtSettingsRequest
|
3321
|
+
attr_accessor multicast_settings: Types::MulticastSettingsUpdateRequest
|
3294
3322
|
SENSITIVE: []
|
3295
3323
|
end
|
3296
3324
|
|
@@ -3408,6 +3436,7 @@ module Aws::MediaLive
|
|
3408
3436
|
attr_accessor h264_settings: Types::H264Settings
|
3409
3437
|
attr_accessor h265_settings: Types::H265Settings
|
3410
3438
|
attr_accessor mpeg_2_settings: Types::Mpeg2Settings
|
3439
|
+
attr_accessor av_1_settings: Types::Av1Settings
|
3411
3440
|
SENSITIVE: []
|
3412
3441
|
end
|
3413
3442
|
|
@@ -3516,6 +3545,7 @@ module Aws::MediaLive
|
|
3516
3545
|
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED")
|
3517
3546
|
attr_accessor tags: ::Hash[::String, ::String]
|
3518
3547
|
attr_accessor vpc: Types::VpcOutputSettingsDescription
|
3548
|
+
attr_accessor anywhere_settings: Types::DescribeAnywhereSettings
|
3519
3549
|
SENSITIVE: []
|
3520
3550
|
end
|
3521
3551
|
|
@@ -4631,5 +4661,744 @@ module Aws::MediaLive
|
|
4631
4661
|
attr_accessor srt_caller_sources: ::Array[Types::SrtCallerSourceRequest]
|
4632
4662
|
SENSITIVE: []
|
4633
4663
|
end
|
4664
|
+
|
4665
|
+
class AnywhereSettings
|
4666
|
+
attr_accessor channel_placement_group_id: ::String
|
4667
|
+
attr_accessor cluster_id: ::String
|
4668
|
+
SENSITIVE: []
|
4669
|
+
end
|
4670
|
+
|
4671
|
+
class Av1ColorSpaceSettings
|
4672
|
+
attr_accessor color_space_passthrough_settings: Types::ColorSpacePassthroughSettings
|
4673
|
+
attr_accessor hdr_10_settings: Types::Hdr10Settings
|
4674
|
+
attr_accessor rec_601_settings: Types::Rec601Settings
|
4675
|
+
attr_accessor rec_709_settings: Types::Rec709Settings
|
4676
|
+
SENSITIVE: []
|
4677
|
+
end
|
4678
|
+
|
4679
|
+
class Av1Settings
|
4680
|
+
attr_accessor afd_signaling: ("AUTO" | "FIXED" | "NONE")
|
4681
|
+
attr_accessor buf_size: ::Integer
|
4682
|
+
attr_accessor color_space_settings: Types::Av1ColorSpaceSettings
|
4683
|
+
attr_accessor fixed_afd: ("AFD_0000" | "AFD_0010" | "AFD_0011" | "AFD_0100" | "AFD_1000" | "AFD_1001" | "AFD_1010" | "AFD_1011" | "AFD_1101" | "AFD_1110" | "AFD_1111")
|
4684
|
+
attr_accessor framerate_denominator: ::Integer
|
4685
|
+
attr_accessor framerate_numerator: ::Integer
|
4686
|
+
attr_accessor gop_size: ::Float
|
4687
|
+
attr_accessor gop_size_units: ("FRAMES" | "SECONDS")
|
4688
|
+
attr_accessor level: ("AV1_LEVEL_2" | "AV1_LEVEL_2_1" | "AV1_LEVEL_3" | "AV1_LEVEL_3_1" | "AV1_LEVEL_4" | "AV1_LEVEL_4_1" | "AV1_LEVEL_5" | "AV1_LEVEL_5_1" | "AV1_LEVEL_5_2" | "AV1_LEVEL_5_3" | "AV1_LEVEL_6" | "AV1_LEVEL_6_1" | "AV1_LEVEL_6_2" | "AV1_LEVEL_6_3" | "AV1_LEVEL_AUTO")
|
4689
|
+
attr_accessor look_ahead_rate_control: ("HIGH" | "LOW" | "MEDIUM")
|
4690
|
+
attr_accessor max_bitrate: ::Integer
|
4691
|
+
attr_accessor min_i_interval: ::Integer
|
4692
|
+
attr_accessor par_denominator: ::Integer
|
4693
|
+
attr_accessor par_numerator: ::Integer
|
4694
|
+
attr_accessor qvbr_quality_level: ::Integer
|
4695
|
+
attr_accessor scene_change_detect: ("DISABLED" | "ENABLED")
|
4696
|
+
attr_accessor timecode_burnin_settings: Types::TimecodeBurninSettings
|
4697
|
+
SENSITIVE: []
|
4698
|
+
end
|
4699
|
+
|
4700
|
+
class ClusterNetworkSettings
|
4701
|
+
attr_accessor default_route: ::String
|
4702
|
+
attr_accessor interface_mappings: ::Array[Types::InterfaceMapping]
|
4703
|
+
SENSITIVE: []
|
4704
|
+
end
|
4705
|
+
|
4706
|
+
class ClusterNetworkSettingsCreateRequest
|
4707
|
+
attr_accessor default_route: ::String
|
4708
|
+
attr_accessor interface_mappings: ::Array[Types::InterfaceMappingCreateRequest]
|
4709
|
+
SENSITIVE: []
|
4710
|
+
end
|
4711
|
+
|
4712
|
+
class ClusterNetworkSettingsUpdateRequest
|
4713
|
+
attr_accessor default_route: ::String
|
4714
|
+
attr_accessor interface_mappings: ::Array[Types::InterfaceMappingUpdateRequest]
|
4715
|
+
SENSITIVE: []
|
4716
|
+
end
|
4717
|
+
|
4718
|
+
class CreateChannelPlacementGroupRequest
|
4719
|
+
attr_accessor cluster_id: ::String
|
4720
|
+
attr_accessor name: ::String
|
4721
|
+
attr_accessor nodes: ::Array[::String]
|
4722
|
+
attr_accessor request_id: ::String
|
4723
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
4724
|
+
SENSITIVE: []
|
4725
|
+
end
|
4726
|
+
|
4727
|
+
class CreateChannelPlacementGroupResponse
|
4728
|
+
attr_accessor arn: ::String
|
4729
|
+
attr_accessor channels: ::Array[::String]
|
4730
|
+
attr_accessor cluster_id: ::String
|
4731
|
+
attr_accessor id: ::String
|
4732
|
+
attr_accessor name: ::String
|
4733
|
+
attr_accessor nodes: ::Array[::String]
|
4734
|
+
attr_accessor state: ("UNASSIGNED" | "ASSIGNING" | "ASSIGNED" | "DELETING" | "DELETE_FAILED" | "DELETED" | "UNASSIGNING")
|
4735
|
+
SENSITIVE: []
|
4736
|
+
end
|
4737
|
+
|
4738
|
+
class CreateClusterRequest
|
4739
|
+
attr_accessor cluster_type: ("ON_PREMISES")
|
4740
|
+
attr_accessor instance_role_arn: ::String
|
4741
|
+
attr_accessor name: ::String
|
4742
|
+
attr_accessor network_settings: Types::ClusterNetworkSettingsCreateRequest
|
4743
|
+
attr_accessor request_id: ::String
|
4744
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
4745
|
+
SENSITIVE: []
|
4746
|
+
end
|
4747
|
+
|
4748
|
+
class CreateClusterResponse
|
4749
|
+
attr_accessor arn: ::String
|
4750
|
+
attr_accessor channel_ids: ::Array[::String]
|
4751
|
+
attr_accessor cluster_type: ("ON_PREMISES")
|
4752
|
+
attr_accessor id: ::String
|
4753
|
+
attr_accessor instance_role_arn: ::String
|
4754
|
+
attr_accessor name: ::String
|
4755
|
+
attr_accessor network_settings: Types::ClusterNetworkSettings
|
4756
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETE_FAILED" | "DELETED")
|
4757
|
+
SENSITIVE: []
|
4758
|
+
end
|
4759
|
+
|
4760
|
+
class CreateNetworkRequest
|
4761
|
+
attr_accessor ip_pools: ::Array[Types::IpPoolCreateRequest]
|
4762
|
+
attr_accessor name: ::String
|
4763
|
+
attr_accessor request_id: ::String
|
4764
|
+
attr_accessor routes: ::Array[Types::RouteCreateRequest]
|
4765
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
4766
|
+
SENSITIVE: []
|
4767
|
+
end
|
4768
|
+
|
4769
|
+
class CreateNetworkResponse
|
4770
|
+
attr_accessor arn: ::String
|
4771
|
+
attr_accessor associated_cluster_ids: ::Array[::String]
|
4772
|
+
attr_accessor id: ::String
|
4773
|
+
attr_accessor ip_pools: ::Array[Types::IpPool]
|
4774
|
+
attr_accessor name: ::String
|
4775
|
+
attr_accessor routes: ::Array[Types::Route]
|
4776
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "IDLE" | "IN_USE" | "UPDATING" | "DELETE_FAILED" | "DELETED")
|
4777
|
+
SENSITIVE: []
|
4778
|
+
end
|
4779
|
+
|
4780
|
+
class CreateNodeRegistrationScriptRequest
|
4781
|
+
attr_accessor cluster_id: ::String
|
4782
|
+
attr_accessor id: ::String
|
4783
|
+
attr_accessor name: ::String
|
4784
|
+
attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
|
4785
|
+
attr_accessor request_id: ::String
|
4786
|
+
attr_accessor role: ("BACKUP" | "ACTIVE")
|
4787
|
+
SENSITIVE: []
|
4788
|
+
end
|
4789
|
+
|
4790
|
+
class CreateNodeRegistrationScriptResponse
|
4791
|
+
attr_accessor node_registration_script: ::String
|
4792
|
+
SENSITIVE: []
|
4793
|
+
end
|
4794
|
+
|
4795
|
+
class CreateNodeRegistrationScriptResult
|
4796
|
+
attr_accessor node_registration_script: ::String
|
4797
|
+
SENSITIVE: []
|
4798
|
+
end
|
4799
|
+
|
4800
|
+
class CreateNodeRequest
|
4801
|
+
attr_accessor cluster_id: ::String
|
4802
|
+
attr_accessor name: ::String
|
4803
|
+
attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMappingCreateRequest]
|
4804
|
+
attr_accessor request_id: ::String
|
4805
|
+
attr_accessor role: ("BACKUP" | "ACTIVE")
|
4806
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
4807
|
+
SENSITIVE: []
|
4808
|
+
end
|
4809
|
+
|
4810
|
+
class CreateNodeResponse
|
4811
|
+
attr_accessor arn: ::String
|
4812
|
+
attr_accessor channel_placement_groups: ::Array[::String]
|
4813
|
+
attr_accessor cluster_id: ::String
|
4814
|
+
attr_accessor connection_state: ("CONNECTED" | "DISCONNECTED")
|
4815
|
+
attr_accessor id: ::String
|
4816
|
+
attr_accessor instance_arn: ::String
|
4817
|
+
attr_accessor name: ::String
|
4818
|
+
attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
|
4819
|
+
attr_accessor role: ("BACKUP" | "ACTIVE")
|
4820
|
+
attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
|
4821
|
+
SENSITIVE: []
|
4822
|
+
end
|
4823
|
+
|
4824
|
+
class DeleteChannelPlacementGroupRequest
|
4825
|
+
attr_accessor channel_placement_group_id: ::String
|
4826
|
+
attr_accessor cluster_id: ::String
|
4827
|
+
SENSITIVE: []
|
4828
|
+
end
|
4829
|
+
|
4830
|
+
class DeleteChannelPlacementGroupResponse
|
4831
|
+
attr_accessor arn: ::String
|
4832
|
+
attr_accessor channels: ::Array[::String]
|
4833
|
+
attr_accessor cluster_id: ::String
|
4834
|
+
attr_accessor id: ::String
|
4835
|
+
attr_accessor name: ::String
|
4836
|
+
attr_accessor nodes: ::Array[::String]
|
4837
|
+
attr_accessor state: ("UNASSIGNED" | "ASSIGNING" | "ASSIGNED" | "DELETING" | "DELETE_FAILED" | "DELETED" | "UNASSIGNING")
|
4838
|
+
SENSITIVE: []
|
4839
|
+
end
|
4840
|
+
|
4841
|
+
class DeleteClusterRequest
|
4842
|
+
attr_accessor cluster_id: ::String
|
4843
|
+
SENSITIVE: []
|
4844
|
+
end
|
4845
|
+
|
4846
|
+
class DeleteClusterResponse
|
4847
|
+
attr_accessor arn: ::String
|
4848
|
+
attr_accessor channel_ids: ::Array[::String]
|
4849
|
+
attr_accessor cluster_type: ("ON_PREMISES")
|
4850
|
+
attr_accessor id: ::String
|
4851
|
+
attr_accessor instance_role_arn: ::String
|
4852
|
+
attr_accessor name: ::String
|
4853
|
+
attr_accessor network_settings: Types::ClusterNetworkSettings
|
4854
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETE_FAILED" | "DELETED")
|
4855
|
+
SENSITIVE: []
|
4856
|
+
end
|
4857
|
+
|
4858
|
+
class DeleteNetworkRequest
|
4859
|
+
attr_accessor network_id: ::String
|
4860
|
+
SENSITIVE: []
|
4861
|
+
end
|
4862
|
+
|
4863
|
+
class DeleteNetworkResponse
|
4864
|
+
attr_accessor arn: ::String
|
4865
|
+
attr_accessor associated_cluster_ids: ::Array[::String]
|
4866
|
+
attr_accessor id: ::String
|
4867
|
+
attr_accessor ip_pools: ::Array[Types::IpPool]
|
4868
|
+
attr_accessor name: ::String
|
4869
|
+
attr_accessor routes: ::Array[Types::Route]
|
4870
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "IDLE" | "IN_USE" | "UPDATING" | "DELETE_FAILED" | "DELETED")
|
4871
|
+
SENSITIVE: []
|
4872
|
+
end
|
4873
|
+
|
4874
|
+
class DeleteNodeRequest
|
4875
|
+
attr_accessor cluster_id: ::String
|
4876
|
+
attr_accessor node_id: ::String
|
4877
|
+
SENSITIVE: []
|
4878
|
+
end
|
4879
|
+
|
4880
|
+
class DeleteNodeResponse
|
4881
|
+
attr_accessor arn: ::String
|
4882
|
+
attr_accessor channel_placement_groups: ::Array[::String]
|
4883
|
+
attr_accessor cluster_id: ::String
|
4884
|
+
attr_accessor connection_state: ("CONNECTED" | "DISCONNECTED")
|
4885
|
+
attr_accessor id: ::String
|
4886
|
+
attr_accessor instance_arn: ::String
|
4887
|
+
attr_accessor name: ::String
|
4888
|
+
attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
|
4889
|
+
attr_accessor role: ("BACKUP" | "ACTIVE")
|
4890
|
+
attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
|
4891
|
+
SENSITIVE: []
|
4892
|
+
end
|
4893
|
+
|
4894
|
+
class DescribeAnywhereSettings
|
4895
|
+
attr_accessor channel_placement_group_id: ::String
|
4896
|
+
attr_accessor cluster_id: ::String
|
4897
|
+
SENSITIVE: []
|
4898
|
+
end
|
4899
|
+
|
4900
|
+
class DescribeChannelPlacementGroupRequest
|
4901
|
+
attr_accessor channel_placement_group_id: ::String
|
4902
|
+
attr_accessor cluster_id: ::String
|
4903
|
+
SENSITIVE: []
|
4904
|
+
end
|
4905
|
+
|
4906
|
+
class DescribeChannelPlacementGroupResponse
|
4907
|
+
attr_accessor arn: ::String
|
4908
|
+
attr_accessor channels: ::Array[::String]
|
4909
|
+
attr_accessor cluster_id: ::String
|
4910
|
+
attr_accessor id: ::String
|
4911
|
+
attr_accessor name: ::String
|
4912
|
+
attr_accessor nodes: ::Array[::String]
|
4913
|
+
attr_accessor state: ("UNASSIGNED" | "ASSIGNING" | "ASSIGNED" | "DELETING" | "DELETE_FAILED" | "DELETED" | "UNASSIGNING")
|
4914
|
+
SENSITIVE: []
|
4915
|
+
end
|
4916
|
+
|
4917
|
+
class DescribeChannelPlacementGroupResult
|
4918
|
+
attr_accessor arn: ::String
|
4919
|
+
attr_accessor channels: ::Array[::String]
|
4920
|
+
attr_accessor cluster_id: ::String
|
4921
|
+
attr_accessor id: ::String
|
4922
|
+
attr_accessor name: ::String
|
4923
|
+
attr_accessor nodes: ::Array[::String]
|
4924
|
+
attr_accessor state: ("UNASSIGNED" | "ASSIGNING" | "ASSIGNED" | "DELETING" | "DELETE_FAILED" | "DELETED" | "UNASSIGNING")
|
4925
|
+
SENSITIVE: []
|
4926
|
+
end
|
4927
|
+
|
4928
|
+
class DescribeChannelPlacementGroupSummary
|
4929
|
+
attr_accessor arn: ::String
|
4930
|
+
attr_accessor channels: ::Array[::String]
|
4931
|
+
attr_accessor cluster_id: ::String
|
4932
|
+
attr_accessor id: ::String
|
4933
|
+
attr_accessor name: ::String
|
4934
|
+
attr_accessor nodes: ::Array[::String]
|
4935
|
+
attr_accessor state: ("UNASSIGNED" | "ASSIGNING" | "ASSIGNED" | "DELETING" | "DELETE_FAILED" | "DELETED" | "UNASSIGNING")
|
4936
|
+
SENSITIVE: []
|
4937
|
+
end
|
4938
|
+
|
4939
|
+
class DescribeClusterRequest
|
4940
|
+
attr_accessor cluster_id: ::String
|
4941
|
+
SENSITIVE: []
|
4942
|
+
end
|
4943
|
+
|
4944
|
+
class DescribeClusterResponse
|
4945
|
+
attr_accessor arn: ::String
|
4946
|
+
attr_accessor channel_ids: ::Array[::String]
|
4947
|
+
attr_accessor cluster_type: ("ON_PREMISES")
|
4948
|
+
attr_accessor id: ::String
|
4949
|
+
attr_accessor instance_role_arn: ::String
|
4950
|
+
attr_accessor name: ::String
|
4951
|
+
attr_accessor network_settings: Types::ClusterNetworkSettings
|
4952
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETE_FAILED" | "DELETED")
|
4953
|
+
SENSITIVE: []
|
4954
|
+
end
|
4955
|
+
|
4956
|
+
class DescribeClusterResult
|
4957
|
+
attr_accessor arn: ::String
|
4958
|
+
attr_accessor channel_ids: ::Array[::String]
|
4959
|
+
attr_accessor cluster_type: ("ON_PREMISES")
|
4960
|
+
attr_accessor id: ::String
|
4961
|
+
attr_accessor instance_role_arn: ::String
|
4962
|
+
attr_accessor name: ::String
|
4963
|
+
attr_accessor network_settings: Types::ClusterNetworkSettings
|
4964
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETE_FAILED" | "DELETED")
|
4965
|
+
SENSITIVE: []
|
4966
|
+
end
|
4967
|
+
|
4968
|
+
class DescribeClusterSummary
|
4969
|
+
attr_accessor arn: ::String
|
4970
|
+
attr_accessor channel_ids: ::Array[::String]
|
4971
|
+
attr_accessor cluster_type: ("ON_PREMISES")
|
4972
|
+
attr_accessor id: ::String
|
4973
|
+
attr_accessor instance_role_arn: ::String
|
4974
|
+
attr_accessor name: ::String
|
4975
|
+
attr_accessor network_settings: Types::ClusterNetworkSettings
|
4976
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETE_FAILED" | "DELETED")
|
4977
|
+
SENSITIVE: []
|
4978
|
+
end
|
4979
|
+
|
4980
|
+
class DescribeNetworkRequest
|
4981
|
+
attr_accessor network_id: ::String
|
4982
|
+
SENSITIVE: []
|
4983
|
+
end
|
4984
|
+
|
4985
|
+
class DescribeNetworkResponse
|
4986
|
+
attr_accessor arn: ::String
|
4987
|
+
attr_accessor associated_cluster_ids: ::Array[::String]
|
4988
|
+
attr_accessor id: ::String
|
4989
|
+
attr_accessor ip_pools: ::Array[Types::IpPool]
|
4990
|
+
attr_accessor name: ::String
|
4991
|
+
attr_accessor routes: ::Array[Types::Route]
|
4992
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "IDLE" | "IN_USE" | "UPDATING" | "DELETE_FAILED" | "DELETED")
|
4993
|
+
SENSITIVE: []
|
4994
|
+
end
|
4995
|
+
|
4996
|
+
class DescribeNetworkResult
|
4997
|
+
attr_accessor arn: ::String
|
4998
|
+
attr_accessor associated_cluster_ids: ::Array[::String]
|
4999
|
+
attr_accessor id: ::String
|
5000
|
+
attr_accessor ip_pools: ::Array[Types::IpPool]
|
5001
|
+
attr_accessor name: ::String
|
5002
|
+
attr_accessor routes: ::Array[Types::Route]
|
5003
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "IDLE" | "IN_USE" | "UPDATING" | "DELETE_FAILED" | "DELETED")
|
5004
|
+
SENSITIVE: []
|
5005
|
+
end
|
5006
|
+
|
5007
|
+
class DescribeNetworkSummary
|
5008
|
+
attr_accessor arn: ::String
|
5009
|
+
attr_accessor associated_cluster_ids: ::Array[::String]
|
5010
|
+
attr_accessor id: ::String
|
5011
|
+
attr_accessor ip_pools: ::Array[Types::IpPool]
|
5012
|
+
attr_accessor name: ::String
|
5013
|
+
attr_accessor routes: ::Array[Types::Route]
|
5014
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "IDLE" | "IN_USE" | "UPDATING" | "DELETE_FAILED" | "DELETED")
|
5015
|
+
SENSITIVE: []
|
5016
|
+
end
|
5017
|
+
|
5018
|
+
class DescribeNodeRequest
|
5019
|
+
attr_accessor cluster_id: ::String
|
5020
|
+
attr_accessor node_id: ::String
|
5021
|
+
SENSITIVE: []
|
5022
|
+
end
|
5023
|
+
|
5024
|
+
class DescribeNodeResponse
|
5025
|
+
attr_accessor arn: ::String
|
5026
|
+
attr_accessor channel_placement_groups: ::Array[::String]
|
5027
|
+
attr_accessor cluster_id: ::String
|
5028
|
+
attr_accessor connection_state: ("CONNECTED" | "DISCONNECTED")
|
5029
|
+
attr_accessor id: ::String
|
5030
|
+
attr_accessor instance_arn: ::String
|
5031
|
+
attr_accessor name: ::String
|
5032
|
+
attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
|
5033
|
+
attr_accessor role: ("BACKUP" | "ACTIVE")
|
5034
|
+
attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
|
5035
|
+
SENSITIVE: []
|
5036
|
+
end
|
5037
|
+
|
5038
|
+
class DescribeNodeResult
|
5039
|
+
attr_accessor arn: ::String
|
5040
|
+
attr_accessor channel_placement_groups: ::Array[::String]
|
5041
|
+
attr_accessor cluster_id: ::String
|
5042
|
+
attr_accessor connection_state: ("CONNECTED" | "DISCONNECTED")
|
5043
|
+
attr_accessor id: ::String
|
5044
|
+
attr_accessor instance_arn: ::String
|
5045
|
+
attr_accessor name: ::String
|
5046
|
+
attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
|
5047
|
+
attr_accessor role: ("BACKUP" | "ACTIVE")
|
5048
|
+
attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
|
5049
|
+
SENSITIVE: []
|
5050
|
+
end
|
5051
|
+
|
5052
|
+
class DescribeNodeSummary
|
5053
|
+
attr_accessor arn: ::String
|
5054
|
+
attr_accessor channel_placement_groups: ::Array[::String]
|
5055
|
+
attr_accessor cluster_id: ::String
|
5056
|
+
attr_accessor connection_state: ("CONNECTED" | "DISCONNECTED")
|
5057
|
+
attr_accessor id: ::String
|
5058
|
+
attr_accessor instance_arn: ::String
|
5059
|
+
attr_accessor managed_instance_id: ::String
|
5060
|
+
attr_accessor name: ::String
|
5061
|
+
attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
|
5062
|
+
attr_accessor role: ("BACKUP" | "ACTIVE")
|
5063
|
+
attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
|
5064
|
+
SENSITIVE: []
|
5065
|
+
end
|
5066
|
+
|
5067
|
+
class InputDestinationRoute
|
5068
|
+
attr_accessor cidr: ::String
|
5069
|
+
attr_accessor gateway: ::String
|
5070
|
+
SENSITIVE: []
|
5071
|
+
end
|
5072
|
+
|
5073
|
+
class InputRequestDestinationRoute
|
5074
|
+
attr_accessor cidr: ::String
|
5075
|
+
attr_accessor gateway: ::String
|
5076
|
+
SENSITIVE: []
|
5077
|
+
end
|
5078
|
+
|
5079
|
+
class InterfaceMapping
|
5080
|
+
attr_accessor logical_interface_name: ::String
|
5081
|
+
attr_accessor network_id: ::String
|
5082
|
+
SENSITIVE: []
|
5083
|
+
end
|
5084
|
+
|
5085
|
+
class InterfaceMappingCreateRequest
|
5086
|
+
attr_accessor logical_interface_name: ::String
|
5087
|
+
attr_accessor network_id: ::String
|
5088
|
+
SENSITIVE: []
|
5089
|
+
end
|
5090
|
+
|
5091
|
+
class InterfaceMappingUpdateRequest
|
5092
|
+
attr_accessor logical_interface_name: ::String
|
5093
|
+
attr_accessor network_id: ::String
|
5094
|
+
SENSITIVE: []
|
5095
|
+
end
|
5096
|
+
|
5097
|
+
class IpPool
|
5098
|
+
attr_accessor cidr: ::String
|
5099
|
+
SENSITIVE: []
|
5100
|
+
end
|
5101
|
+
|
5102
|
+
class IpPoolCreateRequest
|
5103
|
+
attr_accessor cidr: ::String
|
5104
|
+
SENSITIVE: []
|
5105
|
+
end
|
5106
|
+
|
5107
|
+
class IpPoolUpdateRequest
|
5108
|
+
attr_accessor cidr: ::String
|
5109
|
+
SENSITIVE: []
|
5110
|
+
end
|
5111
|
+
|
5112
|
+
class ListChannelPlacementGroupsRequest
|
5113
|
+
attr_accessor cluster_id: ::String
|
5114
|
+
attr_accessor max_results: ::Integer
|
5115
|
+
attr_accessor next_token: ::String
|
5116
|
+
SENSITIVE: []
|
5117
|
+
end
|
5118
|
+
|
5119
|
+
class ListChannelPlacementGroupsResponse
|
5120
|
+
attr_accessor channel_placement_groups: ::Array[Types::DescribeChannelPlacementGroupSummary]
|
5121
|
+
attr_accessor next_token: ::String
|
5122
|
+
SENSITIVE: []
|
5123
|
+
end
|
5124
|
+
|
5125
|
+
class ListChannelPlacementGroupsResult
|
5126
|
+
attr_accessor channel_placement_groups: ::Array[Types::DescribeChannelPlacementGroupSummary]
|
5127
|
+
attr_accessor next_token: ::String
|
5128
|
+
SENSITIVE: []
|
5129
|
+
end
|
5130
|
+
|
5131
|
+
class ListClustersRequest
|
5132
|
+
attr_accessor max_results: ::Integer
|
5133
|
+
attr_accessor next_token: ::String
|
5134
|
+
SENSITIVE: []
|
5135
|
+
end
|
5136
|
+
|
5137
|
+
class ListClustersResponse
|
5138
|
+
attr_accessor clusters: ::Array[Types::DescribeClusterSummary]
|
5139
|
+
attr_accessor next_token: ::String
|
5140
|
+
SENSITIVE: []
|
5141
|
+
end
|
5142
|
+
|
5143
|
+
class ListClustersResult
|
5144
|
+
attr_accessor clusters: ::Array[Types::DescribeClusterSummary]
|
5145
|
+
attr_accessor next_token: ::String
|
5146
|
+
SENSITIVE: []
|
5147
|
+
end
|
5148
|
+
|
5149
|
+
class ListNetworksRequest
|
5150
|
+
attr_accessor max_results: ::Integer
|
5151
|
+
attr_accessor next_token: ::String
|
5152
|
+
SENSITIVE: []
|
5153
|
+
end
|
5154
|
+
|
5155
|
+
class ListNetworksResponse
|
5156
|
+
attr_accessor networks: ::Array[Types::DescribeNetworkSummary]
|
5157
|
+
attr_accessor next_token: ::String
|
5158
|
+
SENSITIVE: []
|
5159
|
+
end
|
5160
|
+
|
5161
|
+
class ListNetworksResult
|
5162
|
+
attr_accessor networks: ::Array[Types::DescribeNetworkSummary]
|
5163
|
+
attr_accessor next_token: ::String
|
5164
|
+
SENSITIVE: []
|
5165
|
+
end
|
5166
|
+
|
5167
|
+
class ListNodesRequest
|
5168
|
+
attr_accessor cluster_id: ::String
|
5169
|
+
attr_accessor max_results: ::Integer
|
5170
|
+
attr_accessor next_token: ::String
|
5171
|
+
SENSITIVE: []
|
5172
|
+
end
|
5173
|
+
|
5174
|
+
class ListNodesResponse
|
5175
|
+
attr_accessor next_token: ::String
|
5176
|
+
attr_accessor nodes: ::Array[Types::DescribeNodeSummary]
|
5177
|
+
SENSITIVE: []
|
5178
|
+
end
|
5179
|
+
|
5180
|
+
class ListNodesResult
|
5181
|
+
attr_accessor next_token: ::String
|
5182
|
+
attr_accessor nodes: ::Array[Types::DescribeNodeSummary]
|
5183
|
+
SENSITIVE: []
|
5184
|
+
end
|
5185
|
+
|
5186
|
+
class MulticastInputSettings
|
5187
|
+
attr_accessor source_ip_address: ::String
|
5188
|
+
SENSITIVE: []
|
5189
|
+
end
|
5190
|
+
|
5191
|
+
class MulticastSettings
|
5192
|
+
attr_accessor sources: ::Array[Types::MulticastSource]
|
5193
|
+
SENSITIVE: []
|
5194
|
+
end
|
5195
|
+
|
5196
|
+
class MulticastSettingsCreateRequest
|
5197
|
+
attr_accessor sources: ::Array[Types::MulticastSourceCreateRequest]
|
5198
|
+
SENSITIVE: []
|
5199
|
+
end
|
5200
|
+
|
5201
|
+
class MulticastSettingsUpdateRequest
|
5202
|
+
attr_accessor sources: ::Array[Types::MulticastSourceUpdateRequest]
|
5203
|
+
SENSITIVE: []
|
5204
|
+
end
|
5205
|
+
|
5206
|
+
class MulticastSource
|
5207
|
+
attr_accessor source_ip: ::String
|
5208
|
+
attr_accessor url: ::String
|
5209
|
+
SENSITIVE: []
|
5210
|
+
end
|
5211
|
+
|
5212
|
+
class MulticastSourceCreateRequest
|
5213
|
+
attr_accessor source_ip: ::String
|
5214
|
+
attr_accessor url: ::String
|
5215
|
+
SENSITIVE: []
|
5216
|
+
end
|
5217
|
+
|
5218
|
+
class MulticastSourceUpdateRequest
|
5219
|
+
attr_accessor source_ip: ::String
|
5220
|
+
attr_accessor url: ::String
|
5221
|
+
SENSITIVE: []
|
5222
|
+
end
|
5223
|
+
|
5224
|
+
class NodeConfigurationValidationError
|
5225
|
+
attr_accessor message: ::String
|
5226
|
+
attr_accessor validation_errors: ::Array[Types::ValidationError]
|
5227
|
+
SENSITIVE: []
|
5228
|
+
end
|
5229
|
+
|
5230
|
+
class NodeInterfaceMapping
|
5231
|
+
attr_accessor logical_interface_name: ::String
|
5232
|
+
attr_accessor network_interface_mode: ("NAT" | "BRIDGE")
|
5233
|
+
attr_accessor physical_interface_name: ::String
|
5234
|
+
SENSITIVE: []
|
5235
|
+
end
|
5236
|
+
|
5237
|
+
class NodeInterfaceMappingCreateRequest
|
5238
|
+
attr_accessor logical_interface_name: ::String
|
5239
|
+
attr_accessor network_interface_mode: ("NAT" | "BRIDGE")
|
5240
|
+
attr_accessor physical_interface_name: ::String
|
5241
|
+
SENSITIVE: []
|
5242
|
+
end
|
5243
|
+
|
5244
|
+
class Route
|
5245
|
+
attr_accessor cidr: ::String
|
5246
|
+
attr_accessor gateway: ::String
|
5247
|
+
SENSITIVE: []
|
5248
|
+
end
|
5249
|
+
|
5250
|
+
class RouteCreateRequest
|
5251
|
+
attr_accessor cidr: ::String
|
5252
|
+
attr_accessor gateway: ::String
|
5253
|
+
SENSITIVE: []
|
5254
|
+
end
|
5255
|
+
|
5256
|
+
class RouteUpdateRequest
|
5257
|
+
attr_accessor cidr: ::String
|
5258
|
+
attr_accessor gateway: ::String
|
5259
|
+
SENSITIVE: []
|
5260
|
+
end
|
5261
|
+
|
5262
|
+
class SrtGroupSettings
|
5263
|
+
attr_accessor input_loss_action: ("DROP_PROGRAM" | "DROP_TS" | "EMIT_PROGRAM")
|
5264
|
+
SENSITIVE: []
|
5265
|
+
end
|
5266
|
+
|
5267
|
+
class SrtOutputDestinationSettings
|
5268
|
+
attr_accessor encryption_passphrase_secret_arn: ::String
|
5269
|
+
attr_accessor stream_id: ::String
|
5270
|
+
attr_accessor url: ::String
|
5271
|
+
SENSITIVE: []
|
5272
|
+
end
|
5273
|
+
|
5274
|
+
class SrtOutputSettings
|
5275
|
+
attr_accessor buffer_msec: ::Integer
|
5276
|
+
attr_accessor container_settings: Types::UdpContainerSettings
|
5277
|
+
attr_accessor destination: Types::OutputLocationRef
|
5278
|
+
attr_accessor encryption_type: ("AES128" | "AES192" | "AES256")
|
5279
|
+
attr_accessor latency: ::Integer
|
5280
|
+
SENSITIVE: []
|
5281
|
+
end
|
5282
|
+
|
5283
|
+
class UpdateChannelPlacementGroupRequest
|
5284
|
+
attr_accessor channel_placement_group_id: ::String
|
5285
|
+
attr_accessor cluster_id: ::String
|
5286
|
+
attr_accessor name: ::String
|
5287
|
+
attr_accessor nodes: ::Array[::String]
|
5288
|
+
SENSITIVE: []
|
5289
|
+
end
|
5290
|
+
|
5291
|
+
class UpdateChannelPlacementGroupResponse
|
5292
|
+
attr_accessor arn: ::String
|
5293
|
+
attr_accessor channels: ::Array[::String]
|
5294
|
+
attr_accessor cluster_id: ::String
|
5295
|
+
attr_accessor id: ::String
|
5296
|
+
attr_accessor name: ::String
|
5297
|
+
attr_accessor nodes: ::Array[::String]
|
5298
|
+
attr_accessor state: ("UNASSIGNED" | "ASSIGNING" | "ASSIGNED" | "DELETING" | "DELETE_FAILED" | "DELETED" | "UNASSIGNING")
|
5299
|
+
SENSITIVE: []
|
5300
|
+
end
|
5301
|
+
|
5302
|
+
class UpdateClusterRequest
|
5303
|
+
attr_accessor cluster_id: ::String
|
5304
|
+
attr_accessor name: ::String
|
5305
|
+
attr_accessor network_settings: Types::ClusterNetworkSettingsUpdateRequest
|
5306
|
+
SENSITIVE: []
|
5307
|
+
end
|
5308
|
+
|
5309
|
+
class UpdateClusterResponse
|
5310
|
+
attr_accessor arn: ::String
|
5311
|
+
attr_accessor channel_ids: ::Array[::String]
|
5312
|
+
attr_accessor cluster_type: ("ON_PREMISES")
|
5313
|
+
attr_accessor id: ::String
|
5314
|
+
attr_accessor name: ::String
|
5315
|
+
attr_accessor network_settings: Types::ClusterNetworkSettings
|
5316
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETE_FAILED" | "DELETED")
|
5317
|
+
SENSITIVE: []
|
5318
|
+
end
|
5319
|
+
|
5320
|
+
class UpdateClusterResult
|
5321
|
+
attr_accessor arn: ::String
|
5322
|
+
attr_accessor channel_ids: ::Array[::String]
|
5323
|
+
attr_accessor cluster_type: ("ON_PREMISES")
|
5324
|
+
attr_accessor id: ::String
|
5325
|
+
attr_accessor name: ::String
|
5326
|
+
attr_accessor network_settings: Types::ClusterNetworkSettings
|
5327
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETE_FAILED" | "DELETED")
|
5328
|
+
SENSITIVE: []
|
5329
|
+
end
|
5330
|
+
|
5331
|
+
class UpdateNetworkRequest
|
5332
|
+
attr_accessor ip_pools: ::Array[Types::IpPoolUpdateRequest]
|
5333
|
+
attr_accessor name: ::String
|
5334
|
+
attr_accessor network_id: ::String
|
5335
|
+
attr_accessor routes: ::Array[Types::RouteUpdateRequest]
|
5336
|
+
SENSITIVE: []
|
5337
|
+
end
|
5338
|
+
|
5339
|
+
class UpdateNetworkResponse
|
5340
|
+
attr_accessor arn: ::String
|
5341
|
+
attr_accessor associated_cluster_ids: ::Array[::String]
|
5342
|
+
attr_accessor id: ::String
|
5343
|
+
attr_accessor ip_pools: ::Array[Types::IpPool]
|
5344
|
+
attr_accessor name: ::String
|
5345
|
+
attr_accessor routes: ::Array[Types::Route]
|
5346
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "IDLE" | "IN_USE" | "UPDATING" | "DELETE_FAILED" | "DELETED")
|
5347
|
+
SENSITIVE: []
|
5348
|
+
end
|
5349
|
+
|
5350
|
+
class UpdateNetworkResult
|
5351
|
+
attr_accessor arn: ::String
|
5352
|
+
attr_accessor associated_cluster_ids: ::Array[::String]
|
5353
|
+
attr_accessor id: ::String
|
5354
|
+
attr_accessor ip_pools: ::Array[Types::IpPool]
|
5355
|
+
attr_accessor name: ::String
|
5356
|
+
attr_accessor routes: ::Array[Types::Route]
|
5357
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "IDLE" | "IN_USE" | "UPDATING" | "DELETE_FAILED" | "DELETED")
|
5358
|
+
SENSITIVE: []
|
5359
|
+
end
|
5360
|
+
|
5361
|
+
class UpdateNodeRequest
|
5362
|
+
attr_accessor cluster_id: ::String
|
5363
|
+
attr_accessor name: ::String
|
5364
|
+
attr_accessor node_id: ::String
|
5365
|
+
attr_accessor role: ("BACKUP" | "ACTIVE")
|
5366
|
+
SENSITIVE: []
|
5367
|
+
end
|
5368
|
+
|
5369
|
+
class UpdateNodeResponse
|
5370
|
+
attr_accessor arn: ::String
|
5371
|
+
attr_accessor channel_placement_groups: ::Array[::String]
|
5372
|
+
attr_accessor cluster_id: ::String
|
5373
|
+
attr_accessor connection_state: ("CONNECTED" | "DISCONNECTED")
|
5374
|
+
attr_accessor id: ::String
|
5375
|
+
attr_accessor instance_arn: ::String
|
5376
|
+
attr_accessor name: ::String
|
5377
|
+
attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
|
5378
|
+
attr_accessor role: ("BACKUP" | "ACTIVE")
|
5379
|
+
attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
|
5380
|
+
SENSITIVE: []
|
5381
|
+
end
|
5382
|
+
|
5383
|
+
class UpdateNodeStateRequest
|
5384
|
+
attr_accessor cluster_id: ::String
|
5385
|
+
attr_accessor node_id: ::String
|
5386
|
+
attr_accessor state: ("ACTIVE" | "DRAINING")
|
5387
|
+
SENSITIVE: []
|
5388
|
+
end
|
5389
|
+
|
5390
|
+
class UpdateNodeStateResponse
|
5391
|
+
attr_accessor arn: ::String
|
5392
|
+
attr_accessor channel_placement_groups: ::Array[::String]
|
5393
|
+
attr_accessor cluster_id: ::String
|
5394
|
+
attr_accessor connection_state: ("CONNECTED" | "DISCONNECTED")
|
5395
|
+
attr_accessor id: ::String
|
5396
|
+
attr_accessor instance_arn: ::String
|
5397
|
+
attr_accessor name: ::String
|
5398
|
+
attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
|
5399
|
+
attr_accessor role: ("BACKUP" | "ACTIVE")
|
5400
|
+
attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
|
5401
|
+
SENSITIVE: []
|
5402
|
+
end
|
4634
5403
|
end
|
4635
5404
|
end
|