aws-sdk-medialive 1.183.0 → 1.184.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +17 -1
- data/lib/aws-sdk-medialive/client_api.rb +9 -0
- data/lib/aws-sdk-medialive/types.rb +24 -5
- data/lib/aws-sdk-medialive.rb +1 -1
- data/sig/types.rbs +6 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be47ff0f46902a59b37554d8c589fcfdde586ca54665772a10ec61f732085e79
|
|
4
|
+
data.tar.gz: c69d87a72f0ceb3c588a0e443161488d6df68389a76c48320b6cd9c79e7337aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59ffabdd5fa3618adecf3987412a750f35f758720dbf7184a90ed9811a2f6a20e121c2bbb90f00f10f53b127b3eb719652085eb61ba649f7383558fc71880247
|
|
7
|
+
data.tar.gz: 429814d1aad38ae1aa91e3b2f9267a657488b59f577f1a65aebfba0fe500cb9af54e98ada41b4c05b740f7848f56f9b2d8a93caf898f72276d8cd5788ffc20e8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.184.0
|
|
@@ -1981,6 +1981,8 @@ module Aws::MediaLive
|
|
|
1981
1981
|
# resp.channel.pipeline_details[0].pipeline_id #=> String
|
|
1982
1982
|
# resp.channel.pipeline_details[0].channel_engine_version.expiration_date #=> Time
|
|
1983
1983
|
# resp.channel.pipeline_details[0].channel_engine_version.version #=> String
|
|
1984
|
+
# resp.channel.pipeline_details[0].media_connect_router_output_connection_map #=> Hash
|
|
1985
|
+
# resp.channel.pipeline_details[0].media_connect_router_output_connection_map["__string"].router_input_arn #=> String
|
|
1984
1986
|
# resp.channel.pipelines_running_count #=> Integer
|
|
1985
1987
|
# resp.channel.role_arn #=> String
|
|
1986
1988
|
# resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
|
@@ -3525,6 +3527,8 @@ module Aws::MediaLive
|
|
|
3525
3527
|
# resp.pipeline_details[0].pipeline_id #=> String
|
|
3526
3528
|
# resp.pipeline_details[0].channel_engine_version.expiration_date #=> Time
|
|
3527
3529
|
# resp.pipeline_details[0].channel_engine_version.version #=> String
|
|
3530
|
+
# resp.pipeline_details[0].media_connect_router_output_connection_map #=> Hash
|
|
3531
|
+
# resp.pipeline_details[0].media_connect_router_output_connection_map["__string"].router_input_arn #=> String
|
|
3528
3532
|
# resp.pipelines_running_count #=> Integer
|
|
3529
3533
|
# resp.role_arn #=> String
|
|
3530
3534
|
# resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
|
@@ -4792,6 +4796,8 @@ module Aws::MediaLive
|
|
|
4792
4796
|
# resp.pipeline_details[0].pipeline_id #=> String
|
|
4793
4797
|
# resp.pipeline_details[0].channel_engine_version.expiration_date #=> Time
|
|
4794
4798
|
# resp.pipeline_details[0].channel_engine_version.version #=> String
|
|
4799
|
+
# resp.pipeline_details[0].media_connect_router_output_connection_map #=> Hash
|
|
4800
|
+
# resp.pipeline_details[0].media_connect_router_output_connection_map["__string"].router_input_arn #=> String
|
|
4795
4801
|
# resp.pipelines_running_count #=> Integer
|
|
4796
4802
|
# resp.role_arn #=> String
|
|
4797
4803
|
# resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
|
@@ -7315,6 +7321,8 @@ module Aws::MediaLive
|
|
|
7315
7321
|
# resp.pipeline_details[0].pipeline_id #=> String
|
|
7316
7322
|
# resp.pipeline_details[0].channel_engine_version.expiration_date #=> Time
|
|
7317
7323
|
# resp.pipeline_details[0].channel_engine_version.version #=> String
|
|
7324
|
+
# resp.pipeline_details[0].media_connect_router_output_connection_map #=> Hash
|
|
7325
|
+
# resp.pipeline_details[0].media_connect_router_output_connection_map["__string"].router_input_arn #=> String
|
|
7318
7326
|
# resp.pipelines_running_count #=> Integer
|
|
7319
7327
|
# resp.role_arn #=> String
|
|
7320
7328
|
# resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
|
@@ -8389,6 +8397,8 @@ module Aws::MediaLive
|
|
|
8389
8397
|
# resp.pipeline_details[0].pipeline_id #=> String
|
|
8390
8398
|
# resp.pipeline_details[0].channel_engine_version.expiration_date #=> Time
|
|
8391
8399
|
# resp.pipeline_details[0].channel_engine_version.version #=> String
|
|
8400
|
+
# resp.pipeline_details[0].media_connect_router_output_connection_map #=> Hash
|
|
8401
|
+
# resp.pipeline_details[0].media_connect_router_output_connection_map["__string"].router_input_arn #=> String
|
|
8392
8402
|
# resp.pipelines_running_count #=> Integer
|
|
8393
8403
|
# resp.role_arn #=> String
|
|
8394
8404
|
# resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
|
@@ -9508,6 +9518,8 @@ module Aws::MediaLive
|
|
|
9508
9518
|
# resp.channel.pipeline_details[0].pipeline_id #=> String
|
|
9509
9519
|
# resp.channel.pipeline_details[0].channel_engine_version.expiration_date #=> Time
|
|
9510
9520
|
# resp.channel.pipeline_details[0].channel_engine_version.version #=> String
|
|
9521
|
+
# resp.channel.pipeline_details[0].media_connect_router_output_connection_map #=> Hash
|
|
9522
|
+
# resp.channel.pipeline_details[0].media_connect_router_output_connection_map["__string"].router_input_arn #=> String
|
|
9511
9523
|
# resp.channel.pipelines_running_count #=> Integer
|
|
9512
9524
|
# resp.channel.role_arn #=> String
|
|
9513
9525
|
# resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
|
@@ -10505,6 +10517,8 @@ module Aws::MediaLive
|
|
|
10505
10517
|
# resp.channel.pipeline_details[0].pipeline_id #=> String
|
|
10506
10518
|
# resp.channel.pipeline_details[0].channel_engine_version.expiration_date #=> Time
|
|
10507
10519
|
# resp.channel.pipeline_details[0].channel_engine_version.version #=> String
|
|
10520
|
+
# resp.channel.pipeline_details[0].media_connect_router_output_connection_map #=> Hash
|
|
10521
|
+
# resp.channel.pipeline_details[0].media_connect_router_output_connection_map["__string"].router_input_arn #=> String
|
|
10508
10522
|
# resp.channel.pipelines_running_count #=> Integer
|
|
10509
10523
|
# resp.channel.role_arn #=> String
|
|
10510
10524
|
# resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
|
@@ -12112,6 +12126,8 @@ module Aws::MediaLive
|
|
|
12112
12126
|
# resp.pipeline_details[0].pipeline_id #=> String
|
|
12113
12127
|
# resp.pipeline_details[0].channel_engine_version.expiration_date #=> Time
|
|
12114
12128
|
# resp.pipeline_details[0].channel_engine_version.version #=> String
|
|
12129
|
+
# resp.pipeline_details[0].media_connect_router_output_connection_map #=> Hash
|
|
12130
|
+
# resp.pipeline_details[0].media_connect_router_output_connection_map["__string"].router_input_arn #=> String
|
|
12115
12131
|
# resp.pipelines_running_count #=> Integer
|
|
12116
12132
|
# resp.role_arn #=> String
|
|
12117
12133
|
# resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
|
@@ -15477,7 +15493,7 @@ module Aws::MediaLive
|
|
|
15477
15493
|
tracer: tracer
|
|
15478
15494
|
)
|
|
15479
15495
|
context[:gem_name] = 'aws-sdk-medialive'
|
|
15480
|
-
context[:gem_version] = '1.
|
|
15496
|
+
context[:gem_version] = '1.184.0'
|
|
15481
15497
|
Seahorse::Client::Request.new(handlers, context)
|
|
15482
15498
|
end
|
|
15483
15499
|
|
|
@@ -708,7 +708,9 @@ module Aws::MediaLive
|
|
|
708
708
|
MediaConnectFlowRequest = Shapes::StructureShape.new(name: 'MediaConnectFlowRequest')
|
|
709
709
|
MediaConnectRouterContainerSettings = Shapes::StructureShape.new(name: 'MediaConnectRouterContainerSettings')
|
|
710
710
|
MediaConnectRouterGroupSettings = Shapes::StructureShape.new(name: 'MediaConnectRouterGroupSettings')
|
|
711
|
+
MediaConnectRouterOutputConnection = Shapes::StructureShape.new(name: 'MediaConnectRouterOutputConnection')
|
|
711
712
|
MediaConnectRouterOutputConnectionMap = Shapes::StructureShape.new(name: 'MediaConnectRouterOutputConnectionMap')
|
|
713
|
+
MediaConnectRouterOutputConnections = Shapes::MapShape.new(name: 'MediaConnectRouterOutputConnections')
|
|
712
714
|
MediaConnectRouterOutputDestinationSettings = Shapes::StructureShape.new(name: 'MediaConnectRouterOutputDestinationSettings')
|
|
713
715
|
MediaConnectRouterOutputEncryptionType = Shapes::StringShape.new(name: 'MediaConnectRouterOutputEncryptionType')
|
|
714
716
|
MediaConnectRouterOutputSettings = Shapes::StructureShape.new(name: 'MediaConnectRouterOutputSettings')
|
|
@@ -4189,10 +4191,16 @@ module Aws::MediaLive
|
|
|
4189
4191
|
MediaConnectRouterGroupSettings.add_member(:availability_zones, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "availabilityZones"))
|
|
4190
4192
|
MediaConnectRouterGroupSettings.struct_class = Types::MediaConnectRouterGroupSettings
|
|
4191
4193
|
|
|
4194
|
+
MediaConnectRouterOutputConnection.add_member(:router_input_arn, Shapes::ShapeRef.new(shape: __string, location_name: "routerInputArn"))
|
|
4195
|
+
MediaConnectRouterOutputConnection.struct_class = Types::MediaConnectRouterOutputConnection
|
|
4196
|
+
|
|
4192
4197
|
MediaConnectRouterOutputConnectionMap.add_member(:pipeline_0, Shapes::ShapeRef.new(shape: __string, location_name: "pipeline0"))
|
|
4193
4198
|
MediaConnectRouterOutputConnectionMap.add_member(:pipeline_1, Shapes::ShapeRef.new(shape: __string, location_name: "pipeline1"))
|
|
4194
4199
|
MediaConnectRouterOutputConnectionMap.struct_class = Types::MediaConnectRouterOutputConnectionMap
|
|
4195
4200
|
|
|
4201
|
+
MediaConnectRouterOutputConnections.key = Shapes::ShapeRef.new(shape: __string)
|
|
4202
|
+
MediaConnectRouterOutputConnections.value = Shapes::ShapeRef.new(shape: MediaConnectRouterOutputConnection)
|
|
4203
|
+
|
|
4196
4204
|
MediaConnectRouterOutputDestinationSettings.add_member(:encryption_type, Shapes::ShapeRef.new(shape: MediaConnectRouterOutputEncryptionType, location_name: "encryptionType"))
|
|
4197
4205
|
MediaConnectRouterOutputDestinationSettings.add_member(:secret_arn, Shapes::ShapeRef.new(shape: __string, location_name: "secretArn"))
|
|
4198
4206
|
MediaConnectRouterOutputDestinationSettings.struct_class = Types::MediaConnectRouterOutputDestinationSettings
|
|
@@ -4612,6 +4620,7 @@ module Aws::MediaLive
|
|
|
4612
4620
|
PipelineDetail.add_member(:active_motion_graphics_uri, Shapes::ShapeRef.new(shape: __string, location_name: "activeMotionGraphicsUri"))
|
|
4613
4621
|
PipelineDetail.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: __string, location_name: "pipelineId"))
|
|
4614
4622
|
PipelineDetail.add_member(:channel_engine_version, Shapes::ShapeRef.new(shape: ChannelEngineVersionResponse, location_name: "channelEngineVersion"))
|
|
4623
|
+
PipelineDetail.add_member(:media_connect_router_output_connection_map, Shapes::ShapeRef.new(shape: MediaConnectRouterOutputConnections, location_name: "mediaConnectRouterOutputConnectionMap"))
|
|
4615
4624
|
PipelineDetail.struct_class = Types::PipelineDetail
|
|
4616
4625
|
|
|
4617
4626
|
PipelineLockingSettings.add_member(:pipeline_locking_method, Shapes::ShapeRef.new(shape: PipelineLockingMethod, location_name: "pipelineLockingMethod"))
|
|
@@ -10716,6 +10716,12 @@ module Aws::MediaLive
|
|
|
10716
10716
|
# Current engine version of the encoder for this pipeline.
|
|
10717
10717
|
# @return [Types::ChannelEngineVersionResponse]
|
|
10718
10718
|
#
|
|
10719
|
+
# @!attribute [rw] media_connect_router_output_connection_map
|
|
10720
|
+
# A map of output names to the MediaConnect Router connection for this
|
|
10721
|
+
# pipeline. Only present for channels with MediaConnect Router
|
|
10722
|
+
# outputs.
|
|
10723
|
+
# @return [Hash<String,Types::MediaConnectRouterOutputConnection>]
|
|
10724
|
+
#
|
|
10719
10725
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/PipelineDetail AWS API Documentation
|
|
10720
10726
|
#
|
|
10721
10727
|
class PipelineDetail < Struct.new(
|
|
@@ -10724,7 +10730,8 @@ module Aws::MediaLive
|
|
|
10724
10730
|
:active_motion_graphics_action_name,
|
|
10725
10731
|
:active_motion_graphics_uri,
|
|
10726
10732
|
:pipeline_id,
|
|
10727
|
-
:channel_engine_version
|
|
10733
|
+
:channel_engine_version,
|
|
10734
|
+
:media_connect_router_output_connection_map)
|
|
10728
10735
|
SENSITIVE = []
|
|
10729
10736
|
include Aws::Structure
|
|
10730
10737
|
end
|
|
@@ -23074,10 +23081,7 @@ module Aws::MediaLive
|
|
|
23074
23081
|
# Media Connect Router Output Settings
|
|
23075
23082
|
#
|
|
23076
23083
|
# @!attribute [rw] connected_router_inputs
|
|
23077
|
-
#
|
|
23078
|
-
# output. This parameter is purely informative, and editing it will
|
|
23079
|
-
# have no effect. To connect or disconnect MediaConnect Router Inputs,
|
|
23080
|
-
# go to MediaConnect.
|
|
23084
|
+
# This parameter is deprecated and unused.
|
|
23081
23085
|
# @return [Types::MediaConnectRouterOutputConnectionMap]
|
|
23082
23086
|
#
|
|
23083
23087
|
# @!attribute [rw] container_settings
|
|
@@ -23099,6 +23103,21 @@ module Aws::MediaLive
|
|
|
23099
23103
|
include Aws::Structure
|
|
23100
23104
|
end
|
|
23101
23105
|
|
|
23106
|
+
# Connection details for a single pipeline of a MediaConnect Router
|
|
23107
|
+
# output.
|
|
23108
|
+
#
|
|
23109
|
+
# @!attribute [rw] router_input_arn
|
|
23110
|
+
# The ARN of the MediaConnect Router Input connected to this pipeline.
|
|
23111
|
+
# @return [String]
|
|
23112
|
+
#
|
|
23113
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MediaConnectRouterOutputConnection AWS API Documentation
|
|
23114
|
+
#
|
|
23115
|
+
class MediaConnectRouterOutputConnection < Struct.new(
|
|
23116
|
+
:router_input_arn)
|
|
23117
|
+
SENSITIVE = []
|
|
23118
|
+
include Aws::Structure
|
|
23119
|
+
end
|
|
23120
|
+
|
|
23102
23121
|
end
|
|
23103
23122
|
end
|
|
23104
23123
|
|
data/lib/aws-sdk-medialive.rb
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -2662,6 +2662,7 @@ module Aws::MediaLive
|
|
|
2662
2662
|
attr_accessor active_motion_graphics_uri: ::String
|
|
2663
2663
|
attr_accessor pipeline_id: ::String
|
|
2664
2664
|
attr_accessor channel_engine_version: Types::ChannelEngineVersionResponse
|
|
2665
|
+
attr_accessor media_connect_router_output_connection_map: ::Hash[::String, Types::MediaConnectRouterOutputConnection]
|
|
2665
2666
|
SENSITIVE: []
|
|
2666
2667
|
end
|
|
2667
2668
|
|
|
@@ -5997,5 +5998,10 @@ module Aws::MediaLive
|
|
|
5997
5998
|
attr_accessor destination: Types::OutputLocationRef
|
|
5998
5999
|
SENSITIVE: []
|
|
5999
6000
|
end
|
|
6001
|
+
|
|
6002
|
+
class MediaConnectRouterOutputConnection
|
|
6003
|
+
attr_accessor router_input_arn: ::String
|
|
6004
|
+
SENSITIVE: []
|
|
6005
|
+
end
|
|
6000
6006
|
end
|
|
6001
6007
|
end
|