aws-sdk-ec2 1.397.0 → 1.398.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 503039a7d3a0c2224ccf279659231116b060670dfc0024a44546d9c6c0e5fc5c
4
- data.tar.gz: 26506489850bcaf9a78f03cbaeb54ef4624752e1e50c56566e3645981588bc3d
3
+ metadata.gz: d5999f35bfdaf63b20dad0cc7ce1ce9f73c306ceb36f9421036f1acc991da2dd
4
+ data.tar.gz: cd73b1c786b0a207f66d58408d5eefc98543961160851cb8ca6f5fe6511f4fa6
5
5
  SHA512:
6
- metadata.gz: f43f1325a30a2b4b44e6f886984ffc2e69dd643e876fd042eb0904b6cd79c7dcf4e78e40e7befc82d0568ac4f172b553e23c64e732edc3e6be72ebe941658023
7
- data.tar.gz: 89240c406fd7787ba7d074b2dc5e7e87ff87de1920c4115f0798679f4a339ee6e35d96f3d867c01549fbe28065fe0366ec4a16b6f4ebfb26c4a5ea52c93fb3d4
6
+ metadata.gz: 3c75d852212e651c04d2c487f212dd15df90e523d2cb929b8509cdd5d23678c30f738b161f5e84c80644eae4fd4dccd49ea47c89bc018810966732a3da5fbde5
7
+ data.tar.gz: ad266ee679cea9571d4a7290ba628f98decdd85a9adb2d01a7c4c277bfb1453c85cc3a11a6439bb2f99f3aa005f6bd3c4a6a5875036b8b12e8f2e990187479cb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.398.0 (2023-08-15)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Elastic Compute Cloud (EC2).
8
+
4
9
  1.397.0 (2023-08-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.397.0
1
+ 1.398.0
@@ -6578,8 +6578,7 @@ module Aws::EC2
6578
6578
  # *Amazon Web Services Transit Gateway Guide*.
6579
6579
  #
6580
6580
  # Specify the fields using the `$\{field-id\}` format, separated by
6581
- # spaces. For the CLI, surround this parameter value with single quotes
6582
- # on Linux or double quotes on Windows.
6581
+ # spaces.
6583
6582
  #
6584
6583
  #
6585
6584
  #
@@ -11827,13 +11826,15 @@ module Aws::EC2
11827
11826
  req.send_request(options)
11828
11827
  end
11829
11828
 
11830
- # Creates a subnet CIDR reservation. For information about subnet CIDR
11831
- # reservations, see [Subnet CIDR reservations][1] in the *Amazon Virtual
11832
- # Private Cloud User Guide*.
11829
+ # Creates a subnet CIDR reservation. For more information, see [Subnet
11830
+ # CIDR reservations][1] in the *Amazon Virtual Private Cloud User Guide*
11831
+ # and [Assign prefixes to network interfaces][2] in the *Amazon Elastic
11832
+ # Compute Cloud User Guide*.
11833
11833
  #
11834
11834
  #
11835
11835
  #
11836
11836
  # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/subnet-cidr-reservation.html
11837
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html
11837
11838
  #
11838
11839
  # @option params [required, String] :subnet_id
11839
11840
  # The ID of the subnet.
@@ -11842,22 +11843,14 @@ module Aws::EC2
11842
11843
  # The IPv4 or IPV6 CIDR range to reserve.
11843
11844
  #
11844
11845
  # @option params [required, String] :reservation_type
11845
- # The type of reservation.
11846
- #
11847
- # The following are valid values:
11848
- #
11849
- # * `prefix`: The Amazon EC2 Prefix Delegation feature assigns the IP
11850
- # addresses to network interfaces that are associated with an
11851
- # instance. For information about Prefix Delegation, see [Prefix
11852
- # Delegation for Amazon EC2 network interfaces][1] in the *Amazon
11853
- # Elastic Compute Cloud User Guide*.
11854
- #
11855
- # * `explicit`: You manually assign the IP addresses to resources that
11856
- # reside in your subnet.
11857
- #
11846
+ # The type of reservation. The reservation type determines how the
11847
+ # reserved IP addresses are assigned to resources.
11858
11848
  #
11849
+ # * `prefix` - Amazon Web Services assigns the reserved IP addresses to
11850
+ # network interfaces.
11859
11851
  #
11860
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-delegation.html
11852
+ # * `explicit` - You assign the reserved IP addresses to network
11853
+ # interfaces.
11861
11854
  #
11862
11855
  # @option params [String] :description
11863
11856
  # The description to assign to the subnet CIDR reservation.
@@ -12262,6 +12255,11 @@ module Aws::EC2
12262
12255
  # If you do not want to mirror the entire packet, use the `PacketLength`
12263
12256
  # parameter to specify the number of bytes in each packet to mirror.
12264
12257
  #
12258
+ # For sessions with Network Load Balancer (NLB) Traffic Mirror targets
12259
+ # the default `PacketLength` will be set to 8500. Valid values are
12260
+ # 1-8500. Setting a `PacketLength` greater than 8500 will result in an
12261
+ # error response.
12262
+ #
12265
12263
  # @option params [required, Integer] :session_number
12266
12264
  # The session number determines the order in which sessions are
12267
12265
  # evaluated when an interface is used by multiple sessions. The first
@@ -16070,11 +16068,24 @@ module Aws::EC2
16070
16068
  req.send_request(options)
16071
16069
  end
16072
16070
 
16073
- # Deletes one or more versions of a launch template. You cannot delete
16074
- # the default version of a launch template; you must first assign a
16075
- # different version as the default. If the default version is the only
16076
- # version for the launch template, you must delete the entire launch
16077
- # template using DeleteLaunchTemplate.
16071
+ # Deletes one or more versions of a launch template.
16072
+ #
16073
+ # You can't delete the default version of a launch template; you must
16074
+ # first assign a different version as the default. If the default
16075
+ # version is the only version for the launch template, you must delete
16076
+ # the entire launch template using DeleteLaunchTemplate.
16077
+ #
16078
+ # You can delete up to 200 launch template versions in a single request.
16079
+ # To delete more than 200 versions in a single request, use
16080
+ # DeleteLaunchTemplate, which deletes the launch template and all of its
16081
+ # versions.
16082
+ #
16083
+ # For more information, see [Delete a launch template version][1] in the
16084
+ # *EC2 User Guide*.
16085
+ #
16086
+ #
16087
+ #
16088
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-launch-template-versions.html#delete-launch-template-version
16078
16089
  #
16079
16090
  # @option params [Boolean] :dry_run
16080
16091
  # Checks whether you have the required permissions for the action,
@@ -16096,6 +16107,7 @@ module Aws::EC2
16096
16107
  #
16097
16108
  # @option params [required, Array<String>] :versions
16098
16109
  # The version numbers of one or more launch template versions to delete.
16110
+ # You can specify up to 200 launch template version numbers.
16099
16111
  #
16100
16112
  # @return [Types::DeleteLaunchTemplateVersionsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
16101
16113
  #
@@ -24503,7 +24515,7 @@ module Aws::EC2
24503
24515
  #
24504
24516
  # * `block-device-mapping.attach-time` - The attach time for an EBS
24505
24517
  # volume mapped to the instance, for example,
24506
- # `2010-09-15T17:15:20.000Z`.
24518
+ # `2022-09-15T17:15:20.000Z`.
24507
24519
  #
24508
24520
  # * `block-device-mapping.delete-on-termination` - A Boolean that
24509
24521
  # indicates whether the EBS volume is deleted on instance termination.
@@ -24516,14 +24528,39 @@ module Aws::EC2
24516
24528
  #
24517
24529
  # * `block-device-mapping.volume-id` - The volume ID of the EBS volume.
24518
24530
  #
24531
+ # * `boot-mode` - The boot mode that was specified by the AMI
24532
+ # (`legacy-bios` \| `uefi` \| `uefi-preferred`).
24533
+ #
24519
24534
  # * `capacity-reservation-id` - The ID of the Capacity Reservation into
24520
24535
  # which the instance was launched.
24521
24536
  #
24537
+ # * `capacity-reservation-specification.capacity-reservation-preference`
24538
+ # - The instance's Capacity Reservation preference (`open` \|
24539
+ # `none`).
24540
+ #
24541
+ # * `capacity-reservation-specification.capacity-reservation-target.capacity-reservation-id`
24542
+ # - The ID of the targeted Capacity Reservation.
24543
+ #
24544
+ # * `capacity-reservation-specification.capacity-reservation-target.capacity-reservation-resource-group-arn`
24545
+ # - The ARN of the targeted Capacity Reservation group.
24546
+ #
24522
24547
  # * `client-token` - The idempotency token you provided when you
24523
24548
  # launched the instance.
24524
24549
  #
24550
+ # * `current-instance-boot-mode` - The boot mode that is used to launch
24551
+ # the instance at launch or start (`legacy-bios` \| `uefi`).
24552
+ #
24525
24553
  # * `dns-name` - The public DNS name of the instance.
24526
24554
  #
24555
+ # * `ebs-optimized` - A Boolean that indicates whether the instance is
24556
+ # optimized for Amazon EBS I/O.
24557
+ #
24558
+ # * `ena-support` - A Boolean that indicates whether the instance is
24559
+ # enabled for enhanced networking with ENA.
24560
+ #
24561
+ # * `enclave-options.enabled` - A Boolean that indicates whether the
24562
+ # instance is enabled for Amazon Web Services Nitro Enclaves.
24563
+ #
24527
24564
  # * `hibernation-options.configured` - A Boolean that indicates whether
24528
24565
  # the instance is enabled for hibernation. A value of `true` means
24529
24566
  # that the instance is enabled for hibernation.
@@ -24537,6 +24574,12 @@ module Aws::EC2
24537
24574
  # * `iam-instance-profile.arn` - The instance profile associated with
24538
24575
  # the instance. Specified as an ARN.
24539
24576
  #
24577
+ # * `iam-instance-profile.id` - The instance profile associated with the
24578
+ # instance. Specified as an ID.
24579
+ #
24580
+ # * `iam-instance-profile.name` - The instance profile associated with
24581
+ # the instance. Specified as an name.
24582
+ #
24540
24583
  # * `image-id` - The ID of the image used to launch the instance.
24541
24584
  #
24542
24585
  # * `instance-id` - The ID of the instance.
@@ -24563,6 +24606,8 @@ module Aws::EC2
24563
24606
  #
24564
24607
  # * `ip-address` - The public IPv4 address of the instance.
24565
24608
  #
24609
+ # * `ipv6-address` - The IPv6 address of the instance.
24610
+ #
24566
24611
  # * `kernel-id` - The kernel ID.
24567
24612
  #
24568
24613
  # * `key-name` - The name of the key pair used when the instance was
@@ -24577,29 +24622,43 @@ module Aws::EC2
24577
24622
  # example, `2021-09-29T11:04:43.305Z`. You can use a wildcard (`*`),
24578
24623
  # for example, `2021-09-29T*`, which matches an entire day.
24579
24624
  #
24580
- # * `metadata-options.http-tokens` - The metadata request authorization
24581
- # state (`optional` \| `required`)
24625
+ # * `license-pool` -
24626
+ #
24627
+ # * `maintenance-options.auto-recovery` - The current automatic recovery
24628
+ # behavior of the instance (`disabled` \| `default`).
24629
+ #
24630
+ # * `metadata-options.http-endpoint` - The status of access to the HTTP
24631
+ # metadata endpoint on your instance (`enabled` \| `disabled`)
24632
+ #
24633
+ # * `metadata-options.http-protocol-ipv4` - Indicates whether the IPv4
24634
+ # endpoint is enabled (`disabled` \| `enabled`).
24635
+ #
24636
+ # * `metadata-options.http-protocol-ipv6` - Indicates whether the IPv6
24637
+ # endpoint is enabled (`disabled` \| `enabled`).
24582
24638
  #
24583
24639
  # * `metadata-options.http-put-response-hop-limit` - The HTTP metadata
24584
24640
  # request put response hop limit (integer, possible values `1` to
24585
24641
  # `64`)
24586
24642
  #
24587
- # * `metadata-options.http-endpoint` - The status of access to the HTTP
24588
- # metadata endpoint on your instance (`enabled` \| `disabled`)
24643
+ # * `metadata-options.http-tokens` - The metadata request authorization
24644
+ # state (`optional` \| `required`)
24589
24645
  #
24590
24646
  # * `metadata-options.instance-metadata-tags` - The status of access to
24591
24647
  # instance tags from the instance metadata (`enabled` \| `disabled`)
24592
24648
  #
24649
+ # * `metadata-options.state` - The state of the metadata option changes
24650
+ # (`pending` \| `applied`).
24651
+ #
24593
24652
  # * `monitoring-state` - Indicates whether detailed monitoring is
24594
24653
  # enabled (`disabled` \| `enabled`).
24595
24654
  #
24596
- # * `network-interface.addresses.private-ip-address` - The private IPv4
24597
- # address associated with the network interface.
24598
- #
24599
24655
  # * `network-interface.addresses.primary` - Specifies whether the IPv4
24600
24656
  # address of the network interface is the primary private IPv4
24601
24657
  # address.
24602
24658
  #
24659
+ # * `network-interface.addresses.private-ip-address` - The private IPv4
24660
+ # address associated with the network interface.
24661
+ #
24603
24662
  # * `network-interface.addresses.association.public-ip` - The ID of the
24604
24663
  # association of an Elastic IP address (IPv4) with a network
24605
24664
  # interface.
@@ -24704,8 +24763,31 @@ module Aws::EC2
24704
24763
  # * `platform` - The platform. To list only Windows instances, use
24705
24764
  # `windows`.
24706
24765
  #
24766
+ # * `platform-details` - The platform (`Linux/UNIX` \| `Red Hat BYOL
24767
+ # Linux` \| ` Red Hat Enterprise Linux` \| `Red Hat Enterprise Linux
24768
+ # with HA` \| `Red Hat Enterprise Linux with SQL Server Standard and
24769
+ # HA` \| `Red Hat Enterprise Linux with SQL Server Enterprise and HA`
24770
+ # \| `Red Hat Enterprise Linux with SQL Server Standard` \| `Red Hat
24771
+ # Enterprise Linux with SQL Server Web` \| `Red Hat Enterprise Linux
24772
+ # with SQL Server Enterprise` \| `SQL Server Enterprise` \| `SQL
24773
+ # Server Standard` \| `SQL Server Web` \| `SUSE Linux` \| `Ubuntu Pro`
24774
+ # \| `Windows` \| `Windows BYOL` \| `Windows with SQL Server
24775
+ # Enterprise` \| `Windows with SQL Server Standard` \| `Windows with
24776
+ # SQL Server Web`).
24777
+ #
24707
24778
  # * `private-dns-name` - The private IPv4 DNS name of the instance.
24708
24779
  #
24780
+ # * `private-dns-name-options.enable-resource-name-dns-a-record` - A
24781
+ # Boolean that indicates whether to respond to DNS queries for
24782
+ # instance hostnames with DNS A records.
24783
+ #
24784
+ # * `private-dns-name-options.enable-resource-name-dns-aaaa-record` - A
24785
+ # Boolean that indicates whether to respond to DNS queries for
24786
+ # instance hostnames with DNS AAAA records.
24787
+ #
24788
+ # * `private-dns-name-options.hostname-type` - The type of hostname
24789
+ # (`ip-name` \| `resource-name`).
24790
+ #
24709
24791
  # * `private-ip-address` - The private IPv4 address of the instance.
24710
24792
  #
24711
24793
  # * `product-code` - The product code associated with the AMI used to
@@ -24766,6 +24848,21 @@ module Aws::EC2
24766
24848
  # * `tenancy` - The tenancy of an instance (`dedicated` \| `default` \|
24767
24849
  # `host`).
24768
24850
  #
24851
+ # * `tpm-support` - Indicates if the instance is configured for NitroTPM
24852
+ # support (`v2.0`).
24853
+ #
24854
+ # * `usage-operation` - The usage operation value for the instance
24855
+ # (`RunInstances` \| `RunInstances:00g0` \| `RunInstances:0010` \|
24856
+ # `RunInstances:1010` \| `RunInstances:1014` \| `RunInstances:1110` \|
24857
+ # `RunInstances:0014` \| `RunInstances:0210` \| `RunInstances:0110` \|
24858
+ # `RunInstances:0100` \| `RunInstances:0004` \| `RunInstances:0200` \|
24859
+ # `RunInstances:000g` \| `RunInstances:0g00` \| `RunInstances:0002` \|
24860
+ # `RunInstances:0800` \| `RunInstances:0102` \| `RunInstances:0006` \|
24861
+ # `RunInstances:0202`).
24862
+ #
24863
+ # * `usage-operation-update-time` - The time that the usage operation
24864
+ # was last updated, for example, `2022-09-15T17:15:20.000Z`.
24865
+ #
24769
24866
  # * `virtualization-type` - The virtualization type of the instance
24770
24867
  # (`paravirtual` \| `hvm`).
24771
24868
  #
@@ -47202,6 +47299,11 @@ module Aws::EC2
47202
47299
  # target. Do not specify this parameter when you want to mirror the
47203
47300
  # entire packet.
47204
47301
  #
47302
+ # For sessions with Network Load Balancer (NLB) traffic mirror targets,
47303
+ # the default `PacketLength` will be set to 8500. Valid values are
47304
+ # 1-8500. Setting a `PacketLength` greater than 8500 will result in an
47305
+ # error response.
47306
+ #
47205
47307
  # @option params [Integer] :session_number
47206
47308
  # The session number determines the order in which sessions are
47207
47309
  # evaluated when an interface is used by multiple sessions. The first
@@ -56609,7 +56711,7 @@ module Aws::EC2
56609
56711
  params: params,
56610
56712
  config: config)
56611
56713
  context[:gem_name] = 'aws-sdk-ec2'
56612
- context[:gem_version] = '1.397.0'
56714
+ context[:gem_version] = '1.398.0'
56613
56715
  Seahorse::Client::Request.new(handlers, context)
56614
56716
  end
56615
56717
 
@@ -265,7 +265,7 @@ module Aws::EC2
265
265
  #
266
266
  # * `block-device-mapping.attach-time` - The attach time for an EBS
267
267
  # volume mapped to the instance, for example,
268
- # `2010-09-15T17:15:20.000Z`.
268
+ # `2022-09-15T17:15:20.000Z`.
269
269
  #
270
270
  # * `block-device-mapping.delete-on-termination` - A Boolean that
271
271
  # indicates whether the EBS volume is deleted on instance termination.
@@ -278,14 +278,39 @@ module Aws::EC2
278
278
  #
279
279
  # * `block-device-mapping.volume-id` - The volume ID of the EBS volume.
280
280
  #
281
+ # * `boot-mode` - The boot mode that was specified by the AMI
282
+ # (`legacy-bios` \| `uefi` \| `uefi-preferred`).
283
+ #
281
284
  # * `capacity-reservation-id` - The ID of the Capacity Reservation into
282
285
  # which the instance was launched.
283
286
  #
287
+ # * `capacity-reservation-specification.capacity-reservation-preference`
288
+ # - The instance's Capacity Reservation preference (`open` \|
289
+ # `none`).
290
+ #
291
+ # * `capacity-reservation-specification.capacity-reservation-target.capacity-reservation-id`
292
+ # - The ID of the targeted Capacity Reservation.
293
+ #
294
+ # * `capacity-reservation-specification.capacity-reservation-target.capacity-reservation-resource-group-arn`
295
+ # - The ARN of the targeted Capacity Reservation group.
296
+ #
284
297
  # * `client-token` - The idempotency token you provided when you
285
298
  # launched the instance.
286
299
  #
300
+ # * `current-instance-boot-mode` - The boot mode that is used to launch
301
+ # the instance at launch or start (`legacy-bios` \| `uefi`).
302
+ #
287
303
  # * `dns-name` - The public DNS name of the instance.
288
304
  #
305
+ # * `ebs-optimized` - A Boolean that indicates whether the instance is
306
+ # optimized for Amazon EBS I/O.
307
+ #
308
+ # * `ena-support` - A Boolean that indicates whether the instance is
309
+ # enabled for enhanced networking with ENA.
310
+ #
311
+ # * `enclave-options.enabled` - A Boolean that indicates whether the
312
+ # instance is enabled for Amazon Web Services Nitro Enclaves.
313
+ #
289
314
  # * `hibernation-options.configured` - A Boolean that indicates whether
290
315
  # the instance is enabled for hibernation. A value of `true` means
291
316
  # that the instance is enabled for hibernation.
@@ -299,6 +324,12 @@ module Aws::EC2
299
324
  # * `iam-instance-profile.arn` - The instance profile associated with
300
325
  # the instance. Specified as an ARN.
301
326
  #
327
+ # * `iam-instance-profile.id` - The instance profile associated with the
328
+ # instance. Specified as an ID.
329
+ #
330
+ # * `iam-instance-profile.name` - The instance profile associated with
331
+ # the instance. Specified as an name.
332
+ #
302
333
  # * `image-id` - The ID of the image used to launch the instance.
303
334
  #
304
335
  # * `instance-id` - The ID of the instance.
@@ -325,6 +356,8 @@ module Aws::EC2
325
356
  #
326
357
  # * `ip-address` - The public IPv4 address of the instance.
327
358
  #
359
+ # * `ipv6-address` - The IPv6 address of the instance.
360
+ #
328
361
  # * `kernel-id` - The kernel ID.
329
362
  #
330
363
  # * `key-name` - The name of the key pair used when the instance was
@@ -339,29 +372,43 @@ module Aws::EC2
339
372
  # example, `2021-09-29T11:04:43.305Z`. You can use a wildcard (`*`),
340
373
  # for example, `2021-09-29T*`, which matches an entire day.
341
374
  #
342
- # * `metadata-options.http-tokens` - The metadata request authorization
343
- # state (`optional` \| `required`)
375
+ # * `license-pool` -
376
+ #
377
+ # * `maintenance-options.auto-recovery` - The current automatic recovery
378
+ # behavior of the instance (`disabled` \| `default`).
379
+ #
380
+ # * `metadata-options.http-endpoint` - The status of access to the HTTP
381
+ # metadata endpoint on your instance (`enabled` \| `disabled`)
382
+ #
383
+ # * `metadata-options.http-protocol-ipv4` - Indicates whether the IPv4
384
+ # endpoint is enabled (`disabled` \| `enabled`).
385
+ #
386
+ # * `metadata-options.http-protocol-ipv6` - Indicates whether the IPv6
387
+ # endpoint is enabled (`disabled` \| `enabled`).
344
388
  #
345
389
  # * `metadata-options.http-put-response-hop-limit` - The HTTP metadata
346
390
  # request put response hop limit (integer, possible values `1` to
347
391
  # `64`)
348
392
  #
349
- # * `metadata-options.http-endpoint` - The status of access to the HTTP
350
- # metadata endpoint on your instance (`enabled` \| `disabled`)
393
+ # * `metadata-options.http-tokens` - The metadata request authorization
394
+ # state (`optional` \| `required`)
351
395
  #
352
396
  # * `metadata-options.instance-metadata-tags` - The status of access to
353
397
  # instance tags from the instance metadata (`enabled` \| `disabled`)
354
398
  #
399
+ # * `metadata-options.state` - The state of the metadata option changes
400
+ # (`pending` \| `applied`).
401
+ #
355
402
  # * `monitoring-state` - Indicates whether detailed monitoring is
356
403
  # enabled (`disabled` \| `enabled`).
357
404
  #
358
- # * `network-interface.addresses.private-ip-address` - The private IPv4
359
- # address associated with the network interface.
360
- #
361
405
  # * `network-interface.addresses.primary` - Specifies whether the IPv4
362
406
  # address of the network interface is the primary private IPv4
363
407
  # address.
364
408
  #
409
+ # * `network-interface.addresses.private-ip-address` - The private IPv4
410
+ # address associated with the network interface.
411
+ #
365
412
  # * `network-interface.addresses.association.public-ip` - The ID of the
366
413
  # association of an Elastic IP address (IPv4) with a network
367
414
  # interface.
@@ -466,8 +513,31 @@ module Aws::EC2
466
513
  # * `platform` - The platform. To list only Windows instances, use
467
514
  # `windows`.
468
515
  #
516
+ # * `platform-details` - The platform (`Linux/UNIX` \| `Red Hat BYOL
517
+ # Linux` \| ` Red Hat Enterprise Linux` \| `Red Hat Enterprise Linux
518
+ # with HA` \| `Red Hat Enterprise Linux with SQL Server Standard and
519
+ # HA` \| `Red Hat Enterprise Linux with SQL Server Enterprise and HA`
520
+ # \| `Red Hat Enterprise Linux with SQL Server Standard` \| `Red Hat
521
+ # Enterprise Linux with SQL Server Web` \| `Red Hat Enterprise Linux
522
+ # with SQL Server Enterprise` \| `SQL Server Enterprise` \| `SQL
523
+ # Server Standard` \| `SQL Server Web` \| `SUSE Linux` \| `Ubuntu Pro`
524
+ # \| `Windows` \| `Windows BYOL` \| `Windows with SQL Server
525
+ # Enterprise` \| `Windows with SQL Server Standard` \| `Windows with
526
+ # SQL Server Web`).
527
+ #
469
528
  # * `private-dns-name` - The private IPv4 DNS name of the instance.
470
529
  #
530
+ # * `private-dns-name-options.enable-resource-name-dns-a-record` - A
531
+ # Boolean that indicates whether to respond to DNS queries for
532
+ # instance hostnames with DNS A records.
533
+ #
534
+ # * `private-dns-name-options.enable-resource-name-dns-aaaa-record` - A
535
+ # Boolean that indicates whether to respond to DNS queries for
536
+ # instance hostnames with DNS AAAA records.
537
+ #
538
+ # * `private-dns-name-options.hostname-type` - The type of hostname
539
+ # (`ip-name` \| `resource-name`).
540
+ #
471
541
  # * `private-ip-address` - The private IPv4 address of the instance.
472
542
  #
473
543
  # * `product-code` - The product code associated with the AMI used to
@@ -528,6 +598,21 @@ module Aws::EC2
528
598
  # * `tenancy` - The tenancy of an instance (`dedicated` \| `default` \|
529
599
  # `host`).
530
600
  #
601
+ # * `tpm-support` - Indicates if the instance is configured for NitroTPM
602
+ # support (`v2.0`).
603
+ #
604
+ # * `usage-operation` - The usage operation value for the instance
605
+ # (`RunInstances` \| `RunInstances:00g0` \| `RunInstances:0010` \|
606
+ # `RunInstances:1010` \| `RunInstances:1014` \| `RunInstances:1110` \|
607
+ # `RunInstances:0014` \| `RunInstances:0210` \| `RunInstances:0110` \|
608
+ # `RunInstances:0100` \| `RunInstances:0004` \| `RunInstances:0200` \|
609
+ # `RunInstances:000g` \| `RunInstances:0g00` \| `RunInstances:0002` \|
610
+ # `RunInstances:0800` \| `RunInstances:0102` \| `RunInstances:0006` \|
611
+ # `RunInstances:0202`).
612
+ #
613
+ # * `usage-operation-update-time` - The time that the usage operation
614
+ # was last updated, for example, `2022-09-15T17:15:20.000Z`.
615
+ #
531
616
  # * `virtualization-type` - The virtualization type of the instance
532
617
  # (`paravirtual` \| `hvm`).
533
618
  #
@@ -2377,7 +2377,7 @@ module Aws::EC2
2377
2377
  #
2378
2378
  # * `block-device-mapping.attach-time` - The attach time for an EBS
2379
2379
  # volume mapped to the instance, for example,
2380
- # `2010-09-15T17:15:20.000Z`.
2380
+ # `2022-09-15T17:15:20.000Z`.
2381
2381
  #
2382
2382
  # * `block-device-mapping.delete-on-termination` - A Boolean that
2383
2383
  # indicates whether the EBS volume is deleted on instance termination.
@@ -2390,14 +2390,39 @@ module Aws::EC2
2390
2390
  #
2391
2391
  # * `block-device-mapping.volume-id` - The volume ID of the EBS volume.
2392
2392
  #
2393
+ # * `boot-mode` - The boot mode that was specified by the AMI
2394
+ # (`legacy-bios` \| `uefi` \| `uefi-preferred`).
2395
+ #
2393
2396
  # * `capacity-reservation-id` - The ID of the Capacity Reservation into
2394
2397
  # which the instance was launched.
2395
2398
  #
2399
+ # * `capacity-reservation-specification.capacity-reservation-preference`
2400
+ # - The instance's Capacity Reservation preference (`open` \|
2401
+ # `none`).
2402
+ #
2403
+ # * `capacity-reservation-specification.capacity-reservation-target.capacity-reservation-id`
2404
+ # - The ID of the targeted Capacity Reservation.
2405
+ #
2406
+ # * `capacity-reservation-specification.capacity-reservation-target.capacity-reservation-resource-group-arn`
2407
+ # - The ARN of the targeted Capacity Reservation group.
2408
+ #
2396
2409
  # * `client-token` - The idempotency token you provided when you
2397
2410
  # launched the instance.
2398
2411
  #
2412
+ # * `current-instance-boot-mode` - The boot mode that is used to launch
2413
+ # the instance at launch or start (`legacy-bios` \| `uefi`).
2414
+ #
2399
2415
  # * `dns-name` - The public DNS name of the instance.
2400
2416
  #
2417
+ # * `ebs-optimized` - A Boolean that indicates whether the instance is
2418
+ # optimized for Amazon EBS I/O.
2419
+ #
2420
+ # * `ena-support` - A Boolean that indicates whether the instance is
2421
+ # enabled for enhanced networking with ENA.
2422
+ #
2423
+ # * `enclave-options.enabled` - A Boolean that indicates whether the
2424
+ # instance is enabled for Amazon Web Services Nitro Enclaves.
2425
+ #
2401
2426
  # * `hibernation-options.configured` - A Boolean that indicates whether
2402
2427
  # the instance is enabled for hibernation. A value of `true` means
2403
2428
  # that the instance is enabled for hibernation.
@@ -2411,6 +2436,12 @@ module Aws::EC2
2411
2436
  # * `iam-instance-profile.arn` - The instance profile associated with
2412
2437
  # the instance. Specified as an ARN.
2413
2438
  #
2439
+ # * `iam-instance-profile.id` - The instance profile associated with the
2440
+ # instance. Specified as an ID.
2441
+ #
2442
+ # * `iam-instance-profile.name` - The instance profile associated with
2443
+ # the instance. Specified as an name.
2444
+ #
2414
2445
  # * `image-id` - The ID of the image used to launch the instance.
2415
2446
  #
2416
2447
  # * `instance-id` - The ID of the instance.
@@ -2437,6 +2468,8 @@ module Aws::EC2
2437
2468
  #
2438
2469
  # * `ip-address` - The public IPv4 address of the instance.
2439
2470
  #
2471
+ # * `ipv6-address` - The IPv6 address of the instance.
2472
+ #
2440
2473
  # * `kernel-id` - The kernel ID.
2441
2474
  #
2442
2475
  # * `key-name` - The name of the key pair used when the instance was
@@ -2451,29 +2484,43 @@ module Aws::EC2
2451
2484
  # example, `2021-09-29T11:04:43.305Z`. You can use a wildcard (`*`),
2452
2485
  # for example, `2021-09-29T*`, which matches an entire day.
2453
2486
  #
2454
- # * `metadata-options.http-tokens` - The metadata request authorization
2455
- # state (`optional` \| `required`)
2487
+ # * `license-pool` -
2488
+ #
2489
+ # * `maintenance-options.auto-recovery` - The current automatic recovery
2490
+ # behavior of the instance (`disabled` \| `default`).
2491
+ #
2492
+ # * `metadata-options.http-endpoint` - The status of access to the HTTP
2493
+ # metadata endpoint on your instance (`enabled` \| `disabled`)
2494
+ #
2495
+ # * `metadata-options.http-protocol-ipv4` - Indicates whether the IPv4
2496
+ # endpoint is enabled (`disabled` \| `enabled`).
2497
+ #
2498
+ # * `metadata-options.http-protocol-ipv6` - Indicates whether the IPv6
2499
+ # endpoint is enabled (`disabled` \| `enabled`).
2456
2500
  #
2457
2501
  # * `metadata-options.http-put-response-hop-limit` - The HTTP metadata
2458
2502
  # request put response hop limit (integer, possible values `1` to
2459
2503
  # `64`)
2460
2504
  #
2461
- # * `metadata-options.http-endpoint` - The status of access to the HTTP
2462
- # metadata endpoint on your instance (`enabled` \| `disabled`)
2505
+ # * `metadata-options.http-tokens` - The metadata request authorization
2506
+ # state (`optional` \| `required`)
2463
2507
  #
2464
2508
  # * `metadata-options.instance-metadata-tags` - The status of access to
2465
2509
  # instance tags from the instance metadata (`enabled` \| `disabled`)
2466
2510
  #
2511
+ # * `metadata-options.state` - The state of the metadata option changes
2512
+ # (`pending` \| `applied`).
2513
+ #
2467
2514
  # * `monitoring-state` - Indicates whether detailed monitoring is
2468
2515
  # enabled (`disabled` \| `enabled`).
2469
2516
  #
2470
- # * `network-interface.addresses.private-ip-address` - The private IPv4
2471
- # address associated with the network interface.
2472
- #
2473
2517
  # * `network-interface.addresses.primary` - Specifies whether the IPv4
2474
2518
  # address of the network interface is the primary private IPv4
2475
2519
  # address.
2476
2520
  #
2521
+ # * `network-interface.addresses.private-ip-address` - The private IPv4
2522
+ # address associated with the network interface.
2523
+ #
2477
2524
  # * `network-interface.addresses.association.public-ip` - The ID of the
2478
2525
  # association of an Elastic IP address (IPv4) with a network
2479
2526
  # interface.
@@ -2578,8 +2625,31 @@ module Aws::EC2
2578
2625
  # * `platform` - The platform. To list only Windows instances, use
2579
2626
  # `windows`.
2580
2627
  #
2628
+ # * `platform-details` - The platform (`Linux/UNIX` \| `Red Hat BYOL
2629
+ # Linux` \| ` Red Hat Enterprise Linux` \| `Red Hat Enterprise Linux
2630
+ # with HA` \| `Red Hat Enterprise Linux with SQL Server Standard and
2631
+ # HA` \| `Red Hat Enterprise Linux with SQL Server Enterprise and HA`
2632
+ # \| `Red Hat Enterprise Linux with SQL Server Standard` \| `Red Hat
2633
+ # Enterprise Linux with SQL Server Web` \| `Red Hat Enterprise Linux
2634
+ # with SQL Server Enterprise` \| `SQL Server Enterprise` \| `SQL
2635
+ # Server Standard` \| `SQL Server Web` \| `SUSE Linux` \| `Ubuntu Pro`
2636
+ # \| `Windows` \| `Windows BYOL` \| `Windows with SQL Server
2637
+ # Enterprise` \| `Windows with SQL Server Standard` \| `Windows with
2638
+ # SQL Server Web`).
2639
+ #
2581
2640
  # * `private-dns-name` - The private IPv4 DNS name of the instance.
2582
2641
  #
2642
+ # * `private-dns-name-options.enable-resource-name-dns-a-record` - A
2643
+ # Boolean that indicates whether to respond to DNS queries for
2644
+ # instance hostnames with DNS A records.
2645
+ #
2646
+ # * `private-dns-name-options.enable-resource-name-dns-aaaa-record` - A
2647
+ # Boolean that indicates whether to respond to DNS queries for
2648
+ # instance hostnames with DNS AAAA records.
2649
+ #
2650
+ # * `private-dns-name-options.hostname-type` - The type of hostname
2651
+ # (`ip-name` \| `resource-name`).
2652
+ #
2583
2653
  # * `private-ip-address` - The private IPv4 address of the instance.
2584
2654
  #
2585
2655
  # * `product-code` - The product code associated with the AMI used to
@@ -2640,6 +2710,21 @@ module Aws::EC2
2640
2710
  # * `tenancy` - The tenancy of an instance (`dedicated` \| `default` \|
2641
2711
  # `host`).
2642
2712
  #
2713
+ # * `tpm-support` - Indicates if the instance is configured for NitroTPM
2714
+ # support (`v2.0`).
2715
+ #
2716
+ # * `usage-operation` - The usage operation value for the instance
2717
+ # (`RunInstances` \| `RunInstances:00g0` \| `RunInstances:0010` \|
2718
+ # `RunInstances:1010` \| `RunInstances:1014` \| `RunInstances:1110` \|
2719
+ # `RunInstances:0014` \| `RunInstances:0210` \| `RunInstances:0110` \|
2720
+ # `RunInstances:0100` \| `RunInstances:0004` \| `RunInstances:0200` \|
2721
+ # `RunInstances:000g` \| `RunInstances:0g00` \| `RunInstances:0002` \|
2722
+ # `RunInstances:0800` \| `RunInstances:0102` \| `RunInstances:0006` \|
2723
+ # `RunInstances:0202`).
2724
+ #
2725
+ # * `usage-operation-update-time` - The time that the usage operation
2726
+ # was last updated, for example, `2022-09-15T17:15:20.000Z`.
2727
+ #
2643
2728
  # * `virtualization-type` - The virtualization type of the instance
2644
2729
  # (`paravirtual` \| `hvm`).
2645
2730
  #
@@ -1159,7 +1159,7 @@ module Aws::EC2
1159
1159
  #
1160
1160
  # * `block-device-mapping.attach-time` - The attach time for an EBS
1161
1161
  # volume mapped to the instance, for example,
1162
- # `2010-09-15T17:15:20.000Z`.
1162
+ # `2022-09-15T17:15:20.000Z`.
1163
1163
  #
1164
1164
  # * `block-device-mapping.delete-on-termination` - A Boolean that
1165
1165
  # indicates whether the EBS volume is deleted on instance termination.
@@ -1172,14 +1172,39 @@ module Aws::EC2
1172
1172
  #
1173
1173
  # * `block-device-mapping.volume-id` - The volume ID of the EBS volume.
1174
1174
  #
1175
+ # * `boot-mode` - The boot mode that was specified by the AMI
1176
+ # (`legacy-bios` \| `uefi` \| `uefi-preferred`).
1177
+ #
1175
1178
  # * `capacity-reservation-id` - The ID of the Capacity Reservation into
1176
1179
  # which the instance was launched.
1177
1180
  #
1181
+ # * `capacity-reservation-specification.capacity-reservation-preference`
1182
+ # - The instance's Capacity Reservation preference (`open` \|
1183
+ # `none`).
1184
+ #
1185
+ # * `capacity-reservation-specification.capacity-reservation-target.capacity-reservation-id`
1186
+ # - The ID of the targeted Capacity Reservation.
1187
+ #
1188
+ # * `capacity-reservation-specification.capacity-reservation-target.capacity-reservation-resource-group-arn`
1189
+ # - The ARN of the targeted Capacity Reservation group.
1190
+ #
1178
1191
  # * `client-token` - The idempotency token you provided when you
1179
1192
  # launched the instance.
1180
1193
  #
1194
+ # * `current-instance-boot-mode` - The boot mode that is used to launch
1195
+ # the instance at launch or start (`legacy-bios` \| `uefi`).
1196
+ #
1181
1197
  # * `dns-name` - The public DNS name of the instance.
1182
1198
  #
1199
+ # * `ebs-optimized` - A Boolean that indicates whether the instance is
1200
+ # optimized for Amazon EBS I/O.
1201
+ #
1202
+ # * `ena-support` - A Boolean that indicates whether the instance is
1203
+ # enabled for enhanced networking with ENA.
1204
+ #
1205
+ # * `enclave-options.enabled` - A Boolean that indicates whether the
1206
+ # instance is enabled for Amazon Web Services Nitro Enclaves.
1207
+ #
1183
1208
  # * `hibernation-options.configured` - A Boolean that indicates whether
1184
1209
  # the instance is enabled for hibernation. A value of `true` means
1185
1210
  # that the instance is enabled for hibernation.
@@ -1193,6 +1218,12 @@ module Aws::EC2
1193
1218
  # * `iam-instance-profile.arn` - The instance profile associated with
1194
1219
  # the instance. Specified as an ARN.
1195
1220
  #
1221
+ # * `iam-instance-profile.id` - The instance profile associated with the
1222
+ # instance. Specified as an ID.
1223
+ #
1224
+ # * `iam-instance-profile.name` - The instance profile associated with
1225
+ # the instance. Specified as an name.
1226
+ #
1196
1227
  # * `image-id` - The ID of the image used to launch the instance.
1197
1228
  #
1198
1229
  # * `instance-id` - The ID of the instance.
@@ -1219,6 +1250,8 @@ module Aws::EC2
1219
1250
  #
1220
1251
  # * `ip-address` - The public IPv4 address of the instance.
1221
1252
  #
1253
+ # * `ipv6-address` - The IPv6 address of the instance.
1254
+ #
1222
1255
  # * `kernel-id` - The kernel ID.
1223
1256
  #
1224
1257
  # * `key-name` - The name of the key pair used when the instance was
@@ -1233,29 +1266,43 @@ module Aws::EC2
1233
1266
  # example, `2021-09-29T11:04:43.305Z`. You can use a wildcard (`*`),
1234
1267
  # for example, `2021-09-29T*`, which matches an entire day.
1235
1268
  #
1236
- # * `metadata-options.http-tokens` - The metadata request authorization
1237
- # state (`optional` \| `required`)
1269
+ # * `license-pool` -
1270
+ #
1271
+ # * `maintenance-options.auto-recovery` - The current automatic recovery
1272
+ # behavior of the instance (`disabled` \| `default`).
1273
+ #
1274
+ # * `metadata-options.http-endpoint` - The status of access to the HTTP
1275
+ # metadata endpoint on your instance (`enabled` \| `disabled`)
1276
+ #
1277
+ # * `metadata-options.http-protocol-ipv4` - Indicates whether the IPv4
1278
+ # endpoint is enabled (`disabled` \| `enabled`).
1279
+ #
1280
+ # * `metadata-options.http-protocol-ipv6` - Indicates whether the IPv6
1281
+ # endpoint is enabled (`disabled` \| `enabled`).
1238
1282
  #
1239
1283
  # * `metadata-options.http-put-response-hop-limit` - The HTTP metadata
1240
1284
  # request put response hop limit (integer, possible values `1` to
1241
1285
  # `64`)
1242
1286
  #
1243
- # * `metadata-options.http-endpoint` - The status of access to the HTTP
1244
- # metadata endpoint on your instance (`enabled` \| `disabled`)
1287
+ # * `metadata-options.http-tokens` - The metadata request authorization
1288
+ # state (`optional` \| `required`)
1245
1289
  #
1246
1290
  # * `metadata-options.instance-metadata-tags` - The status of access to
1247
1291
  # instance tags from the instance metadata (`enabled` \| `disabled`)
1248
1292
  #
1293
+ # * `metadata-options.state` - The state of the metadata option changes
1294
+ # (`pending` \| `applied`).
1295
+ #
1249
1296
  # * `monitoring-state` - Indicates whether detailed monitoring is
1250
1297
  # enabled (`disabled` \| `enabled`).
1251
1298
  #
1252
- # * `network-interface.addresses.private-ip-address` - The private IPv4
1253
- # address associated with the network interface.
1254
- #
1255
1299
  # * `network-interface.addresses.primary` - Specifies whether the IPv4
1256
1300
  # address of the network interface is the primary private IPv4
1257
1301
  # address.
1258
1302
  #
1303
+ # * `network-interface.addresses.private-ip-address` - The private IPv4
1304
+ # address associated with the network interface.
1305
+ #
1259
1306
  # * `network-interface.addresses.association.public-ip` - The ID of the
1260
1307
  # association of an Elastic IP address (IPv4) with a network
1261
1308
  # interface.
@@ -1360,8 +1407,31 @@ module Aws::EC2
1360
1407
  # * `platform` - The platform. To list only Windows instances, use
1361
1408
  # `windows`.
1362
1409
  #
1410
+ # * `platform-details` - The platform (`Linux/UNIX` \| `Red Hat BYOL
1411
+ # Linux` \| ` Red Hat Enterprise Linux` \| `Red Hat Enterprise Linux
1412
+ # with HA` \| `Red Hat Enterprise Linux with SQL Server Standard and
1413
+ # HA` \| `Red Hat Enterprise Linux with SQL Server Enterprise and HA`
1414
+ # \| `Red Hat Enterprise Linux with SQL Server Standard` \| `Red Hat
1415
+ # Enterprise Linux with SQL Server Web` \| `Red Hat Enterprise Linux
1416
+ # with SQL Server Enterprise` \| `SQL Server Enterprise` \| `SQL
1417
+ # Server Standard` \| `SQL Server Web` \| `SUSE Linux` \| `Ubuntu Pro`
1418
+ # \| `Windows` \| `Windows BYOL` \| `Windows with SQL Server
1419
+ # Enterprise` \| `Windows with SQL Server Standard` \| `Windows with
1420
+ # SQL Server Web`).
1421
+ #
1363
1422
  # * `private-dns-name` - The private IPv4 DNS name of the instance.
1364
1423
  #
1424
+ # * `private-dns-name-options.enable-resource-name-dns-a-record` - A
1425
+ # Boolean that indicates whether to respond to DNS queries for
1426
+ # instance hostnames with DNS A records.
1427
+ #
1428
+ # * `private-dns-name-options.enable-resource-name-dns-aaaa-record` - A
1429
+ # Boolean that indicates whether to respond to DNS queries for
1430
+ # instance hostnames with DNS AAAA records.
1431
+ #
1432
+ # * `private-dns-name-options.hostname-type` - The type of hostname
1433
+ # (`ip-name` \| `resource-name`).
1434
+ #
1365
1435
  # * `private-ip-address` - The private IPv4 address of the instance.
1366
1436
  #
1367
1437
  # * `product-code` - The product code associated with the AMI used to
@@ -1422,6 +1492,21 @@ module Aws::EC2
1422
1492
  # * `tenancy` - The tenancy of an instance (`dedicated` \| `default` \|
1423
1493
  # `host`).
1424
1494
  #
1495
+ # * `tpm-support` - Indicates if the instance is configured for NitroTPM
1496
+ # support (`v2.0`).
1497
+ #
1498
+ # * `usage-operation` - The usage operation value for the instance
1499
+ # (`RunInstances` \| `RunInstances:00g0` \| `RunInstances:0010` \|
1500
+ # `RunInstances:1010` \| `RunInstances:1014` \| `RunInstances:1110` \|
1501
+ # `RunInstances:0014` \| `RunInstances:0210` \| `RunInstances:0110` \|
1502
+ # `RunInstances:0100` \| `RunInstances:0004` \| `RunInstances:0200` \|
1503
+ # `RunInstances:000g` \| `RunInstances:0g00` \| `RunInstances:0002` \|
1504
+ # `RunInstances:0800` \| `RunInstances:0102` \| `RunInstances:0006` \|
1505
+ # `RunInstances:0202`).
1506
+ #
1507
+ # * `usage-operation-update-time` - The time that the usage operation
1508
+ # was last updated, for example, `2022-09-15T17:15:20.000Z`.
1509
+ #
1425
1510
  # * `virtualization-type` - The virtualization type of the instance
1426
1511
  # (`paravirtual` \| `hvm`).
1427
1512
  #
@@ -7573,8 +7573,7 @@ module Aws::EC2
7573
7573
  # *Amazon Web Services Transit Gateway Guide*.
7574
7574
  #
7575
7575
  # Specify the fields using the `$\{field-id\}` format, separated by
7576
- # spaces. For the CLI, surround this parameter value with single
7577
- # quotes on Linux or double quotes on Windows.
7576
+ # spaces.
7578
7577
  #
7579
7578
  #
7580
7579
  #
@@ -10226,22 +10225,14 @@ module Aws::EC2
10226
10225
  # @return [String]
10227
10226
  #
10228
10227
  # @!attribute [rw] reservation_type
10229
- # The type of reservation.
10230
- #
10231
- # The following are valid values:
10232
- #
10233
- # * `prefix`: The Amazon EC2 Prefix Delegation feature assigns the IP
10234
- # addresses to network interfaces that are associated with an
10235
- # instance. For information about Prefix Delegation, see [Prefix
10236
- # Delegation for Amazon EC2 network interfaces][1] in the *Amazon
10237
- # Elastic Compute Cloud User Guide*.
10228
+ # The type of reservation. The reservation type determines how the
10229
+ # reserved IP addresses are assigned to resources.
10238
10230
  #
10239
- # * `explicit`: You manually assign the IP addresses to resources that
10240
- # reside in your subnet.
10231
+ # * `prefix` - Amazon Web Services assigns the reserved IP addresses
10232
+ # to network interfaces.
10241
10233
  #
10242
- #
10243
- #
10244
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-delegation.html
10234
+ # * `explicit` - You assign the reserved IP addresses to network
10235
+ # interfaces.
10245
10236
  # @return [String]
10246
10237
  #
10247
10238
  # @!attribute [rw] description
@@ -10602,6 +10593,11 @@ module Aws::EC2
10602
10593
  # If you do not want to mirror the entire packet, use the
10603
10594
  # `PacketLength` parameter to specify the number of bytes in each
10604
10595
  # packet to mirror.
10596
+ #
10597
+ # For sessions with Network Load Balancer (NLB) Traffic Mirror targets
10598
+ # the default `PacketLength` will be set to 8500. Valid values are
10599
+ # 1-8500. Setting a `PacketLength` greater than 8500 will result in an
10600
+ # error response.
10605
10601
  # @return [Integer]
10606
10602
  #
10607
10603
  # @!attribute [rw] session_number
@@ -13573,7 +13569,7 @@ module Aws::EC2
13573
13569
  #
13574
13570
  # @!attribute [rw] versions
13575
13571
  # The version numbers of one or more launch template versions to
13576
- # delete.
13572
+ # delete. You can specify up to 200 launch template version numbers.
13577
13573
  # @return [Array<String>]
13578
13574
  #
13579
13575
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteLaunchTemplateVersionsRequest AWS API Documentation
@@ -19517,7 +19513,7 @@ module Aws::EC2
19517
19513
  #
19518
19514
  # * `block-device-mapping.attach-time` - The attach time for an EBS
19519
19515
  # volume mapped to the instance, for example,
19520
- # `2010-09-15T17:15:20.000Z`.
19516
+ # `2022-09-15T17:15:20.000Z`.
19521
19517
  #
19522
19518
  # * `block-device-mapping.delete-on-termination` - A Boolean that
19523
19519
  # indicates whether the EBS volume is deleted on instance
@@ -19532,14 +19528,39 @@ module Aws::EC2
19532
19528
  # * `block-device-mapping.volume-id` - The volume ID of the EBS
19533
19529
  # volume.
19534
19530
  #
19531
+ # * `boot-mode` - The boot mode that was specified by the AMI
19532
+ # (`legacy-bios` \| `uefi` \| `uefi-preferred`).
19533
+ #
19535
19534
  # * `capacity-reservation-id` - The ID of the Capacity Reservation
19536
19535
  # into which the instance was launched.
19537
19536
  #
19537
+ # * `capacity-reservation-specification.capacity-reservation-preference`
19538
+ # - The instance's Capacity Reservation preference (`open` \|
19539
+ # `none`).
19540
+ #
19541
+ # * `capacity-reservation-specification.capacity-reservation-target.capacity-reservation-id`
19542
+ # - The ID of the targeted Capacity Reservation.
19543
+ #
19544
+ # * `capacity-reservation-specification.capacity-reservation-target.capacity-reservation-resource-group-arn`
19545
+ # - The ARN of the targeted Capacity Reservation group.
19546
+ #
19538
19547
  # * `client-token` - The idempotency token you provided when you
19539
19548
  # launched the instance.
19540
19549
  #
19550
+ # * `current-instance-boot-mode` - The boot mode that is used to
19551
+ # launch the instance at launch or start (`legacy-bios` \| `uefi`).
19552
+ #
19541
19553
  # * `dns-name` - The public DNS name of the instance.
19542
19554
  #
19555
+ # * `ebs-optimized` - A Boolean that indicates whether the instance is
19556
+ # optimized for Amazon EBS I/O.
19557
+ #
19558
+ # * `ena-support` - A Boolean that indicates whether the instance is
19559
+ # enabled for enhanced networking with ENA.
19560
+ #
19561
+ # * `enclave-options.enabled` - A Boolean that indicates whether the
19562
+ # instance is enabled for Amazon Web Services Nitro Enclaves.
19563
+ #
19543
19564
  # * `hibernation-options.configured` - A Boolean that indicates
19544
19565
  # whether the instance is enabled for hibernation. A value of `true`
19545
19566
  # means that the instance is enabled for hibernation.
@@ -19554,6 +19575,12 @@ module Aws::EC2
19554
19575
  # * `iam-instance-profile.arn` - The instance profile associated with
19555
19576
  # the instance. Specified as an ARN.
19556
19577
  #
19578
+ # * `iam-instance-profile.id` - The instance profile associated with
19579
+ # the instance. Specified as an ID.
19580
+ #
19581
+ # * `iam-instance-profile.name` - The instance profile associated with
19582
+ # the instance. Specified as an name.
19583
+ #
19557
19584
  # * `image-id` - The ID of the image used to launch the instance.
19558
19585
  #
19559
19586
  # * `instance-id` - The ID of the instance.
@@ -19581,6 +19608,8 @@ module Aws::EC2
19581
19608
  #
19582
19609
  # * `ip-address` - The public IPv4 address of the instance.
19583
19610
  #
19611
+ # * `ipv6-address` - The IPv6 address of the instance.
19612
+ #
19584
19613
  # * `kernel-id` - The kernel ID.
19585
19614
  #
19586
19615
  # * `key-name` - The name of the key pair used when the instance was
@@ -19595,30 +19624,44 @@ module Aws::EC2
19595
19624
  # for example, `2021-09-29T11:04:43.305Z`. You can use a wildcard
19596
19625
  # (`*`), for example, `2021-09-29T*`, which matches an entire day.
19597
19626
  #
19598
- # * `metadata-options.http-tokens` - The metadata request
19599
- # authorization state (`optional` \| `required`)
19627
+ # * `license-pool` -
19628
+ #
19629
+ # * `maintenance-options.auto-recovery` - The current automatic
19630
+ # recovery behavior of the instance (`disabled` \| `default`).
19631
+ #
19632
+ # * `metadata-options.http-endpoint` - The status of access to the
19633
+ # HTTP metadata endpoint on your instance (`enabled` \| `disabled`)
19634
+ #
19635
+ # * `metadata-options.http-protocol-ipv4` - Indicates whether the IPv4
19636
+ # endpoint is enabled (`disabled` \| `enabled`).
19637
+ #
19638
+ # * `metadata-options.http-protocol-ipv6` - Indicates whether the IPv6
19639
+ # endpoint is enabled (`disabled` \| `enabled`).
19600
19640
  #
19601
19641
  # * `metadata-options.http-put-response-hop-limit` - The HTTP metadata
19602
19642
  # request put response hop limit (integer, possible values `1` to
19603
19643
  # `64`)
19604
19644
  #
19605
- # * `metadata-options.http-endpoint` - The status of access to the
19606
- # HTTP metadata endpoint on your instance (`enabled` \| `disabled`)
19645
+ # * `metadata-options.http-tokens` - The metadata request
19646
+ # authorization state (`optional` \| `required`)
19607
19647
  #
19608
19648
  # * `metadata-options.instance-metadata-tags` - The status of access
19609
19649
  # to instance tags from the instance metadata (`enabled` \|
19610
19650
  # `disabled`)
19611
19651
  #
19652
+ # * `metadata-options.state` - The state of the metadata option
19653
+ # changes (`pending` \| `applied`).
19654
+ #
19612
19655
  # * `monitoring-state` - Indicates whether detailed monitoring is
19613
19656
  # enabled (`disabled` \| `enabled`).
19614
19657
  #
19615
- # * `network-interface.addresses.private-ip-address` - The private
19616
- # IPv4 address associated with the network interface.
19617
- #
19618
19658
  # * `network-interface.addresses.primary` - Specifies whether the IPv4
19619
19659
  # address of the network interface is the primary private IPv4
19620
19660
  # address.
19621
19661
  #
19662
+ # * `network-interface.addresses.private-ip-address` - The private
19663
+ # IPv4 address associated with the network interface.
19664
+ #
19622
19665
  # * `network-interface.addresses.association.public-ip` - The ID of
19623
19666
  # the association of an Elastic IP address (IPv4) with a network
19624
19667
  # interface.
@@ -19725,8 +19768,31 @@ module Aws::EC2
19725
19768
  # * `platform` - The platform. To list only Windows instances, use
19726
19769
  # `windows`.
19727
19770
  #
19771
+ # * `platform-details` - The platform (`Linux/UNIX` \| `Red Hat BYOL
19772
+ # Linux` \| ` Red Hat Enterprise Linux` \| `Red Hat Enterprise Linux
19773
+ # with HA` \| `Red Hat Enterprise Linux with SQL Server Standard and
19774
+ # HA` \| `Red Hat Enterprise Linux with SQL Server Enterprise and
19775
+ # HA` \| `Red Hat Enterprise Linux with SQL Server Standard` \| `Red
19776
+ # Hat Enterprise Linux with SQL Server Web` \| `Red Hat Enterprise
19777
+ # Linux with SQL Server Enterprise` \| `SQL Server Enterprise` \|
19778
+ # `SQL Server Standard` \| `SQL Server Web` \| `SUSE Linux` \|
19779
+ # `Ubuntu Pro` \| `Windows` \| `Windows BYOL` \| `Windows with SQL
19780
+ # Server Enterprise` \| `Windows with SQL Server Standard` \|
19781
+ # `Windows with SQL Server Web`).
19782
+ #
19728
19783
  # * `private-dns-name` - The private IPv4 DNS name of the instance.
19729
19784
  #
19785
+ # * `private-dns-name-options.enable-resource-name-dns-a-record` - A
19786
+ # Boolean that indicates whether to respond to DNS queries for
19787
+ # instance hostnames with DNS A records.
19788
+ #
19789
+ # * `private-dns-name-options.enable-resource-name-dns-aaaa-record` -
19790
+ # A Boolean that indicates whether to respond to DNS queries for
19791
+ # instance hostnames with DNS AAAA records.
19792
+ #
19793
+ # * `private-dns-name-options.hostname-type` - The type of hostname
19794
+ # (`ip-name` \| `resource-name`).
19795
+ #
19730
19796
  # * `private-ip-address` - The private IPv4 address of the instance.
19731
19797
  #
19732
19798
  # * `product-code` - The product code associated with the AMI used to
@@ -19788,6 +19854,22 @@ module Aws::EC2
19788
19854
  # * `tenancy` - The tenancy of an instance (`dedicated` \| `default`
19789
19855
  # \| `host`).
19790
19856
  #
19857
+ # * `tpm-support` - Indicates if the instance is configured for
19858
+ # NitroTPM support (`v2.0`).
19859
+ #
19860
+ # * `usage-operation` - The usage operation value for the instance
19861
+ # (`RunInstances` \| `RunInstances:00g0` \| `RunInstances:0010` \|
19862
+ # `RunInstances:1010` \| `RunInstances:1014` \| `RunInstances:1110`
19863
+ # \| `RunInstances:0014` \| `RunInstances:0210` \|
19864
+ # `RunInstances:0110` \| `RunInstances:0100` \| `RunInstances:0004`
19865
+ # \| `RunInstances:0200` \| `RunInstances:000g` \|
19866
+ # `RunInstances:0g00` \| `RunInstances:0002` \| `RunInstances:0800`
19867
+ # \| `RunInstances:0102` \| `RunInstances:0006` \|
19868
+ # `RunInstances:0202`).
19869
+ #
19870
+ # * `usage-operation-update-time` - The time that the usage operation
19871
+ # was last updated, for example, `2022-09-15T17:15:20.000Z`.
19872
+ #
19791
19873
  # * `virtualization-type` - The virtualization type of the instance
19792
19874
  # (`paravirtual` \| `hvm`).
19793
19875
  #
@@ -46366,6 +46448,11 @@ module Aws::EC2
46366
46448
  # the first 100 bytes that meet the filter criteria are copied to the
46367
46449
  # target. Do not specify this parameter when you want to mirror the
46368
46450
  # entire packet.
46451
+ #
46452
+ # For sessions with Network Load Balancer (NLB) traffic mirror
46453
+ # targets, the default `PacketLength` will be set to 8500. Valid
46454
+ # values are 1-8500. Setting a `PacketLength` greater than 8500 will
46455
+ # result in an error response.
46369
46456
  # @return [Integer]
46370
46457
  #
46371
46458
  # @!attribute [rw] session_number
@@ -997,7 +997,7 @@ module Aws::EC2
997
997
  #
998
998
  # * `block-device-mapping.attach-time` - The attach time for an EBS
999
999
  # volume mapped to the instance, for example,
1000
- # `2010-09-15T17:15:20.000Z`.
1000
+ # `2022-09-15T17:15:20.000Z`.
1001
1001
  #
1002
1002
  # * `block-device-mapping.delete-on-termination` - A Boolean that
1003
1003
  # indicates whether the EBS volume is deleted on instance termination.
@@ -1010,14 +1010,39 @@ module Aws::EC2
1010
1010
  #
1011
1011
  # * `block-device-mapping.volume-id` - The volume ID of the EBS volume.
1012
1012
  #
1013
+ # * `boot-mode` - The boot mode that was specified by the AMI
1014
+ # (`legacy-bios` \| `uefi` \| `uefi-preferred`).
1015
+ #
1013
1016
  # * `capacity-reservation-id` - The ID of the Capacity Reservation into
1014
1017
  # which the instance was launched.
1015
1018
  #
1019
+ # * `capacity-reservation-specification.capacity-reservation-preference`
1020
+ # - The instance's Capacity Reservation preference (`open` \|
1021
+ # `none`).
1022
+ #
1023
+ # * `capacity-reservation-specification.capacity-reservation-target.capacity-reservation-id`
1024
+ # - The ID of the targeted Capacity Reservation.
1025
+ #
1026
+ # * `capacity-reservation-specification.capacity-reservation-target.capacity-reservation-resource-group-arn`
1027
+ # - The ARN of the targeted Capacity Reservation group.
1028
+ #
1016
1029
  # * `client-token` - The idempotency token you provided when you
1017
1030
  # launched the instance.
1018
1031
  #
1032
+ # * `current-instance-boot-mode` - The boot mode that is used to launch
1033
+ # the instance at launch or start (`legacy-bios` \| `uefi`).
1034
+ #
1019
1035
  # * `dns-name` - The public DNS name of the instance.
1020
1036
  #
1037
+ # * `ebs-optimized` - A Boolean that indicates whether the instance is
1038
+ # optimized for Amazon EBS I/O.
1039
+ #
1040
+ # * `ena-support` - A Boolean that indicates whether the instance is
1041
+ # enabled for enhanced networking with ENA.
1042
+ #
1043
+ # * `enclave-options.enabled` - A Boolean that indicates whether the
1044
+ # instance is enabled for Amazon Web Services Nitro Enclaves.
1045
+ #
1021
1046
  # * `hibernation-options.configured` - A Boolean that indicates whether
1022
1047
  # the instance is enabled for hibernation. A value of `true` means
1023
1048
  # that the instance is enabled for hibernation.
@@ -1031,6 +1056,12 @@ module Aws::EC2
1031
1056
  # * `iam-instance-profile.arn` - The instance profile associated with
1032
1057
  # the instance. Specified as an ARN.
1033
1058
  #
1059
+ # * `iam-instance-profile.id` - The instance profile associated with the
1060
+ # instance. Specified as an ID.
1061
+ #
1062
+ # * `iam-instance-profile.name` - The instance profile associated with
1063
+ # the instance. Specified as an name.
1064
+ #
1034
1065
  # * `image-id` - The ID of the image used to launch the instance.
1035
1066
  #
1036
1067
  # * `instance-id` - The ID of the instance.
@@ -1057,6 +1088,8 @@ module Aws::EC2
1057
1088
  #
1058
1089
  # * `ip-address` - The public IPv4 address of the instance.
1059
1090
  #
1091
+ # * `ipv6-address` - The IPv6 address of the instance.
1092
+ #
1060
1093
  # * `kernel-id` - The kernel ID.
1061
1094
  #
1062
1095
  # * `key-name` - The name of the key pair used when the instance was
@@ -1071,29 +1104,43 @@ module Aws::EC2
1071
1104
  # example, `2021-09-29T11:04:43.305Z`. You can use a wildcard (`*`),
1072
1105
  # for example, `2021-09-29T*`, which matches an entire day.
1073
1106
  #
1074
- # * `metadata-options.http-tokens` - The metadata request authorization
1075
- # state (`optional` \| `required`)
1107
+ # * `license-pool` -
1108
+ #
1109
+ # * `maintenance-options.auto-recovery` - The current automatic recovery
1110
+ # behavior of the instance (`disabled` \| `default`).
1111
+ #
1112
+ # * `metadata-options.http-endpoint` - The status of access to the HTTP
1113
+ # metadata endpoint on your instance (`enabled` \| `disabled`)
1114
+ #
1115
+ # * `metadata-options.http-protocol-ipv4` - Indicates whether the IPv4
1116
+ # endpoint is enabled (`disabled` \| `enabled`).
1117
+ #
1118
+ # * `metadata-options.http-protocol-ipv6` - Indicates whether the IPv6
1119
+ # endpoint is enabled (`disabled` \| `enabled`).
1076
1120
  #
1077
1121
  # * `metadata-options.http-put-response-hop-limit` - The HTTP metadata
1078
1122
  # request put response hop limit (integer, possible values `1` to
1079
1123
  # `64`)
1080
1124
  #
1081
- # * `metadata-options.http-endpoint` - The status of access to the HTTP
1082
- # metadata endpoint on your instance (`enabled` \| `disabled`)
1125
+ # * `metadata-options.http-tokens` - The metadata request authorization
1126
+ # state (`optional` \| `required`)
1083
1127
  #
1084
1128
  # * `metadata-options.instance-metadata-tags` - The status of access to
1085
1129
  # instance tags from the instance metadata (`enabled` \| `disabled`)
1086
1130
  #
1131
+ # * `metadata-options.state` - The state of the metadata option changes
1132
+ # (`pending` \| `applied`).
1133
+ #
1087
1134
  # * `monitoring-state` - Indicates whether detailed monitoring is
1088
1135
  # enabled (`disabled` \| `enabled`).
1089
1136
  #
1090
- # * `network-interface.addresses.private-ip-address` - The private IPv4
1091
- # address associated with the network interface.
1092
- #
1093
1137
  # * `network-interface.addresses.primary` - Specifies whether the IPv4
1094
1138
  # address of the network interface is the primary private IPv4
1095
1139
  # address.
1096
1140
  #
1141
+ # * `network-interface.addresses.private-ip-address` - The private IPv4
1142
+ # address associated with the network interface.
1143
+ #
1097
1144
  # * `network-interface.addresses.association.public-ip` - The ID of the
1098
1145
  # association of an Elastic IP address (IPv4) with a network
1099
1146
  # interface.
@@ -1198,8 +1245,31 @@ module Aws::EC2
1198
1245
  # * `platform` - The platform. To list only Windows instances, use
1199
1246
  # `windows`.
1200
1247
  #
1248
+ # * `platform-details` - The platform (`Linux/UNIX` \| `Red Hat BYOL
1249
+ # Linux` \| ` Red Hat Enterprise Linux` \| `Red Hat Enterprise Linux
1250
+ # with HA` \| `Red Hat Enterprise Linux with SQL Server Standard and
1251
+ # HA` \| `Red Hat Enterprise Linux with SQL Server Enterprise and HA`
1252
+ # \| `Red Hat Enterprise Linux with SQL Server Standard` \| `Red Hat
1253
+ # Enterprise Linux with SQL Server Web` \| `Red Hat Enterprise Linux
1254
+ # with SQL Server Enterprise` \| `SQL Server Enterprise` \| `SQL
1255
+ # Server Standard` \| `SQL Server Web` \| `SUSE Linux` \| `Ubuntu Pro`
1256
+ # \| `Windows` \| `Windows BYOL` \| `Windows with SQL Server
1257
+ # Enterprise` \| `Windows with SQL Server Standard` \| `Windows with
1258
+ # SQL Server Web`).
1259
+ #
1201
1260
  # * `private-dns-name` - The private IPv4 DNS name of the instance.
1202
1261
  #
1262
+ # * `private-dns-name-options.enable-resource-name-dns-a-record` - A
1263
+ # Boolean that indicates whether to respond to DNS queries for
1264
+ # instance hostnames with DNS A records.
1265
+ #
1266
+ # * `private-dns-name-options.enable-resource-name-dns-aaaa-record` - A
1267
+ # Boolean that indicates whether to respond to DNS queries for
1268
+ # instance hostnames with DNS AAAA records.
1269
+ #
1270
+ # * `private-dns-name-options.hostname-type` - The type of hostname
1271
+ # (`ip-name` \| `resource-name`).
1272
+ #
1203
1273
  # * `private-ip-address` - The private IPv4 address of the instance.
1204
1274
  #
1205
1275
  # * `product-code` - The product code associated with the AMI used to
@@ -1260,6 +1330,21 @@ module Aws::EC2
1260
1330
  # * `tenancy` - The tenancy of an instance (`dedicated` \| `default` \|
1261
1331
  # `host`).
1262
1332
  #
1333
+ # * `tpm-support` - Indicates if the instance is configured for NitroTPM
1334
+ # support (`v2.0`).
1335
+ #
1336
+ # * `usage-operation` - The usage operation value for the instance
1337
+ # (`RunInstances` \| `RunInstances:00g0` \| `RunInstances:0010` \|
1338
+ # `RunInstances:1010` \| `RunInstances:1014` \| `RunInstances:1110` \|
1339
+ # `RunInstances:0014` \| `RunInstances:0210` \| `RunInstances:0110` \|
1340
+ # `RunInstances:0100` \| `RunInstances:0004` \| `RunInstances:0200` \|
1341
+ # `RunInstances:000g` \| `RunInstances:0g00` \| `RunInstances:0002` \|
1342
+ # `RunInstances:0800` \| `RunInstances:0102` \| `RunInstances:0006` \|
1343
+ # `RunInstances:0202`).
1344
+ #
1345
+ # * `usage-operation-update-time` - The time that the usage operation
1346
+ # was last updated, for example, `2022-09-15T17:15:20.000Z`.
1347
+ #
1263
1348
  # * `virtualization-type` - The virtualization type of the instance
1264
1349
  # (`paravirtual` \| `hvm`).
1265
1350
  #
data/lib/aws-sdk-ec2.rb CHANGED
@@ -76,6 +76,6 @@ require_relative 'aws-sdk-ec2/customizations'
76
76
  # @!group service
77
77
  module Aws::EC2
78
78
 
79
- GEM_VERSION = '1.397.0'
79
+ GEM_VERSION = '1.398.0'
80
80
 
81
81
  end
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.397.0
4
+ version: 1.398.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: 2023-08-11 00:00:00.000000000 Z
11
+ date: 2023-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4