aws-sdk-ec2 1.266.0 → 1.270.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.
@@ -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
  #
@@ -5593,11 +5589,10 @@ module Aws::EC2
5593
5589
  # accepts or rejects, or all traffic.
5594
5590
  #
5595
5591
  # @option params [String] :log_destination_type
5596
- # Specifies the type of destination to which the flow log data is to be
5597
- # published. Flow log data can be published to CloudWatch Logs or Amazon
5598
- # S3. To publish flow log data to CloudWatch Logs, specify
5599
- # `cloud-watch-logs`. To publish flow log data to Amazon S3, specify
5600
- # `s3`.
5592
+ # The type of destination to which the flow log data is to be published.
5593
+ # Flow log data can be published to CloudWatch Logs or Amazon S3. To
5594
+ # publish flow log data to CloudWatch Logs, specify `cloud-watch-logs`.
5595
+ # To publish flow log data to Amazon S3, specify `s3`.
5601
5596
  #
5602
5597
  # If you specify `LogDestinationType` as `s3`, do not specify
5603
5598
  # `DeliverLogsPermissionArn` or `LogGroupName`.
@@ -5605,10 +5600,10 @@ module Aws::EC2
5605
5600
  # Default: `cloud-watch-logs`
5606
5601
  #
5607
5602
  # @option params [String] :log_destination
5608
- # Specifies the destination to which the flow log data is to be
5609
- # published. Flow log data can be published to a CloudWatch Logs log
5610
- # group or an Amazon S3 bucket. The value specified for this parameter
5611
- # depends on the value specified for `LogDestinationType`.
5603
+ # The destination to which the flow log data is to be published. Flow
5604
+ # log data can be published to a CloudWatch Logs log group or an Amazon
5605
+ # S3 bucket. The value specified for this parameter depends on the value
5606
+ # specified for `LogDestinationType`.
5612
5607
  #
5613
5608
  # If `LogDestinationType` is not specified or `cloud-watch-logs`,
5614
5609
  # specify the Amazon Resource Name (ARN) of the CloudWatch Logs log
@@ -5632,8 +5627,8 @@ module Aws::EC2
5632
5627
  # least one field.
5633
5628
  #
5634
5629
  # 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.
5630
+ # spaces. For the CLI, surround this parameter value with single quotes
5631
+ # on Linux or double quotes on Windows.
5637
5632
  #
5638
5633
  #
5639
5634
  #
@@ -5657,6 +5652,9 @@ module Aws::EC2
5657
5652
  #
5658
5653
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
5659
5654
  #
5655
+ # @option params [Types::DestinationOptionsRequest] :destination_options
5656
+ # The destination options.
5657
+ #
5660
5658
  # @return [Types::CreateFlowLogsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5661
5659
  #
5662
5660
  # * {Types::CreateFlowLogsResult#client_token #client_token} => String
@@ -5688,6 +5686,11 @@ module Aws::EC2
5688
5686
  # },
5689
5687
  # ],
5690
5688
  # max_aggregation_interval: 1,
5689
+ # destination_options: {
5690
+ # file_format: "plain-text", # accepts plain-text, parquet
5691
+ # hive_compatible_partitions: false,
5692
+ # per_hour_partition: false,
5693
+ # },
5691
5694
  # })
5692
5695
  #
5693
5696
  # @example Response structure
@@ -5717,8 +5720,8 @@ module Aws::EC2
5717
5720
  #
5718
5721
  # An AFI contains the FPGA bitstream that is ready to download to an
5719
5722
  # 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].
5723
+ # instances. For more information, see the [Amazon Web Services FPGA
5724
+ # Hardware Development Kit][1].
5722
5725
  #
5723
5726
  #
5724
5727
  #
@@ -6354,7 +6357,7 @@ module Aws::EC2
6354
6357
  # to launch an instance. When you launch an instance using RunInstances,
6355
6358
  # you can specify a launch template instead of providing the launch
6356
6359
  # parameters in the request. For more information, see [Launching an
6357
- # instance from a launch template][1]in the *Amazon Elastic Compute
6360
+ # instance from a launch template][1] in the *Amazon Elastic Compute
6358
6361
  # Cloud User Guide*.
6359
6362
  #
6360
6363
  #
@@ -7023,15 +7026,15 @@ module Aws::EC2
7023
7026
  # @option params [required, String] :local_gateway_route_table_id
7024
7027
  # The ID of the local gateway route table.
7025
7028
  #
7029
+ # @option params [required, String] :local_gateway_virtual_interface_group_id
7030
+ # The ID of the virtual interface group.
7031
+ #
7026
7032
  # @option params [Boolean] :dry_run
7027
7033
  # Checks whether you have the required permissions for the action,
7028
7034
  # without actually making the request, and provides an error response.
7029
7035
  # If you have the required permissions, the error response is
7030
7036
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
7031
7037
  #
7032
- # @option params [required, String] :local_gateway_virtual_interface_group_id
7033
- # The ID of the virtual interface group.
7034
- #
7035
7038
  # @return [Types::CreateLocalGatewayRouteResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7036
7039
  #
7037
7040
  # * {Types::CreateLocalGatewayRouteResult#route #route} => Types::LocalGatewayRoute
@@ -7041,8 +7044,8 @@ module Aws::EC2
7041
7044
  # resp = client.create_local_gateway_route({
7042
7045
  # destination_cidr_block: "String", # required
7043
7046
  # local_gateway_route_table_id: "LocalGatewayRoutetableId", # required
7044
- # dry_run: false,
7045
7047
  # local_gateway_virtual_interface_group_id: "LocalGatewayVirtualInterfaceGroupId", # required
7048
+ # dry_run: false,
7046
7049
  # })
7047
7050
  #
7048
7051
  # @example Response structure
@@ -9274,6 +9277,12 @@ module Aws::EC2
9274
9277
  # @option params [String] :availability_zone_id
9275
9278
  # The AZ ID or the Local Zone ID of the subnet.
9276
9279
  #
9280
+ # @option params [required, String] :cidr_block
9281
+ # The IPv4 network range for the subnet, in CIDR notation. For example,
9282
+ # `10.0.0.0/24`. We modify the specified CIDR block to its canonical
9283
+ # form; for example, if you specify `100.68.0.18/18`, we modify it to
9284
+ # `100.68.0.0/18`.
9285
+ #
9277
9286
  # @option params [String] :ipv_6_cidr_block
9278
9287
  # The IPv6 network range for the subnet, in CIDR notation. The subnet
9279
9288
  # size must use a /64 prefix length.
@@ -9292,12 +9301,6 @@ module Aws::EC2
9292
9301
  # If you have the required permissions, the error response is
9293
9302
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
9294
9303
  #
9295
- # @option params [required, String] :cidr_block
9296
- # The IPv4 network range for the subnet, in CIDR notation. For example,
9297
- # `10.0.0.0/24`. We modify the specified CIDR block to its canonical
9298
- # form; for example, if you specify `100.68.0.18/18`, we modify it to
9299
- # `100.68.0.0/18`.
9300
- #
9301
9304
  # @return [Types::CreateSubnetResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9302
9305
  #
9303
9306
  # * {Types::CreateSubnetResult#subnet #subnet} => Types::Subnet
@@ -9341,11 +9344,11 @@ module Aws::EC2
9341
9344
  # ],
9342
9345
  # availability_zone: "String",
9343
9346
  # availability_zone_id: "String",
9347
+ # cidr_block: "String", # required
9344
9348
  # ipv_6_cidr_block: "String",
9345
9349
  # outpost_arn: "String",
9346
9350
  # vpc_id: "VpcId", # required
9347
9351
  # dry_run: false,
9348
- # cidr_block: "String", # required
9349
9352
  # })
9350
9353
  #
9351
9354
  # @example Response structure
@@ -9579,8 +9582,8 @@ module Aws::EC2
9579
9582
  #
9580
9583
  # @option params [String] :client_token
9581
9584
  # 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].
9585
+ # idempotency of the request. For more information, see [How to ensure
9586
+ # idempotency][1].
9584
9587
  #
9585
9588
  # **A suitable default value is auto-generated.** You should normally
9586
9589
  # not need to pass this option.**
@@ -9672,7 +9675,7 @@ module Aws::EC2
9672
9675
  # The ID of the filter that this rule is associated with.
9673
9676
  #
9674
9677
  # @option params [required, String] :traffic_direction
9675
- # The type of traffic (`ingress` \| `egress`).
9678
+ # The type of traffic.
9676
9679
  #
9677
9680
  # @option params [required, Integer] :rule_number
9678
9681
  # The number of the Traffic Mirror rule. This number must be unique for
@@ -9680,7 +9683,7 @@ module Aws::EC2
9680
9683
  # in ascending order by rule number.
9681
9684
  #
9682
9685
  # @option params [required, String] :rule_action
9683
- # The action to take (`accept` \| `reject`) on the filtered traffic.
9686
+ # The action to take on the filtered traffic.
9684
9687
  #
9685
9688
  # @option params [Types::TrafficMirrorPortRangeRequest] :destination_port_range
9686
9689
  # The destination port range.
@@ -9715,8 +9718,8 @@ module Aws::EC2
9715
9718
  #
9716
9719
  # @option params [String] :client_token
9717
9720
  # 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].
9721
+ # idempotency of the request. For more information, see [How to ensure
9722
+ # idempotency][1].
9720
9723
  #
9721
9724
  # **A suitable default value is auto-generated.** You should normally
9722
9725
  # not need to pass this option.**
@@ -9847,8 +9850,8 @@ module Aws::EC2
9847
9850
  #
9848
9851
  # @option params [String] :client_token
9849
9852
  # 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].
9853
+ # idempotency of the request. For more information, see [How to ensure
9854
+ # idempotency][1].
9852
9855
  #
9853
9856
  # **A suitable default value is auto-generated.** You should normally
9854
9857
  # not need to pass this option.**
@@ -9950,8 +9953,8 @@ module Aws::EC2
9950
9953
  #
9951
9954
  # @option params [String] :client_token
9952
9955
  # 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].
9956
+ # idempotency of the request. For more information, see [How to ensure
9957
+ # idempotency][1].
9955
9958
  #
9956
9959
  # **A suitable default value is auto-generated.** You should normally
9957
9960
  # not need to pass this option.**
@@ -11176,15 +11179,16 @@ module Aws::EC2
11176
11179
 
11177
11180
  # Creates a VPC endpoint for a specified service. An endpoint enables
11178
11181
  # 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*.
11182
+ # The service may be provided by Amazon Web Services, an Amazon Web
11183
+ # Services Marketplace Partner, or another Amazon Web Services account.
11184
+ # For more information, see [VPC Endpoints][1] in the *Amazon Virtual
11185
+ # Private Cloud User Guide*.
11182
11186
  #
11183
11187
  # 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.
11188
+ # table for traffic destined for the Amazon Web Service. You can specify
11189
+ # an endpoint policy to attach to the endpoint, which will control
11190
+ # access to the service from your VPC. You can also specify the VPC
11191
+ # route tables that use the endpoint.
11188
11192
  #
11189
11193
  # An `interface` endpoint is a network interface in your subnet that
11190
11194
  # serves as an endpoint for communicating with the specified service.
@@ -11240,8 +11244,8 @@ module Aws::EC2
11240
11244
  #
11241
11245
  # @option params [String] :client_token
11242
11246
  # 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].
11247
+ # idempotency of the request. For more information, see [How to ensure
11248
+ # idempotency][1].
11245
11249
  #
11246
11250
  #
11247
11251
  #
@@ -11370,8 +11374,8 @@ module Aws::EC2
11370
11374
  #
11371
11375
  # @option params [String] :client_token
11372
11376
  # 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].
11377
+ # idempotency of the request. For more information, see [How to ensure
11378
+ # idempotency][1].
11375
11379
  #
11376
11380
  #
11377
11381
  #
@@ -11415,7 +11419,8 @@ module Aws::EC2
11415
11419
  end
11416
11420
 
11417
11421
  # Creates a VPC endpoint service configuration to which service
11418
- # consumers (AWS accounts, IAM users, and IAM roles) can connect.
11422
+ # consumers (Amazon Web Services accounts, IAM users, and IAM roles) can
11423
+ # connect.
11419
11424
  #
11420
11425
  # To create an endpoint service configuration, you must first create one
11421
11426
  # of the following for your service:
@@ -11466,8 +11471,8 @@ module Aws::EC2
11466
11471
  #
11467
11472
  # @option params [String] :client_token
11468
11473
  # 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].
11474
+ # idempotency of the request. For more information, see [How to ensure
11475
+ # idempotency][1].
11471
11476
  #
11472
11477
  #
11473
11478
  #
@@ -15244,8 +15249,8 @@ module Aws::EC2
15244
15249
  # that zone.
15245
15250
  #
15246
15251
  # 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*.
15252
+ # Wavelength Zones, see [Regions and zones][1] in the *Amazon Elastic
15253
+ # Compute Cloud User Guide*.
15249
15254
  #
15250
15255
  #
15251
15256
  #
@@ -17170,12 +17175,12 @@ module Aws::EC2
17170
17175
  # and not miss a recorded event. EC2 Fleet events are available for 48
17171
17176
  # hours.
17172
17177
  #
17173
- # For more information, see [Monitoring your EC2 Fleet][1] in the
17174
- # *Amazon EC2 User Guide*.
17178
+ # For more information, see [Monitor fleet events using Amazon
17179
+ # EventBridge][1] in the *Amazon EC2 User Guide*.
17175
17180
  #
17176
17181
  #
17177
17182
  #
17178
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html#monitor-ec2-fleet
17183
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/fleet-monitor.html
17179
17184
  #
17180
17185
  # @option params [Boolean] :dry_run
17181
17186
  # Checks whether you have the required permissions for the action,
@@ -17569,6 +17574,9 @@ module Aws::EC2
17569
17574
  # resp.flow_logs[0].tags[0].key #=> String
17570
17575
  # resp.flow_logs[0].tags[0].value #=> String
17571
17576
  # resp.flow_logs[0].max_aggregation_interval #=> Integer
17577
+ # resp.flow_logs[0].destination_options.file_format #=> String, one of "plain-text", "parquet"
17578
+ # resp.flow_logs[0].destination_options.hive_compatible_partitions #=> Boolean
17579
+ # resp.flow_logs[0].destination_options.per_hour_partition #=> Boolean
17572
17580
  # resp.next_token #=> String
17573
17581
  #
17574
17582
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFlowLogs AWS API Documentation
@@ -17630,7 +17638,8 @@ module Aws::EC2
17630
17638
 
17631
17639
  # Describes the Amazon FPGA Images (AFIs) available to you. These
17632
17640
  # include public AFIs, private AFIs that you own, and AFIs owned by
17633
- # other AWS accounts for which you have load permissions.
17641
+ # other Amazon Web Services accounts for which you have load
17642
+ # permissions.
17634
17643
  #
17635
17644
  # @option params [Boolean] :dry_run
17636
17645
  # Checks whether you have the required permissions for the action,
@@ -17642,9 +17651,9 @@ module Aws::EC2
17642
17651
  # The AFI IDs.
17643
17652
  #
17644
17653
  # @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`).
17654
+ # Filters the AFI by owner. Specify an Amazon Web Services account ID,
17655
+ # `self` (owner is the sender of the request), or an Amazon Web Services
17656
+ # owner alias (valid values are `amazon` \| `aws-marketplace`).
17648
17657
  #
17649
17658
  # @option params [Array<Types::Filter>] :filters
17650
17659
  # The filters.
@@ -17657,12 +17666,12 @@ module Aws::EC2
17657
17666
  #
17658
17667
  # * `name` - The name of the AFI.
17659
17668
  #
17660
- # * `owner-id` - The AWS account ID of the AFI owner.
17669
+ # * `owner-id` - The Amazon Web Services account ID of the AFI owner.
17661
17670
  #
17662
17671
  # * `product-code` - The product code.
17663
17672
  #
17664
- # * `shell-version` - The version of the AWS Shell that was used to
17665
- # create the bitstream.
17673
+ # * `shell-version` - The version of the Amazon Web Services Shell that
17674
+ # was used to create the bitstream.
17666
17675
  #
17667
17676
  # * `state` - The state of the AFI (`pending` \| `failed` \| `available`
17668
17677
  # \| `unavailable`).
@@ -18150,12 +18159,13 @@ module Aws::EC2
18150
18159
  # `vpc-peering-connection` \| `vpn-connection` \| `vpn-gateway`.
18151
18160
  #
18152
18161
  # 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.
18162
+ # not apply to the entire Amazon Web Services account. By default, an
18163
+ # IAM user defaults to the same settings as the root user, unless they
18164
+ # explicitly override the settings by running the ModifyIdFormat
18165
+ # command. Resources created with longer IDs are visible to all IAM
18166
+ # users, regardless of these settings and provided that they have
18167
+ # permission to use the relevant `Describe` command for the resource
18168
+ # type.
18159
18169
  #
18160
18170
  # @option params [String] :resource
18161
18171
  # The type of resource: `bundle` \| `conversion-task` \|
@@ -19574,9 +19584,12 @@ module Aws::EC2
19574
19584
  # * `instance-storage-info.disk.type` - The storage technology for the
19575
19585
  # local instance storage disks (`hdd` \| `ssd`).
19576
19586
  #
19587
+ # * `instance-storage-info.encryption-supported` - Indicates whether
19588
+ # data is encrypted at rest (`required` \| `unsupported`).
19589
+ #
19577
19590
  # * `instance-storage-info.nvme-support` - Indicates whether
19578
19591
  # non-volatile memory express (NVMe) is supported for instance store
19579
- # (`required` \| `supported`) \| `unsupported`).
19592
+ # (`required` \| `supported` \| `unsupported`).
19580
19593
  #
19581
19594
  # * `instance-storage-info.total-size-in-gb` - The total amount of
19582
19595
  # storage available from all local instance storage, in GB.
@@ -19695,7 +19708,7 @@ module Aws::EC2
19695
19708
  # resp.instance_types[0].bare_metal #=> Boolean
19696
19709
  # resp.instance_types[0].hypervisor #=> String, one of "nitro", "xen"
19697
19710
  # 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"
19711
+ # resp.instance_types[0].processor_info.supported_architectures[0] #=> String, one of "i386", "x86_64", "arm64", "x86_64_mac"
19699
19712
  # resp.instance_types[0].processor_info.sustained_clock_speed_in_ghz #=> Float
19700
19713
  # resp.instance_types[0].v_cpu_info.default_v_cpus #=> Integer
19701
19714
  # resp.instance_types[0].v_cpu_info.default_cores #=> Integer
@@ -19712,6 +19725,7 @@ module Aws::EC2
19712
19725
  # resp.instance_types[0].instance_storage_info.disks[0].count #=> Integer
19713
19726
  # resp.instance_types[0].instance_storage_info.disks[0].type #=> String, one of "hdd", "ssd"
19714
19727
  # resp.instance_types[0].instance_storage_info.nvme_support #=> String, one of "unsupported", "supported", "required"
19728
+ # resp.instance_types[0].instance_storage_info.encryption_support #=> String, one of "unsupported", "required"
19715
19729
  # resp.instance_types[0].ebs_info.ebs_optimized_support #=> String, one of "unsupported", "supported", "default"
19716
19730
  # resp.instance_types[0].ebs_info.encryption_support #=> String, one of "unsupported", "supported"
19717
19731
  # resp.instance_types[0].ebs_info.ebs_optimized_info.baseline_bandwidth_in_mbps #=> Integer
@@ -23190,15 +23204,16 @@ module Aws::EC2
23190
23204
  # Describes the Regions that are enabled for your account, or all
23191
23205
  # Regions.
23192
23206
  #
23193
- # For a list of the Regions supported by Amazon EC2, see [ Regions and
23194
- # Endpoints][1].
23207
+ # For a list of the Regions supported by Amazon EC2, see [ Amazon
23208
+ # Elastic Compute Cloud endpoints and quotas][1].
23195
23209
  #
23196
23210
  # For information about enabling and disabling Regions for your account,
23197
- # see [Managing AWS Regions][2] in the *AWS General Reference*.
23211
+ # see [Managing Amazon Web Services Regions][2] in the *Amazon Web
23212
+ # Services General Reference*.
23198
23213
  #
23199
23214
  #
23200
23215
  #
23201
- # [1]: https://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region
23216
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/ec2-service.html
23202
23217
  # [2]: https://docs.aws.amazon.com/general/latest/gr/rande-manage.html
23203
23218
  #
23204
23219
  # @option params [Array<Types::Filter>] :filters
@@ -25337,6 +25352,13 @@ module Aws::EC2
25337
25352
  # and not miss a recorded event. Spot Fleet events are available for 48
25338
25353
  # hours.
25339
25354
  #
25355
+ # For more information, see [Monitor fleet events using Amazon
25356
+ # EventBridge][1] in the *Amazon EC2 User Guide for Linux Instances*.
25357
+ #
25358
+ #
25359
+ #
25360
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/fleet-monitor.html
25361
+ #
25340
25362
  # @option params [Boolean] :dry_run
25341
25363
  # Checks whether you have the required permissions for the action,
25342
25364
  # without actually making the request, and provides an error response.
@@ -28669,8 +28691,8 @@ module Aws::EC2
28669
28691
  #
28670
28692
  # * `service-id` - The ID of the service.
28671
28693
  #
28672
- # * `vpc-endpoint-owner` - The AWS account number of the owner of the
28673
- # endpoint.
28694
+ # * `vpc-endpoint-owner` - The ID of the Amazon Web Services account ID
28695
+ # that owns the endpoint.
28674
28696
  #
28675
28697
  # * `vpc-endpoint-state` - The state of the endpoint
28676
28698
  # (`pendingAcceptance` \| `pending` \| `available` \| `deleting` \|
@@ -33203,9 +33225,9 @@ module Aws::EC2
33203
33225
  req.send_request(options)
33204
33226
  end
33205
33227
 
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.
33228
+ # Download an Amazon Web Services-provided sample configuration file to
33229
+ # be used with the customer gateway device specified for your
33230
+ # Site-to-Site VPN connection.
33209
33231
  #
33210
33232
  # @option params [required, String] :vpn_connection_id
33211
33233
  # The `VpnConnectionId` specifies the Site-to-Site VPN connection used
@@ -33492,13 +33514,12 @@ module Aws::EC2
33492
33514
  # The tags to apply to the import image task during creation.
33493
33515
  #
33494
33516
  # @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*.
33517
+ # The usage operation value. For more information, see [Licensing
33518
+ # options][1] in the *VM Import/Export User Guide*.
33498
33519
  #
33499
33520
  #
33500
33521
  #
33501
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html
33522
+ # [1]: https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#prerequisites
33502
33523
  #
33503
33524
  # @option params [String] :boot_mode
33504
33525
  # The boot mode of the virtual machine.
@@ -34143,7 +34164,7 @@ module Aws::EC2
34143
34164
  # @option params [required, String] :opt_in_status
34144
34165
  # Indicates whether you are opted in to the Local Zone group or
34145
34166
  # 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
34167
+ # contact [Amazon Web Services Support][1] to opt out of a Local Zone or
34147
34168
  # Wavelength Zone group.
34148
34169
  #
34149
34170
  #
@@ -34731,8 +34752,8 @@ module Aws::EC2
34731
34752
  # The operation type.
34732
34753
  #
34733
34754
  # @option params [Array<String>] :user_ids
34734
- # The AWS account IDs. This parameter is valid only when modifying the
34735
- # `loadPermission` attribute.
34755
+ # The Amazon Web Services account IDs. This parameter is valid only when
34756
+ # modifying the `loadPermission` attribute.
34736
34757
  #
34737
34758
  # @option params [Array<String>] :user_groups
34738
34759
  # The user groups. This parameter is valid only when modifying the
@@ -34904,12 +34925,12 @@ module Aws::EC2
34904
34925
  # `vpc-peering-connection` \| `vpn-connection` \| `vpn-gateway`.
34905
34926
  #
34906
34927
  # 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*.
34928
+ # not apply to the entire Amazon Web Services account. By default, an
34929
+ # IAM user defaults to the same settings as the root user. If you're
34930
+ # using this action as the root user, then these settings apply to the
34931
+ # entire account, unless an IAM user explicitly overrides these settings
34932
+ # for themselves. For more information, see [Resource IDs][1] in the
34933
+ # *Amazon Elastic Compute Cloud User Guide*.
34913
34934
  #
34914
34935
  # Resources created with longer IDs are visible to all IAM roles and
34915
34936
  # users, regardless of these settings and provided that they have
@@ -36574,13 +36595,6 @@ module Aws::EC2
36574
36595
  # `RemoveNetworkServices` to remove the network services from the
36575
36596
  # Traffic Mirror filter.
36576
36597
  #
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
36598
  # @option params [required, String] :traffic_mirror_filter_id
36585
36599
  # The ID of the Traffic Mirror filter.
36586
36600
  #
@@ -36666,7 +36680,7 @@ module Aws::EC2
36666
36680
  # The ID of the Traffic Mirror rule.
36667
36681
  #
36668
36682
  # @option params [String] :traffic_direction
36669
- # The type of traffic (`ingress` \| `egress`) to assign to the rule.
36683
+ # The type of traffic to assign to the rule.
36670
36684
  #
36671
36685
  # @option params [Integer] :rule_number
36672
36686
  # The number of the Traffic Mirror rule. This number must be unique for
@@ -37556,7 +37570,7 @@ module Aws::EC2
37556
37570
 
37557
37571
  # Modifies the permissions for your [VPC endpoint service][1]. You can
37558
37572
  # add or remove permissions for service consumers (IAM users, IAM roles,
37559
- # and AWS accounts) to connect to your endpoint service.
37573
+ # and Amazon Web Services accounts) to connect to your endpoint service.
37560
37574
  #
37561
37575
  # If you grant permissions to all principals, the service is public. Any
37562
37576
  # users who know the name of a public service can send a request to
@@ -39458,22 +39472,14 @@ module Aws::EC2
39458
39472
  #
39459
39473
  # @option params [String] :network_border_group
39460
39474
  # The set of Availability Zones, Local Zones, or Wavelength Zones from
39461
- # which AWS advertises IP addresses.
39475
+ # which Amazon Web Services advertises IP addresses.
39462
39476
  #
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].
39477
+ # If you provide an incorrect network border group, you receive an
39478
+ # `InvalidAddress.NotFound` error.
39466
39479
  #
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
- #
39474
- #
39475
- #
39476
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html
39480
+ # You cannot use a network border group with EC2 Classic. If you attempt
39481
+ # this operation on EC2 classic, you receive an
39482
+ # `InvalidParameterCombination` error.
39477
39483
  #
39478
39484
  # @option params [Boolean] :dry_run
39479
39485
  # Checks whether you have the required permissions for the action,
@@ -42658,6 +42664,9 @@ module Aws::EC2
42658
42664
  # @option params [required, String] :local_gateway_route_table_id
42659
42665
  # The ID of the local gateway route table.
42660
42666
  #
42667
+ # @option params [Array<Types::Filter>] :filters
42668
+ # One or more filters.
42669
+ #
42661
42670
  # @option params [Integer] :max_results
42662
42671
  # The maximum number of results to return with a single call. To
42663
42672
  # retrieve the remaining results, make another call with the returned
@@ -42672,9 +42681,6 @@ module Aws::EC2
42672
42681
  # If you have the required permissions, the error response is
42673
42682
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
42674
42683
  #
42675
- # @option params [required, Array<Types::Filter>] :filters
42676
- # One or more filters.
42677
- #
42678
42684
  # @return [Types::SearchLocalGatewayRoutesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
42679
42685
  #
42680
42686
  # * {Types::SearchLocalGatewayRoutesResult#routes #routes} => Array&lt;Types::LocalGatewayRoute&gt;
@@ -42686,15 +42692,15 @@ module Aws::EC2
42686
42692
  #
42687
42693
  # resp = client.search_local_gateway_routes({
42688
42694
  # local_gateway_route_table_id: "LocalGatewayRoutetableId", # required
42689
- # max_results: 1,
42690
- # next_token: "String",
42691
- # dry_run: false,
42692
- # filters: [ # required
42695
+ # filters: [
42693
42696
  # {
42694
42697
  # name: "String",
42695
42698
  # values: ["String"],
42696
42699
  # },
42697
42700
  # ],
42701
+ # max_results: 1,
42702
+ # next_token: "String",
42703
+ # dry_run: false,
42698
42704
  # })
42699
42705
  #
42700
42706
  # @example Response structure
@@ -44169,7 +44175,7 @@ module Aws::EC2
44169
44175
  params: params,
44170
44176
  config: config)
44171
44177
  context[:gem_name] = 'aws-sdk-ec2'
44172
- context[:gem_version] = '1.266.0'
44178
+ context[:gem_version] = '1.270.0'
44173
44179
  Seahorse::Client::Request.new(handlers, context)
44174
44180
  end
44175
44181