aws-sdk-ec2 1.480.0 → 1.482.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +313 -41
- data/lib/aws-sdk-ec2/client_api.rb +123 -1
- data/lib/aws-sdk-ec2/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-ec2/endpoints.rb +2 -6906
- data/lib/aws-sdk-ec2/instance.rb +6 -4
- data/lib/aws-sdk-ec2/placement_group.rb +0 -3
- data/lib/aws-sdk-ec2/plugins/endpoints.rb +1 -1262
- data/lib/aws-sdk-ec2/resource.rb +9 -17
- data/lib/aws-sdk-ec2/subnet.rb +1 -9
- data/lib/aws-sdk-ec2/types.rb +373 -94
- data/lib/aws-sdk-ec2/vpc.rb +0 -3
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +67 -0
- data/sig/types.rbs +81 -0
- metadata +4 -4
data/lib/aws-sdk-ec2/resource.rb
CHANGED
@@ -420,14 +420,9 @@ module Aws::EC2
|
|
420
420
|
# @option options [Array<Types::ElasticInferenceAccelerator>] :elastic_inference_accelerators
|
421
421
|
# An elastic inference accelerator to associate with the instance.
|
422
422
|
#
|
423
|
-
# <note markdown="1"> Amazon Elastic Inference
|
424
|
-
# For more information, see [Amazon Elastic Inference FAQs][1].
|
423
|
+
# <note markdown="1"> Amazon Elastic Inference is no longer available.
|
425
424
|
#
|
426
425
|
# </note>
|
427
|
-
#
|
428
|
-
#
|
429
|
-
#
|
430
|
-
# [1]: http://aws.amazon.com/machine-learning/elastic-inference/faqs/
|
431
426
|
# @option options [Array<Types::TagSpecification>] :tag_specifications
|
432
427
|
# The tags to apply to the resources that are created during instance
|
433
428
|
# launch.
|
@@ -780,7 +775,7 @@ module Aws::EC2
|
|
780
775
|
#
|
781
776
|
#
|
782
777
|
#
|
783
|
-
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-
|
778
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating
|
784
779
|
# @option options [Array<String>] :secondary_private_ip_addresses
|
785
780
|
# Secondary private IPv4 addresses. For more information about secondary
|
786
781
|
# addresses, see [Create a NAT gateway][1] in the *Amazon VPC User
|
@@ -788,7 +783,7 @@ module Aws::EC2
|
|
788
783
|
#
|
789
784
|
#
|
790
785
|
#
|
791
|
-
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-
|
786
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating
|
792
787
|
# @option options [Integer] :secondary_private_ip_address_count
|
793
788
|
# \[Private NAT gateway only\] The number of secondary private IPv4
|
794
789
|
# addresses you want to assign to the NAT gateway. For more information
|
@@ -797,7 +792,7 @@ module Aws::EC2
|
|
797
792
|
#
|
798
793
|
#
|
799
794
|
#
|
800
|
-
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-
|
795
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating
|
801
796
|
# @return [NatGateway]
|
802
797
|
def create_nat_gateway(options = {})
|
803
798
|
resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
|
@@ -2371,11 +2366,11 @@ module Aws::EC2
|
|
2371
2366
|
# * `sriov-net-support` - A value of `simple` indicates that enhanced
|
2372
2367
|
# networking with the Intel 82599 VF interface is enabled.
|
2373
2368
|
#
|
2374
|
-
# * `tag
|
2375
|
-
#
|
2376
|
-
#
|
2377
|
-
#
|
2378
|
-
#
|
2369
|
+
# * `tag:<key>` - The key/value combination of a tag assigned to the
|
2370
|
+
# resource. Use the tag key in the filter name and the tag value as
|
2371
|
+
# the filter value. For example, to find all resources that have a tag
|
2372
|
+
# with the key `Owner` and the value `TeamA`, specify `tag:Owner` for
|
2373
|
+
# the filter name and `TeamA` for the filter value.
|
2379
2374
|
#
|
2380
2375
|
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
2381
2376
|
# filter to find all resources assigned a tag with a specific key,
|
@@ -2514,9 +2509,6 @@ module Aws::EC2
|
|
2514
2509
|
# * `iam-instance-profile.id` - The instance profile associated with the
|
2515
2510
|
# instance. Specified as an ID.
|
2516
2511
|
#
|
2517
|
-
# * `iam-instance-profile.name` - The instance profile associated with
|
2518
|
-
# the instance. Specified as an name.
|
2519
|
-
#
|
2520
2512
|
# * `image-id` - The ID of the image used to launch the instance.
|
2521
2513
|
#
|
2522
2514
|
# * `instance-id` - The ID of the instance.
|
data/lib/aws-sdk-ec2/subnet.rb
CHANGED
@@ -650,14 +650,9 @@ module Aws::EC2
|
|
650
650
|
# @option options [Array<Types::ElasticInferenceAccelerator>] :elastic_inference_accelerators
|
651
651
|
# An elastic inference accelerator to associate with the instance.
|
652
652
|
#
|
653
|
-
# <note markdown="1"> Amazon Elastic Inference
|
654
|
-
# For more information, see [Amazon Elastic Inference FAQs][1].
|
653
|
+
# <note markdown="1"> Amazon Elastic Inference is no longer available.
|
655
654
|
#
|
656
655
|
# </note>
|
657
|
-
#
|
658
|
-
#
|
659
|
-
#
|
660
|
-
# [1]: http://aws.amazon.com/machine-learning/elastic-inference/faqs/
|
661
656
|
# @option options [Array<Types::TagSpecification>] :tag_specifications
|
662
657
|
# The tags to apply to the resources that are created during instance
|
663
658
|
# launch.
|
@@ -1238,9 +1233,6 @@ module Aws::EC2
|
|
1238
1233
|
# * `iam-instance-profile.id` - The instance profile associated with the
|
1239
1234
|
# instance. Specified as an ID.
|
1240
1235
|
#
|
1241
|
-
# * `iam-instance-profile.name` - The instance profile associated with
|
1242
|
-
# the instance. Specified as an name.
|
1243
|
-
#
|
1244
1236
|
# * `image-id` - The ID of the image used to launch the instance.
|
1245
1237
|
#
|
1246
1238
|
# * `instance-id` - The ID of the instance.
|