aws-sdk-ec2 1.298.0 → 1.299.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +129 -68
- data/lib/aws-sdk-ec2/resource.rb +10 -7
- data/lib/aws-sdk-ec2/subnet.rb +10 -7
- data/lib/aws-sdk-ec2/types.rb +133 -70
- data/lib/aws-sdk-ec2/vpc.rb +8 -0
- 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: 6d0b62d312701b368a71bb086551d1a15aad1cc4294e02cbe7f3c5c7eaf57302
|
|
4
|
+
data.tar.gz: 5be73fd926ba115aaf0b039a50e1041ff372a5f03b96f2cb18468888a3305bc8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44ea57340831e5ff007813a1992e4d2c136445cf761f75c3c00015d55bb45898d197ed38abea9f228477db90c9567de9d94e49b2a9fd40e7a14625a8df9b79ab
|
|
7
|
+
data.tar.gz: c0645ceb13dd84fd84ea93d0f8ad746fe71d6384874301567d5a815ace46544e072f399a9ce32f7ad69c59674caf8e7d72b3010d815778c166cf6d380f263196
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.299.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -5473,8 +5473,8 @@ module Aws::EC2
|
|
|
5473
5473
|
# specifications that vary by instance type, AMI, Availability Zone, or
|
|
5474
5474
|
# subnet.
|
|
5475
5475
|
#
|
|
5476
|
-
# For more information, see [
|
|
5477
|
-
#
|
|
5476
|
+
# For more information, see [EC2 Fleet][1] in the *Amazon EC2 User
|
|
5477
|
+
# Guide*.
|
|
5478
5478
|
#
|
|
5479
5479
|
#
|
|
5480
5480
|
#
|
|
@@ -5489,7 +5489,7 @@ module Aws::EC2
|
|
|
5489
5489
|
# @option params [String] :client_token
|
|
5490
5490
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
5491
5491
|
# idempotency of the request. For more information, see [Ensuring
|
|
5492
|
-
#
|
|
5492
|
+
# idempotency][1].
|
|
5493
5493
|
#
|
|
5494
5494
|
#
|
|
5495
5495
|
#
|
|
@@ -8898,14 +8898,9 @@ module Aws::EC2
|
|
|
8898
8898
|
# use the `Ipv6Prefixes` option.
|
|
8899
8899
|
#
|
|
8900
8900
|
# @option params [String] :interface_type
|
|
8901
|
-
#
|
|
8902
|
-
# Adapter (EFA), specify `efa`. For more information, see [ Elastic
|
|
8903
|
-
# Fabric Adapter][1] in the *Amazon Elastic Compute Cloud User Guide*.
|
|
8904
|
-
# To create a trunk network interface, specify `trunk`.
|
|
8901
|
+
# The type of network interface. The default is `interface`.
|
|
8905
8902
|
#
|
|
8906
|
-
#
|
|
8907
|
-
#
|
|
8908
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html
|
|
8903
|
+
# The only supported values are `efa` and `trunk`.
|
|
8909
8904
|
#
|
|
8910
8905
|
# @option params [required, String] :subnet_id
|
|
8911
8906
|
# The ID of the subnet to associate with the network interface.
|
|
@@ -9045,7 +9040,7 @@ module Aws::EC2
|
|
|
9045
9040
|
# resp.network_interface.groups #=> Array
|
|
9046
9041
|
# resp.network_interface.groups[0].group_name #=> String
|
|
9047
9042
|
# resp.network_interface.groups[0].group_id #=> String
|
|
9048
|
-
# resp.network_interface.interface_type #=> String, one of "interface", "natGateway", "efa", "trunk"
|
|
9043
|
+
# resp.network_interface.interface_type #=> String, one of "interface", "natGateway", "efa", "trunk", "load_balancer", "network_load_balancer", "vpc_endpoint", "branch", "transit_gateway", "lambda", "quicksight", "global_accelerator_managed", "api_gateway_managed", "gateway_load_balancer", "gateway_load_balancer_endpoint", "iot_rules_managed", "aws_codestar_connections_managed"
|
|
9049
9044
|
# resp.network_interface.ipv_6_addresses #=> Array
|
|
9050
9045
|
# resp.network_interface.ipv_6_addresses[0].ipv_6_address #=> String
|
|
9051
9046
|
# resp.network_interface.mac_address #=> String
|
|
@@ -13474,8 +13469,8 @@ module Aws::EC2
|
|
|
13474
13469
|
# * Up to 1000 instances can be terminated in a single request to delete
|
|
13475
13470
|
# `instant` fleets.
|
|
13476
13471
|
#
|
|
13477
|
-
# For more information, see [
|
|
13478
|
-
#
|
|
13472
|
+
# For more information, see [Delete an EC2 Fleet][1] in the *Amazon EC2
|
|
13473
|
+
# User Guide*.
|
|
13479
13474
|
#
|
|
13480
13475
|
#
|
|
13481
13476
|
#
|
|
@@ -16254,8 +16249,6 @@ module Aws::EC2
|
|
|
16254
16249
|
req.send_request(options)
|
|
16255
16250
|
end
|
|
16256
16251
|
|
|
16257
|
-
# c
|
|
16258
|
-
#
|
|
16259
16252
|
# Deregisters tag keys to prevent tags that have the specified tag keys
|
|
16260
16253
|
# from being included in scheduled event notifications for resources in
|
|
16261
16254
|
# the Region.
|
|
@@ -16900,8 +16893,7 @@ module Aws::EC2
|
|
|
16900
16893
|
# `us-east-1`).
|
|
16901
16894
|
#
|
|
16902
16895
|
# * `state` - The state of the Availability Zone, the Local Zone, or the
|
|
16903
|
-
# Wavelength Zone (`available`
|
|
16904
|
-
# `unavailable`).
|
|
16896
|
+
# Wavelength Zone (`available`).
|
|
16905
16897
|
#
|
|
16906
16898
|
# * `zone-id` - The ID of the Availability Zone (for example,
|
|
16907
16899
|
# `use1-az1`), the Local Zone (for example, `usw2-lax1-az1`), or the
|
|
@@ -17367,6 +17359,9 @@ module Aws::EC2
|
|
|
17367
17359
|
# Reservation. This ensures that only permitted instances can use
|
|
17368
17360
|
# the reserved capacity.
|
|
17369
17361
|
#
|
|
17362
|
+
# * `placement-group-arn` - The ARN of the cluster placement group in
|
|
17363
|
+
# which the Capacity Reservation was created.
|
|
17364
|
+
#
|
|
17370
17365
|
# @option params [Boolean] :dry_run
|
|
17371
17366
|
# Checks whether you have the required permissions for the action,
|
|
17372
17367
|
# without actually making the request, and provides an error response.
|
|
@@ -18026,16 +18021,12 @@ module Aws::EC2
|
|
|
18026
18021
|
# The IDs of the address pools.
|
|
18027
18022
|
#
|
|
18028
18023
|
# @option params [Array<Types::Filter>] :filters
|
|
18029
|
-
#
|
|
18030
|
-
#
|
|
18031
|
-
# * `coip-pool.pool-id`
|
|
18032
|
-
#
|
|
18033
|
-
# ^
|
|
18034
|
-
# ^
|
|
18024
|
+
# One or more filters.
|
|
18035
18025
|
#
|
|
18036
|
-
# * `coip-pool.local-gateway-route-table-id`
|
|
18026
|
+
# * `coip-pool.local-gateway-route-table-id` - The ID of the local
|
|
18027
|
+
# gateway route table.
|
|
18037
18028
|
#
|
|
18038
|
-
#
|
|
18029
|
+
# * `coip-pool.pool-id` - The ID of the address pool.
|
|
18039
18030
|
#
|
|
18040
18031
|
# @option params [Integer] :max_results
|
|
18041
18032
|
# The maximum number of results to return with a single call. To
|
|
@@ -18949,12 +18940,12 @@ module Aws::EC2
|
|
|
18949
18940
|
|
|
18950
18941
|
# Describes the running instances for the specified EC2 Fleet.
|
|
18951
18942
|
#
|
|
18952
|
-
# For more information, see [
|
|
18953
|
-
#
|
|
18943
|
+
# For more information, see [Monitor your EC2 Fleet][1] in the *Amazon
|
|
18944
|
+
# EC2 User Guide*.
|
|
18954
18945
|
#
|
|
18955
18946
|
#
|
|
18956
18947
|
#
|
|
18957
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html#monitor-ec2-fleet
|
|
18948
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#monitor-ec2-fleet
|
|
18958
18949
|
#
|
|
18959
18950
|
# @option params [Boolean] :dry_run
|
|
18960
18951
|
# Checks whether you have the required permissions for the action,
|
|
@@ -19023,12 +19014,12 @@ module Aws::EC2
|
|
|
19023
19014
|
|
|
19024
19015
|
# Describes the specified EC2 Fleets or all of your EC2 Fleets.
|
|
19025
19016
|
#
|
|
19026
|
-
# For more information, see [
|
|
19027
|
-
#
|
|
19017
|
+
# For more information, see [Monitor your EC2 Fleet][1] in the *Amazon
|
|
19018
|
+
# EC2 User Guide*.
|
|
19028
19019
|
#
|
|
19029
19020
|
#
|
|
19030
19021
|
#
|
|
19031
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html#monitor-ec2-fleet
|
|
19022
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#monitor-ec2-fleet
|
|
19032
19023
|
#
|
|
19033
19024
|
# @option params [Boolean] :dry_run
|
|
19034
19025
|
# Checks whether you have the required permissions for the action,
|
|
@@ -19046,7 +19037,12 @@ module Aws::EC2
|
|
|
19046
19037
|
# The token for the next set of results.
|
|
19047
19038
|
#
|
|
19048
19039
|
# @option params [Array<String>] :fleet_ids
|
|
19049
|
-
# The
|
|
19040
|
+
# The IDs of the EC2 Fleets.
|
|
19041
|
+
#
|
|
19042
|
+
# <note markdown="1"> If a fleet is of type `instant`, you must specify the fleet ID,
|
|
19043
|
+
# otherwise it does not appear in the response.
|
|
19044
|
+
#
|
|
19045
|
+
# </note>
|
|
19050
19046
|
#
|
|
19051
19047
|
# @option params [Array<Types::Filter>] :filters
|
|
19052
19048
|
# The filters.
|
|
@@ -21407,8 +21403,8 @@ module Aws::EC2
|
|
|
21407
21403
|
# * `instance-storage-info.disk.type` - The storage technology for the
|
|
21408
21404
|
# local instance storage disks (`hdd` \| `ssd`).
|
|
21409
21405
|
#
|
|
21410
|
-
# * `instance-storage-info.encryption-
|
|
21411
|
-
#
|
|
21406
|
+
# * `instance-storage-info.encryption-support` - Indicates whether data
|
|
21407
|
+
# is encrypted at rest (`required` \| `supported` \| `unsupported`).
|
|
21412
21408
|
#
|
|
21413
21409
|
# * `instance-storage-info.nvme-support` - Indicates whether
|
|
21414
21410
|
# non-volatile memory express (NVMe) is supported for instance store
|
|
@@ -21448,6 +21444,9 @@ module Aws::EC2
|
|
|
21448
21444
|
# * `network-info.ipv6-supported` - Indicates whether the instance type
|
|
21449
21445
|
# supports IPv6 (`true` \| `false`).
|
|
21450
21446
|
#
|
|
21447
|
+
# * `network-info.maximum-network-cards` - The maximum number of network
|
|
21448
|
+
# cards per instance.
|
|
21449
|
+
#
|
|
21451
21450
|
# * `network-info.maximum-network-interfaces` - The maximum number of
|
|
21452
21451
|
# network interfaces per instance.
|
|
21453
21452
|
#
|
|
@@ -23181,6 +23180,9 @@ module Aws::EC2
|
|
|
23181
23180
|
#
|
|
23182
23181
|
# * `local-gateway-id` - The ID of a local gateway.
|
|
23183
23182
|
#
|
|
23183
|
+
# * `local-gateway-route-table-arn` - The Amazon Resource Name (ARN) of
|
|
23184
|
+
# the local gateway route table for the virtual interface group.
|
|
23185
|
+
#
|
|
23184
23186
|
# * `local-gateway-route-table-id` - The ID of the local gateway route
|
|
23185
23187
|
# table.
|
|
23186
23188
|
#
|
|
@@ -23190,6 +23192,9 @@ module Aws::EC2
|
|
|
23190
23192
|
# * `local-gateway-route-table-virtual-interface-group-id` - The ID of
|
|
23191
23193
|
# the virtual interface group.
|
|
23192
23194
|
#
|
|
23195
|
+
# * `owner-id` - The ID of the Amazon Web Services account that owns the
|
|
23196
|
+
# local gateway virtual interface group association.
|
|
23197
|
+
#
|
|
23193
23198
|
# * `state` - The state of the association.
|
|
23194
23199
|
#
|
|
23195
23200
|
# @option params [Integer] :max_results
|
|
@@ -23263,12 +23268,18 @@ module Aws::EC2
|
|
|
23263
23268
|
#
|
|
23264
23269
|
# * `local-gateway-id` - The ID of a local gateway.
|
|
23265
23270
|
#
|
|
23271
|
+
# * `local-gateway-route-table-arn` - The Amazon Resource Name (ARN) of
|
|
23272
|
+
# the local gateway route table for the association.
|
|
23273
|
+
#
|
|
23266
23274
|
# * `local-gateway-route-table-id` - The ID of the local gateway route
|
|
23267
23275
|
# table.
|
|
23268
23276
|
#
|
|
23269
23277
|
# * `local-gateway-route-table-vpc-association-id` - The ID of the
|
|
23270
23278
|
# association.
|
|
23271
23279
|
#
|
|
23280
|
+
# * `owner-id` - The ID of the Amazon Web Services account that owns the
|
|
23281
|
+
# local gateway route table for the association.
|
|
23282
|
+
#
|
|
23272
23283
|
# * `state` - The state of the association.
|
|
23273
23284
|
#
|
|
23274
23285
|
# * `vpc-id` - The ID of the VPC.
|
|
@@ -23345,11 +23356,17 @@ module Aws::EC2
|
|
|
23345
23356
|
#
|
|
23346
23357
|
# * `local-gateway-id` - The ID of a local gateway.
|
|
23347
23358
|
#
|
|
23359
|
+
# * `local-gateway-route-table-arn` - The Amazon Resource Name (ARN) of
|
|
23360
|
+
# the local gateway route table.
|
|
23361
|
+
#
|
|
23348
23362
|
# * `local-gateway-route-table-id` - The ID of a local gateway route
|
|
23349
23363
|
# table.
|
|
23350
23364
|
#
|
|
23351
23365
|
# * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost.
|
|
23352
23366
|
#
|
|
23367
|
+
# * `owner-id` - The ID of the Amazon Web Services account that owns the
|
|
23368
|
+
# local gateway route table.
|
|
23369
|
+
#
|
|
23353
23370
|
# * `state` - The state of the local gateway route table.
|
|
23354
23371
|
#
|
|
23355
23372
|
# @option params [Integer] :max_results
|
|
@@ -23421,11 +23438,14 @@ module Aws::EC2
|
|
|
23421
23438
|
#
|
|
23422
23439
|
# * `local-gateway-id` - The ID of a local gateway.
|
|
23423
23440
|
#
|
|
23441
|
+
# * `local-gateway-virtual-interface-group-id` - The ID of the virtual
|
|
23442
|
+
# interface group.
|
|
23443
|
+
#
|
|
23424
23444
|
# * `local-gateway-virtual-interface-id` - The ID of the virtual
|
|
23425
23445
|
# interface.
|
|
23426
23446
|
#
|
|
23427
|
-
# * `
|
|
23428
|
-
# interface group.
|
|
23447
|
+
# * `owner-id` - The ID of the Amazon Web Services account that owns the
|
|
23448
|
+
# local gateway virtual interface group.
|
|
23429
23449
|
#
|
|
23430
23450
|
# @option params [Integer] :max_results
|
|
23431
23451
|
# The maximum number of results to return with a single call. To
|
|
@@ -23493,6 +23513,28 @@ module Aws::EC2
|
|
|
23493
23513
|
# @option params [Array<Types::Filter>] :filters
|
|
23494
23514
|
# One or more filters.
|
|
23495
23515
|
#
|
|
23516
|
+
# * `local-address` - The local address.
|
|
23517
|
+
#
|
|
23518
|
+
# * `local-bgp-asn` - The Border Gateway Protocol (BGP) Autonomous
|
|
23519
|
+
# System Number (ASN) of the local gateway.
|
|
23520
|
+
#
|
|
23521
|
+
# * `local-gateway-id` - The ID of the local gateway.
|
|
23522
|
+
#
|
|
23523
|
+
# * `local-gateway-virtual-interface-id` - The ID of the virtual
|
|
23524
|
+
# interface.
|
|
23525
|
+
#
|
|
23526
|
+
# * `local-gateway-virtual-interface-group-id` - The ID of the virtual
|
|
23527
|
+
# interface group.
|
|
23528
|
+
#
|
|
23529
|
+
# * `owner-id` - The ID of the Amazon Web Services account that owns the
|
|
23530
|
+
# local gateway virtual interface.
|
|
23531
|
+
#
|
|
23532
|
+
# * `peer-address` - The peer address.
|
|
23533
|
+
#
|
|
23534
|
+
# * `peer-bgp-asn` - The peer BGP ASN.
|
|
23535
|
+
#
|
|
23536
|
+
# * `vlan` - The ID of the VLAN.
|
|
23537
|
+
#
|
|
23496
23538
|
# @option params [Integer] :max_results
|
|
23497
23539
|
# The maximum number of results to return with a single call. To
|
|
23498
23540
|
# retrieve the remaining results, make another call with the returned
|
|
@@ -23558,25 +23600,19 @@ module Aws::EC2
|
|
|
23558
23600
|
# are described. Alternatively, you can filter the results.
|
|
23559
23601
|
#
|
|
23560
23602
|
# @option params [Array<String>] :local_gateway_ids
|
|
23603
|
+
# The IDs of the local gateways.
|
|
23604
|
+
#
|
|
23605
|
+
# @option params [Array<Types::Filter>] :filters
|
|
23561
23606
|
# One or more filters.
|
|
23562
23607
|
#
|
|
23563
23608
|
# * `local-gateway-id` - The ID of a local gateway.
|
|
23564
23609
|
#
|
|
23565
|
-
# * `local-gateway-route-table-id` - The ID of the local gateway route
|
|
23566
|
-
# table.
|
|
23567
|
-
#
|
|
23568
|
-
# * `local-gateway-route-table-virtual-interface-group-association-id` -
|
|
23569
|
-
# The ID of the association.
|
|
23570
|
-
#
|
|
23571
|
-
# * `local-gateway-route-table-virtual-interface-group-id` - The ID of
|
|
23572
|
-
# the virtual interface group.
|
|
23573
|
-
#
|
|
23574
23610
|
# * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost.
|
|
23575
23611
|
#
|
|
23576
|
-
# * `
|
|
23612
|
+
# * `owner-id` - The ID of the Amazon Web Services account that owns the
|
|
23613
|
+
# local gateway.
|
|
23577
23614
|
#
|
|
23578
|
-
#
|
|
23579
|
-
# One or more filters.
|
|
23615
|
+
# * `state` - The state of the association.
|
|
23580
23616
|
#
|
|
23581
23617
|
# @option params [Integer] :max_results
|
|
23582
23618
|
# The maximum number of results to return with a single call. To
|
|
@@ -24995,6 +25031,14 @@ module Aws::EC2
|
|
|
24995
25031
|
# * `ipv6-addresses.ipv6-address` - An IPv6 address associated with the
|
|
24996
25032
|
# network interface.
|
|
24997
25033
|
#
|
|
25034
|
+
# * `interface-type` - The type of network interface
|
|
25035
|
+
# (`api_gateway_managed` \| `aws_codestar_connections_managed` \|
|
|
25036
|
+
# `branch` \| `efa` \| `gateway_load_balancer` \|
|
|
25037
|
+
# `gateway_load_balancer_endpoint` \| `global_accelerator_managed` \|
|
|
25038
|
+
# `interface` \| `iot_rules_managed` \| `lambda` \| `load_balancer` \|
|
|
25039
|
+
# `nat_gateway` \| `network_load_balancer` \| `quicksight` \|
|
|
25040
|
+
# `transit_gateway` \| `trunk` \| `vpc_endpoint`).
|
|
25041
|
+
#
|
|
24998
25042
|
# * `mac-address` - The MAC address of the network interface.
|
|
24999
25043
|
#
|
|
25000
25044
|
# * `network-interface-id` - The ID of the network interface.
|
|
@@ -25170,7 +25214,7 @@ module Aws::EC2
|
|
|
25170
25214
|
# resp.network_interfaces[0].groups #=> Array
|
|
25171
25215
|
# resp.network_interfaces[0].groups[0].group_name #=> String
|
|
25172
25216
|
# resp.network_interfaces[0].groups[0].group_id #=> String
|
|
25173
|
-
# resp.network_interfaces[0].interface_type #=> String, one of "interface", "natGateway", "efa", "trunk"
|
|
25217
|
+
# resp.network_interfaces[0].interface_type #=> String, one of "interface", "natGateway", "efa", "trunk", "load_balancer", "network_load_balancer", "vpc_endpoint", "branch", "transit_gateway", "lambda", "quicksight", "global_accelerator_managed", "api_gateway_managed", "gateway_load_balancer", "gateway_load_balancer_endpoint", "iot_rules_managed", "aws_codestar_connections_managed"
|
|
25174
25218
|
# resp.network_interfaces[0].ipv_6_addresses #=> Array
|
|
25175
25219
|
# resp.network_interfaces[0].ipv_6_addresses[0].ipv_6_address #=> String
|
|
25176
25220
|
# resp.network_interfaces[0].mac_address #=> String
|
|
@@ -34518,26 +34562,18 @@ module Aws::EC2
|
|
|
34518
34562
|
# The ID of the address pool.
|
|
34519
34563
|
#
|
|
34520
34564
|
# @option params [Array<Types::Filter>] :filters
|
|
34521
|
-
#
|
|
34522
|
-
#
|
|
34523
|
-
# * `coip-address-usage.allocation-id`
|
|
34524
|
-
#
|
|
34525
|
-
# ^
|
|
34526
|
-
# ^
|
|
34527
|
-
#
|
|
34528
|
-
# * `coip-address-usage.aws-account-id`
|
|
34529
|
-
#
|
|
34530
|
-
# ^
|
|
34531
|
-
# ^
|
|
34565
|
+
# One or more filters.
|
|
34532
34566
|
#
|
|
34533
|
-
# * `coip-address-usage.
|
|
34567
|
+
# * `coip-address-usage.allocation-id` - The allocation ID of the
|
|
34568
|
+
# address.
|
|
34534
34569
|
#
|
|
34535
|
-
#
|
|
34536
|
-
#
|
|
34570
|
+
# * `coip-address-usage.aws-account-id` - The ID of the Amazon Web
|
|
34571
|
+
# Services account that is using the customer-owned IP address.
|
|
34537
34572
|
#
|
|
34538
|
-
# * `coip-address-usage.
|
|
34573
|
+
# * `coip-address-usage.aws-service` - The Amazon Web Services service
|
|
34574
|
+
# that is using the customer-owned IP address.
|
|
34539
34575
|
#
|
|
34540
|
-
#
|
|
34576
|
+
# * `coip-address-usage.co-ip` - The customer-owned IP address.
|
|
34541
34577
|
#
|
|
34542
34578
|
# @option params [Integer] :max_results
|
|
34543
34579
|
# The maximum number of results to return with a single call. To
|
|
@@ -42746,11 +42782,12 @@ module Aws::EC2
|
|
|
42746
42782
|
# monitoring is enabled. For more information, see [Monitor your
|
|
42747
42783
|
# instances using CloudWatch][1] in the *Amazon EC2 User Guide*.
|
|
42748
42784
|
#
|
|
42749
|
-
# To disable detailed monitoring, see .
|
|
42785
|
+
# To disable detailed monitoring, see [UnmonitorInstances][2].
|
|
42750
42786
|
#
|
|
42751
42787
|
#
|
|
42752
42788
|
#
|
|
42753
42789
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html
|
|
42790
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_UnmonitorInstances.html
|
|
42754
42791
|
#
|
|
42755
42792
|
# @option params [required, Array<String>] :instance_ids
|
|
42756
42793
|
# The IDs of the instances.
|
|
@@ -43663,7 +43700,12 @@ module Aws::EC2
|
|
|
43663
43700
|
# Registers a set of tag keys to include in scheduled event
|
|
43664
43701
|
# notifications for your resources.
|
|
43665
43702
|
#
|
|
43666
|
-
# To remove tags, use
|
|
43703
|
+
# To remove tags, use
|
|
43704
|
+
# [DeregisterInstanceEventNotificationAttributes][1].
|
|
43705
|
+
#
|
|
43706
|
+
#
|
|
43707
|
+
#
|
|
43708
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeregisterInstanceEventNotificationAttributes.html
|
|
43667
43709
|
#
|
|
43668
43710
|
# @option params [Boolean] :dry_run
|
|
43669
43711
|
# Checks whether you have the required permissions for the action,
|
|
@@ -47621,6 +47663,25 @@ module Aws::EC2
|
|
|
47621
47663
|
# @option params [Array<Types::Filter>] :filters
|
|
47622
47664
|
# One or more filters.
|
|
47623
47665
|
#
|
|
47666
|
+
# * `route-search.exact-match` - The exact match of the specified
|
|
47667
|
+
# filter.
|
|
47668
|
+
#
|
|
47669
|
+
# * `route-search.longest-prefix-match` - The longest prefix that
|
|
47670
|
+
# matches the route.
|
|
47671
|
+
#
|
|
47672
|
+
# * `route-search.subnet-of-match` - The routes with a subnet that match
|
|
47673
|
+
# the specified CIDR filter.
|
|
47674
|
+
#
|
|
47675
|
+
# * `route-search.supernet-of-match` - The routes with a CIDR that
|
|
47676
|
+
# encompass the CIDR filter. For example, if you have 10.0.1.0/29 and
|
|
47677
|
+
# 10.0.1.0/31 routes in your route table and you specify
|
|
47678
|
+
# `supernet-of-match` as 10.0.1.0/30, then the result returns
|
|
47679
|
+
# 10.0.1.0/29.
|
|
47680
|
+
#
|
|
47681
|
+
# * `state` - The state of the route.
|
|
47682
|
+
#
|
|
47683
|
+
# * `type` - The route type.
|
|
47684
|
+
#
|
|
47624
47685
|
# @option params [Integer] :max_results
|
|
47625
47686
|
# The maximum number of results to return with a single call. To
|
|
47626
47687
|
# retrieve the remaining results, make another call with the returned
|
|
@@ -49247,7 +49308,7 @@ module Aws::EC2
|
|
|
49247
49308
|
params: params,
|
|
49248
49309
|
config: config)
|
|
49249
49310
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
49250
|
-
context[:gem_version] = '1.
|
|
49311
|
+
context[:gem_version] = '1.299.0'
|
|
49251
49312
|
Seahorse::Client::Request.new(handlers, context)
|
|
49252
49313
|
end
|
|
49253
49314
|
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
|
@@ -855,14 +855,9 @@ module Aws::EC2
|
|
|
855
855
|
# assigns to the network interface. You cannot use this option if you
|
|
856
856
|
# use the `Ipv6Prefixes` option.
|
|
857
857
|
# @option options [String] :interface_type
|
|
858
|
-
#
|
|
859
|
-
# Adapter (EFA), specify `efa`. For more information, see [ Elastic
|
|
860
|
-
# Fabric Adapter][1] in the *Amazon Elastic Compute Cloud User Guide*.
|
|
861
|
-
# To create a trunk network interface, specify `trunk`.
|
|
858
|
+
# The type of network interface. The default is `interface`.
|
|
862
859
|
#
|
|
863
|
-
#
|
|
864
|
-
#
|
|
865
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html
|
|
860
|
+
# The only supported values are `efa` and `trunk`.
|
|
866
861
|
# @option options [required, String] :subnet_id
|
|
867
862
|
# The ID of the subnet to associate with the network interface.
|
|
868
863
|
# @option options [Array<Types::TagSpecification>] :tag_specifications
|
|
@@ -2828,6 +2823,14 @@ module Aws::EC2
|
|
|
2828
2823
|
# * `ipv6-addresses.ipv6-address` - An IPv6 address associated with the
|
|
2829
2824
|
# network interface.
|
|
2830
2825
|
#
|
|
2826
|
+
# * `interface-type` - The type of network interface
|
|
2827
|
+
# (`api_gateway_managed` \| `aws_codestar_connections_managed` \|
|
|
2828
|
+
# `branch` \| `efa` \| `gateway_load_balancer` \|
|
|
2829
|
+
# `gateway_load_balancer_endpoint` \| `global_accelerator_managed` \|
|
|
2830
|
+
# `interface` \| `iot_rules_managed` \| `lambda` \| `load_balancer` \|
|
|
2831
|
+
# `nat_gateway` \| `network_load_balancer` \| `quicksight` \|
|
|
2832
|
+
# `transit_gateway` \| `trunk` \| `vpc_endpoint`).
|
|
2833
|
+
#
|
|
2831
2834
|
# * `mac-address` - The MAC address of the network interface.
|
|
2832
2835
|
#
|
|
2833
2836
|
# * `network-interface-id` - The ID of the network interface.
|
data/lib/aws-sdk-ec2/subnet.rb
CHANGED
|
@@ -899,14 +899,9 @@ module Aws::EC2
|
|
|
899
899
|
# assigns to the network interface. You cannot use this option if you
|
|
900
900
|
# use the `Ipv6Prefixes` option.
|
|
901
901
|
# @option options [String] :interface_type
|
|
902
|
-
#
|
|
903
|
-
# Adapter (EFA), specify `efa`. For more information, see [ Elastic
|
|
904
|
-
# Fabric Adapter][1] in the *Amazon Elastic Compute Cloud User Guide*.
|
|
905
|
-
# To create a trunk network interface, specify `trunk`.
|
|
902
|
+
# The type of network interface. The default is `interface`.
|
|
906
903
|
#
|
|
907
|
-
#
|
|
908
|
-
#
|
|
909
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html
|
|
904
|
+
# The only supported values are `efa` and `trunk`.
|
|
910
905
|
# @option options [Array<Types::TagSpecification>] :tag_specifications
|
|
911
906
|
# The tags to apply to the new network interface.
|
|
912
907
|
# @option options [String] :client_token
|
|
@@ -1499,6 +1494,14 @@ module Aws::EC2
|
|
|
1499
1494
|
# * `ipv6-addresses.ipv6-address` - An IPv6 address associated with the
|
|
1500
1495
|
# network interface.
|
|
1501
1496
|
#
|
|
1497
|
+
# * `interface-type` - The type of network interface
|
|
1498
|
+
# (`api_gateway_managed` \| `aws_codestar_connections_managed` \|
|
|
1499
|
+
# `branch` \| `efa` \| `gateway_load_balancer` \|
|
|
1500
|
+
# `gateway_load_balancer_endpoint` \| `global_accelerator_managed` \|
|
|
1501
|
+
# `interface` \| `iot_rules_managed` \| `lambda` \| `load_balancer` \|
|
|
1502
|
+
# `nat_gateway` \| `network_load_balancer` \| `quicksight` \|
|
|
1503
|
+
# `transit_gateway` \| `trunk` \| `vpc_endpoint`).
|
|
1504
|
+
#
|
|
1502
1505
|
# * `mac-address` - The MAC address of the network interface.
|
|
1503
1506
|
#
|
|
1504
1507
|
# * `network-interface-id` - The ID of the network interface.
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -3339,6 +3339,7 @@ module Aws::EC2
|
|
|
3339
3339
|
#
|
|
3340
3340
|
# @!attribute [rw] state
|
|
3341
3341
|
# The state of the Availability Zone, Local Zone, or Wavelength Zone.
|
|
3342
|
+
# This value is always `available`.
|
|
3342
3343
|
# @return [String]
|
|
3343
3344
|
#
|
|
3344
3345
|
# @!attribute [rw] opt_in_status
|
|
@@ -7584,7 +7585,7 @@ module Aws::EC2
|
|
|
7584
7585
|
# @!attribute [rw] error_code
|
|
7585
7586
|
# The error code that indicates why the instance could not be
|
|
7586
7587
|
# launched. For more information about error codes, see [Error
|
|
7587
|
-
#
|
|
7588
|
+
# codes][1].
|
|
7588
7589
|
#
|
|
7589
7590
|
#
|
|
7590
7591
|
#
|
|
@@ -7594,7 +7595,7 @@ module Aws::EC2
|
|
|
7594
7595
|
# @!attribute [rw] error_message
|
|
7595
7596
|
# The error message that describes why the instance could not be
|
|
7596
7597
|
# launched. For more information about error messages, see [Error
|
|
7597
|
-
#
|
|
7598
|
+
# codes][1].
|
|
7598
7599
|
#
|
|
7599
7600
|
#
|
|
7600
7601
|
#
|
|
@@ -7794,7 +7795,7 @@ module Aws::EC2
|
|
|
7794
7795
|
# @!attribute [rw] client_token
|
|
7795
7796
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
7796
7797
|
# idempotency of the request. For more information, see [Ensuring
|
|
7797
|
-
#
|
|
7798
|
+
# idempotency][1].
|
|
7798
7799
|
#
|
|
7799
7800
|
#
|
|
7800
7801
|
#
|
|
@@ -10527,14 +10528,9 @@ module Aws::EC2
|
|
|
10527
10528
|
# @return [Integer]
|
|
10528
10529
|
#
|
|
10529
10530
|
# @!attribute [rw] interface_type
|
|
10530
|
-
#
|
|
10531
|
-
# Adapter (EFA), specify `efa`. For more information, see [ Elastic
|
|
10532
|
-
# Fabric Adapter][1] in the *Amazon Elastic Compute Cloud User Guide*.
|
|
10533
|
-
# To create a trunk network interface, specify `trunk`.
|
|
10534
|
-
#
|
|
10535
|
-
#
|
|
10531
|
+
# The type of network interface. The default is `interface`.
|
|
10536
10532
|
#
|
|
10537
|
-
#
|
|
10533
|
+
# The only supported values are `efa` and `trunk`.
|
|
10538
10534
|
# @return [String]
|
|
10539
10535
|
#
|
|
10540
10536
|
# @!attribute [rw] subnet_id
|
|
@@ -17317,8 +17313,7 @@ module Aws::EC2
|
|
|
17317
17313
|
# `us-east-1`).
|
|
17318
17314
|
#
|
|
17319
17315
|
# * `state` - The state of the Availability Zone, the Local Zone, or
|
|
17320
|
-
# the Wavelength Zone (`available`
|
|
17321
|
-
# `unavailable`).
|
|
17316
|
+
# the Wavelength Zone (`available`).
|
|
17322
17317
|
#
|
|
17323
17318
|
# * `zone-id` - The ID of the Availability Zone (for example,
|
|
17324
17319
|
# `use1-az1`), the Local Zone (for example, `usw2-lax1-az1`), or the
|
|
@@ -17715,6 +17710,9 @@ module Aws::EC2
|
|
|
17715
17710
|
# Availability Zone), and explicitly target the Capacity
|
|
17716
17711
|
# Reservation. This ensures that only permitted instances can use
|
|
17717
17712
|
# the reserved capacity.
|
|
17713
|
+
#
|
|
17714
|
+
# * `placement-group-arn` - The ARN of the cluster placement group in
|
|
17715
|
+
# which the Capacity Reservation was created.
|
|
17718
17716
|
# @return [Array<Types::Filter>]
|
|
17719
17717
|
#
|
|
17720
17718
|
# @!attribute [rw] dry_run
|
|
@@ -18354,16 +18352,12 @@ module Aws::EC2
|
|
|
18354
18352
|
# @return [Array<String>]
|
|
18355
18353
|
#
|
|
18356
18354
|
# @!attribute [rw] filters
|
|
18357
|
-
#
|
|
18358
|
-
#
|
|
18359
|
-
# * `coip-pool.pool-id`
|
|
18360
|
-
#
|
|
18361
|
-
# ^
|
|
18362
|
-
# ^
|
|
18355
|
+
# One or more filters.
|
|
18363
18356
|
#
|
|
18364
|
-
# * `coip-pool.local-gateway-route-table-id`
|
|
18357
|
+
# * `coip-pool.local-gateway-route-table-id` - The ID of the local
|
|
18358
|
+
# gateway route table.
|
|
18365
18359
|
#
|
|
18366
|
-
#
|
|
18360
|
+
# * `coip-pool.pool-id` - The ID of the address pool.
|
|
18367
18361
|
# @return [Array<Types::Filter>]
|
|
18368
18362
|
#
|
|
18369
18363
|
# @!attribute [rw] max_results
|
|
@@ -19229,7 +19223,7 @@ module Aws::EC2
|
|
|
19229
19223
|
# @!attribute [rw] error_code
|
|
19230
19224
|
# The error code that indicates why the instance could not be
|
|
19231
19225
|
# launched. For more information about error codes, see [Error
|
|
19232
|
-
#
|
|
19226
|
+
# codes][1].
|
|
19233
19227
|
#
|
|
19234
19228
|
#
|
|
19235
19229
|
#
|
|
@@ -19239,7 +19233,7 @@ module Aws::EC2
|
|
|
19239
19233
|
# @!attribute [rw] error_message
|
|
19240
19234
|
# The error message that describes why the instance could not be
|
|
19241
19235
|
# launched. For more information about error messages, see [Error
|
|
19242
|
-
#
|
|
19236
|
+
# codes][1].
|
|
19243
19237
|
#
|
|
19244
19238
|
#
|
|
19245
19239
|
#
|
|
@@ -19506,7 +19500,12 @@ module Aws::EC2
|
|
|
19506
19500
|
# @return [String]
|
|
19507
19501
|
#
|
|
19508
19502
|
# @!attribute [rw] fleet_ids
|
|
19509
|
-
# The
|
|
19503
|
+
# The IDs of the EC2 Fleets.
|
|
19504
|
+
#
|
|
19505
|
+
# <note markdown="1"> If a fleet is of type `instant`, you must specify the fleet ID,
|
|
19506
|
+
# otherwise it does not appear in the response.
|
|
19507
|
+
#
|
|
19508
|
+
# </note>
|
|
19510
19509
|
# @return [Array<String>]
|
|
19511
19510
|
#
|
|
19512
19511
|
# @!attribute [rw] filters
|
|
@@ -21172,8 +21171,9 @@ module Aws::EC2
|
|
|
21172
21171
|
# * `instance-storage-info.disk.type` - The storage technology for the
|
|
21173
21172
|
# local instance storage disks (`hdd` \| `ssd`).
|
|
21174
21173
|
#
|
|
21175
|
-
# * `instance-storage-info.encryption-
|
|
21176
|
-
# data is encrypted at rest (`required` \| `
|
|
21174
|
+
# * `instance-storage-info.encryption-support` - Indicates whether
|
|
21175
|
+
# data is encrypted at rest (`required` \| `supported` \|
|
|
21176
|
+
# `unsupported`).
|
|
21177
21177
|
#
|
|
21178
21178
|
# * `instance-storage-info.nvme-support` - Indicates whether
|
|
21179
21179
|
# non-volatile memory express (NVMe) is supported for instance store
|
|
@@ -21213,6 +21213,9 @@ module Aws::EC2
|
|
|
21213
21213
|
# * `network-info.ipv6-supported` - Indicates whether the instance
|
|
21214
21214
|
# type supports IPv6 (`true` \| `false`).
|
|
21215
21215
|
#
|
|
21216
|
+
# * `network-info.maximum-network-cards` - The maximum number of
|
|
21217
|
+
# network cards per instance.
|
|
21218
|
+
#
|
|
21216
21219
|
# * `network-info.maximum-network-interfaces` - The maximum number of
|
|
21217
21220
|
# network interfaces per instance.
|
|
21218
21221
|
#
|
|
@@ -22394,6 +22397,9 @@ module Aws::EC2
|
|
|
22394
22397
|
#
|
|
22395
22398
|
# * `local-gateway-id` - The ID of a local gateway.
|
|
22396
22399
|
#
|
|
22400
|
+
# * `local-gateway-route-table-arn` - The Amazon Resource Name (ARN)
|
|
22401
|
+
# of the local gateway route table for the virtual interface group.
|
|
22402
|
+
#
|
|
22397
22403
|
# * `local-gateway-route-table-id` - The ID of the local gateway route
|
|
22398
22404
|
# table.
|
|
22399
22405
|
#
|
|
@@ -22403,6 +22409,9 @@ module Aws::EC2
|
|
|
22403
22409
|
# * `local-gateway-route-table-virtual-interface-group-id` - The ID of
|
|
22404
22410
|
# the virtual interface group.
|
|
22405
22411
|
#
|
|
22412
|
+
# * `owner-id` - The ID of the Amazon Web Services account that owns
|
|
22413
|
+
# the local gateway virtual interface group association.
|
|
22414
|
+
#
|
|
22406
22415
|
# * `state` - The state of the association.
|
|
22407
22416
|
# @return [Array<Types::Filter>]
|
|
22408
22417
|
#
|
|
@@ -22478,12 +22487,18 @@ module Aws::EC2
|
|
|
22478
22487
|
#
|
|
22479
22488
|
# * `local-gateway-id` - The ID of a local gateway.
|
|
22480
22489
|
#
|
|
22490
|
+
# * `local-gateway-route-table-arn` - The Amazon Resource Name (ARN)
|
|
22491
|
+
# of the local gateway route table for the association.
|
|
22492
|
+
#
|
|
22481
22493
|
# * `local-gateway-route-table-id` - The ID of the local gateway route
|
|
22482
22494
|
# table.
|
|
22483
22495
|
#
|
|
22484
22496
|
# * `local-gateway-route-table-vpc-association-id` - The ID of the
|
|
22485
22497
|
# association.
|
|
22486
22498
|
#
|
|
22499
|
+
# * `owner-id` - The ID of the Amazon Web Services account that owns
|
|
22500
|
+
# the local gateway route table for the association.
|
|
22501
|
+
#
|
|
22487
22502
|
# * `state` - The state of the association.
|
|
22488
22503
|
#
|
|
22489
22504
|
# * `vpc-id` - The ID of the VPC.
|
|
@@ -22561,11 +22576,17 @@ module Aws::EC2
|
|
|
22561
22576
|
#
|
|
22562
22577
|
# * `local-gateway-id` - The ID of a local gateway.
|
|
22563
22578
|
#
|
|
22579
|
+
# * `local-gateway-route-table-arn` - The Amazon Resource Name (ARN)
|
|
22580
|
+
# of the local gateway route table.
|
|
22581
|
+
#
|
|
22564
22582
|
# * `local-gateway-route-table-id` - The ID of a local gateway route
|
|
22565
22583
|
# table.
|
|
22566
22584
|
#
|
|
22567
22585
|
# * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost.
|
|
22568
22586
|
#
|
|
22587
|
+
# * `owner-id` - The ID of the Amazon Web Services account that owns
|
|
22588
|
+
# the local gateway route table.
|
|
22589
|
+
#
|
|
22569
22590
|
# * `state` - The state of the local gateway route table.
|
|
22570
22591
|
# @return [Array<Types::Filter>]
|
|
22571
22592
|
#
|
|
@@ -22641,11 +22662,14 @@ module Aws::EC2
|
|
|
22641
22662
|
#
|
|
22642
22663
|
# * `local-gateway-id` - The ID of a local gateway.
|
|
22643
22664
|
#
|
|
22665
|
+
# * `local-gateway-virtual-interface-group-id` - The ID of the virtual
|
|
22666
|
+
# interface group.
|
|
22667
|
+
#
|
|
22644
22668
|
# * `local-gateway-virtual-interface-id` - The ID of the virtual
|
|
22645
22669
|
# interface.
|
|
22646
22670
|
#
|
|
22647
|
-
# * `
|
|
22648
|
-
# interface group.
|
|
22671
|
+
# * `owner-id` - The ID of the Amazon Web Services account that owns
|
|
22672
|
+
# the local gateway virtual interface group.
|
|
22649
22673
|
# @return [Array<Types::Filter>]
|
|
22650
22674
|
#
|
|
22651
22675
|
# @!attribute [rw] max_results
|
|
@@ -22717,6 +22741,28 @@ module Aws::EC2
|
|
|
22717
22741
|
#
|
|
22718
22742
|
# @!attribute [rw] filters
|
|
22719
22743
|
# One or more filters.
|
|
22744
|
+
#
|
|
22745
|
+
# * `local-address` - The local address.
|
|
22746
|
+
#
|
|
22747
|
+
# * `local-bgp-asn` - The Border Gateway Protocol (BGP) Autonomous
|
|
22748
|
+
# System Number (ASN) of the local gateway.
|
|
22749
|
+
#
|
|
22750
|
+
# * `local-gateway-id` - The ID of the local gateway.
|
|
22751
|
+
#
|
|
22752
|
+
# * `local-gateway-virtual-interface-id` - The ID of the virtual
|
|
22753
|
+
# interface.
|
|
22754
|
+
#
|
|
22755
|
+
# * `local-gateway-virtual-interface-group-id` - The ID of the virtual
|
|
22756
|
+
# interface group.
|
|
22757
|
+
#
|
|
22758
|
+
# * `owner-id` - The ID of the Amazon Web Services account that owns
|
|
22759
|
+
# the local gateway virtual interface.
|
|
22760
|
+
#
|
|
22761
|
+
# * `peer-address` - The peer address.
|
|
22762
|
+
#
|
|
22763
|
+
# * `peer-bgp-asn` - The peer BGP ASN.
|
|
22764
|
+
#
|
|
22765
|
+
# * `vlan` - The ID of the VLAN.
|
|
22720
22766
|
# @return [Array<Types::Filter>]
|
|
22721
22767
|
#
|
|
22722
22768
|
# @!attribute [rw] max_results
|
|
@@ -22783,26 +22829,20 @@ module Aws::EC2
|
|
|
22783
22829
|
# }
|
|
22784
22830
|
#
|
|
22785
22831
|
# @!attribute [rw] local_gateway_ids
|
|
22832
|
+
# The IDs of the local gateways.
|
|
22833
|
+
# @return [Array<String>]
|
|
22834
|
+
#
|
|
22835
|
+
# @!attribute [rw] filters
|
|
22786
22836
|
# One or more filters.
|
|
22787
22837
|
#
|
|
22788
22838
|
# * `local-gateway-id` - The ID of a local gateway.
|
|
22789
22839
|
#
|
|
22790
|
-
# * `local-gateway-route-table-id` - The ID of the local gateway route
|
|
22791
|
-
# table.
|
|
22792
|
-
#
|
|
22793
|
-
# * `local-gateway-route-table-virtual-interface-group-association-id`
|
|
22794
|
-
# - The ID of the association.
|
|
22795
|
-
#
|
|
22796
|
-
# * `local-gateway-route-table-virtual-interface-group-id` - The ID of
|
|
22797
|
-
# the virtual interface group.
|
|
22798
|
-
#
|
|
22799
22840
|
# * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost.
|
|
22800
22841
|
#
|
|
22801
|
-
# * `
|
|
22802
|
-
#
|
|
22842
|
+
# * `owner-id` - The ID of the Amazon Web Services account that owns
|
|
22843
|
+
# the local gateway.
|
|
22803
22844
|
#
|
|
22804
|
-
#
|
|
22805
|
-
# One or more filters.
|
|
22845
|
+
# * `state` - The state of the association.
|
|
22806
22846
|
# @return [Array<Types::Filter>]
|
|
22807
22847
|
#
|
|
22808
22848
|
# @!attribute [rw] max_results
|
|
@@ -23800,6 +23840,14 @@ module Aws::EC2
|
|
|
23800
23840
|
# * `ipv6-addresses.ipv6-address` - An IPv6 address associated with
|
|
23801
23841
|
# the network interface.
|
|
23802
23842
|
#
|
|
23843
|
+
# * `interface-type` - The type of network interface
|
|
23844
|
+
# (`api_gateway_managed` \| `aws_codestar_connections_managed` \|
|
|
23845
|
+
# `branch` \| `efa` \| `gateway_load_balancer` \|
|
|
23846
|
+
# `gateway_load_balancer_endpoint` \| `global_accelerator_managed`
|
|
23847
|
+
# \| `interface` \| `iot_rules_managed` \| `lambda` \|
|
|
23848
|
+
# `load_balancer` \| `nat_gateway` \| `network_load_balancer` \|
|
|
23849
|
+
# `quicksight` \| `transit_gateway` \| `trunk` \| `vpc_endpoint`).
|
|
23850
|
+
#
|
|
23803
23851
|
# * `mac-address` - The MAC address of the network interface.
|
|
23804
23852
|
#
|
|
23805
23853
|
# * `network-interface-id` - The ID of the network interface.
|
|
@@ -31080,12 +31128,13 @@ module Aws::EC2
|
|
|
31080
31128
|
# Amazon EBS encryption. For more information, see [Supported instance
|
|
31081
31129
|
# types][2].
|
|
31082
31130
|
#
|
|
31083
|
-
# This parameter is not returned by .
|
|
31131
|
+
# This parameter is not returned by [DescribeImageAttribute][3].
|
|
31084
31132
|
#
|
|
31085
31133
|
#
|
|
31086
31134
|
#
|
|
31087
31135
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-parameters
|
|
31088
31136
|
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#EBSEncryption_supported_instances
|
|
31137
|
+
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImageAttribute.html
|
|
31089
31138
|
# @return [Boolean]
|
|
31090
31139
|
#
|
|
31091
31140
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EbsBlockDevice AWS API Documentation
|
|
@@ -33425,7 +33474,7 @@ module Aws::EC2
|
|
|
33425
33474
|
# @!attribute [rw] client_token
|
|
33426
33475
|
# Unique, case-sensitive identifier that you provide to ensure the
|
|
33427
33476
|
# idempotency of the request. For more information, see [Ensuring
|
|
33428
|
-
#
|
|
33477
|
+
# idempotency][1].
|
|
33429
33478
|
#
|
|
33430
33479
|
# Constraints: Maximum 64 ASCII characters
|
|
33431
33480
|
#
|
|
@@ -34698,26 +34747,18 @@ module Aws::EC2
|
|
|
34698
34747
|
# @return [String]
|
|
34699
34748
|
#
|
|
34700
34749
|
# @!attribute [rw] filters
|
|
34701
|
-
#
|
|
34702
|
-
#
|
|
34703
|
-
# * `coip-address-usage.allocation-id`
|
|
34704
|
-
#
|
|
34705
|
-
# ^
|
|
34706
|
-
# ^
|
|
34707
|
-
#
|
|
34708
|
-
# * `coip-address-usage.aws-account-id`
|
|
34709
|
-
#
|
|
34710
|
-
# ^
|
|
34711
|
-
# ^
|
|
34750
|
+
# One or more filters.
|
|
34712
34751
|
#
|
|
34713
|
-
# * `coip-address-usage.
|
|
34752
|
+
# * `coip-address-usage.allocation-id` - The allocation ID of the
|
|
34753
|
+
# address.
|
|
34714
34754
|
#
|
|
34715
|
-
#
|
|
34716
|
-
#
|
|
34755
|
+
# * `coip-address-usage.aws-account-id` - The ID of the Amazon Web
|
|
34756
|
+
# Services account that is using the customer-owned IP address.
|
|
34717
34757
|
#
|
|
34718
|
-
# * `coip-address-usage.
|
|
34758
|
+
# * `coip-address-usage.aws-service` - The Amazon Web Services service
|
|
34759
|
+
# that is using the customer-owned IP address.
|
|
34719
34760
|
#
|
|
34720
|
-
#
|
|
34761
|
+
# * `coip-address-usage.co-ip` - The customer-owned IP address.
|
|
34721
34762
|
# @return [Array<Types::Filter>]
|
|
34722
34763
|
#
|
|
34723
34764
|
# @!attribute [rw] max_results
|
|
@@ -40304,7 +40345,7 @@ module Aws::EC2
|
|
|
40304
40345
|
# @return [String]
|
|
40305
40346
|
#
|
|
40306
40347
|
# @!attribute [rw] interface_type
|
|
40307
|
-
#
|
|
40348
|
+
# The type of network interface.
|
|
40308
40349
|
#
|
|
40309
40350
|
# Valid values: `interface` \| `efa` \| `trunk`
|
|
40310
40351
|
# @return [String]
|
|
@@ -40571,15 +40612,7 @@ module Aws::EC2
|
|
|
40571
40612
|
# @!attribute [rw] interface_type
|
|
40572
40613
|
# The type of network interface.
|
|
40573
40614
|
#
|
|
40574
|
-
# To create an Elastic Fabric Adapter (EFA), specify `efa`. For more
|
|
40575
|
-
# information, see [Elastic Fabric Adapter][1] in the *Amazon Elastic
|
|
40576
|
-
# Compute Cloud User Guide*.
|
|
40577
|
-
#
|
|
40578
40615
|
# Valid values: `interface` \| `efa`
|
|
40579
|
-
#
|
|
40580
|
-
#
|
|
40581
|
-
#
|
|
40582
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html
|
|
40583
40616
|
# @return [String]
|
|
40584
40617
|
#
|
|
40585
40618
|
# @!attribute [rw] network_card_index
|
|
@@ -44247,6 +44280,16 @@ module Aws::EC2
|
|
|
44247
44280
|
# @return [String]
|
|
44248
44281
|
#
|
|
44249
44282
|
# @!attribute [rw] instance_metadata_tags
|
|
44283
|
+
# Set to `enabled` to allow access to instance tags from the instance
|
|
44284
|
+
# metadata. Set to `disabled` to turn off access to instance tags from
|
|
44285
|
+
# the instance metadata. For more information, see [Work with instance
|
|
44286
|
+
# tags using the instance metadata][1].
|
|
44287
|
+
#
|
|
44288
|
+
# Default: `disabled`
|
|
44289
|
+
#
|
|
44290
|
+
#
|
|
44291
|
+
#
|
|
44292
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS
|
|
44250
44293
|
# @return [String]
|
|
44251
44294
|
#
|
|
44252
44295
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateInstanceMetadataOptions AWS API Documentation
|
|
@@ -45166,8 +45209,9 @@ module Aws::EC2
|
|
|
45166
45209
|
#
|
|
45167
45210
|
# @!attribute [rw] resource_type
|
|
45168
45211
|
# The type of resource to tag. Currently, the resource types that
|
|
45169
|
-
# support tagging on creation are `instance
|
|
45170
|
-
#
|
|
45212
|
+
# support tagging on creation are `instance`, `volume`, `elastic-gpu`,
|
|
45213
|
+
# `network-interface`, and `spot-instances-request`. To tag a resource
|
|
45214
|
+
# after it has been created, see [CreateTags][1].
|
|
45171
45215
|
#
|
|
45172
45216
|
#
|
|
45173
45217
|
#
|
|
@@ -60433,6 +60477,25 @@ module Aws::EC2
|
|
|
60433
60477
|
#
|
|
60434
60478
|
# @!attribute [rw] filters
|
|
60435
60479
|
# One or more filters.
|
|
60480
|
+
#
|
|
60481
|
+
# * `route-search.exact-match` - The exact match of the specified
|
|
60482
|
+
# filter.
|
|
60483
|
+
#
|
|
60484
|
+
# * `route-search.longest-prefix-match` - The longest prefix that
|
|
60485
|
+
# matches the route.
|
|
60486
|
+
#
|
|
60487
|
+
# * `route-search.subnet-of-match` - The routes with a subnet that
|
|
60488
|
+
# match the specified CIDR filter.
|
|
60489
|
+
#
|
|
60490
|
+
# * `route-search.supernet-of-match` - The routes with a CIDR that
|
|
60491
|
+
# encompass the CIDR filter. For example, if you have 10.0.1.0/29
|
|
60492
|
+
# and 10.0.1.0/31 routes in your route table and you specify
|
|
60493
|
+
# `supernet-of-match` as 10.0.1.0/30, then the result returns
|
|
60494
|
+
# 10.0.1.0/29.
|
|
60495
|
+
#
|
|
60496
|
+
# * `state` - The state of the route.
|
|
60497
|
+
#
|
|
60498
|
+
# * `type` - The route type.
|
|
60436
60499
|
# @return [Array<Types::Filter>]
|
|
60437
60500
|
#
|
|
60438
60501
|
# @!attribute [rw] max_results
|
|
@@ -64262,7 +64325,7 @@ module Aws::EC2
|
|
|
64262
64325
|
# The value of the tag.
|
|
64263
64326
|
#
|
|
64264
64327
|
# Constraints: Tag values are case-sensitive and accept a maximum of
|
|
64265
|
-
#
|
|
64328
|
+
# 256 Unicode characters.
|
|
64266
64329
|
# @return [String]
|
|
64267
64330
|
#
|
|
64268
64331
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Tag AWS API Documentation
|
data/lib/aws-sdk-ec2/vpc.rb
CHANGED
|
@@ -1499,6 +1499,14 @@ module Aws::EC2
|
|
|
1499
1499
|
# * `ipv6-addresses.ipv6-address` - An IPv6 address associated with the
|
|
1500
1500
|
# network interface.
|
|
1501
1501
|
#
|
|
1502
|
+
# * `interface-type` - The type of network interface
|
|
1503
|
+
# (`api_gateway_managed` \| `aws_codestar_connections_managed` \|
|
|
1504
|
+
# `branch` \| `efa` \| `gateway_load_balancer` \|
|
|
1505
|
+
# `gateway_load_balancer_endpoint` \| `global_accelerator_managed` \|
|
|
1506
|
+
# `interface` \| `iot_rules_managed` \| `lambda` \| `load_balancer` \|
|
|
1507
|
+
# `nat_gateway` \| `network_load_balancer` \| `quicksight` \|
|
|
1508
|
+
# `transit_gateway` \| `trunk` \| `vpc_endpoint`).
|
|
1509
|
+
#
|
|
1502
1510
|
# * `mac-address` - The MAC address of the network interface.
|
|
1503
1511
|
#
|
|
1504
1512
|
# * `network-interface-id` - The ID of the network interface.
|
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.299.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: 2022-02-
|
|
11
|
+
date: 2022-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|