aws-sdk-ec2 1.459.0 → 1.461.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.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/VERSION +1 -1
  4. data/lib/aws-sdk-ec2/classic_address.rb +5 -5
  5. data/lib/aws-sdk-ec2/client.rb +575 -483
  6. data/lib/aws-sdk-ec2/client_api.rb +31 -0
  7. data/lib/aws-sdk-ec2/customizations/instance.rb +1 -1
  8. data/lib/aws-sdk-ec2/customizations/resource.rb +1 -1
  9. data/lib/aws-sdk-ec2/dhcp_options.rb +6 -6
  10. data/lib/aws-sdk-ec2/endpoints.rb +14 -0
  11. data/lib/aws-sdk-ec2/image.rb +9 -9
  12. data/lib/aws-sdk-ec2/instance.rb +41 -41
  13. data/lib/aws-sdk-ec2/internet_gateway.rb +7 -7
  14. data/lib/aws-sdk-ec2/key_pair.rb +2 -2
  15. data/lib/aws-sdk-ec2/key_pair_info.rb +3 -3
  16. data/lib/aws-sdk-ec2/nat_gateway.rb +7 -8
  17. data/lib/aws-sdk-ec2/network_acl.rb +10 -10
  18. data/lib/aws-sdk-ec2/network_interface.rb +13 -13
  19. data/lib/aws-sdk-ec2/network_interface_association.rb +3 -3
  20. data/lib/aws-sdk-ec2/placement_group.rb +8 -4
  21. data/lib/aws-sdk-ec2/plugins/endpoints.rb +2 -0
  22. data/lib/aws-sdk-ec2/resource.rb +97 -105
  23. data/lib/aws-sdk-ec2/route.rb +3 -3
  24. data/lib/aws-sdk-ec2/route_table.rb +7 -7
  25. data/lib/aws-sdk-ec2/route_table_association.rb +3 -3
  26. data/lib/aws-sdk-ec2/security_group.rb +11 -11
  27. data/lib/aws-sdk-ec2/snapshot.rb +24 -27
  28. data/lib/aws-sdk-ec2/subnet.rb +42 -41
  29. data/lib/aws-sdk-ec2/tag.rb +4 -4
  30. data/lib/aws-sdk-ec2/types.rb +421 -395
  31. data/lib/aws-sdk-ec2/volume.rb +17 -21
  32. data/lib/aws-sdk-ec2/vpc.rb +43 -43
  33. data/lib/aws-sdk-ec2/vpc_address.rb +4 -4
  34. data/lib/aws-sdk-ec2/vpc_peering_connection.rb +6 -6
  35. data/lib/aws-sdk-ec2.rb +1 -1
  36. data/sig/client.rbs +121 -89
  37. data/sig/instance.rbs +1 -1
  38. data/sig/resource.rbs +17 -17
  39. data/sig/security_group.rbs +2 -2
  40. data/sig/snapshot.rbs +1 -1
  41. data/sig/subnet.rbs +2 -2
  42. data/sig/tag.rbs +1 -1
  43. data/sig/types.rbs +23 -5
  44. data/sig/volume.rbs +1 -1
  45. data/sig/vpc.rbs +5 -5
  46. metadata +4 -4
@@ -744,8 +744,7 @@ module Aws::EC2
744
744
  end
745
745
 
746
746
  # Details on the Elastic IP address transfer. For more information, see
747
- # [Transfer Elastic IP addresses][1] in the *Amazon Virtual Private
748
- # Cloud User Guide*.
747
+ # [Transfer Elastic IP addresses][1] in the *Amazon VPC User Guide*.
749
748
  #
750
749
  #
751
750
  #
@@ -879,13 +878,6 @@ module Aws::EC2
879
878
  # from which Amazon Web Services advertises IP addresses. Use this
880
879
  # parameter to limit the IP address to this location. IP addresses
881
880
  # cannot move between network border groups.
882
- #
883
- # Use [DescribeAvailabilityZones][1] to view the network border
884
- # groups.
885
- #
886
- #
887
- #
888
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html
889
881
  # @return [String]
890
882
  #
891
883
  # @!attribute [rw] customer_owned_ipv_4_pool
@@ -975,7 +967,7 @@ module Aws::EC2
975
967
  # more information, see [ Understanding auto-placement and
976
968
  # affinity][1] in the *Amazon EC2 User Guide*.
977
969
  #
978
- # Default: `on`
970
+ # Default: `off`
979
971
  #
980
972
  #
981
973
  #
@@ -1156,14 +1148,14 @@ module Aws::EC2
1156
1148
  # @!attribute [rw] client_token
1157
1149
  # A unique, case-sensitive identifier that you provide to ensure the
1158
1150
  # idempotency of the request. For more information, see [Ensuring
1159
- # Idempotency][1].
1151
+ # idempotency][1].
1160
1152
  #
1161
1153
  # **A suitable default value is auto-generated.** You should normally
1162
1154
  # not need to pass this option.
1163
1155
  #
1164
1156
  #
1165
1157
  #
1166
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
1158
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
1167
1159
  # @return [String]
1168
1160
  #
1169
1161
  # @!attribute [rw] description
@@ -1932,7 +1924,7 @@ module Aws::EC2
1932
1924
  #
1933
1925
  # @!attribute [rw] client_token
1934
1926
  # Unique, case-sensitive identifier that you provide to ensure the
1935
- # idempotency of the request. For more information, see [How to ensure
1927
+ # idempotency of the request. For more information, see [Ensuring
1936
1928
  # idempotency][1].
1937
1929
  #
1938
1930
  # **A suitable default value is auto-generated.** You should normally
@@ -1940,7 +1932,7 @@ module Aws::EC2
1940
1932
  #
1941
1933
  #
1942
1934
  #
1943
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
1935
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
1944
1936
  # @return [String]
1945
1937
  #
1946
1938
  # @!attribute [rw] dry_run
@@ -2490,15 +2482,15 @@ module Aws::EC2
2490
2482
  #
2491
2483
  # @!attribute [rw] client_token
2492
2484
  # Unique, case-sensitive identifier that you provide to ensure the
2493
- # idempotency of the request. For more information, see [How to Ensure
2494
- # Idempotency][1].
2485
+ # idempotency of the request. For more information, see [Ensuring
2486
+ # idempotency][1].
2495
2487
  #
2496
2488
  # **A suitable default value is auto-generated.** You should normally
2497
2489
  # not need to pass this option.
2498
2490
  #
2499
2491
  #
2500
2492
  #
2501
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
2493
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
2502
2494
  # @return [String]
2503
2495
  #
2504
2496
  # @!attribute [rw] dry_run
@@ -2528,12 +2520,12 @@ module Aws::EC2
2528
2520
  #
2529
2521
  # @!attribute [rw] client_token
2530
2522
  # Unique, case-sensitive identifier that you provide to ensure the
2531
- # idempotency of the request. For more information, see [How to Ensure
2532
- # Idempotency][1].
2523
+ # idempotency of the request. For more information, see [Ensuring
2524
+ # idempotency][1].
2533
2525
  #
2534
2526
  #
2535
2527
  #
2536
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
2528
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
2537
2529
  # @return [String]
2538
2530
  #
2539
2531
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateTrunkInterfaceResult AWS API Documentation
@@ -2910,14 +2902,14 @@ module Aws::EC2
2910
2902
  # @!attribute [rw] client_token
2911
2903
  # A unique, case-sensitive token that you provide to ensure
2912
2904
  # idempotency of your modification request. For more information, see
2913
- # [Ensuring Idempotency][1].
2905
+ # [Ensuring idempotency][1].
2914
2906
  #
2915
2907
  # **A suitable default value is auto-generated.** You should normally
2916
2908
  # not need to pass this option.
2917
2909
  #
2918
2910
  #
2919
2911
  #
2920
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
2912
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
2921
2913
  # @return [String]
2922
2914
  #
2923
2915
  # @!attribute [rw] dry_run
@@ -3178,7 +3170,7 @@ module Aws::EC2
3178
3170
  #
3179
3171
  # @!attribute [rw] client_token
3180
3172
  # Unique, case-sensitive identifier that you provide to ensure the
3181
- # idempotency of the request. For more information, see [How to ensure
3173
+ # idempotency of the request. For more information, see [Ensuring
3182
3174
  # idempotency][1].
3183
3175
  #
3184
3176
  # **A suitable default value is auto-generated.** You should normally
@@ -3186,7 +3178,7 @@ module Aws::EC2
3186
3178
  #
3187
3179
  #
3188
3180
  #
3189
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
3181
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
3190
3182
  # @return [String]
3191
3183
  #
3192
3184
  # @!attribute [rw] dry_run
@@ -4646,7 +4638,7 @@ module Aws::EC2
4646
4638
  # @!attribute [rw] total_target_capacity
4647
4639
  # The total number of capacity units for which the Capacity
4648
4640
  # Reservation Fleet reserves capacity. For more information, see
4649
- # [Total target capacity][1] in the Amazon EC2 User Guide.
4641
+ # [Total target capacity][1] in the *Amazon EC2 User Guide*.
4650
4642
  #
4651
4643
  #
4652
4644
  #
@@ -4693,8 +4685,8 @@ module Aws::EC2
4693
4685
  # @!attribute [rw] allocation_strategy
4694
4686
  # The strategy used by the Capacity Reservation Fleet to determine
4695
4687
  # which of the specified instance types to use. For more information,
4696
- # see For more information, see [ Allocation strategy][1] in the
4697
- # Amazon EC2 User Guide.
4688
+ # see For more information, see [Allocation strategy][1] in the
4689
+ # *Amazon EC2 User Guide*.
4698
4690
  #
4699
4691
  #
4700
4692
  #
@@ -5044,7 +5036,7 @@ module Aws::EC2
5044
5036
  # Provides authorization for Amazon to bring a specific IP address range
5045
5037
  # to a specific Amazon Web Services account using bring your own IP
5046
5038
  # addresses (BYOIP). For more information, see [Configuring your BYOIP
5047
- # address range][1] in the *Amazon Elastic Compute Cloud User Guide*.
5039
+ # address range][1] in the *Amazon EC2 User Guide*.
5048
5040
  #
5049
5041
  #
5050
5042
  #
@@ -6076,7 +6068,7 @@ module Aws::EC2
6076
6068
  # A security group connection tracking configuration that enables you to
6077
6069
  # set the idle timeout for connection tracking on an Elastic network
6078
6070
  # interface. For more information, see [Connection tracking timeouts][1]
6079
- # in the *Amazon Elastic Compute Cloud User Guide*.
6071
+ # in the *Amazon EC2 User Guide*.
6080
6072
  #
6081
6073
  #
6082
6074
  #
@@ -6113,7 +6105,7 @@ module Aws::EC2
6113
6105
  # A security group connection tracking specification that enables you to
6114
6106
  # set the idle timeout for connection tracking on an Elastic network
6115
6107
  # interface. For more information, see [Connection tracking timeouts][1]
6116
- # in the *Amazon Elastic Compute Cloud User Guide*.
6108
+ # in the *Amazon EC2 User Guide*.
6117
6109
  #
6118
6110
  #
6119
6111
  #
@@ -6150,8 +6142,7 @@ module Aws::EC2
6150
6142
  # A security group connection tracking specification request that
6151
6143
  # enables you to set the idle timeout for connection tracking on an
6152
6144
  # Elastic network interface. For more information, see [Connection
6153
- # tracking timeouts][1] in the *Amazon Elastic Compute Cloud User
6154
- # Guide*.
6145
+ # tracking timeouts][1] in the *Amazon EC2 User Guide*.
6155
6146
  #
6156
6147
  #
6157
6148
  #
@@ -6188,8 +6179,7 @@ module Aws::EC2
6188
6179
  # A security group connection tracking specification response that
6189
6180
  # enables you to set the idle timeout for connection tracking on an
6190
6181
  # Elastic network interface. For more information, see [Connection
6191
- # tracking timeouts][1] in the *Amazon Elastic Compute Cloud User
6192
- # Guide*.
6182
+ # tracking timeouts][1] in the *Amazon EC2 User Guide*.
6193
6183
  #
6194
6184
  #
6195
6185
  #
@@ -6300,7 +6290,7 @@ module Aws::EC2
6300
6290
  #
6301
6291
  #
6302
6292
  #
6303
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
6293
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
6304
6294
  # @return [String]
6305
6295
  #
6306
6296
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CopyFpgaImageRequest AWS API Documentation
@@ -6532,10 +6522,10 @@ module Aws::EC2
6532
6522
  # @return [Boolean]
6533
6523
  #
6534
6524
  # @!attribute [rw] kms_key_id
6535
- # The identifier of the Key Management Service (KMS) KMS key to use
6536
- # for Amazon EBS encryption. If this parameter is not specified, your
6537
- # KMS key for Amazon EBS is used. If `KmsKeyId` is specified, the
6538
- # encrypted state must be `true`.
6525
+ # The identifier of the KMS key to use for Amazon EBS encryption. If
6526
+ # this parameter is not specified, your KMS key for Amazon EBS is
6527
+ # used. If `KmsKeyId` is specified, the encrypted state must be
6528
+ # `true`.
6539
6529
  #
6540
6530
  # You can specify the KMS key using any of the following:
6541
6531
  #
@@ -6566,11 +6556,11 @@ module Aws::EC2
6566
6556
  # `PresignedUrl` must be signed using Amazon Web Services Signature
6567
6557
  # Version 4. Because EBS snapshots are stored in Amazon S3, the
6568
6558
  # signing algorithm for this parameter uses the same logic that is
6569
- # described in [Authenticating Requests: Using Query Parameters
6570
- # (Amazon Web Services Signature Version 4)][2] in the *Amazon Simple
6571
- # Storage Service API Reference*. An invalid or improperly signed
6572
- # `PresignedUrl` will cause the copy operation to fail asynchronously,
6573
- # and the snapshot will move to an `error` state.
6559
+ # described in [ Authenticating Requests: Using Query Parameters
6560
+ # (Amazon Web Services Signature Version 4)][2] in the *Amazon S3 API
6561
+ # Reference*. An invalid or improperly signed `PresignedUrl` will
6562
+ # cause the copy operation to fail asynchronously, and the snapshot
6563
+ # will move to an `error` state.
6574
6564
  #
6575
6565
  #
6576
6566
  #
@@ -6697,8 +6687,8 @@ module Aws::EC2
6697
6687
  # The strategy used by the Capacity Reservation Fleet to determine
6698
6688
  # which of the specified instance types to use. Currently, only the
6699
6689
  # `prioritized` allocation strategy is supported. For more
6700
- # information, see [ Allocation strategy][1] in the Amazon EC2 User
6701
- # Guide.
6690
+ # information, see [ Allocation strategy][1] in the *Amazon EC2 User
6691
+ # Guide*.
6702
6692
  #
6703
6693
  # Valid values: `prioritized`
6704
6694
  #
@@ -6745,8 +6735,8 @@ module Aws::EC2
6745
6735
  # weights that you assign to each instance type used by the Fleet
6746
6736
  # determine the number of instances for which the Fleet reserves
6747
6737
  # capacity. Both values are based on units that make sense for your
6748
- # workload. For more information, see [ Total target capacity][1] in
6749
- # the Amazon EC2 User Guide.
6738
+ # workload. For more information, see [Total target capacity][1] in
6739
+ # the *Amazon EC2 User Guide*.
6750
6740
  #
6751
6741
  #
6752
6742
  #
@@ -7068,7 +7058,7 @@ module Aws::EC2
7068
7058
  #
7069
7059
  #
7070
7060
  #
7071
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
7061
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
7072
7062
  # @return [String]
7073
7063
  #
7074
7064
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateCarrierGatewayRequest AWS API Documentation
@@ -7182,7 +7172,7 @@ module Aws::EC2
7182
7172
  #
7183
7173
  # @!attribute [rw] client_token
7184
7174
  # Unique, case-sensitive identifier that you provide to ensure the
7185
- # idempotency of the request. For more information, see [How to ensure
7175
+ # idempotency of the request. For more information, see [Ensuring
7186
7176
  # idempotency][1].
7187
7177
  #
7188
7178
  # **A suitable default value is auto-generated.** You should normally
@@ -7190,7 +7180,7 @@ module Aws::EC2
7190
7180
  #
7191
7181
  #
7192
7182
  #
7193
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
7183
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
7194
7184
  # @return [String]
7195
7185
  #
7196
7186
  # @!attribute [rw] tag_specifications
@@ -7317,7 +7307,7 @@ module Aws::EC2
7317
7307
  #
7318
7308
  # @!attribute [rw] client_token
7319
7309
  # Unique, case-sensitive identifier that you provide to ensure the
7320
- # idempotency of the request. For more information, see [How to ensure
7310
+ # idempotency of the request. For more information, see [Ensuring
7321
7311
  # idempotency][1].
7322
7312
  #
7323
7313
  # **A suitable default value is auto-generated.** You should normally
@@ -7325,7 +7315,7 @@ module Aws::EC2
7325
7315
  #
7326
7316
  #
7327
7317
  #
7328
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
7318
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
7329
7319
  # @return [String]
7330
7320
  #
7331
7321
  # @!attribute [rw] dry_run
@@ -7636,7 +7626,7 @@ module Aws::EC2
7636
7626
  #
7637
7627
  #
7638
7628
  #
7639
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
7629
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
7640
7630
  # @return [String]
7641
7631
  #
7642
7632
  # @!attribute [rw] dry_run
@@ -7940,7 +7930,7 @@ module Aws::EC2
7940
7930
  #
7941
7931
  #
7942
7932
  #
7943
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
7933
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
7944
7934
  # @return [String]
7945
7935
  #
7946
7936
  # @!attribute [rw] deliver_logs_permission_arn
@@ -8051,7 +8041,7 @@ module Aws::EC2
8051
8041
  #
8052
8042
  #
8053
8043
  #
8054
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
8044
+ # [1]: https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html
8055
8045
  # @return [Integer]
8056
8046
  #
8057
8047
  # @!attribute [rw] destination_options
@@ -8134,7 +8124,7 @@ module Aws::EC2
8134
8124
  #
8135
8125
  #
8136
8126
  #
8137
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
8127
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
8138
8128
  # @return [String]
8139
8129
  #
8140
8130
  # @!attribute [rw] tag_specifications
@@ -8608,14 +8598,14 @@ module Aws::EC2
8608
8598
  # @!attribute [rw] client_token
8609
8599
  # A unique, case-sensitive identifier that you provide to ensure the
8610
8600
  # idempotency of the request. For more information, see [Ensuring
8611
- # Idempotency][1].
8601
+ # idempotency][1].
8612
8602
  #
8613
8603
  # **A suitable default value is auto-generated.** You should normally
8614
8604
  # not need to pass this option.
8615
8605
  #
8616
8606
  #
8617
8607
  #
8618
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
8608
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
8619
8609
  # @return [String]
8620
8610
  #
8621
8611
  # @!attribute [rw] aws_service
@@ -8716,14 +8706,14 @@ module Aws::EC2
8716
8706
  # @!attribute [rw] client_token
8717
8707
  # A unique, case-sensitive identifier that you provide to ensure the
8718
8708
  # idempotency of the request. For more information, see [Ensuring
8719
- # Idempotency][1].
8709
+ # idempotency][1].
8720
8710
  #
8721
8711
  # **A suitable default value is auto-generated.** You should normally
8722
8712
  # not need to pass this option.
8723
8713
  #
8724
8714
  #
8725
8715
  #
8726
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
8716
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
8727
8717
  # @return [String]
8728
8718
  #
8729
8719
  # @!attribute [rw] tier
@@ -8841,14 +8831,14 @@ module Aws::EC2
8841
8831
  # @!attribute [rw] client_token
8842
8832
  # A unique, case-sensitive identifier that you provide to ensure the
8843
8833
  # idempotency of the request. For more information, see [Ensuring
8844
- # Idempotency][1].
8834
+ # idempotency][1].
8845
8835
  #
8846
8836
  # **A suitable default value is auto-generated.** You should normally
8847
8837
  # not need to pass this option.
8848
8838
  #
8849
8839
  #
8850
8840
  #
8851
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
8841
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
8852
8842
  # @return [String]
8853
8843
  #
8854
8844
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateIpamScopeRequest AWS API Documentation
@@ -9052,7 +9042,7 @@ module Aws::EC2
9052
9042
  # If `true`, and if a Systems Manager parameter is specified for
9053
9043
  # `ImageId`, the AMI ID is displayed in the response for `imageID`.
9054
9044
  # For more information, see [Use a Systems Manager parameter instead
9055
- # of an AMI ID][1] in the *Amazon Elastic Compute Cloud User Guide*.
9045
+ # of an AMI ID][1] in the *Amazon EC2 User Guide*.
9056
9046
  #
9057
9047
  # Default: `false`
9058
9048
  #
@@ -9314,7 +9304,7 @@ module Aws::EC2
9314
9304
  # @!attribute [rw] client_token
9315
9305
  # Unique, case-sensitive identifier you provide to ensure the
9316
9306
  # idempotency of the request. For more information, see [Ensuring
9317
- # Idempotency][1].
9307
+ # idempotency][1].
9318
9308
  #
9319
9309
  # Constraints: Up to 255 UTF-8 characters in length.
9320
9310
  #
@@ -9323,7 +9313,7 @@ module Aws::EC2
9323
9313
  #
9324
9314
  #
9325
9315
  #
9326
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
9316
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
9327
9317
  # @return [String]
9328
9318
  #
9329
9319
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateManagedPrefixListRequest AWS API Documentation
@@ -9372,7 +9362,7 @@ module Aws::EC2
9372
9362
  #
9373
9363
  #
9374
9364
  #
9375
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
9365
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
9376
9366
  # @return [String]
9377
9367
  #
9378
9368
  # @!attribute [rw] dry_run
@@ -9572,7 +9562,7 @@ module Aws::EC2
9572
9562
  #
9573
9563
  #
9574
9564
  #
9575
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
9565
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
9576
9566
  # @return [String]
9577
9567
  #
9578
9568
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateNetworkAclRequest AWS API Documentation
@@ -9623,7 +9613,7 @@ module Aws::EC2
9623
9613
  #
9624
9614
  #
9625
9615
  #
9626
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
9616
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
9627
9617
  # @return [String]
9628
9618
  #
9629
9619
  # @!attribute [rw] tag_specifications
@@ -9713,7 +9703,7 @@ module Aws::EC2
9713
9703
  #
9714
9704
  #
9715
9705
  #
9716
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
9706
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
9717
9707
  # @return [String]
9718
9708
  #
9719
9709
  # @!attribute [rw] filter_at_source
@@ -9925,14 +9915,14 @@ module Aws::EC2
9925
9915
  # @!attribute [rw] client_token
9926
9916
  # Unique, case-sensitive identifier that you provide to ensure the
9927
9917
  # idempotency of the request. For more information, see [Ensuring
9928
- # Idempotency][1].
9918
+ # idempotency][1].
9929
9919
  #
9930
9920
  # **A suitable default value is auto-generated.** You should normally
9931
9921
  # not need to pass this option.
9932
9922
  #
9933
9923
  #
9934
9924
  #
9935
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
9925
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
9936
9926
  # @return [String]
9937
9927
  #
9938
9928
  # @!attribute [rw] enable_primary_ipv_6
@@ -10121,7 +10111,7 @@ module Aws::EC2
10121
10111
  #
10122
10112
  #
10123
10113
  #
10124
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
10114
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
10125
10115
  # @return [String]
10126
10116
  #
10127
10117
  # @!attribute [rw] dry_run
@@ -10428,7 +10418,7 @@ module Aws::EC2
10428
10418
  #
10429
10419
  #
10430
10420
  #
10431
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
10421
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
10432
10422
  # @return [String]
10433
10423
  #
10434
10424
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateRouteTableRequest AWS API Documentation
@@ -10819,14 +10809,14 @@ module Aws::EC2
10819
10809
  #
10820
10810
  # To create a subnet in a Local Zone, set this value to the Local Zone
10821
10811
  # ID, for example `us-west-2-lax-1a`. For information about the
10822
- # Regions that support Local Zones, see [Local Zones locations][1].
10812
+ # Regions that support Local Zones, see [Available Local Zones][1].
10823
10813
  #
10824
10814
  # To create a subnet in an Outpost, set this value to the Availability
10825
10815
  # Zone for the Outpost and specify the Outpost ARN.
10826
10816
  #
10827
10817
  #
10828
10818
  #
10829
- # [1]: http://aws.amazon.com/about-aws/global-infrastructure/localzones/locations/
10819
+ # [1]: https://docs.aws.amazon.com/local-zones/latest/ug/available-local-zones.html
10830
10820
  # @return [String]
10831
10821
  #
10832
10822
  # @!attribute [rw] availability_zone_id
@@ -10971,7 +10961,7 @@ module Aws::EC2
10971
10961
  #
10972
10962
  #
10973
10963
  #
10974
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
10964
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
10975
10965
  # @return [String]
10976
10966
  #
10977
10967
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateTrafficMirrorFilterRequest AWS API Documentation
@@ -10996,7 +10986,7 @@ module Aws::EC2
10996
10986
  #
10997
10987
  #
10998
10988
  #
10999
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
10989
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
11000
10990
  # @return [String]
11001
10991
  #
11002
10992
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateTrafficMirrorFilterResult AWS API Documentation
@@ -11074,9 +11064,13 @@ module Aws::EC2
11074
11064
  #
11075
11065
  #
11076
11066
  #
11077
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
11067
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
11078
11068
  # @return [String]
11079
11069
  #
11070
+ # @!attribute [rw] tag_specifications
11071
+ # Traffic Mirroring tags specifications.
11072
+ # @return [Array<Types::TagSpecification>]
11073
+ #
11080
11074
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateTrafficMirrorFilterRuleRequest AWS API Documentation
11081
11075
  #
11082
11076
  class CreateTrafficMirrorFilterRuleRequest < Struct.new(
@@ -11091,7 +11085,8 @@ module Aws::EC2
11091
11085
  :source_cidr_block,
11092
11086
  :description,
11093
11087
  :dry_run,
11094
- :client_token)
11088
+ :client_token,
11089
+ :tag_specifications)
11095
11090
  SENSITIVE = []
11096
11091
  include Aws::Structure
11097
11092
  end
@@ -11107,7 +11102,7 @@ module Aws::EC2
11107
11102
  #
11108
11103
  #
11109
11104
  #
11110
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
11105
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
11111
11106
  # @return [String]
11112
11107
  #
11113
11108
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateTrafficMirrorFilterRuleResult AWS API Documentation
@@ -11160,11 +11155,11 @@ module Aws::EC2
11160
11155
  # @!attribute [rw] virtual_network_id
11161
11156
  # The VXLAN ID for the Traffic Mirror session. For more information
11162
11157
  # about the VXLAN protocol, see [RFC 7348][1]. If you do not specify a
11163
- # `VirtualNetworkId`, an account-wide unique id is chosen at random.
11158
+ # `VirtualNetworkId`, an account-wide unique ID is chosen at random.
11164
11159
  #
11165
11160
  #
11166
11161
  #
11167
- # [1]: https://tools.ietf.org/html/rfc7348
11162
+ # [1]: https://datatracker.ietf.org/doc/html/rfc7348
11168
11163
  # @return [Integer]
11169
11164
  #
11170
11165
  # @!attribute [rw] description
@@ -11192,7 +11187,7 @@ module Aws::EC2
11192
11187
  #
11193
11188
  #
11194
11189
  #
11195
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
11190
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
11196
11191
  # @return [String]
11197
11192
  #
11198
11193
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateTrafficMirrorSessionRequest AWS API Documentation
@@ -11223,7 +11218,7 @@ module Aws::EC2
11223
11218
  #
11224
11219
  #
11225
11220
  #
11226
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
11221
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
11227
11222
  # @return [String]
11228
11223
  #
11229
11224
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateTrafficMirrorSessionResult AWS API Documentation
@@ -11269,7 +11264,7 @@ module Aws::EC2
11269
11264
  #
11270
11265
  #
11271
11266
  #
11272
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
11267
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
11273
11268
  # @return [String]
11274
11269
  #
11275
11270
  # @!attribute [rw] gateway_load_balancer_endpoint_id
@@ -11301,7 +11296,7 @@ module Aws::EC2
11301
11296
  #
11302
11297
  #
11303
11298
  #
11304
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
11299
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
11305
11300
  # @return [String]
11306
11301
  #
11307
11302
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateTrafficMirrorTargetResult AWS API Documentation
@@ -12050,14 +12045,14 @@ module Aws::EC2
12050
12045
  # @!attribute [rw] client_token
12051
12046
  # A unique, case-sensitive token that you provide to ensure
12052
12047
  # idempotency of your modification request. For more information, see
12053
- # [Ensuring Idempotency][1].
12048
+ # [Ensuring idempotency][1].
12054
12049
  #
12055
12050
  # **A suitable default value is auto-generated.** You should normally
12056
12051
  # not need to pass this option.
12057
12052
  #
12058
12053
  #
12059
12054
  #
12060
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
12055
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
12061
12056
  # @return [String]
12062
12057
  #
12063
12058
  # @!attribute [rw] dry_run
@@ -12124,14 +12119,14 @@ module Aws::EC2
12124
12119
  # @!attribute [rw] client_token
12125
12120
  # A unique, case-sensitive token that you provide to ensure
12126
12121
  # idempotency of your modification request. For more information, see
12127
- # [Ensuring Idempotency][1].
12122
+ # [Ensuring idempotency][1].
12128
12123
  #
12129
12124
  # **A suitable default value is auto-generated.** You should normally
12130
12125
  # not need to pass this option.
12131
12126
  #
12132
12127
  #
12133
12128
  #
12134
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
12129
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
12135
12130
  # @return [String]
12136
12131
  #
12137
12132
  # @!attribute [rw] dry_run
@@ -12182,14 +12177,14 @@ module Aws::EC2
12182
12177
  # @!attribute [rw] client_token
12183
12178
  # A unique, case-sensitive token that you provide to ensure
12184
12179
  # idempotency of your modification request. For more information, see
12185
- # [Ensuring Idempotency][1].
12180
+ # [Ensuring idempotency][1].
12186
12181
  #
12187
12182
  # **A suitable default value is auto-generated.** You should normally
12188
12183
  # not need to pass this option.
12189
12184
  #
12190
12185
  #
12191
12186
  #
12192
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
12187
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
12193
12188
  # @return [String]
12194
12189
  #
12195
12190
  # @!attribute [rw] dry_run
@@ -12336,14 +12331,14 @@ module Aws::EC2
12336
12331
  # @!attribute [rw] client_token
12337
12332
  # A unique, case-sensitive token that you provide to ensure
12338
12333
  # idempotency of your modification request. For more information, see
12339
- # [Ensuring Idempotency][1].
12334
+ # [Ensuring idempotency][1].
12340
12335
  #
12341
12336
  # **A suitable default value is auto-generated.** You should normally
12342
12337
  # not need to pass this option.
12343
12338
  #
12344
12339
  #
12345
12340
  #
12346
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
12341
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
12347
12342
  # @return [String]
12348
12343
  #
12349
12344
  # @!attribute [rw] dry_run
@@ -12476,14 +12471,14 @@ module Aws::EC2
12476
12471
  #
12477
12472
  #
12478
12473
  #
12479
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
12474
+ # [1]: https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html
12480
12475
  # @return [Integer]
12481
12476
  #
12482
12477
  # @!attribute [rw] kms_key_id
12483
- # The identifier of the Key Management Service (KMS) KMS key to use
12484
- # for Amazon EBS encryption. If this parameter is not specified, your
12485
- # KMS key for Amazon EBS is used. If `KmsKeyId` is specified, the
12486
- # encrypted state must be `true`.
12478
+ # The identifier of the KMS key to use for Amazon EBS encryption. If
12479
+ # this parameter is not specified, your KMS key for Amazon EBS is
12480
+ # used. If `KmsKeyId` is specified, the encrypted state must be
12481
+ # `true`.
12487
12482
  #
12488
12483
  # You can specify the KMS key using any of the following:
12489
12484
  #
@@ -12577,7 +12572,7 @@ module Aws::EC2
12577
12572
  #
12578
12573
  #
12579
12574
  #
12580
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
12575
+ # [1]: https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html
12581
12576
  # [2]: https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes-multi.html
12582
12577
  # @return [Boolean]
12583
12578
  #
@@ -12600,7 +12595,7 @@ module Aws::EC2
12600
12595
  #
12601
12596
  #
12602
12597
  #
12603
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
12598
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
12604
12599
  # @return [String]
12605
12600
  #
12606
12601
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVolumeRequest AWS API Documentation
@@ -12654,7 +12649,7 @@ module Aws::EC2
12654
12649
  #
12655
12650
  #
12656
12651
  #
12657
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
12652
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
12658
12653
  # @return [String]
12659
12654
  #
12660
12655
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVpcEndpointConnectionNotificationRequest AWS API Documentation
@@ -12747,7 +12742,7 @@ module Aws::EC2
12747
12742
  #
12748
12743
  #
12749
12744
  #
12750
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
12745
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
12751
12746
  # @return [String]
12752
12747
  #
12753
12748
  # @!attribute [rw] private_dns_enabled
@@ -12851,7 +12846,7 @@ module Aws::EC2
12851
12846
  #
12852
12847
  #
12853
12848
  #
12854
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
12849
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
12855
12850
  # @return [String]
12856
12851
  #
12857
12852
  # @!attribute [rw] tag_specifications
@@ -15571,14 +15566,14 @@ module Aws::EC2
15571
15566
  # @!attribute [rw] client_token
15572
15567
  # A unique, case-sensitive token that you provide to ensure
15573
15568
  # idempotency of your modification request. For more information, see
15574
- # [Ensuring Idempotency][1].
15569
+ # [Ensuring idempotency][1].
15575
15570
  #
15576
15571
  # **A suitable default value is auto-generated.** You should normally
15577
15572
  # not need to pass this option.
15578
15573
  #
15579
15574
  #
15580
15575
  #
15581
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
15576
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
15582
15577
  # @return [String]
15583
15578
  #
15584
15579
  # @!attribute [rw] dry_run
@@ -15617,14 +15612,14 @@ module Aws::EC2
15617
15612
  # @!attribute [rw] client_token
15618
15613
  # A unique, case-sensitive token that you provide to ensure
15619
15614
  # idempotency of your modification request. For more information, see
15620
- # [Ensuring Idempotency][1].
15615
+ # [Ensuring idempotency][1].
15621
15616
  #
15622
15617
  # **A suitable default value is auto-generated.** You should normally
15623
15618
  # not need to pass this option.
15624
15619
  #
15625
15620
  #
15626
15621
  #
15627
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
15622
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
15628
15623
  # @return [String]
15629
15624
  #
15630
15625
  # @!attribute [rw] dry_run
@@ -15670,14 +15665,14 @@ module Aws::EC2
15670
15665
  # @!attribute [rw] client_token
15671
15666
  # A unique, case-sensitive token that you provide to ensure
15672
15667
  # idempotency of your modification request. For more information, see
15673
- # [Ensuring Idempotency][1].
15668
+ # [Ensuring idempotency][1].
15674
15669
  #
15675
15670
  # **A suitable default value is auto-generated.** You should normally
15676
15671
  # not need to pass this option.
15677
15672
  #
15678
15673
  #
15679
15674
  #
15680
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
15675
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
15681
15676
  # @return [String]
15682
15677
  #
15683
15678
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteVerifiedAccessInstanceRequest AWS API Documentation
@@ -15716,14 +15711,14 @@ module Aws::EC2
15716
15711
  # @!attribute [rw] client_token
15717
15712
  # A unique, case-sensitive token that you provide to ensure
15718
15713
  # idempotency of your modification request. For more information, see
15719
- # [Ensuring Idempotency][1].
15714
+ # [Ensuring idempotency][1].
15720
15715
  #
15721
15716
  # **A suitable default value is auto-generated.** You should normally
15722
15717
  # not need to pass this option.
15723
15718
  #
15724
15719
  #
15725
15720
  #
15726
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
15721
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
15727
15722
  # @return [String]
15728
15723
  #
15729
15724
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteVerifiedAccessTrustProviderRequest AWS API Documentation
@@ -17713,9 +17708,7 @@ module Aws::EC2
17713
17708
  end
17714
17709
 
17715
17710
  # @!attribute [rw] dhcp_options_ids
17716
- # The IDs of one or more DHCP options sets.
17717
- #
17718
- # Default: Describes all your DHCP options sets.
17711
+ # The IDs of DHCP option sets.
17719
17712
  # @return [Array<String>]
17720
17713
  #
17721
17714
  # @!attribute [rw] filters
@@ -17778,7 +17771,7 @@ module Aws::EC2
17778
17771
  end
17779
17772
 
17780
17773
  # @!attribute [rw] dhcp_options
17781
- # Information about one or more DHCP options sets.
17774
+ # Information about the DHCP options sets.
17782
17775
  # @return [Array<Types::DhcpOptions>]
17783
17776
  #
17784
17777
  # @!attribute [rw] next_token
@@ -20729,6 +20722,10 @@ module Aws::EC2
20729
20722
  # (`ip-name` \| `resource-name`).
20730
20723
  #
20731
20724
  # * `private-ip-address` - The private IPv4 address of the instance.
20725
+ # This can only be used to filter by the primary IP address of the
20726
+ # network interface attached to the instance. To filter by
20727
+ # additional IP addresses assigned to the network interface, use the
20728
+ # filter `network-interface.addresses.private-ip-address`.
20732
20729
  #
20733
20730
  # * `product-code` - The product code associated with the AMI used to
20734
20731
  # launch the instance.
@@ -20940,7 +20937,7 @@ module Aws::EC2
20940
20937
  end
20941
20938
 
20942
20939
  # @!attribute [rw] internet_gateways
20943
- # Information about one or more internet gateways.
20940
+ # Information about the internet gateways.
20944
20941
  # @return [Array<Types::InternetGateway>]
20945
20942
  #
20946
20943
  # @!attribute [rw] next_token
@@ -21527,7 +21524,7 @@ module Aws::EC2
21527
21524
  # `ImageId`, the parameter is displayed in the response for `imageId`.
21528
21525
  #
21529
21526
  # For more information, see [Use a Systems Manager parameter instead
21530
- # of an AMI ID][1] in the *Amazon Elastic Compute Cloud User Guide*.
21527
+ # of an AMI ID][1] in the *Amazon EC2 User Guide*.
21531
21528
  #
21532
21529
  # Default: `false`
21533
21530
  #
@@ -22461,8 +22458,6 @@ module Aws::EC2
22461
22458
  #
22462
22459
  # @!attribute [rw] network_acl_ids
22463
22460
  # The IDs of the network ACLs.
22464
- #
22465
- # Default: Describes all your network ACLs.
22466
22461
  # @return [Array<String>]
22467
22462
  #
22468
22463
  # @!attribute [rw] next_token
@@ -22494,7 +22489,7 @@ module Aws::EC2
22494
22489
  end
22495
22490
 
22496
22491
  # @!attribute [rw] network_acls
22497
- # Information about one or more network ACLs.
22492
+ # Information about the network ACLs.
22498
22493
  # @return [Array<Types::NetworkAcl>]
22499
22494
  #
22500
22495
  # @!attribute [rw] next_token
@@ -23664,8 +23659,8 @@ module Aws::EC2
23664
23659
  #
23665
23660
  # @!attribute [rw] instance_type
23666
23661
  # The instance type that the reservation will cover (for example,
23667
- # `m1.small`). For more information, see [Instance types][1] in the
23668
- # *Amazon EC2 User Guide*.
23662
+ # `m1.small`). For more information, see [Amazon EC2 instance
23663
+ # types][1] in the *Amazon EC2 User Guide*.
23669
23664
  #
23670
23665
  #
23671
23666
  #
@@ -23974,8 +23969,6 @@ module Aws::EC2
23974
23969
  #
23975
23970
  # @!attribute [rw] route_table_ids
23976
23971
  # The IDs of the route tables.
23977
- #
23978
- # Default: Describes all your route tables.
23979
23972
  # @return [Array<String>]
23980
23973
  #
23981
23974
  # @!attribute [rw] next_token
@@ -24009,7 +24002,7 @@ module Aws::EC2
24009
24002
  # Contains the output of DescribeRouteTables.
24010
24003
  #
24011
24004
  # @!attribute [rw] route_tables
24012
- # Information about one or more route tables.
24005
+ # Information about the route tables.
24013
24006
  # @return [Array<Types::RouteTable>]
24014
24007
  #
24015
24008
  # @!attribute [rw] next_token
@@ -24606,12 +24599,9 @@ module Aws::EC2
24606
24599
  # @return [Array<Types::Filter>]
24607
24600
  #
24608
24601
  # @!attribute [rw] max_results
24609
- # The maximum number of snapshots to return for this request. This
24610
- # value can be between 5 and 1,000; if this value is larger than
24611
- # 1,000, only 1,000 results are returned. If this parameter is not
24612
- # used, then the request returns all snapshots. You cannot specify
24613
- # this parameter and the snapshot IDs parameter in the same request.
24614
- # For more information, see [Pagination][1].
24602
+ # The maximum number of items to return for this request. To get the
24603
+ # next page of items, make another request with the token returned in
24604
+ # the output. For more information, see [Pagination][1].
24615
24605
  #
24616
24606
  #
24617
24607
  #
@@ -24668,9 +24658,8 @@ module Aws::EC2
24668
24658
  # @return [Array<Types::Snapshot>]
24669
24659
  #
24670
24660
  # @!attribute [rw] next_token
24671
- # The token to include in another request to return the next page of
24672
- # snapshots. This value is `null` when there are no more snapshots to
24673
- # return.
24661
+ # The token to include in another request to get the next page of
24662
+ # items. This value is `null` when there are no more items to return.
24674
24663
  # @return [String]
24675
24664
  #
24676
24665
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSnapshotsResult AWS API Documentation
@@ -25025,7 +25014,7 @@ module Aws::EC2
25025
25014
  # `active` \| `closed` \| `cancelled` \| `failed`). Spot request
25026
25015
  # status information can help you track your Amazon EC2 Spot
25027
25016
  # Instance requests. For more information, see [Spot request
25028
- # status][1] in the *Amazon EC2 User Guide for Linux Instances*.
25017
+ # status][1] in the *Amazon EC2 User Guide*.
25029
25018
  #
25030
25019
  # * `status-code` - The short code describing the most recent
25031
25020
  # evaluation of your Spot Instance request.
@@ -25491,7 +25480,7 @@ module Aws::EC2
25491
25480
  end
25492
25481
 
25493
25482
  # @!attribute [rw] subnets
25494
- # Information about one or more subnets.
25483
+ # Information about the subnets.
25495
25484
  # @return [Array<Types::Subnet>]
25496
25485
  #
25497
25486
  # @!attribute [rw] next_token
@@ -25583,6 +25572,91 @@ module Aws::EC2
25583
25572
  include Aws::Structure
25584
25573
  end
25585
25574
 
25575
+ # @!attribute [rw] traffic_mirror_filter_rule_ids
25576
+ # Traffic filter rule IDs.
25577
+ # @return [Array<String>]
25578
+ #
25579
+ # @!attribute [rw] traffic_mirror_filter_id
25580
+ # Traffic filter ID.
25581
+ # @return [String]
25582
+ #
25583
+ # @!attribute [rw] dry_run
25584
+ # Checks whether you have the required permissions for the action,
25585
+ # without actually making the request, and provides an error response.
25586
+ # If you have the required permissions, the error response is
25587
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
25588
+ # @return [Boolean]
25589
+ #
25590
+ # @!attribute [rw] filters
25591
+ # Traffic mirror filters.
25592
+ #
25593
+ # * `traffic-mirror-filter-rule-id`: The ID of the Traffic Mirror
25594
+ # rule.
25595
+ #
25596
+ # * `traffic-mirror-filter-id`: The ID of the filter that this rule is
25597
+ # associated with.
25598
+ #
25599
+ # * `rule-number`: The number of the Traffic Mirror rule.
25600
+ #
25601
+ # * `rule-action`: The action taken on the filtered traffic. Possible
25602
+ # actions are `accept` and `reject`.
25603
+ #
25604
+ # * `traffic-direction`: The traffic direction. Possible directions
25605
+ # are `ingress` and `egress`.
25606
+ #
25607
+ # * `protocol`: The protocol, for example UDP, assigned to the Traffic
25608
+ # Mirror rule.
25609
+ #
25610
+ # * `source-cidr-block`: The source CIDR block assigned to the Traffic
25611
+ # Mirror rule.
25612
+ #
25613
+ # * `destination-cidr-block`: The destination CIDR block assigned to
25614
+ # the Traffic Mirror rule.
25615
+ #
25616
+ # * `description`: The description of the Traffic Mirror rule.
25617
+ # @return [Array<Types::Filter>]
25618
+ #
25619
+ # @!attribute [rw] max_results
25620
+ # The maximum number of results to return with a single call. To
25621
+ # retrieve the remaining results, make another call with the returned
25622
+ # `nextToken` value.
25623
+ # @return [Integer]
25624
+ #
25625
+ # @!attribute [rw] next_token
25626
+ # The token for the next page of results.
25627
+ # @return [String]
25628
+ #
25629
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTrafficMirrorFilterRulesRequest AWS API Documentation
25630
+ #
25631
+ class DescribeTrafficMirrorFilterRulesRequest < Struct.new(
25632
+ :traffic_mirror_filter_rule_ids,
25633
+ :traffic_mirror_filter_id,
25634
+ :dry_run,
25635
+ :filters,
25636
+ :max_results,
25637
+ :next_token)
25638
+ SENSITIVE = []
25639
+ include Aws::Structure
25640
+ end
25641
+
25642
+ # @!attribute [rw] traffic_mirror_filter_rules
25643
+ # Traffic mirror rules.
25644
+ # @return [Array<Types::TrafficMirrorFilterRule>]
25645
+ #
25646
+ # @!attribute [rw] next_token
25647
+ # The token to use to retrieve the next page of results. The value is
25648
+ # `null` when there are no more results to return.
25649
+ # @return [String]
25650
+ #
25651
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTrafficMirrorFilterRulesResult AWS API Documentation
25652
+ #
25653
+ class DescribeTrafficMirrorFilterRulesResult < Struct.new(
25654
+ :traffic_mirror_filter_rules,
25655
+ :next_token)
25656
+ SENSITIVE = []
25657
+ include Aws::Structure
25658
+ end
25659
+
25586
25660
  # @!attribute [rw] traffic_mirror_filter_ids
25587
25661
  # The ID of the Traffic Mirror filter.
25588
25662
  # @return [Array<String>]
@@ -26922,11 +26996,7 @@ module Aws::EC2
26922
26996
  # @!attribute [rw] max_results
26923
26997
  # The maximum number of items to return for this request. To get the
26924
26998
  # next page of items, make another request with the token returned in
26925
- # the output. This value can be between 5 and 1,000; if the value is
26926
- # larger than 1,000, only 1,000 results are returned. If this
26927
- # parameter is not used, then all items are returned. You cannot
26928
- # specify this parameter and the volume IDs parameter in the same
26929
- # request. For more information, see [Pagination][1].
26999
+ # the output. For more information, see [Pagination][1].
26930
27000
  #
26931
27001
  #
26932
27002
  #
@@ -27025,7 +27095,7 @@ module Aws::EC2
27025
27095
  # @return [Array<Types::Filter>]
27026
27096
  #
27027
27097
  # @!attribute [rw] next_token
27028
- # The token returned by a previous paginated request. Pagination
27098
+ # The token returned from a previous paginated request. Pagination
27029
27099
  # continues from the end of the items returned by the previous
27030
27100
  # request.
27031
27101
  # @return [String]
@@ -27057,7 +27127,7 @@ module Aws::EC2
27057
27127
  #
27058
27128
  # @!attribute [rw] next_token
27059
27129
  # The token to include in another request to get the next page of
27060
- # items. This value is `null` if there are no more items to return.
27130
+ # items. This value is `null` when there are no more items to return.
27061
27131
  # @return [String]
27062
27132
  #
27063
27133
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumesModificationsResult AWS API Documentation
@@ -27137,12 +27207,9 @@ module Aws::EC2
27137
27207
  # @return [Boolean]
27138
27208
  #
27139
27209
  # @!attribute [rw] max_results
27140
- # The maximum number of volumes to return for this request. This value
27141
- # can be between 5 and 500; if you specify a value larger than 500,
27142
- # only 500 items are returned. If this parameter is not used, then all
27143
- # items are returned. You cannot specify this parameter and the volume
27144
- # IDs parameter in the same request. For more information, see
27145
- # [Pagination][1].
27210
+ # The maximum number of items to return for this request. To get the
27211
+ # next page of items, make another request with the token returned in
27212
+ # the output. For more information, see [Pagination][1].
27146
27213
  #
27147
27214
  #
27148
27215
  #
@@ -27151,7 +27218,7 @@ module Aws::EC2
27151
27218
  #
27152
27219
  # @!attribute [rw] next_token
27153
27220
  # The token returned from a previous paginated request. Pagination
27154
- # continues from the end of the items returned from the previous
27221
+ # continues from the end of the items returned by the previous
27155
27222
  # request.
27156
27223
  # @return [String]
27157
27224
  #
@@ -27767,7 +27834,7 @@ module Aws::EC2
27767
27834
  end
27768
27835
 
27769
27836
  # @!attribute [rw] vpc_endpoints
27770
- # Information about the endpoints.
27837
+ # Information about the VPC endpoints.
27771
27838
  # @return [Array<Types::VpcEndpoint>]
27772
27839
  #
27773
27840
  # @!attribute [rw] next_token
@@ -27939,8 +28006,6 @@ module Aws::EC2
27939
28006
  #
27940
28007
  # @!attribute [rw] vpc_ids
27941
28008
  # The IDs of the VPCs.
27942
- #
27943
- # Default: Describes all your VPCs.
27944
28009
  # @return [Array<String>]
27945
28010
  #
27946
28011
  # @!attribute [rw] dry_run
@@ -27979,7 +28044,7 @@ module Aws::EC2
27979
28044
  end
27980
28045
 
27981
28046
  # @!attribute [rw] vpcs
27982
- # Information about one or more VPCs.
28047
+ # Information about the VPCs.
27983
28048
  # @return [Array<Types::Vpc>]
27984
28049
  #
27985
28050
  # @!attribute [rw] next_token
@@ -28324,14 +28389,14 @@ module Aws::EC2
28324
28389
  # @!attribute [rw] client_token
28325
28390
  # A unique, case-sensitive token that you provide to ensure
28326
28391
  # idempotency of your modification request. For more information, see
28327
- # [Ensuring Idempotency][1].
28392
+ # [Ensuring idempotency][1].
28328
28393
  #
28329
28394
  # **A suitable default value is auto-generated.** You should normally
28330
28395
  # not need to pass this option.
28331
28396
  #
28332
28397
  #
28333
28398
  #
28334
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
28399
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
28335
28400
  # @return [String]
28336
28401
  #
28337
28402
  # @!attribute [rw] dry_run
@@ -29724,15 +29789,15 @@ module Aws::EC2
29724
29789
  #
29725
29790
  # @!attribute [rw] client_token
29726
29791
  # Unique, case-sensitive identifier that you provide to ensure the
29727
- # idempotency of the request. For more information, see [How to Ensure
29728
- # Idempotency][1].
29792
+ # idempotency of the request. For more information, see [Ensuring
29793
+ # idempotency][1].
29729
29794
  #
29730
29795
  # **A suitable default value is auto-generated.** You should normally
29731
29796
  # not need to pass this option.
29732
29797
  #
29733
29798
  #
29734
29799
  #
29735
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
29800
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
29736
29801
  # @return [String]
29737
29802
  #
29738
29803
  # @!attribute [rw] dry_run
@@ -29759,12 +29824,12 @@ module Aws::EC2
29759
29824
  #
29760
29825
  # @!attribute [rw] client_token
29761
29826
  # Unique, case-sensitive identifier that you provide to ensure the
29762
- # idempotency of the request. For more information, see [How to Ensure
29763
- # Idempotency][1].
29827
+ # idempotency of the request. For more information, see [Ensuring
29828
+ # idempotency][1].
29764
29829
  #
29765
29830
  #
29766
29831
  #
29767
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
29832
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
29768
29833
  # @return [String]
29769
29834
  #
29770
29835
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisassociateTrunkInterfaceResult AWS API Documentation
@@ -30493,7 +30558,7 @@ module Aws::EC2
30493
30558
 
30494
30559
  # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
30495
30560
  # workloads that require graphics acceleration, we recommend that you
30496
- # use Amazon EC2 G4ad, G4dn, or G5 instances.
30561
+ # use Amazon EC2 G4, G5, or G6 instances.
30497
30562
  #
30498
30563
  # </note>
30499
30564
  #
@@ -30531,7 +30596,7 @@ module Aws::EC2
30531
30596
 
30532
30597
  # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
30533
30598
  # workloads that require graphics acceleration, we recommend that you
30534
- # use Amazon EC2 G4ad, G4dn, or G5 instances.
30599
+ # use Amazon EC2 G4, G5, or G6 instances.
30535
30600
  #
30536
30601
  # </note>
30537
30602
  #
@@ -30551,21 +30616,14 @@ module Aws::EC2
30551
30616
 
30552
30617
  # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
30553
30618
  # workloads that require graphics acceleration, we recommend that you
30554
- # use Amazon EC2 G4ad, G4dn, or G5 instances.
30619
+ # use Amazon EC2 G4, G5, or G6 instances.
30555
30620
  #
30556
30621
  # </note>
30557
30622
  #
30558
30623
  # A specification for an Elastic Graphics accelerator.
30559
30624
  #
30560
30625
  # @!attribute [rw] type
30561
- # The type of Elastic Graphics accelerator. For more information about
30562
- # the values to specify for `Type`, see [Elastic Graphics Basics][1],
30563
- # specifically the Elastic Graphics accelerator column, in the *Amazon
30564
- # Elastic Compute Cloud User Guide for Windows Instances*.
30565
- #
30566
- #
30567
- #
30568
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html#elastic-graphics-basics
30626
+ # The type of Elastic Graphics accelerator.
30569
30627
  # @return [String]
30570
30628
  #
30571
30629
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ElasticGpuSpecification AWS API Documentation
@@ -30604,7 +30662,7 @@ module Aws::EC2
30604
30662
 
30605
30663
  # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
30606
30664
  # workloads that require graphics acceleration, we recommend that you
30607
- # use Amazon EC2 G4ad, G4dn, or G5 instances.
30665
+ # use Amazon EC2 G4, G5, or G6 instances.
30608
30666
  #
30609
30667
  # </note>
30610
30668
  #
@@ -32916,8 +32974,8 @@ module Aws::EC2
32916
32974
  #
32917
32975
  # @!attribute [rw] fulfilled_capacity
32918
32976
  # The number of capacity units fulfilled by the Capacity Reservation.
32919
- # For more information, see [ Total target capacity][1] in the Amazon
32920
- # EC2 User Guide.
32977
+ # For more information, see [Total target capacity][1] in the *Amazon
32978
+ # EC2 User Guide*.
32921
32979
  #
32922
32980
  #
32923
32981
  #
@@ -32935,8 +32993,8 @@ module Aws::EC2
32935
32993
  #
32936
32994
  # @!attribute [rw] weight
32937
32995
  # The weight of the instance type in the Capacity Reservation Fleet.
32938
- # For more information, see [ Instance type weight][1] in the Amazon
32939
- # EC2 User Guide.
32996
+ # For more information, see [Instance type weight][1] in the *Amazon
32997
+ # EC2 User Guide*.
32940
32998
  #
32941
32999
  #
32942
33000
  #
@@ -32945,8 +33003,8 @@ module Aws::EC2
32945
33003
  #
32946
33004
  # @!attribute [rw] priority
32947
33005
  # The priority of the instance type in the Capacity Reservation Fleet.
32948
- # For more information, see [ Instance type priority][1] in the Amazon
32949
- # EC2 User Guide.
33006
+ # For more information, see [Instance type priority][1] in the *Amazon
33007
+ # EC2 User Guide*.
32950
33008
  #
32951
33009
  #
32952
33010
  #
@@ -33676,7 +33734,7 @@ module Aws::EC2
33676
33734
  #
33677
33735
  #
33678
33736
  #
33679
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
33737
+ # [1]: https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html
33680
33738
  # @return [Integer]
33681
33739
  #
33682
33740
  # @!attribute [rw] destination_options
@@ -36720,8 +36778,8 @@ module Aws::EC2
36720
36778
 
36721
36779
  # Indicates whether your instance is configured for hibernation. This
36722
36780
  # parameter is valid only if the instance meets the [hibernation
36723
- # prerequisites][1]. For more information, see [Hibernate your
36724
- # instance][2] in the *Amazon EC2 User Guide*.
36781
+ # prerequisites][1]. For more information, see [Hibernate your Amazon
36782
+ # EC2 instance][2] in the *Amazon EC2 User Guide*.
36725
36783
  #
36726
36784
  #
36727
36785
  #
@@ -36743,8 +36801,8 @@ module Aws::EC2
36743
36801
 
36744
36802
  # Indicates whether your instance is configured for hibernation. This
36745
36803
  # parameter is valid only if the instance meets the [hibernation
36746
- # prerequisites][1]. For more information, see [Hibernate your
36747
- # instance][2] in the *Amazon EC2 User Guide*.
36804
+ # prerequisites][1]. For more information, see [Hibernate your Amazon
36805
+ # EC2 instance][2] in the *Amazon EC2 User Guide*.
36748
36806
  #
36749
36807
  #
36750
36808
  #
@@ -40063,7 +40121,7 @@ module Aws::EC2
40063
40121
  # A security group connection tracking configuration that enables you
40064
40122
  # to set the timeout for connection tracking on an Elastic network
40065
40123
  # interface. For more information, see [Connection tracking
40066
- # timeouts][1] in the *Amazon Elastic Compute Cloud User Guide*.
40124
+ # timeouts][1] in the *Amazon EC2 User Guide*.
40067
40125
  #
40068
40126
  #
40069
40127
  #
@@ -40362,7 +40420,7 @@ module Aws::EC2
40362
40420
  # A security group connection tracking specification that enables you
40363
40421
  # to set the timeout for connection tracking on an Elastic network
40364
40422
  # interface. For more information, see [Connection tracking
40365
- # timeouts][1] in the *Amazon Elastic Compute Cloud User Guide*.
40423
+ # timeouts][1] in the *Amazon EC2 User Guide*.
40366
40424
  #
40367
40425
  #
40368
40426
  #
@@ -42811,7 +42869,7 @@ module Aws::EC2
42811
42869
  # is `BYOIP`. For more information, see [Create IPv6 pools][1] in the
42812
42870
  # *Amazon VPC IPAM User Guide*. By default, you can add only one
42813
42871
  # Amazon-provided IPv6 CIDR block to a top-level IPv6 pool. For
42814
- # information on increasing the default limit, see [ Quotas for your
42872
+ # information on increasing the default limit, see [Quotas for your
42815
42873
  # IPAM][2] in the *Amazon VPC IPAM User Guide*.
42816
42874
  #
42817
42875
  #
@@ -43496,9 +43554,8 @@ module Aws::EC2
43496
43554
  # Describes an IPv4 prefix.
43497
43555
  #
43498
43556
  # @!attribute [rw] ipv_4_prefix
43499
- # The IPv4 prefix. For information, see [ Assigning prefixes to Amazon
43500
- # EC2 network interfaces][1] in the *Amazon Elastic Compute Cloud User
43501
- # Guide*.
43557
+ # The IPv4 prefix. For information, see [ Assigning prefixes to
43558
+ # network interfaces][1] in the *Amazon EC2 User Guide*.
43502
43559
  #
43503
43560
  #
43504
43561
  #
@@ -43516,9 +43573,8 @@ module Aws::EC2
43516
43573
  # Describes the IPv4 prefix option for a network interface.
43517
43574
  #
43518
43575
  # @!attribute [rw] ipv_4_prefix
43519
- # The IPv4 prefix. For information, see [ Assigning prefixes to Amazon
43520
- # EC2 network interfaces][1] in the *Amazon Elastic Compute Cloud User
43521
- # Guide*.
43576
+ # The IPv4 prefix. For information, see [ Assigning prefixes to
43577
+ # network interfaces][1] in the *Amazon EC2 User Guide*.
43522
43578
  #
43523
43579
  #
43524
43580
  #
@@ -44668,8 +44724,7 @@ module Aws::EC2
44668
44724
  end
44669
44725
 
44670
44726
  # The metadata options for the instance. For more information, see
44671
- # [Instance metadata and user data][1] in the *Amazon Elastic Compute
44672
- # Cloud User Guide*.
44727
+ # [Instance metadata and user data][1] in the *Amazon EC2 User Guide*.
44673
44728
  #
44674
44729
  #
44675
44730
  #
@@ -44755,8 +44810,7 @@ module Aws::EC2
44755
44810
  end
44756
44811
 
44757
44812
  # The metadata options for the instance. For more information, see
44758
- # [Instance metadata and user data][1] in the *Amazon Elastic Compute
44759
- # Cloud User Guide*.
44813
+ # [Instance metadata and user data][1] in the *Amazon EC2 User Guide*.
44760
44814
  #
44761
44815
  #
44762
44816
  #
@@ -44955,8 +45009,8 @@ module Aws::EC2
44955
45009
  # @!attribute [rw] connection_tracking_specification
44956
45010
  # A security group connection tracking specification that enables you
44957
45011
  # to set the timeout for connection tracking on an Elastic network
44958
- # interface. For more information, see [Connection tracking
44959
- # timeouts][1] in the *Amazon Elastic Compute Cloud User Guide*.
45012
+ # interface. For more information, see [Idle connection tracking
45013
+ # timeout][1] in the *Amazon EC2 User Guide*.
44960
45014
  #
44961
45015
  #
44962
45016
  #
@@ -45046,7 +45100,7 @@ module Aws::EC2
45046
45100
  # @!attribute [rw] interface_type
45047
45101
  # The type of network interface. To create an Elastic Fabric Adapter
45048
45102
  # (EFA), specify `efa`. For more information, see [Elastic Fabric
45049
- # Adapter][1] in the *Amazon Elastic Compute Cloud User Guide*.
45103
+ # Adapter][1] in the *Amazon EC2 User Guide*.
45050
45104
  #
45051
45105
  # If you are not creating an EFA, specify `interface` or omit this
45052
45106
  # parameter.
@@ -45139,8 +45193,8 @@ module Aws::EC2
45139
45193
  # @!attribute [rw] connection_tracking_specification
45140
45194
  # A security group connection tracking specification that enables you
45141
45195
  # to set the timeout for connection tracking on an Elastic network
45142
- # interface. For more information, see [Connection tracking
45143
- # timeouts][1] in the *Amazon Elastic Compute Cloud User Guide*.
45196
+ # interface. For more information, see [Idle connection tracking
45197
+ # timeout][1] in the *Amazon EC2 User Guide*.
45144
45198
  #
45145
45199
  #
45146
45200
  #
@@ -46885,14 +46939,9 @@ module Aws::EC2
46885
46939
  # @return [String]
46886
46940
  #
46887
46941
  # @!attribute [rw] opt_in_status
46888
- # Indicates whether you are opted in to the Local Zone group or
46889
- # Wavelength Zone group. The only valid value is `opted-in`. You must
46890
- # contact [Amazon Web Services Support][1] to opt out of a Local Zone
46891
- # or Wavelength Zone group.
46892
- #
46893
- #
46894
- #
46895
- # [1]: https://console.aws.amazon.com/support/home#/case/create%3FissueType=customer-service%26serviceCode=general-info%26getting-started%26categoryCode=using-aws%26services
46942
+ # Indicates whether to opt in to the zone group. The only valid value
46943
+ # is `opted-in`. You must contact Amazon Web Services Support to opt
46944
+ # out of a Local Zone or Wavelength Zone group.
46896
46945
  # @return [String]
46897
46946
  #
46898
46947
  # @!attribute [rw] dry_run
@@ -46935,7 +46984,7 @@ module Aws::EC2
46935
46984
  # determine the number of instances for which the Fleet reserves
46936
46985
  # capacity. Both values are based on units that make sense for your
46937
46986
  # workload. For more information, see [Total target capacity][1] in
46938
- # the Amazon EC2 User Guide.
46987
+ # the *Amazon EC2 User Guide*.
46939
46988
  #
46940
46989
  #
46941
46990
  #
@@ -47249,10 +47298,10 @@ module Aws::EC2
47249
47298
  end
47250
47299
 
47251
47300
  # @!attribute [rw] kms_key_id
47252
- # The identifier of the Key Management Service (KMS) KMS key to use
47253
- # for Amazon EBS encryption. If this parameter is not specified, your
47254
- # KMS key for Amazon EBS is used. If `KmsKeyId` is specified, the
47255
- # encrypted state must be `true`.
47301
+ # The identifier of the KMS key to use for Amazon EBS encryption. If
47302
+ # this parameter is not specified, your KMS key for Amazon EBS is
47303
+ # used. If `KmsKeyId` is specified, the encrypted state must be
47304
+ # `true`.
47256
47305
  #
47257
47306
  # You can specify the KMS key using any of the following:
47258
47307
  #
@@ -47446,7 +47495,7 @@ module Aws::EC2
47446
47495
  #
47447
47496
  # @!attribute [rw] host_recovery
47448
47497
  # Indicates whether to enable or disable host recovery for the
47449
- # Dedicated Host. For more information, see [ Host recovery][1] in the
47498
+ # Dedicated Host. For more information, see [Host recovery][1] in the
47450
47499
  # *Amazon EC2 User Guide*.
47451
47500
  #
47452
47501
  #
@@ -47478,7 +47527,7 @@ module Aws::EC2
47478
47527
  #
47479
47528
  # @!attribute [rw] host_maintenance
47480
47529
  # Indicates whether to enable or disable host maintenance for the
47481
- # Dedicated Host. For more information, see [ Host maintenance][1] in
47530
+ # Dedicated Host. For more information, see [Host maintenance][1] in
47482
47531
  # the *Amazon EC2 User Guide*.
47483
47532
  #
47484
47533
  #
@@ -47828,13 +47877,13 @@ module Aws::EC2
47828
47877
  #
47829
47878
  # @!attribute [rw] disable_api_stop
47830
47879
  # Indicates whether an instance is enabled for stop protection. For
47831
- # more information, see [Stop Protection][1].
47880
+ # more information, see [Enable stop protection for your instance][1].
47832
47881
  #
47833
47882
  #
47834
47883
  #
47835
47884
  #
47836
47885
  #
47837
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection
47886
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html
47838
47887
  # @return [Types::AttributeBooleanValue]
47839
47888
  #
47840
47889
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyInstanceAttributeRequest AWS API Documentation
@@ -49459,7 +49508,11 @@ module Aws::EC2
49459
49508
  end
49460
49509
 
49461
49510
  # @!attribute [rw] traffic_mirror_filter_rule
49462
- # Modifies a Traffic Mirror rule.
49511
+ # <note markdown="1"> Tags are not returned for ModifyTrafficMirrorFilterRule.
49512
+ #
49513
+ # </note>
49514
+ #
49515
+ # A Traffic Mirror rule.
49463
49516
  # @return [Types::TrafficMirrorFilterRule]
49464
49517
  #
49465
49518
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyTrafficMirrorFilterRuleResult AWS API Documentation
@@ -49884,14 +49937,14 @@ module Aws::EC2
49884
49937
  # @!attribute [rw] client_token
49885
49938
  # A unique, case-sensitive token that you provide to ensure
49886
49939
  # idempotency of your modification request. For more information, see
49887
- # [Ensuring Idempotency][1].
49940
+ # [Ensuring idempotency][1].
49888
49941
  #
49889
49942
  # **A suitable default value is auto-generated.** You should normally
49890
49943
  # not need to pass this option.
49891
49944
  #
49892
49945
  #
49893
49946
  #
49894
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
49947
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
49895
49948
  # @return [String]
49896
49949
  #
49897
49950
  # @!attribute [rw] dry_run
@@ -49964,14 +50017,14 @@ module Aws::EC2
49964
50017
  # @!attribute [rw] client_token
49965
50018
  # A unique, case-sensitive token that you provide to ensure
49966
50019
  # idempotency of your modification request. For more information, see
49967
- # [Ensuring Idempotency][1].
50020
+ # [Ensuring idempotency][1].
49968
50021
  #
49969
50022
  # **A suitable default value is auto-generated.** You should normally
49970
50023
  # not need to pass this option.
49971
50024
  #
49972
50025
  #
49973
50026
  #
49974
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
50027
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
49975
50028
  # @return [String]
49976
50029
  #
49977
50030
  # @!attribute [rw] dry_run
@@ -50022,14 +50075,14 @@ module Aws::EC2
50022
50075
  # @!attribute [rw] client_token
50023
50076
  # A unique, case-sensitive token that you provide to ensure
50024
50077
  # idempotency of your modification request. For more information, see
50025
- # [Ensuring Idempotency][1].
50078
+ # [Ensuring idempotency][1].
50026
50079
  #
50027
50080
  # **A suitable default value is auto-generated.** You should normally
50028
50081
  # not need to pass this option.
50029
50082
  #
50030
50083
  #
50031
50084
  #
50032
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
50085
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
50033
50086
  # @return [String]
50034
50087
  #
50035
50088
  # @!attribute [rw] dry_run
@@ -50093,14 +50146,14 @@ module Aws::EC2
50093
50146
  # @!attribute [rw] client_token
50094
50147
  # A unique, case-sensitive token that you provide to ensure
50095
50148
  # idempotency of your modification request. For more information, see
50096
- # [Ensuring Idempotency][1].
50149
+ # [Ensuring idempotency][1].
50097
50150
  #
50098
50151
  # **A suitable default value is auto-generated.** You should normally
50099
50152
  # not need to pass this option.
50100
50153
  #
50101
50154
  #
50102
50155
  #
50103
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
50156
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
50104
50157
  # @return [String]
50105
50158
  #
50106
50159
  # @!attribute [rw] dry_run
@@ -50152,14 +50205,14 @@ module Aws::EC2
50152
50205
  # @!attribute [rw] client_token
50153
50206
  # A unique, case-sensitive token that you provide to ensure
50154
50207
  # idempotency of your modification request. For more information, see
50155
- # [Ensuring Idempotency][1].
50208
+ # [Ensuring idempotency][1].
50156
50209
  #
50157
50210
  # **A suitable default value is auto-generated.** You should normally
50158
50211
  # not need to pass this option.
50159
50212
  #
50160
50213
  #
50161
50214
  #
50162
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
50215
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
50163
50216
  # @return [String]
50164
50217
  #
50165
50218
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessInstanceLoggingConfigurationRequest AWS API Documentation
@@ -50203,14 +50256,14 @@ module Aws::EC2
50203
50256
  # @!attribute [rw] client_token
50204
50257
  # A unique, case-sensitive token that you provide to ensure
50205
50258
  # idempotency of your modification request. For more information, see
50206
- # [Ensuring Idempotency][1].
50259
+ # [Ensuring idempotency][1].
50207
50260
  #
50208
50261
  # **A suitable default value is auto-generated.** You should normally
50209
50262
  # not need to pass this option.
50210
50263
  #
50211
50264
  #
50212
50265
  #
50213
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
50266
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
50214
50267
  # @return [String]
50215
50268
  #
50216
50269
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessInstanceRequest AWS API Documentation
@@ -50326,14 +50379,14 @@ module Aws::EC2
50326
50379
  # @!attribute [rw] client_token
50327
50380
  # A unique, case-sensitive token that you provide to ensure
50328
50381
  # idempotency of your modification request. For more information, see
50329
- # [Ensuring Idempotency][1].
50382
+ # [Ensuring idempotency][1].
50330
50383
  #
50331
50384
  # **A suitable default value is auto-generated.** You should normally
50332
50385
  # not need to pass this option.
50333
50386
  #
50334
50387
  #
50335
50388
  #
50336
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
50389
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
50337
50390
  # @return [String]
50338
50391
  #
50339
50392
  # @!attribute [rw] sse_specification
@@ -50455,7 +50508,7 @@ module Aws::EC2
50455
50508
  #
50456
50509
  #
50457
50510
  #
50458
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
50511
+ # [1]: https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html
50459
50512
  # @return [Integer]
50460
50513
  #
50461
50514
  # @!attribute [rw] throughput
@@ -50477,7 +50530,7 @@ module Aws::EC2
50477
50530
  #
50478
50531
  #
50479
50532
  #
50480
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
50533
+ # [1]: https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html
50481
50534
  # [2]: https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes-multi.html
50482
50535
  # @return [Boolean]
50483
50536
  #
@@ -51566,12 +51619,11 @@ module Aws::EC2
51566
51619
  #
51567
51620
  # @!attribute [rw] provisioned_bandwidth
51568
51621
  # Reserved. If you need to sustain traffic greater than the
51569
- # [documented limits][1], contact us through the [Support Center][2].
51622
+ # [documented limits][1], contact Amazon Web Services Support.
51570
51623
  #
51571
51624
  #
51572
51625
  #
51573
- # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html
51574
- # [2]: https://console.aws.amazon.com/support/home?
51626
+ # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-gateways
51575
51627
  # @return [Types::ProvisionedBandwidth]
51576
51628
  #
51577
51629
  # @!attribute [rw] state
@@ -51686,7 +51738,7 @@ module Aws::EC2
51686
51738
  # Describes a network ACL.
51687
51739
  #
51688
51740
  # @!attribute [rw] associations
51689
- # Any associations between the network ACL and one or more subnets
51741
+ # Any associations between the network ACL and your subnets
51690
51742
  # @return [Array<Types::NetworkAclAssociation>]
51691
51743
  #
51692
51744
  # @!attribute [rw] entries
@@ -52304,7 +52356,7 @@ module Aws::EC2
52304
52356
  # A security group connection tracking configuration that enables you
52305
52357
  # to set the timeout for connection tracking on an Elastic network
52306
52358
  # interface. For more information, see [Connection tracking
52307
- # timeouts][1] in the *Amazon Elastic Compute Cloud User Guide*.
52359
+ # timeouts][1] in the *Amazon EC2 User Guide*.
52308
52360
  #
52309
52361
  #
52310
52362
  #
@@ -52930,10 +52982,10 @@ module Aws::EC2
52930
52982
  #
52931
52983
  # @!attribute [rw] min_target_capacity
52932
52984
  # The minimum target capacity for On-Demand Instances in the fleet. If
52933
- # the minimum target capacity is not reached, the fleet launches no
52934
- # instances.
52985
+ # this minimum capacity isn't reached, no instances are launched.
52935
52986
  #
52936
- # Supported only for fleets of type `instant`.
52987
+ # Constraints: Maximum value of `1000`. Supported only for fleets of
52988
+ # type `instant`.
52937
52989
  #
52938
52990
  # At least one of the following must be specified:
52939
52991
  # `SingleAvailabilityZone` \| `SingleInstanceType`
@@ -52949,7 +53001,7 @@ module Aws::EC2
52949
53001
  # `maxTotalPrice` does not account for surplus credits, and, if you
52950
53002
  # use surplus credits, your final cost might be higher than what you
52951
53003
  # specified for `maxTotalPrice`. For more information, see [Surplus
52952
- # credits can incur charges][1] in the *EC2 User Guide*.
53004
+ # credits can incur charges][1] in the *Amazon EC2 User Guide*.
52953
53005
  #
52954
53006
  # </note>
52955
53007
  #
@@ -53009,10 +53061,10 @@ module Aws::EC2
53009
53061
  #
53010
53062
  # @!attribute [rw] min_target_capacity
53011
53063
  # The minimum target capacity for On-Demand Instances in the fleet. If
53012
- # the minimum target capacity is not reached, the fleet launches no
53013
- # instances.
53064
+ # this minimum capacity isn't reached, no instances are launched.
53014
53065
  #
53015
- # Supported only for fleets of type `instant`.
53066
+ # Constraints: Maximum value of `1000`. Supported only for fleets of
53067
+ # type `instant`.
53016
53068
  #
53017
53069
  # At least one of the following must be specified:
53018
53070
  # `SingleAvailabilityZone` \| `SingleInstanceType`
@@ -53028,7 +53080,7 @@ module Aws::EC2
53028
53080
  # `MaxTotalPrice` does not account for surplus credits, and, if you
53029
53081
  # use surplus credits, your final cost might be higher than what you
53030
53082
  # specified for `MaxTotalPrice`. For more information, see [Surplus
53031
- # credits can incur charges][1] in the *EC2 User Guide*.
53083
+ # credits can incur charges][1] in the *Amazon EC2 User Guide*.
53032
53084
  #
53033
53085
  # </note>
53034
53086
  #
@@ -54453,14 +54505,14 @@ module Aws::EC2
54453
54505
  # @!attribute [rw] client_token
54454
54506
  # A unique, case-sensitive identifier that you provide to ensure the
54455
54507
  # idempotency of the request. For more information, see [Ensuring
54456
- # Idempotency][1].
54508
+ # idempotency][1].
54457
54509
  #
54458
54510
  # **A suitable default value is auto-generated.** You should normally
54459
54511
  # not need to pass this option.
54460
54512
  #
54461
54513
  #
54462
54514
  #
54463
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
54515
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
54464
54516
  # @return [String]
54465
54517
  #
54466
54518
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ProvisionIpamPoolCidrRequest AWS API Documentation
@@ -54537,61 +54589,30 @@ module Aws::EC2
54537
54589
  end
54538
54590
 
54539
54591
  # Reserved. If you need to sustain traffic greater than the [documented
54540
- # limits][1], contact us through the [Support Center][2].
54592
+ # limits][1], contact Amazon Web Services Support.
54541
54593
  #
54542
54594
  #
54543
54595
  #
54544
- # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html
54545
- # [2]: https://console.aws.amazon.com/support/home?
54596
+ # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-gateways
54546
54597
  #
54547
54598
  # @!attribute [rw] provision_time
54548
- # Reserved. If you need to sustain traffic greater than the
54549
- # [documented limits][1], contact us through the [Support Center][2].
54550
- #
54551
- #
54552
- #
54553
- # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html
54554
- # [2]: https://console.aws.amazon.com/support/home?
54599
+ # Reserved.
54555
54600
  # @return [Time]
54556
54601
  #
54557
54602
  # @!attribute [rw] provisioned
54558
- # Reserved. If you need to sustain traffic greater than the
54559
- # [documented limits][1], contact us through the [Support Center][2].
54560
- #
54561
- #
54562
- #
54563
- # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html
54564
- # [2]: https://console.aws.amazon.com/support/home?
54603
+ # Reserved.
54565
54604
  # @return [String]
54566
54605
  #
54567
54606
  # @!attribute [rw] request_time
54568
- # Reserved. If you need to sustain traffic greater than the
54569
- # [documented limits][1], contact us through the [Support Center][2].
54570
- #
54571
- #
54572
- #
54573
- # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html
54574
- # [2]: https://console.aws.amazon.com/support/home?
54607
+ # Reserved.
54575
54608
  # @return [Time]
54576
54609
  #
54577
54610
  # @!attribute [rw] requested
54578
- # Reserved. If you need to sustain traffic greater than the
54579
- # [documented limits][1], contact us through the [Support Center][2].
54580
- #
54581
- #
54582
- #
54583
- # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html
54584
- # [2]: https://console.aws.amazon.com/support/home?
54611
+ # Reserved.
54585
54612
  # @return [String]
54586
54613
  #
54587
54614
  # @!attribute [rw] status
54588
- # Reserved. If you need to sustain traffic greater than the
54589
- # [documented limits][1], contact us through the [Support Center][2].
54590
- #
54591
- #
54592
- #
54593
- # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html
54594
- # [2]: https://console.aws.amazon.com/support/home?
54615
+ # Reserved.
54595
54616
  # @return [String]
54596
54617
  #
54597
54618
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ProvisionedBandwidth AWS API Documentation
@@ -54958,7 +54979,7 @@ module Aws::EC2
54958
54979
  # The IDs of the purchased Reserved Instances. If your purchase
54959
54980
  # crosses into a discounted pricing tier, the final Reserved Instances
54960
54981
  # IDs might change. For more information, see [Crossing pricing
54961
- # tiers][1] in the *Amazon Elastic Compute Cloud User Guide*.
54982
+ # tiers][1] in the *Amazon EC2 User Guide*.
54962
54983
  #
54963
54984
  #
54964
54985
  #
@@ -56381,7 +56402,7 @@ module Aws::EC2
56381
56402
  #
56382
56403
  # We recommend that you use PV-GRUB instead of kernels and RAM disks.
56383
56404
  # For more information, see [User provided kernels][1] in the *Amazon
56384
- # Elastic Compute Cloud User Guide*.
56405
+ # EC2 User Guide*.
56385
56406
  #
56386
56407
  #
56387
56408
  #
@@ -56432,7 +56453,7 @@ module Aws::EC2
56432
56453
  # </note>
56433
56454
  #
56434
56455
  # For more information, see [Use a Systems Manager parameter instead
56435
- # of an AMI ID][1] in the *Amazon Elastic Compute Cloud User Guide*.
56456
+ # of an AMI ID][1] in the *Amazon EC2 User Guide*.
56436
56457
  #
56437
56458
  #
56438
56459
  #
@@ -56440,8 +56461,8 @@ module Aws::EC2
56440
56461
  # @return [String]
56441
56462
  #
56442
56463
  # @!attribute [rw] instance_type
56443
- # The instance type. For more information, see [Instance types][1] in
56444
- # the *Amazon Elastic Compute Cloud User Guide*.
56464
+ # The instance type. For more information, see [Amazon EC2 instance
56465
+ # types][1] in the *Amazon EC2 User Guide*.
56445
56466
  #
56446
56467
  # If you specify `InstanceType`, you can't specify
56447
56468
  # `InstanceRequirements`.
@@ -56478,7 +56499,7 @@ module Aws::EC2
56478
56499
  #
56479
56500
  # We recommend that you use PV-GRUB instead of kernels and RAM disks.
56480
56501
  # For more information, see [User provided kernels][1] in the *Amazon
56481
- # Elastic Compute Cloud User Guide*.
56502
+ # EC2 User Guide*.
56482
56503
  #
56483
56504
  #
56484
56505
  #
@@ -56510,21 +56531,19 @@ module Aws::EC2
56510
56531
  # @!attribute [rw] user_data
56511
56532
  # The user data to make available to the instance. You must provide
56512
56533
  # base64-encoded text. User data is limited to 16 KB. For more
56513
- # information, see [Run commands on your Linux instance at launch][1]
56514
- # (Linux) or [Work with instance user data][2] (Windows) in the
56515
- # *Amazon Elastic Compute Cloud User Guide*.
56534
+ # information, see [Run commands on your Amazon EC2 instance at
56535
+ # launch][1] in the *Amazon EC2 User Guide*.
56516
56536
  #
56517
56537
  # If you are creating the launch template for use with Batch, the user
56518
- # data must be provided in the [ MIME multi-part archive format][3].
56538
+ # data must be provided in the [MIME multi-part archive format][2].
56519
56539
  # For more information, see [Amazon EC2 user data in launch
56520
- # templates][4] in the *Batch User Guide*.
56540
+ # templates][3] in the *Batch User Guide*.
56521
56541
  #
56522
56542
  #
56523
56543
  #
56524
56544
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html
56525
- # [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/instancedata-add-user-data.html
56526
- # [3]: https://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive
56527
- # [4]: https://docs.aws.amazon.com/batch/latest/userguide/launch-templates.html
56545
+ # [2]: https://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive
56546
+ # [3]: https://docs.aws.amazon.com/batch/latest/userguide/launch-templates.html
56528
56547
  # @return [String]
56529
56548
  #
56530
56549
  # @!attribute [rw] tag_specifications
@@ -56592,8 +56611,7 @@ module Aws::EC2
56592
56611
  #
56593
56612
  # @!attribute [rw] cpu_options
56594
56613
  # The CPU options for the instance. For more information, see
56595
- # [Optimizing CPU Options][1] in the *Amazon Elastic Compute Cloud
56596
- # User Guide*.
56614
+ # [Optimize CPU options][1] in the *Amazon EC2 User Guide*.
56597
56615
  #
56598
56616
  #
56599
56617
  #
@@ -56615,8 +56633,8 @@ module Aws::EC2
56615
56633
  # @!attribute [rw] hibernation_options
56616
56634
  # Indicates whether an instance is enabled for hibernation. This
56617
56635
  # parameter is valid only if the instance meets the [hibernation
56618
- # prerequisites][1]. For more information, see [Hibernate your
56619
- # instance][2] in the *Amazon Elastic Compute Cloud User Guide*.
56636
+ # prerequisites][1]. For more information, see [Hibernate your Amazon
56637
+ # EC2 instance][2] in the *Amazon EC2 User Guide*.
56620
56638
  #
56621
56639
  #
56622
56640
  #
@@ -56626,8 +56644,7 @@ module Aws::EC2
56626
56644
  #
56627
56645
  # @!attribute [rw] metadata_options
56628
56646
  # The metadata options for the instance. For more information, see
56629
- # [Instance metadata and user data][1] in the *Amazon Elastic Compute
56630
- # Cloud User Guide*.
56647
+ # [Instance metadata and user data][1] in the *Amazon EC2 User Guide*.
56631
56648
  #
56632
56649
  #
56633
56650
  #
@@ -56636,7 +56653,7 @@ module Aws::EC2
56636
56653
  #
56637
56654
  # @!attribute [rw] enclave_options
56638
56655
  # Indicates whether the instance is enabled for Amazon Web Services
56639
- # Nitro Enclaves. For more information, see [ What is Amazon Web
56656
+ # Nitro Enclaves. For more information, see [What is Amazon Web
56640
56657
  # Services Nitro Enclaves?][1] in the *Amazon Web Services Nitro
56641
56658
  # Enclaves User Guide*.
56642
56659
  #
@@ -56711,12 +56728,12 @@ module Aws::EC2
56711
56728
  #
56712
56729
  # @!attribute [rw] disable_api_stop
56713
56730
  # Indicates whether to enable the instance for stop protection. For
56714
- # more information, see [Stop protection][1] in the *Amazon Elastic
56715
- # Compute Cloud User Guide*.
56731
+ # more information, see [Enable stop protection for your instance][1]
56732
+ # in the *Amazon EC2 User Guide*.
56716
56733
  #
56717
56734
  #
56718
56735
  #
56719
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection
56736
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html
56720
56737
  # @return [Boolean]
56721
56738
  #
56722
56739
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/RequestLaunchTemplateData AWS API Documentation
@@ -56826,8 +56843,9 @@ module Aws::EC2
56826
56843
  #
56827
56844
  # @!attribute [rw] client_token
56828
56845
  # Unique, case-sensitive identifier that you provide to ensure the
56829
- # idempotency of the request. For more information, see [How to Ensure
56830
- # Idempotency][1] in the *Amazon EC2 User Guide for Linux Instances*.
56846
+ # idempotency of the request. For more information, see [Ensuring
56847
+ # idempotency in Amazon EC2 API requests][1] in the *Amazon EC2 User
56848
+ # Guide*.
56831
56849
  #
56832
56850
  #
56833
56851
  #
@@ -57115,7 +57133,7 @@ module Aws::EC2
57115
57133
  # specify for the Fleet determine the number of instances for which
57116
57134
  # the Fleet reserves capacity. Both values are based on units that
57117
57135
  # make sense for your workload. For more information, see [Total
57118
- # target capacity][1] in the Amazon EC2 User Guide.
57136
+ # target capacity][1] in the *Amazon EC2 User Guide*.
57119
57137
  #
57120
57138
  #
57121
57139
  #
@@ -57149,8 +57167,8 @@ module Aws::EC2
57149
57167
  # The priority to assign to the instance type. This value is used to
57150
57168
  # determine which of the instance types specified for the Fleet should
57151
57169
  # be prioritized for use. A lower value indicates a high priority. For
57152
- # more information, see [Instance type priority][1] in the Amazon EC2
57153
- # User Guide.
57170
+ # more information, see [Instance type priority][1] in the *Amazon EC2
57171
+ # User Guide*.
57154
57172
  #
57155
57173
  #
57156
57174
  #
@@ -57946,7 +57964,7 @@ module Aws::EC2
57946
57964
  # parameter value.
57947
57965
  #
57948
57966
  # For more information, see [Use a Systems Manager parameter instead
57949
- # of an AMI ID][1] in the *Amazon Elastic Compute Cloud User Guide*.
57967
+ # of an AMI ID][1] in the *Amazon EC2 User Guide*.
57950
57968
  #
57951
57969
  #
57952
57970
  #
@@ -58043,8 +58061,7 @@ module Aws::EC2
58043
58061
  #
58044
58062
  # @!attribute [rw] cpu_options
58045
58063
  # The CPU options for the instance. For more information, see
58046
- # [Optimizing CPU options][1] in the *Amazon Elastic Compute Cloud
58047
- # User Guide*.
58064
+ # [Optimize CPU options][1] in the *Amazon EC2 User Guide*.
58048
58065
  #
58049
58066
  #
58050
58067
  #
@@ -58061,8 +58078,8 @@ module Aws::EC2
58061
58078
  #
58062
58079
  # @!attribute [rw] hibernation_options
58063
58080
  # Indicates whether an instance is configured for hibernation. For
58064
- # more information, see [Hibernate your instance][1] in the *Amazon
58065
- # Elastic Compute Cloud User Guide*.
58081
+ # more information, see [Hibernate your Amazon EC2 instance][1] in the
58082
+ # *Amazon EC2 User Guide*.
58066
58083
  #
58067
58084
  #
58068
58085
  #
@@ -58071,8 +58088,7 @@ module Aws::EC2
58071
58088
  #
58072
58089
  # @!attribute [rw] metadata_options
58073
58090
  # The metadata options for the instance. For more information, see
58074
- # [Instance metadata and user data][1] in the *Amazon Elastic Compute
58075
- # Cloud User Guide*.
58091
+ # [Instance metadata and user data][1] in the *Amazon EC2 User Guide*.
58076
58092
  #
58077
58093
  #
58078
58094
  #
@@ -58103,12 +58119,12 @@ module Aws::EC2
58103
58119
  #
58104
58120
  # @!attribute [rw] disable_api_stop
58105
58121
  # Indicates whether the instance is enabled for stop protection. For
58106
- # more information, see [Stop protection][1] in the *Amazon Elastic
58107
- # Compute Cloud User Guide*.
58122
+ # more information, see [Enable stop protection for your instance][1]
58123
+ # in the *Amazon EC2 User Guide*.
58108
58124
  #
58109
58125
  #
58110
58126
  #
58111
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection
58127
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html
58112
58128
  # @return [Boolean]
58113
58129
  #
58114
58130
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ResponseLaunchTemplateData AWS API Documentation
@@ -58756,8 +58772,8 @@ module Aws::EC2
58756
58772
  # Describes a route table.
58757
58773
  #
58758
58774
  # @!attribute [rw] associations
58759
- # The associations between the route table and one or more subnets or
58760
- # a gateway.
58775
+ # The associations between the route table and your subnets or
58776
+ # gateways.
58761
58777
  # @return [Array<Types::RouteTableAssociation>]
58762
58778
  #
58763
58779
  # @!attribute [rw] propagating_vgws
@@ -58949,8 +58965,8 @@ module Aws::EC2
58949
58965
  # @return [String]
58950
58966
  #
58951
58967
  # @!attribute [rw] instance_type
58952
- # The instance type. For more information, see [Instance types][1] in
58953
- # the *Amazon EC2 User Guide*.
58968
+ # The instance type. For more information, see [Amazon EC2 instance
58969
+ # types][1] in the *Amazon EC2 User Guide*.
58954
58970
  #
58955
58971
  #
58956
58972
  #
@@ -59006,34 +59022,32 @@ module Aws::EC2
59006
59022
  # @return [String]
59007
59023
  #
59008
59024
  # @!attribute [rw] max_count
59009
- # The maximum number of instances to launch. If you specify more
59010
- # instances than Amazon EC2 can launch in the target Availability
59011
- # Zone, Amazon EC2 launches the largest possible number of instances
59012
- # above `MinCount`.
59025
+ # The maximum number of instances to launch. If you specify a value
59026
+ # that is more capacity than Amazon EC2 can launch in the target
59027
+ # Availability Zone, Amazon EC2 launches the largest possible number
59028
+ # of instances above the specified minimum count.
59013
59029
  #
59014
- # Constraints: Between 1 and the maximum number you're allowed for
59015
- # the specified instance type. For more information about the default
59016
- # limits, and how to request an increase, see [How many instances can
59017
- # I run in Amazon EC2][1] in the Amazon EC2 FAQ.
59030
+ # Constraints: Between 1 and the quota for the specified instance type
59031
+ # for your account for this Region. For more information, see [Amazon
59032
+ # EC2 instance type quotas][1].
59018
59033
  #
59019
59034
  #
59020
59035
  #
59021
- # [1]: http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2
59036
+ # [1]: https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-instance-quotas.html
59022
59037
  # @return [Integer]
59023
59038
  #
59024
59039
  # @!attribute [rw] min_count
59025
- # The minimum number of instances to launch. If you specify a minimum
59026
- # that is more instances than Amazon EC2 can launch in the target
59027
- # Availability Zone, Amazon EC2 launches no instances.
59040
+ # The minimum number of instances to launch. If you specify a value
59041
+ # that is more capacity than Amazon EC2 can provide in the target
59042
+ # Availability Zone, Amazon EC2 does not launch any instances.
59028
59043
  #
59029
- # Constraints: Between 1 and the maximum number you're allowed for
59030
- # the specified instance type. For more information about the default
59031
- # limits, and how to request an increase, see [How many instances can
59032
- # I run in Amazon EC2][1] in the Amazon EC2 General FAQ.
59044
+ # Constraints: Between 1 and the quota for the specified instance type
59045
+ # for your account for this Region. For more information, see [Amazon
59046
+ # EC2 instance type quotas][1].
59033
59047
  #
59034
59048
  #
59035
59049
  #
59036
- # [1]: http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2
59050
+ # [1]: https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-instance-quotas.html
59037
59051
  # @return [Integer]
59038
59052
  #
59039
59053
  # @!attribute [rw] monitoring
@@ -59092,16 +59106,15 @@ module Aws::EC2
59092
59106
  #
59093
59107
  # @!attribute [rw] user_data
59094
59108
  # The user data script to make available to the instance. For more
59095
- # information, see [Run commands on your Linux instance at launch][1]
59096
- # and [Run commands on your Windows instance at launch][2]. If you are
59097
- # using a command line tool, base64-encoding is performed for you, and
59098
- # you can load the text from a file. Otherwise, you must provide
59109
+ # information, see [Run commands on your Amazon EC2 instance at
59110
+ # launch][1] in the *Amazon EC2 User Guide*. If you are using a
59111
+ # command line tool, base64-encoding is performed for you, and you can
59112
+ # load the text from a file. Otherwise, you must provide
59099
59113
  # base64-encoded text. User data is limited to 16 KB.
59100
59114
  #
59101
59115
  #
59102
59116
  #
59103
59117
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html
59104
- # [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-windows-user-data.html
59105
59118
  # @return [String]
59106
59119
  #
59107
59120
  # @!attribute [rw] additional_info
@@ -59285,8 +59298,8 @@ module Aws::EC2
59285
59298
  # @!attribute [rw] hibernation_options
59286
59299
  # Indicates whether an instance is enabled for hibernation. This
59287
59300
  # parameter is valid only if the instance meets the [hibernation
59288
- # prerequisites][1]. For more information, see [Hibernate your
59289
- # instance][2] in the *Amazon EC2 User Guide*.
59301
+ # prerequisites][1]. For more information, see [Hibernate your Amazon
59302
+ # EC2 instance][2] in the *Amazon EC2 User Guide*.
59290
59303
  #
59291
59304
  # You can't enable hibernation and Amazon Web Services Nitro Enclaves
59292
59305
  # on the same instance.
@@ -61011,9 +61024,8 @@ module Aws::EC2
61011
61024
  # @return [Boolean]
61012
61025
  #
61013
61026
  # @!attribute [rw] kms_key_id
61014
- # The Amazon Resource Name (ARN) of the Key Management Service (KMS)
61015
- # KMS key that was used to protect the volume encryption key for the
61016
- # parent volume.
61027
+ # The Amazon Resource Name (ARN) of the KMS key that was used to
61028
+ # protect the volume encryption key for the parent volume.
61017
61029
  # @return [String]
61018
61030
  #
61019
61031
  # @!attribute [rw] owner_id
@@ -61040,10 +61052,10 @@ module Aws::EC2
61040
61052
  #
61041
61053
  # @!attribute [rw] state_message
61042
61054
  # Encrypted Amazon EBS snapshots are copied asynchronously. If a
61043
- # snapshot copy operation fails (for example, if the proper Key
61044
- # Management Service (KMS) permissions are not obtained) this field
61045
- # displays error state details to help you diagnose why the error
61046
- # occurred. This parameter is only returned by DescribeSnapshots.
61055
+ # snapshot copy operation fails (for example, if the proper KMS
61056
+ # permissions are not obtained) this field displays error state
61057
+ # details to help you diagnose why the error occurred. This parameter
61058
+ # is only returned by DescribeSnapshots.
61047
61059
  # @return [String]
61048
61060
  #
61049
61061
  # @!attribute [rw] volume_id
@@ -61468,7 +61480,7 @@ module Aws::EC2
61468
61480
  # The Spot Instance replacement strategy to use when Amazon EC2 emits a
61469
61481
  # signal that your Spot Instance is at an elevated risk of being
61470
61482
  # interrupted. For more information, see [Capacity rebalancing][1] in
61471
- # the *Amazon EC2 User Guide for Linux Instances*.
61483
+ # the *Amazon EC2 User Guide*.
61472
61484
  #
61473
61485
  #
61474
61486
  #
@@ -61816,9 +61828,12 @@ module Aws::EC2
61816
61828
  # : Spot Fleet requests instances from all of the Spot Instance pools
61817
61829
  # that you specify.
61818
61830
  #
61819
- # lowestPrice
61831
+ # lowestPrice (not recommended)
61820
61832
  #
61821
- # : Spot Fleet requests instances from the lowest priced Spot Instance
61833
+ # : We don't recommend the `lowestPrice` allocation strategy because
61834
+ # it has the highest risk of interruption for your Spot Instances.
61835
+ #
61836
+ # Spot Fleet requests instances from the lowest priced Spot Instance
61822
61837
  # pool that has available capacity. If the lowest priced pool
61823
61838
  # doesn't have available capacity, the Spot Instances come from the
61824
61839
  # next lowest priced pool that has available capacity. If a pool
@@ -61958,8 +61973,8 @@ module Aws::EC2
61958
61973
  # `onDemandMaxTotalPrice` does not account for surplus credits, and,
61959
61974
  # if you use surplus credits, your final cost might be higher than
61960
61975
  # what you specified for `onDemandMaxTotalPrice`. For more
61961
- # information, see [Surplus credits can incur charges][1] in the *EC2
61962
- # User Guide*.
61976
+ # information, see [Surplus credits can incur charges][1] in the
61977
+ # *Amazon EC2 User Guide*.
61963
61978
  #
61964
61979
  # </note>
61965
61980
  #
@@ -61985,7 +62000,8 @@ module Aws::EC2
61985
62000
  # `spotMaxTotalPrice` does not account for surplus credits, and, if
61986
62001
  # you use surplus credits, your final cost might be higher than what
61987
62002
  # you specified for `spotMaxTotalPrice`. For more information, see
61988
- # [Surplus credits can incur charges][1] in the *EC2 User Guide*.
62003
+ # [Surplus credits can incur charges][1] in the *Amazon EC2 User
62004
+ # Guide*.
61989
62005
  #
61990
62006
  # </note>
61991
62007
  #
@@ -62210,7 +62226,7 @@ module Aws::EC2
62210
62226
  # The state of the Spot Instance request. Spot request status
62211
62227
  # information helps track your Spot Instance requests. For more
62212
62228
  # information, see [Spot request status][1] in the *Amazon EC2 User
62213
- # Guide for Linux Instances*.
62229
+ # Guide*.
62214
62230
  #
62215
62231
  #
62216
62232
  #
@@ -62303,7 +62319,7 @@ module Aws::EC2
62303
62319
  #
62304
62320
  # @!attribute [rw] code
62305
62321
  # The status code. For a list of status codes, see [Spot request
62306
- # status codes][1] in the *Amazon EC2 User Guide for Linux Instances*.
62322
+ # status codes][1] in the *Amazon EC2 User Guide*.
62307
62323
  #
62308
62324
  #
62309
62325
  #
@@ -62336,7 +62352,7 @@ module Aws::EC2
62336
62352
  # The Spot Instance replacement strategy to use when Amazon EC2 emits
62337
62353
  # a signal that your Spot Instance is at an elevated risk of being
62338
62354
  # interrupted. For more information, see [Capacity rebalancing][1] in
62339
- # the *Amazon EC2 User Guide for Linux Instances*.
62355
+ # the *Amazon EC2 User Guide*.
62340
62356
  #
62341
62357
  #
62342
62358
  #
@@ -62466,9 +62482,12 @@ module Aws::EC2
62466
62482
  # : EC2 Fleet requests instances from all of the Spot Instance pools
62467
62483
  # that you specify.
62468
62484
  #
62469
- # lowest-price
62485
+ # lowest-price (not recommended)
62486
+ #
62487
+ # : We don't recommend the `lowest-price` allocation strategy because
62488
+ # it has the highest risk of interruption for your Spot Instances.
62470
62489
  #
62471
- # : EC2 Fleet requests instances from the lowest priced Spot Instance
62490
+ # EC2 Fleet requests instances from the lowest priced Spot Instance
62472
62491
  # pool that has available capacity. If the lowest priced pool
62473
62492
  # doesn't have available capacity, the Spot Instances come from the
62474
62493
  # next lowest priced pool that has available capacity. If a pool
@@ -62531,11 +62550,11 @@ module Aws::EC2
62531
62550
  # @return [Boolean]
62532
62551
  #
62533
62552
  # @!attribute [rw] min_target_capacity
62534
- # The minimum target capacity for Spot Instances in the fleet. If the
62535
- # minimum target capacity is not reached, the fleet launches no
62536
- # instances.
62553
+ # The minimum target capacity for Spot Instances in the fleet. If this
62554
+ # minimum capacity isn't reached, no instances are launched.
62537
62555
  #
62538
- # Supported only for fleets of type `instant`.
62556
+ # Constraints: Maximum value of `1000`. Supported only for fleets of
62557
+ # type `instant`.
62539
62558
  #
62540
62559
  # At least one of the following must be specified:
62541
62560
  # `SingleAvailabilityZone` \| `SingleInstanceType`
@@ -62557,7 +62576,7 @@ module Aws::EC2
62557
62576
  # `maxTotalPrice` does not account for surplus credits, and, if you
62558
62577
  # use surplus credits, your final cost might be higher than what you
62559
62578
  # specified for `maxTotalPrice`. For more information, see [Surplus
62560
- # credits can incur charges][1] in the *EC2 User Guide*.
62579
+ # credits can incur charges][1] in the *Amazon EC2 User Guide*.
62561
62580
  #
62562
62581
  # </note>
62563
62582
  #
@@ -62621,9 +62640,12 @@ module Aws::EC2
62621
62640
  # : EC2 Fleet requests instances from all of the Spot Instance pools
62622
62641
  # that you specify.
62623
62642
  #
62624
- # lowest-price
62643
+ # lowest-price (not recommended)
62644
+ #
62645
+ # : We don't recommend the `lowest-price` allocation strategy because
62646
+ # it has the highest risk of interruption for your Spot Instances.
62625
62647
  #
62626
- # : EC2 Fleet requests instances from the lowest priced Spot Instance
62648
+ # EC2 Fleet requests instances from the lowest priced Spot Instance
62627
62649
  # pool that has available capacity. If the lowest priced pool
62628
62650
  # doesn't have available capacity, the Spot Instances come from the
62629
62651
  # next lowest priced pool that has available capacity. If a pool
@@ -62685,11 +62707,11 @@ module Aws::EC2
62685
62707
  # @return [Boolean]
62686
62708
  #
62687
62709
  # @!attribute [rw] min_target_capacity
62688
- # The minimum target capacity for Spot Instances in the fleet. If the
62689
- # minimum target capacity is not reached, the fleet launches no
62690
- # instances.
62710
+ # The minimum target capacity for Spot Instances in the fleet. If this
62711
+ # minimum capacity isn't reached, no instances are launched.
62691
62712
  #
62692
- # Supported only for fleets of type `instant`.
62713
+ # Constraints: Maximum value of `1000`. Supported only for fleets of
62714
+ # type `instant`.
62693
62715
  #
62694
62716
  # At least one of the following must be specified:
62695
62717
  # `SingleAvailabilityZone` \| `SingleInstanceType`
@@ -62711,7 +62733,7 @@ module Aws::EC2
62711
62733
  # `MaxTotalPrice` does not account for surplus credits, and, if you
62712
62734
  # use surplus credits, your final cost might be higher than what you
62713
62735
  # specified for `MaxTotalPrice`. For more information, see [Surplus
62714
- # credits can incur charges][1] in the *EC2 User Guide*.
62736
+ # credits can incur charges][1] in the *Amazon EC2 User Guide*.
62715
62737
  #
62716
62738
  # </note>
62717
62739
  #
@@ -62992,7 +63014,7 @@ module Aws::EC2
62992
63014
  #
62993
63015
  #
62994
63016
  #
62995
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
63017
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
62996
63018
  # @return [String]
62997
63019
  #
62998
63020
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/StartNetworkInsightsAccessScopeAnalysisRequest AWS API Documentation
@@ -63053,7 +63075,7 @@ module Aws::EC2
63053
63075
  #
63054
63076
  #
63055
63077
  #
63056
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
63078
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
63057
63079
  # @return [String]
63058
63080
  #
63059
63081
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/StartNetworkInsightsAnalysisRequest AWS API Documentation
@@ -64263,6 +64285,10 @@ module Aws::EC2
64263
64285
  # The description of the Traffic Mirror rule.
64264
64286
  # @return [String]
64265
64287
  #
64288
+ # @!attribute [rw] tags
64289
+ # Tags on Traffic Mirroring filter rules.
64290
+ # @return [Array<Types::Tag>]
64291
+ #
64266
64292
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/TrafficMirrorFilterRule AWS API Documentation
64267
64293
  #
64268
64294
  class TrafficMirrorFilterRule < Struct.new(
@@ -64276,7 +64302,8 @@ module Aws::EC2
64276
64302
  :source_port_range,
64277
64303
  :destination_cidr_block,
64278
64304
  :source_cidr_block,
64279
- :description)
64305
+ :description,
64306
+ :tags)
64280
64307
  SENSITIVE = []
64281
64308
  include Aws::Structure
64282
64309
  end
@@ -67546,9 +67573,8 @@ module Aws::EC2
67546
67573
  # @return [Boolean]
67547
67574
  #
67548
67575
  # @!attribute [rw] kms_key_id
67549
- # The Amazon Resource Name (ARN) of the Key Management Service (KMS)
67550
- # KMS key that was used to protect the volume encryption key for the
67551
- # volume.
67576
+ # The Amazon Resource Name (ARN) of the KMS key that was used to
67577
+ # protect the volume encryption key for the volume.
67552
67578
  # @return [String]
67553
67579
  #
67554
67580
  # @!attribute [rw] outpost_arn