aws-sdk-ec2 1.128.0 → 1.129.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -353,6 +353,7 @@ module Aws::EC2
353
353
  DatafeedSubscriptionState = Shapes::StringShape.new(name: 'DatafeedSubscriptionState')
354
354
  DateTime = Shapes::TimestampShape.new(name: 'DateTime')
355
355
  DedicatedHostFlag = Shapes::BooleanShape.new(name: 'DedicatedHostFlag')
356
+ DedicatedHostId = Shapes::StringShape.new(name: 'DedicatedHostId')
356
357
  DefaultRouteTableAssociationValue = Shapes::StringShape.new(name: 'DefaultRouteTableAssociationValue')
357
358
  DefaultRouteTablePropagationValue = Shapes::StringShape.new(name: 'DefaultRouteTablePropagationValue')
358
359
  DefaultTargetCapacityType = Shapes::StringShape.new(name: 'DefaultTargetCapacityType')
@@ -956,7 +957,6 @@ module Aws::EC2
956
957
  HistoryRecordSet = Shapes::ListShape.new(name: 'HistoryRecordSet')
957
958
  HistoryRecords = Shapes::ListShape.new(name: 'HistoryRecords')
958
959
  Host = Shapes::StructureShape.new(name: 'Host')
959
- HostId = Shapes::StringShape.new(name: 'HostId')
960
960
  HostInstance = Shapes::StructureShape.new(name: 'HostInstance')
961
961
  HostInstanceList = Shapes::ListShape.new(name: 'HostInstanceList')
962
962
  HostList = Shapes::ListShape.new(name: 'HostList')
@@ -1116,6 +1116,7 @@ module Aws::EC2
1116
1116
  Ipv6SupportValue = Shapes::StringShape.new(name: 'Ipv6SupportValue')
1117
1117
  KeyNameStringList = Shapes::ListShape.new(name: 'KeyNameStringList')
1118
1118
  KeyPair = Shapes::StructureShape.new(name: 'KeyPair')
1119
+ KeyPairIdStringList = Shapes::ListShape.new(name: 'KeyPairIdStringList')
1119
1120
  KeyPairInfo = Shapes::StructureShape.new(name: 'KeyPairInfo')
1120
1121
  KeyPairList = Shapes::ListShape.new(name: 'KeyPairList')
1121
1122
  KeyPairName = Shapes::StringShape.new(name: 'KeyPairName')
@@ -1387,6 +1388,7 @@ module Aws::EC2
1387
1388
  Phase2IntegrityAlgorithmsRequestListValue = Shapes::StructureShape.new(name: 'Phase2IntegrityAlgorithmsRequestListValue')
1388
1389
  Placement = Shapes::StructureShape.new(name: 'Placement')
1389
1390
  PlacementGroup = Shapes::StructureShape.new(name: 'PlacementGroup')
1391
+ PlacementGroupIdStringList = Shapes::ListShape.new(name: 'PlacementGroupIdStringList')
1390
1392
  PlacementGroupInfo = Shapes::StructureShape.new(name: 'PlacementGroupInfo')
1391
1393
  PlacementGroupList = Shapes::ListShape.new(name: 'PlacementGroupList')
1392
1394
  PlacementGroupName = Shapes::StringShape.new(name: 'PlacementGroupName')
@@ -3355,7 +3357,7 @@ module Aws::EC2
3355
3357
  DeleteInternetGatewayRequest.add_member(:internet_gateway_id, Shapes::ShapeRef.new(shape: InternetGatewayId, required: true, location_name: "internetGatewayId"))
3356
3358
  DeleteInternetGatewayRequest.struct_class = Types::DeleteInternetGatewayRequest
3357
3359
 
3358
- DeleteKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "KeyName"))
3360
+ DeleteKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: KeyPairName, required: true, location_name: "KeyName"))
3359
3361
  DeleteKeyPairRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3360
3362
  DeleteKeyPairRequest.struct_class = Types::DeleteKeyPairRequest
3361
3363
 
@@ -3833,6 +3835,7 @@ module Aws::EC2
3833
3835
  DescribeExportImageTasksResult.struct_class = Types::DescribeExportImageTasksResult
3834
3836
 
3835
3837
  DescribeExportTasksRequest.add_member(:export_task_ids, Shapes::ShapeRef.new(shape: ExportTaskIdStringList, location_name: "exportTaskId"))
3838
+ DescribeExportTasksRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
3836
3839
  DescribeExportTasksRequest.struct_class = Types::DescribeExportTasksRequest
3837
3840
 
3838
3841
  DescribeExportTasksResult.add_member(:export_tasks, Shapes::ShapeRef.new(shape: ExportTaskList, location_name: "exportTaskSet"))
@@ -4115,6 +4118,7 @@ module Aws::EC2
4115
4118
 
4116
4119
  DescribeKeyPairsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4117
4120
  DescribeKeyPairsRequest.add_member(:key_names, Shapes::ShapeRef.new(shape: KeyNameStringList, location_name: "KeyName"))
4121
+ DescribeKeyPairsRequest.add_member(:key_pair_ids, Shapes::ShapeRef.new(shape: KeyPairIdStringList, location_name: "KeyPairId"))
4118
4122
  DescribeKeyPairsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4119
4123
  DescribeKeyPairsRequest.struct_class = Types::DescribeKeyPairsRequest
4120
4124
 
@@ -4282,6 +4286,7 @@ module Aws::EC2
4282
4286
  DescribePlacementGroupsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4283
4287
  DescribePlacementGroupsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4284
4288
  DescribePlacementGroupsRequest.add_member(:group_names, Shapes::ShapeRef.new(shape: PlacementGroupStringList, location_name: "groupName"))
4289
+ DescribePlacementGroupsRequest.add_member(:group_ids, Shapes::ShapeRef.new(shape: PlacementGroupIdStringList, location_name: "GroupId"))
4285
4290
  DescribePlacementGroupsRequest.struct_class = Types::DescribePlacementGroupsRequest
4286
4291
 
4287
4292
  DescribePlacementGroupsResult.add_member(:placement_groups, Shapes::ShapeRef.new(shape: PlacementGroupList, location_name: "placementGroupSet"))
@@ -5264,6 +5269,7 @@ module Aws::EC2
5264
5269
  ExportTask.add_member(:instance_export_details, Shapes::ShapeRef.new(shape: InstanceExportDetails, location_name: "instanceExport"))
5265
5270
  ExportTask.add_member(:state, Shapes::ShapeRef.new(shape: ExportTaskState, location_name: "state"))
5266
5271
  ExportTask.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
5272
+ ExportTask.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
5267
5273
  ExportTask.struct_class = Types::ExportTask
5268
5274
 
5269
5275
  ExportTaskIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "ExportTaskId")
@@ -5860,6 +5866,7 @@ module Aws::EC2
5860
5866
  ImportImageTask.add_member(:snapshot_details, Shapes::ShapeRef.new(shape: SnapshotDetailList, location_name: "snapshotDetailSet"))
5861
5867
  ImportImageTask.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
5862
5868
  ImportImageTask.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
5869
+ ImportImageTask.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
5863
5870
  ImportImageTask.add_member(:license_specifications, Shapes::ShapeRef.new(shape: ImportImageLicenseSpecificationListResponse, location_name: "licenseSpecifications"))
5864
5871
  ImportImageTask.struct_class = Types::ImportImageTask
5865
5872
 
@@ -5906,7 +5913,7 @@ module Aws::EC2
5906
5913
  ImportInstanceVolumeDetailSet.member = Shapes::ShapeRef.new(shape: ImportInstanceVolumeDetailItem, location_name: "item")
5907
5914
 
5908
5915
  ImportKeyPairRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
5909
- ImportKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "keyName"))
5916
+ ImportKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: KeyPairName, required: true, location_name: "keyName"))
5910
5917
  ImportKeyPairRequest.add_member(:public_key_material, Shapes::ShapeRef.new(shape: Blob, required: true, location_name: "publicKeyMaterial"))
5911
5918
  ImportKeyPairRequest.struct_class = Types::ImportKeyPairRequest
5912
5919
 
@@ -5932,6 +5939,7 @@ module Aws::EC2
5932
5939
  ImportSnapshotTask.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
5933
5940
  ImportSnapshotTask.add_member(:import_task_id, Shapes::ShapeRef.new(shape: String, location_name: "importTaskId"))
5934
5941
  ImportSnapshotTask.add_member(:snapshot_task_detail, Shapes::ShapeRef.new(shape: SnapshotTaskDetail, location_name: "snapshotTaskDetail"))
5942
+ ImportSnapshotTask.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
5935
5943
  ImportSnapshotTask.struct_class = Types::ImportSnapshotTask
5936
5944
 
5937
5945
  ImportSnapshotTaskList.member = Shapes::ShapeRef.new(shape: ImportSnapshotTask, location_name: "item")
@@ -6315,10 +6323,15 @@ module Aws::EC2
6315
6323
  KeyPair.add_member(:key_fingerprint, Shapes::ShapeRef.new(shape: String, location_name: "keyFingerprint"))
6316
6324
  KeyPair.add_member(:key_material, Shapes::ShapeRef.new(shape: SensitiveUserData, location_name: "keyMaterial"))
6317
6325
  KeyPair.add_member(:key_name, Shapes::ShapeRef.new(shape: String, location_name: "keyName"))
6326
+ KeyPair.add_member(:key_pair_id, Shapes::ShapeRef.new(shape: String, location_name: "keyPairId"))
6318
6327
  KeyPair.struct_class = Types::KeyPair
6319
6328
 
6329
+ KeyPairIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "KeyPairId")
6330
+
6331
+ KeyPairInfo.add_member(:key_pair_id, Shapes::ShapeRef.new(shape: String, location_name: "keyPairId"))
6320
6332
  KeyPairInfo.add_member(:key_fingerprint, Shapes::ShapeRef.new(shape: String, location_name: "keyFingerprint"))
6321
6333
  KeyPairInfo.add_member(:key_name, Shapes::ShapeRef.new(shape: String, location_name: "keyName"))
6334
+ KeyPairInfo.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
6322
6335
  KeyPairInfo.struct_class = Types::KeyPairInfo
6323
6336
 
6324
6337
  KeyPairList.member = Shapes::ShapeRef.new(shape: KeyPairInfo, location_name: "item")
@@ -6836,7 +6849,7 @@ module Aws::EC2
6836
6849
 
6837
6850
  ModifyInstancePlacementRequest.add_member(:affinity, Shapes::ShapeRef.new(shape: Affinity, location_name: "affinity"))
6838
6851
  ModifyInstancePlacementRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: PlacementGroupName, location_name: "GroupName"))
6839
- ModifyInstancePlacementRequest.add_member(:host_id, Shapes::ShapeRef.new(shape: HostId, location_name: "hostId"))
6852
+ ModifyInstancePlacementRequest.add_member(:host_id, Shapes::ShapeRef.new(shape: DedicatedHostId, location_name: "hostId"))
6840
6853
  ModifyInstancePlacementRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
6841
6854
  ModifyInstancePlacementRequest.add_member(:tenancy, Shapes::ShapeRef.new(shape: HostTenancy, location_name: "tenancy"))
6842
6855
  ModifyInstancePlacementRequest.add_member(:partition_number, Shapes::ShapeRef.new(shape: Integer, location_name: "PartitionNumber"))
@@ -7363,8 +7376,12 @@ module Aws::EC2
7363
7376
  PlacementGroup.add_member(:state, Shapes::ShapeRef.new(shape: PlacementGroupState, location_name: "state"))
7364
7377
  PlacementGroup.add_member(:strategy, Shapes::ShapeRef.new(shape: PlacementStrategy, location_name: "strategy"))
7365
7378
  PlacementGroup.add_member(:partition_count, Shapes::ShapeRef.new(shape: Integer, location_name: "partitionCount"))
7379
+ PlacementGroup.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
7380
+ PlacementGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
7366
7381
  PlacementGroup.struct_class = Types::PlacementGroup
7367
7382
 
7383
+ PlacementGroupIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "GroupId")
7384
+
7368
7385
  PlacementGroupInfo.add_member(:supported_strategies, Shapes::ShapeRef.new(shape: PlacementGroupStrategyList, location_name: "supportedStrategies"))
7369
7386
  PlacementGroupInfo.struct_class = Types::PlacementGroupInfo
7370
7387
 
@@ -7710,7 +7727,7 @@ module Aws::EC2
7710
7727
 
7711
7728
  RequestHostIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
7712
7729
 
7713
- RequestHostIdSet.member = Shapes::ShapeRef.new(shape: HostId, location_name: "item")
7730
+ RequestHostIdSet.member = Shapes::ShapeRef.new(shape: DedicatedHostId, location_name: "item")
7714
7731
 
7715
7732
  RequestInstanceTypeList.member = Shapes::ShapeRef.new(shape: InstanceType)
7716
7733
 
@@ -1436,6 +1436,9 @@ module Aws::EC2
1436
1436
  # * `instance-id` - The ID of the instance the address is associated
1437
1437
  # with, if any.
1438
1438
  #
1439
+ # * `network-border-group` - The location from where the IP address is
1440
+ # advertised.
1441
+ #
1439
1442
  # * `network-interface-id` - \[EC2-VPC\] The ID of the network interface
1440
1443
  # that the address is associated with, if any.
1441
1444
  #
@@ -44,6 +44,12 @@ module Aws::EC2
44
44
  data[:key_material]
45
45
  end
46
46
 
47
+ # The ID of the key pair.
48
+ # @return [String]
49
+ def key_pair_id
50
+ data[:key_pair_id]
51
+ end
52
+
47
53
  # @!endgroup
48
54
 
49
55
  # @return [Client]
@@ -32,6 +32,12 @@ module Aws::EC2
32
32
  end
33
33
  alias :key_name :name
34
34
 
35
+ # The ID of the key pair.
36
+ # @return [String]
37
+ def key_pair_id
38
+ data[:key_pair_id]
39
+ end
40
+
35
41
  # If you used CreateKeyPair to create the key pair, this is the SHA-1
36
42
  # digest of the DER encoded private key. If you used ImportKeyPair to
37
43
  # provide AWS the public key, this is the MD5 public key fingerprint as
@@ -41,6 +47,12 @@ module Aws::EC2
41
47
  data[:key_fingerprint]
42
48
  end
43
49
 
50
+ # Any tags applied to the key pair.
51
+ # @return [Array<Types::Tag>]
52
+ def tags
53
+ data[:tags]
54
+ end
55
+
44
56
  # @!endgroup
45
57
 
46
58
  # @return [Client]
@@ -51,6 +51,18 @@ module Aws::EC2
51
51
  data[:partition_count]
52
52
  end
53
53
 
54
+ # The ID of the placement group.
55
+ # @return [String]
56
+ def group_id
57
+ data[:group_id]
58
+ end
59
+
60
+ # Any tags applied to the placement group.
61
+ # @return [Array<Types::Tag>]
62
+ def tags
63
+ data[:tags]
64
+ end
65
+
54
66
  # @!endgroup
55
67
 
56
68
  # @return [Client]
@@ -149,7 +149,7 @@ module Aws::EC2
149
149
  # ],
150
150
  # tag_specifications: [
151
151
  # {
152
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
152
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
153
153
  # tags: [
154
154
  # {
155
155
  # key: "String",
@@ -789,7 +789,7 @@ module Aws::EC2
789
789
  # volume_id: "VolumeId", # required
790
790
  # tag_specifications: [
791
791
  # {
792
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
792
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
793
793
  # tags: [
794
794
  # {
795
795
  # key: "String",
@@ -923,7 +923,7 @@ module Aws::EC2
923
923
  # dry_run: false,
924
924
  # tag_specifications: [
925
925
  # {
926
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
926
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
927
927
  # tags: [
928
928
  # {
929
929
  # key: "String",
@@ -1147,7 +1147,7 @@ module Aws::EC2
1147
1147
  #
1148
1148
  # keypairinfo = ec2.import_key_pair({
1149
1149
  # dry_run: false,
1150
- # key_name: "String", # required
1150
+ # key_name: "KeyPairName", # required
1151
1151
  # public_key_material: "data", # required
1152
1152
  # })
1153
1153
  # @param [Hash] options ({})
@@ -1299,6 +1299,9 @@ module Aws::EC2
1299
1299
  # * `instance-id` - The ID of the instance the address is associated
1300
1300
  # with, if any.
1301
1301
  #
1302
+ # * `network-border-group` - The location from where the IP address is
1303
+ # advertised.
1304
+ #
1302
1305
  # * `network-interface-id` - \[EC2-VPC\] The ID of the network interface
1303
1306
  # that the address is associated with, if any.
1304
1307
  #
@@ -1988,6 +1991,7 @@ module Aws::EC2
1988
1991
  # },
1989
1992
  # ],
1990
1993
  # key_names: ["String"],
1994
+ # key_pair_ids: ["String"],
1991
1995
  # dry_run: false,
1992
1996
  # })
1993
1997
  # @param [Hash] options ({})
@@ -2001,6 +2005,8 @@ module Aws::EC2
2001
2005
  # The key pair names.
2002
2006
  #
2003
2007
  # Default: Describes all your key pairs.
2008
+ # @option options [Array<String>] :key_pair_ids
2009
+ # The IDs of the key pairs.
2004
2010
  # @option options [Boolean] :dry_run
2005
2011
  # Checks whether you have the required permissions for the action,
2006
2012
  # without actually making the request, and provides an error response.
@@ -2371,6 +2377,7 @@ module Aws::EC2
2371
2377
  # ],
2372
2378
  # dry_run: false,
2373
2379
  # group_names: ["String"],
2380
+ # group_ids: ["String"],
2374
2381
  # })
2375
2382
  # @param [Hash] options ({})
2376
2383
  # @option options [Array<Types::Filter>] :filters
@@ -2393,6 +2400,8 @@ module Aws::EC2
2393
2400
  #
2394
2401
  # Default: Describes all your placement groups, or only those otherwise
2395
2402
  # specified.
2403
+ # @option options [Array<String>] :group_ids
2404
+ # The IDs of the placement groups.
2396
2405
  # @return [PlacementGroup::Collection]
2397
2406
  def placement_groups(options = {})
2398
2407
  batches = Enumerator.new do |y|
@@ -3005,6 +3014,9 @@ module Aws::EC2
3005
3014
  # * `instance-id` - The ID of the instance the address is associated
3006
3015
  # with, if any.
3007
3016
  #
3017
+ # * `network-border-group` - The location from where the IP address is
3018
+ # advertised.
3019
+ #
3008
3020
  # * `network-interface-id` - \[EC2-VPC\] The ID of the network interface
3009
3021
  # that the address is associated with, if any.
3010
3022
  #
@@ -288,7 +288,7 @@ module Aws::EC2
288
288
  # source_region: "String", # required
289
289
  # tag_specifications: [
290
290
  # {
291
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
291
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
292
292
  # tags: [
293
293
  # {
294
294
  # key: "String",
@@ -351,7 +351,7 @@ module Aws::EC2
351
351
  # ],
352
352
  # tag_specifications: [
353
353
  # {
354
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
354
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
355
355
  # tags: [
356
356
  # {
357
357
  # key: "String",
@@ -531,7 +531,7 @@ module Aws::EC2
531
531
  # quantity: 1, # required
532
532
  # tag_specifications: [
533
533
  # {
534
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
534
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
535
535
  # tags: [
536
536
  # {
537
537
  # key: "String",
@@ -4101,11 +4101,12 @@ module Aws::EC2
4101
4101
  # @return [Boolean]
4102
4102
  #
4103
4103
  # @!attribute [rw] kms_key_id
4104
- # An identifier for the AWS Key Management Service (AWS KMS) customer
4105
- # master key (CMK) to use when creating the encrypted volume. This
4106
- # parameter is only required if you want to use a non-default CMK; if
4107
- # this parameter is not specified, the default CMK for EBS is used. If
4108
- # a `KmsKeyId` is specified, the `Encrypted` flag must also be set.
4104
+ # An identifier for the symmetric AWS Key Management Service (AWS KMS)
4105
+ # customer master key (CMK) to use when creating the encrypted volume.
4106
+ # This parameter is only required if you want to use a non-default
4107
+ # CMK; if this parameter is not specified, the default CMK for EBS is
4108
+ # used. If a `KmsKeyId` is specified, the `Encrypted` flag must also
4109
+ # be set.
4109
4110
  #
4110
4111
  # To specify a CMK, use its key ID, Amazon Resource Name (ARN), alias
4111
4112
  # name, or alias ARN. When using an alias name, prefix it with
@@ -4126,6 +4127,8 @@ module Aws::EC2
4126
4127
  #
4127
4128
  # The specified CMK must exist in the Region that the snapshot is
4128
4129
  # being copied to.
4130
+ #
4131
+ # Amazon EBS does not support asymmetric CMKs.
4129
4132
  # @return [String]
4130
4133
  #
4131
4134
  # @!attribute [rw] name
@@ -4187,7 +4190,7 @@ module Aws::EC2
4187
4190
  # source_snapshot_id: "String", # required
4188
4191
  # tag_specifications: [
4189
4192
  # {
4190
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4193
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4191
4194
  # tags: [
4192
4195
  # {
4193
4196
  # key: "String",
@@ -4391,7 +4394,7 @@ module Aws::EC2
4391
4394
  # instance_match_criteria: "open", # accepts open, targeted
4392
4395
  # tag_specifications: [
4393
4396
  # {
4394
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4397
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4395
4398
  # tags: [
4396
4399
  # {
4397
4400
  # key: "String",
@@ -4587,7 +4590,7 @@ module Aws::EC2
4587
4590
  # client_token: "String",
4588
4591
  # tag_specifications: [
4589
4592
  # {
4590
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4593
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4591
4594
  # tags: [
4592
4595
  # {
4593
4596
  # key: "String",
@@ -5207,7 +5210,7 @@ module Aws::EC2
5207
5210
  # replace_unhealthy_instances: false,
5208
5211
  # tag_specifications: [
5209
5212
  # {
5210
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5213
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5211
5214
  # tags: [
5212
5215
  # {
5213
5216
  # key: "String",
@@ -5527,7 +5530,7 @@ module Aws::EC2
5527
5530
  # client_token: "String",
5528
5531
  # tag_specifications: [
5529
5532
  # {
5530
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5533
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5531
5534
  # tags: [
5532
5535
  # {
5533
5536
  # key: "String",
@@ -5884,7 +5887,7 @@ module Aws::EC2
5884
5887
  # user_data: "String",
5885
5888
  # tag_specifications: [
5886
5889
  # {
5887
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5890
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5888
5891
  # tags: [
5889
5892
  # {
5890
5893
  # key: "String",
@@ -5940,7 +5943,7 @@ module Aws::EC2
5940
5943
  # },
5941
5944
  # tag_specifications: [
5942
5945
  # {
5943
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5946
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5944
5947
  # tags: [
5945
5948
  # {
5946
5949
  # key: "String",
@@ -6089,7 +6092,7 @@ module Aws::EC2
6089
6092
  # user_data: "String",
6090
6093
  # tag_specifications: [
6091
6094
  # {
6092
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
6095
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
6093
6096
  # tags: [
6094
6097
  # {
6095
6098
  # key: "String",
@@ -7019,7 +7022,7 @@ module Aws::EC2
7019
7022
  # volume_id: "VolumeId", # required
7020
7023
  # tag_specifications: [
7021
7024
  # {
7022
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7025
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7023
7026
  # tags: [
7024
7027
  # {
7025
7028
  # key: "String",
@@ -7071,7 +7074,7 @@ module Aws::EC2
7071
7074
  # },
7072
7075
  # tag_specifications: [
7073
7076
  # {
7074
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7077
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7075
7078
  # tags: [
7076
7079
  # {
7077
7080
  # key: "String",
@@ -7312,7 +7315,7 @@ module Aws::EC2
7312
7315
  # description: "String",
7313
7316
  # tag_specifications: [
7314
7317
  # {
7315
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7318
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7316
7319
  # tags: [
7317
7320
  # {
7318
7321
  # key: "String",
@@ -7531,7 +7534,7 @@ module Aws::EC2
7531
7534
  # description: "String",
7532
7535
  # tag_specifications: [
7533
7536
  # {
7534
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7537
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7535
7538
  # tags: [
7536
7539
  # {
7537
7540
  # key: "String",
@@ -7662,7 +7665,7 @@ module Aws::EC2
7662
7665
  # description: "String",
7663
7666
  # tag_specifications: [
7664
7667
  # {
7665
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7668
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7666
7669
  # tags: [
7667
7670
  # {
7668
7671
  # key: "String",
@@ -7753,7 +7756,7 @@ module Aws::EC2
7753
7756
  # transit_gateway_id: "String", # required
7754
7757
  # tag_specifications: [
7755
7758
  # {
7756
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7759
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7757
7760
  # tags: [
7758
7761
  # {
7759
7762
  # key: "String",
@@ -7810,7 +7813,7 @@ module Aws::EC2
7810
7813
  # peer_region: "String", # required
7811
7814
  # tag_specifications: [
7812
7815
  # {
7813
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7816
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7814
7817
  # tags: [
7815
7818
  # {
7816
7819
  # key: "String",
@@ -7889,7 +7892,7 @@ module Aws::EC2
7889
7892
  # },
7890
7893
  # tag_specifications: [
7891
7894
  # {
7892
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7895
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7893
7896
  # tags: [
7894
7897
  # {
7895
7898
  # key: "String",
@@ -8005,7 +8008,7 @@ module Aws::EC2
8005
8008
  # transit_gateway_id: "String", # required
8006
8009
  # tag_specifications: [
8007
8010
  # {
8008
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8011
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8009
8012
  # tags: [
8010
8013
  # {
8011
8014
  # key: "String",
@@ -8065,7 +8068,7 @@ module Aws::EC2
8065
8068
  # },
8066
8069
  # tag_specifications: [
8067
8070
  # {
8068
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8071
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8069
8072
  # tags: [
8070
8073
  # {
8071
8074
  # key: "String",
@@ -8235,7 +8238,7 @@ module Aws::EC2
8235
8238
  # dry_run: false,
8236
8239
  # tag_specifications: [
8237
8240
  # {
8238
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8241
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8239
8242
  # tags: [
8240
8243
  # {
8241
8244
  # key: "String",
@@ -9466,7 +9469,7 @@ module Aws::EC2
9466
9469
  # data as a hash:
9467
9470
  #
9468
9471
  # {
9469
- # key_name: "String", # required
9472
+ # key_name: "KeyPairName", # required
9470
9473
  # dry_run: false,
9471
9474
  # }
9472
9475
  #
@@ -11141,6 +11144,9 @@ module Aws::EC2
11141
11144
  # * `instance-id` - The ID of the instance the address is associated
11142
11145
  # with, if any.
11143
11146
  #
11147
+ # * `network-border-group` - The location from where the IP address is
11148
+ # advertised.
11149
+ #
11144
11150
  # * `network-interface-id` - \[EC2-VPC\] The ID of the network
11145
11151
  # interface that the address is associated with, if any.
11146
11152
  #
@@ -12474,16 +12480,26 @@ module Aws::EC2
12474
12480
  #
12475
12481
  # {
12476
12482
  # export_task_ids: ["String"],
12483
+ # filters: [
12484
+ # {
12485
+ # name: "String",
12486
+ # values: ["String"],
12487
+ # },
12488
+ # ],
12477
12489
  # }
12478
12490
  #
12479
12491
  # @!attribute [rw] export_task_ids
12480
12492
  # The export task IDs.
12481
12493
  # @return [Array<String>]
12482
12494
  #
12495
+ # @!attribute [rw] filters
12496
+ # @return [Array<Types::Filter>]
12497
+ #
12483
12498
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeExportTasksRequest AWS API Documentation
12484
12499
  #
12485
12500
  class DescribeExportTasksRequest < Struct.new(
12486
- :export_task_ids)
12501
+ :export_task_ids,
12502
+ :filters)
12487
12503
  include Aws::Structure
12488
12504
  end
12489
12505
 
@@ -14892,6 +14908,7 @@ module Aws::EC2
14892
14908
  # },
14893
14909
  # ],
14894
14910
  # key_names: ["String"],
14911
+ # key_pair_ids: ["String"],
14895
14912
  # dry_run: false,
14896
14913
  # }
14897
14914
  #
@@ -14909,6 +14926,10 @@ module Aws::EC2
14909
14926
  # Default: Describes all your key pairs.
14910
14927
  # @return [Array<String>]
14911
14928
  #
14929
+ # @!attribute [rw] key_pair_ids
14930
+ # The IDs of the key pairs.
14931
+ # @return [Array<String>]
14932
+ #
14912
14933
  # @!attribute [rw] dry_run
14913
14934
  # Checks whether you have the required permissions for the action,
14914
14935
  # without actually making the request, and provides an error response.
@@ -14921,6 +14942,7 @@ module Aws::EC2
14921
14942
  class DescribeKeyPairsRequest < Struct.new(
14922
14943
  :filters,
14923
14944
  :key_names,
14945
+ :key_pair_ids,
14924
14946
  :dry_run)
14925
14947
  include Aws::Structure
14926
14948
  end
@@ -16131,7 +16153,8 @@ module Aws::EC2
16131
16153
  # @!attribute [rw] max_results
16132
16154
  # The maximum number of items to return for this request. The request
16133
16155
  # returns a token that you can specify in a subsequent call to get the
16134
- # next set of results.
16156
+ # next set of results. You cannot specify this parameter and the
16157
+ # network interface IDs parameter in the same request.
16135
16158
  # @return [Integer]
16136
16159
  #
16137
16160
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacesRequest AWS API Documentation
@@ -16176,6 +16199,7 @@ module Aws::EC2
16176
16199
  # ],
16177
16200
  # dry_run: false,
16178
16201
  # group_names: ["String"],
16202
+ # group_ids: ["String"],
16179
16203
  # }
16180
16204
  #
16181
16205
  # @!attribute [rw] filters
@@ -16204,12 +16228,17 @@ module Aws::EC2
16204
16228
  # otherwise specified.
16205
16229
  # @return [Array<String>]
16206
16230
  #
16231
+ # @!attribute [rw] group_ids
16232
+ # The IDs of the placement groups.
16233
+ # @return [Array<String>]
16234
+ #
16207
16235
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribePlacementGroupsRequest AWS API Documentation
16208
16236
  #
16209
16237
  class DescribePlacementGroupsRequest < Struct.new(
16210
16238
  :filters,
16211
16239
  :dry_run,
16212
- :group_names)
16240
+ :group_names,
16241
+ :group_ids)
16213
16242
  include Aws::Structure
16214
16243
  end
16215
16244
 
@@ -22207,7 +22236,14 @@ module Aws::EC2
22207
22236
  # }
22208
22237
  #
22209
22238
  # @!attribute [rw] type
22210
- # The type of Elastic Graphics accelerator.
22239
+ # The type of Elastic Graphics accelerator. For more information about
22240
+ # the values to specify for `Type`, see [Elastic Graphics Basics][1],
22241
+ # specifically the Elastic Graphics accelerator column, in the *Amazon
22242
+ # Elastic Compute Cloud User Guide for Windows Instances*.
22243
+ #
22244
+ #
22245
+ #
22246
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html#elastic-graphics-basics
22211
22247
  # @return [String]
22212
22248
  #
22213
22249
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ElasticGpuSpecification AWS API Documentation
@@ -22291,9 +22327,10 @@ module Aws::EC2
22291
22327
  # @return [String]
22292
22328
  #
22293
22329
  # @!attribute [rw] count
22294
- # The number of elastic inference accelerators of given type to be
22295
- # attached to the instance. Only positive values allowed. If not
22296
- # specified defaults to 1.
22330
+ # The number of elastic inference accelerators to attach to the
22331
+ # instance.
22332
+ #
22333
+ # Default: 1
22297
22334
  # @return [Integer]
22298
22335
  #
22299
22336
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ElasticInferenceAccelerator AWS API Documentation
@@ -23085,6 +23122,9 @@ module Aws::EC2
23085
23122
  # The status message related to the export task.
23086
23123
  # @return [String]
23087
23124
  #
23125
+ # @!attribute [rw] tags
23126
+ # @return [Array<Types::Tag>]
23127
+ #
23088
23128
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ExportTask AWS API Documentation
23089
23129
  #
23090
23130
  class ExportTask < Struct.new(
@@ -23093,7 +23133,8 @@ module Aws::EC2
23093
23133
  :export_to_s3_task,
23094
23134
  :instance_export_details,
23095
23135
  :state,
23096
- :status_message)
23136
+ :status_message,
23137
+ :tags)
23097
23138
  include Aws::Structure
23098
23139
  end
23099
23140
 
@@ -24471,7 +24512,7 @@ module Aws::EC2
24471
24512
  # data as a hash:
24472
24513
  #
24473
24514
  # {
24474
- # host_id_set: ["HostId"], # required
24515
+ # host_id_set: ["DedicatedHostId"], # required
24475
24516
  # offering_id: "OfferingId", # required
24476
24517
  # }
24477
24518
  #
@@ -25983,7 +26024,7 @@ module Aws::EC2
25983
26024
  include Aws::Structure
25984
26025
  end
25985
26026
 
25986
- # The response information of license configurations.
26027
+ # The response information for license configurations.
25987
26028
  #
25988
26029
  # @!attribute [rw] license_configuration_arn
25989
26030
  # The ARN of a license configuration.
@@ -26084,11 +26125,12 @@ module Aws::EC2
26084
26125
  # @return [String]
26085
26126
  #
26086
26127
  # @!attribute [rw] kms_key_id
26087
- # An identifier for the AWS Key Management Service (AWS KMS) customer
26088
- # master key (CMK) to use when creating the encrypted AMI. This
26089
- # parameter is only required if you want to use a non-default CMK; if
26090
- # this parameter is not specified, the default CMK for EBS is used. If
26091
- # a `KmsKeyId` is specified, the `Encrypted` flag must also be set.
26128
+ # An identifier for the symmetric AWS Key Management Service (AWS KMS)
26129
+ # customer master key (CMK) to use when creating the encrypted AMI.
26130
+ # This parameter is only required if you want to use a non-default
26131
+ # CMK; if this parameter is not specified, the default CMK for EBS is
26132
+ # used. If a `KmsKeyId` is specified, the `Encrypted` flag must also
26133
+ # be set.
26092
26134
  #
26093
26135
  # The CMK identifier may be provided in any of the following formats:
26094
26136
  #
@@ -26116,6 +26158,8 @@ module Aws::EC2
26116
26158
  #
26117
26159
  # The specified CMK must exist in the Region that the AMI is being
26118
26160
  # copied to.
26161
+ #
26162
+ # Amazon EBS does not support asymmetric CMKs.
26119
26163
  # @return [String]
26120
26164
  #
26121
26165
  # @!attribute [rw] license_type
@@ -26196,8 +26240,9 @@ module Aws::EC2
26196
26240
  # @return [String]
26197
26241
  #
26198
26242
  # @!attribute [rw] kms_key_id
26199
- # The identifier for the AWS Key Management Service (AWS KMS) customer
26200
- # master key (CMK) that was used to create the encrypted AMI.
26243
+ # The identifier for the symmetric AWS Key Management Service (AWS
26244
+ # KMS) customer master key (CMK) that was used to create the encrypted
26245
+ # AMI.
26201
26246
  # @return [String]
26202
26247
  #
26203
26248
  # @!attribute [rw] license_type
@@ -26308,9 +26353,13 @@ module Aws::EC2
26308
26353
  # A descriptive status message for the import image task.
26309
26354
  # @return [String]
26310
26355
  #
26356
+ # @!attribute [rw] tags
26357
+ # Any tags applied to the import image task.
26358
+ # @return [Array<Types::Tag>]
26359
+ #
26311
26360
  # @!attribute [rw] license_specifications
26312
- # The ARNs of the license configurations associated to the import
26313
- # image task.
26361
+ # The ARNs of the license configurations that are associated with the
26362
+ # import image task.
26314
26363
  # @return [Array<Types::ImportImageLicenseConfigurationResponse>]
26315
26364
  #
26316
26365
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportImageTask AWS API Documentation
@@ -26329,6 +26378,7 @@ module Aws::EC2
26329
26378
  :snapshot_details,
26330
26379
  :status,
26331
26380
  :status_message,
26381
+ :tags,
26332
26382
  :license_specifications)
26333
26383
  include Aws::Structure
26334
26384
  end
@@ -26600,7 +26650,7 @@ module Aws::EC2
26600
26650
  #
26601
26651
  # {
26602
26652
  # dry_run: false,
26603
- # key_name: "String", # required
26653
+ # key_name: "KeyPairName", # required
26604
26654
  # public_key_material: "data", # required
26605
26655
  # }
26606
26656
  #
@@ -26709,11 +26759,12 @@ module Aws::EC2
26709
26759
  # @return [Boolean]
26710
26760
  #
26711
26761
  # @!attribute [rw] kms_key_id
26712
- # An identifier for the AWS Key Management Service (AWS KMS) customer
26713
- # master key (CMK) to use when creating the encrypted snapshot. This
26714
- # parameter is only required if you want to use a non-default CMK; if
26715
- # this parameter is not specified, the default CMK for EBS is used. If
26716
- # a `KmsKeyId` is specified, the `Encrypted` flag must also be set.
26762
+ # An identifier for the symmetric AWS Key Management Service (AWS KMS)
26763
+ # customer master key (CMK) to use when creating the encrypted
26764
+ # snapshot. This parameter is only required if you want to use a
26765
+ # non-default CMK; if this parameter is not specified, the default CMK
26766
+ # for EBS is used. If a `KmsKeyId` is specified, the `Encrypted` flag
26767
+ # must also be set.
26717
26768
  #
26718
26769
  # The CMK identifier may be provided in any of the following formats:
26719
26770
  #
@@ -26741,6 +26792,8 @@ module Aws::EC2
26741
26792
  #
26742
26793
  # The specified CMK must exist in the Region that the snapshot is
26743
26794
  # being copied to.
26795
+ #
26796
+ # Amazon EBS does not support asymmetric CMKs.
26744
26797
  # @return [String]
26745
26798
  #
26746
26799
  # @!attribute [rw] role_name
@@ -26797,12 +26850,17 @@ module Aws::EC2
26797
26850
  # Describes an import snapshot task.
26798
26851
  # @return [Types::SnapshotTaskDetail]
26799
26852
  #
26853
+ # @!attribute [rw] tags
26854
+ # Any tags applied to the import snapshot task.
26855
+ # @return [Array<Types::Tag>]
26856
+ #
26800
26857
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportSnapshotTask AWS API Documentation
26801
26858
  #
26802
26859
  class ImportSnapshotTask < Struct.new(
26803
26860
  :description,
26804
26861
  :import_task_id,
26805
- :snapshot_task_detail)
26862
+ :snapshot_task_detail,
26863
+ :tags)
26806
26864
  include Aws::Structure
26807
26865
  end
26808
26866
 
@@ -28632,7 +28690,7 @@ module Aws::EC2
28632
28690
  # address range.
28633
28691
  #
28634
28692
  # Constraints: Up to 255 characters in length. Allowed characters are
28635
- # a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=;\\\{\\}!$*
28693
+ # a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=&amp;;\\\{\\}!$*
28636
28694
  # @return [String]
28637
28695
  #
28638
28696
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/IpRange AWS API Documentation
@@ -28677,7 +28735,7 @@ module Aws::EC2
28677
28735
  # address range.
28678
28736
  #
28679
28737
  # Constraints: Up to 255 characters in length. Allowed characters are
28680
- # a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=;\\\{\\}!$*
28738
+ # a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=&amp;;\\\{\\}!$*
28681
28739
  # @return [String]
28682
28740
  #
28683
28741
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Ipv6Range AWS API Documentation
@@ -28702,17 +28760,26 @@ module Aws::EC2
28702
28760
  # The name of the key pair.
28703
28761
  # @return [String]
28704
28762
  #
28763
+ # @!attribute [rw] key_pair_id
28764
+ # The ID of the key pair.
28765
+ # @return [String]
28766
+ #
28705
28767
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/KeyPair AWS API Documentation
28706
28768
  #
28707
28769
  class KeyPair < Struct.new(
28708
28770
  :key_fingerprint,
28709
28771
  :key_material,
28710
- :key_name)
28772
+ :key_name,
28773
+ :key_pair_id)
28711
28774
  include Aws::Structure
28712
28775
  end
28713
28776
 
28714
28777
  # Describes a key pair.
28715
28778
  #
28779
+ # @!attribute [rw] key_pair_id
28780
+ # The ID of the key pair.
28781
+ # @return [String]
28782
+ #
28716
28783
  # @!attribute [rw] key_fingerprint
28717
28784
  # If you used CreateKeyPair to create the key pair, this is the SHA-1
28718
28785
  # digest of the DER encoded private key. If you used ImportKeyPair to
@@ -28724,11 +28791,17 @@ module Aws::EC2
28724
28791
  # The name of the key pair.
28725
28792
  # @return [String]
28726
28793
  #
28794
+ # @!attribute [rw] tags
28795
+ # Any tags applied to the key pair.
28796
+ # @return [Array<Types::Tag>]
28797
+ #
28727
28798
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/KeyPairInfo AWS API Documentation
28728
28799
  #
28729
28800
  class KeyPairInfo < Struct.new(
28801
+ :key_pair_id,
28730
28802
  :key_fingerprint,
28731
- :key_name)
28803
+ :key_name,
28804
+ :tags)
28732
28805
  include Aws::Structure
28733
28806
  end
28734
28807
 
@@ -29281,8 +29354,8 @@ module Aws::EC2
29281
29354
  # @return [Integer]
29282
29355
  #
29283
29356
  # @!attribute [rw] kms_key_id
29284
- # The ARN of the AWS Key Management Service (AWS KMS) CMK used for
29285
- # encryption.
29357
+ # The ARN of the symmetric AWS Key Management Service (AWS KMS) CMK
29358
+ # used for encryption.
29286
29359
  # @return [String]
29287
29360
  #
29288
29361
  # @!attribute [rw] snapshot_id
@@ -29329,9 +29402,10 @@ module Aws::EC2
29329
29402
  # @return [String]
29330
29403
  #
29331
29404
  # @!attribute [rw] count
29332
- # The number of elastic inference accelerators of given type to be
29333
- # attached to the instance. Only positive values allowed. If not
29334
- # specified defaults to 1.
29405
+ # The number of elastic inference accelerators to attach to the
29406
+ # instance.
29407
+ #
29408
+ # Default: 1
29335
29409
  # @return [Integer]
29336
29410
  #
29337
29411
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateElasticInferenceAccelerator AWS API Documentation
@@ -29350,9 +29424,10 @@ module Aws::EC2
29350
29424
  # @return [String]
29351
29425
  #
29352
29426
  # @!attribute [rw] count
29353
- # The number of elastic inference accelerators of given type to be
29354
- # attached to the instance. Only positive values allowed. If not
29355
- # specified defaults to 1.
29427
+ # The number of elastic inference accelerators to attach to the
29428
+ # instance.
29429
+ #
29430
+ # Default: 1
29356
29431
  # @return [Integer]
29357
29432
  #
29358
29433
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateElasticInferenceAcceleratorResponse AWS API Documentation
@@ -30041,7 +30116,7 @@ module Aws::EC2
30041
30116
  # data as a hash:
30042
30117
  #
30043
30118
  # {
30044
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
30119
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
30045
30120
  # tags: [
30046
30121
  # {
30047
30122
  # key: "String",
@@ -30796,6 +30871,8 @@ module Aws::EC2
30796
30871
  # AWS authenticates the CMK asynchronously. Therefore, if you specify
30797
30872
  # an ID, alias, or ARN that is not valid, the action can appear to
30798
30873
  # complete, but eventually fails.
30874
+ #
30875
+ # Amazon EBS does not support asymmetric CMKs.
30799
30876
  # @return [String]
30800
30877
  #
30801
30878
  # @!attribute [rw] dry_run
@@ -31690,7 +31767,7 @@ module Aws::EC2
31690
31767
  # {
31691
31768
  # affinity: "default", # accepts default, host
31692
31769
  # group_name: "PlacementGroupName",
31693
- # host_id: "HostId",
31770
+ # host_id: "DedicatedHostId",
31694
31771
  # instance_id: "InstanceId", # required
31695
31772
  # tenancy: "dedicated", # accepts dedicated, host
31696
31773
  # partition_number: 1,
@@ -32406,6 +32483,10 @@ module Aws::EC2
32406
32483
  #
32407
32484
  # @!attribute [rw] options
32408
32485
  # The new VPC attachment options.
32486
+ #
32487
+ # <note markdown="1"> You cannot modify the IPv6 options.
32488
+ #
32489
+ # </note>
32409
32490
  # @return [Types::ModifyTransitGatewayVpcAttachmentRequestOptions]
32410
32491
  #
32411
32492
  # @!attribute [rw] dry_run
@@ -34173,17 +34254,19 @@ module Aws::EC2
34173
34254
  #
34174
34255
  # @!attribute [rw] capacity_reservation_options
34175
34256
  # The strategy for using unused Capacity Reservations for fulfilling
34176
- # On-Demand capacity. Only available for fleets of type `instant`.
34257
+ # On-Demand capacity. Supported only for fleets of type `instant`.
34177
34258
  # @return [Types::CapacityReservationOptions]
34178
34259
  #
34179
34260
  # @!attribute [rw] single_instance_type
34180
34261
  # Indicates that the fleet uses a single instance type to launch all
34181
- # On-Demand Instances in the fleet.
34262
+ # On-Demand Instances in the fleet. Supported only for fleets of type
34263
+ # `instant`.
34182
34264
  # @return [Boolean]
34183
34265
  #
34184
34266
  # @!attribute [rw] single_availability_zone
34185
34267
  # Indicates that the fleet launches all On-Demand Instances into a
34186
- # single Availability Zone.
34268
+ # single Availability Zone. Supported only for fleets of type
34269
+ # `instant`.
34187
34270
  # @return [Boolean]
34188
34271
  #
34189
34272
  # @!attribute [rw] min_target_capacity
@@ -34237,17 +34320,19 @@ module Aws::EC2
34237
34320
  #
34238
34321
  # @!attribute [rw] capacity_reservation_options
34239
34322
  # The strategy for using unused Capacity Reservations for fulfilling
34240
- # On-Demand capacity. Only available for fleets of type `instant`.
34323
+ # On-Demand capacity. Supported only for fleets of type `instant`.
34241
34324
  # @return [Types::CapacityReservationOptionsRequest]
34242
34325
  #
34243
34326
  # @!attribute [rw] single_instance_type
34244
34327
  # Indicates that the fleet uses a single instance type to launch all
34245
- # On-Demand Instances in the fleet.
34328
+ # On-Demand Instances in the fleet. Supported only for fleets of type
34329
+ # `instant`.
34246
34330
  # @return [Boolean]
34247
34331
  #
34248
34332
  # @!attribute [rw] single_availability_zone
34249
34333
  # Indicates that the fleet launches all On-Demand Instances into a
34250
- # single Availability Zone.
34334
+ # single Availability Zone. Supported only for fleets of type
34335
+ # `instant`.
34251
34336
  # @return [Boolean]
34252
34337
  #
34253
34338
  # @!attribute [rw] min_target_capacity
@@ -34705,13 +34790,23 @@ module Aws::EC2
34705
34790
  # `partition`.
34706
34791
  # @return [Integer]
34707
34792
  #
34793
+ # @!attribute [rw] group_id
34794
+ # The ID of the placement group.
34795
+ # @return [String]
34796
+ #
34797
+ # @!attribute [rw] tags
34798
+ # Any tags applied to the placement group.
34799
+ # @return [Array<Types::Tag>]
34800
+ #
34708
34801
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PlacementGroup AWS API Documentation
34709
34802
  #
34710
34803
  class PlacementGroup < Struct.new(
34711
34804
  :group_name,
34712
34805
  :state,
34713
34806
  :strategy,
34714
- :partition_count)
34807
+ :partition_count,
34808
+ :group_id,
34809
+ :tags)
34715
34810
  include Aws::Structure
34716
34811
  end
34717
34812
 
@@ -35251,7 +35346,7 @@ module Aws::EC2
35251
35346
  # {
35252
35347
  # client_token: "String",
35253
35348
  # currency_code: "USD", # accepts USD
35254
- # host_id_set: ["HostId"], # required
35349
+ # host_id_set: ["DedicatedHostId"], # required
35255
35350
  # limit_price: "String",
35256
35351
  # offering_id: "OfferingId", # required
35257
35352
  # }
@@ -36610,7 +36705,7 @@ module Aws::EC2
36610
36705
  # user_data: "String",
36611
36706
  # tag_specifications: [
36612
36707
  # {
36613
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
36708
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
36614
36709
  # tags: [
36615
36710
  # {
36616
36711
  # key: "String",
@@ -36987,7 +37082,7 @@ module Aws::EC2
36987
37082
  # weighted_capacity: 1.0,
36988
37083
  # tag_specifications: [
36989
37084
  # {
36990
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
37085
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
36991
37086
  # tags: [
36992
37087
  # {
36993
37088
  # key: "String",
@@ -39042,7 +39137,7 @@ module Aws::EC2
39042
39137
  # ],
39043
39138
  # tag_specifications: [
39044
39139
  # {
39045
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
39140
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
39046
39141
  # tags: [
39047
39142
  # {
39048
39143
  # key: "String",
@@ -41452,7 +41547,7 @@ module Aws::EC2
41452
41547
  # weighted_capacity: 1.0,
41453
41548
  # tag_specifications: [
41454
41549
  # {
41455
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
41550
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
41456
41551
  # tags: [
41457
41552
  # {
41458
41553
  # key: "String",
@@ -41738,7 +41833,7 @@ module Aws::EC2
41738
41833
  # weighted_capacity: 1.0,
41739
41834
  # tag_specifications: [
41740
41835
  # {
41741
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
41836
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
41742
41837
  # tags: [
41743
41838
  # {
41744
41839
  # key: "String",
@@ -42018,7 +42113,7 @@ module Aws::EC2
42018
42113
  # data as a hash:
42019
42114
  #
42020
42115
  # {
42021
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
42116
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
42022
42117
  # tags: [
42023
42118
  # {
42024
42119
  # key: "String",
@@ -42304,12 +42399,13 @@ module Aws::EC2
42304
42399
  #
42305
42400
  # @!attribute [rw] single_instance_type
42306
42401
  # Indicates that the fleet uses a single instance type to launch all
42307
- # Spot Instances in the fleet.
42402
+ # Spot Instances in the fleet. Supported only for fleets of type
42403
+ # `instant`.
42308
42404
  # @return [Boolean]
42309
42405
  #
42310
42406
  # @!attribute [rw] single_availability_zone
42311
42407
  # Indicates that the fleet launches all Spot Instances into a single
42312
- # Availability Zone.
42408
+ # Availability Zone. Supported only for fleets of type `instant`.
42313
42409
  # @return [Boolean]
42314
42410
  #
42315
42411
  # @!attribute [rw] min_target_capacity
@@ -42382,12 +42478,13 @@ module Aws::EC2
42382
42478
  #
42383
42479
  # @!attribute [rw] single_instance_type
42384
42480
  # Indicates that the fleet uses a single instance type to launch all
42385
- # Spot Instances in the fleet.
42481
+ # Spot Instances in the fleet. Supported only for fleets of type
42482
+ # `instant`.
42386
42483
  # @return [Boolean]
42387
42484
  #
42388
42485
  # @!attribute [rw] single_availability_zone
42389
42486
  # Indicates that the fleet launches all Spot Instances into a single
42390
- # Availability Zone.
42487
+ # Availability Zone. Supported only for fleets of type `instant`.
42391
42488
  # @return [Boolean]
42392
42489
  #
42393
42490
  # @!attribute [rw] min_target_capacity
@@ -43034,7 +43131,7 @@ module Aws::EC2
43034
43131
  # data as a hash:
43035
43132
  #
43036
43133
  # {
43037
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
43134
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
43038
43135
  # tags: [
43039
43136
  # {
43040
43137
  # key: "String",
@@ -43047,11 +43144,11 @@ module Aws::EC2
43047
43144
  # The type of resource to tag. Currently, the resource types that
43048
43145
  # support tagging on creation are: `capacity-reservation` \|
43049
43146
  # `client-vpn-endpoint` \| `dedicated-host` \| `fleet` \| `fpga-image`
43050
- # \| `instance` \| `launch-template` \| `snapshot` \|
43051
- # `traffic-mirror-filter` \| `traffic-mirror-session` \|
43052
- # `traffic-mirror-target` \| `transit-gateway` \|
43053
- # `transit-gateway-attachment` \| `transit-gateway-route-table` \|
43054
- # `volume`.
43147
+ # \| `instance` \| `key-pair` \| `launch-template` \|
43148
+ # `placement-group` \| `snapshot` \| `traffic-mirror-filter` \|
43149
+ # `traffic-mirror-session` \| `traffic-mirror-target` \|
43150
+ # `transit-gateway` \| `transit-gateway-attachment` \|
43151
+ # `transit-gateway-route-table` \| `volume`.
43055
43152
  #
43056
43153
  # To tag a resource after it has been created, see [CreateTags][1].
43057
43154
  #