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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 030210e5379790a3130d50c1d942d4f340133008b5691ca6116454ea9b2442d7
4
- data.tar.gz: a605214ca4f543c3ac769ad1c9f975957dcba846cb22c673d2fb19b6b4644f3b
3
+ metadata.gz: 32787616f77a42f0793f1802b0c43c1a0e0494985a62736f4b684a89423e20fd
4
+ data.tar.gz: cf218997234d1209ae3a8a7d0a954ee0193af9adcf86969c777c4842cdc74863
5
5
  SHA512:
6
- metadata.gz: 63978c0c6e341d80c95bffff4687c32798e38aeacd039bdf0a74c8fd08f57c17840b0543ee453f3c0a5c8b453738c4c266f0cd0e9930e89bfb00a81392fa78ca
7
- data.tar.gz: c73a056949ca9bf046dbac821c0a438ae06f3547f70e31fff55194c2bab7f3b29ede08e7581913a08e1e9e56614cdbe4b24237b061f89698f08b8c1861dfce12
6
+ metadata.gz: 92eeec4066c59323609b26c4cc5261f5cc537690b5dceb44ba2dd2e7a003e00a5105db560b31ac5be845c8882ac864c282a70c93382a6cb719e553f2fec15119
7
+ data.tar.gz: fd0cfdf8ec569deabc4ff4bc9f9a6ec30562a95b52c9d7b650114635d168ee15201abf41c429ec10927e026fee17f68f597c367d2b2d851a819f1ed952ab7ecd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.269.0 (2021-10-12)
5
+ ------------------
6
+
7
+ * Feature - EncryptionSupport for InstanceStorageInfo added to DescribeInstanceTypes API
8
+
9
+ 1.268.0 (2021-10-11)
10
+ ------------------
11
+
12
+ * Feature - Documentation update for Amazon EC2.
13
+
4
14
  1.267.0 (2021-10-08)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.267.0
1
+ 1.269.0
@@ -93,7 +93,8 @@ module Aws::EC2
93
93
  end
94
94
 
95
95
  # The name of the unique set of Availability Zones, Local Zones, or
96
- # Wavelength Zones from which AWS advertises IP addresses.
96
+ # Wavelength Zones from which Amazon Web Services advertises IP
97
+ # addresses.
97
98
  # @return [String]
98
99
  def network_border_group
99
100
  data[:network_border_group]
@@ -335,22 +336,14 @@ module Aws::EC2
335
336
  # \[EC2-VPC\] The allocation ID. Required for EC2-VPC.
336
337
  # @option options [String] :network_border_group
337
338
  # The set of Availability Zones, Local Zones, or Wavelength Zones from
338
- # which AWS advertises IP addresses.
339
+ # which Amazon Web Services advertises IP addresses.
339
340
  #
340
- # If you provide an incorrect network border group, you will receive an
341
- # `InvalidAddress.NotFound` error. For more information, see [Error
342
- # Codes][1].
341
+ # If you provide an incorrect network border group, you receive an
342
+ # `InvalidAddress.NotFound` error.
343
343
  #
344
- # <note markdown="1"> You cannot use a network border group with EC2 Classic. If you attempt
345
- # this operation on EC2 classic, you will receive an
346
- # `InvalidParameterCombination` error. For more information, see [Error
347
- # Codes][1].
348
- #
349
- # </note>
350
- #
351
- #
352
- #
353
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html
344
+ # You cannot use a network border group with EC2 Classic. If you attempt
345
+ # this operation on EC2 classic, you receive an
346
+ # `InvalidParameterCombination` error.
354
347
  # @option options [Boolean] :dry_run
355
348
  # Checks whether you have the required permissions for the action,
356
349
  # without actually making the request, and provides an error response.
@@ -760,23 +760,19 @@ module Aws::EC2
760
760
  #
761
761
  # @option params [String] :network_border_group
762
762
  # A unique set of Availability Zones, Local Zones, or Wavelength Zones
763
- # from which AWS advertises IP addresses. Use this parameter to limit
764
- # the IP address to this location. IP addresses cannot move between
765
- # network border groups.
763
+ # from which Amazon Web Services advertises IP addresses. Use this
764
+ # parameter to limit the IP address to this location. IP addresses
765
+ # cannot move between network border groups.
766
766
  #
767
767
  # Use [DescribeAvailabilityZones][1] to view the network border groups.
768
768
  #
769
- # <note markdown="1"> You cannot use a network border group with EC2 Classic. If you attempt
770
- # this operation on EC2 classic, you will receive an
771
- # `InvalidParameterCombination` error. For more information, see [Error
772
- # Codes][2].
773
- #
774
- # </note>
769
+ # You cannot use a network border group with EC2 Classic. If you attempt
770
+ # this operation on EC2 Classic, you receive an
771
+ # `InvalidParameterCombination` error.
775
772
  #
776
773
  #
777
774
  #
778
775
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html
779
- # [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html
780
776
  #
781
777
  # @option params [String] :customer_owned_ipv_4_pool
782
778
  # The ID of a customer-owned address pool. Use this parameter to let
@@ -3638,7 +3634,7 @@ module Aws::EC2
3638
3634
  # @option params [String] :client_token
3639
3635
  # Unique, case-sensitive identifier that you provide to ensure the
3640
3636
  # idempotency of the request. For more information, see [Ensuring
3641
- # Idempotency][1].
3637
+ # idempotency][1].
3642
3638
  #
3643
3639
  #
3644
3640
  #
@@ -5632,8 +5628,8 @@ module Aws::EC2
5632
5628
  # least one field.
5633
5629
  #
5634
5630
  # Specify the fields using the `$\{field-id\}` format, separated by
5635
- # spaces. For the CLI, use single quotation marks (' ') to surround
5636
- # the parameter value.
5631
+ # spaces. For the CLI, surround this parameter value with single quotes
5632
+ # on Linux or double quotes on Windows.
5637
5633
  #
5638
5634
  #
5639
5635
  #
@@ -5717,8 +5713,8 @@ module Aws::EC2
5717
5713
  #
5718
5714
  # An AFI contains the FPGA bitstream that is ready to download to an
5719
5715
  # FPGA. You can securely deploy an AFI on multiple FPGA-accelerated
5720
- # instances. For more information, see the [AWS FPGA Hardware
5721
- # Development Kit][1].
5716
+ # instances. For more information, see the [Amazon Web Services FPGA
5717
+ # Hardware Development Kit][1].
5722
5718
  #
5723
5719
  #
5724
5720
  #
@@ -6354,7 +6350,7 @@ module Aws::EC2
6354
6350
  # to launch an instance. When you launch an instance using RunInstances,
6355
6351
  # you can specify a launch template instead of providing the launch
6356
6352
  # parameters in the request. For more information, see [Launching an
6357
- # instance from a launch template][1]in the *Amazon Elastic Compute
6353
+ # instance from a launch template][1] in the *Amazon Elastic Compute
6358
6354
  # Cloud User Guide*.
6359
6355
  #
6360
6356
  #
@@ -9579,8 +9575,8 @@ module Aws::EC2
9579
9575
  #
9580
9576
  # @option params [String] :client_token
9581
9577
  # Unique, case-sensitive identifier that you provide to ensure the
9582
- # idempotency of the request. For more information, see [How to Ensure
9583
- # Idempotency][1].
9578
+ # idempotency of the request. For more information, see [How to ensure
9579
+ # idempotency][1].
9584
9580
  #
9585
9581
  # **A suitable default value is auto-generated.** You should normally
9586
9582
  # not need to pass this option.**
@@ -9672,7 +9668,7 @@ module Aws::EC2
9672
9668
  # The ID of the filter that this rule is associated with.
9673
9669
  #
9674
9670
  # @option params [required, String] :traffic_direction
9675
- # The type of traffic (`ingress` \| `egress`).
9671
+ # The type of traffic.
9676
9672
  #
9677
9673
  # @option params [required, Integer] :rule_number
9678
9674
  # The number of the Traffic Mirror rule. This number must be unique for
@@ -9680,7 +9676,7 @@ module Aws::EC2
9680
9676
  # in ascending order by rule number.
9681
9677
  #
9682
9678
  # @option params [required, String] :rule_action
9683
- # The action to take (`accept` \| `reject`) on the filtered traffic.
9679
+ # The action to take on the filtered traffic.
9684
9680
  #
9685
9681
  # @option params [Types::TrafficMirrorPortRangeRequest] :destination_port_range
9686
9682
  # The destination port range.
@@ -9715,8 +9711,8 @@ module Aws::EC2
9715
9711
  #
9716
9712
  # @option params [String] :client_token
9717
9713
  # Unique, case-sensitive identifier that you provide to ensure the
9718
- # idempotency of the request. For more information, see [How to Ensure
9719
- # Idempotency][1].
9714
+ # idempotency of the request. For more information, see [How to ensure
9715
+ # idempotency][1].
9720
9716
  #
9721
9717
  # **A suitable default value is auto-generated.** You should normally
9722
9718
  # not need to pass this option.**
@@ -9847,8 +9843,8 @@ module Aws::EC2
9847
9843
  #
9848
9844
  # @option params [String] :client_token
9849
9845
  # Unique, case-sensitive identifier that you provide to ensure the
9850
- # idempotency of the request. For more information, see [How to Ensure
9851
- # Idempotency][1].
9846
+ # idempotency of the request. For more information, see [How to ensure
9847
+ # idempotency][1].
9852
9848
  #
9853
9849
  # **A suitable default value is auto-generated.** You should normally
9854
9850
  # not need to pass this option.**
@@ -9950,8 +9946,8 @@ module Aws::EC2
9950
9946
  #
9951
9947
  # @option params [String] :client_token
9952
9948
  # Unique, case-sensitive identifier that you provide to ensure the
9953
- # idempotency of the request. For more information, see [How to Ensure
9954
- # Idempotency][1].
9949
+ # idempotency of the request. For more information, see [How to ensure
9950
+ # idempotency][1].
9955
9951
  #
9956
9952
  # **A suitable default value is auto-generated.** You should normally
9957
9953
  # not need to pass this option.**
@@ -11176,15 +11172,16 @@ module Aws::EC2
11176
11172
 
11177
11173
  # Creates a VPC endpoint for a specified service. An endpoint enables
11178
11174
  # you to create a private connection between your VPC and the service.
11179
- # The service may be provided by AWS, an AWS Marketplace Partner, or
11180
- # another AWS account. For more information, see [VPC Endpoints][1] in
11181
- # the *Amazon Virtual Private Cloud User Guide*.
11175
+ # The service may be provided by Amazon Web Services, an Amazon Web
11176
+ # Services Marketplace Partner, or another Amazon Web Services account.
11177
+ # For more information, see [VPC Endpoints][1] in the *Amazon Virtual
11178
+ # Private Cloud User Guide*.
11182
11179
  #
11183
11180
  # A `gateway` endpoint serves as a target for a route in your route
11184
- # table for traffic destined for the AWS service. You can specify an
11185
- # endpoint policy to attach to the endpoint, which will control access
11186
- # to the service from your VPC. You can also specify the VPC route
11187
- # tables that use the endpoint.
11181
+ # table for traffic destined for the Amazon Web Service. You can specify
11182
+ # an endpoint policy to attach to the endpoint, which will control
11183
+ # access to the service from your VPC. You can also specify the VPC
11184
+ # route tables that use the endpoint.
11188
11185
  #
11189
11186
  # An `interface` endpoint is a network interface in your subnet that
11190
11187
  # serves as an endpoint for communicating with the specified service.
@@ -11240,8 +11237,8 @@ module Aws::EC2
11240
11237
  #
11241
11238
  # @option params [String] :client_token
11242
11239
  # Unique, case-sensitive identifier that you provide to ensure the
11243
- # idempotency of the request. For more information, see [How to Ensure
11244
- # Idempotency][1].
11240
+ # idempotency of the request. For more information, see [How to ensure
11241
+ # idempotency][1].
11245
11242
  #
11246
11243
  #
11247
11244
  #
@@ -11370,8 +11367,8 @@ module Aws::EC2
11370
11367
  #
11371
11368
  # @option params [String] :client_token
11372
11369
  # Unique, case-sensitive identifier that you provide to ensure the
11373
- # idempotency of the request. For more information, see [How to Ensure
11374
- # Idempotency][1].
11370
+ # idempotency of the request. For more information, see [How to ensure
11371
+ # idempotency][1].
11375
11372
  #
11376
11373
  #
11377
11374
  #
@@ -11415,7 +11412,8 @@ module Aws::EC2
11415
11412
  end
11416
11413
 
11417
11414
  # Creates a VPC endpoint service configuration to which service
11418
- # consumers (AWS accounts, IAM users, and IAM roles) can connect.
11415
+ # consumers (Amazon Web Services accounts, IAM users, and IAM roles) can
11416
+ # connect.
11419
11417
  #
11420
11418
  # To create an endpoint service configuration, you must first create one
11421
11419
  # of the following for your service:
@@ -11466,8 +11464,8 @@ module Aws::EC2
11466
11464
  #
11467
11465
  # @option params [String] :client_token
11468
11466
  # Unique, case-sensitive identifier that you provide to ensure the
11469
- # idempotency of the request. For more information, see [How to Ensure
11470
- # Idempotency][1].
11467
+ # idempotency of the request. For more information, see [How to ensure
11468
+ # idempotency][1].
11471
11469
  #
11472
11470
  #
11473
11471
  #
@@ -15244,8 +15242,8 @@ module Aws::EC2
15244
15242
  # that zone.
15245
15243
  #
15246
15244
  # For more information about Availability Zones, Local Zones, and
15247
- # Wavelength Zones, see [Regions, Zones and Outposts][1] in the *Amazon
15248
- # Elastic Compute Cloud User Guide*.
15245
+ # Wavelength Zones, see [Regions and zones][1] in the *Amazon Elastic
15246
+ # Compute Cloud User Guide*.
15249
15247
  #
15250
15248
  #
15251
15249
  #
@@ -17170,12 +17168,12 @@ module Aws::EC2
17170
17168
  # and not miss a recorded event. EC2 Fleet events are available for 48
17171
17169
  # hours.
17172
17170
  #
17173
- # For more information, see [Monitoring your EC2 Fleet][1] in the
17174
- # *Amazon EC2 User Guide*.
17171
+ # For more information, see [Monitor fleet events using Amazon
17172
+ # EventBridge][1] in the *Amazon EC2 User Guide*.
17175
17173
  #
17176
17174
  #
17177
17175
  #
17178
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html#monitor-ec2-fleet
17176
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/fleet-monitor.html
17179
17177
  #
17180
17178
  # @option params [Boolean] :dry_run
17181
17179
  # Checks whether you have the required permissions for the action,
@@ -17630,7 +17628,8 @@ module Aws::EC2
17630
17628
 
17631
17629
  # Describes the Amazon FPGA Images (AFIs) available to you. These
17632
17630
  # include public AFIs, private AFIs that you own, and AFIs owned by
17633
- # other AWS accounts for which you have load permissions.
17631
+ # other Amazon Web Services accounts for which you have load
17632
+ # permissions.
17634
17633
  #
17635
17634
  # @option params [Boolean] :dry_run
17636
17635
  # Checks whether you have the required permissions for the action,
@@ -17642,9 +17641,9 @@ module Aws::EC2
17642
17641
  # The AFI IDs.
17643
17642
  #
17644
17643
  # @option params [Array<String>] :owners
17645
- # Filters the AFI by owner. Specify an AWS account ID, `self` (owner is
17646
- # the sender of the request), or an AWS owner alias (valid values are
17647
- # `amazon` \| `aws-marketplace`).
17644
+ # Filters the AFI by owner. Specify an Amazon Web Services account ID,
17645
+ # `self` (owner is the sender of the request), or an Amazon Web Services
17646
+ # owner alias (valid values are `amazon` \| `aws-marketplace`).
17648
17647
  #
17649
17648
  # @option params [Array<Types::Filter>] :filters
17650
17649
  # The filters.
@@ -17657,12 +17656,12 @@ module Aws::EC2
17657
17656
  #
17658
17657
  # * `name` - The name of the AFI.
17659
17658
  #
17660
- # * `owner-id` - The AWS account ID of the AFI owner.
17659
+ # * `owner-id` - The Amazon Web Services account ID of the AFI owner.
17661
17660
  #
17662
17661
  # * `product-code` - The product code.
17663
17662
  #
17664
- # * `shell-version` - The version of the AWS Shell that was used to
17665
- # create the bitstream.
17663
+ # * `shell-version` - The version of the Amazon Web Services Shell that
17664
+ # was used to create the bitstream.
17666
17665
  #
17667
17666
  # * `state` - The state of the AFI (`pending` \| `failed` \| `available`
17668
17667
  # \| `unavailable`).
@@ -18150,12 +18149,13 @@ module Aws::EC2
18150
18149
  # `vpc-peering-connection` \| `vpn-connection` \| `vpn-gateway`.
18151
18150
  #
18152
18151
  # These settings apply to the IAM user who makes the request; they do
18153
- # not apply to the entire AWS account. By default, an IAM user defaults
18154
- # to the same settings as the root user, unless they explicitly override
18155
- # the settings by running the ModifyIdFormat command. Resources created
18156
- # with longer IDs are visible to all IAM users, regardless of these
18157
- # settings and provided that they have permission to use the relevant
18158
- # `Describe` command for the resource type.
18152
+ # not apply to the entire Amazon Web Services account. By default, an
18153
+ # IAM user defaults to the same settings as the root user, unless they
18154
+ # explicitly override the settings by running the ModifyIdFormat
18155
+ # command. Resources created with longer IDs are visible to all IAM
18156
+ # users, regardless of these settings and provided that they have
18157
+ # permission to use the relevant `Describe` command for the resource
18158
+ # type.
18159
18159
  #
18160
18160
  # @option params [String] :resource
18161
18161
  # The type of resource: `bundle` \| `conversion-task` \|
@@ -19574,9 +19574,12 @@ module Aws::EC2
19574
19574
  # * `instance-storage-info.disk.type` - The storage technology for the
19575
19575
  # local instance storage disks (`hdd` \| `ssd`).
19576
19576
  #
19577
+ # * `instance-storage-info.encryption-supported` - Indicates whether
19578
+ # data is encrypted at rest (`required` \| `unsupported`).
19579
+ #
19577
19580
  # * `instance-storage-info.nvme-support` - Indicates whether
19578
19581
  # non-volatile memory express (NVMe) is supported for instance store
19579
- # (`required` \| `supported`) \| `unsupported`).
19582
+ # (`required` \| `supported` \| `unsupported`).
19580
19583
  #
19581
19584
  # * `instance-storage-info.total-size-in-gb` - The total amount of
19582
19585
  # storage available from all local instance storage, in GB.
@@ -19695,7 +19698,7 @@ module Aws::EC2
19695
19698
  # resp.instance_types[0].bare_metal #=> Boolean
19696
19699
  # resp.instance_types[0].hypervisor #=> String, one of "nitro", "xen"
19697
19700
  # resp.instance_types[0].processor_info.supported_architectures #=> Array
19698
- # resp.instance_types[0].processor_info.supported_architectures[0] #=> String, one of "i386", "x86_64", "arm64"
19701
+ # resp.instance_types[0].processor_info.supported_architectures[0] #=> String, one of "i386", "x86_64", "arm64", "x86_64_mac"
19699
19702
  # resp.instance_types[0].processor_info.sustained_clock_speed_in_ghz #=> Float
19700
19703
  # resp.instance_types[0].v_cpu_info.default_v_cpus #=> Integer
19701
19704
  # resp.instance_types[0].v_cpu_info.default_cores #=> Integer
@@ -19712,6 +19715,7 @@ module Aws::EC2
19712
19715
  # resp.instance_types[0].instance_storage_info.disks[0].count #=> Integer
19713
19716
  # resp.instance_types[0].instance_storage_info.disks[0].type #=> String, one of "hdd", "ssd"
19714
19717
  # resp.instance_types[0].instance_storage_info.nvme_support #=> String, one of "unsupported", "supported", "required"
19718
+ # resp.instance_types[0].instance_storage_info.encryption_support #=> String, one of "unsupported", "required"
19715
19719
  # resp.instance_types[0].ebs_info.ebs_optimized_support #=> String, one of "unsupported", "supported", "default"
19716
19720
  # resp.instance_types[0].ebs_info.encryption_support #=> String, one of "unsupported", "supported"
19717
19721
  # resp.instance_types[0].ebs_info.ebs_optimized_info.baseline_bandwidth_in_mbps #=> Integer
@@ -23190,15 +23194,16 @@ module Aws::EC2
23190
23194
  # Describes the Regions that are enabled for your account, or all
23191
23195
  # Regions.
23192
23196
  #
23193
- # For a list of the Regions supported by Amazon EC2, see [ Regions and
23194
- # Endpoints][1].
23197
+ # For a list of the Regions supported by Amazon EC2, see [ Amazon
23198
+ # Elastic Compute Cloud endpoints and quotas][1].
23195
23199
  #
23196
23200
  # For information about enabling and disabling Regions for your account,
23197
- # see [Managing AWS Regions][2] in the *AWS General Reference*.
23201
+ # see [Managing Amazon Web Services Regions][2] in the *Amazon Web
23202
+ # Services General Reference*.
23198
23203
  #
23199
23204
  #
23200
23205
  #
23201
- # [1]: https://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region
23206
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/ec2-service.html
23202
23207
  # [2]: https://docs.aws.amazon.com/general/latest/gr/rande-manage.html
23203
23208
  #
23204
23209
  # @option params [Array<Types::Filter>] :filters
@@ -25337,6 +25342,13 @@ module Aws::EC2
25337
25342
  # and not miss a recorded event. Spot Fleet events are available for 48
25338
25343
  # hours.
25339
25344
  #
25345
+ # For more information, see [Monitor fleet events using Amazon
25346
+ # EventBridge][1] in the *Amazon EC2 User Guide for Linux Instances*.
25347
+ #
25348
+ #
25349
+ #
25350
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/fleet-monitor.html
25351
+ #
25340
25352
  # @option params [Boolean] :dry_run
25341
25353
  # Checks whether you have the required permissions for the action,
25342
25354
  # without actually making the request, and provides an error response.
@@ -28669,8 +28681,8 @@ module Aws::EC2
28669
28681
  #
28670
28682
  # * `service-id` - The ID of the service.
28671
28683
  #
28672
- # * `vpc-endpoint-owner` - The AWS account number of the owner of the
28673
- # endpoint.
28684
+ # * `vpc-endpoint-owner` - The ID of the Amazon Web Services account ID
28685
+ # that owns the endpoint.
28674
28686
  #
28675
28687
  # * `vpc-endpoint-state` - The state of the endpoint
28676
28688
  # (`pendingAcceptance` \| `pending` \| `available` \| `deleting` \|
@@ -33203,9 +33215,9 @@ module Aws::EC2
33203
33215
  req.send_request(options)
33204
33216
  end
33205
33217
 
33206
- # Download an AWS-provided sample configuration file to be used with the
33207
- # customer gateway device specified for your Site-to-Site VPN
33208
- # connection.
33218
+ # Download an Amazon Web Services-provided sample configuration file to
33219
+ # be used with the customer gateway device specified for your
33220
+ # Site-to-Site VPN connection.
33209
33221
  #
33210
33222
  # @option params [required, String] :vpn_connection_id
33211
33223
  # The `VpnConnectionId` specifies the Site-to-Site VPN connection used
@@ -33492,13 +33504,12 @@ module Aws::EC2
33492
33504
  # The tags to apply to the import image task during creation.
33493
33505
  #
33494
33506
  # @option params [String] :usage_operation
33495
- # The usage operation value. For more information, see [AMI billing
33496
- # information fields][1] in the *Amazon Elastic Compute Cloud User
33497
- # Guide*.
33507
+ # The usage operation value. For more information, see [Licensing
33508
+ # options][1] in the *VM Import/Export User Guide*.
33498
33509
  #
33499
33510
  #
33500
33511
  #
33501
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html
33512
+ # [1]: https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#prerequisites
33502
33513
  #
33503
33514
  # @option params [String] :boot_mode
33504
33515
  # The boot mode of the virtual machine.
@@ -34143,7 +34154,7 @@ module Aws::EC2
34143
34154
  # @option params [required, String] :opt_in_status
34144
34155
  # Indicates whether you are opted in to the Local Zone group or
34145
34156
  # Wavelength Zone group. The only valid value is `opted-in`. You must
34146
- # contact [AWS Support][1] to opt out of a Local Zone group, or
34157
+ # contact [Amazon Web Services Support][1] to opt out of a Local Zone or
34147
34158
  # Wavelength Zone group.
34148
34159
  #
34149
34160
  #
@@ -34731,8 +34742,8 @@ module Aws::EC2
34731
34742
  # The operation type.
34732
34743
  #
34733
34744
  # @option params [Array<String>] :user_ids
34734
- # The AWS account IDs. This parameter is valid only when modifying the
34735
- # `loadPermission` attribute.
34745
+ # The Amazon Web Services account IDs. This parameter is valid only when
34746
+ # modifying the `loadPermission` attribute.
34736
34747
  #
34737
34748
  # @option params [Array<String>] :user_groups
34738
34749
  # The user groups. This parameter is valid only when modifying the
@@ -34904,12 +34915,12 @@ module Aws::EC2
34904
34915
  # `vpc-peering-connection` \| `vpn-connection` \| `vpn-gateway`.
34905
34916
  #
34906
34917
  # This setting applies to the IAM user who makes the request; it does
34907
- # not apply to the entire AWS account. By default, an IAM user defaults
34908
- # to the same settings as the root user. If you're using this action as
34909
- # the root user, then these settings apply to the entire account, unless
34910
- # an IAM user explicitly overrides these settings for themselves. For
34911
- # more information, see [Resource IDs][1] in the *Amazon Elastic Compute
34912
- # Cloud User Guide*.
34918
+ # not apply to the entire Amazon Web Services account. By default, an
34919
+ # IAM user defaults to the same settings as the root user. If you're
34920
+ # using this action as the root user, then these settings apply to the
34921
+ # entire account, unless an IAM user explicitly overrides these settings
34922
+ # for themselves. For more information, see [Resource IDs][1] in the
34923
+ # *Amazon Elastic Compute Cloud User Guide*.
34913
34924
  #
34914
34925
  # Resources created with longer IDs are visible to all IAM roles and
34915
34926
  # users, regardless of these settings and provided that they have
@@ -36574,13 +36585,6 @@ module Aws::EC2
36574
36585
  # `RemoveNetworkServices` to remove the network services from the
36575
36586
  # Traffic Mirror filter.
36576
36587
  #
36577
- # For information about filter rule properties, see [Network
36578
- # Services][1] in the <i>Traffic Mirroring User Guide </i>.
36579
- #
36580
- #
36581
- #
36582
- # [1]: https://docs.aws.amazon.com/vpc/latest/mirroring/traffic-mirroring-considerations.html
36583
- #
36584
36588
  # @option params [required, String] :traffic_mirror_filter_id
36585
36589
  # The ID of the Traffic Mirror filter.
36586
36590
  #
@@ -36666,7 +36670,7 @@ module Aws::EC2
36666
36670
  # The ID of the Traffic Mirror rule.
36667
36671
  #
36668
36672
  # @option params [String] :traffic_direction
36669
- # The type of traffic (`ingress` \| `egress`) to assign to the rule.
36673
+ # The type of traffic to assign to the rule.
36670
36674
  #
36671
36675
  # @option params [Integer] :rule_number
36672
36676
  # The number of the Traffic Mirror rule. This number must be unique for
@@ -37556,7 +37560,7 @@ module Aws::EC2
37556
37560
 
37557
37561
  # Modifies the permissions for your [VPC endpoint service][1]. You can
37558
37562
  # add or remove permissions for service consumers (IAM users, IAM roles,
37559
- # and AWS accounts) to connect to your endpoint service.
37563
+ # and Amazon Web Services accounts) to connect to your endpoint service.
37560
37564
  #
37561
37565
  # If you grant permissions to all principals, the service is public. Any
37562
37566
  # users who know the name of a public service can send a request to
@@ -39458,22 +39462,14 @@ module Aws::EC2
39458
39462
  #
39459
39463
  # @option params [String] :network_border_group
39460
39464
  # The set of Availability Zones, Local Zones, or Wavelength Zones from
39461
- # which AWS advertises IP addresses.
39462
- #
39463
- # If you provide an incorrect network border group, you will receive an
39464
- # `InvalidAddress.NotFound` error. For more information, see [Error
39465
- # Codes][1].
39466
- #
39467
- # <note markdown="1"> You cannot use a network border group with EC2 Classic. If you attempt
39468
- # this operation on EC2 classic, you will receive an
39469
- # `InvalidParameterCombination` error. For more information, see [Error
39470
- # Codes][1].
39471
- #
39472
- # </note>
39473
- #
39465
+ # which Amazon Web Services advertises IP addresses.
39474
39466
  #
39467
+ # If you provide an incorrect network border group, you receive an
39468
+ # `InvalidAddress.NotFound` error.
39475
39469
  #
39476
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html
39470
+ # You cannot use a network border group with EC2 Classic. If you attempt
39471
+ # this operation on EC2 classic, you receive an
39472
+ # `InvalidParameterCombination` error.
39477
39473
  #
39478
39474
  # @option params [Boolean] :dry_run
39479
39475
  # Checks whether you have the required permissions for the action,
@@ -44169,7 +44165,7 @@ module Aws::EC2
44169
44165
  params: params,
44170
44166
  config: config)
44171
44167
  context[:gem_name] = 'aws-sdk-ec2'
44172
- context[:gem_version] = '1.267.0'
44168
+ context[:gem_version] = '1.269.0'
44173
44169
  Seahorse::Client::Request.new(handlers, context)
44174
44170
  end
44175
44171
 
@@ -1344,6 +1344,7 @@ module Aws::EC2
1344
1344
  InstanceStatusEventList = Shapes::ListShape.new(name: 'InstanceStatusEventList')
1345
1345
  InstanceStatusList = Shapes::ListShape.new(name: 'InstanceStatusList')
1346
1346
  InstanceStatusSummary = Shapes::StructureShape.new(name: 'InstanceStatusSummary')
1347
+ InstanceStorageEncryptionSupport = Shapes::StringShape.new(name: 'InstanceStorageEncryptionSupport')
1347
1348
  InstanceStorageFlag = Shapes::BooleanShape.new(name: 'InstanceStorageFlag')
1348
1349
  InstanceStorageInfo = Shapes::StructureShape.new(name: 'InstanceStorageInfo')
1349
1350
  InstanceTagKeySet = Shapes::ListShape.new(name: 'InstanceTagKeySet')
@@ -7802,6 +7803,7 @@ module Aws::EC2
7802
7803
  InstanceStorageInfo.add_member(:total_size_in_gb, Shapes::ShapeRef.new(shape: DiskSize, location_name: "totalSizeInGB"))
7803
7804
  InstanceStorageInfo.add_member(:disks, Shapes::ShapeRef.new(shape: DiskInfoList, location_name: "disks"))
7804
7805
  InstanceStorageInfo.add_member(:nvme_support, Shapes::ShapeRef.new(shape: EphemeralNvmeSupport, location_name: "nvmeSupport"))
7806
+ InstanceStorageInfo.add_member(:encryption_support, Shapes::ShapeRef.new(shape: InstanceStorageEncryptionSupport, location_name: "encryptionSupport"))
7805
7807
  InstanceStorageInfo.struct_class = Types::InstanceStorageInfo
7806
7808
 
7807
7809
  InstanceTagKeySet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")