aws-sdk-ec2 1.267.0 → 1.268.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/classic_address.rb +8 -15
- data/lib/aws-sdk-ec2/client.rb +96 -104
- data/lib/aws-sdk-ec2/types.rb +144 -163
- data/lib/aws-sdk-ec2/vpc_address.rb +8 -15
- 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: d03aefe69d549116bebf06a2115569068b2c9f5f1e159bad9c5f9d9af6c1a05a
|
|
4
|
+
data.tar.gz: 82f619078a0f33f39bed0de6221a49834b30314c0fde367aa86b050f6c694f49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8827261dbe1191239223f1714d5d3230766daa2fd087b985904f708707ed4aa47cf17d0f20bad4b18223b75f7d4f5b8d02699d78c9ebfda5b9b3d1f771819d4a
|
|
7
|
+
data.tar.gz: ed3072a89fa825f93d42ab109be424533356a0208ffb0a6b87ae9faae7346d8a3a18be33edf495bac51e0f44caa03969f74dfe278a81fc26ef3e81e5d190fc35
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.268.0
|
|
@@ -93,7 +93,8 @@ module Aws::EC2
|
|
|
93
93
|
end
|
|
94
94
|
|
|
95
95
|
# The name of the unique set of Availability Zones, Local Zones, or
|
|
96
|
-
# Wavelength Zones from which
|
|
96
|
+
# Wavelength Zones from which Amazon Web Services advertises IP
|
|
97
|
+
# addresses.
|
|
97
98
|
# @return [String]
|
|
98
99
|
def network_border_group
|
|
99
100
|
data[:network_border_group]
|
|
@@ -335,22 +336,14 @@ module Aws::EC2
|
|
|
335
336
|
# \[EC2-VPC\] The allocation ID. Required for EC2-VPC.
|
|
336
337
|
# @option options [String] :network_border_group
|
|
337
338
|
# The set of Availability Zones, Local Zones, or Wavelength Zones from
|
|
338
|
-
# which
|
|
339
|
+
# which Amazon Web Services advertises IP addresses.
|
|
339
340
|
#
|
|
340
|
-
# If you provide an incorrect network border group, you
|
|
341
|
-
# `InvalidAddress.NotFound` error.
|
|
342
|
-
# Codes][1].
|
|
341
|
+
# If you provide an incorrect network border group, you receive an
|
|
342
|
+
# `InvalidAddress.NotFound` error.
|
|
343
343
|
#
|
|
344
|
-
#
|
|
345
|
-
# this operation on EC2 classic, you
|
|
346
|
-
# `InvalidParameterCombination` error.
|
|
347
|
-
# Codes][1].
|
|
348
|
-
#
|
|
349
|
-
# </note>
|
|
350
|
-
#
|
|
351
|
-
#
|
|
352
|
-
#
|
|
353
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html
|
|
344
|
+
# You cannot use a network border group with EC2 Classic. If you attempt
|
|
345
|
+
# this operation on EC2 classic, you receive an
|
|
346
|
+
# `InvalidParameterCombination` error.
|
|
354
347
|
# @option options [Boolean] :dry_run
|
|
355
348
|
# Checks whether you have the required permissions for the action,
|
|
356
349
|
# without actually making the request, and provides an error response.
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -760,23 +760,19 @@ module Aws::EC2
|
|
|
760
760
|
#
|
|
761
761
|
# @option params [String] :network_border_group
|
|
762
762
|
# A unique set of Availability Zones, Local Zones, or Wavelength Zones
|
|
763
|
-
# from which
|
|
764
|
-
# the IP address to this location. IP addresses
|
|
765
|
-
# network border groups.
|
|
763
|
+
# from which Amazon Web Services advertises IP addresses. Use this
|
|
764
|
+
# parameter to limit the IP address to this location. IP addresses
|
|
765
|
+
# cannot move between network border groups.
|
|
766
766
|
#
|
|
767
767
|
# Use [DescribeAvailabilityZones][1] to view the network border groups.
|
|
768
768
|
#
|
|
769
|
-
#
|
|
770
|
-
# this operation on EC2
|
|
771
|
-
# `InvalidParameterCombination` error.
|
|
772
|
-
# Codes][2].
|
|
773
|
-
#
|
|
774
|
-
# </note>
|
|
769
|
+
# You cannot use a network border group with EC2 Classic. If you attempt
|
|
770
|
+
# this operation on EC2 Classic, you receive an
|
|
771
|
+
# `InvalidParameterCombination` error.
|
|
775
772
|
#
|
|
776
773
|
#
|
|
777
774
|
#
|
|
778
775
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html
|
|
779
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html
|
|
780
776
|
#
|
|
781
777
|
# @option params [String] :customer_owned_ipv_4_pool
|
|
782
778
|
# The ID of a customer-owned address pool. Use this parameter to let
|
|
@@ -3638,7 +3634,7 @@ module Aws::EC2
|
|
|
3638
3634
|
# @option params [String] :client_token
|
|
3639
3635
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
3640
3636
|
# idempotency of the request. For more information, see [Ensuring
|
|
3641
|
-
#
|
|
3637
|
+
# idempotency][1].
|
|
3642
3638
|
#
|
|
3643
3639
|
#
|
|
3644
3640
|
#
|
|
@@ -5632,8 +5628,8 @@ module Aws::EC2
|
|
|
5632
5628
|
# least one field.
|
|
5633
5629
|
#
|
|
5634
5630
|
# Specify the fields using the `$\{field-id\}` format, separated by
|
|
5635
|
-
# spaces. For the CLI,
|
|
5636
|
-
#
|
|
5631
|
+
# spaces. For the CLI, surround this parameter value with single quotes
|
|
5632
|
+
# on Linux or double quotes on Windows.
|
|
5637
5633
|
#
|
|
5638
5634
|
#
|
|
5639
5635
|
#
|
|
@@ -5717,8 +5713,8 @@ module Aws::EC2
|
|
|
5717
5713
|
#
|
|
5718
5714
|
# An AFI contains the FPGA bitstream that is ready to download to an
|
|
5719
5715
|
# FPGA. You can securely deploy an AFI on multiple FPGA-accelerated
|
|
5720
|
-
# instances. For more information, see the [
|
|
5721
|
-
# Development Kit][1].
|
|
5716
|
+
# instances. For more information, see the [Amazon Web Services FPGA
|
|
5717
|
+
# Hardware Development Kit][1].
|
|
5722
5718
|
#
|
|
5723
5719
|
#
|
|
5724
5720
|
#
|
|
@@ -6354,7 +6350,7 @@ module Aws::EC2
|
|
|
6354
6350
|
# to launch an instance. When you launch an instance using RunInstances,
|
|
6355
6351
|
# you can specify a launch template instead of providing the launch
|
|
6356
6352
|
# parameters in the request. For more information, see [Launching an
|
|
6357
|
-
# instance from a launch template][1]in the *Amazon Elastic Compute
|
|
6353
|
+
# instance from a launch template][1] in the *Amazon Elastic Compute
|
|
6358
6354
|
# Cloud User Guide*.
|
|
6359
6355
|
#
|
|
6360
6356
|
#
|
|
@@ -9579,8 +9575,8 @@ module Aws::EC2
|
|
|
9579
9575
|
#
|
|
9580
9576
|
# @option params [String] :client_token
|
|
9581
9577
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
9582
|
-
# idempotency of the request. For more information, see [How to
|
|
9583
|
-
#
|
|
9578
|
+
# idempotency of the request. For more information, see [How to ensure
|
|
9579
|
+
# idempotency][1].
|
|
9584
9580
|
#
|
|
9585
9581
|
# **A suitable default value is auto-generated.** You should normally
|
|
9586
9582
|
# not need to pass this option.**
|
|
@@ -9672,7 +9668,7 @@ module Aws::EC2
|
|
|
9672
9668
|
# The ID of the filter that this rule is associated with.
|
|
9673
9669
|
#
|
|
9674
9670
|
# @option params [required, String] :traffic_direction
|
|
9675
|
-
# The type of traffic
|
|
9671
|
+
# The type of traffic.
|
|
9676
9672
|
#
|
|
9677
9673
|
# @option params [required, Integer] :rule_number
|
|
9678
9674
|
# The number of the Traffic Mirror rule. This number must be unique for
|
|
@@ -9680,7 +9676,7 @@ module Aws::EC2
|
|
|
9680
9676
|
# in ascending order by rule number.
|
|
9681
9677
|
#
|
|
9682
9678
|
# @option params [required, String] :rule_action
|
|
9683
|
-
# The action to take
|
|
9679
|
+
# The action to take on the filtered traffic.
|
|
9684
9680
|
#
|
|
9685
9681
|
# @option params [Types::TrafficMirrorPortRangeRequest] :destination_port_range
|
|
9686
9682
|
# The destination port range.
|
|
@@ -9715,8 +9711,8 @@ module Aws::EC2
|
|
|
9715
9711
|
#
|
|
9716
9712
|
# @option params [String] :client_token
|
|
9717
9713
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
9718
|
-
# idempotency of the request. For more information, see [How to
|
|
9719
|
-
#
|
|
9714
|
+
# idempotency of the request. For more information, see [How to ensure
|
|
9715
|
+
# idempotency][1].
|
|
9720
9716
|
#
|
|
9721
9717
|
# **A suitable default value is auto-generated.** You should normally
|
|
9722
9718
|
# not need to pass this option.**
|
|
@@ -9847,8 +9843,8 @@ module Aws::EC2
|
|
|
9847
9843
|
#
|
|
9848
9844
|
# @option params [String] :client_token
|
|
9849
9845
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
9850
|
-
# idempotency of the request. For more information, see [How to
|
|
9851
|
-
#
|
|
9846
|
+
# idempotency of the request. For more information, see [How to ensure
|
|
9847
|
+
# idempotency][1].
|
|
9852
9848
|
#
|
|
9853
9849
|
# **A suitable default value is auto-generated.** You should normally
|
|
9854
9850
|
# not need to pass this option.**
|
|
@@ -9950,8 +9946,8 @@ module Aws::EC2
|
|
|
9950
9946
|
#
|
|
9951
9947
|
# @option params [String] :client_token
|
|
9952
9948
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
9953
|
-
# idempotency of the request. For more information, see [How to
|
|
9954
|
-
#
|
|
9949
|
+
# idempotency of the request. For more information, see [How to ensure
|
|
9950
|
+
# idempotency][1].
|
|
9955
9951
|
#
|
|
9956
9952
|
# **A suitable default value is auto-generated.** You should normally
|
|
9957
9953
|
# not need to pass this option.**
|
|
@@ -11176,15 +11172,16 @@ module Aws::EC2
|
|
|
11176
11172
|
|
|
11177
11173
|
# Creates a VPC endpoint for a specified service. An endpoint enables
|
|
11178
11174
|
# you to create a private connection between your VPC and the service.
|
|
11179
|
-
# The service may be provided by
|
|
11180
|
-
#
|
|
11181
|
-
# the *Amazon Virtual
|
|
11175
|
+
# The service may be provided by Amazon Web Services, an Amazon Web
|
|
11176
|
+
# Services Marketplace Partner, or another Amazon Web Services account.
|
|
11177
|
+
# For more information, see [VPC Endpoints][1] in the *Amazon Virtual
|
|
11178
|
+
# Private Cloud User Guide*.
|
|
11182
11179
|
#
|
|
11183
11180
|
# A `gateway` endpoint serves as a target for a route in your route
|
|
11184
|
-
# table for traffic destined for the
|
|
11185
|
-
# endpoint policy to attach to the endpoint, which will control
|
|
11186
|
-
# to the service from your VPC. You can also specify the VPC
|
|
11187
|
-
# tables that use the endpoint.
|
|
11181
|
+
# table for traffic destined for the Amazon Web Service. You can specify
|
|
11182
|
+
# an endpoint policy to attach to the endpoint, which will control
|
|
11183
|
+
# access to the service from your VPC. You can also specify the VPC
|
|
11184
|
+
# route tables that use the endpoint.
|
|
11188
11185
|
#
|
|
11189
11186
|
# An `interface` endpoint is a network interface in your subnet that
|
|
11190
11187
|
# serves as an endpoint for communicating with the specified service.
|
|
@@ -11240,8 +11237,8 @@ module Aws::EC2
|
|
|
11240
11237
|
#
|
|
11241
11238
|
# @option params [String] :client_token
|
|
11242
11239
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
11243
|
-
# idempotency of the request. For more information, see [How to
|
|
11244
|
-
#
|
|
11240
|
+
# idempotency of the request. For more information, see [How to ensure
|
|
11241
|
+
# idempotency][1].
|
|
11245
11242
|
#
|
|
11246
11243
|
#
|
|
11247
11244
|
#
|
|
@@ -11370,8 +11367,8 @@ module Aws::EC2
|
|
|
11370
11367
|
#
|
|
11371
11368
|
# @option params [String] :client_token
|
|
11372
11369
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
11373
|
-
# idempotency of the request. For more information, see [How to
|
|
11374
|
-
#
|
|
11370
|
+
# idempotency of the request. For more information, see [How to ensure
|
|
11371
|
+
# idempotency][1].
|
|
11375
11372
|
#
|
|
11376
11373
|
#
|
|
11377
11374
|
#
|
|
@@ -11415,7 +11412,8 @@ module Aws::EC2
|
|
|
11415
11412
|
end
|
|
11416
11413
|
|
|
11417
11414
|
# Creates a VPC endpoint service configuration to which service
|
|
11418
|
-
# consumers (
|
|
11415
|
+
# consumers (Amazon Web Services accounts, IAM users, and IAM roles) can
|
|
11416
|
+
# connect.
|
|
11419
11417
|
#
|
|
11420
11418
|
# To create an endpoint service configuration, you must first create one
|
|
11421
11419
|
# of the following for your service:
|
|
@@ -11466,8 +11464,8 @@ module Aws::EC2
|
|
|
11466
11464
|
#
|
|
11467
11465
|
# @option params [String] :client_token
|
|
11468
11466
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
11469
|
-
# idempotency of the request. For more information, see [How to
|
|
11470
|
-
#
|
|
11467
|
+
# idempotency of the request. For more information, see [How to ensure
|
|
11468
|
+
# idempotency][1].
|
|
11471
11469
|
#
|
|
11472
11470
|
#
|
|
11473
11471
|
#
|
|
@@ -15244,8 +15242,8 @@ module Aws::EC2
|
|
|
15244
15242
|
# that zone.
|
|
15245
15243
|
#
|
|
15246
15244
|
# For more information about Availability Zones, Local Zones, and
|
|
15247
|
-
# Wavelength Zones, see [Regions
|
|
15248
|
-
#
|
|
15245
|
+
# Wavelength Zones, see [Regions and zones][1] in the *Amazon Elastic
|
|
15246
|
+
# Compute Cloud User Guide*.
|
|
15249
15247
|
#
|
|
15250
15248
|
#
|
|
15251
15249
|
#
|
|
@@ -17170,12 +17168,12 @@ module Aws::EC2
|
|
|
17170
17168
|
# and not miss a recorded event. EC2 Fleet events are available for 48
|
|
17171
17169
|
# hours.
|
|
17172
17170
|
#
|
|
17173
|
-
# For more information, see [
|
|
17174
|
-
# *Amazon EC2 User Guide*.
|
|
17171
|
+
# For more information, see [Monitor fleet events using Amazon
|
|
17172
|
+
# EventBridge][1] in the *Amazon EC2 User Guide*.
|
|
17175
17173
|
#
|
|
17176
17174
|
#
|
|
17177
17175
|
#
|
|
17178
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
|
17176
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/fleet-monitor.html
|
|
17179
17177
|
#
|
|
17180
17178
|
# @option params [Boolean] :dry_run
|
|
17181
17179
|
# Checks whether you have the required permissions for the action,
|
|
@@ -17630,7 +17628,8 @@ module Aws::EC2
|
|
|
17630
17628
|
|
|
17631
17629
|
# Describes the Amazon FPGA Images (AFIs) available to you. These
|
|
17632
17630
|
# include public AFIs, private AFIs that you own, and AFIs owned by
|
|
17633
|
-
# other
|
|
17631
|
+
# other Amazon Web Services accounts for which you have load
|
|
17632
|
+
# permissions.
|
|
17634
17633
|
#
|
|
17635
17634
|
# @option params [Boolean] :dry_run
|
|
17636
17635
|
# Checks whether you have the required permissions for the action,
|
|
@@ -17642,9 +17641,9 @@ module Aws::EC2
|
|
|
17642
17641
|
# The AFI IDs.
|
|
17643
17642
|
#
|
|
17644
17643
|
# @option params [Array<String>] :owners
|
|
17645
|
-
# Filters the AFI by owner. Specify an
|
|
17646
|
-
# the sender of the request), or an
|
|
17647
|
-
# `amazon` \| `aws-marketplace`).
|
|
17644
|
+
# Filters the AFI by owner. Specify an Amazon Web Services account ID,
|
|
17645
|
+
# `self` (owner is the sender of the request), or an Amazon Web Services
|
|
17646
|
+
# owner alias (valid values are `amazon` \| `aws-marketplace`).
|
|
17648
17647
|
#
|
|
17649
17648
|
# @option params [Array<Types::Filter>] :filters
|
|
17650
17649
|
# The filters.
|
|
@@ -17657,12 +17656,12 @@ module Aws::EC2
|
|
|
17657
17656
|
#
|
|
17658
17657
|
# * `name` - The name of the AFI.
|
|
17659
17658
|
#
|
|
17660
|
-
# * `owner-id` - The
|
|
17659
|
+
# * `owner-id` - The Amazon Web Services account ID of the AFI owner.
|
|
17661
17660
|
#
|
|
17662
17661
|
# * `product-code` - The product code.
|
|
17663
17662
|
#
|
|
17664
|
-
# * `shell-version` - The version of the
|
|
17665
|
-
# create the bitstream.
|
|
17663
|
+
# * `shell-version` - The version of the Amazon Web Services Shell that
|
|
17664
|
+
# was used to create the bitstream.
|
|
17666
17665
|
#
|
|
17667
17666
|
# * `state` - The state of the AFI (`pending` \| `failed` \| `available`
|
|
17668
17667
|
# \| `unavailable`).
|
|
@@ -18150,12 +18149,13 @@ module Aws::EC2
|
|
|
18150
18149
|
# `vpc-peering-connection` \| `vpn-connection` \| `vpn-gateway`.
|
|
18151
18150
|
#
|
|
18152
18151
|
# These settings apply to the IAM user who makes the request; they do
|
|
18153
|
-
# not apply to the entire
|
|
18154
|
-
# to the same settings as the root user, unless they
|
|
18155
|
-
# the settings by running the ModifyIdFormat
|
|
18156
|
-
# with longer IDs are visible to all IAM
|
|
18157
|
-
# settings and provided that they have
|
|
18158
|
-
# `Describe` command for the resource
|
|
18152
|
+
# not apply to the entire Amazon Web Services account. By default, an
|
|
18153
|
+
# IAM user defaults to the same settings as the root user, unless they
|
|
18154
|
+
# explicitly override the settings by running the ModifyIdFormat
|
|
18155
|
+
# command. Resources created with longer IDs are visible to all IAM
|
|
18156
|
+
# users, regardless of these settings and provided that they have
|
|
18157
|
+
# permission to use the relevant `Describe` command for the resource
|
|
18158
|
+
# type.
|
|
18159
18159
|
#
|
|
18160
18160
|
# @option params [String] :resource
|
|
18161
18161
|
# The type of resource: `bundle` \| `conversion-task` \|
|
|
@@ -23190,15 +23190,16 @@ module Aws::EC2
|
|
|
23190
23190
|
# Describes the Regions that are enabled for your account, or all
|
|
23191
23191
|
# Regions.
|
|
23192
23192
|
#
|
|
23193
|
-
# For a list of the Regions supported by Amazon EC2, see [
|
|
23194
|
-
#
|
|
23193
|
+
# For a list of the Regions supported by Amazon EC2, see [ Amazon
|
|
23194
|
+
# Elastic Compute Cloud endpoints and quotas][1].
|
|
23195
23195
|
#
|
|
23196
23196
|
# For information about enabling and disabling Regions for your account,
|
|
23197
|
-
# see [Managing
|
|
23197
|
+
# see [Managing Amazon Web Services Regions][2] in the *Amazon Web
|
|
23198
|
+
# Services General Reference*.
|
|
23198
23199
|
#
|
|
23199
23200
|
#
|
|
23200
23201
|
#
|
|
23201
|
-
# [1]: https://docs.aws.amazon.com/general/latest/gr/
|
|
23202
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/ec2-service.html
|
|
23202
23203
|
# [2]: https://docs.aws.amazon.com/general/latest/gr/rande-manage.html
|
|
23203
23204
|
#
|
|
23204
23205
|
# @option params [Array<Types::Filter>] :filters
|
|
@@ -25337,6 +25338,13 @@ module Aws::EC2
|
|
|
25337
25338
|
# and not miss a recorded event. Spot Fleet events are available for 48
|
|
25338
25339
|
# hours.
|
|
25339
25340
|
#
|
|
25341
|
+
# For more information, see [Monitor fleet events using Amazon
|
|
25342
|
+
# EventBridge][1] in the *Amazon EC2 User Guide for Linux Instances*.
|
|
25343
|
+
#
|
|
25344
|
+
#
|
|
25345
|
+
#
|
|
25346
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/fleet-monitor.html
|
|
25347
|
+
#
|
|
25340
25348
|
# @option params [Boolean] :dry_run
|
|
25341
25349
|
# Checks whether you have the required permissions for the action,
|
|
25342
25350
|
# without actually making the request, and provides an error response.
|
|
@@ -28669,8 +28677,8 @@ module Aws::EC2
|
|
|
28669
28677
|
#
|
|
28670
28678
|
# * `service-id` - The ID of the service.
|
|
28671
28679
|
#
|
|
28672
|
-
# * `vpc-endpoint-owner` - The
|
|
28673
|
-
# endpoint.
|
|
28680
|
+
# * `vpc-endpoint-owner` - The ID of the Amazon Web Services account ID
|
|
28681
|
+
# that owns the endpoint.
|
|
28674
28682
|
#
|
|
28675
28683
|
# * `vpc-endpoint-state` - The state of the endpoint
|
|
28676
28684
|
# (`pendingAcceptance` \| `pending` \| `available` \| `deleting` \|
|
|
@@ -33203,9 +33211,9 @@ module Aws::EC2
|
|
|
33203
33211
|
req.send_request(options)
|
|
33204
33212
|
end
|
|
33205
33213
|
|
|
33206
|
-
# Download an
|
|
33207
|
-
# customer gateway device specified for your
|
|
33208
|
-
# connection.
|
|
33214
|
+
# Download an Amazon Web Services-provided sample configuration file to
|
|
33215
|
+
# be used with the customer gateway device specified for your
|
|
33216
|
+
# Site-to-Site VPN connection.
|
|
33209
33217
|
#
|
|
33210
33218
|
# @option params [required, String] :vpn_connection_id
|
|
33211
33219
|
# The `VpnConnectionId` specifies the Site-to-Site VPN connection used
|
|
@@ -33492,13 +33500,12 @@ module Aws::EC2
|
|
|
33492
33500
|
# The tags to apply to the import image task during creation.
|
|
33493
33501
|
#
|
|
33494
33502
|
# @option params [String] :usage_operation
|
|
33495
|
-
# The usage operation value. For more information, see [
|
|
33496
|
-
#
|
|
33497
|
-
# Guide*.
|
|
33503
|
+
# The usage operation value. For more information, see [Licensing
|
|
33504
|
+
# options][1] in the *VM Import/Export User Guide*.
|
|
33498
33505
|
#
|
|
33499
33506
|
#
|
|
33500
33507
|
#
|
|
33501
|
-
# [1]: https://docs.aws.amazon.com/
|
|
33508
|
+
# [1]: https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#prerequisites
|
|
33502
33509
|
#
|
|
33503
33510
|
# @option params [String] :boot_mode
|
|
33504
33511
|
# The boot mode of the virtual machine.
|
|
@@ -34143,7 +34150,7 @@ module Aws::EC2
|
|
|
34143
34150
|
# @option params [required, String] :opt_in_status
|
|
34144
34151
|
# Indicates whether you are opted in to the Local Zone group or
|
|
34145
34152
|
# Wavelength Zone group. The only valid value is `opted-in`. You must
|
|
34146
|
-
# contact [
|
|
34153
|
+
# contact [Amazon Web Services Support][1] to opt out of a Local Zone or
|
|
34147
34154
|
# Wavelength Zone group.
|
|
34148
34155
|
#
|
|
34149
34156
|
#
|
|
@@ -34731,8 +34738,8 @@ module Aws::EC2
|
|
|
34731
34738
|
# The operation type.
|
|
34732
34739
|
#
|
|
34733
34740
|
# @option params [Array<String>] :user_ids
|
|
34734
|
-
# The
|
|
34735
|
-
# `loadPermission` attribute.
|
|
34741
|
+
# The Amazon Web Services account IDs. This parameter is valid only when
|
|
34742
|
+
# modifying the `loadPermission` attribute.
|
|
34736
34743
|
#
|
|
34737
34744
|
# @option params [Array<String>] :user_groups
|
|
34738
34745
|
# The user groups. This parameter is valid only when modifying the
|
|
@@ -34904,12 +34911,12 @@ module Aws::EC2
|
|
|
34904
34911
|
# `vpc-peering-connection` \| `vpn-connection` \| `vpn-gateway`.
|
|
34905
34912
|
#
|
|
34906
34913
|
# This setting applies to the IAM user who makes the request; it does
|
|
34907
|
-
# not apply to the entire
|
|
34908
|
-
# to the same settings as the root user. If you're
|
|
34909
|
-
# the root user, then these settings apply to the
|
|
34910
|
-
# an IAM user explicitly overrides these settings
|
|
34911
|
-
# more information, see [Resource IDs][1] in the
|
|
34912
|
-
# Cloud User Guide*.
|
|
34914
|
+
# not apply to the entire Amazon Web Services account. By default, an
|
|
34915
|
+
# IAM user defaults to the same settings as the root user. If you're
|
|
34916
|
+
# using this action as the root user, then these settings apply to the
|
|
34917
|
+
# entire account, unless an IAM user explicitly overrides these settings
|
|
34918
|
+
# for themselves. For more information, see [Resource IDs][1] in the
|
|
34919
|
+
# *Amazon Elastic Compute Cloud User Guide*.
|
|
34913
34920
|
#
|
|
34914
34921
|
# Resources created with longer IDs are visible to all IAM roles and
|
|
34915
34922
|
# users, regardless of these settings and provided that they have
|
|
@@ -36574,13 +36581,6 @@ module Aws::EC2
|
|
|
36574
36581
|
# `RemoveNetworkServices` to remove the network services from the
|
|
36575
36582
|
# Traffic Mirror filter.
|
|
36576
36583
|
#
|
|
36577
|
-
# For information about filter rule properties, see [Network
|
|
36578
|
-
# Services][1] in the <i>Traffic Mirroring User Guide </i>.
|
|
36579
|
-
#
|
|
36580
|
-
#
|
|
36581
|
-
#
|
|
36582
|
-
# [1]: https://docs.aws.amazon.com/vpc/latest/mirroring/traffic-mirroring-considerations.html
|
|
36583
|
-
#
|
|
36584
36584
|
# @option params [required, String] :traffic_mirror_filter_id
|
|
36585
36585
|
# The ID of the Traffic Mirror filter.
|
|
36586
36586
|
#
|
|
@@ -36666,7 +36666,7 @@ module Aws::EC2
|
|
|
36666
36666
|
# The ID of the Traffic Mirror rule.
|
|
36667
36667
|
#
|
|
36668
36668
|
# @option params [String] :traffic_direction
|
|
36669
|
-
# The type of traffic
|
|
36669
|
+
# The type of traffic to assign to the rule.
|
|
36670
36670
|
#
|
|
36671
36671
|
# @option params [Integer] :rule_number
|
|
36672
36672
|
# The number of the Traffic Mirror rule. This number must be unique for
|
|
@@ -37556,7 +37556,7 @@ module Aws::EC2
|
|
|
37556
37556
|
|
|
37557
37557
|
# Modifies the permissions for your [VPC endpoint service][1]. You can
|
|
37558
37558
|
# add or remove permissions for service consumers (IAM users, IAM roles,
|
|
37559
|
-
# and
|
|
37559
|
+
# and Amazon Web Services accounts) to connect to your endpoint service.
|
|
37560
37560
|
#
|
|
37561
37561
|
# If you grant permissions to all principals, the service is public. Any
|
|
37562
37562
|
# users who know the name of a public service can send a request to
|
|
@@ -39458,22 +39458,14 @@ module Aws::EC2
|
|
|
39458
39458
|
#
|
|
39459
39459
|
# @option params [String] :network_border_group
|
|
39460
39460
|
# The set of Availability Zones, Local Zones, or Wavelength Zones from
|
|
39461
|
-
# which
|
|
39462
|
-
#
|
|
39463
|
-
# If you provide an incorrect network border group, you will receive an
|
|
39464
|
-
# `InvalidAddress.NotFound` error. For more information, see [Error
|
|
39465
|
-
# Codes][1].
|
|
39466
|
-
#
|
|
39467
|
-
# <note markdown="1"> You cannot use a network border group with EC2 Classic. If you attempt
|
|
39468
|
-
# this operation on EC2 classic, you will receive an
|
|
39469
|
-
# `InvalidParameterCombination` error. For more information, see [Error
|
|
39470
|
-
# Codes][1].
|
|
39471
|
-
#
|
|
39472
|
-
# </note>
|
|
39473
|
-
#
|
|
39461
|
+
# which Amazon Web Services advertises IP addresses.
|
|
39474
39462
|
#
|
|
39463
|
+
# If you provide an incorrect network border group, you receive an
|
|
39464
|
+
# `InvalidAddress.NotFound` error.
|
|
39475
39465
|
#
|
|
39476
|
-
#
|
|
39466
|
+
# You cannot use a network border group with EC2 Classic. If you attempt
|
|
39467
|
+
# this operation on EC2 classic, you receive an
|
|
39468
|
+
# `InvalidParameterCombination` error.
|
|
39477
39469
|
#
|
|
39478
39470
|
# @option params [Boolean] :dry_run
|
|
39479
39471
|
# Checks whether you have the required permissions for the action,
|
|
@@ -44169,7 +44161,7 @@ module Aws::EC2
|
|
|
44169
44161
|
params: params,
|
|
44170
44162
|
config: config)
|
|
44171
44163
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
44172
|
-
context[:gem_version] = '1.
|
|
44164
|
+
context[:gem_version] = '1.268.0'
|
|
44173
44165
|
Seahorse::Client::Request.new(handlers, context)
|
|
44174
44166
|
end
|
|
44175
44167
|
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -430,7 +430,8 @@ module Aws::EC2
|
|
|
430
430
|
#
|
|
431
431
|
# @!attribute [rw] network_border_group
|
|
432
432
|
# The name of the unique set of Availability Zones, Local Zones, or
|
|
433
|
-
# Wavelength Zones from which
|
|
433
|
+
# Wavelength Zones from which Amazon Web Services advertises IP
|
|
434
|
+
# addresses.
|
|
434
435
|
# @return [String]
|
|
435
436
|
#
|
|
436
437
|
# @!attribute [rw] customer_owned_ip
|
|
@@ -584,24 +585,20 @@ module Aws::EC2
|
|
|
584
585
|
#
|
|
585
586
|
# @!attribute [rw] network_border_group
|
|
586
587
|
# A unique set of Availability Zones, Local Zones, or Wavelength Zones
|
|
587
|
-
# from which
|
|
588
|
-
# the IP address to this location. IP addresses
|
|
589
|
-
# network border groups.
|
|
588
|
+
# from which Amazon Web Services advertises IP addresses. Use this
|
|
589
|
+
# parameter to limit the IP address to this location. IP addresses
|
|
590
|
+
# cannot move between network border groups.
|
|
590
591
|
#
|
|
591
592
|
# Use [DescribeAvailabilityZones][1] to view the network border
|
|
592
593
|
# groups.
|
|
593
594
|
#
|
|
594
|
-
#
|
|
595
|
-
# attempt this operation on EC2
|
|
596
|
-
# `InvalidParameterCombination` error.
|
|
597
|
-
# [Error Codes][2].
|
|
598
|
-
#
|
|
599
|
-
# </note>
|
|
595
|
+
# You cannot use a network border group with EC2 Classic. If you
|
|
596
|
+
# attempt this operation on EC2 Classic, you receive an
|
|
597
|
+
# `InvalidParameterCombination` error.
|
|
600
598
|
#
|
|
601
599
|
#
|
|
602
600
|
#
|
|
603
601
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html
|
|
604
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html
|
|
605
602
|
# @return [String]
|
|
606
603
|
#
|
|
607
604
|
# @!attribute [rw] customer_owned_ipv_4_pool
|
|
@@ -651,7 +648,7 @@ module Aws::EC2
|
|
|
651
648
|
#
|
|
652
649
|
# @!attribute [rw] network_border_group
|
|
653
650
|
# The set of Availability Zones, Local Zones, or Wavelength Zones from
|
|
654
|
-
# which
|
|
651
|
+
# which Amazon Web Services advertises IP addresses.
|
|
655
652
|
# @return [String]
|
|
656
653
|
#
|
|
657
654
|
# @!attribute [rw] domain
|
|
@@ -5162,11 +5159,11 @@ module Aws::EC2
|
|
|
5162
5159
|
# @return [String]
|
|
5163
5160
|
#
|
|
5164
5161
|
# @!attribute [rw] aws_account_id
|
|
5165
|
-
# The
|
|
5162
|
+
# The Amazon Web Services account ID.
|
|
5166
5163
|
# @return [String]
|
|
5167
5164
|
#
|
|
5168
5165
|
# @!attribute [rw] aws_service
|
|
5169
|
-
# The
|
|
5166
|
+
# The Amazon Web Services service.
|
|
5170
5167
|
# @return [String]
|
|
5171
5168
|
#
|
|
5172
5169
|
# @!attribute [rw] co_ip
|
|
@@ -5467,7 +5464,7 @@ module Aws::EC2
|
|
|
5467
5464
|
# @!attribute [rw] client_token
|
|
5468
5465
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
5469
5466
|
# idempotency of the request. For more information, see [Ensuring
|
|
5470
|
-
#
|
|
5467
|
+
# idempotency][1].
|
|
5471
5468
|
#
|
|
5472
5469
|
#
|
|
5473
5470
|
#
|
|
@@ -7396,8 +7393,8 @@ module Aws::EC2
|
|
|
7396
7393
|
# specify at least one field.
|
|
7397
7394
|
#
|
|
7398
7395
|
# Specify the fields using the `$\{field-id\}` format, separated by
|
|
7399
|
-
# spaces. For the CLI,
|
|
7400
|
-
#
|
|
7396
|
+
# spaces. For the CLI, surround this parameter value with single
|
|
7397
|
+
# quotes on Linux or double quotes on Windows.
|
|
7401
7398
|
#
|
|
7402
7399
|
#
|
|
7403
7400
|
#
|
|
@@ -10441,8 +10438,8 @@ module Aws::EC2
|
|
|
10441
10438
|
#
|
|
10442
10439
|
# @!attribute [rw] client_token
|
|
10443
10440
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
10444
|
-
# idempotency of the request. For more information, see [How to
|
|
10445
|
-
#
|
|
10441
|
+
# idempotency of the request. For more information, see [How to ensure
|
|
10442
|
+
# idempotency][1].
|
|
10446
10443
|
#
|
|
10447
10444
|
# **A suitable default value is auto-generated.** You should normally
|
|
10448
10445
|
# not need to pass this option.
|
|
@@ -10469,8 +10466,8 @@ module Aws::EC2
|
|
|
10469
10466
|
#
|
|
10470
10467
|
# @!attribute [rw] client_token
|
|
10471
10468
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
10472
|
-
# idempotency of the request. For more information, see [How to
|
|
10473
|
-
#
|
|
10469
|
+
# idempotency of the request. For more information, see [How to ensure
|
|
10470
|
+
# idempotency][1].
|
|
10474
10471
|
#
|
|
10475
10472
|
#
|
|
10476
10473
|
#
|
|
@@ -10515,7 +10512,7 @@ module Aws::EC2
|
|
|
10515
10512
|
# @return [String]
|
|
10516
10513
|
#
|
|
10517
10514
|
# @!attribute [rw] traffic_direction
|
|
10518
|
-
# The type of traffic
|
|
10515
|
+
# The type of traffic.
|
|
10519
10516
|
# @return [String]
|
|
10520
10517
|
#
|
|
10521
10518
|
# @!attribute [rw] rule_number
|
|
@@ -10525,7 +10522,7 @@ module Aws::EC2
|
|
|
10525
10522
|
# @return [Integer]
|
|
10526
10523
|
#
|
|
10527
10524
|
# @!attribute [rw] rule_action
|
|
10528
|
-
# The action to take
|
|
10525
|
+
# The action to take on the filtered traffic.
|
|
10529
10526
|
# @return [String]
|
|
10530
10527
|
#
|
|
10531
10528
|
# @!attribute [rw] destination_port_range
|
|
@@ -10568,8 +10565,8 @@ module Aws::EC2
|
|
|
10568
10565
|
#
|
|
10569
10566
|
# @!attribute [rw] client_token
|
|
10570
10567
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
10571
|
-
# idempotency of the request. For more information, see [How to
|
|
10572
|
-
#
|
|
10568
|
+
# idempotency of the request. For more information, see [How to ensure
|
|
10569
|
+
# idempotency][1].
|
|
10573
10570
|
#
|
|
10574
10571
|
# **A suitable default value is auto-generated.** You should normally
|
|
10575
10572
|
# not need to pass this option.
|
|
@@ -10604,8 +10601,8 @@ module Aws::EC2
|
|
|
10604
10601
|
#
|
|
10605
10602
|
# @!attribute [rw] client_token
|
|
10606
10603
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
10607
|
-
# idempotency of the request. For more information, see [How to
|
|
10608
|
-
#
|
|
10604
|
+
# idempotency of the request. For more information, see [How to ensure
|
|
10605
|
+
# idempotency][1].
|
|
10609
10606
|
#
|
|
10610
10607
|
#
|
|
10611
10608
|
#
|
|
@@ -10707,8 +10704,8 @@ module Aws::EC2
|
|
|
10707
10704
|
#
|
|
10708
10705
|
# @!attribute [rw] client_token
|
|
10709
10706
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
10710
|
-
# idempotency of the request. For more information, see [How to
|
|
10711
|
-
#
|
|
10707
|
+
# idempotency of the request. For more information, see [How to ensure
|
|
10708
|
+
# idempotency][1].
|
|
10712
10709
|
#
|
|
10713
10710
|
# **A suitable default value is auto-generated.** You should normally
|
|
10714
10711
|
# not need to pass this option.
|
|
@@ -10741,8 +10738,8 @@ module Aws::EC2
|
|
|
10741
10738
|
#
|
|
10742
10739
|
# @!attribute [rw] client_token
|
|
10743
10740
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
10744
|
-
# idempotency of the request. For more information, see [How to
|
|
10745
|
-
#
|
|
10741
|
+
# idempotency of the request. For more information, see [How to ensure
|
|
10742
|
+
# idempotency][1].
|
|
10746
10743
|
#
|
|
10747
10744
|
#
|
|
10748
10745
|
#
|
|
@@ -10806,8 +10803,8 @@ module Aws::EC2
|
|
|
10806
10803
|
#
|
|
10807
10804
|
# @!attribute [rw] client_token
|
|
10808
10805
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
10809
|
-
# idempotency of the request. For more information, see [How to
|
|
10810
|
-
#
|
|
10806
|
+
# idempotency of the request. For more information, see [How to ensure
|
|
10807
|
+
# idempotency][1].
|
|
10811
10808
|
#
|
|
10812
10809
|
# **A suitable default value is auto-generated.** You should normally
|
|
10813
10810
|
# not need to pass this option.
|
|
@@ -10836,8 +10833,8 @@ module Aws::EC2
|
|
|
10836
10833
|
#
|
|
10837
10834
|
# @!attribute [rw] client_token
|
|
10838
10835
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
10839
|
-
# idempotency of the request. For more information, see [How to
|
|
10840
|
-
#
|
|
10836
|
+
# idempotency of the request. For more information, see [How to ensure
|
|
10837
|
+
# idempotency][1].
|
|
10841
10838
|
#
|
|
10842
10839
|
#
|
|
10843
10840
|
#
|
|
@@ -11893,8 +11890,8 @@ module Aws::EC2
|
|
|
11893
11890
|
#
|
|
11894
11891
|
# @!attribute [rw] client_token
|
|
11895
11892
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
11896
|
-
# idempotency of the request. For more information, see [How to
|
|
11897
|
-
#
|
|
11893
|
+
# idempotency of the request. For more information, see [How to ensure
|
|
11894
|
+
# idempotency][1].
|
|
11898
11895
|
#
|
|
11899
11896
|
#
|
|
11900
11897
|
#
|
|
@@ -12008,8 +12005,8 @@ module Aws::EC2
|
|
|
12008
12005
|
#
|
|
12009
12006
|
# @!attribute [rw] client_token
|
|
12010
12007
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
12011
|
-
# idempotency of the request. For more information, see [How to
|
|
12012
|
-
#
|
|
12008
|
+
# idempotency of the request. For more information, see [How to ensure
|
|
12009
|
+
# idempotency][1].
|
|
12013
12010
|
#
|
|
12014
12011
|
#
|
|
12015
12012
|
#
|
|
@@ -12128,8 +12125,8 @@ module Aws::EC2
|
|
|
12128
12125
|
#
|
|
12129
12126
|
# @!attribute [rw] client_token
|
|
12130
12127
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
12131
|
-
# idempotency of the request. For more information, see [How to
|
|
12132
|
-
#
|
|
12128
|
+
# idempotency of the request. For more information, see [How to ensure
|
|
12129
|
+
# idempotency][1].
|
|
12133
12130
|
#
|
|
12134
12131
|
#
|
|
12135
12132
|
#
|
|
@@ -17836,9 +17833,10 @@ module Aws::EC2
|
|
|
17836
17833
|
# @return [Array<String>]
|
|
17837
17834
|
#
|
|
17838
17835
|
# @!attribute [rw] owners
|
|
17839
|
-
# Filters the AFI by owner. Specify an
|
|
17840
|
-
# is the sender of the request), or an
|
|
17841
|
-
# are `amazon` \|
|
|
17836
|
+
# Filters the AFI by owner. Specify an Amazon Web Services account ID,
|
|
17837
|
+
# `self` (owner is the sender of the request), or an Amazon Web
|
|
17838
|
+
# Services owner alias (valid values are `amazon` \|
|
|
17839
|
+
# `aws-marketplace`).
|
|
17842
17840
|
# @return [Array<String>]
|
|
17843
17841
|
#
|
|
17844
17842
|
# @!attribute [rw] filters
|
|
@@ -17853,12 +17851,12 @@ module Aws::EC2
|
|
|
17853
17851
|
#
|
|
17854
17852
|
# * `name` - The name of the AFI.
|
|
17855
17853
|
#
|
|
17856
|
-
# * `owner-id` - The
|
|
17854
|
+
# * `owner-id` - The Amazon Web Services account ID of the AFI owner.
|
|
17857
17855
|
#
|
|
17858
17856
|
# * `product-code` - The product code.
|
|
17859
17857
|
#
|
|
17860
|
-
# * `shell-version` - The version of the
|
|
17861
|
-
# create the bitstream.
|
|
17858
|
+
# * `shell-version` - The version of the Amazon Web Services Shell
|
|
17859
|
+
# that was used to create the bitstream.
|
|
17862
17860
|
#
|
|
17863
17861
|
# * `state` - The state of the AFI (`pending` \| `failed` \|
|
|
17864
17862
|
# `available` \| `unavailable`).
|
|
@@ -26036,8 +26034,8 @@ module Aws::EC2
|
|
|
26036
26034
|
#
|
|
26037
26035
|
# * `service-id` - The ID of the service.
|
|
26038
26036
|
#
|
|
26039
|
-
# * `vpc-endpoint-owner` - The
|
|
26040
|
-
# endpoint.
|
|
26037
|
+
# * `vpc-endpoint-owner` - The ID of the Amazon Web Services account
|
|
26038
|
+
# ID that owns the endpoint.
|
|
26041
26039
|
#
|
|
26042
26040
|
# * `vpc-endpoint-state` - The state of the endpoint
|
|
26043
26041
|
# (`pendingAcceptance` \| `pending` \| `available` \| `deleting` \|
|
|
@@ -29432,71 +29430,91 @@ module Aws::EC2
|
|
|
29432
29430
|
# @!attribute [rw] event_sub_type
|
|
29433
29431
|
# The event.
|
|
29434
29432
|
#
|
|
29435
|
-
#
|
|
29433
|
+
# `error` events:
|
|
29436
29434
|
#
|
|
29437
|
-
# * `iamFleetRoleInvalid` - The EC2 Fleet or Spot Fleet
|
|
29435
|
+
# * `iamFleetRoleInvalid` - The EC2 Fleet or Spot Fleet does not have
|
|
29438
29436
|
# the required permissions either to launch or terminate an
|
|
29439
29437
|
# instance.
|
|
29440
29438
|
#
|
|
29441
|
-
# * `
|
|
29442
|
-
#
|
|
29439
|
+
# * `allLaunchSpecsTemporarilyBlacklisted` - None of the
|
|
29440
|
+
# configurations are valid, and several attempts to launch instances
|
|
29441
|
+
# have failed. For more information, see the description of the
|
|
29442
|
+
# event.
|
|
29443
29443
|
#
|
|
29444
29444
|
# * `spotInstanceCountLimitExceeded` - You've reached the limit on
|
|
29445
29445
|
# the number of Spot Instances that you can launch.
|
|
29446
29446
|
#
|
|
29447
|
-
#
|
|
29447
|
+
# * `spotFleetRequestConfigurationInvalid` - The configuration is not
|
|
29448
|
+
# valid. For more information, see the description of the event.
|
|
29449
|
+
#
|
|
29450
|
+
# `fleetRequestChange` events:
|
|
29448
29451
|
#
|
|
29449
29452
|
# * `active` - The EC2 Fleet or Spot Fleet request has been validated
|
|
29450
29453
|
# and Amazon EC2 is attempting to maintain the target number of
|
|
29451
|
-
# running
|
|
29454
|
+
# running instances.
|
|
29452
29455
|
#
|
|
29453
29456
|
# * `cancelled` - The EC2 Fleet or Spot Fleet request is canceled and
|
|
29454
|
-
# has no running
|
|
29455
|
-
# deleted two days after its instances
|
|
29457
|
+
# has no running instances. The EC2 Fleet or Spot Fleet will be
|
|
29458
|
+
# deleted two days after its instances are terminated.
|
|
29456
29459
|
#
|
|
29457
29460
|
# * `cancelled_running` - The EC2 Fleet or Spot Fleet request is
|
|
29458
|
-
# canceled and does not launch additional
|
|
29459
|
-
#
|
|
29460
|
-
# terminated.
|
|
29461
|
+
# canceled and does not launch additional instances. Its existing
|
|
29462
|
+
# instances continue to run until they are interrupted or
|
|
29463
|
+
# terminated. The request remains in this state until all instances
|
|
29464
|
+
# are interrupted or terminated.
|
|
29461
29465
|
#
|
|
29462
29466
|
# * `cancelled_terminating` - The EC2 Fleet or Spot Fleet request is
|
|
29463
|
-
# canceled and its
|
|
29467
|
+
# canceled and its instances are terminating. The request remains in
|
|
29468
|
+
# this state until all instances are terminated.
|
|
29464
29469
|
#
|
|
29465
|
-
# * `expired` - The EC2 Fleet or Spot Fleet request has expired.
|
|
29466
|
-
# subsequent event indicates that the instances were terminated, if
|
|
29470
|
+
# * `expired` - The EC2 Fleet or Spot Fleet request has expired. If
|
|
29467
29471
|
# the request was created with `TerminateInstancesWithExpiration`
|
|
29468
|
-
# set
|
|
29472
|
+
# set, a subsequent `terminated` event indicates that the instances
|
|
29473
|
+
# are terminated.
|
|
29469
29474
|
#
|
|
29470
|
-
# * `modify_in_progress` -
|
|
29471
|
-
#
|
|
29475
|
+
# * `modify_in_progress` - The EC2 Fleet or Spot Fleet request is
|
|
29476
|
+
# being modified. The request remains in this state until the
|
|
29477
|
+
# modification is fully processed.
|
|
29472
29478
|
#
|
|
29473
29479
|
# * `modify_succeeded` - The EC2 Fleet or Spot Fleet request was
|
|
29474
29480
|
# modified.
|
|
29475
29481
|
#
|
|
29476
29482
|
# * `submitted` - The EC2 Fleet or Spot Fleet request is being
|
|
29477
29483
|
# evaluated and Amazon EC2 is preparing to launch the target number
|
|
29478
|
-
# of
|
|
29484
|
+
# of instances.
|
|
29479
29485
|
#
|
|
29480
|
-
# The
|
|
29486
|
+
# * `progress` - The EC2 Fleet or Spot Fleet request is in the process
|
|
29487
|
+
# of being fulfilled.
|
|
29481
29488
|
#
|
|
29482
|
-
#
|
|
29483
|
-
#
|
|
29489
|
+
# `instanceChange` events:
|
|
29490
|
+
#
|
|
29491
|
+
# * `launched` - A new instance was launched.
|
|
29484
29492
|
#
|
|
29485
29493
|
# * `terminated` - An instance was terminated by the user.
|
|
29486
29494
|
#
|
|
29487
|
-
#
|
|
29495
|
+
# * `termination_notified` - An instance termination notification was
|
|
29496
|
+
# sent when a Spot Instance was terminated by Amazon EC2 during
|
|
29497
|
+
# scale-down, when the target capacity of the fleet was modified
|
|
29498
|
+
# down, for example, from a target capacity of 4 to a target
|
|
29499
|
+
# capacity of 3.
|
|
29500
|
+
#
|
|
29501
|
+
# `Information` events:
|
|
29502
|
+
#
|
|
29503
|
+
# * `fleetProgressHalted` - The price in every launch specification is
|
|
29504
|
+
# not valid because it is below the Spot price (all the launch
|
|
29505
|
+
# specifications have produced `launchSpecUnusable` events). A
|
|
29506
|
+
# launch specification might become valid if the Spot price changes.
|
|
29488
29507
|
#
|
|
29489
29508
|
# * `launchSpecTemporarilyBlacklisted` - The configuration is not
|
|
29490
29509
|
# valid and several attempts to launch instances have failed. For
|
|
29491
29510
|
# more information, see the description of the event.
|
|
29492
29511
|
#
|
|
29493
29512
|
# * `launchSpecUnusable` - The price in a launch specification is not
|
|
29494
|
-
# valid because it is below the Spot price
|
|
29495
|
-
# above the On-Demand price.
|
|
29513
|
+
# valid because it is below the Spot price.
|
|
29496
29514
|
#
|
|
29497
|
-
# * `
|
|
29498
|
-
#
|
|
29499
|
-
#
|
|
29515
|
+
# * `registerWithLoadBalancersFailed` - An attempt to register
|
|
29516
|
+
# instances with load balancers failed. For more information, see
|
|
29517
|
+
# the description of the event.
|
|
29500
29518
|
# @return [String]
|
|
29501
29519
|
#
|
|
29502
29520
|
# @!attribute [rw] instance_id
|
|
@@ -31242,7 +31260,8 @@ module Aws::EC2
|
|
|
31242
31260
|
# @return [String]
|
|
31243
31261
|
#
|
|
31244
31262
|
# @!attribute [rw] shell_version
|
|
31245
|
-
# The version of the
|
|
31263
|
+
# The version of the Amazon Web Services Shell that was used to create
|
|
31264
|
+
# the bitstream.
|
|
31246
31265
|
# @return [String]
|
|
31247
31266
|
#
|
|
31248
31267
|
# @!attribute [rw] pci_id
|
|
@@ -31262,7 +31281,7 @@ module Aws::EC2
|
|
|
31262
31281
|
# @return [Time]
|
|
31263
31282
|
#
|
|
31264
31283
|
# @!attribute [rw] owner_id
|
|
31265
|
-
# The
|
|
31284
|
+
# The ID of the Amazon Web Services account that owns the AFI.
|
|
31266
31285
|
# @return [String]
|
|
31267
31286
|
#
|
|
31268
31287
|
# @!attribute [rw] owner_alias
|
|
@@ -34316,13 +34335,12 @@ module Aws::EC2
|
|
|
34316
34335
|
# @return [Array<Types::TagSpecification>]
|
|
34317
34336
|
#
|
|
34318
34337
|
# @!attribute [rw] usage_operation
|
|
34319
|
-
# The usage operation value. For more information, see [
|
|
34320
|
-
#
|
|
34321
|
-
# Guide*.
|
|
34338
|
+
# The usage operation value. For more information, see [Licensing
|
|
34339
|
+
# options][1] in the *VM Import/Export User Guide*.
|
|
34322
34340
|
#
|
|
34323
34341
|
#
|
|
34324
34342
|
#
|
|
34325
|
-
# [1]: https://docs.aws.amazon.com/
|
|
34343
|
+
# [1]: https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#prerequisites
|
|
34326
34344
|
# @return [String]
|
|
34327
34345
|
#
|
|
34328
34346
|
# @!attribute [rw] boot_mode
|
|
@@ -36222,14 +36240,11 @@ module Aws::EC2
|
|
|
36222
36240
|
# @return [Integer]
|
|
36223
36241
|
#
|
|
36224
36242
|
# @!attribute [rw] http_endpoint
|
|
36225
|
-
#
|
|
36226
|
-
#
|
|
36227
|
-
# is `enabled`.
|
|
36243
|
+
# Enables or disables the HTTP metadata endpoint on your instances. If
|
|
36244
|
+
# the parameter is not specified, the default state is `enabled`.
|
|
36228
36245
|
#
|
|
36229
|
-
#
|
|
36246
|
+
# If you specify a value of `disabled`, you will not be able to access
|
|
36230
36247
|
# your instance metadata.
|
|
36231
|
-
#
|
|
36232
|
-
# </note>
|
|
36233
36248
|
# @return [String]
|
|
36234
36249
|
#
|
|
36235
36250
|
# @!attribute [rw] http_protocol_ipv_6
|
|
@@ -36289,19 +36304,13 @@ module Aws::EC2
|
|
|
36289
36304
|
# @return [Integer]
|
|
36290
36305
|
#
|
|
36291
36306
|
# @!attribute [rw] http_endpoint
|
|
36292
|
-
#
|
|
36293
|
-
#
|
|
36294
|
-
# is `enabled`.
|
|
36295
|
-
#
|
|
36296
|
-
# <note markdown="1"> If you specify a value of `disabled`, you will not be able to access
|
|
36297
|
-
# your instance metadata.
|
|
36298
|
-
#
|
|
36299
|
-
# </note>
|
|
36307
|
+
# Indicates whether the HTTP metadata endpoint on your instances is
|
|
36308
|
+
# enabled or disabled.
|
|
36300
36309
|
# @return [String]
|
|
36301
36310
|
#
|
|
36302
36311
|
# @!attribute [rw] http_protocol_ipv_6
|
|
36303
|
-
#
|
|
36304
|
-
# is enabled or disabled.
|
|
36312
|
+
# Indicates whether the IPv6 endpoint for the instance metadata
|
|
36313
|
+
# service is enabled or disabled.
|
|
36305
36314
|
# @return [String]
|
|
36306
36315
|
#
|
|
36307
36316
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceMetadataOptionsResponse AWS API Documentation
|
|
@@ -39677,7 +39686,7 @@ module Aws::EC2
|
|
|
39677
39686
|
# Describes a load permission.
|
|
39678
39687
|
#
|
|
39679
39688
|
# @!attribute [rw] user_id
|
|
39680
|
-
# The
|
|
39689
|
+
# The Amazon Web Services account ID.
|
|
39681
39690
|
# @return [String]
|
|
39682
39691
|
#
|
|
39683
39692
|
# @!attribute [rw] group
|
|
@@ -39746,7 +39755,7 @@ module Aws::EC2
|
|
|
39746
39755
|
# @return [String]
|
|
39747
39756
|
#
|
|
39748
39757
|
# @!attribute [rw] user_id
|
|
39749
|
-
# The
|
|
39758
|
+
# The Amazon Web Services account ID.
|
|
39750
39759
|
# @return [String]
|
|
39751
39760
|
#
|
|
39752
39761
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LoadPermissionRequest AWS API Documentation
|
|
@@ -39769,7 +39778,8 @@ module Aws::EC2
|
|
|
39769
39778
|
# @return [String]
|
|
39770
39779
|
#
|
|
39771
39780
|
# @!attribute [rw] owner_id
|
|
39772
|
-
# The
|
|
39781
|
+
# The ID of the Amazon Web Services account that owns the local
|
|
39782
|
+
# gateway.
|
|
39773
39783
|
# @return [String]
|
|
39774
39784
|
#
|
|
39775
39785
|
# @!attribute [rw] state
|
|
@@ -39819,7 +39829,8 @@ module Aws::EC2
|
|
|
39819
39829
|
# @return [String]
|
|
39820
39830
|
#
|
|
39821
39831
|
# @!attribute [rw] owner_id
|
|
39822
|
-
# The
|
|
39832
|
+
# The ID of the Amazon Web Services account that owns the local
|
|
39833
|
+
# gateway route.
|
|
39823
39834
|
# @return [String]
|
|
39824
39835
|
#
|
|
39825
39836
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGatewayRoute AWS API Documentation
|
|
@@ -39855,7 +39866,8 @@ module Aws::EC2
|
|
|
39855
39866
|
# @return [String]
|
|
39856
39867
|
#
|
|
39857
39868
|
# @!attribute [rw] owner_id
|
|
39858
|
-
# The
|
|
39869
|
+
# The ID of the Amazon Web Services account that owns the local
|
|
39870
|
+
# gateway route table.
|
|
39859
39871
|
# @return [String]
|
|
39860
39872
|
#
|
|
39861
39873
|
# @!attribute [rw] state
|
|
@@ -39905,8 +39917,8 @@ module Aws::EC2
|
|
|
39905
39917
|
# @return [String]
|
|
39906
39918
|
#
|
|
39907
39919
|
# @!attribute [rw] owner_id
|
|
39908
|
-
# The
|
|
39909
|
-
# group association.
|
|
39920
|
+
# The ID of the Amazon Web Services account that owns the local
|
|
39921
|
+
# gateway virtual interface group association.
|
|
39910
39922
|
# @return [String]
|
|
39911
39923
|
#
|
|
39912
39924
|
# @!attribute [rw] state
|
|
@@ -39957,8 +39969,8 @@ module Aws::EC2
|
|
|
39957
39969
|
# @return [String]
|
|
39958
39970
|
#
|
|
39959
39971
|
# @!attribute [rw] owner_id
|
|
39960
|
-
# The
|
|
39961
|
-
# association.
|
|
39972
|
+
# The ID of the Amazon Web Services account that owns the local
|
|
39973
|
+
# gateway route table for the association.
|
|
39962
39974
|
# @return [String]
|
|
39963
39975
|
#
|
|
39964
39976
|
# @!attribute [rw] state
|
|
@@ -40016,7 +40028,8 @@ module Aws::EC2
|
|
|
40016
40028
|
# @return [Integer]
|
|
40017
40029
|
#
|
|
40018
40030
|
# @!attribute [rw] owner_id
|
|
40019
|
-
# The
|
|
40031
|
+
# The ID of the Amazon Web Services account that owns the local
|
|
40032
|
+
# gateway virtual interface.
|
|
40020
40033
|
# @return [String]
|
|
40021
40034
|
#
|
|
40022
40035
|
# @!attribute [rw] tags
|
|
@@ -40054,8 +40067,8 @@ module Aws::EC2
|
|
|
40054
40067
|
# @return [String]
|
|
40055
40068
|
#
|
|
40056
40069
|
# @!attribute [rw] owner_id
|
|
40057
|
-
# The
|
|
40058
|
-
# group.
|
|
40070
|
+
# The ID of the Amazon Web Services account that owns the local
|
|
40071
|
+
# gateway virtual interface group.
|
|
40059
40072
|
# @return [String]
|
|
40060
40073
|
#
|
|
40061
40074
|
# @!attribute [rw] tags
|
|
@@ -40210,8 +40223,8 @@ module Aws::EC2
|
|
|
40210
40223
|
# @!attribute [rw] opt_in_status
|
|
40211
40224
|
# Indicates whether you are opted in to the Local Zone group or
|
|
40212
40225
|
# Wavelength Zone group. The only valid value is `opted-in`. You must
|
|
40213
|
-
# contact [
|
|
40214
|
-
# Wavelength Zone group.
|
|
40226
|
+
# contact [Amazon Web Services Support][1] to opt out of a Local Zone
|
|
40227
|
+
# or Wavelength Zone group.
|
|
40215
40228
|
#
|
|
40216
40229
|
#
|
|
40217
40230
|
#
|
|
@@ -40820,8 +40833,8 @@ module Aws::EC2
|
|
|
40820
40833
|
# @return [String]
|
|
40821
40834
|
#
|
|
40822
40835
|
# @!attribute [rw] user_ids
|
|
40823
|
-
# The
|
|
40824
|
-
# `loadPermission` attribute.
|
|
40836
|
+
# The Amazon Web Services account IDs. This parameter is valid only
|
|
40837
|
+
# when modifying the `loadPermission` attribute.
|
|
40825
40838
|
# @return [Array<String>]
|
|
40826
40839
|
#
|
|
40827
40840
|
# @!attribute [rw] user_groups
|
|
@@ -42425,7 +42438,7 @@ module Aws::EC2
|
|
|
42425
42438
|
# @return [String]
|
|
42426
42439
|
#
|
|
42427
42440
|
# @!attribute [rw] traffic_direction
|
|
42428
|
-
# The type of traffic
|
|
42441
|
+
# The type of traffic to assign to the rule.
|
|
42429
42442
|
# @return [String]
|
|
42430
42443
|
#
|
|
42431
42444
|
# @!attribute [rw] rule_number
|
|
@@ -47479,22 +47492,14 @@ module Aws::EC2
|
|
|
47479
47492
|
#
|
|
47480
47493
|
# @!attribute [rw] network_border_group
|
|
47481
47494
|
# The set of Availability Zones, Local Zones, or Wavelength Zones from
|
|
47482
|
-
# which
|
|
47483
|
-
#
|
|
47484
|
-
# If you provide an incorrect network border group, you will receive
|
|
47485
|
-
# an `InvalidAddress.NotFound` error. For more information, see [Error
|
|
47486
|
-
# Codes][1].
|
|
47495
|
+
# which Amazon Web Services advertises IP addresses.
|
|
47487
47496
|
#
|
|
47488
|
-
#
|
|
47489
|
-
#
|
|
47490
|
-
# `InvalidParameterCombination` error. For more information, see
|
|
47491
|
-
# [Error Codes][1].
|
|
47497
|
+
# If you provide an incorrect network border group, you receive an
|
|
47498
|
+
# `InvalidAddress.NotFound` error.
|
|
47492
47499
|
#
|
|
47493
|
-
#
|
|
47494
|
-
#
|
|
47495
|
-
#
|
|
47496
|
-
#
|
|
47497
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html
|
|
47500
|
+
# You cannot use a network border group with EC2 Classic. If you
|
|
47501
|
+
# attempt this operation on EC2 classic, you receive an
|
|
47502
|
+
# `InvalidParameterCombination` error.
|
|
47498
47503
|
# @return [String]
|
|
47499
47504
|
#
|
|
47500
47505
|
# @!attribute [rw] dry_run
|
|
@@ -53216,8 +53221,8 @@ module Aws::EC2
|
|
|
53216
53221
|
# @return [Array<String>]
|
|
53217
53222
|
#
|
|
53218
53223
|
# @!attribute [rw] acceptance_required
|
|
53219
|
-
# Indicates whether requests from other
|
|
53220
|
-
# endpoint to the service must first be accepted.
|
|
53224
|
+
# Indicates whether requests from other Amazon Web Services accounts
|
|
53225
|
+
# to create an endpoint to the service must first be accepted.
|
|
53221
53226
|
# @return [Boolean]
|
|
53222
53227
|
#
|
|
53223
53228
|
# @!attribute [rw] manages_vpc_endpoints
|
|
@@ -53292,7 +53297,7 @@ module Aws::EC2
|
|
|
53292
53297
|
# @return [Array<String>]
|
|
53293
53298
|
#
|
|
53294
53299
|
# @!attribute [rw] owner
|
|
53295
|
-
# The
|
|
53300
|
+
# The Amazon Web Services account ID of the service owner.
|
|
53296
53301
|
# @return [String]
|
|
53297
53302
|
#
|
|
53298
53303
|
# @!attribute [rw] base_endpoint_dns_names
|
|
@@ -55999,33 +56004,7 @@ module Aws::EC2
|
|
|
55999
56004
|
# }
|
|
56000
56005
|
#
|
|
56001
56006
|
# @!attribute [rw] resource_type
|
|
56002
|
-
# The type of resource to tag on creation.
|
|
56003
|
-
# `capacity-reservation` \| `carrier-gateway` \| `client-vpn-endpoint`
|
|
56004
|
-
# \| `customer-gateway` \| `dedicated-host` \| `dhcp-options` \|
|
|
56005
|
-
# `egress-only-internet-gateway` \| `elastic-gpu` \| `elastic-ip` \|
|
|
56006
|
-
# `export-image-task` \| `export-instance-task` \| `fleet` \|
|
|
56007
|
-
# `fpga-image` \| `host-reservation` \| `image` \| `import-image-task`
|
|
56008
|
-
# \| `import-snapshot-task` \| `instance` \| `instance-event-window`
|
|
56009
|
-
# \| `internet-gateway` \| `ipv4pool-ec2` \| `ipv6pool-ec2` \|
|
|
56010
|
-
# `key-pair` \| `launch-template` \|
|
|
56011
|
-
# `local-gateway-route-table-vpc-association` \| `natgateway` \|
|
|
56012
|
-
# `network-acl` \| `network-insights-analysis` \|
|
|
56013
|
-
# `network-insights-path` \| `network-interface` \| `placement-group`
|
|
56014
|
-
# \| `prefix-list` \| `reserved-instances` \| `route-table` \|
|
|
56015
|
-
# `security-group` \| `security-group-rule` \| `snapshot` \|
|
|
56016
|
-
# `spot-fleet-request` \| `spot-instances-request` \| `subnet` \|
|
|
56017
|
-
# `traffic-mirror-filter` \| `traffic-mirror-session` \|
|
|
56018
|
-
# `traffic-mirror-target` \| `transit-gateway` \|
|
|
56019
|
-
# `transit-gateway-attachment` \| `transit-gateway-multicast-domain`
|
|
56020
|
-
# \| `transit-gateway-route-table` \| `volume` \| `vpc` \|
|
|
56021
|
-
# `vpc-endpoint` \| `vpc-endpoint-service` \| `vpc-flow-log` \|
|
|
56022
|
-
# `vpc-peering-connection` \| `vpn-connection` \| `vpn-gateway`.
|
|
56023
|
-
#
|
|
56024
|
-
# To tag a resource after it has been created, see [CreateTags][1].
|
|
56025
|
-
#
|
|
56026
|
-
#
|
|
56027
|
-
#
|
|
56028
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html
|
|
56007
|
+
# The type of resource to tag on creation.
|
|
56029
56008
|
# @return [String]
|
|
56030
56009
|
#
|
|
56031
56010
|
# @!attribute [rw] tags
|
|
@@ -59421,7 +59400,8 @@ module Aws::EC2
|
|
|
59421
59400
|
# @return [Array<Types::Tag>]
|
|
59422
59401
|
#
|
|
59423
59402
|
# @!attribute [rw] owner_id
|
|
59424
|
-
# The ID of the
|
|
59403
|
+
# The ID of the Amazon Web Services account that owns the VPC
|
|
59404
|
+
# endpoint.
|
|
59425
59405
|
# @return [String]
|
|
59426
59406
|
#
|
|
59427
59407
|
# @!attribute [rw] last_error
|
|
@@ -59463,7 +59443,8 @@ module Aws::EC2
|
|
|
59463
59443
|
# @return [String]
|
|
59464
59444
|
#
|
|
59465
59445
|
# @!attribute [rw] vpc_endpoint_owner
|
|
59466
|
-
# The
|
|
59446
|
+
# The ID of the Amazon Web Services account that owns the VPC
|
|
59447
|
+
# endpoint.
|
|
59467
59448
|
# @return [String]
|
|
59468
59449
|
#
|
|
59469
59450
|
# @!attribute [rw] vpc_endpoint_state
|
|
@@ -59519,8 +59500,8 @@ module Aws::EC2
|
|
|
59519
59500
|
#
|
|
59520
59501
|
# @!attribute [rw] network_border_group
|
|
59521
59502
|
# The name of the unique set of Availability Zones, Local Zones, or
|
|
59522
|
-
# Wavelength Zones from which
|
|
59523
|
-
# example, `us-east-1-wl1-bos-wlz-1`.
|
|
59503
|
+
# Wavelength Zones from which Amazon Web Services advertises IP
|
|
59504
|
+
# addresses, for example, `us-east-1-wl1-bos-wlz-1`.
|
|
59524
59505
|
# @return [String]
|
|
59525
59506
|
#
|
|
59526
59507
|
# @!attribute [rw] ipv_6_pool
|
|
@@ -92,7 +92,8 @@ module Aws::EC2
|
|
|
92
92
|
end
|
|
93
93
|
|
|
94
94
|
# The name of the unique set of Availability Zones, Local Zones, or
|
|
95
|
-
# Wavelength Zones from which
|
|
95
|
+
# Wavelength Zones from which Amazon Web Services advertises IP
|
|
96
|
+
# addresses.
|
|
96
97
|
# @return [String]
|
|
97
98
|
def network_border_group
|
|
98
99
|
data[:network_border_group]
|
|
@@ -314,22 +315,14 @@ module Aws::EC2
|
|
|
314
315
|
# \[EC2-Classic\] The Elastic IP address. Required for EC2-Classic.
|
|
315
316
|
# @option options [String] :network_border_group
|
|
316
317
|
# The set of Availability Zones, Local Zones, or Wavelength Zones from
|
|
317
|
-
# which
|
|
318
|
+
# which Amazon Web Services advertises IP addresses.
|
|
318
319
|
#
|
|
319
|
-
# If you provide an incorrect network border group, you
|
|
320
|
-
# `InvalidAddress.NotFound` error.
|
|
321
|
-
# Codes][1].
|
|
320
|
+
# If you provide an incorrect network border group, you receive an
|
|
321
|
+
# `InvalidAddress.NotFound` error.
|
|
322
322
|
#
|
|
323
|
-
#
|
|
324
|
-
# this operation on EC2 classic, you
|
|
325
|
-
# `InvalidParameterCombination` error.
|
|
326
|
-
# Codes][1].
|
|
327
|
-
#
|
|
328
|
-
# </note>
|
|
329
|
-
#
|
|
330
|
-
#
|
|
331
|
-
#
|
|
332
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html
|
|
323
|
+
# You cannot use a network border group with EC2 Classic. If you attempt
|
|
324
|
+
# this operation on EC2 classic, you receive an
|
|
325
|
+
# `InvalidParameterCombination` error.
|
|
333
326
|
# @option options [Boolean] :dry_run
|
|
334
327
|
# Checks whether you have the required permissions for the action,
|
|
335
328
|
# without actually making the request, and provides an error response.
|
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.268.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: 2021-10-
|
|
11
|
+
date: 2021-10-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|