aws-sdk-ec2 1.355.0 → 1.357.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.
@@ -301,7 +301,7 @@ module Aws::EC2
301
301
  # @return [String]
302
302
  #
303
303
  # @!attribute [rw] vpc_endpoint_ids
304
- # The IDs of one or more interface VPC endpoints.
304
+ # The IDs of the interface VPC endpoints.
305
305
  # @return [Array<String>]
306
306
  #
307
307
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AcceptVpcEndpointConnectionsRequest AWS API Documentation
@@ -2947,9 +2947,10 @@ module Aws::EC2
2947
2947
  # @return [String]
2948
2948
  #
2949
2949
  # @!attribute [rw] from_port
2950
- # The start of port range for the TCP and UDP protocols, or an ICMP
2951
- # type number. For the ICMP type number, use `-1` to specify all
2952
- # types. If you specify all ICMP types, you must specify all codes.
2950
+ # If the protocol is TCP or UDP, this is the start of the port range.
2951
+ # If the protocol is ICMP, this is the type number. A value of -1
2952
+ # indicates all ICMP types. If you specify all ICMP types, you must
2953
+ # specify all ICMP codes.
2953
2954
  #
2954
2955
  # Alternatively, use a set of IP permissions to specify multiple rules
2955
2956
  # and a description for the rule.
@@ -3011,9 +3012,10 @@ module Aws::EC2
3011
3012
  # @return [String]
3012
3013
  #
3013
3014
  # @!attribute [rw] to_port
3014
- # The end of port range for the TCP and UDP protocols, or an ICMP code
3015
- # number. For the ICMP code number, use `-1` to specify all codes. If
3016
- # you specify all ICMP types, you must specify all codes.
3015
+ # If the protocol is TCP or UDP, this is the end of the port range. If
3016
+ # the protocol is ICMP, this is the code. A value of -1 indicates all
3017
+ # ICMP codes. If you specify all ICMP types, you must specify all ICMP
3018
+ # codes.
3017
3019
  #
3018
3020
  # Alternatively, use a set of IP permissions to specify multiple rules
3019
3021
  # and a description for the rule.
@@ -5719,7 +5721,7 @@ module Aws::EC2
5719
5721
  # snapshot. The default KMS key for Amazon EBS is used unless you
5720
5722
  # specify a non-default Key Management Service (KMS) KMS key using
5721
5723
  # `KmsKeyId`. For more information, see [Amazon EBS encryption][1] in
5722
- # the *Amazon Elastic Compute Cloud User Guide*.
5724
+ # the *Amazon EC2 User Guide*.
5723
5725
  #
5724
5726
  #
5725
5727
  #
@@ -5774,8 +5776,7 @@ module Aws::EC2
5774
5776
  # Region, from one Outpost to another, or within the same Outpost.
5775
5777
  #
5776
5778
  # For more information, see [ Copy AMIs from an Amazon Web Services
5777
- # Region to an Outpost][1] in the *Amazon Elastic Compute Cloud User
5778
- # Guide*.
5779
+ # Region to an Outpost][1] in the *Amazon EC2 User Guide*.
5779
5780
  #
5780
5781
  #
5781
5782
  #
@@ -6428,8 +6429,8 @@ module Aws::EC2
6428
6429
  # client IP addresses. The address range cannot overlap with the local
6429
6430
  # CIDR of the VPC in which the associated subnet is located, or the
6430
6431
  # routes that you add manually. The address range cannot be changed
6431
- # after the Client VPN endpoint has been created. The CIDR block
6432
- # should be /22 or greater.
6432
+ # after the Client VPN endpoint has been created. Client CIDR range
6433
+ # must have a size of at least /22 and must not be greater than /12.
6433
6434
  # @return [String]
6434
6435
  #
6435
6436
  # @!attribute [rw] server_certificate_arn
@@ -11574,8 +11575,8 @@ module Aws::EC2
11574
11575
  # @return [String]
11575
11576
  #
11576
11577
  # @!attribute [rw] connection_events
11577
- # One or more endpoint events for which to receive notifications.
11578
- # Valid values are `Accept`, `Connect`, `Delete`, and `Reject`.
11578
+ # The endpoint events for which to receive notifications. Valid values
11579
+ # are `Accept`, `Connect`, `Delete`, and `Reject`.
11579
11580
  # @return [Array<String>]
11580
11581
  #
11581
11582
  # @!attribute [rw] client_token
@@ -11619,8 +11620,6 @@ module Aws::EC2
11619
11620
  include Aws::Structure
11620
11621
  end
11621
11622
 
11622
- # Contains the parameters for CreateVpcEndpoint.
11623
- #
11624
11623
  # @!attribute [rw] dry_run
11625
11624
  # Checks whether you have the required permissions for the action,
11626
11625
  # without actually making the request, and provides an error response.
@@ -11635,13 +11634,11 @@ module Aws::EC2
11635
11634
  # @return [String]
11636
11635
  #
11637
11636
  # @!attribute [rw] vpc_id
11638
- # The ID of the VPC in which the endpoint will be used.
11637
+ # The ID of the VPC for the endpoint.
11639
11638
  # @return [String]
11640
11639
  #
11641
11640
  # @!attribute [rw] service_name
11642
- # The service name. To get a list of available services, use the
11643
- # DescribeVpcEndpointServices request, or get the name from the
11644
- # service provider.
11641
+ # The service name.
11645
11642
  # @return [String]
11646
11643
  #
11647
11644
  # @!attribute [rw] policy_document
@@ -11652,18 +11649,19 @@ module Aws::EC2
11652
11649
  # @return [String]
11653
11650
  #
11654
11651
  # @!attribute [rw] route_table_ids
11655
- # (Gateway endpoint) One or more route table IDs.
11652
+ # (Gateway endpoint) The route table IDs.
11656
11653
  # @return [Array<String>]
11657
11654
  #
11658
11655
  # @!attribute [rw] subnet_ids
11659
- # (Interface and Gateway Load Balancer endpoints) The ID of one or
11660
- # more subnets in which to create an endpoint network interface. For a
11661
- # Gateway Load Balancer endpoint, you can specify one subnet only.
11656
+ # (Interface and Gateway Load Balancer endpoints) The IDs of the
11657
+ # subnets in which to create an endpoint network interface. For a
11658
+ # Gateway Load Balancer endpoint, you can specify only one subnet.
11662
11659
  # @return [Array<String>]
11663
11660
  #
11664
11661
  # @!attribute [rw] security_group_ids
11665
- # (Interface endpoint) The ID of one or more security groups to
11666
- # associate with the endpoint network interface.
11662
+ # (Interface endpoint) The IDs of the security groups to associate
11663
+ # with the endpoint network interface. If this parameter is not
11664
+ # specified, we use the default security group for the VPC.
11667
11665
  # @return [Array<String>]
11668
11666
  #
11669
11667
  # @!attribute [rw] ip_address_type
@@ -11725,8 +11723,6 @@ module Aws::EC2
11725
11723
  include Aws::Structure
11726
11724
  end
11727
11725
 
11728
- # Contains the output of CreateVpcEndpoint.
11729
- #
11730
11726
  # @!attribute [rw] vpc_endpoint
11731
11727
  # Information about the endpoint.
11732
11728
  # @return [Types::VpcEndpoint]
@@ -11763,13 +11759,11 @@ module Aws::EC2
11763
11759
  # @return [String]
11764
11760
  #
11765
11761
  # @!attribute [rw] network_load_balancer_arns
11766
- # The Amazon Resource Names (ARNs) of one or more Network Load
11767
- # Balancers for your service.
11762
+ # The Amazon Resource Names (ARNs) of the Network Load Balancers.
11768
11763
  # @return [Array<String>]
11769
11764
  #
11770
11765
  # @!attribute [rw] gateway_load_balancer_arns
11771
- # The Amazon Resource Names (ARNs) of one or more Gateway Load
11772
- # Balancers.
11766
+ # The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
11773
11767
  # @return [Array<String>]
11774
11768
  #
11775
11769
  # @!attribute [rw] supported_ip_address_types
@@ -12262,19 +12256,15 @@ module Aws::EC2
12262
12256
  # @return [String]
12263
12257
  #
12264
12258
  # @!attribute [rw] metric
12265
- # The aggregation metric used for the data query. Currently only
12266
- # `aggregation-latency` is supported, indicating network latency.
12259
+ # The metric, `aggregation-latency`, indicating that network latency
12260
+ # is aggregated for the query. This is the only supported metric.
12267
12261
  # @return [String]
12268
12262
  #
12269
12263
  # @!attribute [rw] statistic
12270
- # Metric data aggregations over specified periods of time. The
12271
- # following are the supported Infrastructure Performance statistics:
12272
- #
12273
- # * `p50` - The median value of the metric aggregated over a specified
12274
- # start and end time. For example, a metric of `five_minutes` is the
12275
- # median of all the data points gathered within those five minutes.
12276
- #
12277
- # ^
12264
+ # The metric data aggregation period, `p50`, between the specified
12265
+ # `startDate` and `endDate`. For example, a metric of `five_minutes`
12266
+ # is the median of all the data points gathered within those five
12267
+ # minutes. `p50` is the only supported metric.
12278
12268
  # @return [String]
12279
12269
  #
12280
12270
  # @!attribute [rw] period
@@ -12311,9 +12301,9 @@ module Aws::EC2
12311
12301
  # @return [String]
12312
12302
  #
12313
12303
  # @!attribute [rw] metric
12314
- # The metric used for the network performance request. Currently only
12315
- # `aggregate-latency` is supported, showing network latency during a
12316
- # specified period.
12304
+ # The metric used for the network performance request. Only
12305
+ # `aggregate-latency` is supported, which shows network latency during
12306
+ # a specified period.
12317
12307
  # @return [String]
12318
12308
  #
12319
12309
  # @!attribute [rw] statistic
@@ -14597,7 +14587,7 @@ module Aws::EC2
14597
14587
  # @return [Boolean]
14598
14588
  #
14599
14589
  # @!attribute [rw] connection_notification_ids
14600
- # One or more notification IDs.
14590
+ # The IDs of the notifications.
14601
14591
  # @return [Array<String>]
14602
14592
  #
14603
14593
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteVpcEndpointConnectionNotificationsRequest AWS API Documentation
@@ -14630,7 +14620,7 @@ module Aws::EC2
14630
14620
  # @return [Boolean]
14631
14621
  #
14632
14622
  # @!attribute [rw] service_ids
14633
- # The IDs of one or more services.
14623
+ # The IDs of the services.
14634
14624
  # @return [Array<String>]
14635
14625
  #
14636
14626
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteVpcEndpointServiceConfigurationsRequest AWS API Documentation
@@ -14655,8 +14645,6 @@ module Aws::EC2
14655
14645
  include Aws::Structure
14656
14646
  end
14657
14647
 
14658
- # Contains the parameters for DeleteVpcEndpoints.
14659
- #
14660
14648
  # @!attribute [rw] dry_run
14661
14649
  # Checks whether you have the required permissions for the action,
14662
14650
  # without actually making the request, and provides an error response.
@@ -14665,7 +14653,7 @@ module Aws::EC2
14665
14653
  # @return [Boolean]
14666
14654
  #
14667
14655
  # @!attribute [rw] vpc_endpoint_ids
14668
- # One or more VPC endpoint IDs.
14656
+ # The IDs of the VPC endpoints.
14669
14657
  # @return [Array<String>]
14670
14658
  #
14671
14659
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteVpcEndpointsRequest AWS API Documentation
@@ -14677,8 +14665,6 @@ module Aws::EC2
14677
14665
  include Aws::Structure
14678
14666
  end
14679
14667
 
14680
- # Contains the output of DeleteVpcEndpoints.
14681
- #
14682
14668
  # @!attribute [rw] unsuccessful
14683
14669
  # Information about the VPC endpoints that were not successfully
14684
14670
  # deleted.
@@ -18031,6 +18017,16 @@ module Aws::EC2
18031
18017
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
18032
18018
  # @return [Boolean]
18033
18019
  #
18020
+ # @!attribute [rw] max_results
18021
+ # The maximum number of results to return with a single call. To
18022
+ # retrieve the remaining results, make another call with the returned
18023
+ # `nextToken` value.
18024
+ # @return [Integer]
18025
+ #
18026
+ # @!attribute [rw] next_token
18027
+ # The token for the next page of results.
18028
+ # @return [String]
18029
+ #
18034
18030
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeImagesRequest AWS API Documentation
18035
18031
  #
18036
18032
  class DescribeImagesRequest < Struct.new(
@@ -18039,7 +18035,9 @@ module Aws::EC2
18039
18035
  :image_ids,
18040
18036
  :owners,
18041
18037
  :include_deprecated,
18042
- :dry_run)
18038
+ :dry_run,
18039
+ :max_results,
18040
+ :next_token)
18043
18041
  SENSITIVE = []
18044
18042
  include Aws::Structure
18045
18043
  end
@@ -18048,10 +18046,16 @@ module Aws::EC2
18048
18046
  # Information about the images.
18049
18047
  # @return [Array<Types::Image>]
18050
18048
  #
18049
+ # @!attribute [rw] next_token
18050
+ # The token to use to retrieve the next page of results. This value is
18051
+ # `null` when there are no more results to return.
18052
+ # @return [String]
18053
+ #
18051
18054
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeImagesResult AWS API Documentation
18052
18055
  #
18053
18056
  class DescribeImagesResult < Struct.new(
18054
- :images)
18057
+ :images,
18058
+ :next_token)
18055
18059
  SENSITIVE = []
18056
18060
  include Aws::Structure
18057
18061
  end
@@ -18865,12 +18869,16 @@ module Aws::EC2
18865
18869
  # * `metadata-options.http-tokens` - The metadata request
18866
18870
  # authorization state (`optional` \| `required`)
18867
18871
  #
18868
- # * `metadata-options.http-put-response-hop-limit` - The http metadata
18872
+ # * `metadata-options.http-put-response-hop-limit` - The HTTP metadata
18869
18873
  # request put response hop limit (integer, possible values `1` to
18870
18874
  # `64`)
18871
18875
  #
18872
- # * `metadata-options.http-endpoint` - Enable or disable metadata
18873
- # access on http endpoint (`enabled` \| `disabled`)
18876
+ # * `metadata-options.http-endpoint` - The status of access to the
18877
+ # HTTP metadata endpoint on your instance (`enabled` \| `disabled`)
18878
+ #
18879
+ # * `metadata-options.instance-metadata-tags` - The status of access
18880
+ # to instance tags from the instance metadata (`enabled` \|
18881
+ # `disabled`)
18874
18882
  #
18875
18883
  # * `monitoring-state` - Indicates whether detailed monitoring is
18876
18884
  # enabled (`disabled` \| `enabled`).
@@ -25173,7 +25181,7 @@ module Aws::EC2
25173
25181
  # @return [String]
25174
25182
  #
25175
25183
  # @!attribute [rw] filters
25176
- # One or more filters.
25184
+ # The filters.
25177
25185
  #
25178
25186
  # * `connection-notification-arn` - The ARN of the SNS topic for the
25179
25187
  # notification.
@@ -25214,7 +25222,7 @@ module Aws::EC2
25214
25222
  end
25215
25223
 
25216
25224
  # @!attribute [rw] connection_notification_set
25217
- # One or more notifications.
25225
+ # The notifications.
25218
25226
  # @return [Array<Types::ConnectionNotification>]
25219
25227
  #
25220
25228
  # @!attribute [rw] next_token
@@ -25239,7 +25247,7 @@ module Aws::EC2
25239
25247
  # @return [Boolean]
25240
25248
  #
25241
25249
  # @!attribute [rw] filters
25242
- # One or more filters.
25250
+ # The filters.
25243
25251
  #
25244
25252
  # * `ip-address-type` - The IP address type (`ipv4` \| `ipv6`).
25245
25253
  #
@@ -25279,7 +25287,7 @@ module Aws::EC2
25279
25287
  end
25280
25288
 
25281
25289
  # @!attribute [rw] vpc_endpoint_connections
25282
- # Information about one or more VPC endpoint connections.
25290
+ # Information about the VPC endpoint connections.
25283
25291
  # @return [Array<Types::VpcEndpointConnection>]
25284
25292
  #
25285
25293
  # @!attribute [rw] next_token
@@ -25304,11 +25312,11 @@ module Aws::EC2
25304
25312
  # @return [Boolean]
25305
25313
  #
25306
25314
  # @!attribute [rw] service_ids
25307
- # The IDs of one or more services.
25315
+ # The IDs of the endpoint services.
25308
25316
  # @return [Array<String>]
25309
25317
  #
25310
25318
  # @!attribute [rw] filters
25311
- # One or more filters.
25319
+ # The filters.
25312
25320
  #
25313
25321
  # * `service-name` - The name of the service.
25314
25322
  #
@@ -25356,7 +25364,7 @@ module Aws::EC2
25356
25364
  end
25357
25365
 
25358
25366
  # @!attribute [rw] service_configurations
25359
- # Information about one or more services.
25367
+ # Information about the services.
25360
25368
  # @return [Array<Types::ServiceConfiguration>]
25361
25369
  #
25362
25370
  # @!attribute [rw] next_token
@@ -25385,7 +25393,7 @@ module Aws::EC2
25385
25393
  # @return [String]
25386
25394
  #
25387
25395
  # @!attribute [rw] filters
25388
- # One or more filters.
25396
+ # The filters.
25389
25397
  #
25390
25398
  # * `principal` - The ARN of the principal.
25391
25399
  #
@@ -25418,7 +25426,7 @@ module Aws::EC2
25418
25426
  end
25419
25427
 
25420
25428
  # @!attribute [rw] allowed_principals
25421
- # Information about one or more allowed principals.
25429
+ # Information about the allowed principals.
25422
25430
  # @return [Array<Types::AllowedPrincipal>]
25423
25431
  #
25424
25432
  # @!attribute [rw] next_token
@@ -25435,8 +25443,6 @@ module Aws::EC2
25435
25443
  include Aws::Structure
25436
25444
  end
25437
25445
 
25438
- # Contains the parameters for DescribeVpcEndpointServices.
25439
- #
25440
25446
  # @!attribute [rw] dry_run
25441
25447
  # Checks whether you have the required permissions for the action,
25442
25448
  # without actually making the request, and provides an error response.
@@ -25445,11 +25451,11 @@ module Aws::EC2
25445
25451
  # @return [Boolean]
25446
25452
  #
25447
25453
  # @!attribute [rw] service_names
25448
- # One or more service names.
25454
+ # The service names.
25449
25455
  # @return [Array<String>]
25450
25456
  #
25451
25457
  # @!attribute [rw] filters
25452
- # One or more filters.
25458
+ # The filters.
25453
25459
  #
25454
25460
  # * `owner` - The ID or alias of the Amazon Web Services account that
25455
25461
  # owns the service.
@@ -25499,10 +25505,8 @@ module Aws::EC2
25499
25505
  include Aws::Structure
25500
25506
  end
25501
25507
 
25502
- # Contains the output of DescribeVpcEndpointServices.
25503
- #
25504
25508
  # @!attribute [rw] service_names
25505
- # A list of supported services.
25509
+ # The supported services.
25506
25510
  # @return [Array<String>]
25507
25511
  #
25508
25512
  # @!attribute [rw] service_details
@@ -25524,8 +25528,6 @@ module Aws::EC2
25524
25528
  include Aws::Structure
25525
25529
  end
25526
25530
 
25527
- # Contains the parameters for DescribeVpcEndpoints.
25528
- #
25529
25531
  # @!attribute [rw] dry_run
25530
25532
  # Checks whether you have the required permissions for the action,
25531
25533
  # without actually making the request, and provides an error response.
@@ -25534,11 +25536,11 @@ module Aws::EC2
25534
25536
  # @return [Boolean]
25535
25537
  #
25536
25538
  # @!attribute [rw] vpc_endpoint_ids
25537
- # One or more endpoint IDs.
25539
+ # The IDs of the VPC endpoints.
25538
25540
  # @return [Array<String>]
25539
25541
  #
25540
25542
  # @!attribute [rw] filters
25541
- # One or more filters.
25543
+ # The filters.
25542
25544
  #
25543
25545
  # * `ip-address-type` - The IP address type (`ipv4` \| `ipv6`).
25544
25546
  #
@@ -25592,8 +25594,6 @@ module Aws::EC2
25592
25594
  include Aws::Structure
25593
25595
  end
25594
25596
 
25595
- # Contains the output of DescribeVpcEndpoints.
25596
- #
25597
25597
  # @!attribute [rw] vpc_endpoints
25598
25598
  # Information about the endpoints.
25599
25599
  # @return [Array<Types::VpcEndpoint>]
@@ -30826,6 +30826,7 @@ module Aws::EC2
30826
30826
  # @return [Boolean]
30827
30827
  #
30828
30828
  # @!attribute [rw] instance_types
30829
+ # The instance types supported by the AFI.
30829
30830
  # @return [Array<String>]
30830
30831
  #
30831
30832
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FpgaImage AWS API Documentation
@@ -33831,7 +33832,7 @@ module Aws::EC2
33831
33832
  # @!attribute [rw] platform_details
33832
33833
  # The platform details associated with the billing code of the AMI.
33833
33834
  # For more information, see [Understand AMI billing information][1] in
33834
- # the *Amazon Elastic Compute Cloud User Guide*.
33835
+ # the *Amazon EC2 User Guide*.
33835
33836
  #
33836
33837
  #
33837
33838
  #
@@ -33924,7 +33925,7 @@ module Aws::EC2
33924
33925
  #
33925
33926
  # @!attribute [rw] boot_mode
33926
33927
  # The boot mode of the image. For more information, see [Boot
33927
- # modes][1] in the *Amazon Elastic Compute Cloud User Guide*.
33928
+ # modes][1] in the *Amazon EC2 User Guide*.
33928
33929
  #
33929
33930
  #
33930
33931
  #
@@ -33933,8 +33934,8 @@ module Aws::EC2
33933
33934
  #
33934
33935
  # @!attribute [rw] tpm_support
33935
33936
  # If the image is configured for NitroTPM support, the value is
33936
- # `v2.0`. For more information, see [NitroTPM][1] in the *Amazon
33937
- # Elastic Compute Cloud User Guide*.
33937
+ # `v2.0`. For more information, see [NitroTPM][1] in the *Amazon EC2
33938
+ # User Guide*.
33938
33939
  #
33939
33940
  #
33940
33941
  #
@@ -33953,8 +33954,8 @@ module Aws::EC2
33953
33954
  # automatically set to `required` so that, by default, the instance
33954
33955
  # requires that IMDSv2 is used when requesting instance metadata. In
33955
33956
  # addition, `HttpPutResponseHopLimit` is set to `2`. For more
33956
- # information, see [Configure the AMI][1] in the *Amazon Elastic
33957
- # Compute Cloud User Guide*.
33957
+ # information, see [Configure the AMI][1] in the *Amazon EC2 User
33958
+ # Guide*.
33958
33959
  #
33959
33960
  #
33960
33961
  #
@@ -34047,7 +34048,7 @@ module Aws::EC2
34047
34048
  # retrieve the UEFI data, use the [GetInstanceUefiData][1] command.
34048
34049
  # You can inspect and modify the UEFI data by using the
34049
34050
  # [python-uefivars tool][2] on GitHub. For more information, see [UEFI
34050
- # Secure Boot][3] in the *Amazon Elastic Compute Cloud User Guide*.
34051
+ # Secure Boot][3] in the *Amazon EC2 User Guide*.
34051
34052
  #
34052
34053
  #
34053
34054
  #
@@ -34077,8 +34078,8 @@ module Aws::EC2
34077
34078
  # automatically set to `required` so that, by default, the instance
34078
34079
  # requires that IMDSv2 is used when requesting instance metadata. In
34079
34080
  # addition, `HttpPutResponseHopLimit` is set to `2`. For more
34080
- # information, see [Configure the AMI][1] in the *Amazon Elastic
34081
- # Compute Cloud User Guide*.
34081
+ # information, see [Configure the AMI][1] in the *Amazon EC2 User
34082
+ # Guide*.
34082
34083
  #
34083
34084
  #
34084
34085
  #
@@ -36092,19 +36093,21 @@ module Aws::EC2
36092
36093
  # The metadata options for the instance.
36093
36094
  #
36094
36095
  # @!attribute [rw] http_tokens
36095
- # The state of token usage for your instance metadata requests.
36096
- #
36097
- # If the state is `optional`, you can choose to retrieve instance
36098
- # metadata with or without a session token on your request. If you
36099
- # retrieve the IAM role credentials without a token, the version 1.0
36100
- # role credentials are returned. If you retrieve the IAM role
36101
- # credentials using a valid session token, the version 2.0 role
36102
- # credentials are returned.
36103
- #
36104
- # If the state is `required`, you must send a session token with any
36105
- # instance metadata retrieval requests. In this state, retrieving the
36106
- # IAM role credentials always returns the version 2.0 credentials; the
36107
- # version 1.0 credentials are not available.
36096
+ # IMDSv2 uses token-backed sessions. Set the use of HTTP tokens to
36097
+ # `optional` (in other words, set the use of IMDSv2 to `optional`) or
36098
+ # `required` (in other words, set the use of IMDSv2 to `required`).
36099
+ #
36100
+ # * `optional` - When IMDSv2 is optional, you can choose to retrieve
36101
+ # instance metadata with or without a session token in your request.
36102
+ # If you retrieve the IAM role credentials without a token, the
36103
+ # IMDSv1 role credentials are returned. If you retrieve the IAM role
36104
+ # credentials using a valid session token, the IMDSv2 role
36105
+ # credentials are returned.
36106
+ #
36107
+ # * `required` - When IMDSv2 is required, you must send a session
36108
+ # token with any instance metadata retrieval requests. In this
36109
+ # state, retrieving the IAM role credentials always returns IMDSv2
36110
+ # credentials; IMDSv1 credentials are not available.
36108
36111
  #
36109
36112
  # Default: `optional`
36110
36113
  # @return [String]
@@ -36171,19 +36174,22 @@ module Aws::EC2
36171
36174
  # @return [String]
36172
36175
  #
36173
36176
  # @!attribute [rw] http_tokens
36174
- # The state of token usage for your instance metadata requests.
36175
- #
36176
- # If the state is `optional`, you can choose to retrieve instance
36177
- # metadata with or without a session token on your request. If you
36178
- # retrieve the IAM role credentials without a token, the version 1.0
36179
- # role credentials are returned. If you retrieve the IAM role
36180
- # credentials using a valid session token, the version 2.0 role
36181
- # credentials are returned.
36182
- #
36183
- # If the state is `required`, you must send a session token with any
36184
- # instance metadata retrieval requests. In this state, retrieving the
36185
- # IAM role credentials always returns the version 2.0 credentials; the
36186
- # version 1.0 credentials are not available.
36177
+ # IMDSv2 uses token-backed sessions. Indicates whether the use of HTTP
36178
+ # tokens is `optional` (in other words, indicates whether the use of
36179
+ # IMDSv2 is `optional`) or `required` (in other words, indicates
36180
+ # whether the use of IMDSv2 is `required`).
36181
+ #
36182
+ # * `optional` - When IMDSv2 is optional, you can choose to retrieve
36183
+ # instance metadata with or without a session token in your request.
36184
+ # If you retrieve the IAM role credentials without a token, the
36185
+ # IMDSv1 role credentials are returned. If you retrieve the IAM role
36186
+ # credentials using a valid session token, the IMDSv2 role
36187
+ # credentials are returned.
36188
+ #
36189
+ # * `required` - When IMDSv2 is required, you must send a session
36190
+ # token with any instance metadata retrieval requests. In this
36191
+ # state, retrieving the IAM role credentials always returns IMDSv2
36192
+ # credentials; IMDSv1 credentials are not available.
36187
36193
  #
36188
36194
  # Default: `optional`
36189
36195
  # @return [String]
@@ -38045,10 +38051,10 @@ module Aws::EC2
38045
38051
  # Describes a set of permissions for a security group rule.
38046
38052
  #
38047
38053
  # @!attribute [rw] from_port
38048
- # The start of port range for the TCP and UDP protocols, or an
38049
- # ICMP/ICMPv6 type number. A value of `-1` indicates all ICMP/ICMPv6
38050
- # types. If you specify all ICMP/ICMPv6 types, you must specify all
38051
- # codes.
38054
+ # If the protocol is TCP or UDP, this is the start of the port range.
38055
+ # If the protocol is ICMP or ICMPv6, this is the type number. A value
38056
+ # of -1 indicates all ICMP/ICMPv6 types. If you specify all
38057
+ # ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.
38052
38058
  # @return [Integer]
38053
38059
  #
38054
38060
  # @!attribute [rw] ip_protocol
@@ -38081,9 +38087,10 @@ module Aws::EC2
38081
38087
  # @return [Array<Types::PrefixListId>]
38082
38088
  #
38083
38089
  # @!attribute [rw] to_port
38084
- # The end of port range for the TCP and UDP protocols, or an
38085
- # ICMP/ICMPv6 code. A value of `-1` indicates all ICMP/ICMPv6 codes.
38086
- # If you specify all ICMP/ICMPv6 types, you must specify all codes.
38090
+ # If the protocol is TCP or UDP, this is the end of the port range. If
38091
+ # the protocol is ICMP or ICMPv6, this is the code. A value of -1
38092
+ # indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6
38093
+ # types, you must specify all ICMP/ICMPv6 codes.
38087
38094
  # @return [Integer]
38088
38095
  #
38089
38096
  # @!attribute [rw] user_id_group_pairs
@@ -39968,21 +39975,21 @@ module Aws::EC2
39968
39975
  # @return [String]
39969
39976
  #
39970
39977
  # @!attribute [rw] http_tokens
39971
- # The state of token usage for your instance metadata requests. If the
39972
- # parameter is not specified in the request, the default state is
39973
- # `optional`.
39978
+ # Indicates whether IMDSv2 is `optional` or `required`.
39974
39979
  #
39975
- # If the state is `optional`, you can choose to retrieve instance
39976
- # metadata with or without a signed token header on your request. If
39977
- # you retrieve the IAM role credentials without a token, the version
39978
- # 1.0 role credentials are returned. If you retrieve the IAM role
39979
- # credentials using a valid signed token, the version 2.0 role
39980
- # credentials are returned.
39980
+ # `optional` - When IMDSv2 is optional, you can choose to retrieve
39981
+ # instance metadata with or without a session token in your request.
39982
+ # If you retrieve the IAM role credentials without a token, the IMDSv1
39983
+ # role credentials are returned. If you retrieve the IAM role
39984
+ # credentials using a valid session token, the IMDSv2 role credentials
39985
+ # are returned.
39986
+ #
39987
+ # `required` - When IMDSv2 is required, you must send a session token
39988
+ # with any instance metadata retrieval requests. In this state,
39989
+ # retrieving the IAM role credentials always returns IMDSv2
39990
+ # credentials; IMDSv1 credentials are not available.
39981
39991
  #
39982
- # If the state is `required`, you must send a signed token header with
39983
- # any instance metadata retrieval requests. In this state, retrieving
39984
- # the IAM role credentials always returns the version 2.0 credentials;
39985
- # the version 1.0 credentials are not available.
39992
+ # Default: `optional`
39986
39993
  # @return [String]
39987
39994
  #
39988
39995
  # @!attribute [rw] http_put_response_hop_limit
@@ -40047,21 +40054,23 @@ module Aws::EC2
40047
40054
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
40048
40055
  #
40049
40056
  # @!attribute [rw] http_tokens
40050
- # The state of token usage for your instance metadata requests. If the
40051
- # parameter is not specified in the request, the default state is
40052
- # `optional`.
40057
+ # IMDSv2 uses token-backed sessions. Set the use of HTTP tokens to
40058
+ # `optional` (in other words, set the use of IMDSv2 to `optional`) or
40059
+ # `required` (in other words, set the use of IMDSv2 to `required`).
40060
+ #
40061
+ # * `optional` - When IMDSv2 is optional, you can choose to retrieve
40062
+ # instance metadata with or without a session token in your request.
40063
+ # If you retrieve the IAM role credentials without a token, the
40064
+ # IMDSv1 role credentials are returned. If you retrieve the IAM role
40065
+ # credentials using a valid session token, the IMDSv2 role
40066
+ # credentials are returned.
40067
+ #
40068
+ # * `required` - When IMDSv2 is required, you must send a session
40069
+ # token with any instance metadata retrieval requests. In this
40070
+ # state, retrieving the IAM role credentials always returns IMDSv2
40071
+ # credentials; IMDSv1 credentials are not available.
40053
40072
  #
40054
- # If the state is `optional`, you can choose to retrieve instance
40055
- # metadata with or without a signed token header on your request. If
40056
- # you retrieve the IAM role credentials without a token, the version
40057
- # 1.0 role credentials are returned. If you retrieve the IAM role
40058
- # credentials using a valid signed token, the version 2.0 role
40059
- # credentials are returned.
40060
- #
40061
- # If the state is `required`, you must send a signed token header with
40062
- # any instance metadata retrieval requests. In this state, retrieving
40063
- # the IAM role credentials always returns the version 2.0 credentials;
40064
- # the version 1.0 credentials are not available.
40073
+ # Default: `optional`
40065
40074
  # @return [String]
40066
40075
  #
40067
40076
  # @!attribute [rw] http_put_response_hop_limit
@@ -41640,7 +41649,7 @@ module Aws::EC2
41640
41649
  include Aws::Structure
41641
41650
  end
41642
41651
 
41643
- # Indicates whether the network was healthy or unhealthy at a particular
41652
+ # Indicates whether the network was healthy or degraded at a particular
41644
41653
  # point. The value is aggregated from the `startDate` to the `endDate`.
41645
41654
  # Currently only `five_minutes` is supported.
41646
41655
  #
@@ -42909,21 +42918,23 @@ module Aws::EC2
42909
42918
  # @return [String]
42910
42919
  #
42911
42920
  # @!attribute [rw] http_tokens
42912
- # The state of token usage for your instance metadata requests. If the
42913
- # parameter is not specified in the request, the default state is
42914
- # `optional`.
42921
+ # IMDSv2 uses token-backed sessions. Set the use of HTTP tokens to
42922
+ # `optional` (in other words, set the use of IMDSv2 to `optional`) or
42923
+ # `required` (in other words, set the use of IMDSv2 to `required`).
42924
+ #
42925
+ # * `optional` - When IMDSv2 is optional, you can choose to retrieve
42926
+ # instance metadata with or without a session token in your request.
42927
+ # If you retrieve the IAM role credentials without a token, the
42928
+ # IMDSv1 role credentials are returned. If you retrieve the IAM role
42929
+ # credentials using a valid session token, the IMDSv2 role
42930
+ # credentials are returned.
42931
+ #
42932
+ # * `required` - When IMDSv2 is required, you must send a session
42933
+ # token with any instance metadata retrieval requests. In this
42934
+ # state, retrieving the IAM role credentials always returns IMDSv2
42935
+ # credentials; IMDSv1 credentials are not available.
42915
42936
  #
42916
- # If the state is `optional`, you can choose to retrieve instance
42917
- # metadata with or without a session token on your request. If you
42918
- # retrieve the IAM role credentials without a token, the version 1.0
42919
- # role credentials are returned. If you retrieve the IAM role
42920
- # credentials using a valid session token, the version 2.0 role
42921
- # credentials are returned.
42922
- #
42923
- # If the state is `required`, you must send a session token with any
42924
- # instance metadata retrieval requests. In this state, retrieving the
42925
- # IAM role credentials always returns the version 2.0 credentials; the
42926
- # version 1.0 credentials are not available.
42937
+ # Default: `optional`
42927
42938
  # @return [String]
42928
42939
  #
42929
42940
  # @!attribute [rw] http_put_response_hop_limit
@@ -45042,8 +45053,8 @@ module Aws::EC2
45042
45053
  # @return [String]
45043
45054
  #
45044
45055
  # @!attribute [rw] connection_events
45045
- # One or more events for the endpoint. Valid values are `Accept`,
45046
- # `Connect`, `Delete`, and `Reject`.
45056
+ # The events for the endpoint. Valid values are `Accept`, `Connect`,
45057
+ # `Delete`, and `Reject`.
45047
45058
  # @return [Array<String>]
45048
45059
  #
45049
45060
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVpcEndpointConnectionNotificationRequest AWS API Documentation
@@ -45070,8 +45081,6 @@ module Aws::EC2
45070
45081
  include Aws::Structure
45071
45082
  end
45072
45083
 
45073
- # Contains the parameters for ModifyVpcEndpoint.
45074
- #
45075
45084
  # @!attribute [rw] dry_run
45076
45085
  # Checks whether you have the required permissions for the action,
45077
45086
  # without actually making the request, and provides an error response.
@@ -45096,33 +45105,33 @@ module Aws::EC2
45096
45105
  # @return [String]
45097
45106
  #
45098
45107
  # @!attribute [rw] add_route_table_ids
45099
- # (Gateway endpoint) One or more route tables IDs to associate with
45100
- # the endpoint.
45108
+ # (Gateway endpoint) The IDs of the route tables to associate with the
45109
+ # endpoint.
45101
45110
  # @return [Array<String>]
45102
45111
  #
45103
45112
  # @!attribute [rw] remove_route_table_ids
45104
- # (Gateway endpoint) One or more route table IDs to disassociate from
45113
+ # (Gateway endpoint) The IDs of the route tables to disassociate from
45105
45114
  # the endpoint.
45106
45115
  # @return [Array<String>]
45107
45116
  #
45108
45117
  # @!attribute [rw] add_subnet_ids
45109
- # (Interface and Gateway Load Balancer endpoints) One or more subnet
45110
- # IDs in which to serve the endpoint. For a Gateway Load Balancer
45118
+ # (Interface and Gateway Load Balancer endpoints) The IDs of the
45119
+ # subnets in which to serve the endpoint. For a Gateway Load Balancer
45111
45120
  # endpoint, you can specify only one subnet.
45112
45121
  # @return [Array<String>]
45113
45122
  #
45114
45123
  # @!attribute [rw] remove_subnet_ids
45115
- # (Interface endpoint) One or more subnets IDs in which to remove the
45124
+ # (Interface endpoint) The IDs of the subnets from which to remove the
45116
45125
  # endpoint.
45117
45126
  # @return [Array<String>]
45118
45127
  #
45119
45128
  # @!attribute [rw] add_security_group_ids
45120
- # (Interface endpoint) One or more security group IDs to associate
45129
+ # (Interface endpoint) The IDs of the security groups to associate
45121
45130
  # with the network interface.
45122
45131
  # @return [Array<String>]
45123
45132
  #
45124
45133
  # @!attribute [rw] remove_security_group_ids
45125
- # (Interface endpoint) One or more security group IDs to disassociate
45134
+ # (Interface endpoint) The IDs of the security groups to disassociate
45126
45135
  # from the network interface.
45127
45136
  # @return [Array<String>]
45128
45137
  #
@@ -45309,14 +45318,14 @@ module Aws::EC2
45309
45318
  # @return [String]
45310
45319
  #
45311
45320
  # @!attribute [rw] add_allowed_principals
45312
- # The Amazon Resource Names (ARN) of one or more principals.
45313
- # Permissions are granted to the principals in this list. To grant
45314
- # permissions to all principals, specify an asterisk (*).
45321
+ # The Amazon Resource Names (ARN) of the principals. Permissions are
45322
+ # granted to the principals in this list. To grant permissions to all
45323
+ # principals, specify an asterisk (*).
45315
45324
  # @return [Array<String>]
45316
45325
  #
45317
45326
  # @!attribute [rw] remove_allowed_principals
45318
- # The Amazon Resource Names (ARN) of one or more principals.
45319
- # Permissions are revoked for principals in this list.
45327
+ # The Amazon Resource Names (ARN) of the principals. Permissions are
45328
+ # revoked for principals in this list.
45320
45329
  # @return [Array<String>]
45321
45330
  #
45322
45331
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVpcEndpointServicePermissionsRequest AWS API Documentation
@@ -49223,9 +49232,8 @@ module Aws::EC2
49223
49232
  # If you create an AMI on an Outpost, then all backing snapshots must
49224
49233
  # be on the same Outpost or in the Region of that Outpost. AMIs on an
49225
49234
  # Outpost that include local snapshots can be used to launch instances
49226
- # on the same Outpost only. For more information, [ Amazon EBS local
49227
- # snapshots on Outposts][1] in the *Amazon Elastic Compute Cloud User
49228
- # Guide*.
49235
+ # on the same Outpost only. For more information, [Amazon EBS local
49236
+ # snapshots on Outposts][1] in the *Amazon EC2 User Guide*.
49229
49237
  #
49230
49238
  #
49231
49239
  #
@@ -49265,8 +49273,19 @@ module Aws::EC2
49265
49273
  #
49266
49274
  # @!attribute [rw] billing_products
49267
49275
  # The billing product codes. Your account must be authorized to
49268
- # specify billing product codes. Otherwise, you can use the Amazon Web
49269
- # Services Marketplace to bill for the use of an AMI.
49276
+ # specify billing product codes.
49277
+ #
49278
+ # If your account is not authorized to specify billing product codes,
49279
+ # you can publish AMIs that include billable software and list them on
49280
+ # the Amazon Web Services Marketplace. You must first register as a
49281
+ # seller on the Amazon Web Services Marketplace. For more information,
49282
+ # see [Getting started as a seller][1] and [AMI-based products][2] in
49283
+ # the *Amazon Web Services Marketplace Seller Guide*.
49284
+ #
49285
+ #
49286
+ #
49287
+ # [1]: https://docs.aws.amazon.com/marketplace/latest/userguide/user-guide-for-sellers.html
49288
+ # [2]: https://docs.aws.amazon.com/marketplace/latest/userguide/ami-products.html
49270
49289
  # @return [Array<String>]
49271
49290
  #
49272
49291
  # @!attribute [rw] ramdisk_id
@@ -49297,7 +49316,7 @@ module Aws::EC2
49297
49316
  #
49298
49317
  # @!attribute [rw] boot_mode
49299
49318
  # The boot mode of the AMI. For more information, see [Boot modes][1]
49300
- # in the *Amazon Elastic Compute Cloud User Guide*.
49319
+ # in the *Amazon EC2 User Guide*.
49301
49320
  #
49302
49321
  #
49303
49322
  #
@@ -49306,8 +49325,7 @@ module Aws::EC2
49306
49325
  #
49307
49326
  # @!attribute [rw] tpm_support
49308
49327
  # Set to `v2.0` to enable Trusted Platform Module (TPM) support. For
49309
- # more information, see [NitroTPM][1] in the *Amazon Elastic Compute
49310
- # Cloud User Guide*.
49328
+ # more information, see [NitroTPM][1] in the *Amazon EC2 User Guide*.
49311
49329
  #
49312
49330
  #
49313
49331
  #
@@ -49319,7 +49337,7 @@ module Aws::EC2
49319
49337
  # retrieve the UEFI data, use the [GetInstanceUefiData][1] command.
49320
49338
  # You can inspect and modify the UEFI data by using the
49321
49339
  # [python-uefivars tool][2] on GitHub. For more information, see [UEFI
49322
- # Secure Boot][3] in the *Amazon Elastic Compute Cloud User Guide*.
49340
+ # Secure Boot][3] in the *Amazon EC2 User Guide*.
49323
49341
  #
49324
49342
  #
49325
49343
  #
@@ -49334,8 +49352,8 @@ module Aws::EC2
49334
49352
  # automatically set to `required` so that, by default, the instance
49335
49353
  # requires that IMDSv2 is used when requesting instance metadata. In
49336
49354
  # addition, `HttpPutResponseHopLimit` is set to `2`. For more
49337
- # information, see [Configure the AMI][1] in the *Amazon Elastic
49338
- # Compute Cloud User Guide*.
49355
+ # information, see [Configure the AMI][1] in the *Amazon EC2 User
49356
+ # Guide*.
49339
49357
  #
49340
49358
  # <note markdown="1"> If you set the value to `v2.0`, make sure that your AMI software can
49341
49359
  # support IMDSv2.
@@ -49646,7 +49664,7 @@ module Aws::EC2
49646
49664
  # @return [String]
49647
49665
  #
49648
49666
  # @!attribute [rw] vpc_endpoint_ids
49649
- # The IDs of one or more VPC endpoints.
49667
+ # The IDs of the VPC endpoints.
49650
49668
  # @return [Array<String>]
49651
49669
  #
49652
49670
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/RejectVpcEndpointConnectionsRequest AWS API Documentation
@@ -50627,7 +50645,8 @@ module Aws::EC2
50627
50645
  #
50628
50646
  # @!attribute [rw] disable_api_stop
50629
50647
  # Indicates whether to enable the instance for stop protection. For
50630
- # more information, see [Stop Protection][1].
50648
+ # more information, see [Stop protection][1] in the *Amazon Elastic
50649
+ # Compute Cloud User Guide*.
50631
50650
  #
50632
50651
  #
50633
50652
  #
@@ -51975,7 +51994,8 @@ module Aws::EC2
51975
51994
  #
51976
51995
  # @!attribute [rw] disable_api_stop
51977
51996
  # Indicates whether the instance is enabled for stop protection. For
51978
- # more information, see [Stop Protection][1].
51997
+ # more information, see [Stop protection][1] in the *Amazon Elastic
51998
+ # Compute Cloud User Guide*.
51979
51999
  #
51980
52000
  #
51981
52001
  #
@@ -52423,9 +52443,9 @@ module Aws::EC2
52423
52443
  # @return [String]
52424
52444
  #
52425
52445
  # @!attribute [rw] from_port
52426
- # The start of port range for the TCP and UDP protocols, or an ICMP
52427
- # type number. For the ICMP type number, use `-1` to specify all ICMP
52428
- # types.
52446
+ # If the protocol is TCP or UDP, this is the start of the port range.
52447
+ # If the protocol is ICMP, this is the type number. A value of -1
52448
+ # indicates all ICMP types.
52429
52449
  # @return [Integer]
52430
52450
  #
52431
52451
  # @!attribute [rw] group_id
@@ -52476,9 +52496,9 @@ module Aws::EC2
52476
52496
  # @return [String]
52477
52497
  #
52478
52498
  # @!attribute [rw] to_port
52479
- # The end of port range for the TCP and UDP protocols, or an ICMP code
52480
- # number. For the ICMP code number, use `-1` to specify all ICMP codes
52481
- # for the ICMP type.
52499
+ # If the protocol is TCP or UDP, this is the end of the port range. If
52500
+ # the protocol is ICMP, this is the code. A value of -1 indicates all
52501
+ # ICMP codes.
52482
52502
  # @return [Integer]
52483
52503
  #
52484
52504
  # @!attribute [rw] dry_run
@@ -52894,8 +52914,7 @@ module Aws::EC2
52894
52914
  # @return [Array<String>]
52895
52915
  #
52896
52916
  # @!attribute [rw] security_groups
52897
- # \[EC2-Classic, default VPC\] The names of the security groups. For a
52898
- # nondefault VPC, you must use security group IDs instead.
52917
+ # \[EC2-Classic, default VPC\] The names of the security groups.
52899
52918
  #
52900
52919
  # If you specify a network interface, you must specify any security
52901
52920
  # groups as part of the network interface.
@@ -54303,15 +54322,17 @@ module Aws::EC2
54303
54322
  # @return [String]
54304
54323
  #
54305
54324
  # @!attribute [rw] from_port
54306
- # The start of port range for the TCP and UDP protocols, or an
54307
- # ICMP/ICMPv6 type. A value of -1 indicates all ICMP/ICMPv6 types. If
54308
- # you specify all ICMP/ICMPv6 types, you must specify all codes.
54325
+ # If the protocol is TCP or UDP, this is the start of the port range.
54326
+ # If the protocol is ICMP or ICMPv6, this is the type number. A value
54327
+ # of -1 indicates all ICMP/ICMPv6 types. If you specify all
54328
+ # ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.
54309
54329
  # @return [Integer]
54310
54330
  #
54311
54331
  # @!attribute [rw] to_port
54312
- # The end of port range for the TCP and UDP protocols, or an
54313
- # ICMP/ICMPv6 code. A value of `-1` indicates all ICMP/ICMPv6 codes.
54314
- # If you specify all ICMP/ICMPv6 types, you must specify all codes.
54332
+ # If the protocol is TCP or UDP, this is the end of the port range. If
54333
+ # the protocol is ICMP or ICMPv6, this is the type number. A value of
54334
+ # -1 indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6
54335
+ # types, you must specify all ICMP/ICMPv6 codes.
54315
54336
  # @return [Integer]
54316
54337
  #
54317
54338
  # @!attribute [rw] cidr_ipv_4
@@ -54409,15 +54430,17 @@ module Aws::EC2
54409
54430
  # @return [String]
54410
54431
  #
54411
54432
  # @!attribute [rw] from_port
54412
- # The start of port range for the TCP and UDP protocols, or an
54413
- # ICMP/ICMPv6 type. A value of -1 indicates all ICMP/ICMPv6 types. If
54414
- # you specify all ICMP/ICMPv6 types, you must specify all codes.
54433
+ # If the protocol is TCP or UDP, this is the start of the port range.
54434
+ # If the protocol is ICMP or ICMPv6, this is the type number. A value
54435
+ # of -1 indicates all ICMP/ICMPv6 types. If you specify all
54436
+ # ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.
54415
54437
  # @return [Integer]
54416
54438
  #
54417
54439
  # @!attribute [rw] to_port
54418
- # The end of port range for the TCP and UDP protocols, or an
54419
- # ICMP/ICMPv6 code. A value of `-1` indicates all ICMP/ICMPv6 codes.
54420
- # If you specify all ICMP/ICMPv6 types, you must specify all codes.
54440
+ # If the protocol is TCP or UDP, this is the end of the port range. If
54441
+ # the protocol is ICMP or ICMPv6, this is the code. A value of -1
54442
+ # indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6
54443
+ # types, you must specify all ICMP/ICMPv6 codes.
54421
54444
  # @return [Integer]
54422
54445
  #
54423
54446
  # @!attribute [rw] cidr_ipv_4
@@ -54562,7 +54585,7 @@ module Aws::EC2
54562
54585
  # @return [String]
54563
54586
  #
54564
54587
  # @!attribute [rw] tags
54565
- # Any tags assigned to the service.
54588
+ # The tags assigned to the service.
54566
54589
  # @return [Array<Types::Tag>]
54567
54590
  #
54568
54591
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ServiceConfiguration AWS API Documentation
@@ -54641,7 +54664,7 @@ module Aws::EC2
54641
54664
  # @return [String]
54642
54665
  #
54643
54666
  # @!attribute [rw] tags
54644
- # Any tags assigned to the service.
54667
+ # The tags assigned to the service.
54645
54668
  # @return [Array<Types::Tag>]
54646
54669
  #
54647
54670
  # @!attribute [rw] private_dns_name_verification_state
@@ -55767,7 +55790,8 @@ module Aws::EC2
55767
55790
  # @return [String]
55768
55791
  #
55769
55792
  # @!attribute [rw] target_capacity_unit_type
55770
- # The unit for the target capacity.
55793
+ # The unit for the target capacity. `TargetCapacityUnitType` can only
55794
+ # be specified when `InstanceRequirements` is specified.
55771
55795
  #
55772
55796
  # Default: `units` (translates to number of instances)
55773
55797
  # @return [String]
@@ -56497,7 +56521,7 @@ module Aws::EC2
56497
56521
  #
56498
56522
  # @!attribute [rw] from_port
56499
56523
  # The start of the port range for the TCP and UDP protocols, or an
56500
- # ICMP type number. A value of `-1` indicates all ICMP types.
56524
+ # ICMP type number. A value of -1 indicates all ICMP types.
56501
56525
  # @return [Integer]
56502
56526
  #
56503
56527
  # @!attribute [rw] ip_protocol
@@ -57385,7 +57409,8 @@ module Aws::EC2
57385
57409
  # @return [String]
57386
57410
  #
57387
57411
  # @!attribute [rw] target_capacity_unit_type
57388
- # The unit for the target capacity.
57412
+ # The unit for the target capacity. `TargetCapacityUnitType` can only
57413
+ # be specified when `InstanceRequirements` is specified.
57389
57414
  #
57390
57415
  # Default: `units` (translates to number of instances)
57391
57416
  # @return [String]
@@ -57443,7 +57468,8 @@ module Aws::EC2
57443
57468
  # @return [String]
57444
57469
  #
57445
57470
  # @!attribute [rw] target_capacity_unit_type
57446
- # The unit for the target capacity.
57471
+ # The unit for the target capacity. `TargetCapacityUnitType` can only
57472
+ # be specified when `InstanceRequirements` is specified.
57447
57473
  #
57448
57474
  # Default: `units` (translates to number of instances)
57449
57475
  # @return [String]
@@ -61512,7 +61538,7 @@ module Aws::EC2
61512
61538
  # @return [String]
61513
61539
  #
61514
61540
  # @!attribute [rw] route_table_ids
61515
- # (Gateway endpoint) One or more route tables associated with the
61541
+ # (Gateway endpoint) The IDs of the route tables associated with the
61516
61542
  # endpoint.
61517
61543
  # @return [Array<String>]
61518
61544
  #
@@ -61543,8 +61569,7 @@ module Aws::EC2
61543
61569
  # @return [Boolean]
61544
61570
  #
61545
61571
  # @!attribute [rw] network_interface_ids
61546
- # (Interface endpoint) One or more network interfaces for the
61547
- # endpoint.
61572
+ # (Interface endpoint) The network interfaces for the endpoint.
61548
61573
  # @return [Array<String>]
61549
61574
  #
61550
61575
  # @!attribute [rw] dns_entries
@@ -61556,7 +61581,7 @@ module Aws::EC2
61556
61581
  # @return [Time]
61557
61582
  #
61558
61583
  # @!attribute [rw] tags
61559
- # Any tags assigned to the endpoint.
61584
+ # The tags assigned to the endpoint.
61560
61585
  # @return [Array<Types::Tag>]
61561
61586
  #
61562
61587
  # @!attribute [rw] owner_id