aws-sdk-ec2 1.573.0 → 1.574.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-ec2/client.rb +8 -1
- data/lib/aws-sdk-ec2/client_api.rb +3 -0
- data/lib/aws-sdk-ec2/types.rb +21 -1
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/types.rbs +2 -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: 217d7a59a65bb261fe86dda86fb9ef23d78cba68588de8895809dbe9f9cade4a
|
|
4
|
+
data.tar.gz: 708972b2b0ea8219b8d70a4edb03ce352d293c5d860d17516e53052a152f6ad9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 123fa1696aeca604a26bc152ca3374e2d46df7798654c8755c51d9666f7cb4e999382ba53e4552b6766275211bd9bb76bd110ce4d4982ed71545d83d1bb8599e
|
|
7
|
+
data.tar.gz: a52121ea571166a8448a6bfcaa1de5a0ef2f54003b19cc1c31ee035fc26e07dd92e228e2941000e479a0ff6b78afa39a3a33ec743a35a5df2b1eeed3f972dd65
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.574.0 (2025-11-11)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - AWS Site-to-Site VPN now supports VPN connections with up to 5 Gbps bandwidth per tunnel, a 4x improvement from existing limit of 1.25 Gbps.
|
|
8
|
+
|
|
4
9
|
1.573.0 (2025-11-10)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.574.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -18163,6 +18163,7 @@ module Aws::EC2
|
|
|
18163
18163
|
# remote_ipv_6_network_cidr: "String",
|
|
18164
18164
|
# outside_ip_address_type: "String",
|
|
18165
18165
|
# transport_transit_gateway_attachment_id: "TransitGatewayAttachmentId",
|
|
18166
|
+
# tunnel_bandwidth: "standard", # accepts standard, large
|
|
18166
18167
|
# static_routes_only: false,
|
|
18167
18168
|
# },
|
|
18168
18169
|
# })
|
|
@@ -18214,6 +18215,7 @@ module Aws::EC2
|
|
|
18214
18215
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_group_arn #=> String
|
|
18215
18216
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_output_format #=> String
|
|
18216
18217
|
# resp.vpn_connection.options.tunnel_options[0].enable_tunnel_lifecycle_control #=> Boolean
|
|
18218
|
+
# resp.vpn_connection.options.tunnel_bandwidth #=> String, one of "standard", "large"
|
|
18217
18219
|
# resp.vpn_connection.routes #=> Array
|
|
18218
18220
|
# resp.vpn_connection.routes[0].destination_cidr_block #=> String
|
|
18219
18221
|
# resp.vpn_connection.routes[0].source #=> String, one of "Static"
|
|
@@ -44223,6 +44225,7 @@ module Aws::EC2
|
|
|
44223
44225
|
# resp.vpn_connections[0].options.tunnel_options[0].log_options.cloud_watch_log_options.log_group_arn #=> String
|
|
44224
44226
|
# resp.vpn_connections[0].options.tunnel_options[0].log_options.cloud_watch_log_options.log_output_format #=> String
|
|
44225
44227
|
# resp.vpn_connections[0].options.tunnel_options[0].enable_tunnel_lifecycle_control #=> Boolean
|
|
44228
|
+
# resp.vpn_connections[0].options.tunnel_bandwidth #=> String, one of "standard", "large"
|
|
44226
44229
|
# resp.vpn_connections[0].routes #=> Array
|
|
44227
44230
|
# resp.vpn_connections[0].routes[0].destination_cidr_block #=> String
|
|
44228
44231
|
# resp.vpn_connections[0].routes[0].source #=> String, one of "Static"
|
|
@@ -60467,6 +60470,7 @@ module Aws::EC2
|
|
|
60467
60470
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_group_arn #=> String
|
|
60468
60471
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_output_format #=> String
|
|
60469
60472
|
# resp.vpn_connection.options.tunnel_options[0].enable_tunnel_lifecycle_control #=> Boolean
|
|
60473
|
+
# resp.vpn_connection.options.tunnel_bandwidth #=> String, one of "standard", "large"
|
|
60470
60474
|
# resp.vpn_connection.routes #=> Array
|
|
60471
60475
|
# resp.vpn_connection.routes[0].destination_cidr_block #=> String
|
|
60472
60476
|
# resp.vpn_connection.routes[0].source #=> String, one of "Static"
|
|
@@ -60598,6 +60602,7 @@ module Aws::EC2
|
|
|
60598
60602
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_group_arn #=> String
|
|
60599
60603
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_output_format #=> String
|
|
60600
60604
|
# resp.vpn_connection.options.tunnel_options[0].enable_tunnel_lifecycle_control #=> Boolean
|
|
60605
|
+
# resp.vpn_connection.options.tunnel_bandwidth #=> String, one of "standard", "large"
|
|
60601
60606
|
# resp.vpn_connection.routes #=> Array
|
|
60602
60607
|
# resp.vpn_connection.routes[0].destination_cidr_block #=> String
|
|
60603
60608
|
# resp.vpn_connection.routes[0].source #=> String, one of "Static"
|
|
@@ -60702,6 +60707,7 @@ module Aws::EC2
|
|
|
60702
60707
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_group_arn #=> String
|
|
60703
60708
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_output_format #=> String
|
|
60704
60709
|
# resp.vpn_connection.options.tunnel_options[0].enable_tunnel_lifecycle_control #=> Boolean
|
|
60710
|
+
# resp.vpn_connection.options.tunnel_bandwidth #=> String, one of "standard", "large"
|
|
60705
60711
|
# resp.vpn_connection.routes #=> Array
|
|
60706
60712
|
# resp.vpn_connection.routes[0].destination_cidr_block #=> String
|
|
60707
60713
|
# resp.vpn_connection.routes[0].source #=> String, one of "Static"
|
|
@@ -60887,6 +60893,7 @@ module Aws::EC2
|
|
|
60887
60893
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_group_arn #=> String
|
|
60888
60894
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_output_format #=> String
|
|
60889
60895
|
# resp.vpn_connection.options.tunnel_options[0].enable_tunnel_lifecycle_control #=> Boolean
|
|
60896
|
+
# resp.vpn_connection.options.tunnel_bandwidth #=> String, one of "standard", "large"
|
|
60890
60897
|
# resp.vpn_connection.routes #=> Array
|
|
60891
60898
|
# resp.vpn_connection.routes[0].destination_cidr_block #=> String
|
|
60892
60899
|
# resp.vpn_connection.routes[0].source #=> String, one of "Static"
|
|
@@ -69158,7 +69165,7 @@ module Aws::EC2
|
|
|
69158
69165
|
tracer: tracer
|
|
69159
69166
|
)
|
|
69160
69167
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
69161
|
-
context[:gem_version] = '1.
|
|
69168
|
+
context[:gem_version] = '1.574.0'
|
|
69162
69169
|
Seahorse::Client::Request.new(handlers, context)
|
|
69163
69170
|
end
|
|
69164
69171
|
|
|
@@ -3741,6 +3741,7 @@ module Aws::EC2
|
|
|
3741
3741
|
VpnStaticRoute = Shapes::StructureShape.new(name: 'VpnStaticRoute')
|
|
3742
3742
|
VpnStaticRouteList = Shapes::ListShape.new(name: 'VpnStaticRouteList')
|
|
3743
3743
|
VpnStaticRouteSource = Shapes::StringShape.new(name: 'VpnStaticRouteSource')
|
|
3744
|
+
VpnTunnelBandwidth = Shapes::StringShape.new(name: 'VpnTunnelBandwidth')
|
|
3744
3745
|
VpnTunnelLogOptions = Shapes::StructureShape.new(name: 'VpnTunnelLogOptions')
|
|
3745
3746
|
VpnTunnelLogOptionsSpecification = Shapes::StructureShape.new(name: 'VpnTunnelLogOptionsSpecification')
|
|
3746
3747
|
VpnTunnelOptionsSpecification = Shapes::StructureShape.new(name: 'VpnTunnelOptionsSpecification')
|
|
@@ -18383,6 +18384,7 @@ module Aws::EC2
|
|
|
18383
18384
|
VpnConnectionOptions.add_member(:transport_transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "transportTransitGatewayAttachmentId"))
|
|
18384
18385
|
VpnConnectionOptions.add_member(:tunnel_inside_ip_version, Shapes::ShapeRef.new(shape: TunnelInsideIpVersion, location_name: "tunnelInsideIpVersion"))
|
|
18385
18386
|
VpnConnectionOptions.add_member(:tunnel_options, Shapes::ShapeRef.new(shape: TunnelOptionsList, location_name: "tunnelOptionSet"))
|
|
18387
|
+
VpnConnectionOptions.add_member(:tunnel_bandwidth, Shapes::ShapeRef.new(shape: VpnTunnelBandwidth, location_name: "tunnelBandwidth"))
|
|
18386
18388
|
VpnConnectionOptions.struct_class = Types::VpnConnectionOptions
|
|
18387
18389
|
|
|
18388
18390
|
VpnConnectionOptionsSpecification.add_member(:enable_acceleration, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableAcceleration"))
|
|
@@ -18394,6 +18396,7 @@ module Aws::EC2
|
|
|
18394
18396
|
VpnConnectionOptionsSpecification.add_member(:remote_ipv_6_network_cidr, Shapes::ShapeRef.new(shape: String, location_name: "RemoteIpv6NetworkCidr"))
|
|
18395
18397
|
VpnConnectionOptionsSpecification.add_member(:outside_ip_address_type, Shapes::ShapeRef.new(shape: String, location_name: "OutsideIpAddressType"))
|
|
18396
18398
|
VpnConnectionOptionsSpecification.add_member(:transport_transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "TransportTransitGatewayAttachmentId"))
|
|
18399
|
+
VpnConnectionOptionsSpecification.add_member(:tunnel_bandwidth, Shapes::ShapeRef.new(shape: VpnTunnelBandwidth, location_name: "TunnelBandwidth"))
|
|
18397
18400
|
VpnConnectionOptionsSpecification.add_member(:static_routes_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "staticRoutesOnly"))
|
|
18398
18401
|
VpnConnectionOptionsSpecification.struct_class = Types::VpnConnectionOptionsSpecification
|
|
18399
18402
|
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -82104,6 +82104,15 @@ module Aws::EC2
|
|
|
82104
82104
|
# Indicates the VPN tunnel options.
|
|
82105
82105
|
# @return [Array<Types::TunnelOption>]
|
|
82106
82106
|
#
|
|
82107
|
+
# @!attribute [rw] tunnel_bandwidth
|
|
82108
|
+
# The configured bandwidth for the VPN tunnel. Represents the current
|
|
82109
|
+
# throughput capacity setting for the tunnel connection. `standard`
|
|
82110
|
+
# tunnel bandwidth supports up to 1.25 Gbps per tunnel while `large`
|
|
82111
|
+
# supports up to 5 Gbps per tunnel. If no tunnel bandwidth was
|
|
82112
|
+
# specified for the connection, `standard` is used as the default
|
|
82113
|
+
# value.
|
|
82114
|
+
# @return [String]
|
|
82115
|
+
#
|
|
82107
82116
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VpnConnectionOptions AWS API Documentation
|
|
82108
82117
|
#
|
|
82109
82118
|
class VpnConnectionOptions < Struct.new(
|
|
@@ -82116,7 +82125,8 @@ module Aws::EC2
|
|
|
82116
82125
|
:outside_ip_address_type,
|
|
82117
82126
|
:transport_transit_gateway_attachment_id,
|
|
82118
82127
|
:tunnel_inside_ip_version,
|
|
82119
|
-
:tunnel_options
|
|
82128
|
+
:tunnel_options,
|
|
82129
|
+
:tunnel_bandwidth)
|
|
82120
82130
|
SENSITIVE = []
|
|
82121
82131
|
include Aws::Structure
|
|
82122
82132
|
end
|
|
@@ -82180,6 +82190,15 @@ module Aws::EC2
|
|
|
82180
82190
|
# Required if `OutsideIpAddressType` is set to `PrivateIpv4`.
|
|
82181
82191
|
# @return [String]
|
|
82182
82192
|
#
|
|
82193
|
+
# @!attribute [rw] tunnel_bandwidth
|
|
82194
|
+
# The desired bandwidth specification for the VPN tunnel, used when
|
|
82195
|
+
# creating or modifying VPN connection options to set the tunnel's
|
|
82196
|
+
# throughput capacity. `standard` supports up to 1.25 Gbps per tunnel,
|
|
82197
|
+
# while `large` supports up to 5 Gbps per tunnel. The default value is
|
|
82198
|
+
# `standard`. Existing VPN connections without a bandwidth setting
|
|
82199
|
+
# will automatically default to `standard`.
|
|
82200
|
+
# @return [String]
|
|
82201
|
+
#
|
|
82183
82202
|
# @!attribute [rw] static_routes_only
|
|
82184
82203
|
# Indicate whether the VPN connection uses static routes only. If you
|
|
82185
82204
|
# are creating a VPN connection for a device that does not support
|
|
@@ -82201,6 +82220,7 @@ module Aws::EC2
|
|
|
82201
82220
|
:remote_ipv_6_network_cidr,
|
|
82202
82221
|
:outside_ip_address_type,
|
|
82203
82222
|
:transport_transit_gateway_attachment_id,
|
|
82223
|
+
:tunnel_bandwidth,
|
|
82204
82224
|
:static_routes_only)
|
|
82205
82225
|
SENSITIVE = []
|
|
82206
82226
|
include Aws::Structure
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -4601,6 +4601,7 @@ module Aws
|
|
|
4601
4601
|
remote_ipv_6_network_cidr: ::String?,
|
|
4602
4602
|
outside_ip_address_type: ::String?,
|
|
4603
4603
|
transport_transit_gateway_attachment_id: ::String?,
|
|
4604
|
+
tunnel_bandwidth: ("standard" | "large")?,
|
|
4604
4605
|
static_routes_only: bool?
|
|
4605
4606
|
}
|
|
4606
4607
|
) -> _CreateVpnConnectionResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -17718,6 +17718,7 @@ module Aws::EC2
|
|
|
17718
17718
|
attr_accessor transport_transit_gateway_attachment_id: ::String
|
|
17719
17719
|
attr_accessor tunnel_inside_ip_version: ("ipv4" | "ipv6")
|
|
17720
17720
|
attr_accessor tunnel_options: ::Array[Types::TunnelOption]
|
|
17721
|
+
attr_accessor tunnel_bandwidth: ("standard" | "large")
|
|
17721
17722
|
SENSITIVE: []
|
|
17722
17723
|
end
|
|
17723
17724
|
|
|
@@ -17731,6 +17732,7 @@ module Aws::EC2
|
|
|
17731
17732
|
attr_accessor remote_ipv_6_network_cidr: ::String
|
|
17732
17733
|
attr_accessor outside_ip_address_type: ::String
|
|
17733
17734
|
attr_accessor transport_transit_gateway_attachment_id: ::String
|
|
17735
|
+
attr_accessor tunnel_bandwidth: ("standard" | "large")
|
|
17734
17736
|
attr_accessor static_routes_only: bool
|
|
17735
17737
|
SENSITIVE: []
|
|
17736
17738
|
end
|