aws-sdk-ec2 1.138.0 → 1.139.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-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +29 -1
- data/lib/aws-sdk-ec2/client_api.rb +2 -0
- data/lib/aws-sdk-ec2/types.rb +34 -2
- 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: 4fadf779a8435fe232d9030ac9e2054b28fbbd5f
|
4
|
+
data.tar.gz: 85e58e30514a171b58d0e26c8468699eccfb09cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55528eb2cf203a5f681ed467b333d0d0d8a355da4399f8ae05ced2058fba8da28b5c15d8d421b245cc6f532e249b044ff57bf8ee6714d40b34354a17ba7baab6
|
7
|
+
data.tar.gz: 68d6260375aa1efed46bf4a3f2cead5ce27b8d2a451bc4d0375e45a12732b0e03c592c5e891c753fdecbf0927347b9f89bd15e81774e36794c3b12651802abfb
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -8763,6 +8763,9 @@ module Aws::EC2
|
|
8763
8763
|
#
|
8764
8764
|
# Default: `true`
|
8765
8765
|
#
|
8766
|
+
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
8767
|
+
# The tags to associate with the endpoint.
|
8768
|
+
#
|
8766
8769
|
# @return [Types::CreateVpcEndpointResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8767
8770
|
#
|
8768
8771
|
# * {Types::CreateVpcEndpointResult#vpc_endpoint #vpc_endpoint} => Types::VpcEndpoint
|
@@ -8781,6 +8784,17 @@ module Aws::EC2
|
|
8781
8784
|
# security_group_ids: ["String"],
|
8782
8785
|
# client_token: "String",
|
8783
8786
|
# private_dns_enabled: false,
|
8787
|
+
# tag_specifications: [
|
8788
|
+
# {
|
8789
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
8790
|
+
# tags: [
|
8791
|
+
# {
|
8792
|
+
# key: "String",
|
8793
|
+
# value: "String",
|
8794
|
+
# },
|
8795
|
+
# ],
|
8796
|
+
# },
|
8797
|
+
# ],
|
8784
8798
|
# })
|
8785
8799
|
#
|
8786
8800
|
# @example Response structure
|
@@ -8947,6 +8961,9 @@ module Aws::EC2
|
|
8947
8961
|
#
|
8948
8962
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
8949
8963
|
#
|
8964
|
+
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
8965
|
+
# The tags to associate with the service.
|
8966
|
+
#
|
8950
8967
|
# @return [Types::CreateVpcEndpointServiceConfigurationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8951
8968
|
#
|
8952
8969
|
# * {Types::CreateVpcEndpointServiceConfigurationResult#service_configuration #service_configuration} => Types::ServiceConfiguration
|
@@ -8960,6 +8977,17 @@ module Aws::EC2
|
|
8960
8977
|
# private_dns_name: "String",
|
8961
8978
|
# network_load_balancer_arns: ["String"], # required
|
8962
8979
|
# client_token: "String",
|
8980
|
+
# tag_specifications: [
|
8981
|
+
# {
|
8982
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
8983
|
+
# tags: [
|
8984
|
+
# {
|
8985
|
+
# key: "String",
|
8986
|
+
# value: "String",
|
8987
|
+
# },
|
8988
|
+
# ],
|
8989
|
+
# },
|
8990
|
+
# ],
|
8963
8991
|
# })
|
8964
8992
|
#
|
8965
8993
|
# @example Response structure
|
@@ -35895,7 +35923,7 @@ module Aws::EC2
|
|
35895
35923
|
params: params,
|
35896
35924
|
config: config)
|
35897
35925
|
context[:gem_name] = 'aws-sdk-ec2'
|
35898
|
-
context[:gem_version] = '1.
|
35926
|
+
context[:gem_version] = '1.139.0'
|
35899
35927
|
Seahorse::Client::Request.new(handlers, context)
|
35900
35928
|
end
|
35901
35929
|
|
@@ -3234,6 +3234,7 @@ module Aws::EC2
|
|
3234
3234
|
CreateVpcEndpointRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SecurityGroupId"))
|
3235
3235
|
CreateVpcEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
|
3236
3236
|
CreateVpcEndpointRequest.add_member(:private_dns_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrivateDnsEnabled"))
|
3237
|
+
CreateVpcEndpointRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
3237
3238
|
CreateVpcEndpointRequest.struct_class = Types::CreateVpcEndpointRequest
|
3238
3239
|
|
3239
3240
|
CreateVpcEndpointResult.add_member(:vpc_endpoint, Shapes::ShapeRef.new(shape: VpcEndpoint, location_name: "vpcEndpoint"))
|
@@ -3245,6 +3246,7 @@ module Aws::EC2
|
|
3245
3246
|
CreateVpcEndpointServiceConfigurationRequest.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "PrivateDnsName"))
|
3246
3247
|
CreateVpcEndpointServiceConfigurationRequest.add_member(:network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "NetworkLoadBalancerArn"))
|
3247
3248
|
CreateVpcEndpointServiceConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
|
3249
|
+
CreateVpcEndpointServiceConfigurationRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
3248
3250
|
CreateVpcEndpointServiceConfigurationRequest.struct_class = Types::CreateVpcEndpointServiceConfigurationRequest
|
3249
3251
|
|
3250
3252
|
CreateVpcEndpointServiceConfigurationResult.add_member(:service_configuration, Shapes::ShapeRef.new(shape: ServiceConfiguration, location_name: "serviceConfiguration"))
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -8528,6 +8528,17 @@ module Aws::EC2
|
|
8528
8528
|
# security_group_ids: ["String"],
|
8529
8529
|
# client_token: "String",
|
8530
8530
|
# private_dns_enabled: false,
|
8531
|
+
# tag_specifications: [
|
8532
|
+
# {
|
8533
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
8534
|
+
# tags: [
|
8535
|
+
# {
|
8536
|
+
# key: "String",
|
8537
|
+
# value: "String",
|
8538
|
+
# },
|
8539
|
+
# ],
|
8540
|
+
# },
|
8541
|
+
# ],
|
8531
8542
|
# }
|
8532
8543
|
#
|
8533
8544
|
# @!attribute [rw] dry_run
|
@@ -8601,6 +8612,10 @@ module Aws::EC2
|
|
8601
8612
|
# Default: `true`
|
8602
8613
|
# @return [Boolean]
|
8603
8614
|
#
|
8615
|
+
# @!attribute [rw] tag_specifications
|
8616
|
+
# The tags to associate with the endpoint.
|
8617
|
+
# @return [Array<Types::TagSpecification>]
|
8618
|
+
#
|
8604
8619
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVpcEndpointRequest AWS API Documentation
|
8605
8620
|
#
|
8606
8621
|
class CreateVpcEndpointRequest < Struct.new(
|
@@ -8613,7 +8628,8 @@ module Aws::EC2
|
|
8613
8628
|
:subnet_ids,
|
8614
8629
|
:security_group_ids,
|
8615
8630
|
:client_token,
|
8616
|
-
:private_dns_enabled
|
8631
|
+
:private_dns_enabled,
|
8632
|
+
:tag_specifications)
|
8617
8633
|
include Aws::Structure
|
8618
8634
|
end
|
8619
8635
|
|
@@ -8645,6 +8661,17 @@ module Aws::EC2
|
|
8645
8661
|
# private_dns_name: "String",
|
8646
8662
|
# network_load_balancer_arns: ["String"], # required
|
8647
8663
|
# client_token: "String",
|
8664
|
+
# tag_specifications: [
|
8665
|
+
# {
|
8666
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
8667
|
+
# tags: [
|
8668
|
+
# {
|
8669
|
+
# key: "String",
|
8670
|
+
# value: "String",
|
8671
|
+
# },
|
8672
|
+
# ],
|
8673
|
+
# },
|
8674
|
+
# ],
|
8648
8675
|
# }
|
8649
8676
|
#
|
8650
8677
|
# @!attribute [rw] dry_run
|
@@ -8679,6 +8706,10 @@ module Aws::EC2
|
|
8679
8706
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
8680
8707
|
# @return [String]
|
8681
8708
|
#
|
8709
|
+
# @!attribute [rw] tag_specifications
|
8710
|
+
# The tags to associate with the service.
|
8711
|
+
# @return [Array<Types::TagSpecification>]
|
8712
|
+
#
|
8682
8713
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVpcEndpointServiceConfigurationRequest AWS API Documentation
|
8683
8714
|
#
|
8684
8715
|
class CreateVpcEndpointServiceConfigurationRequest < Struct.new(
|
@@ -8686,7 +8717,8 @@ module Aws::EC2
|
|
8686
8717
|
:acceptance_required,
|
8687
8718
|
:private_dns_name,
|
8688
8719
|
:network_load_balancer_arns,
|
8689
|
-
:client_token
|
8720
|
+
:client_token,
|
8721
|
+
:tag_specifications)
|
8690
8722
|
include Aws::Structure
|
8691
8723
|
end
|
8692
8724
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ec2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.139.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: 2020-02-
|
11
|
+
date: 2020-02-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|