aws-sdk-ec2 1.514.0 → 1.517.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +259 -149
- data/lib/aws-sdk-ec2/client_api.rb +16 -1
- data/lib/aws-sdk-ec2/instance.rb +36 -8
- data/lib/aws-sdk-ec2/types.rb +252 -45
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/classic_address.rbs +1 -1
- data/sig/client.rbs +10 -2
- data/sig/types.rbs +17 -1
- data/sig/vpc_address.rbs +1 -1
- metadata +2 -2
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.
|
@@ -6091,11 +6090,24 @@ module Aws::EC2
|
|
6091
6090
|
# on Amazon Web Services provided clients when a VPN session is
|
6092
6091
|
# established.
|
6093
6092
|
#
|
6093
|
+
# @option params [Types::ClientRouteEnforcementOptions] :client_route_enforcement_options
|
6094
|
+
# Client route enforcement is a feature of the Client VPN service that
|
6095
|
+
# helps enforce administrator defined routes on devices connected
|
6096
|
+
# through the VPN. T his feature helps improve your security posture by
|
6097
|
+
# ensuring that network traffic originating from a connected client is
|
6098
|
+
# not inadvertently sent outside the VPN tunnel.
|
6099
|
+
#
|
6100
|
+
# Client route enforcement works by monitoring the route table of a
|
6101
|
+
# connected device for routing policy changes to the VPN connection. If
|
6102
|
+
# the feature detects any VPN routing policy modifications, it will
|
6103
|
+
# automatically force an update to the route table, reverting it back to
|
6104
|
+
# the expected route configurations.
|
6105
|
+
#
|
6094
6106
|
# @option params [Boolean] :disconnect_on_session_timeout
|
6095
6107
|
# Indicates whether the client VPN session is disconnected after the
|
6096
6108
|
# maximum timeout specified in `SessionTimeoutHours` is reached. If
|
6097
6109
|
# `true`, users are prompted to reconnect client VPN. If `false`, client
|
6098
|
-
# VPN attempts to reconnect automatically. The default value is `
|
6110
|
+
# VPN attempts to reconnect automatically. The default value is `true`.
|
6099
6111
|
#
|
6100
6112
|
# @return [Types::CreateClientVpnEndpointResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6101
6113
|
#
|
@@ -6158,6 +6170,9 @@ module Aws::EC2
|
|
6158
6170
|
# enabled: false,
|
6159
6171
|
# banner_text: "String",
|
6160
6172
|
# },
|
6173
|
+
# client_route_enforcement_options: {
|
6174
|
+
# enforced: false,
|
6175
|
+
# },
|
6161
6176
|
# disconnect_on_session_timeout: false,
|
6162
6177
|
# })
|
6163
6178
|
#
|
@@ -7150,7 +7165,7 @@ module Aws::EC2
|
|
7150
7165
|
# },
|
7151
7166
|
# },
|
7152
7167
|
# },
|
7153
|
-
# image_id: "
|
7168
|
+
# image_id: "ImageId",
|
7154
7169
|
# },
|
7155
7170
|
# ],
|
7156
7171
|
# },
|
@@ -8273,6 +8288,23 @@ module Aws::EC2
|
|
8273
8288
|
# Enable this option to use your own GUA ranges as private IPv6
|
8274
8289
|
# addresses. This option is disabled by default.
|
8275
8290
|
#
|
8291
|
+
# @option params [String] :metered_account
|
8292
|
+
# A metered account is an Amazon Web Services account that is charged
|
8293
|
+
# for active IP addresses managed in IPAM. For more information, see
|
8294
|
+
# [Enable cost distribution][1] in the *Amazon VPC IPAM User Guide*.
|
8295
|
+
#
|
8296
|
+
# Possible values:
|
8297
|
+
#
|
8298
|
+
# * `ipam-owner` (default): The Amazon Web Services account which owns
|
8299
|
+
# the IPAM is charged for all active IP addresses managed in IPAM.
|
8300
|
+
#
|
8301
|
+
# * `resource-owner`: The Amazon Web Services account that owns the IP
|
8302
|
+
# address is charged for the active IP address.
|
8303
|
+
#
|
8304
|
+
#
|
8305
|
+
#
|
8306
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/ipam-enable-cost-distro.html
|
8307
|
+
#
|
8276
8308
|
# @return [Types::CreateIpamResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8277
8309
|
#
|
8278
8310
|
# * {Types::CreateIpamResult#ipam #ipam} => Types::Ipam
|
@@ -8301,6 +8333,7 @@ module Aws::EC2
|
|
8301
8333
|
# client_token: "String",
|
8302
8334
|
# tier: "free", # accepts free, advanced
|
8303
8335
|
# enable_private_gua: false,
|
8336
|
+
# metered_account: "ipam-owner", # accepts ipam-owner, resource-owner
|
8304
8337
|
# })
|
8305
8338
|
#
|
8306
8339
|
# @example Response structure
|
@@ -8325,6 +8358,7 @@ module Aws::EC2
|
|
8325
8358
|
# resp.ipam.state_message #=> String
|
8326
8359
|
# resp.ipam.tier #=> String, one of "free", "advanced"
|
8327
8360
|
# resp.ipam.enable_private_gua #=> Boolean
|
8361
|
+
# resp.ipam.metered_account #=> String, one of "ipam-owner", "resource-owner"
|
8328
8362
|
#
|
8329
8363
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateIpam AWS API Documentation
|
8330
8364
|
#
|
@@ -12120,15 +12154,15 @@ module Aws::EC2
|
|
12120
12154
|
# Amazon VPC Route Server simplifies routing for traffic between
|
12121
12155
|
# workloads that are deployed within a VPC and its internet gateways.
|
12122
12156
|
# 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
|
12157
|
+
# internet gateway route tables with your preferred IPv4 or IPv6 routes
|
12158
|
+
# to achieve routing fault tolerance for those workloads. This enables
|
12159
|
+
# you to automatically reroute traffic within a VPC, which increases the
|
12126
12160
|
# manageability of VPC routing and interoperability with third-party
|
12127
12161
|
# workloads.
|
12128
12162
|
#
|
12129
12163
|
# Route server supports the follow route table types:
|
12130
12164
|
#
|
12131
|
-
# * VPC route tables
|
12165
|
+
# * VPC route tables not associated with subnets
|
12132
12166
|
#
|
12133
12167
|
# * Subnet route tables
|
12134
12168
|
#
|
@@ -12144,7 +12178,7 @@ module Aws::EC2
|
|
12144
12178
|
#
|
12145
12179
|
#
|
12146
12180
|
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-connect.html
|
12147
|
-
# [2]: https://docs.aws.amazon.com/
|
12181
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
12148
12182
|
#
|
12149
12183
|
# @option params [required, Integer] :amazon_side_asn
|
12150
12184
|
# The private Autonomous System Number (ASN) for the Amazon side of the
|
@@ -12241,9 +12275,16 @@ module Aws::EC2
|
|
12241
12275
|
# Creates a new endpoint for a route server in a specified subnet.
|
12242
12276
|
#
|
12243
12277
|
# 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
|
-
#
|
12278
|
+
# inside a subnet that facilitates [BGP (Border Gateway Protocol)][1]
|
12279
|
+
# connections between your route server and your BGP peers.
|
12280
|
+
#
|
12281
|
+
# For more information see [Dynamic routing in your VPC with VPC Route
|
12282
|
+
# Server][2] in the *Amazon VPC User Guide*.
|
12283
|
+
#
|
12284
|
+
#
|
12285
|
+
#
|
12286
|
+
# [1]: https://en.wikipedia.org/wiki/Border_Gateway_Protocol
|
12287
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
12247
12288
|
#
|
12248
12289
|
# @option params [required, String] :route_server_id
|
12249
12290
|
# The ID of the route server for which to create an endpoint.
|
@@ -12316,9 +12357,10 @@ module Aws::EC2
|
|
12316
12357
|
|
12317
12358
|
# Creates a new BGP peer for a specified route server endpoint.
|
12318
12359
|
#
|
12319
|
-
# A route server peer is a
|
12320
|
-
# Amazon Web Services
|
12321
|
-
# security
|
12360
|
+
# A route server peer is a session between a route server endpoint and
|
12361
|
+
# the device deployed in Amazon Web Services (such as a firewall
|
12362
|
+
# appliance or other network security function running on an EC2
|
12363
|
+
# instance). The device must meet these requirements:
|
12322
12364
|
#
|
12323
12365
|
# * Have an elastic network interface in the VPC
|
12324
12366
|
#
|
@@ -12326,11 +12368,18 @@ module Aws::EC2
|
|
12326
12368
|
#
|
12327
12369
|
# * Can initiate BGP sessions
|
12328
12370
|
#
|
12371
|
+
# For more information see [Dynamic routing in your VPC with VPC Route
|
12372
|
+
# Server][1] in the *Amazon VPC User Guide*.
|
12373
|
+
#
|
12374
|
+
#
|
12375
|
+
#
|
12376
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
12377
|
+
#
|
12329
12378
|
# @option params [required, String] :route_server_endpoint_id
|
12330
12379
|
# The ID of the route server endpoint for which to create a peer.
|
12331
12380
|
#
|
12332
12381
|
# @option params [required, String] :peer_address
|
12333
|
-
# The IPv4 address of the peer.
|
12382
|
+
# The IPv4 address of the peer device.
|
12334
12383
|
#
|
12335
12384
|
# @option params [required, Types::RouteServerBgpOptionsRequest] :bgp_options
|
12336
12385
|
# The BGP options for the peer, including ASN (Autonomous System Number)
|
@@ -16086,8 +16135,6 @@ module Aws::EC2
|
|
16086
16135
|
# attributes to `true`: `enableDnsHostnames` and `enableDnsSupport`. Use
|
16087
16136
|
# ModifyVpcAttribute to set the VPC attributes.
|
16088
16137
|
#
|
16089
|
-
# Default: `true`
|
16090
|
-
#
|
16091
16138
|
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
16092
16139
|
# The tags to associate with the endpoint.
|
16093
16140
|
#
|
@@ -17598,6 +17645,7 @@ module Aws::EC2
|
|
17598
17645
|
# resp.ipam.state_message #=> String
|
17599
17646
|
# resp.ipam.tier #=> String, one of "free", "advanced"
|
17600
17647
|
# resp.ipam.enable_private_gua #=> Boolean
|
17648
|
+
# resp.ipam.metered_account #=> String, one of "ipam-owner", "resource-owner"
|
17601
17649
|
#
|
17602
17650
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteIpam AWS API Documentation
|
17603
17651
|
#
|
@@ -18885,15 +18933,15 @@ module Aws::EC2
|
|
18885
18933
|
# Amazon VPC Route Server simplifies routing for traffic between
|
18886
18934
|
# workloads that are deployed within a VPC and its internet gateways.
|
18887
18935
|
# 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
|
18936
|
+
# internet gateway route tables with your preferred IPv4 or IPv6 routes
|
18937
|
+
# to achieve routing fault tolerance for those workloads. This enables
|
18938
|
+
# you to automatically reroute traffic within a VPC, which increases the
|
18891
18939
|
# manageability of VPC routing and interoperability with third-party
|
18892
18940
|
# workloads.
|
18893
18941
|
#
|
18894
18942
|
# Route server supports the follow route table types:
|
18895
18943
|
#
|
18896
|
-
# * VPC route tables
|
18944
|
+
# * VPC route tables not associated with subnets
|
18897
18945
|
#
|
18898
18946
|
# * Subnet route tables
|
18899
18947
|
#
|
@@ -18909,7 +18957,7 @@ module Aws::EC2
|
|
18909
18957
|
#
|
18910
18958
|
#
|
18911
18959
|
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-connect.html
|
18912
|
-
# [2]: https://docs.aws.amazon.com/
|
18960
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
18913
18961
|
#
|
18914
18962
|
# @option params [required, String] :route_server_id
|
18915
18963
|
# The ID of the route server to delete.
|
@@ -18956,9 +19004,12 @@ module Aws::EC2
|
|
18956
19004
|
# Deletes the specified route server endpoint.
|
18957
19005
|
#
|
18958
19006
|
# 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
|
-
#
|
19007
|
+
# inside a subnet that facilitates [BGP (Border Gateway Protocol)][1]
|
19008
|
+
# connections between your route server and your BGP peers.
|
19009
|
+
#
|
19010
|
+
#
|
19011
|
+
#
|
19012
|
+
# [1]: https://en.wikipedia.org/wiki/Border_Gateway_Protocol
|
18962
19013
|
#
|
18963
19014
|
# @option params [required, String] :route_server_endpoint_id
|
18964
19015
|
# The ID of the route server endpoint to delete.
|
@@ -19005,9 +19056,10 @@ module Aws::EC2
|
|
19005
19056
|
|
19006
19057
|
# Deletes the specified BGP peer from a route server.
|
19007
19058
|
#
|
19008
|
-
# A route server peer is a
|
19009
|
-
# Amazon Web Services
|
19010
|
-
# security
|
19059
|
+
# A route server peer is a session between a route server endpoint and
|
19060
|
+
# the device deployed in Amazon Web Services (such as a firewall
|
19061
|
+
# appliance or other network security function running on an EC2
|
19062
|
+
# instance). The device must meet these requirements:
|
19011
19063
|
#
|
19012
19064
|
# * Have an elastic network interface in the VPC
|
19013
19065
|
#
|
@@ -21021,27 +21073,35 @@ module Aws::EC2
|
|
21021
21073
|
req.send_request(options)
|
21022
21074
|
end
|
21023
21075
|
|
21024
|
-
# Deregisters the specified AMI.
|
21025
|
-
#
|
21076
|
+
# Deregisters the specified AMI. A deregistered AMI can't be used to
|
21077
|
+
# launch new instances.
|
21026
21078
|
#
|
21027
|
-
# If
|
21028
|
-
#
|
21029
|
-
#
|
21030
|
-
#
|
21079
|
+
# If a deregistered EBS-backed AMI matches a Recycle Bin retention rule,
|
21080
|
+
# it moves to the Recycle Bin for the specified retention period. It can
|
21081
|
+
# be restored before its retention period expires, after which it is
|
21082
|
+
# permanently deleted. If the deregistered AMI doesn't match a
|
21083
|
+
# retention rule, it is permanently deleted immediately. For more
|
21084
|
+
# information, see [Recycle Bin][1] in the *Amazon EBS User Guide*.
|
21085
|
+
#
|
21086
|
+
# Deregistering an AMI does not delete the following:
|
21087
|
+
#
|
21088
|
+
# * Instances already launched from the AMI. You'll continue to incur
|
21089
|
+
# usage costs for the instances until you terminate them.
|
21090
|
+
#
|
21091
|
+
# * For EBS-backed AMIs: The snapshots that were created of the root and
|
21092
|
+
# data volumes of the instance during AMI creation. You'll continue
|
21093
|
+
# to incur snapshot storage costs.
|
21031
21094
|
#
|
21032
|
-
#
|
21033
|
-
#
|
21034
|
-
# costs for those instances until you terminate them.
|
21095
|
+
# * For instance store-backed AMIs: The files uploaded to Amazon S3
|
21096
|
+
# during AMI creation. You'll continue to incur S3 storage costs.
|
21035
21097
|
#
|
21036
|
-
#
|
21037
|
-
#
|
21038
|
-
# the AMI creation process. When you deregister an instance store-backed
|
21039
|
-
# AMI, it doesn't affect the files that you uploaded to Amazon S3 when
|
21040
|
-
# you created the AMI.
|
21098
|
+
# For more information, see [Deregister an Amazon EC2 AMI][2] in the
|
21099
|
+
# *Amazon EC2 User Guide*.
|
21041
21100
|
#
|
21042
21101
|
#
|
21043
21102
|
#
|
21044
21103
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html
|
21104
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/deregister-ami.html
|
21045
21105
|
#
|
21046
21106
|
# @option params [required, String] :image_id
|
21047
21107
|
# The ID of the AMI.
|
@@ -21552,7 +21612,7 @@ module Aws::EC2
|
|
21552
21612
|
# resp.addresses[0].customer_owned_ip #=> String
|
21553
21613
|
# resp.addresses[0].customer_owned_ipv_4_pool #=> String
|
21554
21614
|
# resp.addresses[0].carrier_ip #=> String
|
21555
|
-
# resp.addresses[0].service_managed #=> String, one of "alb", "nlb"
|
21615
|
+
# resp.addresses[0].service_managed #=> String, one of "alb", "nlb", "rnat"
|
21556
21616
|
# resp.addresses[0].instance_id #=> String
|
21557
21617
|
# resp.addresses[0].public_ip #=> String
|
21558
21618
|
#
|
@@ -22237,13 +22297,7 @@ module Aws::EC2
|
|
22237
22297
|
# Blocks, you purchase a specific instance type for a period of time.
|
22238
22298
|
#
|
22239
22299
|
# To search for an available Capacity Block offering, you specify a
|
22240
|
-
# reservation duration and instance count.
|
22241
|
-
# following options.
|
22242
|
-
#
|
22243
|
-
# * For reservation durations<b> 1-day increments up 14 days and 7-day
|
22244
|
-
# increments up to 182 days total</b>
|
22245
|
-
#
|
22246
|
-
# * For instance count<b> 1, 2, 4, 8, 16, 32, or 64 instances</b>
|
22300
|
+
# reservation duration and instance count.
|
22247
22301
|
#
|
22248
22302
|
# @option params [Boolean] :dry_run
|
22249
22303
|
# Checks whether you have the required permissions for the action,
|
@@ -22256,7 +22310,9 @@ module Aws::EC2
|
|
22256
22310
|
# capacity.
|
22257
22311
|
#
|
22258
22312
|
# @option params [Integer] :instance_count
|
22259
|
-
# The number of instances for which to reserve capacity.
|
22313
|
+
# The number of instances for which to reserve capacity. Each Capacity
|
22314
|
+
# Block can have up to 64 instances, and you can have up to 256
|
22315
|
+
# instances across Capacity Blocks.
|
22260
22316
|
#
|
22261
22317
|
# @option params [Time,DateTime,Date,Integer,String] :start_date_range
|
22262
22318
|
# The earliest start date for the Capacity Block offering.
|
@@ -22265,7 +22321,9 @@ module Aws::EC2
|
|
22265
22321
|
# The latest end date for the Capacity Block offering.
|
22266
22322
|
#
|
22267
22323
|
# @option params [required, Integer] :capacity_duration_hours
|
22268
|
-
# The
|
22324
|
+
# The reservation duration for the Capacity Block, in hours. You must
|
22325
|
+
# specify the duration in 1-day increments up 14 days, and in 7-day
|
22326
|
+
# increments up to 182 days.
|
22269
22327
|
#
|
22270
22328
|
# @option params [String] :next_token
|
22271
22329
|
# The token to use to retrieve the next page of results.
|
@@ -23129,6 +23187,7 @@ module Aws::EC2
|
|
23129
23187
|
# resp.client_vpn_endpoints[0].session_timeout_hours #=> Integer
|
23130
23188
|
# resp.client_vpn_endpoints[0].client_login_banner_options.enabled #=> Boolean
|
23131
23189
|
# resp.client_vpn_endpoints[0].client_login_banner_options.banner_text #=> String
|
23190
|
+
# resp.client_vpn_endpoints[0].client_route_enforcement_options.enforced #=> Boolean
|
23132
23191
|
# resp.client_vpn_endpoints[0].disconnect_on_session_timeout #=> Boolean
|
23133
23192
|
# resp.next_token #=> String
|
23134
23193
|
#
|
@@ -27375,6 +27434,9 @@ module Aws::EC2
|
|
27375
27434
|
# latest generation instance type of an instance family (`true` \|
|
27376
27435
|
# `false`).
|
27377
27436
|
#
|
27437
|
+
# * `dedicated-hosts-supported` - Indicates whether the instance type
|
27438
|
+
# supports Dedicated Hosts. (`true` \| `false`)
|
27439
|
+
#
|
27378
27440
|
# * `ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps` - The
|
27379
27441
|
# baseline bandwidth performance for an EBS-optimized instance type,
|
27380
27442
|
# in Mbps.
|
@@ -29126,6 +29188,7 @@ module Aws::EC2
|
|
29126
29188
|
# resp.ipams[0].state_message #=> String
|
29127
29189
|
# resp.ipams[0].tier #=> String, one of "free", "advanced"
|
29128
29190
|
# resp.ipams[0].enable_private_gua #=> Boolean
|
29191
|
+
# resp.ipams[0].metered_account #=> String, one of "ipam-owner", "resource-owner"
|
29129
29192
|
#
|
29130
29193
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeIpams AWS API Documentation
|
29131
29194
|
#
|
@@ -33821,16 +33884,16 @@ module Aws::EC2
|
|
33821
33884
|
# Describes one or more route server endpoints.
|
33822
33885
|
#
|
33823
33886
|
# 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.
|
33887
|
+
# inside a subnet that facilitates [BGP (Border Gateway Protocol)][1]
|
33888
|
+
# connections between your route server and your BGP peers.
|
33827
33889
|
#
|
33828
33890
|
# For more information see [Dynamic routing in your VPC with VPC Route
|
33829
|
-
# Server][
|
33891
|
+
# Server][2] in the *Amazon VPC User Guide*.
|
33830
33892
|
#
|
33831
33893
|
#
|
33832
33894
|
#
|
33833
|
-
# [1]: https://
|
33895
|
+
# [1]: https://en.wikipedia.org/wiki/Border_Gateway_Protocol
|
33896
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
33834
33897
|
#
|
33835
33898
|
# @option params [Array<String>] :route_server_endpoint_ids
|
33836
33899
|
# The IDs of the route server endpoints to describe.
|
@@ -33899,9 +33962,10 @@ module Aws::EC2
|
|
33899
33962
|
|
33900
33963
|
# Describes one or more route server peers.
|
33901
33964
|
#
|
33902
|
-
# A route server peer is a
|
33903
|
-
# Amazon Web Services
|
33904
|
-
# security
|
33965
|
+
# A route server peer is a session between a route server endpoint and
|
33966
|
+
# the device deployed in Amazon Web Services (such as a firewall
|
33967
|
+
# appliance or other network security function running on an EC2
|
33968
|
+
# instance). The device must meet these requirements:
|
33905
33969
|
#
|
33906
33970
|
# * Have an elastic network interface in the VPC
|
33907
33971
|
#
|
@@ -33914,7 +33978,7 @@ module Aws::EC2
|
|
33914
33978
|
#
|
33915
33979
|
#
|
33916
33980
|
#
|
33917
|
-
# [1]: https://docs.aws.amazon.com/
|
33981
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
33918
33982
|
#
|
33919
33983
|
# @option params [Array<String>] :route_server_peer_ids
|
33920
33984
|
# The IDs of the route server peers to describe.
|
@@ -33992,15 +34056,15 @@ module Aws::EC2
|
|
33992
34056
|
# Amazon VPC Route Server simplifies routing for traffic between
|
33993
34057
|
# workloads that are deployed within a VPC and its internet gateways.
|
33994
34058
|
# 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
|
34059
|
+
# internet gateway route tables with your preferred IPv4 or IPv6 routes
|
34060
|
+
# to achieve routing fault tolerance for those workloads. This enables
|
34061
|
+
# you to automatically reroute traffic within a VPC, which increases the
|
33998
34062
|
# manageability of VPC routing and interoperability with third-party
|
33999
34063
|
# workloads.
|
34000
34064
|
#
|
34001
34065
|
# Route server supports the follow route table types:
|
34002
34066
|
#
|
34003
|
-
# * VPC route tables
|
34067
|
+
# * VPC route tables not associated with subnets
|
34004
34068
|
#
|
34005
34069
|
# * Subnet route tables
|
34006
34070
|
#
|
@@ -34016,7 +34080,7 @@ module Aws::EC2
|
|
34016
34080
|
#
|
34017
34081
|
#
|
34018
34082
|
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-connect.html
|
34019
|
-
# [2]: https://docs.aws.amazon.com/
|
34083
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
34020
34084
|
#
|
34021
34085
|
# @option params [Array<String>] :route_server_ids
|
34022
34086
|
# The IDs of the route servers to describe.
|
@@ -40268,7 +40332,8 @@ module Aws::EC2
|
|
40268
40332
|
end
|
40269
40333
|
|
40270
40334
|
# Describes the principals (service consumers) that are permitted to
|
40271
|
-
# discover your VPC endpoint service.
|
40335
|
+
# discover your VPC endpoint service. Principal ARNs with path
|
40336
|
+
# components aren't supported.
|
40272
40337
|
#
|
40273
40338
|
# @option params [Boolean] :dry_run
|
40274
40339
|
# Checks whether you have the required permissions for the action,
|
@@ -42153,15 +42218,15 @@ module Aws::EC2
|
|
42153
42218
|
# Amazon VPC Route Server simplifies routing for traffic between
|
42154
42219
|
# workloads that are deployed within a VPC and its internet gateways.
|
42155
42220
|
# 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
|
42221
|
+
# internet gateway route tables with your preferred IPv4 or IPv6 routes
|
42222
|
+
# to achieve routing fault tolerance for those workloads. This enables
|
42223
|
+
# you to automatically reroute traffic within a VPC, which increases the
|
42159
42224
|
# manageability of VPC routing and interoperability with third-party
|
42160
42225
|
# workloads.
|
42161
42226
|
#
|
42162
42227
|
# Route server supports the follow route table types:
|
42163
42228
|
#
|
42164
|
-
# * VPC route tables
|
42229
|
+
# * VPC route tables not associated with subnets
|
42165
42230
|
#
|
42166
42231
|
# * Subnet route tables
|
42167
42232
|
#
|
@@ -42177,7 +42242,7 @@ module Aws::EC2
|
|
42177
42242
|
#
|
42178
42243
|
#
|
42179
42244
|
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-connect.html
|
42180
|
-
# [2]: https://docs.aws.amazon.com/
|
42245
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
42181
42246
|
#
|
42182
42247
|
# @option params [required, String] :route_server_id
|
42183
42248
|
# The ID of the route server for which to disable propagation.
|
@@ -42976,15 +43041,14 @@ module Aws::EC2
|
|
42976
43041
|
# Disassociates a route server from a VPC.
|
42977
43042
|
#
|
42978
43043
|
# 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.
|
43044
|
+
# route server and a VPC.
|
42981
43045
|
#
|
42982
43046
|
# For more information see [Dynamic routing in your VPC with VPC Route
|
42983
43047
|
# Server][1] in the *Amazon VPC User Guide*.
|
42984
43048
|
#
|
42985
43049
|
#
|
42986
43050
|
#
|
42987
|
-
# [1]: https://docs.aws.amazon.com/
|
43051
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
42988
43052
|
#
|
42989
43053
|
# @option params [required, String] :route_server_id
|
42990
43054
|
# The ID of the route server to disassociate.
|
@@ -44083,7 +44147,7 @@ module Aws::EC2
|
|
44083
44147
|
#
|
44084
44148
|
#
|
44085
44149
|
#
|
44086
|
-
# [1]: https://docs.aws.amazon.com/
|
44150
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
44087
44151
|
#
|
44088
44152
|
# @option params [required, String] :route_server_id
|
44089
44153
|
# The ID of the route server for which to enable propagation.
|
@@ -47599,15 +47663,14 @@ module Aws::EC2
|
|
47599
47663
|
# server.
|
47600
47664
|
#
|
47601
47665
|
# 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.
|
47666
|
+
# route server and a VPC.
|
47604
47667
|
#
|
47605
47668
|
# For more information see [Dynamic routing in your VPC with VPC Route
|
47606
47669
|
# Server][1] in the *Amazon VPC User Guide*.
|
47607
47670
|
#
|
47608
47671
|
#
|
47609
47672
|
#
|
47610
|
-
# [1]: https://docs.aws.amazon.com/
|
47673
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
47611
47674
|
#
|
47612
47675
|
# @option params [required, String] :route_server_id
|
47613
47676
|
# The ID of the route server for which to get association information.
|
@@ -47655,15 +47718,15 @@ module Aws::EC2
|
|
47655
47718
|
# Amazon VPC Route Server simplifies routing for traffic between
|
47656
47719
|
# workloads that are deployed within a VPC and its internet gateways.
|
47657
47720
|
# 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
|
47721
|
+
# internet gateway route tables with your preferred IPv4 or IPv6 routes
|
47722
|
+
# to achieve routing fault tolerance for those workloads. This enables
|
47723
|
+
# you to automatically reroute traffic within a VPC, which increases the
|
47661
47724
|
# manageability of VPC routing and interoperability with third-party
|
47662
47725
|
# workloads.
|
47663
47726
|
#
|
47664
47727
|
# Route server supports the follow route table types:
|
47665
47728
|
#
|
47666
|
-
# * VPC route tables
|
47729
|
+
# * VPC route tables not associated with subnets
|
47667
47730
|
#
|
47668
47731
|
# * Subnet route tables
|
47669
47732
|
#
|
@@ -47729,15 +47792,15 @@ module Aws::EC2
|
|
47729
47792
|
# Amazon VPC Route Server simplifies routing for traffic between
|
47730
47793
|
# workloads that are deployed within a VPC and its internet gateways.
|
47731
47794
|
# 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
|
47795
|
+
# internet gateway route tables with your preferred IPv4 or IPv6 routes
|
47796
|
+
# to achieve routing fault tolerance for those workloads. This enables
|
47797
|
+
# you to automatically reroute traffic within a VPC, which increases the
|
47735
47798
|
# manageability of VPC routing and interoperability with third-party
|
47736
47799
|
# workloads.
|
47737
47800
|
#
|
47738
47801
|
# Route server supports the follow route table types:
|
47739
47802
|
#
|
47740
|
-
# * VPC route tables
|
47803
|
+
# * VPC route tables not associated with subnets
|
47741
47804
|
#
|
47742
47805
|
# * Subnet route tables
|
47743
47806
|
#
|
@@ -50454,11 +50517,24 @@ module Aws::EC2
|
|
50454
50517
|
# on Amazon Web Services provided clients when a VPN session is
|
50455
50518
|
# established.
|
50456
50519
|
#
|
50520
|
+
# @option params [Types::ClientRouteEnforcementOptions] :client_route_enforcement_options
|
50521
|
+
# Client route enforcement is a feature of the Client VPN service that
|
50522
|
+
# helps enforce administrator defined routes on devices connected
|
50523
|
+
# through the VPN. T his feature helps improve your security posture by
|
50524
|
+
# ensuring that network traffic originating from a connected client is
|
50525
|
+
# not inadvertently sent outside the VPN tunnel.
|
50526
|
+
#
|
50527
|
+
# Client route enforcement works by monitoring the route table of a
|
50528
|
+
# connected device for routing policy changes to the VPN connection. If
|
50529
|
+
# the feature detects any VPN routing policy modifications, it will
|
50530
|
+
# automatically force an update to the route table, reverting it back to
|
50531
|
+
# the expected route configurations.
|
50532
|
+
#
|
50457
50533
|
# @option params [Boolean] :disconnect_on_session_timeout
|
50458
50534
|
# Indicates whether the client VPN session is disconnected after the
|
50459
50535
|
# maximum timeout specified in `sessionTimeoutHours` is reached. If
|
50460
50536
|
# `true`, users are prompted to reconnect client VPN. If `false`, client
|
50461
|
-
# VPN attempts to reconnect automatically. The default value is `
|
50537
|
+
# VPN attempts to reconnect automatically. The default value is `true`.
|
50462
50538
|
#
|
50463
50539
|
# @return [Types::ModifyClientVpnEndpointResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
50464
50540
|
#
|
@@ -50494,6 +50570,9 @@ module Aws::EC2
|
|
50494
50570
|
# enabled: false,
|
50495
50571
|
# banner_text: "String",
|
50496
50572
|
# },
|
50573
|
+
# client_route_enforcement_options: {
|
50574
|
+
# enforced: false,
|
50575
|
+
# },
|
50497
50576
|
# disconnect_on_session_timeout: false,
|
50498
50577
|
# })
|
50499
50578
|
#
|
@@ -50820,7 +50899,7 @@ module Aws::EC2
|
|
50820
50899
|
# },
|
50821
50900
|
# },
|
50822
50901
|
# },
|
50823
|
-
# image_id: "
|
50902
|
+
# image_id: "ImageId",
|
50824
50903
|
# },
|
50825
50904
|
# ],
|
50826
50905
|
# },
|
@@ -51391,6 +51470,14 @@ module Aws::EC2
|
|
51391
51470
|
# @option params [String] :attribute
|
51392
51471
|
# The name of the attribute to modify.
|
51393
51472
|
#
|
51473
|
+
# <note markdown="1"> When changing the instance type: If the original instance type is
|
51474
|
+
# configured for configurable bandwidth, and the desired instance type
|
51475
|
+
# doesn't support configurable bandwidth, first set the existing
|
51476
|
+
# bandwidth configuration to `default` using the
|
51477
|
+
# ModifyInstanceNetworkPerformanceOptions operation.
|
51478
|
+
#
|
51479
|
+
# </note>
|
51480
|
+
#
|
51394
51481
|
# You can modify the following attributes only: `disableApiTermination`
|
51395
51482
|
# \| `instanceType` \| `kernel` \| `ramdisk` \|
|
51396
51483
|
# `instanceInitiatedShutdownBehavior` \| `blockDeviceMapping` \|
|
@@ -52375,6 +52462,23 @@ module Aws::EC2
|
|
52375
52462
|
# Enable this option to use your own GUA ranges as private IPv6
|
52376
52463
|
# addresses. This option is disabled by default.
|
52377
52464
|
#
|
52465
|
+
# @option params [String] :metered_account
|
52466
|
+
# A metered account is an Amazon Web Services account that is charged
|
52467
|
+
# for active IP addresses managed in IPAM. For more information, see
|
52468
|
+
# [Enable cost distribution][1] in the *Amazon VPC IPAM User Guide*.
|
52469
|
+
#
|
52470
|
+
# Possible values:
|
52471
|
+
#
|
52472
|
+
# * `ipam-owner` (default): The Amazon Web Services account which owns
|
52473
|
+
# the IPAM is charged for all active IP addresses managed in IPAM.
|
52474
|
+
#
|
52475
|
+
# * `resource-owner`: The Amazon Web Services account that owns the IP
|
52476
|
+
# address is charged for the active IP address.
|
52477
|
+
#
|
52478
|
+
#
|
52479
|
+
#
|
52480
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/ipam-enable-cost-distro.html
|
52481
|
+
#
|
52378
52482
|
# @return [Types::ModifyIpamResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
52379
52483
|
#
|
52380
52484
|
# * {Types::ModifyIpamResult#ipam #ipam} => Types::Ipam
|
@@ -52397,6 +52501,7 @@ module Aws::EC2
|
|
52397
52501
|
# ],
|
52398
52502
|
# tier: "free", # accepts free, advanced
|
52399
52503
|
# enable_private_gua: false,
|
52504
|
+
# metered_account: "ipam-owner", # accepts ipam-owner, resource-owner
|
52400
52505
|
# })
|
52401
52506
|
#
|
52402
52507
|
# @example Response structure
|
@@ -52421,6 +52526,7 @@ module Aws::EC2
|
|
52421
52526
|
# resp.ipam.state_message #=> String
|
52422
52527
|
# resp.ipam.tier #=> String, one of "free", "advanced"
|
52423
52528
|
# resp.ipam.enable_private_gua #=> Boolean
|
52529
|
+
# resp.ipam.metered_account #=> String, one of "ipam-owner", "resource-owner"
|
52424
52530
|
#
|
52425
52531
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyIpam AWS API Documentation
|
52426
52532
|
#
|
@@ -53359,15 +53465,15 @@ module Aws::EC2
|
|
53359
53465
|
# Amazon VPC Route Server simplifies routing for traffic between
|
53360
53466
|
# workloads that are deployed within a VPC and its internet gateways.
|
53361
53467
|
# 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
|
53468
|
+
# internet gateway route tables with your preferred IPv4 or IPv6 routes
|
53469
|
+
# to achieve routing fault tolerance for those workloads. This enables
|
53470
|
+
# you to automatically reroute traffic within a VPC, which increases the
|
53365
53471
|
# manageability of VPC routing and interoperability with third-party
|
53366
53472
|
# workloads.
|
53367
53473
|
#
|
53368
53474
|
# Route server supports the follow route table types:
|
53369
53475
|
#
|
53370
|
-
# * VPC route tables
|
53476
|
+
# * VPC route tables not associated with subnets
|
53371
53477
|
#
|
53372
53478
|
# * Subnet route tables
|
53373
53479
|
#
|
@@ -53383,7 +53489,7 @@ module Aws::EC2
|
|
53383
53489
|
#
|
53384
53490
|
#
|
53385
53491
|
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-connect.html
|
53386
|
-
# [2]: https://docs.aws.amazon.com/
|
53492
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html
|
53387
53493
|
#
|
53388
53494
|
# @option params [required, String] :route_server_id
|
53389
53495
|
# The ID of the route server to modify.
|
@@ -55887,6 +55993,7 @@ module Aws::EC2
|
|
55887
55993
|
# Modifies the permissions for your VPC endpoint service. You can add or
|
55888
55994
|
# remove permissions for service consumers (Amazon Web Services
|
55889
55995
|
# accounts, users, and IAM roles) to connect to your endpoint service.
|
55996
|
+
# Principal ARNs with path components aren't supported.
|
55890
55997
|
#
|
55891
55998
|
# If you grant permissions to all principals, the service is public. Any
|
55892
55999
|
# users who know the name of a public service can send a request to
|
@@ -63815,45 +63922,38 @@ module Aws::EC2
|
|
63815
63922
|
# Stops an Amazon EBS-backed instance. For more information, see [Stop
|
63816
63923
|
# and start Amazon EC2 instances][1] in the *Amazon EC2 User Guide*.
|
63817
63924
|
#
|
63818
|
-
#
|
63819
|
-
#
|
63820
|
-
# prerequisites][3]. For more information, see [Hibernate your Amazon
|
63821
|
-
# EC2 instance][4] in the *Amazon EC2 User Guide*.
|
63925
|
+
# When you stop an instance, we shut it down. You can restart your
|
63926
|
+
# instance at any time.
|
63822
63927
|
#
|
63823
|
-
#
|
63824
|
-
#
|
63825
|
-
#
|
63826
|
-
#
|
63827
|
-
#
|
63828
|
-
# instance
|
63829
|
-
#
|
63830
|
-
#
|
63831
|
-
#
|
63832
|
-
#
|
63833
|
-
#
|
63834
|
-
#
|
63835
|
-
#
|
63836
|
-
#
|
63837
|
-
#
|
63838
|
-
#
|
63839
|
-
#
|
63840
|
-
#
|
63841
|
-
#
|
63842
|
-
#
|
63843
|
-
#
|
63844
|
-
#
|
63845
|
-
#
|
63846
|
-
#
|
63847
|
-
#
|
63848
|
-
#
|
63849
|
-
#
|
63850
|
-
#
|
63851
|
-
#
|
63852
|
-
# When you stop an instance, we attempt to shut it down forcibly after a
|
63853
|
-
# short while. If your instance appears stuck in the stopping state
|
63854
|
-
# after a period of time, there may be an issue with the underlying host
|
63855
|
-
# computer. For more information, see [Troubleshoot stopping your
|
63856
|
-
# instance][7] in the *Amazon EC2 User Guide*.
|
63928
|
+
# You can use the Stop operation together with the Hibernate parameter
|
63929
|
+
# to hibernate an instance if the instance is [enabled for
|
63930
|
+
# hibernation][2] and meets the [hibernation prerequisites][3]. Stopping
|
63931
|
+
# an instance doesn't preserve data stored in RAM, while hibernation
|
63932
|
+
# does. If hibernation fails, a normal shutdown occurs. For more
|
63933
|
+
# information, see [Hibernate your Amazon EC2 instance][4] in the
|
63934
|
+
# *Amazon EC2 User Guide*.
|
63935
|
+
#
|
63936
|
+
# If your instance appears stuck in the `stopping` state, there might be
|
63937
|
+
# an issue with the underlying host computer. You can use the Stop
|
63938
|
+
# operation together with the Force parameter to force stop your
|
63939
|
+
# instance. For more information, see [Troubleshoot Amazon EC2 instance
|
63940
|
+
# stop issues][5] in the *Amazon EC2 User Guide*.
|
63941
|
+
#
|
63942
|
+
# Stopping and hibernating an instance differs from rebooting or
|
63943
|
+
# terminating it. For example, a stopped or hibernated instance retains
|
63944
|
+
# its root volume and any data volumes, unlike terminated instances
|
63945
|
+
# where these volumes are automatically deleted. For more information
|
63946
|
+
# about the differences between stopping, hibernating, rebooting, and
|
63947
|
+
# terminating instances, see [Amazon EC2 instance state changes][6] in
|
63948
|
+
# the *Amazon EC2 User Guide*.
|
63949
|
+
#
|
63950
|
+
# We don't charge for instance usage or data transfer fees when an
|
63951
|
+
# instance is stopped. However, the root volume and any data volumes
|
63952
|
+
# remain and continue to persist your data, and you're charged for
|
63953
|
+
# volume usage. Every time you start your instance, Amazon EC2 charges a
|
63954
|
+
# one-minute minimum for instance usage, followed by per-second billing.
|
63955
|
+
#
|
63956
|
+
# You can't stop or hibernate instance store-backed instances.
|
63857
63957
|
#
|
63858
63958
|
#
|
63859
63959
|
#
|
@@ -63861,9 +63961,8 @@ module Aws::EC2
|
|
63861
63961
|
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enabling-hibernation.html
|
63862
63962
|
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html
|
63863
63963
|
# [4]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
|
63864
|
-
# [5]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
63964
|
+
# [5]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html
|
63865
63965
|
# [6]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html
|
63866
|
-
# [7]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html
|
63867
63966
|
#
|
63868
63967
|
# @option params [required, Array<String>] :instance_ids
|
63869
63968
|
# The IDs of the instances.
|
@@ -63887,13 +63986,23 @@ module Aws::EC2
|
|
63887
63986
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
63888
63987
|
#
|
63889
63988
|
# @option params [Boolean] :force
|
63890
|
-
# Forces the
|
63891
|
-
#
|
63892
|
-
#
|
63893
|
-
#
|
63989
|
+
# Forces the instance to stop. The instance will first attempt a
|
63990
|
+
# graceful shutdown, which includes flushing file system caches and
|
63991
|
+
# metadata. If the graceful shutdown fails to complete within the
|
63992
|
+
# timeout period, the instance shuts down forcibly without flushing the
|
63993
|
+
# file system caches and metadata.
|
63994
|
+
#
|
63995
|
+
# After using this option, you must perform file system check and repair
|
63996
|
+
# procedures. This option is not recommended for Windows instances. For
|
63997
|
+
# more information, see [Troubleshoot Amazon EC2 instance stop
|
63998
|
+
# issues][1] in the *Amazon EC2 User Guide*.
|
63894
63999
|
#
|
63895
64000
|
# Default: `false`
|
63896
64001
|
#
|
64002
|
+
#
|
64003
|
+
#
|
64004
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html
|
64005
|
+
#
|
63897
64006
|
# @return [Types::StopInstancesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
63898
64007
|
#
|
63899
64008
|
# * {Types::StopInstancesResult#stopping_instances #stopping_instances} => Array<Types::InstanceStateChange>
|
@@ -64009,8 +64118,8 @@ module Aws::EC2
|
|
64009
64118
|
req.send_request(options)
|
64010
64119
|
end
|
64011
64120
|
|
64012
|
-
# Shuts down the specified instances. This operation is idempotent;
|
64013
|
-
# you terminate an instance more than once, each call succeeds.
|
64121
|
+
# Shuts down the specified instances. This operation is [idempotent][1];
|
64122
|
+
# if you terminate an instance more than once, each call succeeds.
|
64014
64123
|
#
|
64015
64124
|
# If you specify multiple instances and the request fails (for example,
|
64016
64125
|
# because of a single incorrect instance ID), none of the instances are
|
@@ -64057,21 +64166,22 @@ module Aws::EC2
|
|
64057
64166
|
#
|
64058
64167
|
# You can stop, start, and terminate EBS-backed instances. You can only
|
64059
64168
|
# terminate instance store-backed instances. What happens to an instance
|
64060
|
-
# differs if you stop
|
64169
|
+
# differs if you stop or terminate it. For example, when you stop an
|
64061
64170
|
# instance, the root device and any other devices attached to the
|
64062
64171
|
# instance persist. When you terminate an instance, any attached EBS
|
64063
64172
|
# volumes with the `DeleteOnTermination` block device mapping parameter
|
64064
64173
|
# set to `true` are automatically deleted. For more information about
|
64065
64174
|
# the differences between stopping and terminating instances, see
|
64066
|
-
# [
|
64175
|
+
# [Amazon EC2 instance state changes][2] in the *Amazon EC2 User Guide*.
|
64067
64176
|
#
|
64068
|
-
# For
|
64069
|
-
# terminating your instance][
|
64177
|
+
# For information about troubleshooting, see [Troubleshooting
|
64178
|
+
# terminating your instance][3] in the *Amazon EC2 User Guide*.
|
64070
64179
|
#
|
64071
64180
|
#
|
64072
64181
|
#
|
64073
|
-
# [1]: https://docs.aws.amazon.com/
|
64074
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
64182
|
+
# [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
|
64183
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html
|
64184
|
+
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesShuttingDown.html
|
64075
64185
|
#
|
64076
64186
|
# @option params [required, Array<String>] :instance_ids
|
64077
64187
|
# The IDs of the instances.
|
@@ -64703,7 +64813,7 @@ module Aws::EC2
|
|
64703
64813
|
tracer: tracer
|
64704
64814
|
)
|
64705
64815
|
context[:gem_name] = 'aws-sdk-ec2'
|
64706
|
-
context[:gem_version] = '1.
|
64816
|
+
context[:gem_version] = '1.517.0'
|
64707
64817
|
Seahorse::Client::Request.new(handlers, context)
|
64708
64818
|
end
|
64709
64819
|
|