aws-sdk-ec2 1.267.0 → 1.269.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.
@@ -430,7 +430,8 @@ module Aws::EC2
430
430
  #
431
431
  # @!attribute [rw] network_border_group
432
432
  # The name of the unique set of Availability Zones, Local Zones, or
433
- # Wavelength Zones from which AWS advertises IP addresses.
433
+ # Wavelength Zones from which Amazon Web Services advertises IP
434
+ # addresses.
434
435
  # @return [String]
435
436
  #
436
437
  # @!attribute [rw] customer_owned_ip
@@ -584,24 +585,20 @@ module Aws::EC2
584
585
  #
585
586
  # @!attribute [rw] network_border_group
586
587
  # A unique set of Availability Zones, Local Zones, or Wavelength Zones
587
- # from which AWS advertises IP addresses. Use this parameter to limit
588
- # the IP address to this location. IP addresses cannot move between
589
- # network border groups.
588
+ # from which Amazon Web Services advertises IP addresses. Use this
589
+ # parameter to limit the IP address to this location. IP addresses
590
+ # cannot move between network border groups.
590
591
  #
591
592
  # Use [DescribeAvailabilityZones][1] to view the network border
592
593
  # groups.
593
594
  #
594
- # <note markdown="1"> You cannot use a network border group with EC2 Classic. If you
595
- # attempt this operation on EC2 classic, you will receive an
596
- # `InvalidParameterCombination` error. For more information, see
597
- # [Error Codes][2].
598
- #
599
- # </note>
595
+ # You cannot use a network border group with EC2 Classic. If you
596
+ # attempt this operation on EC2 Classic, you receive an
597
+ # `InvalidParameterCombination` error.
600
598
  #
601
599
  #
602
600
  #
603
601
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html
604
- # [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html
605
602
  # @return [String]
606
603
  #
607
604
  # @!attribute [rw] customer_owned_ipv_4_pool
@@ -651,7 +648,7 @@ module Aws::EC2
651
648
  #
652
649
  # @!attribute [rw] network_border_group
653
650
  # The set of Availability Zones, Local Zones, or Wavelength Zones from
654
- # which AWS advertises IP addresses.
651
+ # which Amazon Web Services advertises IP addresses.
655
652
  # @return [String]
656
653
  #
657
654
  # @!attribute [rw] domain
@@ -5162,11 +5159,11 @@ module Aws::EC2
5162
5159
  # @return [String]
5163
5160
  #
5164
5161
  # @!attribute [rw] aws_account_id
5165
- # The AWS account ID.
5162
+ # The Amazon Web Services account ID.
5166
5163
  # @return [String]
5167
5164
  #
5168
5165
  # @!attribute [rw] aws_service
5169
- # The AWS service.
5166
+ # The Amazon Web Services service.
5170
5167
  # @return [String]
5171
5168
  #
5172
5169
  # @!attribute [rw] co_ip
@@ -5467,7 +5464,7 @@ module Aws::EC2
5467
5464
  # @!attribute [rw] client_token
5468
5465
  # Unique, case-sensitive identifier that you provide to ensure the
5469
5466
  # idempotency of the request. For more information, see [Ensuring
5470
- # Idempotency][1].
5467
+ # idempotency][1].
5471
5468
  #
5472
5469
  #
5473
5470
  #
@@ -7396,8 +7393,8 @@ module Aws::EC2
7396
7393
  # specify at least one field.
7397
7394
  #
7398
7395
  # Specify the fields using the `$\{field-id\}` format, separated by
7399
- # spaces. For the CLI, use single quotation marks (' ') to surround
7400
- # the parameter value.
7396
+ # spaces. For the CLI, surround this parameter value with single
7397
+ # quotes on Linux or double quotes on Windows.
7401
7398
  #
7402
7399
  #
7403
7400
  #
@@ -10441,8 +10438,8 @@ module Aws::EC2
10441
10438
  #
10442
10439
  # @!attribute [rw] client_token
10443
10440
  # Unique, case-sensitive identifier that you provide to ensure the
10444
- # idempotency of the request. For more information, see [How to Ensure
10445
- # Idempotency][1].
10441
+ # idempotency of the request. For more information, see [How to ensure
10442
+ # idempotency][1].
10446
10443
  #
10447
10444
  # **A suitable default value is auto-generated.** You should normally
10448
10445
  # not need to pass this option.
@@ -10469,8 +10466,8 @@ module Aws::EC2
10469
10466
  #
10470
10467
  # @!attribute [rw] client_token
10471
10468
  # Unique, case-sensitive identifier that you provide to ensure the
10472
- # idempotency of the request. For more information, see [How to Ensure
10473
- # Idempotency][1].
10469
+ # idempotency of the request. For more information, see [How to ensure
10470
+ # idempotency][1].
10474
10471
  #
10475
10472
  #
10476
10473
  #
@@ -10515,7 +10512,7 @@ module Aws::EC2
10515
10512
  # @return [String]
10516
10513
  #
10517
10514
  # @!attribute [rw] traffic_direction
10518
- # The type of traffic (`ingress` \| `egress`).
10515
+ # The type of traffic.
10519
10516
  # @return [String]
10520
10517
  #
10521
10518
  # @!attribute [rw] rule_number
@@ -10525,7 +10522,7 @@ module Aws::EC2
10525
10522
  # @return [Integer]
10526
10523
  #
10527
10524
  # @!attribute [rw] rule_action
10528
- # The action to take (`accept` \| `reject`) on the filtered traffic.
10525
+ # The action to take on the filtered traffic.
10529
10526
  # @return [String]
10530
10527
  #
10531
10528
  # @!attribute [rw] destination_port_range
@@ -10568,8 +10565,8 @@ module Aws::EC2
10568
10565
  #
10569
10566
  # @!attribute [rw] client_token
10570
10567
  # Unique, case-sensitive identifier that you provide to ensure the
10571
- # idempotency of the request. For more information, see [How to Ensure
10572
- # Idempotency][1].
10568
+ # idempotency of the request. For more information, see [How to ensure
10569
+ # idempotency][1].
10573
10570
  #
10574
10571
  # **A suitable default value is auto-generated.** You should normally
10575
10572
  # not need to pass this option.
@@ -10604,8 +10601,8 @@ module Aws::EC2
10604
10601
  #
10605
10602
  # @!attribute [rw] client_token
10606
10603
  # Unique, case-sensitive identifier that you provide to ensure the
10607
- # idempotency of the request. For more information, see [How to Ensure
10608
- # Idempotency][1].
10604
+ # idempotency of the request. For more information, see [How to ensure
10605
+ # idempotency][1].
10609
10606
  #
10610
10607
  #
10611
10608
  #
@@ -10707,8 +10704,8 @@ module Aws::EC2
10707
10704
  #
10708
10705
  # @!attribute [rw] client_token
10709
10706
  # Unique, case-sensitive identifier that you provide to ensure the
10710
- # idempotency of the request. For more information, see [How to Ensure
10711
- # Idempotency][1].
10707
+ # idempotency of the request. For more information, see [How to ensure
10708
+ # idempotency][1].
10712
10709
  #
10713
10710
  # **A suitable default value is auto-generated.** You should normally
10714
10711
  # not need to pass this option.
@@ -10741,8 +10738,8 @@ module Aws::EC2
10741
10738
  #
10742
10739
  # @!attribute [rw] client_token
10743
10740
  # Unique, case-sensitive identifier that you provide to ensure the
10744
- # idempotency of the request. For more information, see [How to Ensure
10745
- # Idempotency][1].
10741
+ # idempotency of the request. For more information, see [How to ensure
10742
+ # idempotency][1].
10746
10743
  #
10747
10744
  #
10748
10745
  #
@@ -10806,8 +10803,8 @@ module Aws::EC2
10806
10803
  #
10807
10804
  # @!attribute [rw] client_token
10808
10805
  # Unique, case-sensitive identifier that you provide to ensure the
10809
- # idempotency of the request. For more information, see [How to Ensure
10810
- # Idempotency][1].
10806
+ # idempotency of the request. For more information, see [How to ensure
10807
+ # idempotency][1].
10811
10808
  #
10812
10809
  # **A suitable default value is auto-generated.** You should normally
10813
10810
  # not need to pass this option.
@@ -10836,8 +10833,8 @@ module Aws::EC2
10836
10833
  #
10837
10834
  # @!attribute [rw] client_token
10838
10835
  # Unique, case-sensitive identifier that you provide to ensure the
10839
- # idempotency of the request. For more information, see [How to Ensure
10840
- # Idempotency][1].
10836
+ # idempotency of the request. For more information, see [How to ensure
10837
+ # idempotency][1].
10841
10838
  #
10842
10839
  #
10843
10840
  #
@@ -11893,8 +11890,8 @@ module Aws::EC2
11893
11890
  #
11894
11891
  # @!attribute [rw] client_token
11895
11892
  # Unique, case-sensitive identifier that you provide to ensure the
11896
- # idempotency of the request. For more information, see [How to Ensure
11897
- # Idempotency][1].
11893
+ # idempotency of the request. For more information, see [How to ensure
11894
+ # idempotency][1].
11898
11895
  #
11899
11896
  #
11900
11897
  #
@@ -12008,8 +12005,8 @@ module Aws::EC2
12008
12005
  #
12009
12006
  # @!attribute [rw] client_token
12010
12007
  # Unique, case-sensitive identifier that you provide to ensure the
12011
- # idempotency of the request. For more information, see [How to Ensure
12012
- # Idempotency][1].
12008
+ # idempotency of the request. For more information, see [How to ensure
12009
+ # idempotency][1].
12013
12010
  #
12014
12011
  #
12015
12012
  #
@@ -12128,8 +12125,8 @@ module Aws::EC2
12128
12125
  #
12129
12126
  # @!attribute [rw] client_token
12130
12127
  # Unique, case-sensitive identifier that you provide to ensure the
12131
- # idempotency of the request. For more information, see [How to Ensure
12132
- # Idempotency][1].
12128
+ # idempotency of the request. For more information, see [How to ensure
12129
+ # idempotency][1].
12133
12130
  #
12134
12131
  #
12135
12132
  #
@@ -17836,9 +17833,10 @@ module Aws::EC2
17836
17833
  # @return [Array<String>]
17837
17834
  #
17838
17835
  # @!attribute [rw] owners
17839
- # Filters the AFI by owner. Specify an AWS account ID, `self` (owner
17840
- # is the sender of the request), or an AWS owner alias (valid values
17841
- # are `amazon` \| `aws-marketplace`).
17836
+ # Filters the AFI by owner. Specify an Amazon Web Services account ID,
17837
+ # `self` (owner is the sender of the request), or an Amazon Web
17838
+ # Services owner alias (valid values are `amazon` \|
17839
+ # `aws-marketplace`).
17842
17840
  # @return [Array<String>]
17843
17841
  #
17844
17842
  # @!attribute [rw] filters
@@ -17853,12 +17851,12 @@ module Aws::EC2
17853
17851
  #
17854
17852
  # * `name` - The name of the AFI.
17855
17853
  #
17856
- # * `owner-id` - The AWS account ID of the AFI owner.
17854
+ # * `owner-id` - The Amazon Web Services account ID of the AFI owner.
17857
17855
  #
17858
17856
  # * `product-code` - The product code.
17859
17857
  #
17860
- # * `shell-version` - The version of the AWS Shell that was used to
17861
- # create the bitstream.
17858
+ # * `shell-version` - The version of the Amazon Web Services Shell
17859
+ # that was used to create the bitstream.
17862
17860
  #
17863
17861
  # * `state` - The state of the AFI (`pending` \| `failed` \|
17864
17862
  # `available` \| `unavailable`).
@@ -19261,9 +19259,12 @@ module Aws::EC2
19261
19259
  # * `instance-storage-info.disk.type` - The storage technology for the
19262
19260
  # local instance storage disks (`hdd` \| `ssd`).
19263
19261
  #
19262
+ # * `instance-storage-info.encryption-supported` - Indicates whether
19263
+ # data is encrypted at rest (`required` \| `unsupported`).
19264
+ #
19264
19265
  # * `instance-storage-info.nvme-support` - Indicates whether
19265
19266
  # non-volatile memory express (NVMe) is supported for instance store
19266
- # (`required` \| `supported`) \| `unsupported`).
19267
+ # (`required` \| `supported` \| `unsupported`).
19267
19268
  #
19268
19269
  # * `instance-storage-info.total-size-in-gb` - The total amount of
19269
19270
  # storage available from all local instance storage, in GB.
@@ -26036,8 +26037,8 @@ module Aws::EC2
26036
26037
  #
26037
26038
  # * `service-id` - The ID of the service.
26038
26039
  #
26039
- # * `vpc-endpoint-owner` - The AWS account number of the owner of the
26040
- # endpoint.
26040
+ # * `vpc-endpoint-owner` - The ID of the Amazon Web Services account
26041
+ # ID that owns the endpoint.
26041
26042
  #
26042
26043
  # * `vpc-endpoint-state` - The state of the endpoint
26043
26044
  # (`pendingAcceptance` \| `pending` \| `available` \| `deleting` \|
@@ -28277,7 +28278,7 @@ module Aws::EC2
28277
28278
  include Aws::Structure
28278
28279
  end
28279
28280
 
28280
- # Describes the disk.
28281
+ # Describes a disk.
28281
28282
  #
28282
28283
  # @!attribute [rw] size_in_gb
28283
28284
  # The size of the disk in GB.
@@ -29432,71 +29433,91 @@ module Aws::EC2
29432
29433
  # @!attribute [rw] event_sub_type
29433
29434
  # The event.
29434
29435
  #
29435
- # The following are the `error` events:
29436
+ # `error` events:
29436
29437
  #
29437
- # * `iamFleetRoleInvalid` - The EC2 Fleet or Spot Fleet did not have
29438
+ # * `iamFleetRoleInvalid` - The EC2 Fleet or Spot Fleet does not have
29438
29439
  # the required permissions either to launch or terminate an
29439
29440
  # instance.
29440
29441
  #
29441
- # * `spotFleetRequestConfigurationInvalid` - The configuration is not
29442
- # valid. For more information, see the description of the event.
29442
+ # * `allLaunchSpecsTemporarilyBlacklisted` - None of the
29443
+ # configurations are valid, and several attempts to launch instances
29444
+ # have failed. For more information, see the description of the
29445
+ # event.
29443
29446
  #
29444
29447
  # * `spotInstanceCountLimitExceeded` - You've reached the limit on
29445
29448
  # the number of Spot Instances that you can launch.
29446
29449
  #
29447
- # The following are the `fleetRequestChange` events:
29450
+ # * `spotFleetRequestConfigurationInvalid` - The configuration is not
29451
+ # valid. For more information, see the description of the event.
29452
+ #
29453
+ # `fleetRequestChange` events:
29448
29454
  #
29449
29455
  # * `active` - The EC2 Fleet or Spot Fleet request has been validated
29450
29456
  # and Amazon EC2 is attempting to maintain the target number of
29451
- # running Spot Instances.
29457
+ # running instances.
29452
29458
  #
29453
29459
  # * `cancelled` - The EC2 Fleet or Spot Fleet request is canceled and
29454
- # has no running Spot Instances. The EC2 Fleet or Spot Fleet will be
29455
- # deleted two days after its instances were terminated.
29460
+ # has no running instances. The EC2 Fleet or Spot Fleet will be
29461
+ # deleted two days after its instances are terminated.
29456
29462
  #
29457
29463
  # * `cancelled_running` - The EC2 Fleet or Spot Fleet request is
29458
- # canceled and does not launch additional Spot Instances. Existing
29459
- # Spot Instances continue to run until they are interrupted or
29460
- # terminated.
29464
+ # canceled and does not launch additional instances. Its existing
29465
+ # instances continue to run until they are interrupted or
29466
+ # terminated. The request remains in this state until all instances
29467
+ # are interrupted or terminated.
29461
29468
  #
29462
29469
  # * `cancelled_terminating` - The EC2 Fleet or Spot Fleet request is
29463
- # canceled and its Spot Instances are terminating.
29470
+ # canceled and its instances are terminating. The request remains in
29471
+ # this state until all instances are terminated.
29464
29472
  #
29465
- # * `expired` - The EC2 Fleet or Spot Fleet request has expired. A
29466
- # subsequent event indicates that the instances were terminated, if
29473
+ # * `expired` - The EC2 Fleet or Spot Fleet request has expired. If
29467
29474
  # the request was created with `TerminateInstancesWithExpiration`
29468
- # set.
29475
+ # set, a subsequent `terminated` event indicates that the instances
29476
+ # are terminated.
29469
29477
  #
29470
- # * `modify_in_progress` - A request to modify the EC2 Fleet or Spot
29471
- # Fleet request was accepted and is in progress.
29478
+ # * `modify_in_progress` - The EC2 Fleet or Spot Fleet request is
29479
+ # being modified. The request remains in this state until the
29480
+ # modification is fully processed.
29472
29481
  #
29473
29482
  # * `modify_succeeded` - The EC2 Fleet or Spot Fleet request was
29474
29483
  # modified.
29475
29484
  #
29476
29485
  # * `submitted` - The EC2 Fleet or Spot Fleet request is being
29477
29486
  # evaluated and Amazon EC2 is preparing to launch the target number
29478
- # of Spot Instances.
29487
+ # of instances.
29479
29488
  #
29480
- # The following are the `instanceChange` events:
29489
+ # * `progress` - The EC2 Fleet or Spot Fleet request is in the process
29490
+ # of being fulfilled.
29481
29491
  #
29482
- # * `launched` - A request was fulfilled and a new instance was
29483
- # launched.
29492
+ # `instanceChange` events:
29493
+ #
29494
+ # * `launched` - A new instance was launched.
29484
29495
  #
29485
29496
  # * `terminated` - An instance was terminated by the user.
29486
29497
  #
29487
- # The following are the `Information` events:
29498
+ # * `termination_notified` - An instance termination notification was
29499
+ # sent when a Spot Instance was terminated by Amazon EC2 during
29500
+ # scale-down, when the target capacity of the fleet was modified
29501
+ # down, for example, from a target capacity of 4 to a target
29502
+ # capacity of 3.
29503
+ #
29504
+ # `Information` events:
29505
+ #
29506
+ # * `fleetProgressHalted` - The price in every launch specification is
29507
+ # not valid because it is below the Spot price (all the launch
29508
+ # specifications have produced `launchSpecUnusable` events). A
29509
+ # launch specification might become valid if the Spot price changes.
29488
29510
  #
29489
29511
  # * `launchSpecTemporarilyBlacklisted` - The configuration is not
29490
29512
  # valid and several attempts to launch instances have failed. For
29491
29513
  # more information, see the description of the event.
29492
29514
  #
29493
29515
  # * `launchSpecUnusable` - The price in a launch specification is not
29494
- # valid because it is below the Spot price or the Spot price is
29495
- # above the On-Demand price.
29516
+ # valid because it is below the Spot price.
29496
29517
  #
29497
- # * `fleetProgressHalted` - The price in every launch specification is
29498
- # not valid. A launch specification might become valid if the Spot
29499
- # price changes.
29518
+ # * `registerWithLoadBalancersFailed` - An attempt to register
29519
+ # instances with load balancers failed. For more information, see
29520
+ # the description of the event.
29500
29521
  # @return [String]
29501
29522
  #
29502
29523
  # @!attribute [rw] instance_id
@@ -31242,7 +31263,8 @@ module Aws::EC2
31242
31263
  # @return [String]
31243
31264
  #
31244
31265
  # @!attribute [rw] shell_version
31245
- # The version of the AWS Shell that was used to create the bitstream.
31266
+ # The version of the Amazon Web Services Shell that was used to create
31267
+ # the bitstream.
31246
31268
  # @return [String]
31247
31269
  #
31248
31270
  # @!attribute [rw] pci_id
@@ -31262,7 +31284,7 @@ module Aws::EC2
31262
31284
  # @return [Time]
31263
31285
  #
31264
31286
  # @!attribute [rw] owner_id
31265
- # The AWS account ID of the AFI owner.
31287
+ # The ID of the Amazon Web Services account that owns the AFI.
31266
31288
  # @return [String]
31267
31289
  #
31268
31290
  # @!attribute [rw] owner_alias
@@ -34316,13 +34338,12 @@ module Aws::EC2
34316
34338
  # @return [Array<Types::TagSpecification>]
34317
34339
  #
34318
34340
  # @!attribute [rw] usage_operation
34319
- # The usage operation value. For more information, see [AMI billing
34320
- # information fields][1] in the *Amazon Elastic Compute Cloud User
34321
- # Guide*.
34341
+ # The usage operation value. For more information, see [Licensing
34342
+ # options][1] in the *VM Import/Export User Guide*.
34322
34343
  #
34323
34344
  #
34324
34345
  #
34325
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html
34346
+ # [1]: https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#prerequisites
34326
34347
  # @return [String]
34327
34348
  #
34328
34349
  # @!attribute [rw] boot_mode
@@ -36222,14 +36243,11 @@ module Aws::EC2
36222
36243
  # @return [Integer]
36223
36244
  #
36224
36245
  # @!attribute [rw] http_endpoint
36225
- # This parameter enables or disables the HTTP metadata endpoint on
36226
- # your instances. If the parameter is not specified, the default state
36227
- # is `enabled`.
36246
+ # Enables or disables the HTTP metadata endpoint on your instances. If
36247
+ # the parameter is not specified, the default state is `enabled`.
36228
36248
  #
36229
- # <note markdown="1"> If you specify a value of `disabled`, you will not be able to access
36249
+ # If you specify a value of `disabled`, you will not be able to access
36230
36250
  # your instance metadata.
36231
- #
36232
- # </note>
36233
36251
  # @return [String]
36234
36252
  #
36235
36253
  # @!attribute [rw] http_protocol_ipv_6
@@ -36289,19 +36307,13 @@ module Aws::EC2
36289
36307
  # @return [Integer]
36290
36308
  #
36291
36309
  # @!attribute [rw] http_endpoint
36292
- # This parameter enables or disables the HTTP metadata endpoint on
36293
- # your instances. If the parameter is not specified, the default state
36294
- # is `enabled`.
36295
- #
36296
- # <note markdown="1"> If you specify a value of `disabled`, you will not be able to access
36297
- # your instance metadata.
36298
- #
36299
- # </note>
36310
+ # Indicates whether the HTTP metadata endpoint on your instances is
36311
+ # enabled or disabled.
36300
36312
  # @return [String]
36301
36313
  #
36302
36314
  # @!attribute [rw] http_protocol_ipv_6
36303
- # Whether or not the IPv6 endpoint for the instance metadata service
36304
- # is enabled or disabled.
36315
+ # Indicates whether the IPv6 endpoint for the instance metadata
36316
+ # service is enabled or disabled.
36305
36317
  # @return [String]
36306
36318
  #
36307
36319
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceMetadataOptionsResponse AWS API Documentation
@@ -37002,7 +37014,8 @@ module Aws::EC2
37002
37014
  include Aws::Structure
37003
37015
  end
37004
37016
 
37005
- # Describes the disks that are available for the instance type.
37017
+ # Describes the instance store features that are supported by the
37018
+ # instance type.
37006
37019
  #
37007
37020
  # @!attribute [rw] total_size_in_gb
37008
37021
  # The total size of the disks, in GB.
@@ -37013,8 +37026,11 @@ module Aws::EC2
37013
37026
  # @return [Array<Types::DiskInfo>]
37014
37027
  #
37015
37028
  # @!attribute [rw] nvme_support
37016
- # Indicates whether non-volatile memory express (NVMe) is supported
37017
- # for instance store.
37029
+ # Indicates whether non-volatile memory express (NVMe) is supported.
37030
+ # @return [String]
37031
+ #
37032
+ # @!attribute [rw] encryption_support
37033
+ # Indicates whether data is encrypted at rest.
37018
37034
  # @return [String]
37019
37035
  #
37020
37036
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceStorageInfo AWS API Documentation
@@ -37022,7 +37038,8 @@ module Aws::EC2
37022
37038
  class InstanceStorageInfo < Struct.new(
37023
37039
  :total_size_in_gb,
37024
37040
  :disks,
37025
- :nvme_support)
37041
+ :nvme_support,
37042
+ :encryption_support)
37026
37043
  SENSITIVE = []
37027
37044
  include Aws::Structure
37028
37045
  end
@@ -39677,7 +39694,7 @@ module Aws::EC2
39677
39694
  # Describes a load permission.
39678
39695
  #
39679
39696
  # @!attribute [rw] user_id
39680
- # The AWS account ID.
39697
+ # The Amazon Web Services account ID.
39681
39698
  # @return [String]
39682
39699
  #
39683
39700
  # @!attribute [rw] group
@@ -39746,7 +39763,7 @@ module Aws::EC2
39746
39763
  # @return [String]
39747
39764
  #
39748
39765
  # @!attribute [rw] user_id
39749
- # The AWS account ID.
39766
+ # The Amazon Web Services account ID.
39750
39767
  # @return [String]
39751
39768
  #
39752
39769
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LoadPermissionRequest AWS API Documentation
@@ -39769,7 +39786,8 @@ module Aws::EC2
39769
39786
  # @return [String]
39770
39787
  #
39771
39788
  # @!attribute [rw] owner_id
39772
- # The AWS account ID that owns the local gateway.
39789
+ # The ID of the Amazon Web Services account that owns the local
39790
+ # gateway.
39773
39791
  # @return [String]
39774
39792
  #
39775
39793
  # @!attribute [rw] state
@@ -39819,7 +39837,8 @@ module Aws::EC2
39819
39837
  # @return [String]
39820
39838
  #
39821
39839
  # @!attribute [rw] owner_id
39822
- # The AWS account ID that owns the local gateway route.
39840
+ # The ID of the Amazon Web Services account that owns the local
39841
+ # gateway route.
39823
39842
  # @return [String]
39824
39843
  #
39825
39844
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGatewayRoute AWS API Documentation
@@ -39855,7 +39874,8 @@ module Aws::EC2
39855
39874
  # @return [String]
39856
39875
  #
39857
39876
  # @!attribute [rw] owner_id
39858
- # The AWS account ID that owns the local gateway route table.
39877
+ # The ID of the Amazon Web Services account that owns the local
39878
+ # gateway route table.
39859
39879
  # @return [String]
39860
39880
  #
39861
39881
  # @!attribute [rw] state
@@ -39905,8 +39925,8 @@ module Aws::EC2
39905
39925
  # @return [String]
39906
39926
  #
39907
39927
  # @!attribute [rw] owner_id
39908
- # The AWS account ID that owns the local gateway virtual interface
39909
- # group association.
39928
+ # The ID of the Amazon Web Services account that owns the local
39929
+ # gateway virtual interface group association.
39910
39930
  # @return [String]
39911
39931
  #
39912
39932
  # @!attribute [rw] state
@@ -39957,8 +39977,8 @@ module Aws::EC2
39957
39977
  # @return [String]
39958
39978
  #
39959
39979
  # @!attribute [rw] owner_id
39960
- # The AWS account ID that owns the local gateway route table for the
39961
- # association.
39980
+ # The ID of the Amazon Web Services account that owns the local
39981
+ # gateway route table for the association.
39962
39982
  # @return [String]
39963
39983
  #
39964
39984
  # @!attribute [rw] state
@@ -40016,7 +40036,8 @@ module Aws::EC2
40016
40036
  # @return [Integer]
40017
40037
  #
40018
40038
  # @!attribute [rw] owner_id
40019
- # The AWS account ID that owns the local gateway virtual interface.
40039
+ # The ID of the Amazon Web Services account that owns the local
40040
+ # gateway virtual interface.
40020
40041
  # @return [String]
40021
40042
  #
40022
40043
  # @!attribute [rw] tags
@@ -40054,8 +40075,8 @@ module Aws::EC2
40054
40075
  # @return [String]
40055
40076
  #
40056
40077
  # @!attribute [rw] owner_id
40057
- # The AWS account ID that owns the local gateway virtual interface
40058
- # group.
40078
+ # The ID of the Amazon Web Services account that owns the local
40079
+ # gateway virtual interface group.
40059
40080
  # @return [String]
40060
40081
  #
40061
40082
  # @!attribute [rw] tags
@@ -40210,8 +40231,8 @@ module Aws::EC2
40210
40231
  # @!attribute [rw] opt_in_status
40211
40232
  # Indicates whether you are opted in to the Local Zone group or
40212
40233
  # Wavelength Zone group. The only valid value is `opted-in`. You must
40213
- # contact [AWS Support][1] to opt out of a Local Zone group, or
40214
- # Wavelength Zone group.
40234
+ # contact [Amazon Web Services Support][1] to opt out of a Local Zone
40235
+ # or Wavelength Zone group.
40215
40236
  #
40216
40237
  #
40217
40238
  #
@@ -40820,8 +40841,8 @@ module Aws::EC2
40820
40841
  # @return [String]
40821
40842
  #
40822
40843
  # @!attribute [rw] user_ids
40823
- # The AWS account IDs. This parameter is valid only when modifying the
40824
- # `loadPermission` attribute.
40844
+ # The Amazon Web Services account IDs. This parameter is valid only
40845
+ # when modifying the `loadPermission` attribute.
40825
40846
  # @return [Array<String>]
40826
40847
  #
40827
40848
  # @!attribute [rw] user_groups
@@ -42425,7 +42446,7 @@ module Aws::EC2
42425
42446
  # @return [String]
42426
42447
  #
42427
42448
  # @!attribute [rw] traffic_direction
42428
- # The type of traffic (`ingress` \| `egress`) to assign to the rule.
42449
+ # The type of traffic to assign to the rule.
42429
42450
  # @return [String]
42430
42451
  #
42431
42452
  # @!attribute [rw] rule_number
@@ -47479,22 +47500,14 @@ module Aws::EC2
47479
47500
  #
47480
47501
  # @!attribute [rw] network_border_group
47481
47502
  # The set of Availability Zones, Local Zones, or Wavelength Zones from
47482
- # which AWS advertises IP addresses.
47483
- #
47484
- # If you provide an incorrect network border group, you will receive
47485
- # an `InvalidAddress.NotFound` error. For more information, see [Error
47486
- # Codes][1].
47487
- #
47488
- # <note markdown="1"> You cannot use a network border group with EC2 Classic. If you
47489
- # attempt this operation on EC2 classic, you will receive an
47490
- # `InvalidParameterCombination` error. For more information, see
47491
- # [Error Codes][1].
47492
- #
47493
- # </note>
47503
+ # which Amazon Web Services advertises IP addresses.
47494
47504
  #
47505
+ # If you provide an incorrect network border group, you receive an
47506
+ # `InvalidAddress.NotFound` error.
47495
47507
  #
47496
- #
47497
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html
47508
+ # You cannot use a network border group with EC2 Classic. If you
47509
+ # attempt this operation on EC2 classic, you receive an
47510
+ # `InvalidParameterCombination` error.
47498
47511
  # @return [String]
47499
47512
  #
47500
47513
  # @!attribute [rw] dry_run
@@ -53216,8 +53229,8 @@ module Aws::EC2
53216
53229
  # @return [Array<String>]
53217
53230
  #
53218
53231
  # @!attribute [rw] acceptance_required
53219
- # Indicates whether requests from other AWS accounts to create an
53220
- # endpoint to the service must first be accepted.
53232
+ # Indicates whether requests from other Amazon Web Services accounts
53233
+ # to create an endpoint to the service must first be accepted.
53221
53234
  # @return [Boolean]
53222
53235
  #
53223
53236
  # @!attribute [rw] manages_vpc_endpoints
@@ -53292,7 +53305,7 @@ module Aws::EC2
53292
53305
  # @return [Array<String>]
53293
53306
  #
53294
53307
  # @!attribute [rw] owner
53295
- # The AWS account ID of the service owner.
53308
+ # The Amazon Web Services account ID of the service owner.
53296
53309
  # @return [String]
53297
53310
  #
53298
53311
  # @!attribute [rw] base_endpoint_dns_names
@@ -55999,33 +56012,7 @@ module Aws::EC2
55999
56012
  # }
56000
56013
  #
56001
56014
  # @!attribute [rw] resource_type
56002
- # The type of resource to tag on creation. The possible values are:
56003
- # `capacity-reservation` \| `carrier-gateway` \| `client-vpn-endpoint`
56004
- # \| `customer-gateway` \| `dedicated-host` \| `dhcp-options` \|
56005
- # `egress-only-internet-gateway` \| `elastic-gpu` \| `elastic-ip` \|
56006
- # `export-image-task` \| `export-instance-task` \| `fleet` \|
56007
- # `fpga-image` \| `host-reservation` \| `image` \| `import-image-task`
56008
- # \| `import-snapshot-task` \| `instance` \| `instance-event-window`
56009
- # \| `internet-gateway` \| `ipv4pool-ec2` \| `ipv6pool-ec2` \|
56010
- # `key-pair` \| `launch-template` \|
56011
- # `local-gateway-route-table-vpc-association` \| `natgateway` \|
56012
- # `network-acl` \| `network-insights-analysis` \|
56013
- # `network-insights-path` \| `network-interface` \| `placement-group`
56014
- # \| `prefix-list` \| `reserved-instances` \| `route-table` \|
56015
- # `security-group` \| `security-group-rule` \| `snapshot` \|
56016
- # `spot-fleet-request` \| `spot-instances-request` \| `subnet` \|
56017
- # `traffic-mirror-filter` \| `traffic-mirror-session` \|
56018
- # `traffic-mirror-target` \| `transit-gateway` \|
56019
- # `transit-gateway-attachment` \| `transit-gateway-multicast-domain`
56020
- # \| `transit-gateway-route-table` \| `volume` \| `vpc` \|
56021
- # `vpc-endpoint` \| `vpc-endpoint-service` \| `vpc-flow-log` \|
56022
- # `vpc-peering-connection` \| `vpn-connection` \| `vpn-gateway`.
56023
- #
56024
- # To tag a resource after it has been created, see [CreateTags][1].
56025
- #
56026
- #
56027
- #
56028
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html
56015
+ # The type of resource to tag on creation.
56029
56016
  # @return [String]
56030
56017
  #
56031
56018
  # @!attribute [rw] tags
@@ -59421,7 +59408,8 @@ module Aws::EC2
59421
59408
  # @return [Array<Types::Tag>]
59422
59409
  #
59423
59410
  # @!attribute [rw] owner_id
59424
- # The ID of the AWS account that owns the VPC endpoint.
59411
+ # The ID of the Amazon Web Services account that owns the VPC
59412
+ # endpoint.
59425
59413
  # @return [String]
59426
59414
  #
59427
59415
  # @!attribute [rw] last_error
@@ -59463,7 +59451,8 @@ module Aws::EC2
59463
59451
  # @return [String]
59464
59452
  #
59465
59453
  # @!attribute [rw] vpc_endpoint_owner
59466
- # The AWS account ID of the owner of the VPC endpoint.
59454
+ # The ID of the Amazon Web Services account that owns the VPC
59455
+ # endpoint.
59467
59456
  # @return [String]
59468
59457
  #
59469
59458
  # @!attribute [rw] vpc_endpoint_state
@@ -59519,8 +59508,8 @@ module Aws::EC2
59519
59508
  #
59520
59509
  # @!attribute [rw] network_border_group
59521
59510
  # The name of the unique set of Availability Zones, Local Zones, or
59522
- # Wavelength Zones from which AWS advertises IP addresses, for
59523
- # example, `us-east-1-wl1-bos-wlz-1`.
59511
+ # Wavelength Zones from which Amazon Web Services advertises IP
59512
+ # addresses, for example, `us-east-1-wl1-bos-wlz-1`.
59524
59513
  # @return [String]
59525
59514
  #
59526
59515
  # @!attribute [rw] ipv_6_pool