aws-sdk-mediaconnect 1.77.0 → 1.78.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.
@@ -473,6 +473,7 @@ module Aws::MediaConnect
473
473
  # Adds outputs to an existing bridge.
474
474
  #
475
475
  # @option params [required, String] :bridge_arn
476
+ # The Amazon Resource Name (ARN) of the bridge that you want to update.
476
477
  #
477
478
  # @option params [required, Array<Types::AddBridgeOutputRequest>] :outputs
478
479
  # The outputs that you want to add to this bridge.
@@ -485,15 +486,15 @@ module Aws::MediaConnect
485
486
  # @example Request syntax with placeholder values
486
487
  #
487
488
  # resp = client.add_bridge_outputs({
488
- # bridge_arn: "__string", # required
489
+ # bridge_arn: "AddBridgeOutputsRequestBridgeArnString", # required
489
490
  # outputs: [ # required
490
491
  # {
491
492
  # network_output: {
492
- # ip_address: "__string", # required
493
- # name: "__string", # required
494
- # network_name: "__string", # required
493
+ # ip_address: "String", # required
494
+ # name: "String", # required
495
+ # network_name: "String", # required
495
496
  # port: 1, # required
496
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp
497
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp, ndi-speed-hq
497
498
  # ttl: 1, # required
498
499
  # },
499
500
  # },
@@ -511,7 +512,7 @@ module Aws::MediaConnect
511
512
  # resp.outputs[0].network_output.name #=> String
512
513
  # resp.outputs[0].network_output.network_name #=> String
513
514
  # resp.outputs[0].network_output.port #=> Integer
514
- # resp.outputs[0].network_output.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
515
+ # resp.outputs[0].network_output.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
515
516
  # resp.outputs[0].network_output.ttl #=> Integer
516
517
  #
517
518
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/AddBridgeOutputs AWS API Documentation
@@ -526,6 +527,7 @@ module Aws::MediaConnect
526
527
  # Adds sources to an existing bridge.
527
528
  #
528
529
  # @option params [required, String] :bridge_arn
530
+ # The Amazon Resource Name (ARN) of the bridge that you want to update.
529
531
  #
530
532
  # @option params [required, Array<Types::AddBridgeSourceRequest>] :sources
531
533
  # The sources that you want to add to this bridge.
@@ -538,25 +540,25 @@ module Aws::MediaConnect
538
540
  # @example Request syntax with placeholder values
539
541
  #
540
542
  # resp = client.add_bridge_sources({
541
- # bridge_arn: "__string", # required
543
+ # bridge_arn: "BridgeArn", # required
542
544
  # sources: [ # required
543
545
  # {
544
546
  # flow_source: {
545
- # flow_arn: "__string", # required
547
+ # flow_arn: "AddBridgeFlowSourceRequestFlowArnString", # required
546
548
  # flow_vpc_interface_attachment: {
547
- # vpc_interface_name: "__string",
549
+ # vpc_interface_name: "String",
548
550
  # },
549
- # name: "__string", # required
551
+ # name: "String", # required
550
552
  # },
551
553
  # network_source: {
552
- # multicast_ip: "__string", # required
554
+ # multicast_ip: "String", # required
553
555
  # multicast_source_settings: {
554
- # multicast_source_ip: "__string",
556
+ # multicast_source_ip: "String",
555
557
  # },
556
- # name: "__string", # required
557
- # network_name: "__string", # required
558
+ # name: "String", # required
559
+ # network_name: "String", # required
558
560
  # port: 1, # required
559
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp
561
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp, ndi-speed-hq
560
562
  # },
561
563
  # },
562
564
  # ],
@@ -575,7 +577,7 @@ module Aws::MediaConnect
575
577
  # resp.sources[0].network_source.name #=> String
576
578
  # resp.sources[0].network_source.network_name #=> String
577
579
  # resp.sources[0].network_source.port #=> Integer
578
- # resp.sources[0].network_source.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
580
+ # resp.sources[0].network_source.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
579
581
  #
580
582
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/AddBridgeSources AWS API Documentation
581
583
  #
@@ -591,6 +593,7 @@ module Aws::MediaConnect
591
593
  # uses the ST 2110 JPEG XS or CDI protocol.
592
594
  #
593
595
  # @option params [required, String] :flow_arn
596
+ # The Amazon Resource Name (ARN) of the flow.
594
597
  #
595
598
  # @option params [required, Array<Types::AddMediaStreamRequest>] :media_streams
596
599
  # The media streams that you want to add to the flow.
@@ -603,27 +606,27 @@ module Aws::MediaConnect
603
606
  # @example Request syntax with placeholder values
604
607
  #
605
608
  # resp = client.add_flow_media_streams({
606
- # flow_arn: "__string", # required
609
+ # flow_arn: "AddFlowMediaStreamsRequestFlowArnString", # required
607
610
  # media_streams: [ # required
608
611
  # {
609
612
  # attributes: {
610
613
  # fmtp: {
611
- # channel_order: "__string",
614
+ # channel_order: "String",
612
615
  # colorimetry: "BT601", # accepts BT601, BT709, BT2020, BT2100, ST2065-1, ST2065-3, XYZ
613
- # exact_framerate: "__string",
614
- # par: "__string",
616
+ # exact_framerate: "String",
617
+ # par: "String",
615
618
  # range: "NARROW", # accepts NARROW, FULL, FULLPROTECT
616
619
  # scan_mode: "progressive", # accepts progressive, interlace, progressive-segmented-frame
617
620
  # tcs: "SDR", # accepts SDR, PQ, HLG, LINEAR, BT2100LINPQ, BT2100LINHLG, ST2065-1, ST428-1, DENSITY
618
621
  # },
619
- # lang: "__string",
622
+ # lang: "String",
620
623
  # },
621
624
  # clock_rate: 1,
622
- # description: "__string",
625
+ # description: "String",
623
626
  # media_stream_id: 1, # required
624
- # media_stream_name: "__string", # required
627
+ # media_stream_name: "String", # required
625
628
  # media_stream_type: "video", # required, accepts video, audio, ancillary-data
626
- # video_format: "__string",
629
+ # video_format: "String",
627
630
  # },
628
631
  # ],
629
632
  # })
@@ -661,9 +664,11 @@ module Aws::MediaConnect
661
664
  # flow.
662
665
  #
663
666
  # @option params [required, String] :flow_arn
667
+ # The Amazon Resource Name (ARN) of the flow that you want to add
668
+ # outputs to.
664
669
  #
665
670
  # @option params [required, Array<Types::AddOutputRequest>] :outputs
666
- # A list of outputs that you want to add.
671
+ # A list of outputs that you want to add to the flow.
667
672
  #
668
673
  # @return [Types::AddFlowOutputsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
669
674
  #
@@ -673,32 +678,32 @@ module Aws::MediaConnect
673
678
  # @example Request syntax with placeholder values
674
679
  #
675
680
  # resp = client.add_flow_outputs({
676
- # flow_arn: "__string", # required
681
+ # flow_arn: "AddFlowOutputsRequestFlowArnString", # required
677
682
  # outputs: [ # required
678
683
  # {
679
- # cidr_allow_list: ["__string"],
680
- # description: "__string",
681
- # destination: "__string",
684
+ # cidr_allow_list: ["String"],
685
+ # description: "String",
686
+ # destination: "String",
682
687
  # encryption: {
683
688
  # algorithm: "aes128", # accepts aes128, aes192, aes256
684
- # constant_initialization_vector: "__string",
685
- # device_id: "__string",
689
+ # constant_initialization_vector: "String",
690
+ # device_id: "String",
686
691
  # key_type: "speke", # accepts speke, static-key, srt-password
687
- # region: "__string",
688
- # resource_id: "__string",
689
- # role_arn: "__string", # required
690
- # secret_arn: "__string",
691
- # url: "__string",
692
+ # region: "String",
693
+ # resource_id: "String",
694
+ # role_arn: "String", # required
695
+ # secret_arn: "String",
696
+ # url: "String",
692
697
  # },
693
698
  # max_latency: 1,
694
699
  # media_stream_output_configurations: [
695
700
  # {
696
701
  # destination_configurations: [
697
702
  # {
698
- # destination_ip: "__string", # required
703
+ # destination_ip: "String", # required
699
704
  # destination_port: 1, # required
700
705
  # interface: { # required
701
- # name: "__string", # required
706
+ # name: "String", # required
702
707
  # },
703
708
  # },
704
709
  # ],
@@ -707,21 +712,23 @@ module Aws::MediaConnect
707
712
  # compression_factor: 1.0, # required
708
713
  # encoder_profile: "main", # required, accepts main, high
709
714
  # },
710
- # media_stream_name: "__string", # required
715
+ # media_stream_name: "String", # required
711
716
  # },
712
717
  # ],
713
718
  # min_latency: 1,
714
- # name: "__string",
719
+ # name: "String",
715
720
  # port: 1,
716
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp
717
- # remote_id: "__string",
721
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp, ndi-speed-hq
722
+ # remote_id: "String",
718
723
  # sender_control_port: 1,
719
724
  # smoothing_latency: 1,
720
- # stream_id: "__string",
725
+ # stream_id: "String",
721
726
  # vpc_interface_attachment: {
722
- # vpc_interface_name: "__string",
727
+ # vpc_interface_name: "String",
723
728
  # },
724
729
  # output_status: "ENABLED", # accepts ENABLED, DISABLED
730
+ # ndi_speed_hq_quality: 1,
731
+ # ndi_program_name: "String",
725
732
  # },
726
733
  # ],
727
734
  # })
@@ -764,7 +771,7 @@ module Aws::MediaConnect
764
771
  # resp.outputs[0].transport.max_latency #=> Integer
765
772
  # resp.outputs[0].transport.max_sync_buffer #=> Integer
766
773
  # resp.outputs[0].transport.min_latency #=> Integer
767
- # resp.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
774
+ # resp.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
768
775
  # resp.outputs[0].transport.remote_id #=> String
769
776
  # resp.outputs[0].transport.sender_control_port #=> Integer
770
777
  # resp.outputs[0].transport.sender_ip_address #=> String
@@ -772,6 +779,8 @@ module Aws::MediaConnect
772
779
  # resp.outputs[0].transport.source_listener_address #=> String
773
780
  # resp.outputs[0].transport.source_listener_port #=> Integer
774
781
  # resp.outputs[0].transport.stream_id #=> String
782
+ # resp.outputs[0].transport.ndi_speed_hq_quality #=> Integer
783
+ # resp.outputs[0].transport.ndi_program_name #=> String
775
784
  # resp.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
776
785
  # resp.outputs[0].bridge_arn #=> String
777
786
  # resp.outputs[0].bridge_ports #=> Array
@@ -787,12 +796,13 @@ module Aws::MediaConnect
787
796
  req.send_request(options)
788
797
  end
789
798
 
790
- # Adds Sources to flow
799
+ # Adds sources to a flow.
791
800
  #
792
801
  # @option params [required, String] :flow_arn
802
+ # The Amazon Resource Name (ARN) of the flow that you want to update.
793
803
  #
794
804
  # @option params [required, Array<Types::SetSourceRequest>] :sources
795
- # A list of sources that you want to add.
805
+ # A list of sources that you want to add to the flow.
796
806
  #
797
807
  # @return [Types::AddFlowSourcesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
798
808
  #
@@ -802,22 +812,22 @@ module Aws::MediaConnect
802
812
  # @example Request syntax with placeholder values
803
813
  #
804
814
  # resp = client.add_flow_sources({
805
- # flow_arn: "__string", # required
815
+ # flow_arn: "AddFlowSourcesRequestFlowArnString", # required
806
816
  # sources: [ # required
807
817
  # {
808
818
  # decryption: {
809
819
  # algorithm: "aes128", # accepts aes128, aes192, aes256
810
- # constant_initialization_vector: "__string",
811
- # device_id: "__string",
820
+ # constant_initialization_vector: "String",
821
+ # device_id: "String",
812
822
  # key_type: "speke", # accepts speke, static-key, srt-password
813
- # region: "__string",
814
- # resource_id: "__string",
815
- # role_arn: "__string", # required
816
- # secret_arn: "__string",
817
- # url: "__string",
823
+ # region: "String",
824
+ # resource_id: "String",
825
+ # role_arn: "String", # required
826
+ # secret_arn: "String",
827
+ # url: "String",
818
828
  # },
819
- # description: "__string",
820
- # entitlement_arn: "__string",
829
+ # description: "String",
830
+ # entitlement_arn: "SetSourceRequestEntitlementArnString",
821
831
  # ingest_port: 1,
822
832
  # max_bitrate: 1,
823
833
  # max_latency: 1,
@@ -829,27 +839,27 @@ module Aws::MediaConnect
829
839
  # {
830
840
  # input_port: 1, # required
831
841
  # interface: { # required
832
- # name: "__string", # required
842
+ # name: "String", # required
833
843
  # },
834
844
  # },
835
845
  # ],
836
- # media_stream_name: "__string", # required
846
+ # media_stream_name: "String", # required
837
847
  # },
838
848
  # ],
839
849
  # min_latency: 1,
840
- # name: "__string",
841
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp
850
+ # name: "String",
851
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp, ndi-speed-hq
842
852
  # sender_control_port: 1,
843
- # sender_ip_address: "__string",
844
- # source_listener_address: "__string",
853
+ # sender_ip_address: "String",
854
+ # source_listener_address: "String",
845
855
  # source_listener_port: 1,
846
- # stream_id: "__string",
847
- # vpc_interface_name: "__string",
848
- # whitelist_cidr: "__string",
856
+ # stream_id: "String",
857
+ # vpc_interface_name: "String",
858
+ # whitelist_cidr: "String",
849
859
  # gateway_bridge_source: {
850
- # bridge_arn: "__string", # required
860
+ # bridge_arn: "SetGatewayBridgeSourceRequestBridgeArnString", # required
851
861
  # vpc_interface_attachment: {
852
- # vpc_interface_name: "__string",
862
+ # vpc_interface_name: "String",
853
863
  # },
854
864
  # },
855
865
  # },
@@ -891,7 +901,7 @@ module Aws::MediaConnect
891
901
  # resp.sources[0].transport.max_latency #=> Integer
892
902
  # resp.sources[0].transport.max_sync_buffer #=> Integer
893
903
  # resp.sources[0].transport.min_latency #=> Integer
894
- # resp.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
904
+ # resp.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
895
905
  # resp.sources[0].transport.remote_id #=> String
896
906
  # resp.sources[0].transport.sender_control_port #=> Integer
897
907
  # resp.sources[0].transport.sender_ip_address #=> String
@@ -899,6 +909,8 @@ module Aws::MediaConnect
899
909
  # resp.sources[0].transport.source_listener_address #=> String
900
910
  # resp.sources[0].transport.source_listener_port #=> Integer
901
911
  # resp.sources[0].transport.stream_id #=> String
912
+ # resp.sources[0].transport.ndi_speed_hq_quality #=> Integer
913
+ # resp.sources[0].transport.ndi_program_name #=> String
902
914
  # resp.sources[0].vpc_interface_name #=> String
903
915
  # resp.sources[0].whitelist_cidr #=> String
904
916
  # resp.sources[0].gateway_bridge_source.bridge_arn #=> String
@@ -913,12 +925,13 @@ module Aws::MediaConnect
913
925
  req.send_request(options)
914
926
  end
915
927
 
916
- # Adds VPC interfaces to flow
928
+ # Adds VPC interfaces to a flow.
917
929
  #
918
930
  # @option params [required, String] :flow_arn
931
+ # The Amazon Resource Name (ARN) of the flow that you want to update.
919
932
  #
920
933
  # @option params [required, Array<Types::VpcInterfaceRequest>] :vpc_interfaces
921
- # A list of VPC interfaces that you want to add.
934
+ # A list of VPC interfaces that you want to add to the flow.
922
935
  #
923
936
  # @return [Types::AddFlowVpcInterfacesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
924
937
  #
@@ -928,14 +941,14 @@ module Aws::MediaConnect
928
941
  # @example Request syntax with placeholder values
929
942
  #
930
943
  # resp = client.add_flow_vpc_interfaces({
931
- # flow_arn: "__string", # required
944
+ # flow_arn: "AddFlowVpcInterfacesRequestFlowArnString", # required
932
945
  # vpc_interfaces: [ # required
933
946
  # {
934
- # name: "__string", # required
947
+ # name: "String", # required
935
948
  # network_interface_type: "ena", # accepts ena, efa
936
- # role_arn: "__string", # required
937
- # security_group_ids: ["__string"], # required
938
- # subnet_id: "__string", # required
949
+ # role_arn: "String", # required
950
+ # security_group_ids: ["String"], # required
951
+ # subnet_id: "String", # required
939
952
  # },
940
953
  # ],
941
954
  # })
@@ -965,14 +978,12 @@ module Aws::MediaConnect
965
978
  # Creates a new bridge. The request must include one source.
966
979
  #
967
980
  # @option params [Types::AddEgressGatewayBridgeRequest] :egress_gateway_bridge
968
- # Create a bridge with the egress bridge type. An egress bridge is a
969
- # cloud-to-ground bridge. The content comes from an existing
970
- # MediaConnect flow and is delivered to your premises.
981
+ # An egress bridge is a cloud-to-ground bridge. The content comes from
982
+ # an existing MediaConnect flow and is delivered to your premises.
971
983
  #
972
984
  # @option params [Types::AddIngressGatewayBridgeRequest] :ingress_gateway_bridge
973
- # Create a bridge with the ingress bridge type. An ingress bridge is a
974
- # ground-to-cloud bridge. The content originates at your premises and is
975
- # delivered to the cloud.
985
+ # An ingress bridge is a ground-to-cloud bridge. The content originates
986
+ # at your premises and is delivered to the cloud.
976
987
  #
977
988
  # @option params [required, String] :name
978
989
  # The name of the bridge. This name can not be modified after the bridge
@@ -1004,46 +1015,46 @@ module Aws::MediaConnect
1004
1015
  # max_bitrate: 1, # required
1005
1016
  # max_outputs: 1, # required
1006
1017
  # },
1007
- # name: "__string", # required
1018
+ # name: "String", # required
1008
1019
  # outputs: [
1009
1020
  # {
1010
1021
  # network_output: {
1011
- # ip_address: "__string", # required
1012
- # name: "__string", # required
1013
- # network_name: "__string", # required
1022
+ # ip_address: "String", # required
1023
+ # name: "String", # required
1024
+ # network_name: "String", # required
1014
1025
  # port: 1, # required
1015
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp
1026
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp, ndi-speed-hq
1016
1027
  # ttl: 1, # required
1017
1028
  # },
1018
1029
  # },
1019
1030
  # ],
1020
- # placement_arn: "__string", # required
1031
+ # placement_arn: "String", # required
1021
1032
  # source_failover_config: {
1022
1033
  # failover_mode: "MERGE", # accepts MERGE, FAILOVER
1023
1034
  # recovery_window: 1,
1024
1035
  # source_priority: {
1025
- # primary_source: "__string",
1036
+ # primary_source: "String",
1026
1037
  # },
1027
1038
  # state: "ENABLED", # accepts ENABLED, DISABLED
1028
1039
  # },
1029
1040
  # sources: [ # required
1030
1041
  # {
1031
1042
  # flow_source: {
1032
- # flow_arn: "__string", # required
1043
+ # flow_arn: "AddBridgeFlowSourceRequestFlowArnString", # required
1033
1044
  # flow_vpc_interface_attachment: {
1034
- # vpc_interface_name: "__string",
1045
+ # vpc_interface_name: "String",
1035
1046
  # },
1036
- # name: "__string", # required
1047
+ # name: "String", # required
1037
1048
  # },
1038
1049
  # network_source: {
1039
- # multicast_ip: "__string", # required
1050
+ # multicast_ip: "String", # required
1040
1051
  # multicast_source_settings: {
1041
- # multicast_source_ip: "__string",
1052
+ # multicast_source_ip: "String",
1042
1053
  # },
1043
- # name: "__string", # required
1044
- # network_name: "__string", # required
1054
+ # name: "String", # required
1055
+ # network_name: "String", # required
1045
1056
  # port: 1, # required
1046
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp
1057
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp, ndi-speed-hq
1047
1058
  # },
1048
1059
  # },
1049
1060
  # ],
@@ -1071,7 +1082,7 @@ module Aws::MediaConnect
1071
1082
  # resp.bridge.outputs[0].network_output.name #=> String
1072
1083
  # resp.bridge.outputs[0].network_output.network_name #=> String
1073
1084
  # resp.bridge.outputs[0].network_output.port #=> Integer
1074
- # resp.bridge.outputs[0].network_output.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
1085
+ # resp.bridge.outputs[0].network_output.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
1075
1086
  # resp.bridge.outputs[0].network_output.ttl #=> Integer
1076
1087
  # resp.bridge.placement_arn #=> String
1077
1088
  # resp.bridge.source_failover_config.failover_mode #=> String, one of "MERGE", "FAILOVER"
@@ -1088,7 +1099,7 @@ module Aws::MediaConnect
1088
1099
  # resp.bridge.sources[0].network_source.name #=> String
1089
1100
  # resp.bridge.sources[0].network_source.network_name #=> String
1090
1101
  # resp.bridge.sources[0].network_source.port #=> Integer
1091
- # resp.bridge.sources[0].network_source.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
1102
+ # resp.bridge.sources[0].network_source.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
1092
1103
  #
1093
1104
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/CreateBridge AWS API Documentation
1094
1105
  #
@@ -1104,8 +1115,8 @@ module Aws::MediaConnect
1104
1115
  #
1105
1116
  # @option params [String] :availability_zone
1106
1117
  # The Availability Zone that you want to create the flow in. These
1107
- # options are limited to the Availability Zones within the current AWS
1108
- # Region.
1118
+ # options are limited to the Availability Zones within the current
1119
+ # Amazon Web Services Region.
1109
1120
  #
1110
1121
  # @option params [Array<Types::GrantEntitlementRequest>] :entitlements
1111
1122
  # The entitlements that you want to grant on a flow.
@@ -1121,22 +1132,32 @@ module Aws::MediaConnect
1121
1132
  # The outputs that you want to add to this flow.
1122
1133
  #
1123
1134
  # @option params [Types::SetSourceRequest] :source
1124
- # The settings for the source of the flow.
1135
+ # The settings for the source that you want to use for the new flow.
1125
1136
  #
1126
1137
  # @option params [Types::FailoverConfig] :source_failover_config
1127
1138
  # The settings for source failover.
1128
1139
  #
1129
1140
  # @option params [Array<Types::SetSourceRequest>] :sources
1141
+ # The sources that are assigned to the flow.
1130
1142
  #
1131
1143
  # @option params [Array<Types::VpcInterfaceRequest>] :vpc_interfaces
1132
1144
  # The VPC interfaces you want on the flow.
1133
1145
  #
1134
1146
  # @option params [Types::AddMaintenance] :maintenance
1135
- # Create maintenance setting for a flow
1147
+ # The maintenance settings you want to use for the flow.
1136
1148
  #
1137
1149
  # @option params [Types::MonitoringConfig] :source_monitoring_config
1138
1150
  # The settings for source monitoring.
1139
1151
  #
1152
+ # @option params [String] :flow_size
1153
+ # Determines the processing capacity and feature set of the flow. Set
1154
+ # this optional parameter to `LARGE` if you want to enable NDI outputs
1155
+ # on the flow.
1156
+ #
1157
+ # @option params [Types::NdiConfig] :ndi_config
1158
+ # Specifies the configuration settings for NDI outputs. Required when
1159
+ # the flow includes NDI outputs.
1160
+ #
1140
1161
  # @return [Types::CreateFlowResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1141
1162
  #
1142
1163
  # * {Types::CreateFlowResponse#flow #flow} => Types::Flow
@@ -1144,75 +1165,75 @@ module Aws::MediaConnect
1144
1165
  # @example Request syntax with placeholder values
1145
1166
  #
1146
1167
  # resp = client.create_flow({
1147
- # availability_zone: "__string",
1168
+ # availability_zone: "String",
1148
1169
  # entitlements: [
1149
1170
  # {
1150
1171
  # data_transfer_subscriber_fee_percent: 1,
1151
- # description: "__string",
1172
+ # description: "String",
1152
1173
  # encryption: {
1153
1174
  # algorithm: "aes128", # accepts aes128, aes192, aes256
1154
- # constant_initialization_vector: "__string",
1155
- # device_id: "__string",
1175
+ # constant_initialization_vector: "String",
1176
+ # device_id: "String",
1156
1177
  # key_type: "speke", # accepts speke, static-key, srt-password
1157
- # region: "__string",
1158
- # resource_id: "__string",
1159
- # role_arn: "__string", # required
1160
- # secret_arn: "__string",
1161
- # url: "__string",
1178
+ # region: "String",
1179
+ # resource_id: "String",
1180
+ # role_arn: "String", # required
1181
+ # secret_arn: "String",
1182
+ # url: "String",
1162
1183
  # },
1163
1184
  # entitlement_status: "ENABLED", # accepts ENABLED, DISABLED
1164
- # name: "__string",
1165
- # subscribers: ["__string"], # required
1185
+ # name: "String",
1186
+ # subscribers: ["String"], # required
1166
1187
  # },
1167
1188
  # ],
1168
1189
  # media_streams: [
1169
1190
  # {
1170
1191
  # attributes: {
1171
1192
  # fmtp: {
1172
- # channel_order: "__string",
1193
+ # channel_order: "String",
1173
1194
  # colorimetry: "BT601", # accepts BT601, BT709, BT2020, BT2100, ST2065-1, ST2065-3, XYZ
1174
- # exact_framerate: "__string",
1175
- # par: "__string",
1195
+ # exact_framerate: "String",
1196
+ # par: "String",
1176
1197
  # range: "NARROW", # accepts NARROW, FULL, FULLPROTECT
1177
1198
  # scan_mode: "progressive", # accepts progressive, interlace, progressive-segmented-frame
1178
1199
  # tcs: "SDR", # accepts SDR, PQ, HLG, LINEAR, BT2100LINPQ, BT2100LINHLG, ST2065-1, ST428-1, DENSITY
1179
1200
  # },
1180
- # lang: "__string",
1201
+ # lang: "String",
1181
1202
  # },
1182
1203
  # clock_rate: 1,
1183
- # description: "__string",
1204
+ # description: "String",
1184
1205
  # media_stream_id: 1, # required
1185
- # media_stream_name: "__string", # required
1206
+ # media_stream_name: "String", # required
1186
1207
  # media_stream_type: "video", # required, accepts video, audio, ancillary-data
1187
- # video_format: "__string",
1208
+ # video_format: "String",
1188
1209
  # },
1189
1210
  # ],
1190
- # name: "__string", # required
1211
+ # name: "String", # required
1191
1212
  # outputs: [
1192
1213
  # {
1193
- # cidr_allow_list: ["__string"],
1194
- # description: "__string",
1195
- # destination: "__string",
1214
+ # cidr_allow_list: ["String"],
1215
+ # description: "String",
1216
+ # destination: "String",
1196
1217
  # encryption: {
1197
1218
  # algorithm: "aes128", # accepts aes128, aes192, aes256
1198
- # constant_initialization_vector: "__string",
1199
- # device_id: "__string",
1219
+ # constant_initialization_vector: "String",
1220
+ # device_id: "String",
1200
1221
  # key_type: "speke", # accepts speke, static-key, srt-password
1201
- # region: "__string",
1202
- # resource_id: "__string",
1203
- # role_arn: "__string", # required
1204
- # secret_arn: "__string",
1205
- # url: "__string",
1222
+ # region: "String",
1223
+ # resource_id: "String",
1224
+ # role_arn: "String", # required
1225
+ # secret_arn: "String",
1226
+ # url: "String",
1206
1227
  # },
1207
1228
  # max_latency: 1,
1208
1229
  # media_stream_output_configurations: [
1209
1230
  # {
1210
1231
  # destination_configurations: [
1211
1232
  # {
1212
- # destination_ip: "__string", # required
1233
+ # destination_ip: "String", # required
1213
1234
  # destination_port: 1, # required
1214
1235
  # interface: { # required
1215
- # name: "__string", # required
1236
+ # name: "String", # required
1216
1237
  # },
1217
1238
  # },
1218
1239
  # ],
@@ -1221,37 +1242,39 @@ module Aws::MediaConnect
1221
1242
  # compression_factor: 1.0, # required
1222
1243
  # encoder_profile: "main", # required, accepts main, high
1223
1244
  # },
1224
- # media_stream_name: "__string", # required
1245
+ # media_stream_name: "String", # required
1225
1246
  # },
1226
1247
  # ],
1227
1248
  # min_latency: 1,
1228
- # name: "__string",
1249
+ # name: "String",
1229
1250
  # port: 1,
1230
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp
1231
- # remote_id: "__string",
1251
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp, ndi-speed-hq
1252
+ # remote_id: "String",
1232
1253
  # sender_control_port: 1,
1233
1254
  # smoothing_latency: 1,
1234
- # stream_id: "__string",
1255
+ # stream_id: "String",
1235
1256
  # vpc_interface_attachment: {
1236
- # vpc_interface_name: "__string",
1257
+ # vpc_interface_name: "String",
1237
1258
  # },
1238
1259
  # output_status: "ENABLED", # accepts ENABLED, DISABLED
1260
+ # ndi_speed_hq_quality: 1,
1261
+ # ndi_program_name: "String",
1239
1262
  # },
1240
1263
  # ],
1241
1264
  # source: {
1242
1265
  # decryption: {
1243
1266
  # algorithm: "aes128", # accepts aes128, aes192, aes256
1244
- # constant_initialization_vector: "__string",
1245
- # device_id: "__string",
1267
+ # constant_initialization_vector: "String",
1268
+ # device_id: "String",
1246
1269
  # key_type: "speke", # accepts speke, static-key, srt-password
1247
- # region: "__string",
1248
- # resource_id: "__string",
1249
- # role_arn: "__string", # required
1250
- # secret_arn: "__string",
1251
- # url: "__string",
1270
+ # region: "String",
1271
+ # resource_id: "String",
1272
+ # role_arn: "String", # required
1273
+ # secret_arn: "String",
1274
+ # url: "String",
1252
1275
  # },
1253
- # description: "__string",
1254
- # entitlement_arn: "__string",
1276
+ # description: "String",
1277
+ # entitlement_arn: "SetSourceRequestEntitlementArnString",
1255
1278
  # ingest_port: 1,
1256
1279
  # max_bitrate: 1,
1257
1280
  # max_latency: 1,
@@ -1263,27 +1286,27 @@ module Aws::MediaConnect
1263
1286
  # {
1264
1287
  # input_port: 1, # required
1265
1288
  # interface: { # required
1266
- # name: "__string", # required
1289
+ # name: "String", # required
1267
1290
  # },
1268
1291
  # },
1269
1292
  # ],
1270
- # media_stream_name: "__string", # required
1293
+ # media_stream_name: "String", # required
1271
1294
  # },
1272
1295
  # ],
1273
1296
  # min_latency: 1,
1274
- # name: "__string",
1275
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp
1297
+ # name: "String",
1298
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp, ndi-speed-hq
1276
1299
  # sender_control_port: 1,
1277
- # sender_ip_address: "__string",
1278
- # source_listener_address: "__string",
1300
+ # sender_ip_address: "String",
1301
+ # source_listener_address: "String",
1279
1302
  # source_listener_port: 1,
1280
- # stream_id: "__string",
1281
- # vpc_interface_name: "__string",
1282
- # whitelist_cidr: "__string",
1303
+ # stream_id: "String",
1304
+ # vpc_interface_name: "String",
1305
+ # whitelist_cidr: "String",
1283
1306
  # gateway_bridge_source: {
1284
- # bridge_arn: "__string", # required
1307
+ # bridge_arn: "SetGatewayBridgeSourceRequestBridgeArnString", # required
1285
1308
  # vpc_interface_attachment: {
1286
- # vpc_interface_name: "__string",
1309
+ # vpc_interface_name: "String",
1287
1310
  # },
1288
1311
  # },
1289
1312
  # },
@@ -1291,7 +1314,7 @@ module Aws::MediaConnect
1291
1314
  # failover_mode: "MERGE", # accepts MERGE, FAILOVER
1292
1315
  # recovery_window: 1,
1293
1316
  # source_priority: {
1294
- # primary_source: "__string",
1317
+ # primary_source: "String",
1295
1318
  # },
1296
1319
  # state: "ENABLED", # accepts ENABLED, DISABLED
1297
1320
  # },
@@ -1299,17 +1322,17 @@ module Aws::MediaConnect
1299
1322
  # {
1300
1323
  # decryption: {
1301
1324
  # algorithm: "aes128", # accepts aes128, aes192, aes256
1302
- # constant_initialization_vector: "__string",
1303
- # device_id: "__string",
1325
+ # constant_initialization_vector: "String",
1326
+ # device_id: "String",
1304
1327
  # key_type: "speke", # accepts speke, static-key, srt-password
1305
- # region: "__string",
1306
- # resource_id: "__string",
1307
- # role_arn: "__string", # required
1308
- # secret_arn: "__string",
1309
- # url: "__string",
1328
+ # region: "String",
1329
+ # resource_id: "String",
1330
+ # role_arn: "String", # required
1331
+ # secret_arn: "String",
1332
+ # url: "String",
1310
1333
  # },
1311
- # description: "__string",
1312
- # entitlement_arn: "__string",
1334
+ # description: "String",
1335
+ # entitlement_arn: "SetSourceRequestEntitlementArnString",
1313
1336
  # ingest_port: 1,
1314
1337
  # max_bitrate: 1,
1315
1338
  # max_latency: 1,
@@ -1321,43 +1344,43 @@ module Aws::MediaConnect
1321
1344
  # {
1322
1345
  # input_port: 1, # required
1323
1346
  # interface: { # required
1324
- # name: "__string", # required
1347
+ # name: "String", # required
1325
1348
  # },
1326
1349
  # },
1327
1350
  # ],
1328
- # media_stream_name: "__string", # required
1351
+ # media_stream_name: "String", # required
1329
1352
  # },
1330
1353
  # ],
1331
1354
  # min_latency: 1,
1332
- # name: "__string",
1333
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp
1355
+ # name: "String",
1356
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp, ndi-speed-hq
1334
1357
  # sender_control_port: 1,
1335
- # sender_ip_address: "__string",
1336
- # source_listener_address: "__string",
1358
+ # sender_ip_address: "String",
1359
+ # source_listener_address: "String",
1337
1360
  # source_listener_port: 1,
1338
- # stream_id: "__string",
1339
- # vpc_interface_name: "__string",
1340
- # whitelist_cidr: "__string",
1361
+ # stream_id: "String",
1362
+ # vpc_interface_name: "String",
1363
+ # whitelist_cidr: "String",
1341
1364
  # gateway_bridge_source: {
1342
- # bridge_arn: "__string", # required
1365
+ # bridge_arn: "SetGatewayBridgeSourceRequestBridgeArnString", # required
1343
1366
  # vpc_interface_attachment: {
1344
- # vpc_interface_name: "__string",
1367
+ # vpc_interface_name: "String",
1345
1368
  # },
1346
1369
  # },
1347
1370
  # },
1348
1371
  # ],
1349
1372
  # vpc_interfaces: [
1350
1373
  # {
1351
- # name: "__string", # required
1374
+ # name: "String", # required
1352
1375
  # network_interface_type: "ena", # accepts ena, efa
1353
- # role_arn: "__string", # required
1354
- # security_group_ids: ["__string"], # required
1355
- # subnet_id: "__string", # required
1376
+ # role_arn: "String", # required
1377
+ # security_group_ids: ["String"], # required
1378
+ # subnet_id: "String", # required
1356
1379
  # },
1357
1380
  # ],
1358
1381
  # maintenance: {
1359
1382
  # maintenance_day: "Monday", # required, accepts Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
1360
- # maintenance_start_hour: "__string", # required
1383
+ # maintenance_start_hour: "String", # required
1361
1384
  # },
1362
1385
  # source_monitoring_config: {
1363
1386
  # thumbnail_state: "ENABLED", # accepts ENABLED, DISABLED
@@ -1383,6 +1406,18 @@ module Aws::MediaConnect
1383
1406
  # },
1384
1407
  # ],
1385
1408
  # },
1409
+ # flow_size: "MEDIUM", # accepts MEDIUM, LARGE
1410
+ # ndi_config: {
1411
+ # ndi_state: "ENABLED", # accepts ENABLED, DISABLED
1412
+ # machine_name: "String",
1413
+ # ndi_discovery_servers: [
1414
+ # {
1415
+ # discovery_server_address: "String", # required
1416
+ # discovery_server_port: 1,
1417
+ # vpc_interface_adapter: "String", # required
1418
+ # },
1419
+ # ],
1420
+ # },
1386
1421
  # })
1387
1422
  #
1388
1423
  # @example Response structure
@@ -1460,7 +1495,7 @@ module Aws::MediaConnect
1460
1495
  # resp.flow.outputs[0].transport.max_latency #=> Integer
1461
1496
  # resp.flow.outputs[0].transport.max_sync_buffer #=> Integer
1462
1497
  # resp.flow.outputs[0].transport.min_latency #=> Integer
1463
- # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
1498
+ # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
1464
1499
  # resp.flow.outputs[0].transport.remote_id #=> String
1465
1500
  # resp.flow.outputs[0].transport.sender_control_port #=> Integer
1466
1501
  # resp.flow.outputs[0].transport.sender_ip_address #=> String
@@ -1468,6 +1503,8 @@ module Aws::MediaConnect
1468
1503
  # resp.flow.outputs[0].transport.source_listener_address #=> String
1469
1504
  # resp.flow.outputs[0].transport.source_listener_port #=> Integer
1470
1505
  # resp.flow.outputs[0].transport.stream_id #=> String
1506
+ # resp.flow.outputs[0].transport.ndi_speed_hq_quality #=> Integer
1507
+ # resp.flow.outputs[0].transport.ndi_program_name #=> String
1471
1508
  # resp.flow.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
1472
1509
  # resp.flow.outputs[0].bridge_arn #=> String
1473
1510
  # resp.flow.outputs[0].bridge_ports #=> Array
@@ -1504,7 +1541,7 @@ module Aws::MediaConnect
1504
1541
  # resp.flow.source.transport.max_latency #=> Integer
1505
1542
  # resp.flow.source.transport.max_sync_buffer #=> Integer
1506
1543
  # resp.flow.source.transport.min_latency #=> Integer
1507
- # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
1544
+ # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
1508
1545
  # resp.flow.source.transport.remote_id #=> String
1509
1546
  # resp.flow.source.transport.sender_control_port #=> Integer
1510
1547
  # resp.flow.source.transport.sender_ip_address #=> String
@@ -1512,6 +1549,8 @@ module Aws::MediaConnect
1512
1549
  # resp.flow.source.transport.source_listener_address #=> String
1513
1550
  # resp.flow.source.transport.source_listener_port #=> Integer
1514
1551
  # resp.flow.source.transport.stream_id #=> String
1552
+ # resp.flow.source.transport.ndi_speed_hq_quality #=> Integer
1553
+ # resp.flow.source.transport.ndi_program_name #=> String
1515
1554
  # resp.flow.source.vpc_interface_name #=> String
1516
1555
  # resp.flow.source.whitelist_cidr #=> String
1517
1556
  # resp.flow.source.gateway_bridge_source.bridge_arn #=> String
@@ -1552,7 +1591,7 @@ module Aws::MediaConnect
1552
1591
  # resp.flow.sources[0].transport.max_latency #=> Integer
1553
1592
  # resp.flow.sources[0].transport.max_sync_buffer #=> Integer
1554
1593
  # resp.flow.sources[0].transport.min_latency #=> Integer
1555
- # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
1594
+ # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
1556
1595
  # resp.flow.sources[0].transport.remote_id #=> String
1557
1596
  # resp.flow.sources[0].transport.sender_control_port #=> Integer
1558
1597
  # resp.flow.sources[0].transport.sender_ip_address #=> String
@@ -1560,6 +1599,8 @@ module Aws::MediaConnect
1560
1599
  # resp.flow.sources[0].transport.source_listener_address #=> String
1561
1600
  # resp.flow.sources[0].transport.source_listener_port #=> Integer
1562
1601
  # resp.flow.sources[0].transport.stream_id #=> String
1602
+ # resp.flow.sources[0].transport.ndi_speed_hq_quality #=> Integer
1603
+ # resp.flow.sources[0].transport.ndi_program_name #=> String
1563
1604
  # resp.flow.sources[0].vpc_interface_name #=> String
1564
1605
  # resp.flow.sources[0].whitelist_cidr #=> String
1565
1606
  # resp.flow.sources[0].gateway_bridge_source.bridge_arn #=> String
@@ -1588,6 +1629,13 @@ module Aws::MediaConnect
1588
1629
  # resp.flow.source_monitoring_config.video_monitoring_settings[0].black_frames.threshold_seconds #=> Integer
1589
1630
  # resp.flow.source_monitoring_config.video_monitoring_settings[0].frozen_frames.state #=> String, one of "ENABLED", "DISABLED"
1590
1631
  # resp.flow.source_monitoring_config.video_monitoring_settings[0].frozen_frames.threshold_seconds #=> Integer
1632
+ # resp.flow.flow_size #=> String, one of "MEDIUM", "LARGE"
1633
+ # resp.flow.ndi_config.ndi_state #=> String, one of "ENABLED", "DISABLED"
1634
+ # resp.flow.ndi_config.machine_name #=> String
1635
+ # resp.flow.ndi_config.ndi_discovery_servers #=> Array
1636
+ # resp.flow.ndi_config.ndi_discovery_servers[0].discovery_server_address #=> String
1637
+ # resp.flow.ndi_config.ndi_discovery_servers[0].discovery_server_port #=> Integer
1638
+ # resp.flow.ndi_config.ndi_discovery_servers[0].vpc_interface_adapter #=> String
1591
1639
  #
1592
1640
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/CreateFlow AWS API Documentation
1593
1641
  #
@@ -1599,7 +1647,7 @@ module Aws::MediaConnect
1599
1647
  end
1600
1648
 
1601
1649
  # Creates a new gateway. The request must include at least one network
1602
- # (up to 4).
1650
+ # (up to four).
1603
1651
  #
1604
1652
  # @option params [required, Array<String>] :egress_cidr_blocks
1605
1653
  # The range of IP addresses that are allowed to contribute content or
@@ -1612,7 +1660,7 @@ module Aws::MediaConnect
1612
1660
  # gateway is created.
1613
1661
  #
1614
1662
  # @option params [required, Array<Types::GatewayNetwork>] :networks
1615
- # The list of networks that you want to add.
1663
+ # The list of networks that you want to add to the gateway.
1616
1664
  #
1617
1665
  # @return [Types::CreateGatewayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1618
1666
  #
@@ -1621,12 +1669,12 @@ module Aws::MediaConnect
1621
1669
  # @example Request syntax with placeholder values
1622
1670
  #
1623
1671
  # resp = client.create_gateway({
1624
- # egress_cidr_blocks: ["__string"], # required
1625
- # name: "__string", # required
1672
+ # egress_cidr_blocks: ["String"], # required
1673
+ # name: "String", # required
1626
1674
  # networks: [ # required
1627
1675
  # {
1628
- # cidr_block: "__string", # required
1629
- # name: "__string", # required
1676
+ # cidr_block: "String", # required
1677
+ # name: "String", # required
1630
1678
  # },
1631
1679
  # ],
1632
1680
  # })
@@ -1659,6 +1707,7 @@ module Aws::MediaConnect
1659
1707
  # bridge.
1660
1708
  #
1661
1709
  # @option params [required, String] :bridge_arn
1710
+ # The Amazon Resource Name (ARN) of the bridge that you want to delete.
1662
1711
  #
1663
1712
  # @return [Types::DeleteBridgeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1664
1713
  #
@@ -1667,7 +1716,7 @@ module Aws::MediaConnect
1667
1716
  # @example Request syntax with placeholder values
1668
1717
  #
1669
1718
  # resp = client.delete_bridge({
1670
- # bridge_arn: "__string", # required
1719
+ # bridge_arn: "DeleteBridgeRequestBridgeArnString", # required
1671
1720
  # })
1672
1721
  #
1673
1722
  # @example Response structure
@@ -1686,6 +1735,7 @@ module Aws::MediaConnect
1686
1735
  # Deletes a flow. Before you can delete a flow, you must stop the flow.
1687
1736
  #
1688
1737
  # @option params [required, String] :flow_arn
1738
+ # The Amazon Resource Name (ARN) of the flow that you want to delete.
1689
1739
  #
1690
1740
  # @return [Types::DeleteFlowResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1691
1741
  #
@@ -1695,7 +1745,7 @@ module Aws::MediaConnect
1695
1745
  # @example Request syntax with placeholder values
1696
1746
  #
1697
1747
  # resp = client.delete_flow({
1698
- # flow_arn: "__string", # required
1748
+ # flow_arn: "DeleteFlowRequestFlowArnString", # required
1699
1749
  # })
1700
1750
  #
1701
1751
  # @example Response structure
@@ -1716,6 +1766,7 @@ module Aws::MediaConnect
1716
1766
  # deregister its instances and delete its bridges.
1717
1767
  #
1718
1768
  # @option params [required, String] :gateway_arn
1769
+ # The Amazon Resource Name (ARN) of the gateway that you want to delete.
1719
1770
  #
1720
1771
  # @return [Types::DeleteGatewayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1721
1772
  #
@@ -1724,7 +1775,7 @@ module Aws::MediaConnect
1724
1775
  # @example Request syntax with placeholder values
1725
1776
  #
1726
1777
  # resp = client.delete_gateway({
1727
- # gateway_arn: "__string", # required
1778
+ # gateway_arn: "DeleteGatewayRequestGatewayArnString", # required
1728
1779
  # })
1729
1780
  #
1730
1781
  # @example Response structure
@@ -1746,8 +1797,12 @@ module Aws::MediaConnect
1746
1797
  # --force option.
1747
1798
  #
1748
1799
  # @option params [Boolean] :force
1800
+ # Force the deregistration of an instance. Force will deregister an
1801
+ # instance, even if there are bridges running on it.
1749
1802
  #
1750
1803
  # @option params [required, String] :gateway_instance_arn
1804
+ # The Amazon Resource Name (ARN) of the gateway that contains the
1805
+ # instance that you want to deregister.
1751
1806
  #
1752
1807
  # @return [Types::DeregisterGatewayInstanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1753
1808
  #
@@ -1758,7 +1813,7 @@ module Aws::MediaConnect
1758
1813
  #
1759
1814
  # resp = client.deregister_gateway_instance({
1760
1815
  # force: false,
1761
- # gateway_instance_arn: "__string", # required
1816
+ # gateway_instance_arn: "DeregisterGatewayInstanceRequestGatewayInstanceArnString", # required
1762
1817
  # })
1763
1818
  #
1764
1819
  # @example Response structure
@@ -1778,6 +1833,8 @@ module Aws::MediaConnect
1778
1833
  # Displays the details of a bridge.
1779
1834
  #
1780
1835
  # @option params [required, String] :bridge_arn
1836
+ # The Amazon Resource Name (ARN) of the bridge that you want to
1837
+ # describe.
1781
1838
  #
1782
1839
  # @return [Types::DescribeBridgeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1783
1840
  #
@@ -1786,7 +1843,7 @@ module Aws::MediaConnect
1786
1843
  # @example Request syntax with placeholder values
1787
1844
  #
1788
1845
  # resp = client.describe_bridge({
1789
- # bridge_arn: "__string", # required
1846
+ # bridge_arn: "DescribeBridgeRequestBridgeArnString", # required
1790
1847
  # })
1791
1848
  #
1792
1849
  # @example Response structure
@@ -1811,7 +1868,7 @@ module Aws::MediaConnect
1811
1868
  # resp.bridge.outputs[0].network_output.name #=> String
1812
1869
  # resp.bridge.outputs[0].network_output.network_name #=> String
1813
1870
  # resp.bridge.outputs[0].network_output.port #=> Integer
1814
- # resp.bridge.outputs[0].network_output.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
1871
+ # resp.bridge.outputs[0].network_output.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
1815
1872
  # resp.bridge.outputs[0].network_output.ttl #=> Integer
1816
1873
  # resp.bridge.placement_arn #=> String
1817
1874
  # resp.bridge.source_failover_config.failover_mode #=> String, one of "MERGE", "FAILOVER"
@@ -1828,7 +1885,7 @@ module Aws::MediaConnect
1828
1885
  # resp.bridge.sources[0].network_source.name #=> String
1829
1886
  # resp.bridge.sources[0].network_source.network_name #=> String
1830
1887
  # resp.bridge.sources[0].network_source.port #=> Integer
1831
- # resp.bridge.sources[0].network_source.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
1888
+ # resp.bridge.sources[0].network_source.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
1832
1889
  #
1833
1890
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/DescribeBridge AWS API Documentation
1834
1891
  #
@@ -1839,11 +1896,12 @@ module Aws::MediaConnect
1839
1896
  req.send_request(options)
1840
1897
  end
1841
1898
 
1842
- # Displays the details of a flow. The response includes the flow ARN,
1843
- # name, and Availability Zone, as well as details about the source,
1844
- # outputs, and entitlements.
1899
+ # Displays the details of a flow. The response includes the flow Amazon
1900
+ # Resource Name (ARN), name, and Availability Zone, as well as details
1901
+ # about the source, outputs, and entitlements.
1845
1902
  #
1846
1903
  # @option params [required, String] :flow_arn
1904
+ # The ARN of the flow that you want to describe.
1847
1905
  #
1848
1906
  # @return [Types::DescribeFlowResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1849
1907
  #
@@ -1853,7 +1911,7 @@ module Aws::MediaConnect
1853
1911
  # @example Request syntax with placeholder values
1854
1912
  #
1855
1913
  # resp = client.describe_flow({
1856
- # flow_arn: "__string", # required
1914
+ # flow_arn: "DescribeFlowRequestFlowArnString", # required
1857
1915
  # })
1858
1916
  #
1859
1917
  # @example Response structure
@@ -1931,7 +1989,7 @@ module Aws::MediaConnect
1931
1989
  # resp.flow.outputs[0].transport.max_latency #=> Integer
1932
1990
  # resp.flow.outputs[0].transport.max_sync_buffer #=> Integer
1933
1991
  # resp.flow.outputs[0].transport.min_latency #=> Integer
1934
- # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
1992
+ # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
1935
1993
  # resp.flow.outputs[0].transport.remote_id #=> String
1936
1994
  # resp.flow.outputs[0].transport.sender_control_port #=> Integer
1937
1995
  # resp.flow.outputs[0].transport.sender_ip_address #=> String
@@ -1939,6 +1997,8 @@ module Aws::MediaConnect
1939
1997
  # resp.flow.outputs[0].transport.source_listener_address #=> String
1940
1998
  # resp.flow.outputs[0].transport.source_listener_port #=> Integer
1941
1999
  # resp.flow.outputs[0].transport.stream_id #=> String
2000
+ # resp.flow.outputs[0].transport.ndi_speed_hq_quality #=> Integer
2001
+ # resp.flow.outputs[0].transport.ndi_program_name #=> String
1942
2002
  # resp.flow.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
1943
2003
  # resp.flow.outputs[0].bridge_arn #=> String
1944
2004
  # resp.flow.outputs[0].bridge_ports #=> Array
@@ -1975,7 +2035,7 @@ module Aws::MediaConnect
1975
2035
  # resp.flow.source.transport.max_latency #=> Integer
1976
2036
  # resp.flow.source.transport.max_sync_buffer #=> Integer
1977
2037
  # resp.flow.source.transport.min_latency #=> Integer
1978
- # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
2038
+ # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
1979
2039
  # resp.flow.source.transport.remote_id #=> String
1980
2040
  # resp.flow.source.transport.sender_control_port #=> Integer
1981
2041
  # resp.flow.source.transport.sender_ip_address #=> String
@@ -1983,6 +2043,8 @@ module Aws::MediaConnect
1983
2043
  # resp.flow.source.transport.source_listener_address #=> String
1984
2044
  # resp.flow.source.transport.source_listener_port #=> Integer
1985
2045
  # resp.flow.source.transport.stream_id #=> String
2046
+ # resp.flow.source.transport.ndi_speed_hq_quality #=> Integer
2047
+ # resp.flow.source.transport.ndi_program_name #=> String
1986
2048
  # resp.flow.source.vpc_interface_name #=> String
1987
2049
  # resp.flow.source.whitelist_cidr #=> String
1988
2050
  # resp.flow.source.gateway_bridge_source.bridge_arn #=> String
@@ -2023,7 +2085,7 @@ module Aws::MediaConnect
2023
2085
  # resp.flow.sources[0].transport.max_latency #=> Integer
2024
2086
  # resp.flow.sources[0].transport.max_sync_buffer #=> Integer
2025
2087
  # resp.flow.sources[0].transport.min_latency #=> Integer
2026
- # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
2088
+ # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
2027
2089
  # resp.flow.sources[0].transport.remote_id #=> String
2028
2090
  # resp.flow.sources[0].transport.sender_control_port #=> Integer
2029
2091
  # resp.flow.sources[0].transport.sender_ip_address #=> String
@@ -2031,6 +2093,8 @@ module Aws::MediaConnect
2031
2093
  # resp.flow.sources[0].transport.source_listener_address #=> String
2032
2094
  # resp.flow.sources[0].transport.source_listener_port #=> Integer
2033
2095
  # resp.flow.sources[0].transport.stream_id #=> String
2096
+ # resp.flow.sources[0].transport.ndi_speed_hq_quality #=> Integer
2097
+ # resp.flow.sources[0].transport.ndi_program_name #=> String
2034
2098
  # resp.flow.sources[0].vpc_interface_name #=> String
2035
2099
  # resp.flow.sources[0].whitelist_cidr #=> String
2036
2100
  # resp.flow.sources[0].gateway_bridge_source.bridge_arn #=> String
@@ -2059,6 +2123,13 @@ module Aws::MediaConnect
2059
2123
  # resp.flow.source_monitoring_config.video_monitoring_settings[0].black_frames.threshold_seconds #=> Integer
2060
2124
  # resp.flow.source_monitoring_config.video_monitoring_settings[0].frozen_frames.state #=> String, one of "ENABLED", "DISABLED"
2061
2125
  # resp.flow.source_monitoring_config.video_monitoring_settings[0].frozen_frames.threshold_seconds #=> Integer
2126
+ # resp.flow.flow_size #=> String, one of "MEDIUM", "LARGE"
2127
+ # resp.flow.ndi_config.ndi_state #=> String, one of "ENABLED", "DISABLED"
2128
+ # resp.flow.ndi_config.machine_name #=> String
2129
+ # resp.flow.ndi_config.ndi_discovery_servers #=> Array
2130
+ # resp.flow.ndi_config.ndi_discovery_servers[0].discovery_server_address #=> String
2131
+ # resp.flow.ndi_config.ndi_discovery_servers[0].discovery_server_port #=> Integer
2132
+ # resp.flow.ndi_config.ndi_discovery_servers[0].vpc_interface_adapter #=> String
2062
2133
  # resp.messages.errors #=> Array
2063
2134
  # resp.messages.errors[0] #=> String
2064
2135
  #
@@ -2078,10 +2149,13 @@ module Aws::MediaConnect
2078
2149
  req.send_request(options)
2079
2150
  end
2080
2151
 
2081
- # Displays details of the flow's source stream. The response contains
2082
- # information about the contents of the stream and its programs.
2152
+ # The `DescribeFlowSourceMetadata` API is used to view information about
2153
+ # the flow's source transport stream and programs. This API displays
2154
+ # status messages about the flow's source as well as details about the
2155
+ # program's video, audio, and other data.
2083
2156
  #
2084
2157
  # @option params [required, String] :flow_arn
2158
+ # The Amazon Resource Name (ARN) of the flow.
2085
2159
  #
2086
2160
  # @return [Types::DescribeFlowSourceMetadataResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2087
2161
  #
@@ -2093,7 +2167,7 @@ module Aws::MediaConnect
2093
2167
  # @example Request syntax with placeholder values
2094
2168
  #
2095
2169
  # resp = client.describe_flow_source_metadata({
2096
- # flow_arn: "__string", # required
2170
+ # flow_arn: "FlowArn", # required
2097
2171
  # })
2098
2172
  #
2099
2173
  # @example Response structure
@@ -2129,9 +2203,10 @@ module Aws::MediaConnect
2129
2203
  req.send_request(options)
2130
2204
  end
2131
2205
 
2132
- # Displays the thumbnail details of a flow's source stream.
2206
+ # Describes the thumbnail for the flow source.
2133
2207
  #
2134
2208
  # @option params [required, String] :flow_arn
2209
+ # The Amazon Resource Name (ARN) of the flow.
2135
2210
  #
2136
2211
  # @return [Types::DescribeFlowSourceThumbnailResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2137
2212
  #
@@ -2140,7 +2215,7 @@ module Aws::MediaConnect
2140
2215
  # @example Request syntax with placeholder values
2141
2216
  #
2142
2217
  # resp = client.describe_flow_source_thumbnail({
2143
- # flow_arn: "__string", # required
2218
+ # flow_arn: "FlowArn", # required
2144
2219
  # })
2145
2220
  #
2146
2221
  # @example Response structure
@@ -2164,9 +2239,11 @@ module Aws::MediaConnect
2164
2239
  end
2165
2240
 
2166
2241
  # Displays the details of a gateway. The response includes the gateway
2167
- # ARN, name, and CIDR blocks, as well as details about the networks.
2242
+ # Amazon Resource Name (ARN), name, and CIDR blocks, as well as details
2243
+ # about the networks.
2168
2244
  #
2169
2245
  # @option params [required, String] :gateway_arn
2246
+ # The ARN of the gateway that you want to describe.
2170
2247
  #
2171
2248
  # @return [Types::DescribeGatewayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2172
2249
  #
@@ -2175,7 +2252,7 @@ module Aws::MediaConnect
2175
2252
  # @example Request syntax with placeholder values
2176
2253
  #
2177
2254
  # resp = client.describe_gateway({
2178
- # gateway_arn: "__string", # required
2255
+ # gateway_arn: "DescribeGatewayRequestGatewayArnString", # required
2179
2256
  # })
2180
2257
  #
2181
2258
  # @example Response structure
@@ -2205,6 +2282,8 @@ module Aws::MediaConnect
2205
2282
  # Displays the details of an instance.
2206
2283
  #
2207
2284
  # @option params [required, String] :gateway_instance_arn
2285
+ # The Amazon Resource Name (ARN) of the gateway instance that you want
2286
+ # to describe.
2208
2287
  #
2209
2288
  # @return [Types::DescribeGatewayInstanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2210
2289
  #
@@ -2213,7 +2292,7 @@ module Aws::MediaConnect
2213
2292
  # @example Request syntax with placeholder values
2214
2293
  #
2215
2294
  # resp = client.describe_gateway_instance({
2216
- # gateway_instance_arn: "__string", # required
2295
+ # gateway_instance_arn: "DescribeGatewayInstanceRequestGatewayInstanceArnString", # required
2217
2296
  # })
2218
2297
  #
2219
2298
  # @example Response structure
@@ -2244,6 +2323,7 @@ module Aws::MediaConnect
2244
2323
  # Resource Name (ARN).
2245
2324
  #
2246
2325
  # @option params [required, String] :offering_arn
2326
+ # The ARN of the offering.
2247
2327
  #
2248
2328
  # @return [Types::DescribeOfferingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2249
2329
  #
@@ -2252,7 +2332,7 @@ module Aws::MediaConnect
2252
2332
  # @example Request syntax with placeholder values
2253
2333
  #
2254
2334
  # resp = client.describe_offering({
2255
- # offering_arn: "__string", # required
2335
+ # offering_arn: "OfferingArn", # required
2256
2336
  # })
2257
2337
  #
2258
2338
  # @example Response structure
@@ -2282,6 +2362,7 @@ module Aws::MediaConnect
2282
2362
  # duration, and outbound bandwidth).
2283
2363
  #
2284
2364
  # @option params [required, String] :reservation_arn
2365
+ # The Amazon Resource Name (ARN) of the offering.
2285
2366
  #
2286
2367
  # @return [Types::DescribeReservationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2287
2368
  #
@@ -2290,7 +2371,7 @@ module Aws::MediaConnect
2290
2371
  # @example Request syntax with placeholder values
2291
2372
  #
2292
2373
  # resp = client.describe_reservation({
2293
- # reservation_arn: "__string", # required
2374
+ # reservation_arn: "ReservationArn", # required
2294
2375
  # })
2295
2376
  #
2296
2377
  # @example Response structure
@@ -2325,6 +2406,8 @@ module Aws::MediaConnect
2325
2406
  # The list of entitlements that you want to grant.
2326
2407
  #
2327
2408
  # @option params [required, String] :flow_arn
2409
+ # The Amazon Resource Name (ARN) of the flow that you want to grant
2410
+ # entitlements on.
2328
2411
  #
2329
2412
  # @return [Types::GrantFlowEntitlementsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2330
2413
  #
@@ -2337,24 +2420,24 @@ module Aws::MediaConnect
2337
2420
  # entitlements: [ # required
2338
2421
  # {
2339
2422
  # data_transfer_subscriber_fee_percent: 1,
2340
- # description: "__string",
2423
+ # description: "String",
2341
2424
  # encryption: {
2342
2425
  # algorithm: "aes128", # accepts aes128, aes192, aes256
2343
- # constant_initialization_vector: "__string",
2344
- # device_id: "__string",
2426
+ # constant_initialization_vector: "String",
2427
+ # device_id: "String",
2345
2428
  # key_type: "speke", # accepts speke, static-key, srt-password
2346
- # region: "__string",
2347
- # resource_id: "__string",
2348
- # role_arn: "__string", # required
2349
- # secret_arn: "__string",
2350
- # url: "__string",
2429
+ # region: "String",
2430
+ # resource_id: "String",
2431
+ # role_arn: "String", # required
2432
+ # secret_arn: "String",
2433
+ # url: "String",
2351
2434
  # },
2352
2435
  # entitlement_status: "ENABLED", # accepts ENABLED, DISABLED
2353
- # name: "__string",
2354
- # subscribers: ["__string"], # required
2436
+ # name: "String",
2437
+ # subscribers: ["String"], # required
2355
2438
  # },
2356
2439
  # ],
2357
- # flow_arn: "__string", # required
2440
+ # flow_arn: "GrantFlowEntitlementsRequestFlowArnString", # required
2358
2441
  # })
2359
2442
  #
2360
2443
  # @example Response structure
@@ -2388,13 +2471,33 @@ module Aws::MediaConnect
2388
2471
  end
2389
2472
 
2390
2473
  # Displays a list of bridges that are associated with this account and
2391
- # an optionally specified Arn. This request returns a paginated result.
2474
+ # an optionally specified Amazon Resource Name (ARN). This request
2475
+ # returns a paginated result.
2392
2476
  #
2393
2477
  # @option params [String] :filter_arn
2478
+ # Filter the list results to display only the bridges associated with
2479
+ # the selected ARN.
2394
2480
  #
2395
2481
  # @option params [Integer] :max_results
2482
+ # The maximum number of results to return per API request.
2483
+ #
2484
+ # For example, you submit a `ListBridges` request with `MaxResults` set
2485
+ # at 5. Although 20 items match your request, the service returns no
2486
+ # more than the first 5 items. (The service also returns a `NextToken`
2487
+ # value that you can use to fetch the next batch of results.)
2488
+ #
2489
+ # The service might return fewer results than the `MaxResults` value. If
2490
+ # `MaxResults` is not included in the request, the service defaults to
2491
+ # pagination with a maximum of 10 results per page.
2396
2492
  #
2397
2493
  # @option params [String] :next_token
2494
+ # The token that identifies the batch of results that you want to see.
2495
+ #
2496
+ # For example, you submit a `ListBridges` request with `MaxResults` set
2497
+ # at 5. The service returns the first batch of results (up to 5) and a
2498
+ # `NextToken` value. To see the next batch of results, you can submit
2499
+ # the `ListBridges` request a second time and specify the `NextToken`
2500
+ # value.
2398
2501
  #
2399
2502
  # @return [Types::ListBridgesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2400
2503
  #
@@ -2406,9 +2509,9 @@ module Aws::MediaConnect
2406
2509
  # @example Request syntax with placeholder values
2407
2510
  #
2408
2511
  # resp = client.list_bridges({
2409
- # filter_arn: "__string",
2512
+ # filter_arn: "String",
2410
2513
  # max_results: 1,
2411
- # next_token: "__string",
2514
+ # next_token: "String",
2412
2515
  # })
2413
2516
  #
2414
2517
  # @example Response structure
@@ -2434,8 +2537,25 @@ module Aws::MediaConnect
2434
2537
  # account. This request returns 20 results per page.
2435
2538
  #
2436
2539
  # @option params [Integer] :max_results
2540
+ # The maximum number of results to return per API request.
2541
+ #
2542
+ # For example, you submit a `ListEntitlements` request with set at 5.
2543
+ # Although 20 items match your request, the service returns no more than
2544
+ # the first 5 items. (The service also returns a NextToken value that
2545
+ # you can use to fetch the next batch of results.)
2546
+ #
2547
+ # The service might return fewer results than the `MaxResults` value. If
2548
+ # `MaxResults` is not included in the request, the service defaults to
2549
+ # pagination with a maximum of 20 results per page.
2437
2550
  #
2438
2551
  # @option params [String] :next_token
2552
+ # The token that identifies the batch of results that you want to see.
2553
+ #
2554
+ # For example, you submit a `ListEntitlements` request with `MaxResults`
2555
+ # set at 5. The service returns the first batch of results (up to 5) and
2556
+ # a `NextToken` value. To see the next batch of results, you can submit
2557
+ # the `ListEntitlements` request a second time and specify the
2558
+ # `NextToken` value.
2439
2559
  #
2440
2560
  # @return [Types::ListEntitlementsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2441
2561
  #
@@ -2448,7 +2568,7 @@ module Aws::MediaConnect
2448
2568
  #
2449
2569
  # resp = client.list_entitlements({
2450
2570
  # max_results: 1,
2451
- # next_token: "__string",
2571
+ # next_token: "String",
2452
2572
  # })
2453
2573
  #
2454
2574
  # @example Response structure
@@ -2472,8 +2592,25 @@ module Aws::MediaConnect
2472
2592
  # request returns a paginated result.
2473
2593
  #
2474
2594
  # @option params [Integer] :max_results
2595
+ # The maximum number of results to return per API request.
2596
+ #
2597
+ # For example, you submit a `ListFlows` request with MaxResults set at
2598
+ # 5. Although 20 items match your request, the service returns no more
2599
+ # than the first 5 items. (The service also returns a `NextToken` value
2600
+ # that you can use to fetch the next batch of results.)
2601
+ #
2602
+ # The service might return fewer results than the `MaxResults` value. If
2603
+ # `MaxResults` is not included in the request, the service defaults to
2604
+ # pagination with a maximum of 10 results per page.
2475
2605
  #
2476
2606
  # @option params [String] :next_token
2607
+ # The token that identifies the batch of results that you want to see.
2608
+ #
2609
+ # For example, you submit a `ListFlows` request with MaxResults set at
2610
+ # 5. The service returns the first batch of results (up to 5) and a
2611
+ # `NextToken` value. To see the next batch of results, you can submit
2612
+ # the `ListFlows` request a second time and specify the `NextToken`
2613
+ # value.
2477
2614
  #
2478
2615
  # @return [Types::ListFlowsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2479
2616
  #
@@ -2486,7 +2623,7 @@ module Aws::MediaConnect
2486
2623
  #
2487
2624
  # resp = client.list_flows({
2488
2625
  # max_results: 1,
2489
- # next_token: "__string",
2626
+ # next_token: "String",
2490
2627
  # })
2491
2628
  #
2492
2629
  # @example Response structure
@@ -2513,16 +2650,35 @@ module Aws::MediaConnect
2513
2650
  req.send_request(options)
2514
2651
  end
2515
2652
 
2516
- # Displays a list of instances associated with the AWS account. This
2517
- # request returns a paginated result. You can use the filterArn property
2518
- # to display only the instances associated with the selected Gateway
2519
- # Amazon Resource Name (ARN).
2653
+ # Displays a list of instances associated with the Amazon Web Services
2654
+ # account. This request returns a paginated result. You can use the
2655
+ # filterArn property to display only the instances associated with the
2656
+ # selected Gateway Amazon Resource Name (ARN).
2520
2657
  #
2521
2658
  # @option params [String] :filter_arn
2659
+ # Filter the list results to display only the instances associated with
2660
+ # the selected Gateway ARN.
2522
2661
  #
2523
2662
  # @option params [Integer] :max_results
2663
+ # The maximum number of results to return per API request.
2664
+ #
2665
+ # For example, you submit a ListInstances request with `MaxResults` set
2666
+ # at 5. Although 20 items match your request, the service returns no
2667
+ # more than the first 5 items. (The service also returns a `NextToken`
2668
+ # value that you can use to fetch the next batch of results.)
2669
+ #
2670
+ # The service might return fewer results than the `MaxResults` value. If
2671
+ # `MaxResults` is not included in the request, the service defaults to
2672
+ # pagination with a maximum of 10 results per page.
2524
2673
  #
2525
2674
  # @option params [String] :next_token
2675
+ # The token that identifies the batch of results that you want to see.
2676
+ #
2677
+ # For example, you submit a `ListInstances` request with `MaxResults`
2678
+ # set at 5. The service returns the first batch of results (up to 5) and
2679
+ # a `NextToken` value. To see the next batch of results, you can submit
2680
+ # the `ListInstances` request a second time and specify the `NextToken`
2681
+ # value.
2526
2682
  #
2527
2683
  # @return [Types::ListGatewayInstancesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2528
2684
  #
@@ -2534,9 +2690,9 @@ module Aws::MediaConnect
2534
2690
  # @example Request syntax with placeholder values
2535
2691
  #
2536
2692
  # resp = client.list_gateway_instances({
2537
- # filter_arn: "__string",
2693
+ # filter_arn: "String",
2538
2694
  # max_results: 1,
2539
- # next_token: "__string",
2695
+ # next_token: "String",
2540
2696
  # })
2541
2697
  #
2542
2698
  # @example Response structure
@@ -2561,8 +2717,25 @@ module Aws::MediaConnect
2561
2717
  # This request returns a paginated result.
2562
2718
  #
2563
2719
  # @option params [Integer] :max_results
2720
+ # The maximum number of results to return per API request.
2721
+ #
2722
+ # For example, you submit a `ListGateways` request with `MaxResults` set
2723
+ # at 5. Although 20 items match your request, the service returns no
2724
+ # more than the first 5 items. (The service also returns a `NextToken`
2725
+ # value that you can use to fetch the next batch of results.)
2726
+ #
2727
+ # The service might return fewer results than the `MaxResults` value. If
2728
+ # `MaxResults` is not included in the request, the service defaults to
2729
+ # pagination with a maximum of 10 results per page.
2564
2730
  #
2565
2731
  # @option params [String] :next_token
2732
+ # The token that identifies the batch of results that you want to see.
2733
+ #
2734
+ # For example, you submit a `ListGateways` request with `MaxResults` set
2735
+ # at 5. The service returns the first batch of results (up to 5) and a
2736
+ # `NextToken` value. To see the next batch of results, you can submit
2737
+ # the `ListGateways` request a second time and specify the `NextToken`
2738
+ # value.
2566
2739
  #
2567
2740
  # @return [Types::ListGatewaysResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2568
2741
  #
@@ -2575,7 +2748,7 @@ module Aws::MediaConnect
2575
2748
  #
2576
2749
  # resp = client.list_gateways({
2577
2750
  # max_results: 1,
2578
- # next_token: "__string",
2751
+ # next_token: "String",
2579
2752
  # })
2580
2753
  #
2581
2754
  # @example Response structure
@@ -2596,13 +2769,31 @@ module Aws::MediaConnect
2596
2769
  end
2597
2770
 
2598
2771
  # Displays a list of all offerings that are available to this account in
2599
- # the current AWS Region. If you have an active reservation (which means
2600
- # you've purchased an offering that has already started and hasn't
2601
- # expired yet), your account isn't eligible for other offerings.
2772
+ # the current Amazon Web Services Region. If you have an active
2773
+ # reservation (which means you've purchased an offering that has
2774
+ # already started and hasn't expired yet), your account isn't eligible
2775
+ # for other offerings.
2602
2776
  #
2603
2777
  # @option params [Integer] :max_results
2778
+ # The maximum number of results to return per API request.
2779
+ #
2780
+ # For example, you submit a `ListOfferings` request with `MaxResults`
2781
+ # set at 5. Although 20 items match your request, the service returns no
2782
+ # more than the first 5 items. (The service also returns a `NextToken`
2783
+ # value that you can use to fetch the next batch of results.)
2784
+ #
2785
+ # The service might return fewer results than the `MaxResults` value. If
2786
+ # `MaxResults` is not included in the request, the service defaults to
2787
+ # pagination with a maximum of 10 results per page.
2604
2788
  #
2605
2789
  # @option params [String] :next_token
2790
+ # The token that identifies the batch of results that you want to see.
2791
+ #
2792
+ # For example, you submit a `ListOfferings` request with `MaxResults`
2793
+ # set at 5. The service returns the first batch of results (up to 5) and
2794
+ # a `NextToken` value. To see the next batch of results, you can submit
2795
+ # the `ListOfferings` request a second time and specify the `NextToken`
2796
+ # value.
2606
2797
  #
2607
2798
  # @return [Types::ListOfferingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2608
2799
  #
@@ -2615,7 +2806,7 @@ module Aws::MediaConnect
2615
2806
  #
2616
2807
  # resp = client.list_offerings({
2617
2808
  # max_results: 1,
2618
- # next_token: "__string",
2809
+ # next_token: "String",
2619
2810
  # })
2620
2811
  #
2621
2812
  # @example Response structure
@@ -2642,12 +2833,29 @@ module Aws::MediaConnect
2642
2833
  end
2643
2834
 
2644
2835
  # Displays a list of all reservations that have been purchased by this
2645
- # account in the current AWS Region. This list includes all reservations
2646
- # in all states (such as active and expired).
2836
+ # account in the current Amazon Web Services Region. This list includes
2837
+ # all reservations in all states (such as active and expired).
2647
2838
  #
2648
2839
  # @option params [Integer] :max_results
2840
+ # The maximum number of results to return per API request.
2841
+ #
2842
+ # For example, you submit a `ListReservations` request with `MaxResults`
2843
+ # set at 5. Although 20 items match your request, the service returns no
2844
+ # more than the first 5 items. (The service also returns a NextToken
2845
+ # value that you can use to fetch the next batch of results.)
2846
+ #
2847
+ # The service might return fewer results than the `MaxResults` value. If
2848
+ # `MaxResults` is not included in the request, the service defaults to
2849
+ # pagination with a maximum of 10 results per page.
2649
2850
  #
2650
2851
  # @option params [String] :next_token
2852
+ # The token that identifies the batch of results that you want to see.
2853
+ #
2854
+ # For example, you submit a `ListReservations` request with `MaxResults`
2855
+ # set at 5. The service returns the first batch of results (up to 5) and
2856
+ # a `NextToken` value. To see the next batch of results, you can submit
2857
+ # the `ListOfferings` request a second time and specify the `NextToken`
2858
+ # value.
2651
2859
  #
2652
2860
  # @return [Types::ListReservationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2653
2861
  #
@@ -2660,7 +2868,7 @@ module Aws::MediaConnect
2660
2868
  #
2661
2869
  # resp = client.list_reservations({
2662
2870
  # max_results: 1,
2663
- # next_token: "__string",
2871
+ # next_token: "String",
2664
2872
  # })
2665
2873
  #
2666
2874
  # @example Response structure
@@ -2691,9 +2899,11 @@ module Aws::MediaConnect
2691
2899
  req.send_request(options)
2692
2900
  end
2693
2901
 
2694
- # List all tags on an AWS Elemental MediaConnect resource
2902
+ # List all tags on a MediaConnect resource.
2695
2903
  #
2696
2904
  # @option params [required, String] :resource_arn
2905
+ # The Amazon Resource Name (ARN) that identifies the MediaConnect
2906
+ # resource for which to list the tags.
2697
2907
  #
2698
2908
  # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2699
2909
  #
@@ -2702,13 +2912,13 @@ module Aws::MediaConnect
2702
2912
  # @example Request syntax with placeholder values
2703
2913
  #
2704
2914
  # resp = client.list_tags_for_resource({
2705
- # resource_arn: "__string", # required
2915
+ # resource_arn: "String", # required
2706
2916
  # })
2707
2917
  #
2708
2918
  # @example Response structure
2709
2919
  #
2710
2920
  # resp.tags #=> Hash
2711
- # resp.tags["__string"] #=> String
2921
+ # resp.tags["String"] #=> String
2712
2922
  #
2713
2923
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/ListTagsForResource AWS API Documentation
2714
2924
  #
@@ -2723,18 +2933,21 @@ module Aws::MediaConnect
2723
2933
  # active reservation, you can't purchase another offering.
2724
2934
  #
2725
2935
  # @option params [required, String] :offering_arn
2936
+ # The Amazon Resource Name (ARN) of the offering.
2726
2937
  #
2727
2938
  # @option params [required, String] :reservation_name
2728
2939
  # The name that you want to use for the reservation.
2729
2940
  #
2730
2941
  # @option params [required, String] :start
2731
2942
  # The date and time that you want the reservation to begin, in
2732
- # Coordinated Universal Time (UTC). You can specify any date and time
2733
- # between 12:00am on the first day of the current month to the current
2734
- # time on today's date, inclusive. Specify the start in a 24-hour
2735
- # notation. Use the following format: YYYY-MM-DDTHH:mm:SSZ, where T and
2736
- # Z are literal characters. For example, to specify 11:30pm on March 5,
2737
- # 2020, enter 2020-03-05T23:30:00Z.
2943
+ # Coordinated Universal Time (UTC).
2944
+ #
2945
+ # You can specify any date and time between 12:00am on the first day of
2946
+ # the current month to the current time on today's date, inclusive.
2947
+ # Specify the start in a 24-hour notation. Use the following format:
2948
+ # `YYYY-MM-DDTHH:mm:SSZ`, where `T` and `Z` are literal characters. For
2949
+ # example, to specify 11:30pm on March 5, 2020, enter
2950
+ # `2020-03-05T23:30:00Z`.
2738
2951
  #
2739
2952
  # @return [Types::PurchaseOfferingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2740
2953
  #
@@ -2743,9 +2956,9 @@ module Aws::MediaConnect
2743
2956
  # @example Request syntax with placeholder values
2744
2957
  #
2745
2958
  # resp = client.purchase_offering({
2746
- # offering_arn: "__string", # required
2747
- # reservation_name: "__string", # required
2748
- # start: "__string", # required
2959
+ # offering_arn: "String", # required
2960
+ # reservation_name: "String", # required
2961
+ # start: "String", # required
2749
2962
  # })
2750
2963
  #
2751
2964
  # @example Response structure
@@ -2777,8 +2990,10 @@ module Aws::MediaConnect
2777
2990
  # Removes an output from a bridge.
2778
2991
  #
2779
2992
  # @option params [required, String] :bridge_arn
2993
+ # The Amazon Resource Name (ARN) of the bridge that you want to update.
2780
2994
  #
2781
2995
  # @option params [required, String] :output_name
2996
+ # The name of the bridge output that you want to remove.
2782
2997
  #
2783
2998
  # @return [Types::RemoveBridgeOutputResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2784
2999
  #
@@ -2788,8 +3003,8 @@ module Aws::MediaConnect
2788
3003
  # @example Request syntax with placeholder values
2789
3004
  #
2790
3005
  # resp = client.remove_bridge_output({
2791
- # bridge_arn: "__string", # required
2792
- # output_name: "__string", # required
3006
+ # bridge_arn: "RemoveBridgeOutputRequestBridgeArnString", # required
3007
+ # output_name: "String", # required
2793
3008
  # })
2794
3009
  #
2795
3010
  # @example Response structure
@@ -2809,8 +3024,10 @@ module Aws::MediaConnect
2809
3024
  # Removes a source from a bridge.
2810
3025
  #
2811
3026
  # @option params [required, String] :bridge_arn
3027
+ # The Amazon Resource Name (ARN) of the bridge that you want to update.
2812
3028
  #
2813
3029
  # @option params [required, String] :source_name
3030
+ # The name of the bridge source that you want to remove.
2814
3031
  #
2815
3032
  # @return [Types::RemoveBridgeSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2816
3033
  #
@@ -2820,8 +3037,8 @@ module Aws::MediaConnect
2820
3037
  # @example Request syntax with placeholder values
2821
3038
  #
2822
3039
  # resp = client.remove_bridge_source({
2823
- # bridge_arn: "__string", # required
2824
- # source_name: "__string", # required
3040
+ # bridge_arn: "RemoveBridgeSourceRequestBridgeArnString", # required
3041
+ # source_name: "String", # required
2825
3042
  # })
2826
3043
  #
2827
3044
  # @example Response structure
@@ -2842,8 +3059,10 @@ module Aws::MediaConnect
2842
3059
  # the media stream is not associated with a source or output.
2843
3060
  #
2844
3061
  # @option params [required, String] :flow_arn
3062
+ # The Amazon Resource Name (ARN) of the flow that you want to update.
2845
3063
  #
2846
3064
  # @option params [required, String] :media_stream_name
3065
+ # The name of the media stream that you want to remove.
2847
3066
  #
2848
3067
  # @return [Types::RemoveFlowMediaStreamResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2849
3068
  #
@@ -2853,8 +3072,8 @@ module Aws::MediaConnect
2853
3072
  # @example Request syntax with placeholder values
2854
3073
  #
2855
3074
  # resp = client.remove_flow_media_stream({
2856
- # flow_arn: "__string", # required
2857
- # media_stream_name: "__string", # required
3075
+ # flow_arn: "RemoveFlowMediaStreamRequestFlowArnString", # required
3076
+ # media_stream_name: "String", # required
2858
3077
  # })
2859
3078
  #
2860
3079
  # @example Response structure
@@ -2878,8 +3097,11 @@ module Aws::MediaConnect
2878
3097
  # automatically removes the associated output.
2879
3098
  #
2880
3099
  # @option params [required, String] :flow_arn
3100
+ # The Amazon Resource Name (ARN) of the flow that you want to remove an
3101
+ # output from.
2881
3102
  #
2882
3103
  # @option params [required, String] :output_arn
3104
+ # The ARN of the output that you want to remove.
2883
3105
  #
2884
3106
  # @return [Types::RemoveFlowOutputResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2885
3107
  #
@@ -2889,8 +3111,8 @@ module Aws::MediaConnect
2889
3111
  # @example Request syntax with placeholder values
2890
3112
  #
2891
3113
  # resp = client.remove_flow_output({
2892
- # flow_arn: "__string", # required
2893
- # output_arn: "__string", # required
3114
+ # flow_arn: "RemoveFlowOutputRequestFlowArnString", # required
3115
+ # output_arn: "RemoveFlowOutputRequestOutputArnString", # required
2894
3116
  # })
2895
3117
  #
2896
3118
  # @example Response structure
@@ -2911,8 +3133,11 @@ module Aws::MediaConnect
2911
3133
  # if there is more than one source on the flow.
2912
3134
  #
2913
3135
  # @option params [required, String] :flow_arn
3136
+ # The Amazon Resource Name (ARN) of the flow that you want to remove a
3137
+ # source from.
2914
3138
  #
2915
3139
  # @option params [required, String] :source_arn
3140
+ # The ARN of the source that you want to remove.
2916
3141
  #
2917
3142
  # @return [Types::RemoveFlowSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2918
3143
  #
@@ -2922,8 +3147,8 @@ module Aws::MediaConnect
2922
3147
  # @example Request syntax with placeholder values
2923
3148
  #
2924
3149
  # resp = client.remove_flow_source({
2925
- # flow_arn: "__string", # required
2926
- # source_arn: "__string", # required
3150
+ # flow_arn: "RemoveFlowSourceRequestFlowArnString", # required
3151
+ # source_arn: "RemoveFlowSourceRequestSourceArnString", # required
2927
3152
  # })
2928
3153
  #
2929
3154
  # @example Response structure
@@ -2947,8 +3172,11 @@ module Aws::MediaConnect
2947
3172
  # longer reference the VPC interface.
2948
3173
  #
2949
3174
  # @option params [required, String] :flow_arn
3175
+ # The Amazon Resource Name (ARN) of the flow that you want to remove a
3176
+ # VPC interface from.
2950
3177
  #
2951
3178
  # @option params [required, String] :vpc_interface_name
3179
+ # The name of the VPC interface that you want to remove.
2952
3180
  #
2953
3181
  # @return [Types::RemoveFlowVpcInterfaceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2954
3182
  #
@@ -2959,8 +3187,8 @@ module Aws::MediaConnect
2959
3187
  # @example Request syntax with placeholder values
2960
3188
  #
2961
3189
  # resp = client.remove_flow_vpc_interface({
2962
- # flow_arn: "__string", # required
2963
- # vpc_interface_name: "__string", # required
3190
+ # flow_arn: "RemoveFlowVpcInterfaceRequestFlowArnString", # required
3191
+ # vpc_interface_name: "String", # required
2964
3192
  # })
2965
3193
  #
2966
3194
  # @example Response structure
@@ -2984,8 +3212,11 @@ module Aws::MediaConnect
2984
3212
  # output is removed.
2985
3213
  #
2986
3214
  # @option params [required, String] :entitlement_arn
3215
+ # The Amazon Resource Name (ARN) of the entitlement that you want to
3216
+ # revoke.
2987
3217
  #
2988
3218
  # @option params [required, String] :flow_arn
3219
+ # The flow that you want to revoke an entitlement from.
2989
3220
  #
2990
3221
  # @return [Types::RevokeFlowEntitlementResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2991
3222
  #
@@ -2995,8 +3226,8 @@ module Aws::MediaConnect
2995
3226
  # @example Request syntax with placeholder values
2996
3227
  #
2997
3228
  # resp = client.revoke_flow_entitlement({
2998
- # entitlement_arn: "__string", # required
2999
- # flow_arn: "__string", # required
3229
+ # entitlement_arn: "RevokeFlowEntitlementRequestEntitlementArnString", # required
3230
+ # flow_arn: "RevokeFlowEntitlementRequestFlowArnString", # required
3000
3231
  # })
3001
3232
  #
3002
3233
  # @example Response structure
@@ -3016,6 +3247,7 @@ module Aws::MediaConnect
3016
3247
  # Starts a flow.
3017
3248
  #
3018
3249
  # @option params [required, String] :flow_arn
3250
+ # The Amazon Resource Name (ARN) of the flow that you want to start.
3019
3251
  #
3020
3252
  # @return [Types::StartFlowResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3021
3253
  #
@@ -3025,7 +3257,7 @@ module Aws::MediaConnect
3025
3257
  # @example Request syntax with placeholder values
3026
3258
  #
3027
3259
  # resp = client.start_flow({
3028
- # flow_arn: "__string", # required
3260
+ # flow_arn: "StartFlowRequestFlowArnString", # required
3029
3261
  # })
3030
3262
  #
3031
3263
  # @example Response structure
@@ -3045,6 +3277,7 @@ module Aws::MediaConnect
3045
3277
  # Stops a flow.
3046
3278
  #
3047
3279
  # @option params [required, String] :flow_arn
3280
+ # The Amazon Resource Name (ARN) of the flow that you want to stop.
3048
3281
  #
3049
3282
  # @return [Types::StopFlowResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3050
3283
  #
@@ -3054,7 +3287,7 @@ module Aws::MediaConnect
3054
3287
  # @example Request syntax with placeholder values
3055
3288
  #
3056
3289
  # resp = client.stop_flow({
3057
- # flow_arn: "__string", # required
3290
+ # flow_arn: "StopFlowRequestFlowArnString", # required
3058
3291
  # })
3059
3292
  #
3060
3293
  # @example Response structure
@@ -3072,11 +3305,13 @@ module Aws::MediaConnect
3072
3305
  end
3073
3306
 
3074
3307
  # Associates the specified tags to a resource with the specified
3075
- # resourceArn. If existing tags on a resource are not specified in the
3308
+ # `resourceArn`. If existing tags on a resource are not specified in the
3076
3309
  # request parameters, they are not changed. When a resource is deleted,
3077
3310
  # the tags associated with that resource are deleted as well.
3078
3311
  #
3079
3312
  # @option params [required, String] :resource_arn
3313
+ # The Amazon Resource Name (ARN) that identifies the MediaConnect
3314
+ # resource to which to add tags.
3080
3315
  #
3081
3316
  # @option params [required, Hash<String,String>] :tags
3082
3317
  # A map from tag keys to values. Tag keys can have a maximum character
@@ -3088,9 +3323,9 @@ module Aws::MediaConnect
3088
3323
  # @example Request syntax with placeholder values
3089
3324
  #
3090
3325
  # resp = client.tag_resource({
3091
- # resource_arn: "__string", # required
3326
+ # resource_arn: "String", # required
3092
3327
  # tags: { # required
3093
- # "__string" => "__string",
3328
+ # "String" => "String",
3094
3329
  # },
3095
3330
  # })
3096
3331
  #
@@ -3106,16 +3341,18 @@ module Aws::MediaConnect
3106
3341
  # Deletes specified tags from a resource.
3107
3342
  #
3108
3343
  # @option params [required, String] :resource_arn
3344
+ # The Amazon Resource Name (ARN) of the resource that you want to untag.
3109
3345
  #
3110
3346
  # @option params [required, Array<String>] :tag_keys
3347
+ # The keys of the tags to be removed.
3111
3348
  #
3112
3349
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3113
3350
  #
3114
3351
  # @example Request syntax with placeholder values
3115
3352
  #
3116
3353
  # resp = client.untag_resource({
3117
- # resource_arn: "__string", # required
3118
- # tag_keys: ["__string"], # required
3354
+ # resource_arn: "String", # required
3355
+ # tag_keys: ["String"], # required
3119
3356
  # })
3120
3357
  #
3121
3358
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UntagResource AWS API Documentation
@@ -3127,13 +3364,18 @@ module Aws::MediaConnect
3127
3364
  req.send_request(options)
3128
3365
  end
3129
3366
 
3130
- # Updates the bridge
3367
+ # Updates the bridge.
3131
3368
  #
3132
3369
  # @option params [required, String] :bridge_arn
3370
+ # TheAmazon Resource Name (ARN) of the bridge that you want to update.
3133
3371
  #
3134
3372
  # @option params [Types::UpdateEgressGatewayBridgeRequest] :egress_gateway_bridge
3373
+ # A cloud-to-ground bridge. The content comes from an existing
3374
+ # MediaConnect flow and is delivered to your premises.
3135
3375
  #
3136
3376
  # @option params [Types::UpdateIngressGatewayBridgeRequest] :ingress_gateway_bridge
3377
+ # A ground-to-cloud bridge. The content originates at your premises and
3378
+ # is delivered to the cloud.
3137
3379
  #
3138
3380
  # @option params [Types::UpdateFailoverConfig] :source_failover_config
3139
3381
  # The settings for source failover.
@@ -3145,7 +3387,7 @@ module Aws::MediaConnect
3145
3387
  # @example Request syntax with placeholder values
3146
3388
  #
3147
3389
  # resp = client.update_bridge({
3148
- # bridge_arn: "__string", # required
3390
+ # bridge_arn: "UpdateBridgeRequestBridgeArnString", # required
3149
3391
  # egress_gateway_bridge: {
3150
3392
  # max_bitrate: 1,
3151
3393
  # },
@@ -3157,7 +3399,7 @@ module Aws::MediaConnect
3157
3399
  # failover_mode: "MERGE", # accepts MERGE, FAILOVER
3158
3400
  # recovery_window: 1,
3159
3401
  # source_priority: {
3160
- # primary_source: "__string",
3402
+ # primary_source: "String",
3161
3403
  # },
3162
3404
  # state: "ENABLED", # accepts ENABLED, DISABLED
3163
3405
  # },
@@ -3185,7 +3427,7 @@ module Aws::MediaConnect
3185
3427
  # resp.bridge.outputs[0].network_output.name #=> String
3186
3428
  # resp.bridge.outputs[0].network_output.network_name #=> String
3187
3429
  # resp.bridge.outputs[0].network_output.port #=> Integer
3188
- # resp.bridge.outputs[0].network_output.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
3430
+ # resp.bridge.outputs[0].network_output.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
3189
3431
  # resp.bridge.outputs[0].network_output.ttl #=> Integer
3190
3432
  # resp.bridge.placement_arn #=> String
3191
3433
  # resp.bridge.source_failover_config.failover_mode #=> String, one of "MERGE", "FAILOVER"
@@ -3202,7 +3444,7 @@ module Aws::MediaConnect
3202
3444
  # resp.bridge.sources[0].network_source.name #=> String
3203
3445
  # resp.bridge.sources[0].network_source.network_name #=> String
3204
3446
  # resp.bridge.sources[0].network_source.port #=> Integer
3205
- # resp.bridge.sources[0].network_source.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
3447
+ # resp.bridge.sources[0].network_source.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
3206
3448
  #
3207
3449
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateBridge AWS API Documentation
3208
3450
  #
@@ -3216,11 +3458,13 @@ module Aws::MediaConnect
3216
3458
  # Updates an existing bridge output.
3217
3459
  #
3218
3460
  # @option params [required, String] :bridge_arn
3461
+ # The Amazon Resource Name (ARN) of the bridge that you want to update.
3219
3462
  #
3220
3463
  # @option params [Types::UpdateBridgeNetworkOutputRequest] :network_output
3221
- # Update an existing network output.
3464
+ # The network of the bridge output.
3222
3465
  #
3223
3466
  # @option params [required, String] :output_name
3467
+ # Tname of the output that you want to update.
3224
3468
  #
3225
3469
  # @return [Types::UpdateBridgeOutputResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3226
3470
  #
@@ -3230,15 +3474,15 @@ module Aws::MediaConnect
3230
3474
  # @example Request syntax with placeholder values
3231
3475
  #
3232
3476
  # resp = client.update_bridge_output({
3233
- # bridge_arn: "__string", # required
3477
+ # bridge_arn: "UpdateBridgeOutputRequestBridgeArnString", # required
3234
3478
  # network_output: {
3235
- # ip_address: "__string",
3236
- # network_name: "__string",
3479
+ # ip_address: "String",
3480
+ # network_name: "String",
3237
3481
  # port: 1,
3238
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp
3482
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp, ndi-speed-hq
3239
3483
  # ttl: 1,
3240
3484
  # },
3241
- # output_name: "__string", # required
3485
+ # output_name: "String", # required
3242
3486
  # })
3243
3487
  #
3244
3488
  # @example Response structure
@@ -3251,7 +3495,7 @@ module Aws::MediaConnect
3251
3495
  # resp.output.network_output.name #=> String
3252
3496
  # resp.output.network_output.network_name #=> String
3253
3497
  # resp.output.network_output.port #=> Integer
3254
- # resp.output.network_output.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
3498
+ # resp.output.network_output.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
3255
3499
  # resp.output.network_output.ttl #=> Integer
3256
3500
  #
3257
3501
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateBridgeOutput AWS API Documentation
@@ -3266,14 +3510,16 @@ module Aws::MediaConnect
3266
3510
  # Updates an existing bridge source.
3267
3511
  #
3268
3512
  # @option params [required, String] :bridge_arn
3513
+ # The Amazon Resource Name (ARN) of the bridge that you want to update.
3269
3514
  #
3270
3515
  # @option params [Types::UpdateBridgeFlowSourceRequest] :flow_source
3271
- # Update the flow source of the bridge.
3516
+ # The name of the flow that you want to update.
3272
3517
  #
3273
3518
  # @option params [Types::UpdateBridgeNetworkSourceRequest] :network_source
3274
- # Update the network source of the bridge.
3519
+ # The network for the bridge source.
3275
3520
  #
3276
3521
  # @option params [required, String] :source_name
3522
+ # The name of the source that you want to update.
3277
3523
  #
3278
3524
  # @return [Types::UpdateBridgeSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3279
3525
  #
@@ -3283,23 +3529,23 @@ module Aws::MediaConnect
3283
3529
  # @example Request syntax with placeholder values
3284
3530
  #
3285
3531
  # resp = client.update_bridge_source({
3286
- # bridge_arn: "__string", # required
3532
+ # bridge_arn: "UpdateBridgeSourceRequestBridgeArnString", # required
3287
3533
  # flow_source: {
3288
- # flow_arn: "__string",
3534
+ # flow_arn: "UpdateBridgeFlowSourceRequestFlowArnString",
3289
3535
  # flow_vpc_interface_attachment: {
3290
- # vpc_interface_name: "__string",
3536
+ # vpc_interface_name: "String",
3291
3537
  # },
3292
3538
  # },
3293
3539
  # network_source: {
3294
- # multicast_ip: "__string",
3540
+ # multicast_ip: "String",
3295
3541
  # multicast_source_settings: {
3296
- # multicast_source_ip: "__string",
3542
+ # multicast_source_ip: "String",
3297
3543
  # },
3298
- # network_name: "__string",
3544
+ # network_name: "String",
3299
3545
  # port: 1,
3300
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp
3546
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp, ndi-speed-hq
3301
3547
  # },
3302
- # source_name: "__string", # required
3548
+ # source_name: "String", # required
3303
3549
  # })
3304
3550
  #
3305
3551
  # @example Response structure
@@ -3314,7 +3560,7 @@ module Aws::MediaConnect
3314
3560
  # resp.source.network_source.name #=> String
3315
3561
  # resp.source.network_source.network_name #=> String
3316
3562
  # resp.source.network_source.port #=> Integer
3317
- # resp.source.network_source.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
3563
+ # resp.source.network_source.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
3318
3564
  #
3319
3565
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateBridgeSource AWS API Documentation
3320
3566
  #
@@ -3325,11 +3571,14 @@ module Aws::MediaConnect
3325
3571
  req.send_request(options)
3326
3572
  end
3327
3573
 
3328
- # Updates the bridge state
3574
+ # Updates the bridge state.
3329
3575
  #
3330
3576
  # @option params [required, String] :bridge_arn
3577
+ # The Amazon Resource Name (ARN) of the bridge that you want to update
3578
+ # the state of.
3331
3579
  #
3332
3580
  # @option params [required, String] :desired_state
3581
+ # The desired state for the bridge.
3333
3582
  #
3334
3583
  # @return [Types::UpdateBridgeStateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3335
3584
  #
@@ -3339,7 +3588,7 @@ module Aws::MediaConnect
3339
3588
  # @example Request syntax with placeholder values
3340
3589
  #
3341
3590
  # resp = client.update_bridge_state({
3342
- # bridge_arn: "__string", # required
3591
+ # bridge_arn: "UpdateBridgeStateRequestBridgeArnString", # required
3343
3592
  # desired_state: "ACTIVE", # required, accepts ACTIVE, STANDBY, DELETED
3344
3593
  # })
3345
3594
  #
@@ -3357,19 +3606,24 @@ module Aws::MediaConnect
3357
3606
  req.send_request(options)
3358
3607
  end
3359
3608
 
3360
- # Updates flow
3609
+ # Updates an existing flow.
3361
3610
  #
3362
3611
  # @option params [required, String] :flow_arn
3612
+ # The Amazon Resource Name (ARN) of the flow that you want to update.
3363
3613
  #
3364
3614
  # @option params [Types::UpdateFailoverConfig] :source_failover_config
3365
3615
  # The settings for source failover.
3366
3616
  #
3367
3617
  # @option params [Types::UpdateMaintenance] :maintenance
3368
- # Update maintenance setting for a flow
3618
+ # The maintenance setting of the flow.
3369
3619
  #
3370
3620
  # @option params [Types::MonitoringConfig] :source_monitoring_config
3371
3621
  # The settings for source monitoring.
3372
3622
  #
3623
+ # @option params [Types::NdiConfig] :ndi_config
3624
+ # Specifies the configuration settings for NDI outputs. Required when
3625
+ # the flow includes NDI outputs.
3626
+ #
3373
3627
  # @return [Types::UpdateFlowResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3374
3628
  #
3375
3629
  # * {Types::UpdateFlowResponse#flow #flow} => Types::Flow
@@ -3377,19 +3631,19 @@ module Aws::MediaConnect
3377
3631
  # @example Request syntax with placeholder values
3378
3632
  #
3379
3633
  # resp = client.update_flow({
3380
- # flow_arn: "__string", # required
3634
+ # flow_arn: "UpdateFlowRequestFlowArnString", # required
3381
3635
  # source_failover_config: {
3382
3636
  # failover_mode: "MERGE", # accepts MERGE, FAILOVER
3383
3637
  # recovery_window: 1,
3384
3638
  # source_priority: {
3385
- # primary_source: "__string",
3639
+ # primary_source: "String",
3386
3640
  # },
3387
3641
  # state: "ENABLED", # accepts ENABLED, DISABLED
3388
3642
  # },
3389
3643
  # maintenance: {
3390
3644
  # maintenance_day: "Monday", # accepts Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
3391
- # maintenance_scheduled_date: "__string",
3392
- # maintenance_start_hour: "__string",
3645
+ # maintenance_scheduled_date: "String",
3646
+ # maintenance_start_hour: "String",
3393
3647
  # },
3394
3648
  # source_monitoring_config: {
3395
3649
  # thumbnail_state: "ENABLED", # accepts ENABLED, DISABLED
@@ -3415,6 +3669,17 @@ module Aws::MediaConnect
3415
3669
  # },
3416
3670
  # ],
3417
3671
  # },
3672
+ # ndi_config: {
3673
+ # ndi_state: "ENABLED", # accepts ENABLED, DISABLED
3674
+ # machine_name: "String",
3675
+ # ndi_discovery_servers: [
3676
+ # {
3677
+ # discovery_server_address: "String", # required
3678
+ # discovery_server_port: 1,
3679
+ # vpc_interface_adapter: "String", # required
3680
+ # },
3681
+ # ],
3682
+ # },
3418
3683
  # })
3419
3684
  #
3420
3685
  # @example Response structure
@@ -3492,7 +3757,7 @@ module Aws::MediaConnect
3492
3757
  # resp.flow.outputs[0].transport.max_latency #=> Integer
3493
3758
  # resp.flow.outputs[0].transport.max_sync_buffer #=> Integer
3494
3759
  # resp.flow.outputs[0].transport.min_latency #=> Integer
3495
- # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
3760
+ # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
3496
3761
  # resp.flow.outputs[0].transport.remote_id #=> String
3497
3762
  # resp.flow.outputs[0].transport.sender_control_port #=> Integer
3498
3763
  # resp.flow.outputs[0].transport.sender_ip_address #=> String
@@ -3500,6 +3765,8 @@ module Aws::MediaConnect
3500
3765
  # resp.flow.outputs[0].transport.source_listener_address #=> String
3501
3766
  # resp.flow.outputs[0].transport.source_listener_port #=> Integer
3502
3767
  # resp.flow.outputs[0].transport.stream_id #=> String
3768
+ # resp.flow.outputs[0].transport.ndi_speed_hq_quality #=> Integer
3769
+ # resp.flow.outputs[0].transport.ndi_program_name #=> String
3503
3770
  # resp.flow.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
3504
3771
  # resp.flow.outputs[0].bridge_arn #=> String
3505
3772
  # resp.flow.outputs[0].bridge_ports #=> Array
@@ -3536,7 +3803,7 @@ module Aws::MediaConnect
3536
3803
  # resp.flow.source.transport.max_latency #=> Integer
3537
3804
  # resp.flow.source.transport.max_sync_buffer #=> Integer
3538
3805
  # resp.flow.source.transport.min_latency #=> Integer
3539
- # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
3806
+ # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
3540
3807
  # resp.flow.source.transport.remote_id #=> String
3541
3808
  # resp.flow.source.transport.sender_control_port #=> Integer
3542
3809
  # resp.flow.source.transport.sender_ip_address #=> String
@@ -3544,6 +3811,8 @@ module Aws::MediaConnect
3544
3811
  # resp.flow.source.transport.source_listener_address #=> String
3545
3812
  # resp.flow.source.transport.source_listener_port #=> Integer
3546
3813
  # resp.flow.source.transport.stream_id #=> String
3814
+ # resp.flow.source.transport.ndi_speed_hq_quality #=> Integer
3815
+ # resp.flow.source.transport.ndi_program_name #=> String
3547
3816
  # resp.flow.source.vpc_interface_name #=> String
3548
3817
  # resp.flow.source.whitelist_cidr #=> String
3549
3818
  # resp.flow.source.gateway_bridge_source.bridge_arn #=> String
@@ -3584,7 +3853,7 @@ module Aws::MediaConnect
3584
3853
  # resp.flow.sources[0].transport.max_latency #=> Integer
3585
3854
  # resp.flow.sources[0].transport.max_sync_buffer #=> Integer
3586
3855
  # resp.flow.sources[0].transport.min_latency #=> Integer
3587
- # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
3856
+ # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
3588
3857
  # resp.flow.sources[0].transport.remote_id #=> String
3589
3858
  # resp.flow.sources[0].transport.sender_control_port #=> Integer
3590
3859
  # resp.flow.sources[0].transport.sender_ip_address #=> String
@@ -3592,6 +3861,8 @@ module Aws::MediaConnect
3592
3861
  # resp.flow.sources[0].transport.source_listener_address #=> String
3593
3862
  # resp.flow.sources[0].transport.source_listener_port #=> Integer
3594
3863
  # resp.flow.sources[0].transport.stream_id #=> String
3864
+ # resp.flow.sources[0].transport.ndi_speed_hq_quality #=> Integer
3865
+ # resp.flow.sources[0].transport.ndi_program_name #=> String
3595
3866
  # resp.flow.sources[0].vpc_interface_name #=> String
3596
3867
  # resp.flow.sources[0].whitelist_cidr #=> String
3597
3868
  # resp.flow.sources[0].gateway_bridge_source.bridge_arn #=> String
@@ -3620,6 +3891,13 @@ module Aws::MediaConnect
3620
3891
  # resp.flow.source_monitoring_config.video_monitoring_settings[0].black_frames.threshold_seconds #=> Integer
3621
3892
  # resp.flow.source_monitoring_config.video_monitoring_settings[0].frozen_frames.state #=> String, one of "ENABLED", "DISABLED"
3622
3893
  # resp.flow.source_monitoring_config.video_monitoring_settings[0].frozen_frames.threshold_seconds #=> Integer
3894
+ # resp.flow.flow_size #=> String, one of "MEDIUM", "LARGE"
3895
+ # resp.flow.ndi_config.ndi_state #=> String, one of "ENABLED", "DISABLED"
3896
+ # resp.flow.ndi_config.machine_name #=> String
3897
+ # resp.flow.ndi_config.ndi_discovery_servers #=> Array
3898
+ # resp.flow.ndi_config.ndi_discovery_servers[0].discovery_server_address #=> String
3899
+ # resp.flow.ndi_config.ndi_discovery_servers[0].discovery_server_port #=> Integer
3900
+ # resp.flow.ndi_config.ndi_discovery_servers[0].vpc_interface_adapter #=> String
3623
3901
  #
3624
3902
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateFlow AWS API Documentation
3625
3903
  #
@@ -3630,33 +3908,38 @@ module Aws::MediaConnect
3630
3908
  req.send_request(options)
3631
3909
  end
3632
3910
 
3633
- # You can change an entitlement's description, subscribers, and
3634
- # encryption. If you change the subscribers, the service will remove the
3635
- # outputs that are are used by the subscribers that are removed.
3911
+ # Updates an entitlement. You can change an entitlement's description,
3912
+ # subscribers, and encryption. If you change the subscribers, the
3913
+ # service will remove the outputs that are are used by the subscribers
3914
+ # that are removed.
3636
3915
  #
3637
3916
  # @option params [String] :description
3638
3917
  # A description of the entitlement. This description appears only on the
3639
- # AWS Elemental MediaConnect console and will not be seen by the
3640
- # subscriber or end user.
3918
+ # MediaConnect console and will not be seen by the subscriber or end
3919
+ # user.
3641
3920
  #
3642
3921
  # @option params [Types::UpdateEncryption] :encryption
3643
3922
  # The type of encryption that will be used on the output associated with
3644
3923
  # this entitlement. Allowable encryption types: static-key, speke.
3645
3924
  #
3646
3925
  # @option params [required, String] :entitlement_arn
3926
+ # The Amazon Resource Name (ARN) of the entitlement that you want to
3927
+ # update.
3647
3928
  #
3648
3929
  # @option params [String] :entitlement_status
3649
3930
  # An indication of whether you want to enable the entitlement to allow
3650
3931
  # access, or disable it to stop streaming content to the subscriber’s
3651
- # flow temporarily. If you don’t specify the entitlementStatus field in
3652
- # your request, MediaConnect leaves the value unchanged.
3932
+ # flow temporarily. If you don’t specify the `entitlementStatus` field
3933
+ # in your request, MediaConnect leaves the value unchanged.
3653
3934
  #
3654
3935
  # @option params [required, String] :flow_arn
3936
+ # The ARN of the flow that is associated with the entitlement that you
3937
+ # want to update.
3655
3938
  #
3656
3939
  # @option params [Array<String>] :subscribers
3657
- # The AWS account IDs that you want to share your content with. The
3658
- # receiving accounts (subscribers) will be allowed to create their own
3659
- # flow using your content as the source.
3940
+ # The Amazon Web Services account IDs that you want to share your
3941
+ # content with. The receiving accounts (subscribers) will be allowed to
3942
+ # create their own flow using your content as the source.
3660
3943
  #
3661
3944
  # @return [Types::UpdateFlowEntitlementResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3662
3945
  #
@@ -3666,22 +3949,22 @@ module Aws::MediaConnect
3666
3949
  # @example Request syntax with placeholder values
3667
3950
  #
3668
3951
  # resp = client.update_flow_entitlement({
3669
- # description: "__string",
3952
+ # description: "String",
3670
3953
  # encryption: {
3671
3954
  # algorithm: "aes128", # accepts aes128, aes192, aes256
3672
- # constant_initialization_vector: "__string",
3673
- # device_id: "__string",
3955
+ # constant_initialization_vector: "String",
3956
+ # device_id: "String",
3674
3957
  # key_type: "speke", # accepts speke, static-key, srt-password
3675
- # region: "__string",
3676
- # resource_id: "__string",
3677
- # role_arn: "__string",
3678
- # secret_arn: "__string",
3679
- # url: "__string",
3958
+ # region: "String",
3959
+ # resource_id: "String",
3960
+ # role_arn: "String",
3961
+ # secret_arn: "String",
3962
+ # url: "String",
3680
3963
  # },
3681
- # entitlement_arn: "__string", # required
3964
+ # entitlement_arn: "UpdateFlowEntitlementRequestEntitlementArnString", # required
3682
3965
  # entitlement_status: "ENABLED", # accepts ENABLED, DISABLED
3683
- # flow_arn: "__string", # required
3684
- # subscribers: ["__string"],
3966
+ # flow_arn: "UpdateFlowEntitlementRequestFlowArnString", # required
3967
+ # subscribers: ["String"],
3685
3968
  # })
3686
3969
  #
3687
3970
  # @example Response structure
@@ -3719,16 +4002,18 @@ module Aws::MediaConnect
3719
4002
  # The attributes that you want to assign to the media stream.
3720
4003
  #
3721
4004
  # @option params [Integer] :clock_rate
3722
- # The sample rate (in Hz) for the stream. If the media stream type is
3723
- # video or ancillary data, set this value to 90000. If the media stream
3724
- # type is audio, set this value to either 48000 or 96000.
4005
+ # The sample rate for the stream. This value in measured in kHz.
3725
4006
  #
3726
4007
  # @option params [String] :description
3727
- # Description
4008
+ # A description that can help you quickly identify what your media
4009
+ # stream is used for.
3728
4010
  #
3729
4011
  # @option params [required, String] :flow_arn
4012
+ # The Amazon Resource Name (ARN) of the flow that is associated with the
4013
+ # media stream that you updated.
3730
4014
  #
3731
4015
  # @option params [required, String] :media_stream_name
4016
+ # The media stream that you updated.
3732
4017
  #
3733
4018
  # @option params [String] :media_stream_type
3734
4019
  # The type of media stream.
@@ -3746,22 +4031,22 @@ module Aws::MediaConnect
3746
4031
  # resp = client.update_flow_media_stream({
3747
4032
  # attributes: {
3748
4033
  # fmtp: {
3749
- # channel_order: "__string",
4034
+ # channel_order: "String",
3750
4035
  # colorimetry: "BT601", # accepts BT601, BT709, BT2020, BT2100, ST2065-1, ST2065-3, XYZ
3751
- # exact_framerate: "__string",
3752
- # par: "__string",
4036
+ # exact_framerate: "String",
4037
+ # par: "String",
3753
4038
  # range: "NARROW", # accepts NARROW, FULL, FULLPROTECT
3754
4039
  # scan_mode: "progressive", # accepts progressive, interlace, progressive-segmented-frame
3755
4040
  # tcs: "SDR", # accepts SDR, PQ, HLG, LINEAR, BT2100LINPQ, BT2100LINHLG, ST2065-1, ST428-1, DENSITY
3756
4041
  # },
3757
- # lang: "__string",
4042
+ # lang: "String",
3758
4043
  # },
3759
4044
  # clock_rate: 1,
3760
- # description: "__string",
3761
- # flow_arn: "__string", # required
3762
- # media_stream_name: "__string", # required
4045
+ # description: "String",
4046
+ # flow_arn: "UpdateFlowMediaStreamRequestFlowArnString", # required
4047
+ # media_stream_name: "String", # required
3763
4048
  # media_stream_type: "video", # accepts video, audio, ancillary-data
3764
- # video_format: "__string",
4049
+ # video_format: "String",
3765
4050
  # })
3766
4051
  #
3767
4052
  # @example Response structure
@@ -3800,22 +4085,24 @@ module Aws::MediaConnect
3800
4085
  # Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
3801
4086
  #
3802
4087
  # @option params [String] :description
3803
- # A description of the output. This description appears only on the AWS
3804
- # Elemental MediaConnect console and will not be seen by the end user.
4088
+ # A description of the output. This description appears only on the
4089
+ # MediaConnect console and will not be seen by the end user.
3805
4090
  #
3806
4091
  # @option params [String] :destination
3807
4092
  # The IP address where you want to send the output.
3808
4093
  #
3809
4094
  # @option params [Types::UpdateEncryption] :encryption
3810
- # The type of key used for the encryption. If no keyType is provided,
4095
+ # The type of key used for the encryption. If no `keyType` is provided,
3811
4096
  # the service will use the default setting (static-key). Allowable
3812
4097
  # encryption types: static-key.
3813
4098
  #
3814
4099
  # @option params [required, String] :flow_arn
4100
+ # The Amazon Resource Name (ARN) of the flow that is associated with the
4101
+ # output that you want to update.
3815
4102
  #
3816
4103
  # @option params [Integer] :max_latency
3817
4104
  # The maximum latency in milliseconds. This parameter applies only to
3818
- # RIST-based, Zixi-based, and Fujitsu-based streams.
4105
+ # RIST-based and Zixi-based streams.
3819
4106
  #
3820
4107
  # @option params [Array<Types::MediaStreamOutputConfigurationRequest>] :media_stream_output_configurations
3821
4108
  # The media streams that are associated with the output, and the
@@ -3830,6 +4117,7 @@ module Aws::MediaConnect
3830
4117
  # latency.
3831
4118
  #
3832
4119
  # @option params [required, String] :output_arn
4120
+ # The ARN of the output that you want to update.
3833
4121
  #
3834
4122
  # @option params [Integer] :port
3835
4123
  # The port to use when content is distributed to this output.
@@ -3837,6 +4125,11 @@ module Aws::MediaConnect
3837
4125
  # @option params [String] :protocol
3838
4126
  # The protocol to use for the output.
3839
4127
  #
4128
+ # <note markdown="1"> Elemental MediaConnect no longer supports the Fujitsu QoS protocol.
4129
+ # This reference is maintained for legacy purposes only.
4130
+ #
4131
+ # </note>
4132
+ #
3840
4133
  # @option params [String] :remote_id
3841
4134
  # The remote ID for the Zixi-pull stream.
3842
4135
  #
@@ -3861,9 +4154,16 @@ module Aws::MediaConnect
3861
4154
  #
3862
4155
  # @option params [String] :output_status
3863
4156
  # An indication of whether the output should transmit data or not. If
3864
- # you don't specify the outputStatus field in your request,
4157
+ # you don't specify the `outputStatus` field in your request,
3865
4158
  # MediaConnect leaves the value unchanged.
3866
4159
  #
4160
+ # @option params [String] :ndi_program_name
4161
+ # A suffix for the names of the NDI sources that the flow creates. If a
4162
+ # custom name isn't specified, MediaConnect uses the output name.
4163
+ #
4164
+ # @option params [Integer] :ndi_speed_hq_quality
4165
+ # A quality setting for the NDI Speed HQ encoder.
4166
+ #
3867
4167
  # @return [Types::UpdateFlowOutputResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3868
4168
  #
3869
4169
  # * {Types::UpdateFlowOutputResponse#flow_arn #flow_arn} => String
@@ -3872,30 +4172,30 @@ module Aws::MediaConnect
3872
4172
  # @example Request syntax with placeholder values
3873
4173
  #
3874
4174
  # resp = client.update_flow_output({
3875
- # cidr_allow_list: ["__string"],
3876
- # description: "__string",
3877
- # destination: "__string",
4175
+ # cidr_allow_list: ["String"],
4176
+ # description: "String",
4177
+ # destination: "String",
3878
4178
  # encryption: {
3879
4179
  # algorithm: "aes128", # accepts aes128, aes192, aes256
3880
- # constant_initialization_vector: "__string",
3881
- # device_id: "__string",
4180
+ # constant_initialization_vector: "String",
4181
+ # device_id: "String",
3882
4182
  # key_type: "speke", # accepts speke, static-key, srt-password
3883
- # region: "__string",
3884
- # resource_id: "__string",
3885
- # role_arn: "__string",
3886
- # secret_arn: "__string",
3887
- # url: "__string",
4183
+ # region: "String",
4184
+ # resource_id: "String",
4185
+ # role_arn: "String",
4186
+ # secret_arn: "String",
4187
+ # url: "String",
3888
4188
  # },
3889
- # flow_arn: "__string", # required
4189
+ # flow_arn: "UpdateFlowOutputRequestFlowArnString", # required
3890
4190
  # max_latency: 1,
3891
4191
  # media_stream_output_configurations: [
3892
4192
  # {
3893
4193
  # destination_configurations: [
3894
4194
  # {
3895
- # destination_ip: "__string", # required
4195
+ # destination_ip: "String", # required
3896
4196
  # destination_port: 1, # required
3897
4197
  # interface: { # required
3898
- # name: "__string", # required
4198
+ # name: "String", # required
3899
4199
  # },
3900
4200
  # },
3901
4201
  # ],
@@ -3904,22 +4204,24 @@ module Aws::MediaConnect
3904
4204
  # compression_factor: 1.0, # required
3905
4205
  # encoder_profile: "main", # required, accepts main, high
3906
4206
  # },
3907
- # media_stream_name: "__string", # required
4207
+ # media_stream_name: "String", # required
3908
4208
  # },
3909
4209
  # ],
3910
4210
  # min_latency: 1,
3911
- # output_arn: "__string", # required
4211
+ # output_arn: "UpdateFlowOutputRequestOutputArnString", # required
3912
4212
  # port: 1,
3913
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp
3914
- # remote_id: "__string",
4213
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp, ndi-speed-hq
4214
+ # remote_id: "String",
3915
4215
  # sender_control_port: 1,
3916
- # sender_ip_address: "__string",
4216
+ # sender_ip_address: "String",
3917
4217
  # smoothing_latency: 1,
3918
- # stream_id: "__string",
4218
+ # stream_id: "String",
3919
4219
  # vpc_interface_attachment: {
3920
- # vpc_interface_name: "__string",
4220
+ # vpc_interface_name: "String",
3921
4221
  # },
3922
4222
  # output_status: "ENABLED", # accepts ENABLED, DISABLED
4223
+ # ndi_program_name: "String",
4224
+ # ndi_speed_hq_quality: 1,
3923
4225
  # })
3924
4226
  #
3925
4227
  # @example Response structure
@@ -3959,7 +4261,7 @@ module Aws::MediaConnect
3959
4261
  # resp.output.transport.max_latency #=> Integer
3960
4262
  # resp.output.transport.max_sync_buffer #=> Integer
3961
4263
  # resp.output.transport.min_latency #=> Integer
3962
- # resp.output.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
4264
+ # resp.output.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
3963
4265
  # resp.output.transport.remote_id #=> String
3964
4266
  # resp.output.transport.sender_control_port #=> Integer
3965
4267
  # resp.output.transport.sender_ip_address #=> String
@@ -3967,6 +4269,8 @@ module Aws::MediaConnect
3967
4269
  # resp.output.transport.source_listener_address #=> String
3968
4270
  # resp.output.transport.source_listener_port #=> Integer
3969
4271
  # resp.output.transport.stream_id #=> String
4272
+ # resp.output.transport.ndi_speed_hq_quality #=> Integer
4273
+ # resp.output.transport.ndi_program_name #=> String
3970
4274
  # resp.output.vpc_interface_attachment.vpc_interface_name #=> String
3971
4275
  # resp.output.bridge_arn #=> String
3972
4276
  # resp.output.bridge_ports #=> Array
@@ -3985,37 +4289,40 @@ module Aws::MediaConnect
3985
4289
  # Updates the source of a flow.
3986
4290
  #
3987
4291
  # @option params [Types::UpdateEncryption] :decryption
3988
- # The type of encryption used on the content ingested from this source.
3989
- # Allowable encryption types: static-key.
4292
+ # The type of encryption that is used on the content ingested from the
4293
+ # source.
3990
4294
  #
3991
4295
  # @option params [String] :description
3992
- # A description for the source. This value is not used or seen outside
3993
- # of the current AWS Elemental MediaConnect account.
4296
+ # A description of the source. This description is not visible outside
4297
+ # of the current Amazon Web Services account.
3994
4298
  #
3995
4299
  # @option params [String] :entitlement_arn
3996
- # The ARN of the entitlement that allows you to subscribe to this flow.
3997
- # The entitlement is set by the flow originator, and the ARN is
3998
- # generated as part of the originator's flow.
4300
+ # The Amazon Resource Name (ARN) of the entitlement that allows you to
4301
+ # subscribe to the flow. The entitlement is set by the content
4302
+ # originator, and the ARN is generated as part of the originator's
4303
+ # flow.
3999
4304
  #
4000
4305
  # @option params [required, String] :flow_arn
4306
+ # The ARN of the flow that you want to update.
4001
4307
  #
4002
4308
  # @option params [Integer] :ingest_port
4003
- # The port that the flow will be listening on for incoming content.
4309
+ # The port that the flow listens on for incoming content. If the
4310
+ # protocol of the source is Zixi, the port must be set to 2088.
4004
4311
  #
4005
4312
  # @option params [Integer] :max_bitrate
4006
- # The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.
4313
+ # The maximum bitrate for RIST, RTP, and RTP-FEC streams.
4007
4314
  #
4008
4315
  # @option params [Integer] :max_latency
4009
4316
  # The maximum latency in milliseconds. This parameter applies only to
4010
- # RIST-based, Zixi-based, and Fujitsu-based streams.
4317
+ # RIST-based and Zixi-based streams.
4011
4318
  #
4012
4319
  # @option params [Integer] :max_sync_buffer
4013
4320
  # The size of the buffer (in milliseconds) to use to sync incoming
4014
4321
  # source data.
4015
4322
  #
4016
4323
  # @option params [Array<Types::MediaStreamSourceConfigurationRequest>] :media_stream_source_configurations
4017
- # The media streams that are associated with the source, and the
4018
- # parameters for those associations.
4324
+ # The media stream that is associated with the source, and the
4325
+ # parameters for that association.
4019
4326
  #
4020
4327
  # @option params [Integer] :min_latency
4021
4328
  # The minimum latency in milliseconds for SRT-based streams. In streams
@@ -4026,7 +4333,13 @@ module Aws::MediaConnect
4026
4333
  # latency.
4027
4334
  #
4028
4335
  # @option params [String] :protocol
4029
- # The protocol that is used by the source.
4336
+ # The protocol that the source uses to deliver the content to
4337
+ # MediaConnect.
4338
+ #
4339
+ # <note markdown="1"> Elemental MediaConnect no longer supports the Fujitsu QoS protocol.
4340
+ # This reference is maintained for legacy purposes only.
4341
+ #
4342
+ # </note>
4030
4343
  #
4031
4344
  # @option params [Integer] :sender_control_port
4032
4345
  # The port that the flow uses to send outbound requests to initiate
@@ -4037,9 +4350,10 @@ module Aws::MediaConnect
4037
4350
  # with the sender.
4038
4351
  #
4039
4352
  # @option params [required, String] :source_arn
4353
+ # The ARN of the source that you want to update.
4040
4354
  #
4041
4355
  # @option params [String] :source_listener_address
4042
- # Source IP or domain name for SRT-caller protocol.
4356
+ # The source IP or domain name for SRT-caller protocol.
4043
4357
  #
4044
4358
  # @option params [Integer] :source_listener_port
4045
4359
  # Source port for SRT-caller protocol.
@@ -4049,12 +4363,12 @@ module Aws::MediaConnect
4049
4363
  # applies only to Zixi and SRT caller-based streams.
4050
4364
  #
4051
4365
  # @option params [String] :vpc_interface_name
4052
- # The name of the VPC interface to use for this source.
4366
+ # The name of the VPC interface that you want to send your output to.
4053
4367
  #
4054
4368
  # @option params [String] :whitelist_cidr
4055
- # The range of IP addresses that should be allowed to contribute content
4056
- # to your source. These IP addresses should be in the form of a
4057
- # Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
4369
+ # The range of IP addresses that are allowed to contribute content to
4370
+ # your source. Format the IP addresses as a Classless Inter-Domain
4371
+ # Routing (CIDR) block; for example, 10.0.0.0/16.
4058
4372
  #
4059
4373
  # @option params [Types::UpdateGatewayBridgeSourceRequest] :gateway_bridge_source
4060
4374
  # The source configuration for cloud flows receiving a stream from a
@@ -4070,18 +4384,18 @@ module Aws::MediaConnect
4070
4384
  # resp = client.update_flow_source({
4071
4385
  # decryption: {
4072
4386
  # algorithm: "aes128", # accepts aes128, aes192, aes256
4073
- # constant_initialization_vector: "__string",
4074
- # device_id: "__string",
4387
+ # constant_initialization_vector: "String",
4388
+ # device_id: "String",
4075
4389
  # key_type: "speke", # accepts speke, static-key, srt-password
4076
- # region: "__string",
4077
- # resource_id: "__string",
4078
- # role_arn: "__string",
4079
- # secret_arn: "__string",
4080
- # url: "__string",
4390
+ # region: "String",
4391
+ # resource_id: "String",
4392
+ # role_arn: "String",
4393
+ # secret_arn: "String",
4394
+ # url: "String",
4081
4395
  # },
4082
- # description: "__string",
4083
- # entitlement_arn: "__string",
4084
- # flow_arn: "__string", # required
4396
+ # description: "String",
4397
+ # entitlement_arn: "UpdateFlowSourceRequestEntitlementArnString",
4398
+ # flow_arn: "UpdateFlowSourceRequestFlowArnString", # required
4085
4399
  # ingest_port: 1,
4086
4400
  # max_bitrate: 1,
4087
4401
  # max_latency: 1,
@@ -4093,27 +4407,27 @@ module Aws::MediaConnect
4093
4407
  # {
4094
4408
  # input_port: 1, # required
4095
4409
  # interface: { # required
4096
- # name: "__string", # required
4410
+ # name: "String", # required
4097
4411
  # },
4098
4412
  # },
4099
4413
  # ],
4100
- # media_stream_name: "__string", # required
4414
+ # media_stream_name: "String", # required
4101
4415
  # },
4102
4416
  # ],
4103
4417
  # min_latency: 1,
4104
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp
4418
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp, ndi-speed-hq
4105
4419
  # sender_control_port: 1,
4106
- # sender_ip_address: "__string",
4107
- # source_arn: "__string", # required
4108
- # source_listener_address: "__string",
4420
+ # sender_ip_address: "String",
4421
+ # source_arn: "UpdateFlowSourceRequestSourceArnString", # required
4422
+ # source_listener_address: "String",
4109
4423
  # source_listener_port: 1,
4110
- # stream_id: "__string",
4111
- # vpc_interface_name: "__string",
4112
- # whitelist_cidr: "__string",
4424
+ # stream_id: "String",
4425
+ # vpc_interface_name: "String",
4426
+ # whitelist_cidr: "String",
4113
4427
  # gateway_bridge_source: {
4114
- # bridge_arn: "__string",
4428
+ # bridge_arn: "UpdateGatewayBridgeSourceRequestBridgeArnString",
4115
4429
  # vpc_interface_attachment: {
4116
- # vpc_interface_name: "__string",
4430
+ # vpc_interface_name: "String",
4117
4431
  # },
4118
4432
  # },
4119
4433
  # })
@@ -4152,7 +4466,7 @@ module Aws::MediaConnect
4152
4466
  # resp.source.transport.max_latency #=> Integer
4153
4467
  # resp.source.transport.max_sync_buffer #=> Integer
4154
4468
  # resp.source.transport.min_latency #=> Integer
4155
- # resp.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp"
4469
+ # resp.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq"
4156
4470
  # resp.source.transport.remote_id #=> String
4157
4471
  # resp.source.transport.sender_control_port #=> Integer
4158
4472
  # resp.source.transport.sender_ip_address #=> String
@@ -4160,6 +4474,8 @@ module Aws::MediaConnect
4160
4474
  # resp.source.transport.source_listener_address #=> String
4161
4475
  # resp.source.transport.source_listener_port #=> Integer
4162
4476
  # resp.source.transport.stream_id #=> String
4477
+ # resp.source.transport.ndi_speed_hq_quality #=> Integer
4478
+ # resp.source.transport.ndi_program_name #=> String
4163
4479
  # resp.source.vpc_interface_name #=> String
4164
4480
  # resp.source.whitelist_cidr #=> String
4165
4481
  # resp.source.gateway_bridge_source.bridge_arn #=> String
@@ -4174,15 +4490,14 @@ module Aws::MediaConnect
4174
4490
  req.send_request(options)
4175
4491
  end
4176
4492
 
4177
- # Updates the configuration of an existing Gateway Instance.
4493
+ # Updates an existing gateway instance.
4178
4494
  #
4179
4495
  # @option params [String] :bridge_placement
4180
- # The availability of the instance to host new bridges. The
4181
- # bridgePlacement property can be LOCKED or AVAILABLE. If it is LOCKED,
4182
- # no new bridges can be deployed to this instance. If it is AVAILABLE,
4183
- # new bridges can be added to this instance.
4496
+ # The state of the instance. `ACTIVE` or `INACTIVE`.
4184
4497
  #
4185
4498
  # @option params [required, String] :gateway_instance_arn
4499
+ # The Amazon Resource Name (ARN) of the gateway instance that you want
4500
+ # to update.
4186
4501
  #
4187
4502
  # @return [Types::UpdateGatewayInstanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4188
4503
  #
@@ -4193,7 +4508,7 @@ module Aws::MediaConnect
4193
4508
  #
4194
4509
  # resp = client.update_gateway_instance({
4195
4510
  # bridge_placement: "AVAILABLE", # accepts AVAILABLE, LOCKED
4196
- # gateway_instance_arn: "__string", # required
4511
+ # gateway_instance_arn: "UpdateGatewayInstanceRequestGatewayInstanceArnString", # required
4197
4512
  # })
4198
4513
  #
4199
4514
  # @example Response structure
@@ -4228,7 +4543,7 @@ module Aws::MediaConnect
4228
4543
  tracer: tracer
4229
4544
  )
4230
4545
  context[:gem_name] = 'aws-sdk-mediaconnect'
4231
- context[:gem_version] = '1.77.0'
4546
+ context[:gem_version] = '1.78.0'
4232
4547
  Seahorse::Client::Request.new(handlers, context)
4233
4548
  end
4234
4549