aws-sdk-ec2 1.649.0 → 1.650.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
  SHA256:
3
- metadata.gz: 563a6871fe1419d3b0cce2bac930d1117fd66e2da25533514bd7107c86650e64
4
- data.tar.gz: 9ef58c976119b899be27a066d187a0fa1a6f74c71f25072b00392b8ab87ef685
3
+ metadata.gz: 70f367e897ffd8ab40a199acf5ef16cbd4fe836ee6a748b6f4fca352cd1498c4
4
+ data.tar.gz: 915c80877d1a9719a0a20fd9910459a3312c1895064d59017f6576d6d8c58eb5
5
5
  SHA512:
6
- metadata.gz: '0787259ea3668e031b849d93e7d867b819082879cef51832d58073e3a14070a93523da8066b920a9875b2e431b995470120a90b12233359c0fbc011bbfcb02a9'
7
- data.tar.gz: ae3daebb68adaa5d98f7145686db08bc25a4c1347ab4ec34b5d04bad1e93bde7c754b17ef2369d3dfa317367996605d96533c9e233e0540b6ffa07090c3762ed
6
+ metadata.gz: 3afe755c8803e19f323aa9a254210efe13de675a29b3c0a21eb65a5d2b6a326f749d2bd8b701bc1daedd76c08124e6cfe51534e5b58b36fa45b0d61f46b3d098
7
+ data.tar.gz: 795fb4c330bba8e5d411550f6d702f1492cf16c46a48f0f422be8a0047397284363616d1bc38441d6db317db76148d0ecc7f27d87c3903d2e93f1d003a8ded69
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.650.0 (2026-09-17)
5
+ ------------------
6
+
7
+ * Feature - Adding support for "Tunnel" VPC Endpoint
8
+
4
9
  1.649.0 (2026-09-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.649.0
1
+ 1.650.0
@@ -19617,7 +19617,7 @@ module Aws::EC2
19617
19617
  #
19618
19618
  # resp = client.create_vpc_endpoint({
19619
19619
  # dry_run: false,
19620
- # vpc_endpoint_type: "Interface", # accepts Interface, Gateway, GatewayLoadBalancer, Resource, ServiceNetwork
19620
+ # vpc_endpoint_type: "Interface", # accepts Interface, Gateway, GatewayLoadBalancer, Resource, ServiceNetwork, Tunnel
19621
19621
  # vpc_id: "VpcId", # required
19622
19622
  # service_name: "String",
19623
19623
  # policy_document: "String",
@@ -19659,7 +19659,7 @@ module Aws::EC2
19659
19659
  # @example Response structure
19660
19660
  #
19661
19661
  # resp.vpc_endpoint.vpc_endpoint_id #=> String
19662
- # resp.vpc_endpoint.vpc_endpoint_type #=> String, one of "Interface", "Gateway", "GatewayLoadBalancer", "Resource", "ServiceNetwork"
19662
+ # resp.vpc_endpoint.vpc_endpoint_type #=> String, one of "Interface", "Gateway", "GatewayLoadBalancer", "Resource", "ServiceNetwork", "Tunnel"
19663
19663
  # resp.vpc_endpoint.vpc_id #=> String
19664
19664
  # resp.vpc_endpoint.service_name #=> String
19665
19665
  # resp.vpc_endpoint.state #=> String, one of "PendingAcceptance", "Pending", "Available", "Deleting", "Deleted", "Rejected", "Failed", "Expired", "Partial"
@@ -19704,8 +19704,8 @@ module Aws::EC2
19704
19704
  # resp.vpc_endpoint.resource_configuration_arn #=> String
19705
19705
  # resp.vpc_endpoint.service_region #=> String
19706
19706
  # resp.vpc_endpoint.payer_responsibilities #=> Array
19707
- # resp.vpc_endpoint.payer_responsibilities[0].scope #=> String, one of "vpc-endpoint-charges"
19708
- # resp.vpc_endpoint.payer_responsibilities[0].payer_responsibility_type #=> String, one of "vpc-endpoint-account", "vpc-endpoint-service-account"
19707
+ # resp.vpc_endpoint.payer_responsibilities[0].scope #=> String, one of "vpc-endpoint-charges", "resource-gateway-charges"
19708
+ # resp.vpc_endpoint.payer_responsibilities[0].payer_responsibility_type #=> String, one of "vpc-endpoint-account", "resource-gateway-account", "vpc-endpoint-service-account"
19709
19709
  # resp.client_token #=> String
19710
19710
  #
19711
19711
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVpcEndpoint AWS API Documentation
@@ -48316,8 +48316,8 @@ module Aws::EC2
48316
48316
  # resp.vpc_endpoint_connections[0].tags[0].value #=> String
48317
48317
  # resp.vpc_endpoint_connections[0].vpc_endpoint_region #=> String
48318
48318
  # resp.vpc_endpoint_connections[0].payer_responsibilities #=> Array
48319
- # resp.vpc_endpoint_connections[0].payer_responsibilities[0].scope #=> String, one of "vpc-endpoint-charges"
48320
- # resp.vpc_endpoint_connections[0].payer_responsibilities[0].payer_responsibility_type #=> String, one of "vpc-endpoint-account", "vpc-endpoint-service-account"
48319
+ # resp.vpc_endpoint_connections[0].payer_responsibilities[0].scope #=> String, one of "vpc-endpoint-charges", "resource-gateway-charges"
48320
+ # resp.vpc_endpoint_connections[0].payer_responsibilities[0].payer_responsibility_type #=> String, one of "vpc-endpoint-account", "resource-gateway-account", "vpc-endpoint-service-account"
48321
48321
  # resp.next_token #=> String
48322
48322
  #
48323
48323
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcEndpointConnections AWS API Documentation
@@ -48722,7 +48722,7 @@ module Aws::EC2
48722
48722
  #
48723
48723
  # resp.vpc_endpoints #=> Array
48724
48724
  # resp.vpc_endpoints[0].vpc_endpoint_id #=> String
48725
- # resp.vpc_endpoints[0].vpc_endpoint_type #=> String, one of "Interface", "Gateway", "GatewayLoadBalancer", "Resource", "ServiceNetwork"
48725
+ # resp.vpc_endpoints[0].vpc_endpoint_type #=> String, one of "Interface", "Gateway", "GatewayLoadBalancer", "Resource", "ServiceNetwork", "Tunnel"
48726
48726
  # resp.vpc_endpoints[0].vpc_id #=> String
48727
48727
  # resp.vpc_endpoints[0].service_name #=> String
48728
48728
  # resp.vpc_endpoints[0].state #=> String, one of "PendingAcceptance", "Pending", "Available", "Deleting", "Deleted", "Rejected", "Failed", "Expired", "Partial"
@@ -48767,8 +48767,8 @@ module Aws::EC2
48767
48767
  # resp.vpc_endpoints[0].resource_configuration_arn #=> String
48768
48768
  # resp.vpc_endpoints[0].service_region #=> String
48769
48769
  # resp.vpc_endpoints[0].payer_responsibilities #=> Array
48770
- # resp.vpc_endpoints[0].payer_responsibilities[0].scope #=> String, one of "vpc-endpoint-charges"
48771
- # resp.vpc_endpoints[0].payer_responsibilities[0].payer_responsibility_type #=> String, one of "vpc-endpoint-account", "vpc-endpoint-service-account"
48770
+ # resp.vpc_endpoints[0].payer_responsibilities[0].scope #=> String, one of "vpc-endpoint-charges", "resource-gateway-charges"
48771
+ # resp.vpc_endpoints[0].payer_responsibilities[0].payer_responsibility_type #=> String, one of "vpc-endpoint-account", "resource-gateway-account", "vpc-endpoint-service-account"
48772
48772
  # resp.next_token #=> String
48773
48773
  #
48774
48774
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcEndpoints AWS API Documentation
@@ -67794,16 +67794,16 @@ module Aws::EC2
67794
67794
  # dry_run: false,
67795
67795
  # service_id: "VpcEndpointServiceId",
67796
67796
  # vpc_endpoint_id: "VpcEndpointId", # required
67797
- # payer_responsibility: "vpc-endpoint-account", # required, accepts vpc-endpoint-account, vpc-endpoint-service-account
67798
- # scope: "vpc-endpoint-charges", # required, accepts vpc-endpoint-charges
67797
+ # payer_responsibility: "vpc-endpoint-account", # required, accepts vpc-endpoint-account, resource-gateway-account, vpc-endpoint-service-account
67798
+ # scope: "vpc-endpoint-charges", # required, accepts vpc-endpoint-charges, resource-gateway-charges
67799
67799
  # })
67800
67800
  #
67801
67801
  # @example Response structure
67802
67802
  #
67803
67803
  # resp.vpc_endpoint_id #=> String
67804
67804
  # resp.payer_responsibilities #=> Array
67805
- # resp.payer_responsibilities[0].scope #=> String, one of "vpc-endpoint-charges"
67806
- # resp.payer_responsibilities[0].payer_responsibility_type #=> String, one of "vpc-endpoint-account", "vpc-endpoint-service-account"
67805
+ # resp.payer_responsibilities[0].scope #=> String, one of "vpc-endpoint-charges", "resource-gateway-charges"
67806
+ # resp.payer_responsibilities[0].payer_responsibility_type #=> String, one of "vpc-endpoint-account", "resource-gateway-account", "vpc-endpoint-service-account"
67807
67807
  #
67808
67808
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVpcEndpointPayerResponsibility AWS API Documentation
67809
67809
  #
@@ -77312,8 +77312,8 @@ module Aws::EC2
77312
77312
 
77313
77313
  # Validates whether the specified security groups can be associated with
77314
77314
  # a single network interface. The operation checks Amazon Virtual
77315
- # Private Cloud (Amazon VPC) quotas for inbound or outbound rules per
77316
- # security group and security groups per network interface. Only
77315
+ # Private Cloud (Amazon VPC) quotas. It checks inbound or outbound rules
77316
+ # per security group and security groups per network interface. Only
77317
77317
  # authorized AWS services can call this operation.
77318
77318
  #
77319
77319
  # For more information about security group quotas, see [Amazon VPC
@@ -77432,7 +77432,7 @@ module Aws::EC2
77432
77432
  tracer: tracer
77433
77433
  )
77434
77434
  context[:gem_name] = 'aws-sdk-ec2'
77435
- context[:gem_version] = '1.649.0'
77435
+ context[:gem_version] = '1.650.0'
77436
77436
  Seahorse::Client::Request.new(handlers, context)
77437
77437
  end
77438
77438
 
@@ -89296,10 +89296,10 @@ module Aws::EC2
89296
89296
  end
89297
89297
 
89298
89298
  # @!attribute [rw] valid
89299
- # The operation returns `true` if the specified security groups can be
89300
- # associated with a single network interface without exceeding the
89301
- # quotas. It returns an error if associating the security groups would
89302
- # exceed a quota.
89299
+ # Specifies whether the specified security groups can be associated
89300
+ # with a single network interface without exceeding the quotas. If
89301
+ # associating the security groups would exceed a quota, the operation
89302
+ # returns an error.
89303
89303
  # @return [Boolean]
89304
89304
  #
89305
89305
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ValidateSecurityGroupQuotasForInterfaceResult AWS API Documentation
data/lib/aws-sdk-ec2.rb CHANGED
@@ -78,7 +78,7 @@ module Aws::EC2
78
78
  autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
79
79
  autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
80
80
 
81
- GEM_VERSION = '1.649.0'
81
+ GEM_VERSION = '1.650.0'
82
82
 
83
83
  end
84
84
 
data/sig/client.rbs CHANGED
@@ -4020,7 +4020,7 @@ module Aws
4020
4020
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_vpc_endpoint-instance_method
4021
4021
  def create_vpc_endpoint: (
4022
4022
  ?dry_run: bool,
4023
- ?vpc_endpoint_type: ("Interface" | "Gateway" | "GatewayLoadBalancer" | "Resource" | "ServiceNetwork"),
4023
+ ?vpc_endpoint_type: ("Interface" | "Gateway" | "GatewayLoadBalancer" | "Resource" | "ServiceNetwork" | "Tunnel"),
4024
4024
  vpc_id: ::String,
4025
4025
  ?service_name: ::String,
4026
4026
  ?policy_document: ::String,
@@ -13131,8 +13131,8 @@ module Aws
13131
13131
  ?dry_run: bool,
13132
13132
  ?service_id: ::String,
13133
13133
  vpc_endpoint_id: ::String,
13134
- payer_responsibility: ("vpc-endpoint-account" | "vpc-endpoint-service-account"),
13135
- scope: ("vpc-endpoint-charges")
13134
+ payer_responsibility: ("vpc-endpoint-account" | "resource-gateway-account" | "vpc-endpoint-service-account"),
13135
+ scope: ("vpc-endpoint-charges" | "resource-gateway-charges")
13136
13136
  ) -> _ModifyVpcEndpointPayerResponsibilityResponseSuccess
13137
13137
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyVpcEndpointPayerResponsibilityResponseSuccess
13138
13138
 
data/sig/types.rbs CHANGED
@@ -3917,7 +3917,7 @@ module Aws::EC2
3917
3917
 
3918
3918
  class CreateVpcEndpointRequest
3919
3919
  attr_accessor dry_run: bool
3920
- attr_accessor vpc_endpoint_type: ("Interface" | "Gateway" | "GatewayLoadBalancer" | "Resource" | "ServiceNetwork")
3920
+ attr_accessor vpc_endpoint_type: ("Interface" | "Gateway" | "GatewayLoadBalancer" | "Resource" | "ServiceNetwork" | "Tunnel")
3921
3921
  attr_accessor vpc_id: ::String
3922
3922
  attr_accessor service_name: ::String
3923
3923
  attr_accessor policy_document: ::String
@@ -14979,8 +14979,8 @@ module Aws::EC2
14979
14979
  attr_accessor dry_run: bool
14980
14980
  attr_accessor service_id: ::String
14981
14981
  attr_accessor vpc_endpoint_id: ::String
14982
- attr_accessor payer_responsibility: ("vpc-endpoint-account" | "vpc-endpoint-service-account")
14983
- attr_accessor scope: ("vpc-endpoint-charges")
14982
+ attr_accessor payer_responsibility: ("vpc-endpoint-account" | "resource-gateway-account" | "vpc-endpoint-service-account")
14983
+ attr_accessor scope: ("vpc-endpoint-charges" | "resource-gateway-charges")
14984
14984
  SENSITIVE: []
14985
14985
  end
14986
14986
 
@@ -15714,8 +15714,8 @@ module Aws::EC2
15714
15714
  end
15715
15715
 
15716
15716
  class PayerResponsibilityEntry
15717
- attr_accessor scope: ("vpc-endpoint-charges")
15718
- attr_accessor payer_responsibility_type: ("vpc-endpoint-account" | "vpc-endpoint-service-account")
15717
+ attr_accessor scope: ("vpc-endpoint-charges" | "resource-gateway-charges")
15718
+ attr_accessor payer_responsibility_type: ("vpc-endpoint-account" | "resource-gateway-account" | "vpc-endpoint-service-account")
15719
15719
  SENSITIVE: []
15720
15720
  end
15721
15721
 
@@ -19805,7 +19805,7 @@ module Aws::EC2
19805
19805
 
19806
19806
  class VpcEndpoint
19807
19807
  attr_accessor vpc_endpoint_id: ::String
19808
- attr_accessor vpc_endpoint_type: ("Interface" | "Gateway" | "GatewayLoadBalancer" | "Resource" | "ServiceNetwork")
19808
+ attr_accessor vpc_endpoint_type: ("Interface" | "Gateway" | "GatewayLoadBalancer" | "Resource" | "ServiceNetwork" | "Tunnel")
19809
19809
  attr_accessor vpc_id: ::String
19810
19810
  attr_accessor service_name: ::String
19811
19811
  attr_accessor state: ("PendingAcceptance" | "Pending" | "Available" | "Deleting" | "Deleted" | "Rejected" | "Failed" | "Expired" | "Partial")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.649.0
4
+ version: 1.650.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services