aws-sdk-ec2 1.514.0 → 1.515.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 +116 -80
- data/lib/aws-sdk-ec2/instance.rb +8 -0
- data/lib/aws-sdk-ec2/types.rb +37 -21
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de46ca220d828f5239116c6d36d7466c3c261738fbbfc8f3d00d92499f084a0e
|
4
|
+
data.tar.gz: beec2063bd89096186bacae72e58bda919f188b1995235dd204af3d861f0e4fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a188c8e976bcace4528f129e648f609e5e314ba558f50c62b2d538961c8f629417ad3b29bec87fa850e7b7e654ca727d581bdd07756f46d99a457a3ee50a5568
|
7
|
+
data.tar.gz: 26cb5af33e35bacde7562f2460e4111aea40fcd7d1aec7fe6384e433a0a14390bb9e86b6fb4c4cad4207b8d59b32451f15d86fe469eaf9bbad47fd2805366b80
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.515.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -2425,15 +2425,14 @@ module Aws::EC2
|
|
2425
2425
|
# Associates a route server with a VPC to enable dynamic route updates.
|
2426
2426
|
#
|
2427
2427
|
# A route server association is the connection established between a
|
2428
|
-
# route server and a VPC.
|
2429
|
-
# enables the route server to work with appliances in your VPC.
|
2428
|
+
# route server and a VPC.
|
2430
2429
|
#
|
2431
2430
|
# For more information see [Dynamic routing in your VPC with VPC Route
|
2432
2431
|
# Server][1] in the *Amazon VPC User Guide*.
|
2433
2432
|
#
|
2434
2433
|
#
|
2435
2434
|
#
|
2436
|
-
# [1]: https://docs.aws.amazon.com/
|
2435
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
2437
2436
|
#
|
2438
2437
|
# @option params [required, String] :route_server_id
|
2439
2438
|
# The unique identifier for the route server to be associated.
|
@@ -12120,15 +12119,15 @@ module Aws::EC2
|
|
12120
12119
|
# Amazon VPC Route Server simplifies routing for traffic between
|
12121
12120
|
# workloads that are deployed within a VPC and its internet gateways.
|
12122
12121
|
# With this feature, VPC Route Server dynamically updates VPC and
|
12123
|
-
# gateway route tables with your preferred IPv4 or IPv6 routes
|
12124
|
-
# achieve routing fault tolerance for those workloads. This enables
|
12125
|
-
# to automatically reroute traffic within a VPC, which increases the
|
12122
|
+
# internet gateway route tables with your preferred IPv4 or IPv6 routes
|
12123
|
+
# to achieve routing fault tolerance for those workloads. This enables
|
12124
|
+
# you to automatically reroute traffic within a VPC, which increases the
|
12126
12125
|
# manageability of VPC routing and interoperability with third-party
|
12127
12126
|
# workloads.
|
12128
12127
|
#
|
12129
12128
|
# Route server supports the follow route table types:
|
12130
12129
|
#
|
12131
|
-
# * VPC route tables
|
12130
|
+
# * VPC route tables not associated with subnets
|
12132
12131
|
#
|
12133
12132
|
# * Subnet route tables
|
12134
12133
|
#
|
@@ -12144,7 +12143,7 @@ module Aws::EC2
|
|
12144
12143
|
#
|
12145
12144
|
#
|
12146
12145
|
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-connect.html
|
12147
|
-
# [2]: https://docs.aws.amazon.com/
|
12146
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
12148
12147
|
#
|
12149
12148
|
# @option params [required, Integer] :amazon_side_asn
|
12150
12149
|
# The private Autonomous System Number (ASN) for the Amazon side of the
|
@@ -12241,9 +12240,16 @@ module Aws::EC2
|
|
12241
12240
|
# Creates a new endpoint for a route server in a specified subnet.
|
12242
12241
|
#
|
12243
12242
|
# A route server endpoint is an Amazon Web Services-managed component
|
12244
|
-
# inside a subnet that facilitates BGP (Border Gateway Protocol)
|
12245
|
-
# connections between your route server and your BGP peers.
|
12246
|
-
#
|
12243
|
+
# inside a subnet that facilitates [BGP (Border Gateway Protocol)][1]
|
12244
|
+
# connections between your route server and your BGP peers.
|
12245
|
+
#
|
12246
|
+
# For more information see [Dynamic routing in your VPC with VPC Route
|
12247
|
+
# Server][2] in the *Amazon VPC User Guide*.
|
12248
|
+
#
|
12249
|
+
#
|
12250
|
+
#
|
12251
|
+
# [1]: https://en.wikipedia.org/wiki/Border_Gateway_Protocol
|
12252
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
12247
12253
|
#
|
12248
12254
|
# @option params [required, String] :route_server_id
|
12249
12255
|
# The ID of the route server for which to create an endpoint.
|
@@ -12316,9 +12322,10 @@ module Aws::EC2
|
|
12316
12322
|
|
12317
12323
|
# Creates a new BGP peer for a specified route server endpoint.
|
12318
12324
|
#
|
12319
|
-
# A route server peer is a
|
12320
|
-
# Amazon Web Services
|
12321
|
-
# security
|
12325
|
+
# A route server peer is a session between a route server endpoint and
|
12326
|
+
# the device deployed in Amazon Web Services (such as a firewall
|
12327
|
+
# appliance or other network security function running on an EC2
|
12328
|
+
# instance). The device must meet these requirements:
|
12322
12329
|
#
|
12323
12330
|
# * Have an elastic network interface in the VPC
|
12324
12331
|
#
|
@@ -12326,11 +12333,18 @@ module Aws::EC2
|
|
12326
12333
|
#
|
12327
12334
|
# * Can initiate BGP sessions
|
12328
12335
|
#
|
12336
|
+
# For more information see [Dynamic routing in your VPC with VPC Route
|
12337
|
+
# Server][1] in the *Amazon VPC User Guide*.
|
12338
|
+
#
|
12339
|
+
#
|
12340
|
+
#
|
12341
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
12342
|
+
#
|
12329
12343
|
# @option params [required, String] :route_server_endpoint_id
|
12330
12344
|
# The ID of the route server endpoint for which to create a peer.
|
12331
12345
|
#
|
12332
12346
|
# @option params [required, String] :peer_address
|
12333
|
-
# The IPv4 address of the peer.
|
12347
|
+
# The IPv4 address of the peer device.
|
12334
12348
|
#
|
12335
12349
|
# @option params [required, Types::RouteServerBgpOptionsRequest] :bgp_options
|
12336
12350
|
# The BGP options for the peer, including ASN (Autonomous System Number)
|
@@ -18885,15 +18899,15 @@ module Aws::EC2
|
|
18885
18899
|
# Amazon VPC Route Server simplifies routing for traffic between
|
18886
18900
|
# workloads that are deployed within a VPC and its internet gateways.
|
18887
18901
|
# With this feature, VPC Route Server dynamically updates VPC and
|
18888
|
-
# gateway route tables with your preferred IPv4 or IPv6 routes
|
18889
|
-
# achieve routing fault tolerance for those workloads. This enables
|
18890
|
-
# to automatically reroute traffic within a VPC, which increases the
|
18902
|
+
# internet gateway route tables with your preferred IPv4 or IPv6 routes
|
18903
|
+
# to achieve routing fault tolerance for those workloads. This enables
|
18904
|
+
# you to automatically reroute traffic within a VPC, which increases the
|
18891
18905
|
# manageability of VPC routing and interoperability with third-party
|
18892
18906
|
# workloads.
|
18893
18907
|
#
|
18894
18908
|
# Route server supports the follow route table types:
|
18895
18909
|
#
|
18896
|
-
# * VPC route tables
|
18910
|
+
# * VPC route tables not associated with subnets
|
18897
18911
|
#
|
18898
18912
|
# * Subnet route tables
|
18899
18913
|
#
|
@@ -18909,7 +18923,7 @@ module Aws::EC2
|
|
18909
18923
|
#
|
18910
18924
|
#
|
18911
18925
|
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-connect.html
|
18912
|
-
# [2]: https://docs.aws.amazon.com/
|
18926
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
18913
18927
|
#
|
18914
18928
|
# @option params [required, String] :route_server_id
|
18915
18929
|
# The ID of the route server to delete.
|
@@ -18956,9 +18970,12 @@ module Aws::EC2
|
|
18956
18970
|
# Deletes the specified route server endpoint.
|
18957
18971
|
#
|
18958
18972
|
# A route server endpoint is an Amazon Web Services-managed component
|
18959
|
-
# inside a subnet that facilitates BGP (Border Gateway Protocol)
|
18960
|
-
# connections between your route server and your BGP peers.
|
18961
|
-
#
|
18973
|
+
# inside a subnet that facilitates [BGP (Border Gateway Protocol)][1]
|
18974
|
+
# connections between your route server and your BGP peers.
|
18975
|
+
#
|
18976
|
+
#
|
18977
|
+
#
|
18978
|
+
# [1]: https://en.wikipedia.org/wiki/Border_Gateway_Protocol
|
18962
18979
|
#
|
18963
18980
|
# @option params [required, String] :route_server_endpoint_id
|
18964
18981
|
# The ID of the route server endpoint to delete.
|
@@ -19005,9 +19022,10 @@ module Aws::EC2
|
|
19005
19022
|
|
19006
19023
|
# Deletes the specified BGP peer from a route server.
|
19007
19024
|
#
|
19008
|
-
# A route server peer is a
|
19009
|
-
# Amazon Web Services
|
19010
|
-
# security
|
19025
|
+
# A route server peer is a session between a route server endpoint and
|
19026
|
+
# the device deployed in Amazon Web Services (such as a firewall
|
19027
|
+
# appliance or other network security function running on an EC2
|
19028
|
+
# instance). The device must meet these requirements:
|
19011
19029
|
#
|
19012
19030
|
# * Have an elastic network interface in the VPC
|
19013
19031
|
#
|
@@ -21021,27 +21039,35 @@ module Aws::EC2
|
|
21021
21039
|
req.send_request(options)
|
21022
21040
|
end
|
21023
21041
|
|
21024
|
-
# Deregisters the specified AMI.
|
21025
|
-
#
|
21042
|
+
# Deregisters the specified AMI. A deregistered AMI can't be used to
|
21043
|
+
# launch new instances.
|
21026
21044
|
#
|
21027
|
-
# If
|
21028
|
-
#
|
21029
|
-
#
|
21030
|
-
#
|
21045
|
+
# If a deregistered EBS-backed AMI matches a Recycle Bin retention rule,
|
21046
|
+
# it moves to the Recycle Bin for the specified retention period. It can
|
21047
|
+
# be restored before its retention period expires, after which it is
|
21048
|
+
# permanently deleted. If the deregistered AMI doesn't match a
|
21049
|
+
# retention rule, it is permanently deleted immediately. For more
|
21050
|
+
# information, see [Recycle Bin][1] in the *Amazon EBS User Guide*.
|
21051
|
+
#
|
21052
|
+
# Deregistering an AMI does not delete the following:
|
21031
21053
|
#
|
21032
|
-
#
|
21033
|
-
#
|
21034
|
-
# costs for those instances until you terminate them.
|
21054
|
+
# * Instances already launched from the AMI. You'll continue to incur
|
21055
|
+
# usage costs for the instances until you terminate them.
|
21035
21056
|
#
|
21036
|
-
#
|
21037
|
-
#
|
21038
|
-
#
|
21039
|
-
#
|
21040
|
-
#
|
21057
|
+
# * For EBS-backed AMIs: The snapshots that were created of the root and
|
21058
|
+
# data volumes of the instance during AMI creation. You'll continue
|
21059
|
+
# to incur snapshot storage costs.
|
21060
|
+
#
|
21061
|
+
# * For instance store-backed AMIs: The files uploaded to Amazon S3
|
21062
|
+
# during AMI creation. You'll continue to incur S3 storage costs.
|
21063
|
+
#
|
21064
|
+
# For more information, see [Deregister an Amazon EC2 AMI][2] in the
|
21065
|
+
# *Amazon EC2 User Guide*.
|
21041
21066
|
#
|
21042
21067
|
#
|
21043
21068
|
#
|
21044
21069
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html
|
21070
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/deregister-ami.html
|
21045
21071
|
#
|
21046
21072
|
# @option params [required, String] :image_id
|
21047
21073
|
# The ID of the AMI.
|
@@ -27375,6 +27401,9 @@ module Aws::EC2
|
|
27375
27401
|
# latest generation instance type of an instance family (`true` \|
|
27376
27402
|
# `false`).
|
27377
27403
|
#
|
27404
|
+
# * `dedicated-hosts-supported` - Indicates whether the instance type
|
27405
|
+
# supports Dedicated Hosts. (`true` \| `false`)
|
27406
|
+
#
|
27378
27407
|
# * `ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps` - The
|
27379
27408
|
# baseline bandwidth performance for an EBS-optimized instance type,
|
27380
27409
|
# in Mbps.
|
@@ -33821,16 +33850,16 @@ module Aws::EC2
|
|
33821
33850
|
# Describes one or more route server endpoints.
|
33822
33851
|
#
|
33823
33852
|
# A route server endpoint is an Amazon Web Services-managed component
|
33824
|
-
# inside a subnet that facilitates BGP (Border Gateway Protocol)
|
33825
|
-
# connections between your route server and your BGP peers.
|
33826
|
-
# endpoints per subnet for redundancy.
|
33853
|
+
# inside a subnet that facilitates [BGP (Border Gateway Protocol)][1]
|
33854
|
+
# connections between your route server and your BGP peers.
|
33827
33855
|
#
|
33828
33856
|
# For more information see [Dynamic routing in your VPC with VPC Route
|
33829
|
-
# Server][
|
33857
|
+
# Server][2] in the *Amazon VPC User Guide*.
|
33830
33858
|
#
|
33831
33859
|
#
|
33832
33860
|
#
|
33833
|
-
# [1]: https://
|
33861
|
+
# [1]: https://en.wikipedia.org/wiki/Border_Gateway_Protocol
|
33862
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
33834
33863
|
#
|
33835
33864
|
# @option params [Array<String>] :route_server_endpoint_ids
|
33836
33865
|
# The IDs of the route server endpoints to describe.
|
@@ -33899,9 +33928,10 @@ module Aws::EC2
|
|
33899
33928
|
|
33900
33929
|
# Describes one or more route server peers.
|
33901
33930
|
#
|
33902
|
-
# A route server peer is a
|
33903
|
-
# Amazon Web Services
|
33904
|
-
# security
|
33931
|
+
# A route server peer is a session between a route server endpoint and
|
33932
|
+
# the device deployed in Amazon Web Services (such as a firewall
|
33933
|
+
# appliance or other network security function running on an EC2
|
33934
|
+
# instance). The device must meet these requirements:
|
33905
33935
|
#
|
33906
33936
|
# * Have an elastic network interface in the VPC
|
33907
33937
|
#
|
@@ -33914,7 +33944,7 @@ module Aws::EC2
|
|
33914
33944
|
#
|
33915
33945
|
#
|
33916
33946
|
#
|
33917
|
-
# [1]: https://docs.aws.amazon.com/
|
33947
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
33918
33948
|
#
|
33919
33949
|
# @option params [Array<String>] :route_server_peer_ids
|
33920
33950
|
# The IDs of the route server peers to describe.
|
@@ -33992,15 +34022,15 @@ module Aws::EC2
|
|
33992
34022
|
# Amazon VPC Route Server simplifies routing for traffic between
|
33993
34023
|
# workloads that are deployed within a VPC and its internet gateways.
|
33994
34024
|
# With this feature, VPC Route Server dynamically updates VPC and
|
33995
|
-
# gateway route tables with your preferred IPv4 or IPv6 routes
|
33996
|
-
# achieve routing fault tolerance for those workloads. This enables
|
33997
|
-
# to automatically reroute traffic within a VPC, which increases the
|
34025
|
+
# internet gateway route tables with your preferred IPv4 or IPv6 routes
|
34026
|
+
# to achieve routing fault tolerance for those workloads. This enables
|
34027
|
+
# you to automatically reroute traffic within a VPC, which increases the
|
33998
34028
|
# manageability of VPC routing and interoperability with third-party
|
33999
34029
|
# workloads.
|
34000
34030
|
#
|
34001
34031
|
# Route server supports the follow route table types:
|
34002
34032
|
#
|
34003
|
-
# * VPC route tables
|
34033
|
+
# * VPC route tables not associated with subnets
|
34004
34034
|
#
|
34005
34035
|
# * Subnet route tables
|
34006
34036
|
#
|
@@ -34016,7 +34046,7 @@ module Aws::EC2
|
|
34016
34046
|
#
|
34017
34047
|
#
|
34018
34048
|
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-connect.html
|
34019
|
-
# [2]: https://docs.aws.amazon.com/
|
34049
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
34020
34050
|
#
|
34021
34051
|
# @option params [Array<String>] :route_server_ids
|
34022
34052
|
# The IDs of the route servers to describe.
|
@@ -42153,15 +42183,15 @@ module Aws::EC2
|
|
42153
42183
|
# Amazon VPC Route Server simplifies routing for traffic between
|
42154
42184
|
# workloads that are deployed within a VPC and its internet gateways.
|
42155
42185
|
# With this feature, VPC Route Server dynamically updates VPC and
|
42156
|
-
# gateway route tables with your preferred IPv4 or IPv6 routes
|
42157
|
-
# achieve routing fault tolerance for those workloads. This enables
|
42158
|
-
# to automatically reroute traffic within a VPC, which increases the
|
42186
|
+
# internet gateway route tables with your preferred IPv4 or IPv6 routes
|
42187
|
+
# to achieve routing fault tolerance for those workloads. This enables
|
42188
|
+
# you to automatically reroute traffic within a VPC, which increases the
|
42159
42189
|
# manageability of VPC routing and interoperability with third-party
|
42160
42190
|
# workloads.
|
42161
42191
|
#
|
42162
42192
|
# Route server supports the follow route table types:
|
42163
42193
|
#
|
42164
|
-
# * VPC route tables
|
42194
|
+
# * VPC route tables not associated with subnets
|
42165
42195
|
#
|
42166
42196
|
# * Subnet route tables
|
42167
42197
|
#
|
@@ -42177,7 +42207,7 @@ module Aws::EC2
|
|
42177
42207
|
#
|
42178
42208
|
#
|
42179
42209
|
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-connect.html
|
42180
|
-
# [2]: https://docs.aws.amazon.com/
|
42210
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
42181
42211
|
#
|
42182
42212
|
# @option params [required, String] :route_server_id
|
42183
42213
|
# The ID of the route server for which to disable propagation.
|
@@ -42976,15 +43006,14 @@ module Aws::EC2
|
|
42976
43006
|
# Disassociates a route server from a VPC.
|
42977
43007
|
#
|
42978
43008
|
# A route server association is the connection established between a
|
42979
|
-
# route server and a VPC.
|
42980
|
-
# enables the route server to work with appliances in your VPC.
|
43009
|
+
# route server and a VPC.
|
42981
43010
|
#
|
42982
43011
|
# For more information see [Dynamic routing in your VPC with VPC Route
|
42983
43012
|
# Server][1] in the *Amazon VPC User Guide*.
|
42984
43013
|
#
|
42985
43014
|
#
|
42986
43015
|
#
|
42987
|
-
# [1]: https://docs.aws.amazon.com/
|
43016
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
42988
43017
|
#
|
42989
43018
|
# @option params [required, String] :route_server_id
|
42990
43019
|
# The ID of the route server to disassociate.
|
@@ -44083,7 +44112,7 @@ module Aws::EC2
|
|
44083
44112
|
#
|
44084
44113
|
#
|
44085
44114
|
#
|
44086
|
-
# [1]: https://docs.aws.amazon.com/
|
44115
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
44087
44116
|
#
|
44088
44117
|
# @option params [required, String] :route_server_id
|
44089
44118
|
# The ID of the route server for which to enable propagation.
|
@@ -47599,15 +47628,14 @@ module Aws::EC2
|
|
47599
47628
|
# server.
|
47600
47629
|
#
|
47601
47630
|
# A route server association is the connection established between a
|
47602
|
-
# route server and a VPC.
|
47603
|
-
# enables the route server to work with appliances in your VPC.
|
47631
|
+
# route server and a VPC.
|
47604
47632
|
#
|
47605
47633
|
# For more information see [Dynamic routing in your VPC with VPC Route
|
47606
47634
|
# Server][1] in the *Amazon VPC User Guide*.
|
47607
47635
|
#
|
47608
47636
|
#
|
47609
47637
|
#
|
47610
|
-
# [1]: https://docs.aws.amazon.com/
|
47638
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
47611
47639
|
#
|
47612
47640
|
# @option params [required, String] :route_server_id
|
47613
47641
|
# The ID of the route server for which to get association information.
|
@@ -47655,15 +47683,15 @@ module Aws::EC2
|
|
47655
47683
|
# Amazon VPC Route Server simplifies routing for traffic between
|
47656
47684
|
# workloads that are deployed within a VPC and its internet gateways.
|
47657
47685
|
# With this feature, VPC Route Server dynamically updates VPC and
|
47658
|
-
# gateway route tables with your preferred IPv4 or IPv6 routes
|
47659
|
-
# achieve routing fault tolerance for those workloads. This enables
|
47660
|
-
# to automatically reroute traffic within a VPC, which increases the
|
47686
|
+
# internet gateway route tables with your preferred IPv4 or IPv6 routes
|
47687
|
+
# to achieve routing fault tolerance for those workloads. This enables
|
47688
|
+
# you to automatically reroute traffic within a VPC, which increases the
|
47661
47689
|
# manageability of VPC routing and interoperability with third-party
|
47662
47690
|
# workloads.
|
47663
47691
|
#
|
47664
47692
|
# Route server supports the follow route table types:
|
47665
47693
|
#
|
47666
|
-
# * VPC route tables
|
47694
|
+
# * VPC route tables not associated with subnets
|
47667
47695
|
#
|
47668
47696
|
# * Subnet route tables
|
47669
47697
|
#
|
@@ -47729,15 +47757,15 @@ module Aws::EC2
|
|
47729
47757
|
# Amazon VPC Route Server simplifies routing for traffic between
|
47730
47758
|
# workloads that are deployed within a VPC and its internet gateways.
|
47731
47759
|
# With this feature, VPC Route Server dynamically updates VPC and
|
47732
|
-
# gateway route tables with your preferred IPv4 or IPv6 routes
|
47733
|
-
# achieve routing fault tolerance for those workloads. This enables
|
47734
|
-
# to automatically reroute traffic within a VPC, which increases the
|
47760
|
+
# internet gateway route tables with your preferred IPv4 or IPv6 routes
|
47761
|
+
# to achieve routing fault tolerance for those workloads. This enables
|
47762
|
+
# you to automatically reroute traffic within a VPC, which increases the
|
47735
47763
|
# manageability of VPC routing and interoperability with third-party
|
47736
47764
|
# workloads.
|
47737
47765
|
#
|
47738
47766
|
# Route server supports the follow route table types:
|
47739
47767
|
#
|
47740
|
-
# * VPC route tables
|
47768
|
+
# * VPC route tables not associated with subnets
|
47741
47769
|
#
|
47742
47770
|
# * Subnet route tables
|
47743
47771
|
#
|
@@ -51391,6 +51419,14 @@ module Aws::EC2
|
|
51391
51419
|
# @option params [String] :attribute
|
51392
51420
|
# The name of the attribute to modify.
|
51393
51421
|
#
|
51422
|
+
# <note markdown="1"> When changing the instance type: If the original instance type is
|
51423
|
+
# configured for configurable bandwidth, and the desired instance type
|
51424
|
+
# doesn't support configurable bandwidth, first set the existing
|
51425
|
+
# bandwidth configuration to `default` using the
|
51426
|
+
# ModifyInstanceNetworkPerformanceOptions operation.
|
51427
|
+
#
|
51428
|
+
# </note>
|
51429
|
+
#
|
51394
51430
|
# You can modify the following attributes only: `disableApiTermination`
|
51395
51431
|
# \| `instanceType` \| `kernel` \| `ramdisk` \|
|
51396
51432
|
# `instanceInitiatedShutdownBehavior` \| `blockDeviceMapping` \|
|
@@ -53359,15 +53395,15 @@ module Aws::EC2
|
|
53359
53395
|
# Amazon VPC Route Server simplifies routing for traffic between
|
53360
53396
|
# workloads that are deployed within a VPC and its internet gateways.
|
53361
53397
|
# With this feature, VPC Route Server dynamically updates VPC and
|
53362
|
-
# gateway route tables with your preferred IPv4 or IPv6 routes
|
53363
|
-
# achieve routing fault tolerance for those workloads. This enables
|
53364
|
-
# to automatically reroute traffic within a VPC, which increases the
|
53398
|
+
# internet gateway route tables with your preferred IPv4 or IPv6 routes
|
53399
|
+
# to achieve routing fault tolerance for those workloads. This enables
|
53400
|
+
# you to automatically reroute traffic within a VPC, which increases the
|
53365
53401
|
# manageability of VPC routing and interoperability with third-party
|
53366
53402
|
# workloads.
|
53367
53403
|
#
|
53368
53404
|
# Route server supports the follow route table types:
|
53369
53405
|
#
|
53370
|
-
# * VPC route tables
|
53406
|
+
# * VPC route tables not associated with subnets
|
53371
53407
|
#
|
53372
53408
|
# * Subnet route tables
|
53373
53409
|
#
|
@@ -53383,7 +53419,7 @@ module Aws::EC2
|
|
53383
53419
|
#
|
53384
53420
|
#
|
53385
53421
|
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-connect.html
|
53386
|
-
# [2]: https://docs.aws.amazon.com/
|
53422
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
53387
53423
|
#
|
53388
53424
|
# @option params [required, String] :route_server_id
|
53389
53425
|
# The ID of the route server to modify.
|
@@ -64703,7 +64739,7 @@ module Aws::EC2
|
|
64703
64739
|
tracer: tracer
|
64704
64740
|
)
|
64705
64741
|
context[:gem_name] = 'aws-sdk-ec2'
|
64706
|
-
context[:gem_version] = '1.
|
64742
|
+
context[:gem_version] = '1.515.0'
|
64707
64743
|
Seahorse::Client::Request.new(handlers, context)
|
64708
64744
|
end
|
64709
64745
|
|
data/lib/aws-sdk-ec2/instance.rb
CHANGED
@@ -1115,6 +1115,14 @@ module Aws::EC2
|
|
1115
1115
|
# @option options [String] :attribute
|
1116
1116
|
# The name of the attribute to modify.
|
1117
1117
|
#
|
1118
|
+
# <note markdown="1"> When changing the instance type: If the original instance type is
|
1119
|
+
# configured for configurable bandwidth, and the desired instance type
|
1120
|
+
# doesn't support configurable bandwidth, first set the existing
|
1121
|
+
# bandwidth configuration to `default` using the
|
1122
|
+
# ModifyInstanceNetworkPerformanceOptions operation.
|
1123
|
+
#
|
1124
|
+
# </note>
|
1125
|
+
#
|
1118
1126
|
# You can modify the following attributes only: `disableApiTermination`
|
1119
1127
|
# \| `instanceType` \| `kernel` \| `ramdisk` \|
|
1120
1128
|
# `instanceInitiatedShutdownBehavior` \| `blockDeviceMapping` \|
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -11594,7 +11594,7 @@ module Aws::EC2
|
|
11594
11594
|
# @return [String]
|
11595
11595
|
#
|
11596
11596
|
# @!attribute [rw] peer_address
|
11597
|
-
# The IPv4 address of the peer.
|
11597
|
+
# The IPv4 address of the peer device.
|
11598
11598
|
# @return [String]
|
11599
11599
|
#
|
11600
11600
|
# @!attribute [rw] bgp_options
|
@@ -22451,6 +22451,9 @@ module Aws::EC2
|
|
22451
22451
|
# latest generation instance type of an instance family (`true` \|
|
22452
22452
|
# `false`).
|
22453
22453
|
#
|
22454
|
+
# * `dedicated-hosts-supported` - Indicates whether the instance type
|
22455
|
+
# supports Dedicated Hosts. (`true` \| `false`)
|
22456
|
+
#
|
22454
22457
|
# * `ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps` - The
|
22455
22458
|
# baseline bandwidth performance for an EBS-optimized instance type,
|
22456
22459
|
# in Mbps.
|
@@ -49658,11 +49661,13 @@ module Aws::EC2
|
|
49658
49661
|
# @return [String]
|
49659
49662
|
#
|
49660
49663
|
# @!attribute [rw] device_index
|
49661
|
-
# The device index for the network interface attachment.
|
49662
|
-
# interface
|
49663
|
-
#
|
49664
|
-
#
|
49665
|
-
#
|
49664
|
+
# The device index for the network interface attachment. The primary
|
49665
|
+
# network interface has a device index of 0. Each network interface is
|
49666
|
+
# of type `interface`, you must specify a device index. If you create
|
49667
|
+
# a launch template that includes secondary network interfaces but not
|
49668
|
+
# a primary network interface, then you must add a primary network
|
49669
|
+
# interface as a launch parameter when you launch an instance from the
|
49670
|
+
# template.
|
49666
49671
|
# @return [Integer]
|
49667
49672
|
#
|
49668
49673
|
# @!attribute [rw] groups
|
@@ -52435,6 +52440,14 @@ module Aws::EC2
|
|
52435
52440
|
# @!attribute [rw] attribute
|
52436
52441
|
# The name of the attribute to modify.
|
52437
52442
|
#
|
52443
|
+
# <note markdown="1"> When changing the instance type: If the original instance type is
|
52444
|
+
# configured for configurable bandwidth, and the desired instance type
|
52445
|
+
# doesn't support configurable bandwidth, first set the existing
|
52446
|
+
# bandwidth configuration to `default` using the
|
52447
|
+
# ModifyInstanceNetworkPerformanceOptions operation.
|
52448
|
+
#
|
52449
|
+
# </note>
|
52450
|
+
#
|
52438
52451
|
# You can modify the following attributes only:
|
52439
52452
|
# `disableApiTermination` \| `instanceType` \| `kernel` \| `ramdisk`
|
52440
52453
|
# \| `instanceInitiatedShutdownBehavior` \| `blockDeviceMapping` \|
|
@@ -64537,15 +64550,15 @@ module Aws::EC2
|
|
64537
64550
|
# Amazon VPC Route Server simplifies routing for traffic between
|
64538
64551
|
# workloads that are deployed within a VPC and its internet gateways.
|
64539
64552
|
# With this feature, VPC Route Server dynamically updates VPC and
|
64540
|
-
# gateway route tables with your preferred IPv4 or IPv6 routes
|
64541
|
-
# achieve routing fault tolerance for those workloads. This enables
|
64542
|
-
# to automatically reroute traffic within a VPC, which increases the
|
64553
|
+
# internet gateway route tables with your preferred IPv4 or IPv6 routes
|
64554
|
+
# to achieve routing fault tolerance for those workloads. This enables
|
64555
|
+
# you to automatically reroute traffic within a VPC, which increases the
|
64543
64556
|
# manageability of VPC routing and interoperability with third-party
|
64544
64557
|
# workloads.
|
64545
64558
|
#
|
64546
64559
|
# Route server supports the follow route table types:
|
64547
64560
|
#
|
64548
|
-
# * VPC route tables
|
64561
|
+
# * VPC route tables not associated with subnets
|
64549
64562
|
#
|
64550
64563
|
# * Subnet route tables
|
64551
64564
|
#
|
@@ -64626,8 +64639,7 @@ module Aws::EC2
|
|
64626
64639
|
# Describes the association between a route server and a VPC.
|
64627
64640
|
#
|
64628
64641
|
# A route server association is the connection established between a
|
64629
|
-
# route server and a VPC.
|
64630
|
-
# enables the route server to work with appliances in your VPC.
|
64642
|
+
# route server and a VPC.
|
64631
64643
|
#
|
64632
64644
|
# @!attribute [rw] route_server_id
|
64633
64645
|
# The ID of the associated route server.
|
@@ -64761,9 +64773,12 @@ module Aws::EC2
|
|
64761
64773
|
# Describes a route server endpoint and its properties.
|
64762
64774
|
#
|
64763
64775
|
# A route server endpoint is an Amazon Web Services-managed component
|
64764
|
-
# inside a subnet that facilitates BGP (Border Gateway Protocol)
|
64765
|
-
# connections between your route server and your BGP peers.
|
64766
|
-
#
|
64776
|
+
# inside a subnet that facilitates [BGP (Border Gateway Protocol)][1]
|
64777
|
+
# connections between your route server and your BGP peers.
|
64778
|
+
#
|
64779
|
+
#
|
64780
|
+
#
|
64781
|
+
# [1]: https://en.wikipedia.org/wiki/Border_Gateway_Protocol
|
64767
64782
|
#
|
64768
64783
|
# @!attribute [rw] route_server_id
|
64769
64784
|
# The ID of the route server associated with this endpoint.
|
@@ -64819,9 +64834,10 @@ module Aws::EC2
|
|
64819
64834
|
|
64820
64835
|
# Describes a BGP peer configuration for a route server endpoint.
|
64821
64836
|
#
|
64822
|
-
# A route server peer is a
|
64823
|
-
# Amazon Web Services
|
64824
|
-
# security
|
64837
|
+
# A route server peer is a session between a route server endpoint and
|
64838
|
+
# the device deployed in Amazon Web Services (such as a firewall
|
64839
|
+
# appliance or other network security function running on an EC2
|
64840
|
+
# instance). The device must meet these requirements:
|
64825
64841
|
#
|
64826
64842
|
# * Have an elastic network interface in the VPC
|
64827
64843
|
#
|
@@ -64868,7 +64884,7 @@ module Aws::EC2
|
|
64868
64884
|
# @return [String]
|
64869
64885
|
#
|
64870
64886
|
# @!attribute [rw] peer_address
|
64871
|
-
# The IPv4 address of the peer.
|
64887
|
+
# The IPv4 address of the peer device.
|
64872
64888
|
# @return [String]
|
64873
64889
|
#
|
64874
64890
|
# @!attribute [rw] bgp_options
|
@@ -64969,8 +64985,8 @@ module Aws::EC2
|
|
64969
64985
|
# The [Forwarding Information Base (FIB)][2] serves as a forwarding
|
64970
64986
|
# table for what route server has determined are the best-path routes
|
64971
64987
|
# in the RIB after evaluating all available routing information and
|
64972
|
-
# policies. The FIB routes
|
64973
|
-
#
|
64988
|
+
# policies. The FIB routes are installed on the route tables. The FIB
|
64989
|
+
# is recomputed whenever there are changes to the RIB.
|
64974
64990
|
#
|
64975
64991
|
#
|
64976
64992
|
#
|
data/lib/aws-sdk-ec2.rb
CHANGED
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.515.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: 2025-
|
11
|
+
date: 2025-04-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|