aws-sdk-ec2 1.254.0 → 1.259.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.
@@ -993,6 +993,7 @@ module Aws::EC2
993
993
  EnableVpcClassicLinkResult = Shapes::StructureShape.new(name: 'EnableVpcClassicLinkResult')
994
994
  EnclaveOptions = Shapes::StructureShape.new(name: 'EnclaveOptions')
995
995
  EnclaveOptionsRequest = Shapes::StructureShape.new(name: 'EnclaveOptionsRequest')
996
+ EncryptionInTransitSupported = Shapes::BooleanShape.new(name: 'EncryptionInTransitSupported')
996
997
  EndDateType = Shapes::StringShape.new(name: 'EndDateType')
997
998
  EndpointSet = Shapes::ListShape.new(name: 'EndpointSet')
998
999
  EphemeralNvmeSupport = Shapes::StringShape.new(name: 'EphemeralNvmeSupport')
@@ -1291,6 +1292,7 @@ module Aws::EC2
1291
1292
  InstanceMetadataOptionsRequest = Shapes::StructureShape.new(name: 'InstanceMetadataOptionsRequest')
1292
1293
  InstanceMetadataOptionsResponse = Shapes::StructureShape.new(name: 'InstanceMetadataOptionsResponse')
1293
1294
  InstanceMetadataOptionsState = Shapes::StringShape.new(name: 'InstanceMetadataOptionsState')
1295
+ InstanceMetadataProtocolState = Shapes::StringShape.new(name: 'InstanceMetadataProtocolState')
1294
1296
  InstanceMonitoring = Shapes::StructureShape.new(name: 'InstanceMonitoring')
1295
1297
  InstanceMonitoringList = Shapes::ListShape.new(name: 'InstanceMonitoringList')
1296
1298
  InstanceNetworkInterface = Shapes::StructureShape.new(name: 'InstanceNetworkInterface')
@@ -1380,6 +1382,7 @@ module Aws::EC2
1380
1382
  KeyPairInfo = Shapes::StructureShape.new(name: 'KeyPairInfo')
1381
1383
  KeyPairList = Shapes::ListShape.new(name: 'KeyPairList')
1382
1384
  KeyPairName = Shapes::StringShape.new(name: 'KeyPairName')
1385
+ KeyType = Shapes::StringShape.new(name: 'KeyType')
1383
1386
  KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
1384
1387
  LastError = Shapes::StructureShape.new(name: 'LastError')
1385
1388
  LaunchPermission = Shapes::StructureShape.new(name: 'LaunchPermission')
@@ -3545,6 +3548,7 @@ module Aws::EC2
3545
3548
 
3546
3549
  CreateKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "KeyName"))
3547
3550
  CreateKeyPairRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3551
+ CreateKeyPairRequest.add_member(:key_type, Shapes::ShapeRef.new(shape: KeyType, location_name: "KeyType"))
3548
3552
  CreateKeyPairRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3549
3553
  CreateKeyPairRequest.struct_class = Types::CreateKeyPairRequest
3550
3554
 
@@ -7159,6 +7163,7 @@ module Aws::EC2
7159
7163
  ImportImageRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: String, location_name: "RoleName"))
7160
7164
  ImportImageRequest.add_member(:license_specifications, Shapes::ShapeRef.new(shape: ImportImageLicenseSpecificationListRequest, location_name: "LicenseSpecifications"))
7161
7165
  ImportImageRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
7166
+ ImportImageRequest.add_member(:usage_operation, Shapes::ShapeRef.new(shape: String, location_name: "UsageOperation"))
7162
7167
  ImportImageRequest.struct_class = Types::ImportImageRequest
7163
7168
 
7164
7169
  ImportImageResult.add_member(:architecture, Shapes::ShapeRef.new(shape: String, location_name: "architecture"))
@@ -7176,6 +7181,7 @@ module Aws::EC2
7176
7181
  ImportImageResult.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
7177
7182
  ImportImageResult.add_member(:license_specifications, Shapes::ShapeRef.new(shape: ImportImageLicenseSpecificationListResponse, location_name: "licenseSpecifications"))
7178
7183
  ImportImageResult.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
7184
+ ImportImageResult.add_member(:usage_operation, Shapes::ShapeRef.new(shape: String, location_name: "usageOperation"))
7179
7185
  ImportImageResult.struct_class = Types::ImportImageResult
7180
7186
 
7181
7187
  ImportImageTask.add_member(:architecture, Shapes::ShapeRef.new(shape: String, location_name: "architecture"))
@@ -7193,6 +7199,7 @@ module Aws::EC2
7193
7199
  ImportImageTask.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
7194
7200
  ImportImageTask.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
7195
7201
  ImportImageTask.add_member(:license_specifications, Shapes::ShapeRef.new(shape: ImportImageLicenseSpecificationListResponse, location_name: "licenseSpecifications"))
7202
+ ImportImageTask.add_member(:usage_operation, Shapes::ShapeRef.new(shape: String, location_name: "usageOperation"))
7196
7203
  ImportImageTask.struct_class = Types::ImportImageTask
7197
7204
 
7198
7205
  ImportImageTaskList.member = Shapes::ShapeRef.new(shape: ImportImageTask, location_name: "item")
@@ -7506,12 +7513,14 @@ module Aws::EC2
7506
7513
  InstanceMetadataOptionsRequest.add_member(:http_tokens, Shapes::ShapeRef.new(shape: HttpTokensState, location_name: "HttpTokens"))
7507
7514
  InstanceMetadataOptionsRequest.add_member(:http_put_response_hop_limit, Shapes::ShapeRef.new(shape: Integer, location_name: "HttpPutResponseHopLimit"))
7508
7515
  InstanceMetadataOptionsRequest.add_member(:http_endpoint, Shapes::ShapeRef.new(shape: InstanceMetadataEndpointState, location_name: "HttpEndpoint"))
7516
+ InstanceMetadataOptionsRequest.add_member(:http_protocol_ipv_6, Shapes::ShapeRef.new(shape: InstanceMetadataProtocolState, location_name: "HttpProtocolIpv6"))
7509
7517
  InstanceMetadataOptionsRequest.struct_class = Types::InstanceMetadataOptionsRequest
7510
7518
 
7511
7519
  InstanceMetadataOptionsResponse.add_member(:state, Shapes::ShapeRef.new(shape: InstanceMetadataOptionsState, location_name: "state"))
7512
7520
  InstanceMetadataOptionsResponse.add_member(:http_tokens, Shapes::ShapeRef.new(shape: HttpTokensState, location_name: "httpTokens"))
7513
7521
  InstanceMetadataOptionsResponse.add_member(:http_put_response_hop_limit, Shapes::ShapeRef.new(shape: Integer, location_name: "httpPutResponseHopLimit"))
7514
7522
  InstanceMetadataOptionsResponse.add_member(:http_endpoint, Shapes::ShapeRef.new(shape: InstanceMetadataEndpointState, location_name: "httpEndpoint"))
7523
+ InstanceMetadataOptionsResponse.add_member(:http_protocol_ipv_6, Shapes::ShapeRef.new(shape: InstanceMetadataProtocolState, location_name: "httpProtocolIpv6"))
7515
7524
  InstanceMetadataOptionsResponse.struct_class = Types::InstanceMetadataOptionsResponse
7516
7525
 
7517
7526
  InstanceMonitoring.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
@@ -7803,6 +7812,7 @@ module Aws::EC2
7803
7812
  KeyPairInfo.add_member(:key_pair_id, Shapes::ShapeRef.new(shape: String, location_name: "keyPairId"))
7804
7813
  KeyPairInfo.add_member(:key_fingerprint, Shapes::ShapeRef.new(shape: String, location_name: "keyFingerprint"))
7805
7814
  KeyPairInfo.add_member(:key_name, Shapes::ShapeRef.new(shape: String, location_name: "keyName"))
7815
+ KeyPairInfo.add_member(:key_type, Shapes::ShapeRef.new(shape: KeyType, location_name: "keyType"))
7806
7816
  KeyPairInfo.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
7807
7817
  KeyPairInfo.struct_class = Types::KeyPairInfo
7808
7818
 
@@ -8416,6 +8426,7 @@ module Aws::EC2
8416
8426
  ModifyInstanceMetadataOptionsRequest.add_member(:http_put_response_hop_limit, Shapes::ShapeRef.new(shape: Integer, location_name: "HttpPutResponseHopLimit"))
8417
8427
  ModifyInstanceMetadataOptionsRequest.add_member(:http_endpoint, Shapes::ShapeRef.new(shape: InstanceMetadataEndpointState, location_name: "HttpEndpoint"))
8418
8428
  ModifyInstanceMetadataOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8429
+ ModifyInstanceMetadataOptionsRequest.add_member(:http_protocol_ipv_6, Shapes::ShapeRef.new(shape: InstanceMetadataProtocolState, location_name: "HttpProtocolIpv6"))
8419
8430
  ModifyInstanceMetadataOptionsRequest.struct_class = Types::ModifyInstanceMetadataOptionsRequest
8420
8431
 
8421
8432
  ModifyInstanceMetadataOptionsResult.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
@@ -8450,6 +8461,7 @@ module Aws::EC2
8450
8461
  ModifyManagedPrefixListRequest.add_member(:prefix_list_name, Shapes::ShapeRef.new(shape: String, location_name: "PrefixListName"))
8451
8462
  ModifyManagedPrefixListRequest.add_member(:add_entries, Shapes::ShapeRef.new(shape: AddPrefixListEntries, location_name: "AddEntry"))
8452
8463
  ModifyManagedPrefixListRequest.add_member(:remove_entries, Shapes::ShapeRef.new(shape: RemovePrefixListEntries, location_name: "RemoveEntry"))
8464
+ ModifyManagedPrefixListRequest.add_member(:max_entries, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxEntries"))
8453
8465
  ModifyManagedPrefixListRequest.struct_class = Types::ModifyManagedPrefixListRequest
8454
8466
 
8455
8467
  ModifyManagedPrefixListResult.add_member(:prefix_list, Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "prefixList"))
@@ -8837,6 +8849,7 @@ module Aws::EC2
8837
8849
  NetworkInfo.add_member(:ena_support, Shapes::ShapeRef.new(shape: EnaSupport, location_name: "enaSupport"))
8838
8850
  NetworkInfo.add_member(:efa_supported, Shapes::ShapeRef.new(shape: EfaSupportedFlag, location_name: "efaSupported"))
8839
8851
  NetworkInfo.add_member(:efa_info, Shapes::ShapeRef.new(shape: EfaInfo, location_name: "efaInfo"))
8852
+ NetworkInfo.add_member(:encryption_in_transit_supported, Shapes::ShapeRef.new(shape: EncryptionInTransitSupported, location_name: "encryptionInTransitSupported"))
8840
8853
  NetworkInfo.struct_class = Types::NetworkInfo
8841
8854
 
8842
8855
  NetworkInsightsAnalysis.add_member(:network_insights_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisId, location_name: "networkInsightsAnalysisId"))
@@ -14268,6 +14281,12 @@ module Aws::EC2
14268
14281
  o.http_request_uri = "/"
14269
14282
  o.input = Shapes::ShapeRef.new(shape: DescribeTrunkInterfaceAssociationsRequest)
14270
14283
  o.output = Shapes::ShapeRef.new(shape: DescribeTrunkInterfaceAssociationsResult)
14284
+ o[:pager] = Aws::Pager.new(
14285
+ limit_key: "max_results",
14286
+ tokens: {
14287
+ "next_token" => "next_token"
14288
+ }
14289
+ )
14271
14290
  end)
14272
14291
 
14273
14292
  api.add_operation(:describe_volume_attribute, Seahorse::Model::Operation.new.tap do |o|
@@ -41,7 +41,7 @@ module Aws::EC2
41
41
  data[:key_fingerprint]
42
42
  end
43
43
 
44
- # An unencrypted PEM encoded RSA private key.
44
+ # An unencrypted PEM encoded RSA or ED25519 private key.
45
45
  # @return [String]
46
46
  def key_material
47
47
  data[:key_material]
@@ -41,15 +41,39 @@ module Aws::EC2
41
41
  data[:key_pair_id]
42
42
  end
43
43
 
44
- # If you used CreateKeyPair to create the key pair, this is the SHA-1
45
- # digest of the DER encoded private key. If you used ImportKeyPair to
46
- # provide Amazon Web Services the public key, this is the MD5 public key
47
- # fingerprint as specified in section 4 of RFC4716.
44
+ # If you used CreateKeyPair to create the key pair:
45
+ #
46
+ # * For RSA key pairs, the key fingerprint is the SHA-1 digest of the
47
+ # DER encoded private key.
48
+ #
49
+ # * For ED25519 key pairs, the key fingerprint is the base64-encoded
50
+ # SHA-256 digest, which is the default for OpenSSH, starting with
51
+ # [OpenSSH 6.8][1].
52
+ #
53
+ # If you used ImportKeyPair to provide Amazon Web Services the public
54
+ # key:
55
+ #
56
+ # * For RSA key pairs, the key fingerprint is the MD5 public key
57
+ # fingerprint as specified in section 4 of RFC4716.
58
+ #
59
+ # * For ED25519 key pairs, the key fingerprint is the base64-encoded
60
+ # SHA-256 digest, which is the default for OpenSSH, starting with
61
+ # [OpenSSH 6.8][1].
62
+ #
63
+ #
64
+ #
65
+ # [1]: http://www.openssh.com/txt/release-6.8
48
66
  # @return [String]
49
67
  def key_fingerprint
50
68
  data[:key_fingerprint]
51
69
  end
52
70
 
71
+ # The type of key pair.
72
+ # @return [String]
73
+ def key_type
74
+ data[:key_type]
75
+ end
76
+
53
77
  # Any tags applied to the key pair.
54
78
  # @return [Array<Types::Tag>]
55
79
  def tags
@@ -108,15 +108,13 @@ module Aws::EC2
108
108
  data[:private_ip_addresses]
109
109
  end
110
110
 
111
- # The IPv4 Prefix Delegation prefixes that are assigned to the network
112
- # interface.
111
+ # The IPv4 prefixes that are assigned to the network interface.
113
112
  # @return [Array<Types::Ipv4PrefixSpecification>]
114
113
  def ipv_4_prefixes
115
114
  data[:ipv_4_prefixes]
116
115
  end
117
116
 
118
- # The IPv6 Prefix Delegation prefixes that are assigned to the network
119
- # interface.
117
+ # The IPv6 prefixes that are assigned to the network interface.
120
118
  # @return [Array<Types::Ipv6PrefixSpecification>]
121
119
  def ipv_6_prefixes
122
120
  data[:ipv_6_prefixes]
@@ -326,11 +324,10 @@ module Aws::EC2
326
324
  # interface. You can't specify this parameter when also specifying
327
325
  # private IP addresses.
328
326
  # @option options [Array<String>] :ipv_4_prefixes
329
- # One or more IPv4 Prefix Delegation prefixes assigned to the network
330
- # interface. You cannot use this option if you use the `Ipv4PrefixCount`
331
- # option.
327
+ # One or more IPv4 prefixes assigned to the network interface. You
328
+ # cannot use this option if you use the `Ipv4PrefixCount` option.
332
329
  # @option options [Integer] :ipv_4_prefix_count
333
- # The number of IPv4 Prefix Delegation prefixes that AWS automatically
330
+ # The number of IPv4 prefixes that Amazon Web Services automatically
334
331
  # assigns to the network interface. You cannot use this option if you
335
332
  # use the `Ipv4 Prefixes` option.
336
333
  # @return [Types::AssignPrivateIpAddressesResult]
@@ -607,8 +604,7 @@ module Aws::EC2
607
604
  # interface. You can specify this option multiple times to unassign more
608
605
  # than one IP address.
609
606
  # @option options [Array<String>] :ipv_4_prefixes
610
- # The IPv4 Prefix Delegation prefixes to unassign from the network
611
- # interface.
607
+ # The IPv4 prefixes to unassign from the network interface.
612
608
  # @return [EmptyStructure]
613
609
  def unassign_private_ip_addresses(options = {})
614
610
  options = options.merge(network_interface_id: @id)
@@ -493,11 +493,11 @@ module Aws::EC2
493
493
  #
494
494
  # * `subnet-id` - The ID of the subnet for the instance.
495
495
  #
496
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
497
- # the resource. Use the tag key in the filter name and the tag value
498
- # as the filter value. For example, to find all resources that have a
499
- # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
500
- # for the filter name and `TeamA` for the filter value.
496
+ # * `tag:<key>` - The key/value combination of a tag assigned to the
497
+ # resource. Use the tag key in the filter name and the tag value as
498
+ # the filter value. For example, to find all resources that have a tag
499
+ # with the key `Owner` and the value `TeamA`, specify `tag:Owner` for
500
+ # the filter name and `TeamA` for the filter value.
501
501
  #
502
502
  # * `tag-key` - The key of a tag assigned to the resource. Use this
503
503
  # filter to find all resources that have a tag with a specific key,
@@ -99,7 +99,7 @@ module Aws::EC2
99
99
  # },
100
100
  # ],
101
101
  # image_id: "ImageId",
102
- # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, t4g.nano, t4g.micro, t4g.small, t4g.medium, t4g.large, t4g.xlarge, t4g.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5b.large, r5b.xlarge, r5b.2xlarge, r5b.4xlarge, r5b.8xlarge, r5b.12xlarge, r5b.16xlarge, r5b.24xlarge, r5b.metal, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, r6g.metal, r6g.medium, r6g.large, r6g.xlarge, r6g.2xlarge, r6g.4xlarge, r6g.8xlarge, r6g.12xlarge, r6g.16xlarge, r6gd.metal, r6gd.medium, r6gd.large, r6gd.xlarge, r6gd.2xlarge, r6gd.4xlarge, r6gd.8xlarge, r6gd.12xlarge, r6gd.16xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5a.large, c5a.xlarge, c5a.2xlarge, c5a.4xlarge, c5a.8xlarge, c5a.12xlarge, c5a.16xlarge, c5a.24xlarge, c5ad.large, c5ad.xlarge, c5ad.2xlarge, c5ad.4xlarge, c5ad.8xlarge, c5ad.12xlarge, c5ad.16xlarge, c5ad.24xlarge, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, c5n.metal, c6g.metal, c6g.medium, c6g.large, c6g.xlarge, c6g.2xlarge, c6g.4xlarge, c6g.8xlarge, c6g.12xlarge, c6g.16xlarge, c6gd.metal, c6gd.medium, c6gd.large, c6gd.xlarge, c6gd.2xlarge, c6gd.4xlarge, c6gd.8xlarge, c6gd.12xlarge, c6gd.16xlarge, c6gn.medium, c6gn.large, c6gn.xlarge, c6gn.2xlarge, c6gn.4xlarge, c6gn.8xlarge, c6gn.12xlarge, c6gn.16xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4ad.xlarge, g4ad.2xlarge, g4ad.4xlarge, g4ad.8xlarge, g4ad.16xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, g4dn.metal, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, p4d.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, d3.xlarge, d3.2xlarge, d3.4xlarge, d3.8xlarge, d3en.xlarge, d3en.2xlarge, d3en.4xlarge, d3en.6xlarge, d3en.8xlarge, d3en.12xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, m5zn.large, m5zn.xlarge, m5zn.2xlarge, m5zn.3xlarge, m5zn.6xlarge, m5zn.12xlarge, m5zn.metal, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.56xlarge, u-6tb1.112xlarge, u-9tb1.112xlarge, u-12tb1.112xlarge, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5dn.metal, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, m5n.metal, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5dn.metal, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, r5n.metal, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge, m6g.metal, m6g.medium, m6g.large, m6g.xlarge, m6g.2xlarge, m6g.4xlarge, m6g.8xlarge, m6g.12xlarge, m6g.16xlarge, m6gd.metal, m6gd.medium, m6gd.large, m6gd.xlarge, m6gd.2xlarge, m6gd.4xlarge, m6gd.8xlarge, m6gd.12xlarge, m6gd.16xlarge, mac1.metal, x2gd.medium, x2gd.large, x2gd.xlarge, x2gd.2xlarge, x2gd.4xlarge, x2gd.8xlarge, x2gd.12xlarge, x2gd.16xlarge, x2gd.metal
102
+ # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, t4g.nano, t4g.micro, t4g.small, t4g.medium, t4g.large, t4g.xlarge, t4g.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5b.large, r5b.xlarge, r5b.2xlarge, r5b.4xlarge, r5b.8xlarge, r5b.12xlarge, r5b.16xlarge, r5b.24xlarge, r5b.metal, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, r6g.metal, r6g.medium, r6g.large, r6g.xlarge, r6g.2xlarge, r6g.4xlarge, r6g.8xlarge, r6g.12xlarge, r6g.16xlarge, r6gd.metal, r6gd.medium, r6gd.large, r6gd.xlarge, r6gd.2xlarge, r6gd.4xlarge, r6gd.8xlarge, r6gd.12xlarge, r6gd.16xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5a.large, c5a.xlarge, c5a.2xlarge, c5a.4xlarge, c5a.8xlarge, c5a.12xlarge, c5a.16xlarge, c5a.24xlarge, c5ad.large, c5ad.xlarge, c5ad.2xlarge, c5ad.4xlarge, c5ad.8xlarge, c5ad.12xlarge, c5ad.16xlarge, c5ad.24xlarge, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, c5n.metal, c6g.metal, c6g.medium, c6g.large, c6g.xlarge, c6g.2xlarge, c6g.4xlarge, c6g.8xlarge, c6g.12xlarge, c6g.16xlarge, c6gd.metal, c6gd.medium, c6gd.large, c6gd.xlarge, c6gd.2xlarge, c6gd.4xlarge, c6gd.8xlarge, c6gd.12xlarge, c6gd.16xlarge, c6gn.medium, c6gn.large, c6gn.xlarge, c6gn.2xlarge, c6gn.4xlarge, c6gn.8xlarge, c6gn.12xlarge, c6gn.16xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4ad.xlarge, g4ad.2xlarge, g4ad.4xlarge, g4ad.8xlarge, g4ad.16xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, g4dn.metal, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, p4d.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, d3.xlarge, d3.2xlarge, d3.4xlarge, d3.8xlarge, d3en.xlarge, d3en.2xlarge, d3en.4xlarge, d3en.6xlarge, d3en.8xlarge, d3en.12xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, m5zn.large, m5zn.xlarge, m5zn.2xlarge, m5zn.3xlarge, m5zn.6xlarge, m5zn.12xlarge, m5zn.metal, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.56xlarge, u-6tb1.112xlarge, u-9tb1.112xlarge, u-12tb1.112xlarge, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5dn.metal, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, m5n.metal, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5dn.metal, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, r5n.metal, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge, m6g.metal, m6g.medium, m6g.large, m6g.xlarge, m6g.2xlarge, m6g.4xlarge, m6g.8xlarge, m6g.12xlarge, m6g.16xlarge, m6gd.metal, m6gd.medium, m6gd.large, m6gd.xlarge, m6gd.2xlarge, m6gd.4xlarge, m6gd.8xlarge, m6gd.12xlarge, m6gd.16xlarge, m6i.large, m6i.xlarge, m6i.2xlarge, m6i.4xlarge, m6i.8xlarge, m6i.12xlarge, m6i.16xlarge, m6i.24xlarge, m6i.32xlarge, mac1.metal, x2gd.medium, x2gd.large, x2gd.xlarge, x2gd.2xlarge, x2gd.4xlarge, x2gd.8xlarge, x2gd.12xlarge, x2gd.16xlarge, x2gd.metal
103
103
  # ipv_6_address_count: 1,
104
104
  # ipv_6_addresses: [
105
105
  # {
@@ -242,6 +242,7 @@ module Aws::EC2
242
242
  # http_tokens: "optional", # accepts optional, required
243
243
  # http_put_response_hop_limit: 1,
244
244
  # http_endpoint: "disabled", # accepts disabled, enabled
245
+ # http_protocol_ipv_6: "disabled", # accepts disabled, enabled
245
246
  # },
246
247
  # enclave_options: {
247
248
  # enabled: false,
@@ -249,7 +250,14 @@ module Aws::EC2
249
250
  # })
250
251
  # @param [Hash] options ({})
251
252
  # @option options [Array<Types::BlockDeviceMapping>] :block_device_mappings
252
- # The block device mapping entries.
253
+ # The block device mapping, which defines the EBS volumes and instance
254
+ # store volumes to attach to the instance at launch. For more
255
+ # information, see [Block device mappings][1] in the *Amazon EC2 User
256
+ # Guide*.
257
+ #
258
+ #
259
+ #
260
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html
253
261
  # @option options [String] :image_id
254
262
  # The ID of the AMI. An AMI ID is required to launch an instance and
255
263
  # must be specified here or in a launch template.
@@ -285,8 +293,7 @@ module Aws::EC2
285
293
  # The ID of the kernel.
286
294
  #
287
295
  # We recommend that you use PV-GRUB instead of kernels and RAM disks.
288
- # For more information, see [ PV-GRUB][1] in the *Amazon EC2 User
289
- # Guide*.
296
+ # For more information, see [PV-GRUB][1] in the *Amazon EC2 User Guide*.
290
297
  #
291
298
  #
292
299
  #
@@ -342,8 +349,7 @@ module Aws::EC2
342
349
  # kernel ID.
343
350
  #
344
351
  # We recommend that you use PV-GRUB instead of kernels and RAM disks.
345
- # For more information, see [ PV-GRUB][1] in the *Amazon EC2 User
346
- # Guide*.
352
+ # For more information, see [PV-GRUB][1] in the *Amazon EC2 User Guide*.
347
353
  #
348
354
  #
349
355
  #
@@ -597,6 +603,7 @@ module Aws::EC2
597
603
  # keypair = ec2.create_key_pair({
598
604
  # key_name: "String", # required
599
605
  # dry_run: false,
606
+ # key_type: "rsa", # accepts rsa, ed25519
600
607
  # tag_specifications: [
601
608
  # {
602
609
  # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
@@ -619,6 +626,11 @@ module Aws::EC2
619
626
  # without actually making the request, and provides an error response.
620
627
  # If you have the required permissions, the error response is
621
628
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
629
+ # @option options [String] :key_type
630
+ # The type of key pair. Note that ED25519 keys are not supported for
631
+ # Windows instances, EC2 Instance Connect, and EC2 Serial Console.
632
+ #
633
+ # Default: `rsa`
622
634
  # @option options [Array<Types::TagSpecification>] :tag_specifications
623
635
  # The tags to apply to the new key pair.
624
636
  # @return [KeyPair]
@@ -818,19 +830,17 @@ module Aws::EC2
818
830
  #
819
831
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI
820
832
  # @option options [Array<Types::Ipv4PrefixSpecificationRequest>] :ipv_4_prefixes
821
- # One or moreIPv4 Prefix Delegation prefixes assigned to the network
822
- # interface. You cannot use this option if you use the `Ipv4PrefixCount`
823
- # option.
833
+ # One or more IPv4 prefixes assigned to the network interface. You
834
+ # cannot use this option if you use the `Ipv4PrefixCount` option.
824
835
  # @option options [Integer] :ipv_4_prefix_count
825
- # The number of IPv4 Prefix Delegation prefixes that AWS automatically
836
+ # The number of IPv4 prefixes that Amazon Web Services automatically
826
837
  # assigns to the network interface. You cannot use this option if you
827
838
  # use the `Ipv4 Prefixes` option.
828
839
  # @option options [Array<Types::Ipv6PrefixSpecificationRequest>] :ipv_6_prefixes
829
- # One or moreIPv6 Prefix Delegation prefixes assigned to the network
830
- # interface. You cannot use this option if you use the `Ipv6PrefixCount`
831
- # option.
840
+ # One or more IPv6 prefixes assigned to the network interface. You
841
+ # cannot use this option if you use the `Ipv6PrefixCount` option.
832
842
  # @option options [Integer] :ipv_6_prefix_count
833
- # The number of IPv6 Prefix Delegation prefixes that AWS automatically
843
+ # The number of IPv6 prefixes that Amazon Web Services automatically
834
844
  # assigns to the network interface. You cannot use this option if you
835
845
  # use the `Ipv6Prefixes` option.
836
846
  # @option options [String] :interface_type
@@ -2305,11 +2315,11 @@ module Aws::EC2
2305
2315
  #
2306
2316
  # * `subnet-id` - The ID of the subnet for the instance.
2307
2317
  #
2308
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
2309
- # the resource. Use the tag key in the filter name and the tag value
2310
- # as the filter value. For example, to find all resources that have a
2311
- # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
2312
- # for the filter name and `TeamA` for the filter value.
2318
+ # * `tag:<key>` - The key/value combination of a tag assigned to the
2319
+ # resource. Use the tag key in the filter name and the tag value as
2320
+ # the filter value. For example, to find all resources that have a tag
2321
+ # with the key `Owner` and the value `TeamA`, specify `tag:Owner` for
2322
+ # the filter name and `TeamA` for the filter value.
2313
2323
  #
2314
2324
  # * `tag-key` - The key of a tag assigned to the resource. Use this
2315
2325
  # filter to find all resources that have a tag with a specific key,
@@ -2860,11 +2870,11 @@ module Aws::EC2
2860
2870
  # * `strategy` - The strategy of the placement group (`cluster` \|
2861
2871
  # `spread` \| `partition`).
2862
2872
  #
2863
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
2864
- # the resource. Use the tag key in the filter name and the tag value
2865
- # as the filter value. For example, to find all resources that have a
2866
- # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
2867
- # for the filter name and `TeamA` for the filter value.
2873
+ # * `tag:<key>` - The key/value combination of a tag assigned to the
2874
+ # resource. Use the tag key in the filter name and the tag value as
2875
+ # the filter value. For example, to find all resources that have a tag
2876
+ # with the key `Owner` and the value `TeamA`, specify `tag:Owner` for
2877
+ # the filter name and `TeamA` for the filter value.
2868
2878
  #
2869
2879
  # * `tag-key` - The key of a tag assigned to the resource. Use this
2870
2880
  # filter to find all resources that have a tag with a specific key,
@@ -294,7 +294,7 @@ module Aws::EC2
294
294
  # },
295
295
  # ],
296
296
  # image_id: "ImageId",
297
- # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, t4g.nano, t4g.micro, t4g.small, t4g.medium, t4g.large, t4g.xlarge, t4g.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5b.large, r5b.xlarge, r5b.2xlarge, r5b.4xlarge, r5b.8xlarge, r5b.12xlarge, r5b.16xlarge, r5b.24xlarge, r5b.metal, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, r6g.metal, r6g.medium, r6g.large, r6g.xlarge, r6g.2xlarge, r6g.4xlarge, r6g.8xlarge, r6g.12xlarge, r6g.16xlarge, r6gd.metal, r6gd.medium, r6gd.large, r6gd.xlarge, r6gd.2xlarge, r6gd.4xlarge, r6gd.8xlarge, r6gd.12xlarge, r6gd.16xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5a.large, c5a.xlarge, c5a.2xlarge, c5a.4xlarge, c5a.8xlarge, c5a.12xlarge, c5a.16xlarge, c5a.24xlarge, c5ad.large, c5ad.xlarge, c5ad.2xlarge, c5ad.4xlarge, c5ad.8xlarge, c5ad.12xlarge, c5ad.16xlarge, c5ad.24xlarge, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, c5n.metal, c6g.metal, c6g.medium, c6g.large, c6g.xlarge, c6g.2xlarge, c6g.4xlarge, c6g.8xlarge, c6g.12xlarge, c6g.16xlarge, c6gd.metal, c6gd.medium, c6gd.large, c6gd.xlarge, c6gd.2xlarge, c6gd.4xlarge, c6gd.8xlarge, c6gd.12xlarge, c6gd.16xlarge, c6gn.medium, c6gn.large, c6gn.xlarge, c6gn.2xlarge, c6gn.4xlarge, c6gn.8xlarge, c6gn.12xlarge, c6gn.16xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4ad.xlarge, g4ad.2xlarge, g4ad.4xlarge, g4ad.8xlarge, g4ad.16xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, g4dn.metal, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, p4d.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, d3.xlarge, d3.2xlarge, d3.4xlarge, d3.8xlarge, d3en.xlarge, d3en.2xlarge, d3en.4xlarge, d3en.6xlarge, d3en.8xlarge, d3en.12xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, m5zn.large, m5zn.xlarge, m5zn.2xlarge, m5zn.3xlarge, m5zn.6xlarge, m5zn.12xlarge, m5zn.metal, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.56xlarge, u-6tb1.112xlarge, u-9tb1.112xlarge, u-12tb1.112xlarge, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5dn.metal, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, m5n.metal, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5dn.metal, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, r5n.metal, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge, m6g.metal, m6g.medium, m6g.large, m6g.xlarge, m6g.2xlarge, m6g.4xlarge, m6g.8xlarge, m6g.12xlarge, m6g.16xlarge, m6gd.metal, m6gd.medium, m6gd.large, m6gd.xlarge, m6gd.2xlarge, m6gd.4xlarge, m6gd.8xlarge, m6gd.12xlarge, m6gd.16xlarge, mac1.metal, x2gd.medium, x2gd.large, x2gd.xlarge, x2gd.2xlarge, x2gd.4xlarge, x2gd.8xlarge, x2gd.12xlarge, x2gd.16xlarge, x2gd.metal
297
+ # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, t4g.nano, t4g.micro, t4g.small, t4g.medium, t4g.large, t4g.xlarge, t4g.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5b.large, r5b.xlarge, r5b.2xlarge, r5b.4xlarge, r5b.8xlarge, r5b.12xlarge, r5b.16xlarge, r5b.24xlarge, r5b.metal, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, r6g.metal, r6g.medium, r6g.large, r6g.xlarge, r6g.2xlarge, r6g.4xlarge, r6g.8xlarge, r6g.12xlarge, r6g.16xlarge, r6gd.metal, r6gd.medium, r6gd.large, r6gd.xlarge, r6gd.2xlarge, r6gd.4xlarge, r6gd.8xlarge, r6gd.12xlarge, r6gd.16xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5a.large, c5a.xlarge, c5a.2xlarge, c5a.4xlarge, c5a.8xlarge, c5a.12xlarge, c5a.16xlarge, c5a.24xlarge, c5ad.large, c5ad.xlarge, c5ad.2xlarge, c5ad.4xlarge, c5ad.8xlarge, c5ad.12xlarge, c5ad.16xlarge, c5ad.24xlarge, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, c5n.metal, c6g.metal, c6g.medium, c6g.large, c6g.xlarge, c6g.2xlarge, c6g.4xlarge, c6g.8xlarge, c6g.12xlarge, c6g.16xlarge, c6gd.metal, c6gd.medium, c6gd.large, c6gd.xlarge, c6gd.2xlarge, c6gd.4xlarge, c6gd.8xlarge, c6gd.12xlarge, c6gd.16xlarge, c6gn.medium, c6gn.large, c6gn.xlarge, c6gn.2xlarge, c6gn.4xlarge, c6gn.8xlarge, c6gn.12xlarge, c6gn.16xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4ad.xlarge, g4ad.2xlarge, g4ad.4xlarge, g4ad.8xlarge, g4ad.16xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, g4dn.metal, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, p4d.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, d3.xlarge, d3.2xlarge, d3.4xlarge, d3.8xlarge, d3en.xlarge, d3en.2xlarge, d3en.4xlarge, d3en.6xlarge, d3en.8xlarge, d3en.12xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, m5zn.large, m5zn.xlarge, m5zn.2xlarge, m5zn.3xlarge, m5zn.6xlarge, m5zn.12xlarge, m5zn.metal, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.56xlarge, u-6tb1.112xlarge, u-9tb1.112xlarge, u-12tb1.112xlarge, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5dn.metal, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, m5n.metal, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5dn.metal, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, r5n.metal, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge, m6g.metal, m6g.medium, m6g.large, m6g.xlarge, m6g.2xlarge, m6g.4xlarge, m6g.8xlarge, m6g.12xlarge, m6g.16xlarge, m6gd.metal, m6gd.medium, m6gd.large, m6gd.xlarge, m6gd.2xlarge, m6gd.4xlarge, m6gd.8xlarge, m6gd.12xlarge, m6gd.16xlarge, m6i.large, m6i.xlarge, m6i.2xlarge, m6i.4xlarge, m6i.8xlarge, m6i.12xlarge, m6i.16xlarge, m6i.24xlarge, m6i.32xlarge, mac1.metal, x2gd.medium, x2gd.large, x2gd.xlarge, x2gd.2xlarge, x2gd.4xlarge, x2gd.8xlarge, x2gd.12xlarge, x2gd.16xlarge, x2gd.metal
298
298
  # ipv_6_address_count: 1,
299
299
  # ipv_6_addresses: [
300
300
  # {
@@ -436,6 +436,7 @@ module Aws::EC2
436
436
  # http_tokens: "optional", # accepts optional, required
437
437
  # http_put_response_hop_limit: 1,
438
438
  # http_endpoint: "disabled", # accepts disabled, enabled
439
+ # http_protocol_ipv_6: "disabled", # accepts disabled, enabled
439
440
  # },
440
441
  # enclave_options: {
441
442
  # enabled: false,
@@ -443,7 +444,14 @@ module Aws::EC2
443
444
  # })
444
445
  # @param [Hash] options ({})
445
446
  # @option options [Array<Types::BlockDeviceMapping>] :block_device_mappings
446
- # The block device mapping entries.
447
+ # The block device mapping, which defines the EBS volumes and instance
448
+ # store volumes to attach to the instance at launch. For more
449
+ # information, see [Block device mappings][1] in the *Amazon EC2 User
450
+ # Guide*.
451
+ #
452
+ #
453
+ #
454
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html
447
455
  # @option options [String] :image_id
448
456
  # The ID of the AMI. An AMI ID is required to launch an instance and
449
457
  # must be specified here or in a launch template.
@@ -479,8 +487,7 @@ module Aws::EC2
479
487
  # The ID of the kernel.
480
488
  #
481
489
  # We recommend that you use PV-GRUB instead of kernels and RAM disks.
482
- # For more information, see [ PV-GRUB][1] in the *Amazon EC2 User
483
- # Guide*.
490
+ # For more information, see [PV-GRUB][1] in the *Amazon EC2 User Guide*.
484
491
  #
485
492
  #
486
493
  #
@@ -536,8 +543,7 @@ module Aws::EC2
536
543
  # kernel ID.
537
544
  #
538
545
  # We recommend that you use PV-GRUB instead of kernels and RAM disks.
539
- # For more information, see [ PV-GRUB][1] in the *Amazon EC2 User
540
- # Guide*.
546
+ # For more information, see [PV-GRUB][1] in the *Amazon EC2 User Guide*.
541
547
  #
542
548
  #
543
549
  #
@@ -838,19 +844,17 @@ module Aws::EC2
838
844
  #
839
845
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI
840
846
  # @option options [Array<Types::Ipv4PrefixSpecificationRequest>] :ipv_4_prefixes
841
- # One or moreIPv4 Prefix Delegation prefixes assigned to the network
842
- # interface. You cannot use this option if you use the `Ipv4PrefixCount`
843
- # option.
847
+ # One or more IPv4 prefixes assigned to the network interface. You
848
+ # cannot use this option if you use the `Ipv4PrefixCount` option.
844
849
  # @option options [Integer] :ipv_4_prefix_count
845
- # The number of IPv4 Prefix Delegation prefixes that AWS automatically
850
+ # The number of IPv4 prefixes that Amazon Web Services automatically
846
851
  # assigns to the network interface. You cannot use this option if you
847
852
  # use the `Ipv4 Prefixes` option.
848
853
  # @option options [Array<Types::Ipv6PrefixSpecificationRequest>] :ipv_6_prefixes
849
- # One or moreIPv6 Prefix Delegation prefixes assigned to the network
850
- # interface. You cannot use this option if you use the `Ipv6PrefixCount`
851
- # option.
854
+ # One or more IPv6 prefixes assigned to the network interface. You
855
+ # cannot use this option if you use the `Ipv6PrefixCount` option.
852
856
  # @option options [Integer] :ipv_6_prefix_count
853
- # The number of IPv6 Prefix Delegation prefixes that AWS automatically
857
+ # The number of IPv6 prefixes that Amazon Web Services automatically
854
858
  # assigns to the network interface. You cannot use this option if you
855
859
  # use the `Ipv6Prefixes` option.
856
860
  # @option options [String] :interface_type
@@ -1259,11 +1263,11 @@ module Aws::EC2
1259
1263
  #
1260
1264
  # * `subnet-id` - The ID of the subnet for the instance.
1261
1265
  #
1262
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
1263
- # the resource. Use the tag key in the filter name and the tag value
1264
- # as the filter value. For example, to find all resources that have a
1265
- # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
1266
- # for the filter name and `TeamA` for the filter value.
1266
+ # * `tag:<key>` - The key/value combination of a tag assigned to the
1267
+ # resource. Use the tag key in the filter name and the tag value as
1268
+ # the filter value. For example, to find all resources that have a tag
1269
+ # with the key `Owner` and the value `TeamA`, specify `tag:Owner` for
1270
+ # the filter name and `TeamA` for the filter value.
1267
1271
  #
1268
1272
  # * `tag-key` - The key of a tag assigned to the resource. Use this
1269
1273
  # filter to find all resources that have a tag with a specific key,