aws-sdk-medialive 1.16.0 → 1.17.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 67ebba90d430827837c43fe60a1a494b35b8a786
4
- data.tar.gz: db3a43391aebc30de864e72b05433fc9dba1f1bd
3
+ metadata.gz: 5fa6f71e8b93f74b68bece6888667644a001d8c1
4
+ data.tar.gz: 0f8645f7520fef4fcee89a10476d25f77b8ae964
5
5
  SHA512:
6
- metadata.gz: 0db0332a8738513f4b481682021bc1c81e0b1b084711e1044db2b789189aa0ae549e0d4a39815729d7338c7fec4497e03ec0b3987fc506541563a2041c2adc54
7
- data.tar.gz: 88dfa6a590c2f21c84da483540fe39387b6264d6ffe1947650b8d5b7e70fd8dc3f51ef3e3248d80dc6b0406b0665b3820cb8741e04c3f6dd05b2df6715d3a6a8
6
+ metadata.gz: 7fe28731b7762acca730d70a4ee835d46d2d097bdfdd24a4f0ab3777dc2a3e1df049a38af9ae3c4338a7e7418558cb787a8333ef83dc984e031d5b51cc873a24
7
+ data.tar.gz: 6a87fa35382247f1efae431c2ccc8a663b854ef097e03d8c5c12bbf8be4c6e6813bcfdc35362611d3dc8c566dd0a852b809871055cdb9caa38138746c99dcb9f
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-medialive/customizations'
42
42
  # @service
43
43
  module Aws::MediaLive
44
44
 
45
- GEM_VERSION = '1.16.0'
45
+ GEM_VERSION = '1.17.0'
46
46
 
47
47
  end
@@ -1607,12 +1607,16 @@ module Aws::MediaLive
1607
1607
  #
1608
1608
  # @option params [Array<String>] :input_security_groups
1609
1609
  #
1610
+ # @option params [Array<Types::MediaConnectFlowRequest>] :media_connect_flows
1611
+ #
1610
1612
  # @option params [String] :name
1611
1613
  #
1612
1614
  # @option params [String] :request_id
1613
1615
  # **A suitable default value is auto-generated.** You should normally
1614
1616
  # not need to pass this option.**
1615
1617
  #
1618
+ # @option params [String] :role_arn
1619
+ #
1616
1620
  # @option params [Array<Types::InputSourceRequest>] :sources
1617
1621
  #
1618
1622
  # @option params [String] :type
@@ -1630,8 +1634,14 @@ module Aws::MediaLive
1630
1634
  # },
1631
1635
  # ],
1632
1636
  # input_security_groups: ["__string"],
1637
+ # media_connect_flows: [
1638
+ # {
1639
+ # flow_arn: "__string",
1640
+ # },
1641
+ # ],
1633
1642
  # name: "__string",
1634
1643
  # request_id: "__string",
1644
+ # role_arn: "__string",
1635
1645
  # sources: [
1636
1646
  # {
1637
1647
  # password_param: "__string",
@@ -1639,7 +1649,7 @@ module Aws::MediaLive
1639
1649
  # username: "__string",
1640
1650
  # },
1641
1651
  # ],
1642
- # type: "UDP_PUSH", # accepts UDP_PUSH, RTP_PUSH, RTMP_PUSH, RTMP_PULL, URL_PULL, MP4_FILE
1652
+ # type: "UDP_PUSH", # accepts UDP_PUSH, RTP_PUSH, RTMP_PUSH, RTMP_PULL, URL_PULL, MP4_FILE, MEDIACONNECT
1643
1653
  # })
1644
1654
  #
1645
1655
  # @example Response structure
@@ -1652,7 +1662,10 @@ module Aws::MediaLive
1652
1662
  # resp.input.destinations[0].port #=> String
1653
1663
  # resp.input.destinations[0].url #=> String
1654
1664
  # resp.input.id #=> String
1665
+ # resp.input.media_connect_flows #=> Array
1666
+ # resp.input.media_connect_flows[0].flow_arn #=> String
1655
1667
  # resp.input.name #=> String
1668
+ # resp.input.role_arn #=> String
1656
1669
  # resp.input.security_groups #=> Array
1657
1670
  # resp.input.security_groups[0] #=> String
1658
1671
  # resp.input.sources #=> Array
@@ -1660,7 +1673,7 @@ module Aws::MediaLive
1660
1673
  # resp.input.sources[0].url #=> String
1661
1674
  # resp.input.sources[0].username #=> String
1662
1675
  # resp.input.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
1663
- # resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE"
1676
+ # resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT"
1664
1677
  #
1665
1678
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateInput AWS API Documentation
1666
1679
  #
@@ -2837,7 +2850,9 @@ module Aws::MediaLive
2837
2850
  # * {Types::DescribeInputResponse#attached_channels #attached_channels} => Array&lt;String&gt;
2838
2851
  # * {Types::DescribeInputResponse#destinations #destinations} => Array&lt;Types::InputDestination&gt;
2839
2852
  # * {Types::DescribeInputResponse#id #id} => String
2853
+ # * {Types::DescribeInputResponse#media_connect_flows #media_connect_flows} => Array&lt;Types::MediaConnectFlow&gt;
2840
2854
  # * {Types::DescribeInputResponse#name #name} => String
2855
+ # * {Types::DescribeInputResponse#role_arn #role_arn} => String
2841
2856
  # * {Types::DescribeInputResponse#security_groups #security_groups} => Array&lt;String&gt;
2842
2857
  # * {Types::DescribeInputResponse#sources #sources} => Array&lt;Types::InputSource&gt;
2843
2858
  # * {Types::DescribeInputResponse#state #state} => String
@@ -2859,7 +2874,10 @@ module Aws::MediaLive
2859
2874
  # resp.destinations[0].port #=> String
2860
2875
  # resp.destinations[0].url #=> String
2861
2876
  # resp.id #=> String
2877
+ # resp.media_connect_flows #=> Array
2878
+ # resp.media_connect_flows[0].flow_arn #=> String
2862
2879
  # resp.name #=> String
2880
+ # resp.role_arn #=> String
2863
2881
  # resp.security_groups #=> Array
2864
2882
  # resp.security_groups[0] #=> String
2865
2883
  # resp.sources #=> Array
@@ -2867,7 +2885,7 @@ module Aws::MediaLive
2867
2885
  # resp.sources[0].url #=> String
2868
2886
  # resp.sources[0].username #=> String
2869
2887
  # resp.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
2870
- # resp.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE"
2888
+ # resp.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT"
2871
2889
  #
2872
2890
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInput AWS API Documentation
2873
2891
  #
@@ -3258,7 +3276,10 @@ module Aws::MediaLive
3258
3276
  # resp.inputs[0].destinations[0].port #=> String
3259
3277
  # resp.inputs[0].destinations[0].url #=> String
3260
3278
  # resp.inputs[0].id #=> String
3279
+ # resp.inputs[0].media_connect_flows #=> Array
3280
+ # resp.inputs[0].media_connect_flows[0].flow_arn #=> String
3261
3281
  # resp.inputs[0].name #=> String
3282
+ # resp.inputs[0].role_arn #=> String
3262
3283
  # resp.inputs[0].security_groups #=> Array
3263
3284
  # resp.inputs[0].security_groups[0] #=> String
3264
3285
  # resp.inputs[0].sources #=> Array
@@ -3266,7 +3287,7 @@ module Aws::MediaLive
3266
3287
  # resp.inputs[0].sources[0].url #=> String
3267
3288
  # resp.inputs[0].sources[0].username #=> String
3268
3289
  # resp.inputs[0].state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
3269
- # resp.inputs[0].type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE"
3290
+ # resp.inputs[0].type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT"
3270
3291
  # resp.next_token #=> String
3271
3292
  #
3272
3293
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputs AWS API Documentation
@@ -5715,8 +5736,12 @@ module Aws::MediaLive
5715
5736
  #
5716
5737
  # @option params [Array<String>] :input_security_groups
5717
5738
  #
5739
+ # @option params [Array<Types::MediaConnectFlowRequest>] :media_connect_flows
5740
+ #
5718
5741
  # @option params [String] :name
5719
5742
  #
5743
+ # @option params [String] :role_arn
5744
+ #
5720
5745
  # @option params [Array<Types::InputSourceRequest>] :sources
5721
5746
  #
5722
5747
  # @return [Types::UpdateInputResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -5733,7 +5758,13 @@ module Aws::MediaLive
5733
5758
  # ],
5734
5759
  # input_id: "__string", # required
5735
5760
  # input_security_groups: ["__string"],
5761
+ # media_connect_flows: [
5762
+ # {
5763
+ # flow_arn: "__string",
5764
+ # },
5765
+ # ],
5736
5766
  # name: "__string",
5767
+ # role_arn: "__string",
5737
5768
  # sources: [
5738
5769
  # {
5739
5770
  # password_param: "__string",
@@ -5753,7 +5784,10 @@ module Aws::MediaLive
5753
5784
  # resp.input.destinations[0].port #=> String
5754
5785
  # resp.input.destinations[0].url #=> String
5755
5786
  # resp.input.id #=> String
5787
+ # resp.input.media_connect_flows #=> Array
5788
+ # resp.input.media_connect_flows[0].flow_arn #=> String
5756
5789
  # resp.input.name #=> String
5790
+ # resp.input.role_arn #=> String
5757
5791
  # resp.input.security_groups #=> Array
5758
5792
  # resp.input.security_groups[0] #=> String
5759
5793
  # resp.input.sources #=> Array
@@ -5761,7 +5795,7 @@ module Aws::MediaLive
5761
5795
  # resp.input.sources[0].url #=> String
5762
5796
  # resp.input.sources[0].username #=> String
5763
5797
  # resp.input.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
5764
- # resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE"
5798
+ # resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT"
5765
5799
  #
5766
5800
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInput AWS API Documentation
5767
5801
  #
@@ -5825,7 +5859,7 @@ module Aws::MediaLive
5825
5859
  params: params,
5826
5860
  config: config)
5827
5861
  context[:gem_name] = 'aws-sdk-medialive'
5828
- context[:gem_version] = '1.16.0'
5862
+ context[:gem_version] = '1.17.0'
5829
5863
  Seahorse::Client::Request.new(handlers, context)
5830
5864
  end
5831
5865
 
@@ -285,6 +285,8 @@ module Aws::MediaLive
285
285
  M3u8Settings = Shapes::StructureShape.new(name: 'M3u8Settings')
286
286
  M3u8TimedMetadataBehavior = Shapes::StringShape.new(name: 'M3u8TimedMetadataBehavior')
287
287
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
288
+ MediaConnectFlow = Shapes::StructureShape.new(name: 'MediaConnectFlow')
289
+ MediaConnectFlowRequest = Shapes::StructureShape.new(name: 'MediaConnectFlowRequest')
288
290
  Mp2CodingMode = Shapes::StringShape.new(name: 'Mp2CodingMode')
289
291
  Mp2Settings = Shapes::StructureShape.new(name: 'Mp2Settings')
290
292
  MsSmoothGroupSettings = Shapes::StructureShape.new(name: 'MsSmoothGroupSettings')
@@ -472,6 +474,8 @@ module Aws::MediaLive
472
474
  __listOfInputSourceRequest = Shapes::ListShape.new(name: '__listOfInputSourceRequest')
473
475
  __listOfInputWhitelistRule = Shapes::ListShape.new(name: '__listOfInputWhitelistRule')
474
476
  __listOfInputWhitelistRuleCidr = Shapes::ListShape.new(name: '__listOfInputWhitelistRuleCidr')
477
+ __listOfMediaConnectFlow = Shapes::ListShape.new(name: '__listOfMediaConnectFlow')
478
+ __listOfMediaConnectFlowRequest = Shapes::ListShape.new(name: '__listOfMediaConnectFlowRequest')
475
479
  __listOfOffering = Shapes::ListShape.new(name: '__listOfOffering')
476
480
  __listOfOutput = Shapes::ListShape.new(name: '__listOfOutput')
477
481
  __listOfOutputDestination = Shapes::ListShape.new(name: '__listOfOutputDestination')
@@ -748,16 +752,20 @@ module Aws::MediaLive
748
752
 
749
753
  CreateInput.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
750
754
  CreateInput.add_member(:input_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputSecurityGroups"))
755
+ CreateInput.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlowRequest, location_name: "mediaConnectFlows"))
751
756
  CreateInput.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
752
757
  CreateInput.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
758
+ CreateInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
753
759
  CreateInput.add_member(:sources, Shapes::ShapeRef.new(shape: __listOfInputSourceRequest, location_name: "sources"))
754
760
  CreateInput.add_member(:type, Shapes::ShapeRef.new(shape: InputType, location_name: "type"))
755
761
  CreateInput.struct_class = Types::CreateInput
756
762
 
757
763
  CreateInputRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
758
764
  CreateInputRequest.add_member(:input_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputSecurityGroups"))
765
+ CreateInputRequest.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlowRequest, location_name: "mediaConnectFlows"))
759
766
  CreateInputRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
760
767
  CreateInputRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
768
+ CreateInputRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
761
769
  CreateInputRequest.add_member(:sources, Shapes::ShapeRef.new(shape: __listOfInputSourceRequest, location_name: "sources"))
762
770
  CreateInputRequest.add_member(:type, Shapes::ShapeRef.new(shape: InputType, location_name: "type"))
763
771
  CreateInputRequest.struct_class = Types::CreateInputRequest
@@ -850,7 +858,9 @@ module Aws::MediaLive
850
858
  DescribeInputResponse.add_member(:attached_channels, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "attachedChannels"))
851
859
  DescribeInputResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestination, location_name: "destinations"))
852
860
  DescribeInputResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
861
+ DescribeInputResponse.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlow, location_name: "mediaConnectFlows"))
853
862
  DescribeInputResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
863
+ DescribeInputResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
854
864
  DescribeInputResponse.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
855
865
  DescribeInputResponse.add_member(:sources, Shapes::ShapeRef.new(shape: __listOfInputSource, location_name: "sources"))
856
866
  DescribeInputResponse.add_member(:state, Shapes::ShapeRef.new(shape: InputState, location_name: "state"))
@@ -1144,7 +1154,9 @@ module Aws::MediaLive
1144
1154
  Input.add_member(:attached_channels, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "attachedChannels"))
1145
1155
  Input.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestination, location_name: "destinations"))
1146
1156
  Input.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
1157
+ Input.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlow, location_name: "mediaConnectFlows"))
1147
1158
  Input.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
1159
+ Input.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
1148
1160
  Input.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
1149
1161
  Input.add_member(:sources, Shapes::ShapeRef.new(shape: __listOfInputSource, location_name: "sources"))
1150
1162
  Input.add_member(:state, Shapes::ShapeRef.new(shape: InputState, location_name: "state"))
@@ -1378,6 +1390,12 @@ module Aws::MediaLive
1378
1390
  M3u8Settings.add_member(:video_pid, Shapes::ShapeRef.new(shape: __string, location_name: "videoPid"))
1379
1391
  M3u8Settings.struct_class = Types::M3u8Settings
1380
1392
 
1393
+ MediaConnectFlow.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, location_name: "flowArn"))
1394
+ MediaConnectFlow.struct_class = Types::MediaConnectFlow
1395
+
1396
+ MediaConnectFlowRequest.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, location_name: "flowArn"))
1397
+ MediaConnectFlowRequest.struct_class = Types::MediaConnectFlowRequest
1398
+
1381
1399
  Mp2Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __double, location_name: "bitrate"))
1382
1400
  Mp2Settings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: Mp2CodingMode, location_name: "codingMode"))
1383
1401
  Mp2Settings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __double, location_name: "sampleRate"))
@@ -1729,14 +1747,18 @@ module Aws::MediaLive
1729
1747
 
1730
1748
  UpdateInput.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
1731
1749
  UpdateInput.add_member(:input_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputSecurityGroups"))
1750
+ UpdateInput.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlowRequest, location_name: "mediaConnectFlows"))
1732
1751
  UpdateInput.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
1752
+ UpdateInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
1733
1753
  UpdateInput.add_member(:sources, Shapes::ShapeRef.new(shape: __listOfInputSourceRequest, location_name: "sources"))
1734
1754
  UpdateInput.struct_class = Types::UpdateInput
1735
1755
 
1736
1756
  UpdateInputRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
1737
1757
  UpdateInputRequest.add_member(:input_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputId"))
1738
1758
  UpdateInputRequest.add_member(:input_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputSecurityGroups"))
1759
+ UpdateInputRequest.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlowRequest, location_name: "mediaConnectFlows"))
1739
1760
  UpdateInputRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
1761
+ UpdateInputRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
1740
1762
  UpdateInputRequest.add_member(:sources, Shapes::ShapeRef.new(shape: __listOfInputSourceRequest, location_name: "sources"))
1741
1763
  UpdateInputRequest.struct_class = Types::UpdateInputRequest
1742
1764
 
@@ -1827,6 +1849,10 @@ module Aws::MediaLive
1827
1849
 
1828
1850
  __listOfInputWhitelistRuleCidr.member = Shapes::ShapeRef.new(shape: InputWhitelistRuleCidr)
1829
1851
 
1852
+ __listOfMediaConnectFlow.member = Shapes::ShapeRef.new(shape: MediaConnectFlow)
1853
+
1854
+ __listOfMediaConnectFlowRequest.member = Shapes::ShapeRef.new(shape: MediaConnectFlowRequest)
1855
+
1830
1856
  __listOfOffering.member = Shapes::ShapeRef.new(shape: Offering)
1831
1857
 
1832
1858
  __listOfOutput.member = Shapes::ShapeRef.new(shape: Output)
@@ -2811,6 +2811,14 @@ module Aws::MediaLive
2811
2811
  # A list of security groups referenced by IDs to attach to the input.
2812
2812
  # @return [Array<String>]
2813
2813
  #
2814
+ # @!attribute [rw] media_connect_flows
2815
+ # A list of the MediaConnect Flows that you want to use in this input.
2816
+ # You can specify as few as one Flow and presently, as many as two.
2817
+ # The only requirement is when you have more than one is that each
2818
+ # Flow is in a separate Availability Zone as this ensures your EML
2819
+ # input is redundant to AZ issues.
2820
+ # @return [Array<Types::MediaConnectFlowRequest>]
2821
+ #
2814
2822
  # @!attribute [rw] name
2815
2823
  # Name of the input.
2816
2824
  # @return [String]
@@ -2820,6 +2828,11 @@ module Aws::MediaLive
2820
2828
  # not need to pass this option.
2821
2829
  # @return [String]
2822
2830
  #
2831
+ # @!attribute [rw] role_arn
2832
+ # The Amazon Resource Name (ARN) of the role this input assumes during
2833
+ # and after creation.
2834
+ # @return [String]
2835
+ #
2823
2836
  # @!attribute [rw] sources
2824
2837
  # The source URLs for a PULL-type input. Every PULL type input needs
2825
2838
  # exactly two source URLs for redundancy. Only specify sources for
@@ -2834,8 +2847,10 @@ module Aws::MediaLive
2834
2847
  class CreateInput < Struct.new(
2835
2848
  :destinations,
2836
2849
  :input_security_groups,
2850
+ :media_connect_flows,
2837
2851
  :name,
2838
2852
  :request_id,
2853
+ :role_arn,
2839
2854
  :sources,
2840
2855
  :type)
2841
2856
  include Aws::Structure
@@ -2851,8 +2866,14 @@ module Aws::MediaLive
2851
2866
  # },
2852
2867
  # ],
2853
2868
  # input_security_groups: ["__string"],
2869
+ # media_connect_flows: [
2870
+ # {
2871
+ # flow_arn: "__string",
2872
+ # },
2873
+ # ],
2854
2874
  # name: "__string",
2855
2875
  # request_id: "__string",
2876
+ # role_arn: "__string",
2856
2877
  # sources: [
2857
2878
  # {
2858
2879
  # password_param: "__string",
@@ -2860,7 +2881,7 @@ module Aws::MediaLive
2860
2881
  # username: "__string",
2861
2882
  # },
2862
2883
  # ],
2863
- # type: "UDP_PUSH", # accepts UDP_PUSH, RTP_PUSH, RTMP_PUSH, RTMP_PULL, URL_PULL, MP4_FILE
2884
+ # type: "UDP_PUSH", # accepts UDP_PUSH, RTP_PUSH, RTMP_PUSH, RTMP_PULL, URL_PULL, MP4_FILE, MEDIACONNECT
2864
2885
  # }
2865
2886
  #
2866
2887
  # @!attribute [rw] destinations
@@ -2869,6 +2890,9 @@ module Aws::MediaLive
2869
2890
  # @!attribute [rw] input_security_groups
2870
2891
  # @return [Array<String>]
2871
2892
  #
2893
+ # @!attribute [rw] media_connect_flows
2894
+ # @return [Array<Types::MediaConnectFlowRequest>]
2895
+ #
2872
2896
  # @!attribute [rw] name
2873
2897
  # @return [String]
2874
2898
  #
@@ -2877,6 +2901,9 @@ module Aws::MediaLive
2877
2901
  # not need to pass this option.
2878
2902
  # @return [String]
2879
2903
  #
2904
+ # @!attribute [rw] role_arn
2905
+ # @return [String]
2906
+ #
2880
2907
  # @!attribute [rw] sources
2881
2908
  # @return [Array<Types::InputSourceRequest>]
2882
2909
  #
@@ -2888,8 +2915,10 @@ module Aws::MediaLive
2888
2915
  class CreateInputRequest < Struct.new(
2889
2916
  :destinations,
2890
2917
  :input_security_groups,
2918
+ :media_connect_flows,
2891
2919
  :name,
2892
2920
  :request_id,
2921
+ :role_arn,
2893
2922
  :sources,
2894
2923
  :type)
2895
2924
  include Aws::Structure
@@ -3268,9 +3297,15 @@ module Aws::MediaLive
3268
3297
  # @!attribute [rw] id
3269
3298
  # @return [String]
3270
3299
  #
3300
+ # @!attribute [rw] media_connect_flows
3301
+ # @return [Array<Types::MediaConnectFlow>]
3302
+ #
3271
3303
  # @!attribute [rw] name
3272
3304
  # @return [String]
3273
3305
  #
3306
+ # @!attribute [rw] role_arn
3307
+ # @return [String]
3308
+ #
3274
3309
  # @!attribute [rw] security_groups
3275
3310
  # @return [Array<String>]
3276
3311
  #
@@ -3290,7 +3325,9 @@ module Aws::MediaLive
3290
3325
  :attached_channels,
3291
3326
  :destinations,
3292
3327
  :id,
3328
+ :media_connect_flows,
3293
3329
  :name,
3330
+ :role_arn,
3294
3331
  :security_groups,
3295
3332
  :sources,
3296
3333
  :state,
@@ -4913,9 +4950,10 @@ module Aws::MediaLive
4913
4950
  # @return [String]
4914
4951
  #
4915
4952
  # @!attribute [rw] bitrate
4916
- # Average bitrate in bits/second. Required for VBR, CBR, and ABR. For
4917
- # MS Smooth outputs, bitrates must be unique when rounded down to the
4918
- # nearest multiple of 1000.
4953
+ # Average bitrate in bits/second. Required when the rate control mode
4954
+ # is VBR or CBR. Not used for QVBR. In an MS Smooth output group, each
4955
+ # output must have a unique value when its bitrate is rounded down to
4956
+ # the nearest multiple of 1000.
4919
4957
  # @return [Integer]
4920
4958
  #
4921
4959
  # @!attribute [rw] buf_fill_pct
@@ -5001,8 +5039,9 @@ module Aws::MediaLive
5001
5039
  # @return [String]
5002
5040
  #
5003
5041
  # @!attribute [rw] max_bitrate
5004
- # Maximum bitrate in bits/second (for VBR and QVBR modes only).
5005
- # Required when rateControlMode is "qvbr".
5042
+ # For QVBR: See the tooltip for Quality level For VBR: Set the maximum
5043
+ # bitrate in order to accommodate expected spikes in the complexity of
5044
+ # the video.
5006
5045
  # @return [Integer]
5007
5046
  #
5008
5047
  # @!attribute [rw] min_i_interval
@@ -5043,18 +5082,24 @@ module Aws::MediaLive
5043
5082
  # @return [String]
5044
5083
  #
5045
5084
  # @!attribute [rw] qvbr_quality_level
5046
- # Target quality value. Applicable only to QVBR mode. 1 is the lowest
5047
- # quality and 10 is the highest and approaches lossless. Typical
5048
- # levels for content distribution are between 6 and 8.
5085
+ # Controls the target quality for the video encode. Applies only when
5086
+ # the rate control mode is QVBR. Set values for the QVBR quality level
5087
+ # field and Max bitrate field that suit your most important viewing
5088
+ # devices. Recommended values are: - Primary screen: Quality level: 8
5089
+ # to 10. Max bitrate: 4M - PC or tablet: Quality level: 7. Max
5090
+ # bitrate: 1.5M to 3M - Smartphone: Quality level: 6. Max bitrate: 1M
5091
+ # to 1.5M
5049
5092
  # @return [Integer]
5050
5093
  #
5051
5094
  # @!attribute [rw] rate_control_mode
5052
- # Rate control mode. - CBR: Constant Bit Rate - VBR: Variable Bit Rate
5053
- # - QVBR: Encoder dynamically controls the bitrate to meet the desired
5054
- # quality (specified through the qvbrQualityLevel field). The bitrate
5055
- # will not exceed the bitrate specified in the maxBitrate field and
5056
- # will not fall below the bitrate required to meet the desired quality
5057
- # level.
5095
+ # Rate control mode. QVBR: Quality will match the specified quality
5096
+ # level except when it is constrained by the maximum bitrate.
5097
+ # Recommended if you or your viewers pay for bandwidth. VBR: Quality
5098
+ # and bitrate vary, depending on the video complexity. Recommended
5099
+ # instead of QVBR if you want to maintain a specific average bitrate
5100
+ # over the duration of the channel. CBR: Quality varies, depending on
5101
+ # the video complexity. Recommended only if you distribute your assets
5102
+ # to devices that cannot handle variable bitrates.
5058
5103
  # @return [String]
5059
5104
  #
5060
5105
  # @!attribute [rw] scan_type
@@ -5902,10 +5947,19 @@ module Aws::MediaLive
5902
5947
  # The generated ID of the input (unique for user account, immutable).
5903
5948
  # @return [String]
5904
5949
  #
5950
+ # @!attribute [rw] media_connect_flows
5951
+ # A list of MediaConnect Flows for this input.
5952
+ # @return [Array<Types::MediaConnectFlow>]
5953
+ #
5905
5954
  # @!attribute [rw] name
5906
5955
  # The user-assigned name (This is a mutable value).
5907
5956
  # @return [String]
5908
5957
  #
5958
+ # @!attribute [rw] role_arn
5959
+ # The Amazon Resource Name (ARN) of the role this input assumes during
5960
+ # and after creation.
5961
+ # @return [String]
5962
+ #
5909
5963
  # @!attribute [rw] security_groups
5910
5964
  # A list of IDs for all the security groups attached to the input.
5911
5965
  # @return [Array<String>]
@@ -5927,7 +5981,9 @@ module Aws::MediaLive
5927
5981
  :attached_channels,
5928
5982
  :destinations,
5929
5983
  :id,
5984
+ :media_connect_flows,
5930
5985
  :name,
5986
+ :role_arn,
5931
5987
  :security_groups,
5932
5988
  :sources,
5933
5989
  :state,
@@ -7446,6 +7502,39 @@ module Aws::MediaLive
7446
7502
  include Aws::Structure
7447
7503
  end
7448
7504
 
7505
+ # The settings for a MediaConnect Flow.
7506
+ #
7507
+ # @!attribute [rw] flow_arn
7508
+ # The unique ARN of the MediaConnect Flow being used as a source.
7509
+ # @return [String]
7510
+ #
7511
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MediaConnectFlow AWS API Documentation
7512
+ #
7513
+ class MediaConnectFlow < Struct.new(
7514
+ :flow_arn)
7515
+ include Aws::Structure
7516
+ end
7517
+
7518
+ # The settings for a MediaConnect Flow.
7519
+ #
7520
+ # @note When making an API call, you may pass MediaConnectFlowRequest
7521
+ # data as a hash:
7522
+ #
7523
+ # {
7524
+ # flow_arn: "__string",
7525
+ # }
7526
+ #
7527
+ # @!attribute [rw] flow_arn
7528
+ # The ARN of the MediaConnect Flow that you want to use as a source.
7529
+ # @return [String]
7530
+ #
7531
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MediaConnectFlowRequest AWS API Documentation
7532
+ #
7533
+ class MediaConnectFlowRequest < Struct.new(
7534
+ :flow_arn)
7535
+ include Aws::Structure
7536
+ end
7537
+
7449
7538
  # @note When making an API call, you may pass Mp2Settings
7450
7539
  # data as a hash:
7451
7540
  #
@@ -11393,10 +11482,23 @@ module Aws::MediaLive
11393
11482
  # A list of security groups referenced by IDs to attach to the input.
11394
11483
  # @return [Array<String>]
11395
11484
  #
11485
+ # @!attribute [rw] media_connect_flows
11486
+ # A list of the MediaConnect Flow ARNs that you want to use as the
11487
+ # source of the input. You can specify as few as one Flow and
11488
+ # presently, as many as two. The only requirement is when you have
11489
+ # more than one is that each Flow is in a separate Availability Zone
11490
+ # as this ensures your EML input is redundant to AZ issues.
11491
+ # @return [Array<Types::MediaConnectFlowRequest>]
11492
+ #
11396
11493
  # @!attribute [rw] name
11397
11494
  # Name of the input.
11398
11495
  # @return [String]
11399
11496
  #
11497
+ # @!attribute [rw] role_arn
11498
+ # The Amazon Resource Name (ARN) of the role this input assumes during
11499
+ # and after creation.
11500
+ # @return [String]
11501
+ #
11400
11502
  # @!attribute [rw] sources
11401
11503
  # The source URLs for a PULL-type input. Every PULL type input needs
11402
11504
  # exactly two source URLs for redundancy. Only specify sources for
@@ -11408,7 +11510,9 @@ module Aws::MediaLive
11408
11510
  class UpdateInput < Struct.new(
11409
11511
  :destinations,
11410
11512
  :input_security_groups,
11513
+ :media_connect_flows,
11411
11514
  :name,
11515
+ :role_arn,
11412
11516
  :sources)
11413
11517
  include Aws::Structure
11414
11518
  end
@@ -11424,7 +11528,13 @@ module Aws::MediaLive
11424
11528
  # ],
11425
11529
  # input_id: "__string", # required
11426
11530
  # input_security_groups: ["__string"],
11531
+ # media_connect_flows: [
11532
+ # {
11533
+ # flow_arn: "__string",
11534
+ # },
11535
+ # ],
11427
11536
  # name: "__string",
11537
+ # role_arn: "__string",
11428
11538
  # sources: [
11429
11539
  # {
11430
11540
  # password_param: "__string",
@@ -11443,9 +11553,15 @@ module Aws::MediaLive
11443
11553
  # @!attribute [rw] input_security_groups
11444
11554
  # @return [Array<String>]
11445
11555
  #
11556
+ # @!attribute [rw] media_connect_flows
11557
+ # @return [Array<Types::MediaConnectFlowRequest>]
11558
+ #
11446
11559
  # @!attribute [rw] name
11447
11560
  # @return [String]
11448
11561
  #
11562
+ # @!attribute [rw] role_arn
11563
+ # @return [String]
11564
+ #
11449
11565
  # @!attribute [rw] sources
11450
11566
  # @return [Array<Types::InputSourceRequest>]
11451
11567
  #
@@ -11455,7 +11571,9 @@ module Aws::MediaLive
11455
11571
  :destinations,
11456
11572
  :input_id,
11457
11573
  :input_security_groups,
11574
+ :media_connect_flows,
11458
11575
  :name,
11576
+ :role_arn,
11459
11577
  :sources)
11460
11578
  include Aws::Structure
11461
11579
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-20 00:00:00.000000000 Z
11
+ date: 2018-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core