aws-sdk-ec2 1.176.0 → 1.177.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +67 -32
- data/lib/aws-sdk-ec2/client_api.rb +8 -4
- data/lib/aws-sdk-ec2/resource.rb +10 -12
- data/lib/aws-sdk-ec2/types.rb +76 -47
- data/lib/aws-sdk-ec2/vpc.rb +0 -2
- 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: 8c070e55ca7a6534306e92285d2a2df73b008eb8f5ce8d7017f64b84db421ac5
|
4
|
+
data.tar.gz: 4b15b24778fcdd25b6ee4197ba81a9e0506f7b09830d0adccdf13b930c5ce43b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6163b0723cd09f94fe8a05b7148845a77ef7e45791217ac2289a1609bdc4ac0082806e35e663c934332fa0805c95dd6cd42b6b220f27eb4718fc61f71dab8796
|
7
|
+
data.tar.gz: 63ba744f0378869901177e8260474cfaac226d4740f9b7b598a0593ed1a77838aab027cd9f165bf662b094f1d86338b05783c7444a770965dec6ac531b2836d0
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -665,9 +665,11 @@ module Aws::EC2
|
|
665
665
|
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html
|
666
666
|
#
|
667
667
|
# @option params [String] :domain
|
668
|
-
#
|
668
|
+
# Indicates whether the Elastic IP address is for use with instances in
|
669
|
+
# a VPC or instances in EC2-Classic.
|
669
670
|
#
|
670
|
-
# Default:
|
671
|
+
# Default: If the Region supports EC2-Classic, the default is
|
672
|
+
# `standard`. Otherwise, the default is `vpc`.
|
671
673
|
#
|
672
674
|
# @option params [String] :address
|
673
675
|
# \[EC2-VPC\] The Elastic IP address to recover or an IPv4 address from
|
@@ -755,7 +757,7 @@ module Aws::EC2
|
|
755
757
|
#
|
756
758
|
# resp = client.allocate_address({
|
757
759
|
# domain: "vpc", # accepts vpc, standard
|
758
|
-
# address: "
|
760
|
+
# address: "PublicIpAddress",
|
759
761
|
# public_ipv_4_pool: "String",
|
760
762
|
# network_border_group: "String",
|
761
763
|
# customer_owned_ipv_4_pool: "String",
|
@@ -2081,12 +2083,14 @@ module Aws::EC2
|
|
2081
2083
|
#
|
2082
2084
|
# @option params [String] :access_group_id
|
2083
2085
|
# The ID of the group to grant access to, for example, the Active
|
2084
|
-
# Directory group or identity provider (IdP) group.
|
2086
|
+
# Directory group or identity provider (IdP) group. Required if
|
2087
|
+
# `AuthorizeAllGroups` is `false` or not specified.
|
2085
2088
|
#
|
2086
2089
|
# @option params [Boolean] :authorize_all_groups
|
2087
|
-
# Indicates whether to grant access to all clients.
|
2088
|
-
# all clients who successfully establish a VPN connection access
|
2089
|
-
# network.
|
2090
|
+
# Indicates whether to grant access to all clients. Specify `true` to
|
2091
|
+
# grant all clients who successfully establish a VPN connection access
|
2092
|
+
# to the network. Must be set to `true` if `AccessGroupId` is not
|
2093
|
+
# specified.
|
2090
2094
|
#
|
2091
2095
|
# @option params [String] :description
|
2092
2096
|
# A brief description of the authorization rule.
|
@@ -3136,7 +3140,7 @@ module Aws::EC2
|
|
3136
3140
|
#
|
3137
3141
|
# resp = client.copy_fpga_image({
|
3138
3142
|
# dry_run: false,
|
3139
|
-
# source_fpga_image_id: "
|
3143
|
+
# source_fpga_image_id: "String", # required
|
3140
3144
|
# description: "String",
|
3141
3145
|
# name: "String",
|
3142
3146
|
# source_region: "String", # required
|
@@ -11781,7 +11785,7 @@ module Aws::EC2
|
|
11781
11785
|
#
|
11782
11786
|
# resp = client.delete_vpc_endpoint_connection_notifications({
|
11783
11787
|
# dry_run: false,
|
11784
|
-
# connection_notification_ids: ["
|
11788
|
+
# connection_notification_ids: ["ConnectionNotificationId"], # required
|
11785
11789
|
# })
|
11786
11790
|
#
|
11787
11791
|
# @example Response structure
|
@@ -12673,6 +12677,9 @@ module Aws::EC2
|
|
12673
12677
|
# * `opt-in-status` - The opt in status (`opted-in`, and `not-opted-in`
|
12674
12678
|
# \| `opt-in-not-required`).
|
12675
12679
|
#
|
12680
|
+
# * The ID of the zone that handles some of the Local Zone control plane
|
12681
|
+
# operations, such as API calls.
|
12682
|
+
#
|
12676
12683
|
# * `region-name` - The name of the Region for the Zone (for example,
|
12677
12684
|
# `us-east-1`).
|
12678
12685
|
#
|
@@ -12682,10 +12689,14 @@ module Aws::EC2
|
|
12682
12689
|
# * `zone-id` - The ID of the Availability Zone (for example,
|
12683
12690
|
# `use1-az1`) or the Local Zone (for example, use `usw2-lax1-az1`).
|
12684
12691
|
#
|
12692
|
+
# * `zone-type` - The type of zone, for example, `local-zone`.
|
12693
|
+
#
|
12685
12694
|
# * `zone-name` - The name of the Availability Zone (for example,
|
12686
12695
|
# `us-east-1a`) or the Local Zone (for example, use
|
12687
12696
|
# `us-west-2-lax-1a`).
|
12688
12697
|
#
|
12698
|
+
# * `zone-type` - The type of zone, for example, `local-zone`.
|
12699
|
+
#
|
12689
12700
|
# @option params [Array<String>] :zone_names
|
12690
12701
|
# The names of the Zones.
|
12691
12702
|
#
|
@@ -15587,12 +15598,13 @@ module Aws::EC2
|
|
15587
15598
|
#
|
15588
15599
|
# * `name` - The name of the AMI (provided during image creation).
|
15589
15600
|
#
|
15590
|
-
# * `owner-alias` -
|
15591
|
-
# (`amazon` \| `aws-marketplace`
|
15592
|
-
#
|
15593
|
-
#
|
15601
|
+
# * `owner-alias` - The owner alias, from an Amazon-maintained list
|
15602
|
+
# (`amazon` \| `aws-marketplace`). This is not the user-configured AWS
|
15603
|
+
# account alias set using the IAM console. We recommend that you use
|
15604
|
+
# the related parameter instead of this filter.
|
15594
15605
|
#
|
15595
|
-
# * `owner-id` - The AWS account ID of the
|
15606
|
+
# * `owner-id` - The AWS account ID of the owner. We recommend that you
|
15607
|
+
# use the related parameter instead of this filter.
|
15596
15608
|
#
|
15597
15609
|
# * `platform` - The platform. To only list Windows-based AMIs, use
|
15598
15610
|
# `windows`.
|
@@ -15639,11 +15651,10 @@ module Aws::EC2
|
|
15639
15651
|
# Default: Describes all images available to you.
|
15640
15652
|
#
|
15641
15653
|
# @option params [Array<String>] :owners
|
15642
|
-
#
|
15643
|
-
#
|
15644
|
-
#
|
15645
|
-
#
|
15646
|
-
# regardless of ownership.
|
15654
|
+
# Scopes the results to images with the specified owners. You can
|
15655
|
+
# specify a combination of AWS account IDs, `self`, `amazon`, and
|
15656
|
+
# `aws-marketplace`. If you omit this parameter, the results include all
|
15657
|
+
# images for which you have launch permissions, regardless of ownership.
|
15647
15658
|
#
|
15648
15659
|
# @option params [Boolean] :dry_run
|
15649
15660
|
# Checks whether you have the required permissions for the action,
|
@@ -17590,6 +17601,8 @@ module Aws::EC2
|
|
17590
17601
|
|
17591
17602
|
# Describes one or more versions of a specified launch template. You can
|
17592
17603
|
# describe all versions, individual versions, or a range of versions.
|
17604
|
+
# You can also describe all the latest versions or all the default
|
17605
|
+
# versions of all the launch templates in your account.
|
17593
17606
|
#
|
17594
17607
|
# @option params [Boolean] :dry_run
|
17595
17608
|
# Checks whether you have the required permissions for the action,
|
@@ -17598,15 +17611,32 @@ module Aws::EC2
|
|
17598
17611
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
17599
17612
|
#
|
17600
17613
|
# @option params [String] :launch_template_id
|
17601
|
-
# The ID of the launch template.
|
17602
|
-
#
|
17614
|
+
# The ID of the launch template. To describe one or more versions of a
|
17615
|
+
# specified launch template, you must specify either the launch template
|
17616
|
+
# ID or the launch template name in the request. To describe all the
|
17617
|
+
# latest or default launch template versions in your account, you must
|
17618
|
+
# omit this parameter.
|
17603
17619
|
#
|
17604
17620
|
# @option params [String] :launch_template_name
|
17605
|
-
# The name of the launch template.
|
17606
|
-
#
|
17621
|
+
# The name of the launch template. To describe one or more versions of a
|
17622
|
+
# specified launch template, you must specify either the launch template
|
17623
|
+
# ID or the launch template name in the request. To describe all the
|
17624
|
+
# latest or default launch template versions in your account, you must
|
17625
|
+
# omit this parameter.
|
17607
17626
|
#
|
17608
17627
|
# @option params [Array<String>] :versions
|
17609
|
-
# One or more versions of the launch template.
|
17628
|
+
# One or more versions of the launch template. Valid values depend on
|
17629
|
+
# whether you are describing a specified launch template (by ID or name)
|
17630
|
+
# or all launch templates in your account.
|
17631
|
+
#
|
17632
|
+
# To describe one or more versions of a specified launch template, valid
|
17633
|
+
# values are `$Latest`, `$Default`, and numbers.
|
17634
|
+
#
|
17635
|
+
# To describe all launch templates in your account that are defined as
|
17636
|
+
# the latest version, the valid value is `$Latest`. To describe all
|
17637
|
+
# launch templates in your account that are defined as the default
|
17638
|
+
# version, the valid value is `$Default`. You can specify `$Latest` and
|
17639
|
+
# `$Default` in the same call. You cannot specify numbers.
|
17610
17640
|
#
|
17611
17641
|
# @option params [String] :min_version
|
17612
17642
|
# The version number after which to describe launch template versions.
|
@@ -20445,8 +20475,6 @@ module Aws::EC2
|
|
20445
20475
|
# filter to find all resources assigned a tag with a specific key,
|
20446
20476
|
# regardless of the tag value.
|
20447
20477
|
#
|
20448
|
-
# * `transit-gateway-id` - The ID of a transit gateway.
|
20449
|
-
#
|
20450
20478
|
# * `vpc-id` - The ID of the VPC for the route table.
|
20451
20479
|
#
|
20452
20480
|
# @option params [Boolean] :dry_run
|
@@ -27660,6 +27688,13 @@ module Aws::EC2
|
|
27660
27688
|
# Retrieves the configuration data of the specified instance. You can
|
27661
27689
|
# use this data to create a launch template.
|
27662
27690
|
#
|
27691
|
+
# This action calls on other describe actions to get instance
|
27692
|
+
# information. Depending on your instance configuration, you may need to
|
27693
|
+
# allow the following actions in your IAM policy:
|
27694
|
+
# DescribeSpotInstanceRequests, DescribeInstanceCreditSpecifications,
|
27695
|
+
# DescribeVolumes, DescribeInstanceAttribute, and DescribeElasticGpus.
|
27696
|
+
# Or, you can allow `describe*` depending on your instance requirements.
|
27697
|
+
#
|
27663
27698
|
# @option params [Boolean] :dry_run
|
27664
27699
|
# Checks whether you have the required permissions for the action,
|
27665
27700
|
# without actually making the request, and provides an error response.
|
@@ -33090,7 +33125,7 @@ module Aws::EC2
|
|
33090
33125
|
|
33091
33126
|
# Registers an AMI. When you're creating an AMI, this is the final step
|
33092
33127
|
# you must complete before you can launch an instance from the AMI. For
|
33093
|
-
# more information about creating AMIs, see [Creating
|
33128
|
+
# more information about creating AMIs, see [Creating your own AMIs][1]
|
33094
33129
|
# in the *Amazon Elastic Compute Cloud User Guide*.
|
33095
33130
|
#
|
33096
33131
|
# <note markdown="1"> For Amazon EBS-backed instances, CreateImage creates and registers the
|
@@ -33102,11 +33137,11 @@ module Aws::EC2
|
|
33102
33137
|
# You can also use `RegisterImage` to create an Amazon EBS-backed Linux
|
33103
33138
|
# AMI from a snapshot of a root device volume. You specify the snapshot
|
33104
33139
|
# using the block device mapping. For more information, see [Launching a
|
33105
|
-
# Linux
|
33140
|
+
# Linux instance from a backup][2] in the *Amazon Elastic Compute Cloud
|
33106
33141
|
# User Guide*.
|
33107
33142
|
#
|
33108
|
-
#
|
33109
|
-
#
|
33143
|
+
# If any snapshots have AWS Marketplace product codes, they are copied
|
33144
|
+
# to the new AMI.
|
33110
33145
|
#
|
33111
33146
|
# Windows and some Linux distributions, such as Red Hat Enterprise Linux
|
33112
33147
|
# (RHEL) and SUSE Linux Enterprise Server (SLES), use the EC2 billing
|
@@ -33128,7 +33163,7 @@ module Aws::EC2
|
|
33128
33163
|
# you purchase a Reserved Instance without the matching billing product
|
33129
33164
|
# code, the Reserved Instance will not be applied to the On-Demand
|
33130
33165
|
# Instance. For information about how to obtain the platform details and
|
33131
|
-
# billing information of an AMI, see [Obtaining
|
33166
|
+
# billing information of an AMI, see [Obtaining billing information][3]
|
33132
33167
|
# in the *Amazon Elastic Compute Cloud User Guide*.
|
33133
33168
|
#
|
33134
33169
|
# If needed, you can deregister an AMI at any time. Any modifications
|
@@ -37756,7 +37791,7 @@ module Aws::EC2
|
|
37756
37791
|
params: params,
|
37757
37792
|
config: config)
|
37758
37793
|
context[:gem_name] = 'aws-sdk-ec2'
|
37759
|
-
context[:gem_version] = '1.
|
37794
|
+
context[:gem_version] = '1.177.0'
|
37760
37795
|
Seahorse::Client::Request.new(handlers, context)
|
37761
37796
|
end
|
37762
37797
|
|
@@ -224,6 +224,7 @@ module Aws::EC2
|
|
224
224
|
ConnectionLogResponseOptions = Shapes::StructureShape.new(name: 'ConnectionLogResponseOptions')
|
225
225
|
ConnectionNotification = Shapes::StructureShape.new(name: 'ConnectionNotification')
|
226
226
|
ConnectionNotificationId = Shapes::StringShape.new(name: 'ConnectionNotificationId')
|
227
|
+
ConnectionNotificationIdsList = Shapes::ListShape.new(name: 'ConnectionNotificationIdsList')
|
227
228
|
ConnectionNotificationSet = Shapes::ListShape.new(name: 'ConnectionNotificationSet')
|
228
229
|
ConnectionNotificationState = Shapes::StringShape.new(name: 'ConnectionNotificationState')
|
229
230
|
ConnectionNotificationType = Shapes::StringShape.new(name: 'ConnectionNotificationType')
|
@@ -1534,6 +1535,7 @@ module Aws::EC2
|
|
1534
1535
|
ProvisionByoipCidrRequest = Shapes::StructureShape.new(name: 'ProvisionByoipCidrRequest')
|
1535
1536
|
ProvisionByoipCidrResult = Shapes::StructureShape.new(name: 'ProvisionByoipCidrResult')
|
1536
1537
|
ProvisionedBandwidth = Shapes::StructureShape.new(name: 'ProvisionedBandwidth')
|
1538
|
+
PublicIpAddress = Shapes::StringShape.new(name: 'PublicIpAddress')
|
1537
1539
|
PublicIpStringList = Shapes::ListShape.new(name: 'PublicIpStringList')
|
1538
1540
|
PublicIpv4Pool = Shapes::StructureShape.new(name: 'PublicIpv4Pool')
|
1539
1541
|
PublicIpv4PoolIdStringList = Shapes::ListShape.new(name: 'PublicIpv4PoolIdStringList')
|
@@ -2148,7 +2150,7 @@ module Aws::EC2
|
|
2148
2150
|
AdvertiseByoipCidrResult.struct_class = Types::AdvertiseByoipCidrResult
|
2149
2151
|
|
2150
2152
|
AllocateAddressRequest.add_member(:domain, Shapes::ShapeRef.new(shape: DomainType, location_name: "Domain"))
|
2151
|
-
AllocateAddressRequest.add_member(:address, Shapes::ShapeRef.new(shape:
|
2153
|
+
AllocateAddressRequest.add_member(:address, Shapes::ShapeRef.new(shape: PublicIpAddress, location_name: "Address"))
|
2152
2154
|
AllocateAddressRequest.add_member(:public_ipv_4_pool, Shapes::ShapeRef.new(shape: String, location_name: "PublicIpv4Pool"))
|
2153
2155
|
AllocateAddressRequest.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "NetworkBorderGroup"))
|
2154
2156
|
AllocateAddressRequest.add_member(:customer_owned_ipv_4_pool, Shapes::ShapeRef.new(shape: String, location_name: "CustomerOwnedIpv4Pool"))
|
@@ -2778,6 +2780,8 @@ module Aws::EC2
|
|
2778
2780
|
ConnectionNotification.add_member(:connection_notification_state, Shapes::ShapeRef.new(shape: ConnectionNotificationState, location_name: "connectionNotificationState"))
|
2779
2781
|
ConnectionNotification.struct_class = Types::ConnectionNotification
|
2780
2782
|
|
2783
|
+
ConnectionNotificationIdsList.member = Shapes::ShapeRef.new(shape: ConnectionNotificationId, location_name: "item")
|
2784
|
+
|
2781
2785
|
ConnectionNotificationSet.member = Shapes::ShapeRef.new(shape: ConnectionNotification, location_name: "item")
|
2782
2786
|
|
2783
2787
|
ConversionIdStringList.member = Shapes::ShapeRef.new(shape: ConversionTaskId, location_name: "item")
|
@@ -2792,7 +2796,7 @@ module Aws::EC2
|
|
2792
2796
|
ConversionTask.struct_class = Types::ConversionTask
|
2793
2797
|
|
2794
2798
|
CopyFpgaImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
2795
|
-
CopyFpgaImageRequest.add_member(:source_fpga_image_id, Shapes::ShapeRef.new(shape:
|
2799
|
+
CopyFpgaImageRequest.add_member(:source_fpga_image_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceFpgaImageId"))
|
2796
2800
|
CopyFpgaImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
2797
2801
|
CopyFpgaImageRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
2798
2802
|
CopyFpgaImageRequest.add_member(:source_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceRegion"))
|
@@ -3782,7 +3786,7 @@ module Aws::EC2
|
|
3782
3786
|
DeleteVolumeRequest.struct_class = Types::DeleteVolumeRequest
|
3783
3787
|
|
3784
3788
|
DeleteVpcEndpointConnectionNotificationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
3785
|
-
DeleteVpcEndpointConnectionNotificationsRequest.add_member(:connection_notification_ids, Shapes::ShapeRef.new(shape:
|
3789
|
+
DeleteVpcEndpointConnectionNotificationsRequest.add_member(:connection_notification_ids, Shapes::ShapeRef.new(shape: ConnectionNotificationIdsList, required: true, location_name: "ConnectionNotificationId"))
|
3786
3790
|
DeleteVpcEndpointConnectionNotificationsRequest.struct_class = Types::DeleteVpcEndpointConnectionNotificationsRequest
|
3787
3791
|
|
3788
3792
|
DeleteVpcEndpointConnectionNotificationsResult.add_member(:unsuccessful, Shapes::ShapeRef.new(shape: UnsuccessfulItemSet, location_name: "unsuccessful"))
|
@@ -6418,7 +6422,7 @@ module Aws::EC2
|
|
6418
6422
|
InstanceFamilyCreditSpecification.add_member(:cpu_credits, Shapes::ShapeRef.new(shape: String, location_name: "cpuCredits"))
|
6419
6423
|
InstanceFamilyCreditSpecification.struct_class = Types::InstanceFamilyCreditSpecification
|
6420
6424
|
|
6421
|
-
InstanceIdSet.member = Shapes::ShapeRef.new(shape:
|
6425
|
+
InstanceIdSet.member = Shapes::ShapeRef.new(shape: InstanceId, location_name: "item")
|
6422
6426
|
|
6423
6427
|
InstanceIdStringList.member = Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId")
|
6424
6428
|
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
@@ -1730,12 +1730,13 @@ module Aws::EC2
|
|
1730
1730
|
#
|
1731
1731
|
# * `name` - The name of the AMI (provided during image creation).
|
1732
1732
|
#
|
1733
|
-
# * `owner-alias` -
|
1734
|
-
# (`amazon` \| `aws-marketplace`
|
1735
|
-
#
|
1736
|
-
#
|
1733
|
+
# * `owner-alias` - The owner alias, from an Amazon-maintained list
|
1734
|
+
# (`amazon` \| `aws-marketplace`). This is not the user-configured AWS
|
1735
|
+
# account alias set using the IAM console. We recommend that you use
|
1736
|
+
# the related parameter instead of this filter.
|
1737
1737
|
#
|
1738
|
-
# * `owner-id` - The AWS account ID of the
|
1738
|
+
# * `owner-id` - The AWS account ID of the owner. We recommend that you
|
1739
|
+
# use the related parameter instead of this filter.
|
1739
1740
|
#
|
1740
1741
|
# * `platform` - The platform. To only list Windows-based AMIs, use
|
1741
1742
|
# `windows`.
|
@@ -1780,11 +1781,10 @@ module Aws::EC2
|
|
1780
1781
|
#
|
1781
1782
|
# Default: Describes all images available to you.
|
1782
1783
|
# @option options [Array<String>] :owners
|
1783
|
-
#
|
1784
|
-
#
|
1785
|
-
#
|
1786
|
-
#
|
1787
|
-
# regardless of ownership.
|
1784
|
+
# Scopes the results to images with the specified owners. You can
|
1785
|
+
# specify a combination of AWS account IDs, `self`, `amazon`, and
|
1786
|
+
# `aws-marketplace`. If you omit this parameter, the results include all
|
1787
|
+
# images for which you have launch permissions, regardless of ownership.
|
1788
1788
|
# @option options [Boolean] :dry_run
|
1789
1789
|
# Checks whether you have the required permissions for the action,
|
1790
1790
|
# without actually making the request, and provides an error response.
|
@@ -2777,8 +2777,6 @@ module Aws::EC2
|
|
2777
2777
|
# filter to find all resources assigned a tag with a specific key,
|
2778
2778
|
# regardless of the tag value.
|
2779
2779
|
#
|
2780
|
-
# * `transit-gateway-id` - The ID of a transit gateway.
|
2781
|
-
#
|
2782
2780
|
# * `vpc-id` - The ID of the VPC for the route table.
|
2783
2781
|
# @option options [Boolean] :dry_run
|
2784
2782
|
# Checks whether you have the required permissions for the action,
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -453,7 +453,7 @@ module Aws::EC2
|
|
453
453
|
#
|
454
454
|
# {
|
455
455
|
# domain: "vpc", # accepts vpc, standard
|
456
|
-
# address: "
|
456
|
+
# address: "PublicIpAddress",
|
457
457
|
# public_ipv_4_pool: "String",
|
458
458
|
# network_border_group: "String",
|
459
459
|
# customer_owned_ipv_4_pool: "String",
|
@@ -461,10 +461,11 @@ module Aws::EC2
|
|
461
461
|
# }
|
462
462
|
#
|
463
463
|
# @!attribute [rw] domain
|
464
|
-
#
|
465
|
-
# VPC.
|
464
|
+
# Indicates whether the Elastic IP address is for use with instances
|
465
|
+
# in a VPC or instances in EC2-Classic.
|
466
466
|
#
|
467
|
-
# Default:
|
467
|
+
# Default: If the Region supports EC2-Classic, the default is
|
468
|
+
# `standard`. Otherwise, the default is `vpc`.
|
468
469
|
# @return [String]
|
469
470
|
#
|
470
471
|
# @!attribute [rw] address
|
@@ -548,8 +549,8 @@ module Aws::EC2
|
|
548
549
|
# @return [String]
|
549
550
|
#
|
550
551
|
# @!attribute [rw] domain
|
551
|
-
# Indicates whether
|
552
|
-
# in
|
552
|
+
# Indicates whether the Elastic IP address is for use with instances
|
553
|
+
# in a VPC (`vpc`) or instances in EC2-Classic (`standard`).
|
553
554
|
# @return [String]
|
554
555
|
#
|
555
556
|
# @!attribute [rw] customer_owned_ip
|
@@ -1806,13 +1807,15 @@ module Aws::EC2
|
|
1806
1807
|
#
|
1807
1808
|
# @!attribute [rw] access_group_id
|
1808
1809
|
# The ID of the group to grant access to, for example, the Active
|
1809
|
-
# Directory group or identity provider (IdP) group.
|
1810
|
+
# Directory group or identity provider (IdP) group. Required if
|
1811
|
+
# `AuthorizeAllGroups` is `false` or not specified.
|
1810
1812
|
# @return [String]
|
1811
1813
|
#
|
1812
1814
|
# @!attribute [rw] authorize_all_groups
|
1813
|
-
# Indicates whether to grant access to all clients.
|
1815
|
+
# Indicates whether to grant access to all clients. Specify `true` to
|
1814
1816
|
# grant all clients who successfully establish a VPN connection access
|
1815
|
-
# to the network.
|
1817
|
+
# to the network. Must be set to `true` if `AccessGroupId` is not
|
1818
|
+
# specified.
|
1816
1819
|
# @return [Boolean]
|
1817
1820
|
#
|
1818
1821
|
# @!attribute [rw] description
|
@@ -4074,7 +4077,8 @@ module Aws::EC2
|
|
4074
4077
|
# @return [Boolean]
|
4075
4078
|
#
|
4076
4079
|
# @!attribute [rw] cloudwatch_log_group
|
4077
|
-
# The name of the CloudWatch Logs log group.
|
4080
|
+
# The name of the CloudWatch Logs log group. Required if connection
|
4081
|
+
# logging is enabled.
|
4078
4082
|
# @return [String]
|
4079
4083
|
#
|
4080
4084
|
# @!attribute [rw] cloudwatch_log_stream
|
@@ -4218,7 +4222,7 @@ module Aws::EC2
|
|
4218
4222
|
#
|
4219
4223
|
# {
|
4220
4224
|
# dry_run: false,
|
4221
|
-
# source_fpga_image_id: "
|
4225
|
+
# source_fpga_image_id: "String", # required
|
4222
4226
|
# description: "String",
|
4223
4227
|
# name: "String",
|
4224
4228
|
# source_region: "String", # required
|
@@ -9823,11 +9827,12 @@ module Aws::EC2
|
|
9823
9827
|
include Aws::Structure
|
9824
9828
|
end
|
9825
9829
|
|
9826
|
-
# Describes the credit option for CPU usage of a T2 or
|
9830
|
+
# Describes the credit option for CPU usage of a T2, T3, or T3a
|
9831
|
+
# instance.
|
9827
9832
|
#
|
9828
9833
|
# @!attribute [rw] cpu_credits
|
9829
|
-
# The credit option for CPU usage of a T2 or
|
9830
|
-
# are `standard` and `unlimited`.
|
9834
|
+
# The credit option for CPU usage of a T2, T3, or T3a instance. Valid
|
9835
|
+
# values are `standard` and `unlimited`.
|
9831
9836
|
# @return [String]
|
9832
9837
|
#
|
9833
9838
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreditSpecification AWS API Documentation
|
@@ -9838,7 +9843,7 @@ module Aws::EC2
|
|
9838
9843
|
include Aws::Structure
|
9839
9844
|
end
|
9840
9845
|
|
9841
|
-
# The credit option for CPU usage of a T2 or
|
9846
|
+
# The credit option for CPU usage of a T2, T3, or T3a instance.
|
9842
9847
|
#
|
9843
9848
|
# @note When making an API call, you may pass CreditSpecificationRequest
|
9844
9849
|
# data as a hash:
|
@@ -9848,8 +9853,8 @@ module Aws::EC2
|
|
9848
9853
|
# }
|
9849
9854
|
#
|
9850
9855
|
# @!attribute [rw] cpu_credits
|
9851
|
-
# The credit option for CPU usage of a T2 or
|
9852
|
-
# are `standard` and `unlimited`.
|
9856
|
+
# The credit option for CPU usage of a T2, T3, or T3a instance. Valid
|
9857
|
+
# values are `standard` and `unlimited`.
|
9853
9858
|
# @return [String]
|
9854
9859
|
#
|
9855
9860
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreditSpecificationRequest AWS API Documentation
|
@@ -11619,7 +11624,7 @@ module Aws::EC2
|
|
11619
11624
|
#
|
11620
11625
|
# {
|
11621
11626
|
# dry_run: false,
|
11622
|
-
# connection_notification_ids: ["
|
11627
|
+
# connection_notification_ids: ["ConnectionNotificationId"], # required
|
11623
11628
|
# }
|
11624
11629
|
#
|
11625
11630
|
# @!attribute [rw] dry_run
|
@@ -12348,6 +12353,9 @@ module Aws::EC2
|
|
12348
12353
|
# * `opt-in-status` - The opt in status (`opted-in`, and
|
12349
12354
|
# `not-opted-in` \| `opt-in-not-required`).
|
12350
12355
|
#
|
12356
|
+
# * The ID of the zone that handles some of the Local Zone control
|
12357
|
+
# plane operations, such as API calls.
|
12358
|
+
#
|
12351
12359
|
# * `region-name` - The name of the Region for the Zone (for example,
|
12352
12360
|
# `us-east-1`).
|
12353
12361
|
#
|
@@ -12357,9 +12365,13 @@ module Aws::EC2
|
|
12357
12365
|
# * `zone-id` - The ID of the Availability Zone (for example,
|
12358
12366
|
# `use1-az1`) or the Local Zone (for example, use `usw2-lax1-az1`).
|
12359
12367
|
#
|
12368
|
+
# * `zone-type` - The type of zone, for example, `local-zone`.
|
12369
|
+
#
|
12360
12370
|
# * `zone-name` - The name of the Availability Zone (for example,
|
12361
12371
|
# `us-east-1a`) or the Local Zone (for example, use
|
12362
12372
|
# `us-west-2-lax-1a`).
|
12373
|
+
#
|
12374
|
+
# * `zone-type` - The type of zone, for example, `local-zone`.
|
12363
12375
|
# @return [Array<Types::Filter>]
|
12364
12376
|
#
|
12365
12377
|
# @!attribute [rw] zone_names
|
@@ -15040,12 +15052,13 @@ module Aws::EC2
|
|
15040
15052
|
#
|
15041
15053
|
# * `name` - The name of the AMI (provided during image creation).
|
15042
15054
|
#
|
15043
|
-
# * `owner-alias` -
|
15044
|
-
# (`amazon` \| `aws-marketplace`
|
15045
|
-
#
|
15046
|
-
#
|
15055
|
+
# * `owner-alias` - The owner alias, from an Amazon-maintained list
|
15056
|
+
# (`amazon` \| `aws-marketplace`). This is not the user-configured
|
15057
|
+
# AWS account alias set using the IAM console. We recommend that you
|
15058
|
+
# use the related parameter instead of this filter.
|
15047
15059
|
#
|
15048
|
-
# * `owner-id` - The AWS account ID of the
|
15060
|
+
# * `owner-id` - The AWS account ID of the owner. We recommend that
|
15061
|
+
# you use the related parameter instead of this filter.
|
15049
15062
|
#
|
15050
15063
|
# * `platform` - The platform. To only list Windows-based AMIs, use
|
15051
15064
|
# `windows`.
|
@@ -15094,11 +15107,11 @@ module Aws::EC2
|
|
15094
15107
|
# @return [Array<String>]
|
15095
15108
|
#
|
15096
15109
|
# @!attribute [rw] owners
|
15097
|
-
#
|
15098
|
-
#
|
15099
|
-
#
|
15100
|
-
#
|
15101
|
-
#
|
15110
|
+
# Scopes the results to images with the specified owners. You can
|
15111
|
+
# specify a combination of AWS account IDs, `self`, `amazon`, and
|
15112
|
+
# `aws-marketplace`. If you omit this parameter, the results include
|
15113
|
+
# all images for which you have launch permissions, regardless of
|
15114
|
+
# ownership.
|
15102
15115
|
# @return [Array<String>]
|
15103
15116
|
#
|
15104
15117
|
# @!attribute [rw] dry_run
|
@@ -16454,17 +16467,34 @@ module Aws::EC2
|
|
16454
16467
|
# @return [Boolean]
|
16455
16468
|
#
|
16456
16469
|
# @!attribute [rw] launch_template_id
|
16457
|
-
# The ID of the launch template.
|
16458
|
-
#
|
16470
|
+
# The ID of the launch template. To describe one or more versions of a
|
16471
|
+
# specified launch template, you must specify either the launch
|
16472
|
+
# template ID or the launch template name in the request. To describe
|
16473
|
+
# all the latest or default launch template versions in your account,
|
16474
|
+
# you must omit this parameter.
|
16459
16475
|
# @return [String]
|
16460
16476
|
#
|
16461
16477
|
# @!attribute [rw] launch_template_name
|
16462
|
-
# The name of the launch template.
|
16463
|
-
#
|
16478
|
+
# The name of the launch template. To describe one or more versions of
|
16479
|
+
# a specified launch template, you must specify either the launch
|
16480
|
+
# template ID or the launch template name in the request. To describe
|
16481
|
+
# all the latest or default launch template versions in your account,
|
16482
|
+
# you must omit this parameter.
|
16464
16483
|
# @return [String]
|
16465
16484
|
#
|
16466
16485
|
# @!attribute [rw] versions
|
16467
|
-
# One or more versions of the launch template.
|
16486
|
+
# One or more versions of the launch template. Valid values depend on
|
16487
|
+
# whether you are describing a specified launch template (by ID or
|
16488
|
+
# name) or all launch templates in your account.
|
16489
|
+
#
|
16490
|
+
# To describe one or more versions of a specified launch template,
|
16491
|
+
# valid values are `$Latest`, `$Default`, and numbers.
|
16492
|
+
#
|
16493
|
+
# To describe all launch templates in your account that are defined as
|
16494
|
+
# the latest version, the valid value is `$Latest`. To describe all
|
16495
|
+
# launch templates in your account that are defined as the default
|
16496
|
+
# version, the valid value is `$Default`. You can specify `$Latest`
|
16497
|
+
# and `$Default` in the same call. You cannot specify numbers.
|
16468
16498
|
# @return [Array<String>]
|
16469
16499
|
#
|
16470
16500
|
# @!attribute [rw] min_version
|
@@ -18755,8 +18785,6 @@ module Aws::EC2
|
|
18755
18785
|
# filter to find all resources assigned a tag with a specific key,
|
18756
18786
|
# regardless of the tag value.
|
18757
18787
|
#
|
18758
|
-
# * `transit-gateway-id` - The ID of a transit gateway.
|
18759
|
-
#
|
18760
18788
|
# * `vpc-id` - The ID of the VPC for the route table.
|
18761
18789
|
# @return [Array<Types::Filter>]
|
18762
18790
|
#
|
@@ -40485,8 +40513,8 @@ module Aws::EC2
|
|
40485
40513
|
# @return [Types::LaunchTemplateInstanceMarketOptionsRequest]
|
40486
40514
|
#
|
40487
40515
|
# @!attribute [rw] credit_specification
|
40488
|
-
# The credit option for CPU usage of the instance. Valid for T2
|
40489
|
-
# instances only.
|
40516
|
+
# The credit option for CPU usage of the instance. Valid for T2, T3,
|
40517
|
+
# or T3a instances only.
|
40490
40518
|
# @return [Types::CreditSpecificationRequest]
|
40491
40519
|
#
|
40492
40520
|
# @!attribute [rw] cpu_options
|
@@ -47045,9 +47073,9 @@ module Aws::EC2
|
|
47045
47073
|
# `fpga-image` \| `host-reservation` \| `import-image-task` \|
|
47046
47074
|
# `import-snapshot-task` \| `instance` \| `internet-gateway` \|
|
47047
47075
|
# `ipv4pool-ec2` \| `ipv6pool-ec2` \| `key-pair` \| `launch-template`
|
47048
|
-
# \| `placement-group` \| `prefix-list` \| `
|
47049
|
-
# `
|
47050
|
-
# `spot-
|
47076
|
+
# \| `placement-group` \| `prefix-list` \| `natgateway` \|
|
47077
|
+
# `network-acl` \| `security-group` \| `spot-fleet-request` \|
|
47078
|
+
# `spot-instances-request` \| `snapshot` \| `subnet` \|
|
47051
47079
|
# `traffic-mirror-filter` \| `traffic-mirror-session` \|
|
47052
47080
|
# `traffic-mirror-target` \| `transit-gateway` \|
|
47053
47081
|
# `transit-gateway-attachment` \| `transit-gateway-route-table` \|
|
@@ -48343,30 +48371,31 @@ module Aws::EC2
|
|
48343
48371
|
# @!attribute [rw] amazon_side_asn
|
48344
48372
|
# A private Autonomous System Number (ASN) for the Amazon side of a
|
48345
48373
|
# BGP session. The range is 64512 to 65534 for 16-bit ASNs and
|
48346
|
-
# 4200000000 to 4294967294 for 32-bit ASNs.
|
48374
|
+
# 4200000000 to 4294967294 for 32-bit ASNs. The default is `64512`.
|
48347
48375
|
# @return [Integer]
|
48348
48376
|
#
|
48349
48377
|
# @!attribute [rw] auto_accept_shared_attachments
|
48350
|
-
# Enable or disable automatic acceptance of attachment requests.
|
48351
|
-
#
|
48378
|
+
# Enable or disable automatic acceptance of attachment requests.
|
48379
|
+
# Disabled by default.
|
48352
48380
|
# @return [String]
|
48353
48381
|
#
|
48354
48382
|
# @!attribute [rw] default_route_table_association
|
48355
48383
|
# Enable or disable automatic association with the default association
|
48356
|
-
# route table.
|
48384
|
+
# route table. Enabled by default.
|
48357
48385
|
# @return [String]
|
48358
48386
|
#
|
48359
48387
|
# @!attribute [rw] default_route_table_propagation
|
48360
48388
|
# Enable or disable automatic propagation of routes to the default
|
48361
|
-
# propagation route table.
|
48389
|
+
# propagation route table. Enabled by default.
|
48362
48390
|
# @return [String]
|
48363
48391
|
#
|
48364
48392
|
# @!attribute [rw] vpn_ecmp_support
|
48365
|
-
# Enable or disable Equal Cost Multipath Protocol support.
|
48393
|
+
# Enable or disable Equal Cost Multipath Protocol support. Enabled by
|
48394
|
+
# default.
|
48366
48395
|
# @return [String]
|
48367
48396
|
#
|
48368
48397
|
# @!attribute [rw] dns_support
|
48369
|
-
# Enable or disable DNS support.
|
48398
|
+
# Enable or disable DNS support. Enabled by default.
|
48370
48399
|
# @return [String]
|
48371
48400
|
#
|
48372
48401
|
# @!attribute [rw] multicast_support
|
data/lib/aws-sdk-ec2/vpc.rb
CHANGED
@@ -1700,8 +1700,6 @@ module Aws::EC2
|
|
1700
1700
|
# filter to find all resources assigned a tag with a specific key,
|
1701
1701
|
# regardless of the tag value.
|
1702
1702
|
#
|
1703
|
-
# * `transit-gateway-id` - The ID of a transit gateway.
|
1704
|
-
#
|
1705
1703
|
# * `vpc-id` - The ID of the VPC for the route table.
|
1706
1704
|
# @option options [Boolean] :dry_run
|
1707
1705
|
# Checks whether you have the required permissions for the action,
|
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.177.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: 2020-07-
|
11
|
+
date: 2020-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|