aws-sdk-medialive 1.20.0 → 1.21.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/lib/aws-sdk-medialive.rb +1 -1
- data/lib/aws-sdk-medialive/client.rb +20 -1
- data/lib/aws-sdk-medialive/client_api.rb +12 -0
- data/lib/aws-sdk-medialive/types.rb +73 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03f1ec9cc129561a9236426bca7d22f6ae621509
|
4
|
+
data.tar.gz: f8762141dc26ef2f028156dc4954eb8a382c9514
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b363e71bbc86fd8cb921b2f2ea5e9f7d8c1babe5dac31cdeeb2ccea6d43d86722b49216fc23d1b6185fac9f534d61b383d937c6ea8803fabd3e52eaa8e980ea2
|
7
|
+
data.tar.gz: b5738d9baddc47cc766cfa115f609dac0221dd06e7fafc72942334422fff86f43cd83aa748f81589892b2079eb8d83715e35b73443cf46ea5fe6f92e8bb0fde2
|
data/lib/aws-sdk-medialive.rb
CHANGED
@@ -1653,6 +1653,13 @@ module Aws::MediaLive
|
|
1653
1653
|
#
|
1654
1654
|
# @option params [String] :type
|
1655
1655
|
#
|
1656
|
+
# @option params [Types::InputVpcRequest] :vpc
|
1657
|
+
# Settings for a private VPC Input. When this property is specified, the
|
1658
|
+
# input destination addresses will be created in a VPC rather than with
|
1659
|
+
# public Internet addresses. This property requires setting the roleArn
|
1660
|
+
# property on Input creation. Not compatible with the
|
1661
|
+
# inputSecurityGroups property.
|
1662
|
+
#
|
1656
1663
|
# @return [Types::CreateInputResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1657
1664
|
#
|
1658
1665
|
# * {Types::CreateInputResponse#input #input} => Types::Input
|
@@ -1685,6 +1692,10 @@ module Aws::MediaLive
|
|
1685
1692
|
# "__string" => "__string",
|
1686
1693
|
# },
|
1687
1694
|
# type: "UDP_PUSH", # accepts UDP_PUSH, RTP_PUSH, RTMP_PUSH, RTMP_PULL, URL_PULL, MP4_FILE, MEDIACONNECT
|
1695
|
+
# vpc: {
|
1696
|
+
# security_group_ids: ["__string"],
|
1697
|
+
# subnet_ids: ["__string"], # required
|
1698
|
+
# },
|
1688
1699
|
# })
|
1689
1700
|
#
|
1690
1701
|
# @example Response structure
|
@@ -1696,6 +1707,8 @@ module Aws::MediaLive
|
|
1696
1707
|
# resp.input.destinations[0].ip #=> String
|
1697
1708
|
# resp.input.destinations[0].port #=> String
|
1698
1709
|
# resp.input.destinations[0].url #=> String
|
1710
|
+
# resp.input.destinations[0].vpc.availability_zone #=> String
|
1711
|
+
# resp.input.destinations[0].vpc.network_interface_id #=> String
|
1699
1712
|
# resp.input.id #=> String
|
1700
1713
|
# resp.input.media_connect_flows #=> Array
|
1701
1714
|
# resp.input.media_connect_flows[0].flow_arn #=> String
|
@@ -2984,6 +2997,8 @@ module Aws::MediaLive
|
|
2984
2997
|
# resp.destinations[0].ip #=> String
|
2985
2998
|
# resp.destinations[0].port #=> String
|
2986
2999
|
# resp.destinations[0].url #=> String
|
3000
|
+
# resp.destinations[0].vpc.availability_zone #=> String
|
3001
|
+
# resp.destinations[0].vpc.network_interface_id #=> String
|
2987
3002
|
# resp.id #=> String
|
2988
3003
|
# resp.media_connect_flows #=> Array
|
2989
3004
|
# resp.media_connect_flows[0].flow_arn #=> String
|
@@ -3394,6 +3409,8 @@ module Aws::MediaLive
|
|
3394
3409
|
# resp.inputs[0].destinations[0].ip #=> String
|
3395
3410
|
# resp.inputs[0].destinations[0].port #=> String
|
3396
3411
|
# resp.inputs[0].destinations[0].url #=> String
|
3412
|
+
# resp.inputs[0].destinations[0].vpc.availability_zone #=> String
|
3413
|
+
# resp.inputs[0].destinations[0].vpc.network_interface_id #=> String
|
3397
3414
|
# resp.inputs[0].id #=> String
|
3398
3415
|
# resp.inputs[0].media_connect_flows #=> Array
|
3399
3416
|
# resp.inputs[0].media_connect_flows[0].flow_arn #=> String
|
@@ -5968,6 +5985,8 @@ module Aws::MediaLive
|
|
5968
5985
|
# resp.input.destinations[0].ip #=> String
|
5969
5986
|
# resp.input.destinations[0].port #=> String
|
5970
5987
|
# resp.input.destinations[0].url #=> String
|
5988
|
+
# resp.input.destinations[0].vpc.availability_zone #=> String
|
5989
|
+
# resp.input.destinations[0].vpc.network_interface_id #=> String
|
5971
5990
|
# resp.input.id #=> String
|
5972
5991
|
# resp.input.media_connect_flows #=> Array
|
5973
5992
|
# resp.input.media_connect_flows[0].flow_arn #=> String
|
@@ -6053,7 +6072,7 @@ module Aws::MediaLive
|
|
6053
6072
|
params: params,
|
6054
6073
|
config: config)
|
6055
6074
|
context[:gem_name] = 'aws-sdk-medialive'
|
6056
|
-
context[:gem_version] = '1.
|
6075
|
+
context[:gem_version] = '1.21.0'
|
6057
6076
|
Seahorse::Client::Request.new(handlers, context)
|
6058
6077
|
end
|
6059
6078
|
|
@@ -225,6 +225,7 @@ module Aws::MediaLive
|
|
225
225
|
InputDenoiseFilter = Shapes::StringShape.new(name: 'InputDenoiseFilter')
|
226
226
|
InputDestination = Shapes::StructureShape.new(name: 'InputDestination')
|
227
227
|
InputDestinationRequest = Shapes::StructureShape.new(name: 'InputDestinationRequest')
|
228
|
+
InputDestinationVpc = Shapes::StructureShape.new(name: 'InputDestinationVpc')
|
228
229
|
InputFilter = Shapes::StringShape.new(name: 'InputFilter')
|
229
230
|
InputLocation = Shapes::StructureShape.new(name: 'InputLocation')
|
230
231
|
InputLossActionForHlsOut = Shapes::StringShape.new(name: 'InputLossActionForHlsOut')
|
@@ -246,6 +247,7 @@ module Aws::MediaLive
|
|
246
247
|
InputState = Shapes::StringShape.new(name: 'InputState')
|
247
248
|
InputSwitchScheduleActionSettings = Shapes::StructureShape.new(name: 'InputSwitchScheduleActionSettings')
|
248
249
|
InputType = Shapes::StringShape.new(name: 'InputType')
|
250
|
+
InputVpcRequest = Shapes::StructureShape.new(name: 'InputVpcRequest')
|
249
251
|
InputWhitelistRule = Shapes::StructureShape.new(name: 'InputWhitelistRule')
|
250
252
|
InputWhitelistRuleCidr = Shapes::StructureShape.new(name: 'InputWhitelistRuleCidr')
|
251
253
|
InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
|
@@ -786,6 +788,7 @@ module Aws::MediaLive
|
|
786
788
|
CreateInputRequest.add_member(:sources, Shapes::ShapeRef.new(shape: __listOfInputSourceRequest, location_name: "sources"))
|
787
789
|
CreateInputRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
788
790
|
CreateInputRequest.add_member(:type, Shapes::ShapeRef.new(shape: InputType, location_name: "type"))
|
791
|
+
CreateInputRequest.add_member(:vpc, Shapes::ShapeRef.new(shape: InputVpcRequest, location_name: "vpc"))
|
789
792
|
CreateInputRequest.struct_class = Types::CreateInputRequest
|
790
793
|
|
791
794
|
CreateInputResponse.add_member(:input, Shapes::ShapeRef.new(shape: Input, location_name: "input"))
|
@@ -1221,11 +1224,16 @@ module Aws::MediaLive
|
|
1221
1224
|
InputDestination.add_member(:ip, Shapes::ShapeRef.new(shape: __string, location_name: "ip"))
|
1222
1225
|
InputDestination.add_member(:port, Shapes::ShapeRef.new(shape: __string, location_name: "port"))
|
1223
1226
|
InputDestination.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
|
1227
|
+
InputDestination.add_member(:vpc, Shapes::ShapeRef.new(shape: InputDestinationVpc, location_name: "vpc"))
|
1224
1228
|
InputDestination.struct_class = Types::InputDestination
|
1225
1229
|
|
1226
1230
|
InputDestinationRequest.add_member(:stream_name, Shapes::ShapeRef.new(shape: __string, location_name: "streamName"))
|
1227
1231
|
InputDestinationRequest.struct_class = Types::InputDestinationRequest
|
1228
1232
|
|
1233
|
+
InputDestinationVpc.add_member(:availability_zone, Shapes::ShapeRef.new(shape: __string, location_name: "availabilityZone"))
|
1234
|
+
InputDestinationVpc.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: __string, location_name: "networkInterfaceId"))
|
1235
|
+
InputDestinationVpc.struct_class = Types::InputDestinationVpc
|
1236
|
+
|
1229
1237
|
InputLocation.add_member(:password_param, Shapes::ShapeRef.new(shape: __string, location_name: "passwordParam"))
|
1230
1238
|
InputLocation.add_member(:uri, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "uri"))
|
1231
1239
|
InputLocation.add_member(:username, Shapes::ShapeRef.new(shape: __string, location_name: "username"))
|
@@ -1279,6 +1287,10 @@ module Aws::MediaLive
|
|
1279
1287
|
InputSwitchScheduleActionSettings.add_member(:input_attachment_name_reference, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "inputAttachmentNameReference"))
|
1280
1288
|
InputSwitchScheduleActionSettings.struct_class = Types::InputSwitchScheduleActionSettings
|
1281
1289
|
|
1290
|
+
InputVpcRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroupIds"))
|
1291
|
+
InputVpcRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "subnetIds"))
|
1292
|
+
InputVpcRequest.struct_class = Types::InputVpcRequest
|
1293
|
+
|
1282
1294
|
InputWhitelistRule.add_member(:cidr, Shapes::ShapeRef.new(shape: __string, location_name: "cidr"))
|
1283
1295
|
InputWhitelistRule.struct_class = Types::InputWhitelistRule
|
1284
1296
|
|
@@ -2924,6 +2924,10 @@ module Aws::MediaLive
|
|
2924
2924
|
# "__string" => "__string",
|
2925
2925
|
# },
|
2926
2926
|
# type: "UDP_PUSH", # accepts UDP_PUSH, RTP_PUSH, RTMP_PUSH, RTMP_PULL, URL_PULL, MP4_FILE, MEDIACONNECT
|
2927
|
+
# vpc: {
|
2928
|
+
# security_group_ids: ["__string"],
|
2929
|
+
# subnet_ids: ["__string"], # required
|
2930
|
+
# },
|
2927
2931
|
# }
|
2928
2932
|
#
|
2929
2933
|
# @!attribute [rw] destinations
|
@@ -2955,6 +2959,14 @@ module Aws::MediaLive
|
|
2955
2959
|
# @!attribute [rw] type
|
2956
2960
|
# @return [String]
|
2957
2961
|
#
|
2962
|
+
# @!attribute [rw] vpc
|
2963
|
+
# Settings for a private VPC Input. When this property is specified,
|
2964
|
+
# the input destination addresses will be created in a VPC rather than
|
2965
|
+
# with public Internet addresses. This property requires setting the
|
2966
|
+
# roleArn property on Input creation. Not compatible with the
|
2967
|
+
# inputSecurityGroups property.
|
2968
|
+
# @return [Types::InputVpcRequest]
|
2969
|
+
#
|
2958
2970
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateInputRequest AWS API Documentation
|
2959
2971
|
#
|
2960
2972
|
class CreateInputRequest < Struct.new(
|
@@ -2966,7 +2978,8 @@ module Aws::MediaLive
|
|
2966
2978
|
:role_arn,
|
2967
2979
|
:sources,
|
2968
2980
|
:tags,
|
2969
|
-
:type
|
2981
|
+
:type,
|
2982
|
+
:vpc)
|
2970
2983
|
include Aws::Structure
|
2971
2984
|
end
|
2972
2985
|
|
@@ -6197,7 +6210,8 @@ module Aws::MediaLive
|
|
6197
6210
|
# @return [String]
|
6198
6211
|
#
|
6199
6212
|
# @!attribute [rw] security_groups
|
6200
|
-
# A list of IDs for all the
|
6213
|
+
# A list of IDs for all the Input Security Groups attached to the
|
6214
|
+
# input.
|
6201
6215
|
# @return [Array<String>]
|
6202
6216
|
#
|
6203
6217
|
# @!attribute [rw] sources
|
@@ -6374,12 +6388,17 @@ module Aws::MediaLive
|
|
6374
6388
|
# to.
|
6375
6389
|
# @return [String]
|
6376
6390
|
#
|
6391
|
+
# @!attribute [rw] vpc
|
6392
|
+
# The properties for a VPC type input destination.
|
6393
|
+
# @return [Types::InputDestinationVpc]
|
6394
|
+
#
|
6377
6395
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDestination AWS API Documentation
|
6378
6396
|
#
|
6379
6397
|
class InputDestination < Struct.new(
|
6380
6398
|
:ip,
|
6381
6399
|
:port,
|
6382
|
-
:url
|
6400
|
+
:url,
|
6401
|
+
:vpc)
|
6383
6402
|
include Aws::Structure
|
6384
6403
|
end
|
6385
6404
|
|
@@ -6403,6 +6422,24 @@ module Aws::MediaLive
|
|
6403
6422
|
include Aws::Structure
|
6404
6423
|
end
|
6405
6424
|
|
6425
|
+
# The properties for a VPC type input destination.
|
6426
|
+
#
|
6427
|
+
# @!attribute [rw] availability_zone
|
6428
|
+
# The availability zone of the Input destination.
|
6429
|
+
# @return [String]
|
6430
|
+
#
|
6431
|
+
# @!attribute [rw] network_interface_id
|
6432
|
+
# The network interface ID of the Input destination in the VPC.
|
6433
|
+
# @return [String]
|
6434
|
+
#
|
6435
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDestinationVpc AWS API Documentation
|
6436
|
+
#
|
6437
|
+
class InputDestinationVpc < Struct.new(
|
6438
|
+
:availability_zone,
|
6439
|
+
:network_interface_id)
|
6440
|
+
include Aws::Structure
|
6441
|
+
end
|
6442
|
+
|
6406
6443
|
# @note When making an API call, you may pass InputLocation
|
6407
6444
|
# data as a hash:
|
6408
6445
|
#
|
@@ -6798,6 +6835,39 @@ module Aws::MediaLive
|
|
6798
6835
|
include Aws::Structure
|
6799
6836
|
end
|
6800
6837
|
|
6838
|
+
# Settings for a private VPC Input. When this property is specified, the
|
6839
|
+
# input destination addresses will be created in a VPC rather than with
|
6840
|
+
# public Internet addresses. This property requires setting the roleArn
|
6841
|
+
# property on Input creation. Not compatible with the
|
6842
|
+
# inputSecurityGroups property.
|
6843
|
+
#
|
6844
|
+
# @note When making an API call, you may pass InputVpcRequest
|
6845
|
+
# data as a hash:
|
6846
|
+
#
|
6847
|
+
# {
|
6848
|
+
# security_group_ids: ["__string"],
|
6849
|
+
# subnet_ids: ["__string"], # required
|
6850
|
+
# }
|
6851
|
+
#
|
6852
|
+
# @!attribute [rw] security_group_ids
|
6853
|
+
# A list of up to 5 EC2 VPC security group IDs to attach to the Input
|
6854
|
+
# VPC network interfaces. Requires subnetIds. If none are specified
|
6855
|
+
# then the VPC default security group will be used.
|
6856
|
+
# @return [Array<String>]
|
6857
|
+
#
|
6858
|
+
# @!attribute [rw] subnet_ids
|
6859
|
+
# A list of 2 VPC subnet IDs from the same VPC. Subnet IDs must be
|
6860
|
+
# mapped to two unique availability zones (AZ).
|
6861
|
+
# @return [Array<String>]
|
6862
|
+
#
|
6863
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputVpcRequest AWS API Documentation
|
6864
|
+
#
|
6865
|
+
class InputVpcRequest < Struct.new(
|
6866
|
+
:security_group_ids,
|
6867
|
+
:subnet_ids)
|
6868
|
+
include Aws::Structure
|
6869
|
+
end
|
6870
|
+
|
6801
6871
|
# Whitelist rule
|
6802
6872
|
#
|
6803
6873
|
# @!attribute [rw] cidr
|
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.
|
4
|
+
version: 1.21.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: 2019-02-
|
11
|
+
date: 2019-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|