aws-sdk-ec2 1.124.0 → 1.129.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -157,6 +157,8 @@ module Aws::EC2
157
157
  CapacityReservationId = Shapes::StringShape.new(name: 'CapacityReservationId')
158
158
  CapacityReservationIdSet = Shapes::ListShape.new(name: 'CapacityReservationIdSet')
159
159
  CapacityReservationInstancePlatform = Shapes::StringShape.new(name: 'CapacityReservationInstancePlatform')
160
+ CapacityReservationOptions = Shapes::StructureShape.new(name: 'CapacityReservationOptions')
161
+ CapacityReservationOptionsRequest = Shapes::StructureShape.new(name: 'CapacityReservationOptionsRequest')
160
162
  CapacityReservationPreference = Shapes::StringShape.new(name: 'CapacityReservationPreference')
161
163
  CapacityReservationSet = Shapes::ListShape.new(name: 'CapacityReservationSet')
162
164
  CapacityReservationSpecification = Shapes::StructureShape.new(name: 'CapacityReservationSpecification')
@@ -351,6 +353,7 @@ module Aws::EC2
351
353
  DatafeedSubscriptionState = Shapes::StringShape.new(name: 'DatafeedSubscriptionState')
352
354
  DateTime = Shapes::TimestampShape.new(name: 'DateTime')
353
355
  DedicatedHostFlag = Shapes::BooleanShape.new(name: 'DedicatedHostFlag')
356
+ DedicatedHostId = Shapes::StringShape.new(name: 'DedicatedHostId')
354
357
  DefaultRouteTableAssociationValue = Shapes::StringShape.new(name: 'DefaultRouteTableAssociationValue')
355
358
  DefaultRouteTablePropagationValue = Shapes::StringShape.new(name: 'DefaultRouteTablePropagationValue')
356
359
  DefaultTargetCapacityType = Shapes::StringShape.new(name: 'DefaultTargetCapacityType')
@@ -859,6 +862,7 @@ module Aws::EC2
859
862
  Filter = Shapes::StructureShape.new(name: 'Filter')
860
863
  FilterList = Shapes::ListShape.new(name: 'FilterList')
861
864
  FleetActivityStatus = Shapes::StringShape.new(name: 'FleetActivityStatus')
865
+ FleetCapacityReservationUsageStrategy = Shapes::StringShape.new(name: 'FleetCapacityReservationUsageStrategy')
862
866
  FleetData = Shapes::StructureShape.new(name: 'FleetData')
863
867
  FleetEventType = Shapes::StringShape.new(name: 'FleetEventType')
864
868
  FleetExcessCapacityTerminationPolicy = Shapes::StringShape.new(name: 'FleetExcessCapacityTerminationPolicy')
@@ -953,7 +957,6 @@ module Aws::EC2
953
957
  HistoryRecordSet = Shapes::ListShape.new(name: 'HistoryRecordSet')
954
958
  HistoryRecords = Shapes::ListShape.new(name: 'HistoryRecords')
955
959
  Host = Shapes::StructureShape.new(name: 'Host')
956
- HostId = Shapes::StringShape.new(name: 'HostId')
957
960
  HostInstance = Shapes::StructureShape.new(name: 'HostInstance')
958
961
  HostInstanceList = Shapes::ListShape.new(name: 'HostInstanceList')
959
962
  HostList = Shapes::ListShape.new(name: 'HostList')
@@ -1113,6 +1116,7 @@ module Aws::EC2
1113
1116
  Ipv6SupportValue = Shapes::StringShape.new(name: 'Ipv6SupportValue')
1114
1117
  KeyNameStringList = Shapes::ListShape.new(name: 'KeyNameStringList')
1115
1118
  KeyPair = Shapes::StructureShape.new(name: 'KeyPair')
1119
+ KeyPairIdStringList = Shapes::ListShape.new(name: 'KeyPairIdStringList')
1116
1120
  KeyPairInfo = Shapes::StructureShape.new(name: 'KeyPairInfo')
1117
1121
  KeyPairList = Shapes::ListShape.new(name: 'KeyPairList')
1118
1122
  KeyPairName = Shapes::StringShape.new(name: 'KeyPairName')
@@ -1384,6 +1388,7 @@ module Aws::EC2
1384
1388
  Phase2IntegrityAlgorithmsRequestListValue = Shapes::StructureShape.new(name: 'Phase2IntegrityAlgorithmsRequestListValue')
1385
1389
  Placement = Shapes::StructureShape.new(name: 'Placement')
1386
1390
  PlacementGroup = Shapes::StructureShape.new(name: 'PlacementGroup')
1391
+ PlacementGroupIdStringList = Shapes::ListShape.new(name: 'PlacementGroupIdStringList')
1387
1392
  PlacementGroupInfo = Shapes::StructureShape.new(name: 'PlacementGroupInfo')
1388
1393
  PlacementGroupList = Shapes::ListShape.new(name: 'PlacementGroupList')
1389
1394
  PlacementGroupName = Shapes::StringShape.new(name: 'PlacementGroupName')
@@ -2414,6 +2419,12 @@ module Aws::EC2
2414
2419
 
2415
2420
  CapacityReservationIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
2416
2421
 
2422
+ CapacityReservationOptions.add_member(:usage_strategy, Shapes::ShapeRef.new(shape: FleetCapacityReservationUsageStrategy, location_name: "usageStrategy"))
2423
+ CapacityReservationOptions.struct_class = Types::CapacityReservationOptions
2424
+
2425
+ CapacityReservationOptionsRequest.add_member(:usage_strategy, Shapes::ShapeRef.new(shape: FleetCapacityReservationUsageStrategy, location_name: "UsageStrategy"))
2426
+ CapacityReservationOptionsRequest.struct_class = Types::CapacityReservationOptionsRequest
2427
+
2417
2428
  CapacityReservationSet.member = Shapes::ShapeRef.new(shape: CapacityReservation, location_name: "item")
2418
2429
 
2419
2430
  CapacityReservationSpecification.add_member(:capacity_reservation_preference, Shapes::ShapeRef.new(shape: CapacityReservationPreference, location_name: "CapacityReservationPreference"))
@@ -3346,7 +3357,7 @@ module Aws::EC2
3346
3357
  DeleteInternetGatewayRequest.add_member(:internet_gateway_id, Shapes::ShapeRef.new(shape: InternetGatewayId, required: true, location_name: "internetGatewayId"))
3347
3358
  DeleteInternetGatewayRequest.struct_class = Types::DeleteInternetGatewayRequest
3348
3359
 
3349
- 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"))
3350
3361
  DeleteKeyPairRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3351
3362
  DeleteKeyPairRequest.struct_class = Types::DeleteKeyPairRequest
3352
3363
 
@@ -3824,6 +3835,7 @@ module Aws::EC2
3824
3835
  DescribeExportImageTasksResult.struct_class = Types::DescribeExportImageTasksResult
3825
3836
 
3826
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"))
3827
3839
  DescribeExportTasksRequest.struct_class = Types::DescribeExportTasksRequest
3828
3840
 
3829
3841
  DescribeExportTasksResult.add_member(:export_tasks, Shapes::ShapeRef.new(shape: ExportTaskList, location_name: "exportTaskSet"))
@@ -4106,6 +4118,7 @@ module Aws::EC2
4106
4118
 
4107
4119
  DescribeKeyPairsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4108
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"))
4109
4122
  DescribeKeyPairsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4110
4123
  DescribeKeyPairsRequest.struct_class = Types::DescribeKeyPairsRequest
4111
4124
 
@@ -4273,6 +4286,7 @@ module Aws::EC2
4273
4286
  DescribePlacementGroupsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4274
4287
  DescribePlacementGroupsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4275
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"))
4276
4290
  DescribePlacementGroupsRequest.struct_class = Types::DescribePlacementGroupsRequest
4277
4291
 
4278
4292
  DescribePlacementGroupsResult.add_member(:placement_groups, Shapes::ShapeRef.new(shape: PlacementGroupList, location_name: "placementGroupSet"))
@@ -5100,6 +5114,7 @@ module Aws::EC2
5100
5114
  ElasticGpus.add_member(:elastic_gpu_health, Shapes::ShapeRef.new(shape: ElasticGpuHealth, location_name: "elasticGpuHealth"))
5101
5115
  ElasticGpus.add_member(:elastic_gpu_state, Shapes::ShapeRef.new(shape: ElasticGpuState, location_name: "elasticGpuState"))
5102
5116
  ElasticGpus.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
5117
+ ElasticGpus.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
5103
5118
  ElasticGpus.struct_class = Types::ElasticGpus
5104
5119
 
5105
5120
  ElasticInferenceAccelerator.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Type"))
@@ -5254,6 +5269,7 @@ module Aws::EC2
5254
5269
  ExportTask.add_member(:instance_export_details, Shapes::ShapeRef.new(shape: InstanceExportDetails, location_name: "instanceExport"))
5255
5270
  ExportTask.add_member(:state, Shapes::ShapeRef.new(shape: ExportTaskState, location_name: "state"))
5256
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"))
5257
5273
  ExportTask.struct_class = Types::ExportTask
5258
5274
 
5259
5275
  ExportTaskIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "ExportTaskId")
@@ -5850,6 +5866,7 @@ module Aws::EC2
5850
5866
  ImportImageTask.add_member(:snapshot_details, Shapes::ShapeRef.new(shape: SnapshotDetailList, location_name: "snapshotDetailSet"))
5851
5867
  ImportImageTask.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
5852
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"))
5853
5870
  ImportImageTask.add_member(:license_specifications, Shapes::ShapeRef.new(shape: ImportImageLicenseSpecificationListResponse, location_name: "licenseSpecifications"))
5854
5871
  ImportImageTask.struct_class = Types::ImportImageTask
5855
5872
 
@@ -5896,7 +5913,7 @@ module Aws::EC2
5896
5913
  ImportInstanceVolumeDetailSet.member = Shapes::ShapeRef.new(shape: ImportInstanceVolumeDetailItem, location_name: "item")
5897
5914
 
5898
5915
  ImportKeyPairRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
5899
- 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"))
5900
5917
  ImportKeyPairRequest.add_member(:public_key_material, Shapes::ShapeRef.new(shape: Blob, required: true, location_name: "publicKeyMaterial"))
5901
5918
  ImportKeyPairRequest.struct_class = Types::ImportKeyPairRequest
5902
5919
 
@@ -5922,6 +5939,7 @@ module Aws::EC2
5922
5939
  ImportSnapshotTask.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
5923
5940
  ImportSnapshotTask.add_member(:import_task_id, Shapes::ShapeRef.new(shape: String, location_name: "importTaskId"))
5924
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"))
5925
5943
  ImportSnapshotTask.struct_class = Types::ImportSnapshotTask
5926
5944
 
5927
5945
  ImportSnapshotTaskList.member = Shapes::ShapeRef.new(shape: ImportSnapshotTask, location_name: "item")
@@ -6217,7 +6235,7 @@ module Aws::EC2
6217
6235
  InstanceTypeInfo.add_member(:current_generation, Shapes::ShapeRef.new(shape: CurrentGenerationFlag, location_name: "currentGeneration"))
6218
6236
  InstanceTypeInfo.add_member(:free_tier_eligible, Shapes::ShapeRef.new(shape: FreeTierEligibleFlag, location_name: "freeTierEligible"))
6219
6237
  InstanceTypeInfo.add_member(:supported_usage_classes, Shapes::ShapeRef.new(shape: UsageClassTypeList, location_name: "supportedUsageClasses"))
6220
- InstanceTypeInfo.add_member(:supported_root_devices, Shapes::ShapeRef.new(shape: RootDeviceTypeList, location_name: "supportedRootDevices"))
6238
+ InstanceTypeInfo.add_member(:supported_root_device_types, Shapes::ShapeRef.new(shape: RootDeviceTypeList, location_name: "supportedRootDeviceTypes"))
6221
6239
  InstanceTypeInfo.add_member(:bare_metal, Shapes::ShapeRef.new(shape: BareMetalFlag, location_name: "bareMetal"))
6222
6240
  InstanceTypeInfo.add_member(:hypervisor, Shapes::ShapeRef.new(shape: InstanceTypeHypervisor, location_name: "hypervisor"))
6223
6241
  InstanceTypeInfo.add_member(:processor_info, Shapes::ShapeRef.new(shape: ProcessorInfo, location_name: "processorInfo"))
@@ -6305,10 +6323,15 @@ module Aws::EC2
6305
6323
  KeyPair.add_member(:key_fingerprint, Shapes::ShapeRef.new(shape: String, location_name: "keyFingerprint"))
6306
6324
  KeyPair.add_member(:key_material, Shapes::ShapeRef.new(shape: SensitiveUserData, location_name: "keyMaterial"))
6307
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"))
6308
6327
  KeyPair.struct_class = Types::KeyPair
6309
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"))
6310
6332
  KeyPairInfo.add_member(:key_fingerprint, Shapes::ShapeRef.new(shape: String, location_name: "keyFingerprint"))
6311
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"))
6312
6335
  KeyPairInfo.struct_class = Types::KeyPairInfo
6313
6336
 
6314
6337
  KeyPairList.member = Shapes::ShapeRef.new(shape: KeyPairInfo, location_name: "item")
@@ -6826,7 +6849,7 @@ module Aws::EC2
6826
6849
 
6827
6850
  ModifyInstancePlacementRequest.add_member(:affinity, Shapes::ShapeRef.new(shape: Affinity, location_name: "affinity"))
6828
6851
  ModifyInstancePlacementRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: PlacementGroupName, location_name: "GroupName"))
6829
- 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"))
6830
6853
  ModifyInstancePlacementRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
6831
6854
  ModifyInstancePlacementRequest.add_member(:tenancy, Shapes::ShapeRef.new(shape: HostTenancy, location_name: "tenancy"))
6832
6855
  ModifyInstancePlacementRequest.add_member(:partition_number, Shapes::ShapeRef.new(shape: Integer, location_name: "PartitionNumber"))
@@ -7237,6 +7260,7 @@ module Aws::EC2
7237
7260
  OccurrenceDaySet.member = Shapes::ShapeRef.new(shape: Integer, location_name: "item")
7238
7261
 
7239
7262
  OnDemandOptions.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: FleetOnDemandAllocationStrategy, location_name: "allocationStrategy"))
7263
+ OnDemandOptions.add_member(:capacity_reservation_options, Shapes::ShapeRef.new(shape: CapacityReservationOptions, location_name: "capacityReservationOptions"))
7240
7264
  OnDemandOptions.add_member(:single_instance_type, Shapes::ShapeRef.new(shape: Boolean, location_name: "singleInstanceType"))
7241
7265
  OnDemandOptions.add_member(:single_availability_zone, Shapes::ShapeRef.new(shape: Boolean, location_name: "singleAvailabilityZone"))
7242
7266
  OnDemandOptions.add_member(:min_target_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "minTargetCapacity"))
@@ -7244,6 +7268,7 @@ module Aws::EC2
7244
7268
  OnDemandOptions.struct_class = Types::OnDemandOptions
7245
7269
 
7246
7270
  OnDemandOptionsRequest.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: FleetOnDemandAllocationStrategy, location_name: "AllocationStrategy"))
7271
+ OnDemandOptionsRequest.add_member(:capacity_reservation_options, Shapes::ShapeRef.new(shape: CapacityReservationOptionsRequest, location_name: "CapacityReservationOptions"))
7247
7272
  OnDemandOptionsRequest.add_member(:single_instance_type, Shapes::ShapeRef.new(shape: Boolean, location_name: "SingleInstanceType"))
7248
7273
  OnDemandOptionsRequest.add_member(:single_availability_zone, Shapes::ShapeRef.new(shape: Boolean, location_name: "SingleAvailabilityZone"))
7249
7274
  OnDemandOptionsRequest.add_member(:min_target_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "MinTargetCapacity"))
@@ -7351,8 +7376,12 @@ module Aws::EC2
7351
7376
  PlacementGroup.add_member(:state, Shapes::ShapeRef.new(shape: PlacementGroupState, location_name: "state"))
7352
7377
  PlacementGroup.add_member(:strategy, Shapes::ShapeRef.new(shape: PlacementStrategy, location_name: "strategy"))
7353
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"))
7354
7381
  PlacementGroup.struct_class = Types::PlacementGroup
7355
7382
 
7383
+ PlacementGroupIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "GroupId")
7384
+
7356
7385
  PlacementGroupInfo.add_member(:supported_strategies, Shapes::ShapeRef.new(shape: PlacementGroupStrategyList, location_name: "supportedStrategies"))
7357
7386
  PlacementGroupInfo.struct_class = Types::PlacementGroupInfo
7358
7387
 
@@ -7698,7 +7727,7 @@ module Aws::EC2
7698
7727
 
7699
7728
  RequestHostIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
7700
7729
 
7701
- RequestHostIdSet.member = Shapes::ShapeRef.new(shape: HostId, location_name: "item")
7730
+ RequestHostIdSet.member = Shapes::ShapeRef.new(shape: DedicatedHostId, location_name: "item")
7702
7731
 
7703
7732
  RequestInstanceTypeList.member = Shapes::ShapeRef.new(shape: InstanceType)
7704
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]
@@ -263,8 +275,9 @@ module Aws::EC2
263
275
  # * `hypervisor` - The hypervisor type of the instance (`ovm` \| `xen`).
264
276
  #
265
277
  # * `iam-instance-profile.arn` - The instance profile associated with
266
- # the instance. Specified as an ARN. `image-id` - The ID of the image
267
- # used to launch the instance.
278
+ # the instance. Specified as an ARN.
279
+ #
280
+ # * `image-id` - The ID of the image used to launch the instance.
268
281
  #
269
282
  # * `instance-id` - The ID of the instance.
270
283
  #
@@ -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
  #
@@ -1640,8 +1643,9 @@ module Aws::EC2
1640
1643
  # * `hypervisor` - The hypervisor type of the instance (`ovm` \| `xen`).
1641
1644
  #
1642
1645
  # * `iam-instance-profile.arn` - The instance profile associated with
1643
- # the instance. Specified as an ARN. `image-id` - The ID of the image
1644
- # used to launch the instance.
1646
+ # the instance. Specified as an ARN.
1647
+ #
1648
+ # * `image-id` - The ID of the image used to launch the instance.
1645
1649
  #
1646
1650
  # * `instance-id` - The ID of the instance.
1647
1651
  #
@@ -1987,6 +1991,7 @@ module Aws::EC2
1987
1991
  # },
1988
1992
  # ],
1989
1993
  # key_names: ["String"],
1994
+ # key_pair_ids: ["String"],
1990
1995
  # dry_run: false,
1991
1996
  # })
1992
1997
  # @param [Hash] options ({})
@@ -2000,6 +2005,8 @@ module Aws::EC2
2000
2005
  # The key pair names.
2001
2006
  #
2002
2007
  # Default: Describes all your key pairs.
2008
+ # @option options [Array<String>] :key_pair_ids
2009
+ # The IDs of the key pairs.
2003
2010
  # @option options [Boolean] :dry_run
2004
2011
  # Checks whether you have the required permissions for the action,
2005
2012
  # without actually making the request, and provides an error response.
@@ -2370,6 +2377,7 @@ module Aws::EC2
2370
2377
  # ],
2371
2378
  # dry_run: false,
2372
2379
  # group_names: ["String"],
2380
+ # group_ids: ["String"],
2373
2381
  # })
2374
2382
  # @param [Hash] options ({})
2375
2383
  # @option options [Array<Types::Filter>] :filters
@@ -2392,6 +2400,8 @@ module Aws::EC2
2392
2400
  #
2393
2401
  # Default: Describes all your placement groups, or only those otherwise
2394
2402
  # specified.
2403
+ # @option options [Array<String>] :group_ids
2404
+ # The IDs of the placement groups.
2395
2405
  # @return [PlacementGroup::Collection]
2396
2406
  def placement_groups(options = {})
2397
2407
  batches = Enumerator.new do |y|
@@ -3004,6 +3014,9 @@ module Aws::EC2
3004
3014
  # * `instance-id` - The ID of the instance the address is associated
3005
3015
  # with, if any.
3006
3016
  #
3017
+ # * `network-border-group` - The location from where the IP address is
3018
+ # advertised.
3019
+ #
3007
3020
  # * `network-interface-id` - \[EC2-VPC\] The ID of the network interface
3008
3021
  # that the address is associated with, if any.
3009
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",
@@ -890,8 +890,9 @@ module Aws::EC2
890
890
  # * `hypervisor` - The hypervisor type of the instance (`ovm` \| `xen`).
891
891
  #
892
892
  # * `iam-instance-profile.arn` - The instance profile associated with
893
- # the instance. Specified as an ARN. `image-id` - The ID of the image
894
- # used to launch the instance.
893
+ # the instance. Specified as an ARN.
894
+ #
895
+ # * `image-id` - The ID of the image used to launch the instance.
895
896
  #
896
897
  # * `instance-id` - The ID of the instance.
897
898
  #
@@ -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",
@@ -2899,6 +2899,99 @@ module Aws::EC2
2899
2899
  include Aws::Structure
2900
2900
  end
2901
2901
 
2902
+ # Describes the strategy for using unused Capacity Reservations for
2903
+ # fulfilling On-Demand capacity.
2904
+ #
2905
+ # <note markdown="1"> This strategy can only be used if the EC2 Fleet is of type `instant`.
2906
+ #
2907
+ # </note>
2908
+ #
2909
+ # For more information about Capacity Reservations, see [On-Demand
2910
+ # Capacity Reservations][1] in the *Amazon Elastic Compute Cloud User
2911
+ # Guide*. For examples of using Capacity Reservations in an EC2 Fleet,
2912
+ # see [EC2 Fleet Example Configurations][2] in the *Amazon Elastic
2913
+ # Compute Cloud User Guide*.
2914
+ #
2915
+ #
2916
+ #
2917
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-reservations.html
2918
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-examples.html
2919
+ #
2920
+ # @!attribute [rw] usage_strategy
2921
+ # Indicates whether to use unused Capacity Reservations for fulfilling
2922
+ # On-Demand capacity.
2923
+ #
2924
+ # If you specify `use-capacity-reservations-first`, the fleet uses
2925
+ # unused Capacity Reservations to fulfill On-Demand capacity up to the
2926
+ # target On-Demand capacity. If multiple instance pools have unused
2927
+ # Capacity Reservations, the On-Demand allocation strategy
2928
+ # (`lowest-price` or `prioritized`) is applied. If the number of
2929
+ # unused Capacity Reservations is less than the On-Demand target
2930
+ # capacity, the remaining On-Demand target capacity is launched
2931
+ # according to the On-Demand allocation strategy (`lowest-price` or
2932
+ # `prioritized`).
2933
+ #
2934
+ # If you do not specify a value, the fleet fulfils the On-Demand
2935
+ # capacity according to the chosen On-Demand allocation strategy.
2936
+ # @return [String]
2937
+ #
2938
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CapacityReservationOptions AWS API Documentation
2939
+ #
2940
+ class CapacityReservationOptions < Struct.new(
2941
+ :usage_strategy)
2942
+ include Aws::Structure
2943
+ end
2944
+
2945
+ # Describes the strategy for using unused Capacity Reservations for
2946
+ # fulfilling On-Demand capacity.
2947
+ #
2948
+ # <note markdown="1"> This strategy can only be used if the EC2 Fleet is of type `instant`.
2949
+ #
2950
+ # </note>
2951
+ #
2952
+ # For more information about Capacity Reservations, see [On-Demand
2953
+ # Capacity Reservations][1] in the *Amazon Elastic Compute Cloud User
2954
+ # Guide*. For examples of using Capacity Reservations in an EC2 Fleet,
2955
+ # see [EC2 Fleet Example Configurations][2] in the *Amazon Elastic
2956
+ # Compute Cloud User Guide*.
2957
+ #
2958
+ #
2959
+ #
2960
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-reservations.html
2961
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-examples.html
2962
+ #
2963
+ # @note When making an API call, you may pass CapacityReservationOptionsRequest
2964
+ # data as a hash:
2965
+ #
2966
+ # {
2967
+ # usage_strategy: "use-capacity-reservations-first", # accepts use-capacity-reservations-first
2968
+ # }
2969
+ #
2970
+ # @!attribute [rw] usage_strategy
2971
+ # Indicates whether to use unused Capacity Reservations for fulfilling
2972
+ # On-Demand capacity.
2973
+ #
2974
+ # If you specify `use-capacity-reservations-first`, the fleet uses
2975
+ # unused Capacity Reservations to fulfill On-Demand capacity up to the
2976
+ # target On-Demand capacity. If multiple instance pools have unused
2977
+ # Capacity Reservations, the On-Demand allocation strategy
2978
+ # (`lowest-price` or `prioritized`) is applied. If the number of
2979
+ # unused Capacity Reservations is less than the On-Demand target
2980
+ # capacity, the remaining On-Demand target capacity is launched
2981
+ # according to the On-Demand allocation strategy (`lowest-price` or
2982
+ # `prioritized`).
2983
+ #
2984
+ # If you do not specify a value, the fleet fulfils the On-Demand
2985
+ # capacity according to the chosen On-Demand allocation strategy.
2986
+ # @return [String]
2987
+ #
2988
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CapacityReservationOptionsRequest AWS API Documentation
2989
+ #
2990
+ class CapacityReservationOptionsRequest < Struct.new(
2991
+ :usage_strategy)
2992
+ include Aws::Structure
2993
+ end
2994
+
2902
2995
  # Describes an instance's Capacity Reservation targeting option. You
2903
2996
  # can specify only one parameter at a time. If you specify
2904
2997
  # `CapacityReservationPreference` and `CapacityReservationTarget`, the
@@ -4008,11 +4101,12 @@ module Aws::EC2
4008
4101
  # @return [Boolean]
4009
4102
  #
4010
4103
  # @!attribute [rw] kms_key_id
4011
- # An identifier for the AWS Key Management Service (AWS KMS) customer
4012
- # master key (CMK) to use when creating the encrypted volume. This
4013
- # parameter is only required if you want to use a non-default CMK; if
4014
- # this parameter is not specified, the default CMK for EBS is used. If
4015
- # 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.
4016
4110
  #
4017
4111
  # To specify a CMK, use its key ID, Amazon Resource Name (ARN), alias
4018
4112
  # name, or alias ARN. When using an alias name, prefix it with
@@ -4033,6 +4127,8 @@ module Aws::EC2
4033
4127
  #
4034
4128
  # The specified CMK must exist in the Region that the snapshot is
4035
4129
  # being copied to.
4130
+ #
4131
+ # Amazon EBS does not support asymmetric CMKs.
4036
4132
  # @return [String]
4037
4133
  #
4038
4134
  # @!attribute [rw] name
@@ -4094,7 +4190,7 @@ module Aws::EC2
4094
4190
  # source_snapshot_id: "String", # required
4095
4191
  # tag_specifications: [
4096
4192
  # {
4097
- # 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
4098
4194
  # tags: [
4099
4195
  # {
4100
4196
  # key: "String",
@@ -4298,7 +4394,7 @@ module Aws::EC2
4298
4394
  # instance_match_criteria: "open", # accepts open, targeted
4299
4395
  # tag_specifications: [
4300
4396
  # {
4301
- # 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
4302
4398
  # tags: [
4303
4399
  # {
4304
4400
  # key: "String",
@@ -4494,7 +4590,7 @@ module Aws::EC2
4494
4590
  # client_token: "String",
4495
4591
  # tag_specifications: [
4496
4592
  # {
4497
- # 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
4498
4594
  # tags: [
4499
4595
  # {
4500
4596
  # key: "String",
@@ -4970,8 +5066,8 @@ module Aws::EC2
4970
5066
  #
4971
5067
  # @!attribute [rw] launch_template_and_overrides
4972
5068
  # The launch templates and overrides that were used for launching the
4973
- # instances. Any parameters that you specify in the Overrides override
4974
- # the same parameters in the launch template.
5069
+ # instances. The values that you specify in the Overrides replace the
5070
+ # values in the launch template.
4975
5071
  # @return [Types::LaunchTemplateAndOverridesResponse]
4976
5072
  #
4977
5073
  # @!attribute [rw] lifecycle
@@ -4991,7 +5087,7 @@ module Aws::EC2
4991
5087
  #
4992
5088
  # @!attribute [rw] error_message
4993
5089
  # The error message that describes why the instance could not be
4994
- # launched. For more information about error messages, see ee [Error
5090
+ # launched. For more information about error messages, see [Error
4995
5091
  # Codes][1].
4996
5092
  #
4997
5093
  #
@@ -5013,8 +5109,8 @@ module Aws::EC2
5013
5109
  #
5014
5110
  # @!attribute [rw] launch_template_and_overrides
5015
5111
  # The launch templates and overrides that were used for launching the
5016
- # instances. Any parameters that you specify in the Overrides override
5017
- # the same parameters in the launch template.
5112
+ # instances. The values that you specify in the Overrides replace the
5113
+ # values in the launch template.
5018
5114
  # @return [Types::LaunchTemplateAndOverridesResponse]
5019
5115
  #
5020
5116
  # @!attribute [rw] lifecycle
@@ -5031,7 +5127,8 @@ module Aws::EC2
5031
5127
  # @return [String]
5032
5128
  #
5033
5129
  # @!attribute [rw] platform
5034
- # The value is `Windows` for Windows instances; otherwise blank.
5130
+ # The value is `Windows` for Windows instances. Otherwise, the value
5131
+ # is blank.
5035
5132
  # @return [String]
5036
5133
  #
5037
5134
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateFleetInstance AWS API Documentation
@@ -5062,6 +5159,9 @@ module Aws::EC2
5062
5159
  # },
5063
5160
  # on_demand_options: {
5064
5161
  # allocation_strategy: "lowest-price", # accepts lowest-price, prioritized
5162
+ # capacity_reservation_options: {
5163
+ # usage_strategy: "use-capacity-reservations-first", # accepts use-capacity-reservations-first
5164
+ # },
5065
5165
  # single_instance_type: false,
5066
5166
  # single_availability_zone: false,
5067
5167
  # min_target_capacity: 1,
@@ -5110,7 +5210,7 @@ module Aws::EC2
5110
5210
  # replace_unhealthy_instances: false,
5111
5211
  # tag_specifications: [
5112
5212
  # {
5113
- # 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
5114
5214
  # tags: [
5115
5215
  # {
5116
5216
  # key: "String",
@@ -5129,7 +5229,7 @@ module Aws::EC2
5129
5229
  # @return [Boolean]
5130
5230
  #
5131
5231
  # @!attribute [rw] client_token
5132
- # Unique, case-sensitive identifier you provide to ensure the
5232
+ # Unique, case-sensitive identifier that you provide to ensure the
5133
5233
  # idempotency of the request. For more information, see [Ensuring
5134
5234
  # Idempotency][1].
5135
5235
  #
@@ -5430,7 +5530,7 @@ module Aws::EC2
5430
5530
  # client_token: "String",
5431
5531
  # tag_specifications: [
5432
5532
  # {
5433
- # 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
5434
5534
  # tags: [
5435
5535
  # {
5436
5536
  # key: "String",
@@ -5787,7 +5887,7 @@ module Aws::EC2
5787
5887
  # user_data: "String",
5788
5888
  # tag_specifications: [
5789
5889
  # {
5790
- # 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
5791
5891
  # tags: [
5792
5892
  # {
5793
5893
  # key: "String",
@@ -5843,7 +5943,7 @@ module Aws::EC2
5843
5943
  # },
5844
5944
  # tag_specifications: [
5845
5945
  # {
5846
- # 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
5847
5947
  # tags: [
5848
5948
  # {
5849
5949
  # key: "String",
@@ -5992,7 +6092,7 @@ module Aws::EC2
5992
6092
  # user_data: "String",
5993
6093
  # tag_specifications: [
5994
6094
  # {
5995
- # 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
5996
6096
  # tags: [
5997
6097
  # {
5998
6098
  # key: "String",
@@ -6922,7 +7022,7 @@ module Aws::EC2
6922
7022
  # volume_id: "VolumeId", # required
6923
7023
  # tag_specifications: [
6924
7024
  # {
6925
- # 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
6926
7026
  # tags: [
6927
7027
  # {
6928
7028
  # key: "String",
@@ -6974,7 +7074,7 @@ module Aws::EC2
6974
7074
  # },
6975
7075
  # tag_specifications: [
6976
7076
  # {
6977
- # 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
6978
7078
  # tags: [
6979
7079
  # {
6980
7080
  # key: "String",
@@ -7215,7 +7315,7 @@ module Aws::EC2
7215
7315
  # description: "String",
7216
7316
  # tag_specifications: [
7217
7317
  # {
7218
- # 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
7219
7319
  # tags: [
7220
7320
  # {
7221
7321
  # key: "String",
@@ -7434,7 +7534,7 @@ module Aws::EC2
7434
7534
  # description: "String",
7435
7535
  # tag_specifications: [
7436
7536
  # {
7437
- # 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
7438
7538
  # tags: [
7439
7539
  # {
7440
7540
  # key: "String",
@@ -7565,7 +7665,7 @@ module Aws::EC2
7565
7665
  # description: "String",
7566
7666
  # tag_specifications: [
7567
7667
  # {
7568
- # 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
7569
7669
  # tags: [
7570
7670
  # {
7571
7671
  # key: "String",
@@ -7656,7 +7756,7 @@ module Aws::EC2
7656
7756
  # transit_gateway_id: "String", # required
7657
7757
  # tag_specifications: [
7658
7758
  # {
7659
- # 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
7660
7760
  # tags: [
7661
7761
  # {
7662
7762
  # key: "String",
@@ -7713,7 +7813,7 @@ module Aws::EC2
7713
7813
  # peer_region: "String", # required
7714
7814
  # tag_specifications: [
7715
7815
  # {
7716
- # 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
7717
7817
  # tags: [
7718
7818
  # {
7719
7819
  # key: "String",
@@ -7792,7 +7892,7 @@ module Aws::EC2
7792
7892
  # },
7793
7893
  # tag_specifications: [
7794
7894
  # {
7795
- # 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
7796
7896
  # tags: [
7797
7897
  # {
7798
7898
  # key: "String",
@@ -7908,7 +8008,7 @@ module Aws::EC2
7908
8008
  # transit_gateway_id: "String", # required
7909
8009
  # tag_specifications: [
7910
8010
  # {
7911
- # 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
7912
8012
  # tags: [
7913
8013
  # {
7914
8014
  # key: "String",
@@ -7968,7 +8068,7 @@ module Aws::EC2
7968
8068
  # },
7969
8069
  # tag_specifications: [
7970
8070
  # {
7971
- # 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
7972
8072
  # tags: [
7973
8073
  # {
7974
8074
  # key: "String",
@@ -8138,7 +8238,7 @@ module Aws::EC2
8138
8238
  # dry_run: false,
8139
8239
  # tag_specifications: [
8140
8240
  # {
8141
- # 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
8142
8242
  # tags: [
8143
8243
  # {
8144
8244
  # key: "String",
@@ -9369,7 +9469,7 @@ module Aws::EC2
9369
9469
  # data as a hash:
9370
9470
  #
9371
9471
  # {
9372
- # key_name: "String", # required
9472
+ # key_name: "KeyPairName", # required
9373
9473
  # dry_run: false,
9374
9474
  # }
9375
9475
  #
@@ -11044,6 +11144,9 @@ module Aws::EC2
11044
11144
  # * `instance-id` - The ID of the instance the address is associated
11045
11145
  # with, if any.
11046
11146
  #
11147
+ # * `network-border-group` - The location from where the IP address is
11148
+ # advertised.
11149
+ #
11047
11150
  # * `network-interface-id` - \[EC2-VPC\] The ID of the network
11048
11151
  # interface that the address is associated with, if any.
11049
11152
  #
@@ -12377,16 +12480,26 @@ module Aws::EC2
12377
12480
  #
12378
12481
  # {
12379
12482
  # export_task_ids: ["String"],
12483
+ # filters: [
12484
+ # {
12485
+ # name: "String",
12486
+ # values: ["String"],
12487
+ # },
12488
+ # ],
12380
12489
  # }
12381
12490
  #
12382
12491
  # @!attribute [rw] export_task_ids
12383
12492
  # The export task IDs.
12384
12493
  # @return [Array<String>]
12385
12494
  #
12495
+ # @!attribute [rw] filters
12496
+ # @return [Array<Types::Filter>]
12497
+ #
12386
12498
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeExportTasksRequest AWS API Documentation
12387
12499
  #
12388
12500
  class DescribeExportTasksRequest < Struct.new(
12389
- :export_task_ids)
12501
+ :export_task_ids,
12502
+ :filters)
12390
12503
  include Aws::Structure
12391
12504
  end
12392
12505
 
@@ -12554,8 +12667,8 @@ module Aws::EC2
12554
12667
  #
12555
12668
  # @!attribute [rw] launch_template_and_overrides
12556
12669
  # The launch templates and overrides that were used for launching the
12557
- # instances. Any parameters that you specify in the Overrides override
12558
- # the same parameters in the launch template.
12670
+ # instances. The values that you specify in the Overrides replace the
12671
+ # values in the launch template.
12559
12672
  # @return [Types::LaunchTemplateAndOverridesResponse]
12560
12673
  #
12561
12674
  # @!attribute [rw] lifecycle
@@ -12575,7 +12688,7 @@ module Aws::EC2
12575
12688
  #
12576
12689
  # @!attribute [rw] error_message
12577
12690
  # The error message that describes why the instance could not be
12578
- # launched. For more information about error messages, see ee [Error
12691
+ # launched. For more information about error messages, see [Error
12579
12692
  # Codes][1].
12580
12693
  #
12581
12694
  #
@@ -12769,8 +12882,8 @@ module Aws::EC2
12769
12882
  #
12770
12883
  # @!attribute [rw] launch_template_and_overrides
12771
12884
  # The launch templates and overrides that were used for launching the
12772
- # instances. Any parameters that you specify in the Overrides override
12773
- # the same parameters in the launch template.
12885
+ # instances. The values that you specify in the Overrides replace the
12886
+ # values in the launch template.
12774
12887
  # @return [Types::LaunchTemplateAndOverridesResponse]
12775
12888
  #
12776
12889
  # @!attribute [rw] lifecycle
@@ -12787,7 +12900,8 @@ module Aws::EC2
12787
12900
  # @return [String]
12788
12901
  #
12789
12902
  # @!attribute [rw] platform
12790
- # The value is `Windows` for Windows instances; otherwise blank.
12903
+ # The value is `Windows` for Windows instances. Otherwise, the value
12904
+ # is blank.
12791
12905
  # @return [String]
12792
12906
  #
12793
12907
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFleetsInstances AWS API Documentation
@@ -14406,8 +14520,9 @@ module Aws::EC2
14406
14520
  # `xen`).
14407
14521
  #
14408
14522
  # * `iam-instance-profile.arn` - The instance profile associated with
14409
- # the instance. Specified as an ARN. `image-id` - The ID of the
14410
- # image used to launch the instance.
14523
+ # the instance. Specified as an ARN.
14524
+ #
14525
+ # * `image-id` - The ID of the image used to launch the instance.
14411
14526
  #
14412
14527
  # * `instance-id` - The ID of the instance.
14413
14528
  #
@@ -14793,6 +14908,7 @@ module Aws::EC2
14793
14908
  # },
14794
14909
  # ],
14795
14910
  # key_names: ["String"],
14911
+ # key_pair_ids: ["String"],
14796
14912
  # dry_run: false,
14797
14913
  # }
14798
14914
  #
@@ -14810,6 +14926,10 @@ module Aws::EC2
14810
14926
  # Default: Describes all your key pairs.
14811
14927
  # @return [Array<String>]
14812
14928
  #
14929
+ # @!attribute [rw] key_pair_ids
14930
+ # The IDs of the key pairs.
14931
+ # @return [Array<String>]
14932
+ #
14813
14933
  # @!attribute [rw] dry_run
14814
14934
  # Checks whether you have the required permissions for the action,
14815
14935
  # without actually making the request, and provides an error response.
@@ -14822,6 +14942,7 @@ module Aws::EC2
14822
14942
  class DescribeKeyPairsRequest < Struct.new(
14823
14943
  :filters,
14824
14944
  :key_names,
14945
+ :key_pair_ids,
14825
14946
  :dry_run)
14826
14947
  include Aws::Structure
14827
14948
  end
@@ -16032,7 +16153,8 @@ module Aws::EC2
16032
16153
  # @!attribute [rw] max_results
16033
16154
  # The maximum number of items to return for this request. The request
16034
16155
  # returns a token that you can specify in a subsequent call to get the
16035
- # 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.
16036
16158
  # @return [Integer]
16037
16159
  #
16038
16160
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacesRequest AWS API Documentation
@@ -16077,6 +16199,7 @@ module Aws::EC2
16077
16199
  # ],
16078
16200
  # dry_run: false,
16079
16201
  # group_names: ["String"],
16202
+ # group_ids: ["String"],
16080
16203
  # }
16081
16204
  #
16082
16205
  # @!attribute [rw] filters
@@ -16105,12 +16228,17 @@ module Aws::EC2
16105
16228
  # otherwise specified.
16106
16229
  # @return [Array<String>]
16107
16230
  #
16231
+ # @!attribute [rw] group_ids
16232
+ # The IDs of the placement groups.
16233
+ # @return [Array<String>]
16234
+ #
16108
16235
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribePlacementGroupsRequest AWS API Documentation
16109
16236
  #
16110
16237
  class DescribePlacementGroupsRequest < Struct.new(
16111
16238
  :filters,
16112
16239
  :dry_run,
16113
- :group_names)
16240
+ :group_names,
16241
+ :group_ids)
16114
16242
  include Aws::Structure
16115
16243
  end
16116
16244
 
@@ -21763,7 +21891,7 @@ module Aws::EC2
21763
21891
  # Describes the disk.
21764
21892
  #
21765
21893
  # @!attribute [rw] size_in_gb
21766
- # The size of the disk in GiB.
21894
+ # The size of the disk in GB.
21767
21895
  # @return [Integer]
21768
21896
  #
21769
21897
  # @!attribute [rw] count
@@ -21901,7 +22029,8 @@ module Aws::EC2
21901
22029
  #
21902
22030
  # @!attribute [rw] volume_type
21903
22031
  # The volume type. If you set the type to `io1`, you must also specify
21904
- # the IOPS that the volume supports.
22032
+ # the **Iops** parameter. If you set the type to `gp2`, `st1`, `sc1`,
22033
+ # or `standard`, you must omit the **Iops** parameter.
21905
22034
  #
21906
22035
  # Default: `gp2`
21907
22036
  # @return [String]
@@ -22107,7 +22236,14 @@ module Aws::EC2
22107
22236
  # }
22108
22237
  #
22109
22238
  # @!attribute [rw] type
22110
- # 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
22111
22247
  # @return [String]
22112
22248
  #
22113
22249
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ElasticGpuSpecification AWS API Documentation
@@ -22158,6 +22294,10 @@ module Aws::EC2
22158
22294
  # attached.
22159
22295
  # @return [String]
22160
22296
  #
22297
+ # @!attribute [rw] tags
22298
+ # The tags assigned to the Elastic Graphics accelerator.
22299
+ # @return [Array<Types::Tag>]
22300
+ #
22161
22301
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ElasticGpus AWS API Documentation
22162
22302
  #
22163
22303
  class ElasticGpus < Struct.new(
@@ -22166,7 +22306,8 @@ module Aws::EC2
22166
22306
  :elastic_gpu_type,
22167
22307
  :elastic_gpu_health,
22168
22308
  :elastic_gpu_state,
22169
- :instance_id)
22309
+ :instance_id,
22310
+ :tags)
22170
22311
  include Aws::Structure
22171
22312
  end
22172
22313
 
@@ -22186,9 +22327,10 @@ module Aws::EC2
22186
22327
  # @return [String]
22187
22328
  #
22188
22329
  # @!attribute [rw] count
22189
- # The number of elastic inference accelerators of given type to be
22190
- # attached to the instance. Only positive values allowed. If not
22191
- # specified defaults to 1.
22330
+ # The number of elastic inference accelerators to attach to the
22331
+ # instance.
22332
+ #
22333
+ # Default: 1
22192
22334
  # @return [Integer]
22193
22335
  #
22194
22336
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ElasticInferenceAccelerator AWS API Documentation
@@ -22980,6 +23122,9 @@ module Aws::EC2
22980
23122
  # The status message related to the export task.
22981
23123
  # @return [String]
22982
23124
  #
23125
+ # @!attribute [rw] tags
23126
+ # @return [Array<Types::Tag>]
23127
+ #
22983
23128
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ExportTask AWS API Documentation
22984
23129
  #
22985
23130
  class ExportTask < Struct.new(
@@ -22988,7 +23133,8 @@ module Aws::EC2
22988
23133
  :export_to_s3_task,
22989
23134
  :instance_export_details,
22990
23135
  :state,
22991
- :status_message)
23136
+ :status_message,
23137
+ :tags)
22992
23138
  include Aws::Structure
22993
23139
  end
22994
23140
 
@@ -23286,7 +23432,7 @@ module Aws::EC2
23286
23432
  # @return [String]
23287
23433
  #
23288
23434
  # @!attribute [rw] client_token
23289
- # Unique, case-sensitive identifier you provide to ensure the
23435
+ # Unique, case-sensitive identifier that you provide to ensure the
23290
23436
  # idempotency of the request. For more information, see [Ensuring
23291
23437
  # Idempotency][1].
23292
23438
  #
@@ -23335,11 +23481,11 @@ module Aws::EC2
23335
23481
  # the target capacity, or also attempts to `maintain` it. If you
23336
23482
  # request a certain target capacity, EC2 Fleet only places the
23337
23483
  # required requests; it does not attempt to replenish instances if
23338
- # capacity is diminished, and does not submit requests in alternative
23339
- # capacity pools if capacity is unavailable. To maintain a certain
23340
- # target capacity, EC2 Fleet places the required requests to meet this
23341
- # target capacity. It also automatically replenishes any interrupted
23342
- # Spot Instances. Default: `maintain`.
23484
+ # capacity is diminished, and it does not submit requests in
23485
+ # alternative capacity pools if capacity is unavailable. To maintain a
23486
+ # certain target capacity, EC2 Fleet places the required requests to
23487
+ # meet this target capacity. It also automatically replenishes any
23488
+ # interrupted Spot Instances. Default: `maintain`.
23343
23489
  # @return [String]
23344
23490
  #
23345
23491
  # @!attribute [rw] valid_from
@@ -24366,7 +24512,7 @@ module Aws::EC2
24366
24512
  # data as a hash:
24367
24513
  #
24368
24514
  # {
24369
- # host_id_set: ["HostId"], # required
24515
+ # host_id_set: ["DedicatedHostId"], # required
24370
24516
  # offering_id: "OfferingId", # required
24371
24517
  # }
24372
24518
  #
@@ -25878,7 +26024,7 @@ module Aws::EC2
25878
26024
  include Aws::Structure
25879
26025
  end
25880
26026
 
25881
- # The response information of license configurations.
26027
+ # The response information for license configurations.
25882
26028
  #
25883
26029
  # @!attribute [rw] license_configuration_arn
25884
26030
  # The ARN of a license configuration.
@@ -25979,11 +26125,12 @@ module Aws::EC2
25979
26125
  # @return [String]
25980
26126
  #
25981
26127
  # @!attribute [rw] kms_key_id
25982
- # An identifier for the AWS Key Management Service (AWS KMS) customer
25983
- # master key (CMK) to use when creating the encrypted AMI. This
25984
- # parameter is only required if you want to use a non-default CMK; if
25985
- # this parameter is not specified, the default CMK for EBS is used. If
25986
- # 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.
25987
26134
  #
25988
26135
  # The CMK identifier may be provided in any of the following formats:
25989
26136
  #
@@ -26011,6 +26158,8 @@ module Aws::EC2
26011
26158
  #
26012
26159
  # The specified CMK must exist in the Region that the AMI is being
26013
26160
  # copied to.
26161
+ #
26162
+ # Amazon EBS does not support asymmetric CMKs.
26014
26163
  # @return [String]
26015
26164
  #
26016
26165
  # @!attribute [rw] license_type
@@ -26091,8 +26240,9 @@ module Aws::EC2
26091
26240
  # @return [String]
26092
26241
  #
26093
26242
  # @!attribute [rw] kms_key_id
26094
- # The identifier for the AWS Key Management Service (AWS KMS) customer
26095
- # 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.
26096
26246
  # @return [String]
26097
26247
  #
26098
26248
  # @!attribute [rw] license_type
@@ -26203,9 +26353,13 @@ module Aws::EC2
26203
26353
  # A descriptive status message for the import image task.
26204
26354
  # @return [String]
26205
26355
  #
26356
+ # @!attribute [rw] tags
26357
+ # Any tags applied to the import image task.
26358
+ # @return [Array<Types::Tag>]
26359
+ #
26206
26360
  # @!attribute [rw] license_specifications
26207
- # The ARNs of the license configurations associated to the import
26208
- # image task.
26361
+ # The ARNs of the license configurations that are associated with the
26362
+ # import image task.
26209
26363
  # @return [Array<Types::ImportImageLicenseConfigurationResponse>]
26210
26364
  #
26211
26365
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportImageTask AWS API Documentation
@@ -26224,6 +26378,7 @@ module Aws::EC2
26224
26378
  :snapshot_details,
26225
26379
  :status,
26226
26380
  :status_message,
26381
+ :tags,
26227
26382
  :license_specifications)
26228
26383
  include Aws::Structure
26229
26384
  end
@@ -26495,7 +26650,7 @@ module Aws::EC2
26495
26650
  #
26496
26651
  # {
26497
26652
  # dry_run: false,
26498
- # key_name: "String", # required
26653
+ # key_name: "KeyPairName", # required
26499
26654
  # public_key_material: "data", # required
26500
26655
  # }
26501
26656
  #
@@ -26604,11 +26759,12 @@ module Aws::EC2
26604
26759
  # @return [Boolean]
26605
26760
  #
26606
26761
  # @!attribute [rw] kms_key_id
26607
- # An identifier for the AWS Key Management Service (AWS KMS) customer
26608
- # master key (CMK) to use when creating the encrypted snapshot. This
26609
- # parameter is only required if you want to use a non-default CMK; if
26610
- # this parameter is not specified, the default CMK for EBS is used. If
26611
- # 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.
26612
26768
  #
26613
26769
  # The CMK identifier may be provided in any of the following formats:
26614
26770
  #
@@ -26636,6 +26792,8 @@ module Aws::EC2
26636
26792
  #
26637
26793
  # The specified CMK must exist in the Region that the snapshot is
26638
26794
  # being copied to.
26795
+ #
26796
+ # Amazon EBS does not support asymmetric CMKs.
26639
26797
  # @return [String]
26640
26798
  #
26641
26799
  # @!attribute [rw] role_name
@@ -26692,12 +26850,17 @@ module Aws::EC2
26692
26850
  # Describes an import snapshot task.
26693
26851
  # @return [Types::SnapshotTaskDetail]
26694
26852
  #
26853
+ # @!attribute [rw] tags
26854
+ # Any tags applied to the import snapshot task.
26855
+ # @return [Array<Types::Tag>]
26856
+ #
26695
26857
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportSnapshotTask AWS API Documentation
26696
26858
  #
26697
26859
  class ImportSnapshotTask < Struct.new(
26698
26860
  :description,
26699
26861
  :import_task_id,
26700
- :snapshot_task_detail)
26862
+ :snapshot_task_detail,
26863
+ :tags)
26701
26864
  include Aws::Structure
26702
26865
  end
26703
26866
 
@@ -28165,7 +28328,7 @@ module Aws::EC2
28165
28328
  # Describes the disks that are available for the instance type.
28166
28329
  #
28167
28330
  # @!attribute [rw] total_size_in_gb
28168
- # The total size of the disks, in GiB.
28331
+ # The total size of the disks, in GB.
28169
28332
  # @return [Integer]
28170
28333
  #
28171
28334
  # @!attribute [rw] disks
@@ -28204,8 +28367,8 @@ module Aws::EC2
28204
28367
  # On-Demand.
28205
28368
  # @return [Array<String>]
28206
28369
  #
28207
- # @!attribute [rw] supported_root_devices
28208
- # Indicates the supported root devices.
28370
+ # @!attribute [rw] supported_root_device_types
28371
+ # Indicates the supported root device types.
28209
28372
  # @return [Array<String>]
28210
28373
  #
28211
28374
  # @!attribute [rw] bare_metal
@@ -28285,7 +28448,7 @@ module Aws::EC2
28285
28448
  :current_generation,
28286
28449
  :free_tier_eligible,
28287
28450
  :supported_usage_classes,
28288
- :supported_root_devices,
28451
+ :supported_root_device_types,
28289
28452
  :bare_metal,
28290
28453
  :hypervisor,
28291
28454
  :processor_info,
@@ -28527,7 +28690,7 @@ module Aws::EC2
28527
28690
  # address range.
28528
28691
  #
28529
28692
  # Constraints: Up to 255 characters in length. Allowed characters are
28530
- # a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=;\\\{\\}!$*
28693
+ # a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=&amp;;\\\{\\}!$*
28531
28694
  # @return [String]
28532
28695
  #
28533
28696
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/IpRange AWS API Documentation
@@ -28572,7 +28735,7 @@ module Aws::EC2
28572
28735
  # address range.
28573
28736
  #
28574
28737
  # Constraints: Up to 255 characters in length. Allowed characters are
28575
- # a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=;\\\{\\}!$*
28738
+ # a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=&amp;;\\\{\\}!$*
28576
28739
  # @return [String]
28577
28740
  #
28578
28741
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Ipv6Range AWS API Documentation
@@ -28597,17 +28760,26 @@ module Aws::EC2
28597
28760
  # The name of the key pair.
28598
28761
  # @return [String]
28599
28762
  #
28763
+ # @!attribute [rw] key_pair_id
28764
+ # The ID of the key pair.
28765
+ # @return [String]
28766
+ #
28600
28767
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/KeyPair AWS API Documentation
28601
28768
  #
28602
28769
  class KeyPair < Struct.new(
28603
28770
  :key_fingerprint,
28604
28771
  :key_material,
28605
- :key_name)
28772
+ :key_name,
28773
+ :key_pair_id)
28606
28774
  include Aws::Structure
28607
28775
  end
28608
28776
 
28609
28777
  # Describes a key pair.
28610
28778
  #
28779
+ # @!attribute [rw] key_pair_id
28780
+ # The ID of the key pair.
28781
+ # @return [String]
28782
+ #
28611
28783
  # @!attribute [rw] key_fingerprint
28612
28784
  # If you used CreateKeyPair to create the key pair, this is the SHA-1
28613
28785
  # digest of the DER encoded private key. If you used ImportKeyPair to
@@ -28619,11 +28791,17 @@ module Aws::EC2
28619
28791
  # The name of the key pair.
28620
28792
  # @return [String]
28621
28793
  #
28794
+ # @!attribute [rw] tags
28795
+ # Any tags applied to the key pair.
28796
+ # @return [Array<Types::Tag>]
28797
+ #
28622
28798
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/KeyPairInfo AWS API Documentation
28623
28799
  #
28624
28800
  class KeyPairInfo < Struct.new(
28801
+ :key_pair_id,
28625
28802
  :key_fingerprint,
28626
- :key_name)
28803
+ :key_name,
28804
+ :tags)
28627
28805
  include Aws::Structure
28628
28806
  end
28629
28807
 
@@ -29176,8 +29354,8 @@ module Aws::EC2
29176
29354
  # @return [Integer]
29177
29355
  #
29178
29356
  # @!attribute [rw] kms_key_id
29179
- # The ARN of the AWS Key Management Service (AWS KMS) CMK used for
29180
- # encryption.
29357
+ # The ARN of the symmetric AWS Key Management Service (AWS KMS) CMK
29358
+ # used for encryption.
29181
29359
  # @return [String]
29182
29360
  #
29183
29361
  # @!attribute [rw] snapshot_id
@@ -29224,9 +29402,10 @@ module Aws::EC2
29224
29402
  # @return [String]
29225
29403
  #
29226
29404
  # @!attribute [rw] count
29227
- # The number of elastic inference accelerators of given type to be
29228
- # attached to the instance. Only positive values allowed. If not
29229
- # specified defaults to 1.
29405
+ # The number of elastic inference accelerators to attach to the
29406
+ # instance.
29407
+ #
29408
+ # Default: 1
29230
29409
  # @return [Integer]
29231
29410
  #
29232
29411
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateElasticInferenceAccelerator AWS API Documentation
@@ -29245,9 +29424,10 @@ module Aws::EC2
29245
29424
  # @return [String]
29246
29425
  #
29247
29426
  # @!attribute [rw] count
29248
- # The number of elastic inference accelerators of given type to be
29249
- # attached to the instance. Only positive values allowed. If not
29250
- # specified defaults to 1.
29427
+ # The number of elastic inference accelerators to attach to the
29428
+ # instance.
29429
+ #
29430
+ # Default: 1
29251
29431
  # @return [Integer]
29252
29432
  #
29253
29433
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateElasticInferenceAcceleratorResponse AWS API Documentation
@@ -29936,7 +30116,7 @@ module Aws::EC2
29936
30116
  # data as a hash:
29937
30117
  #
29938
30118
  # {
29939
- # 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
29940
30120
  # tags: [
29941
30121
  # {
29942
30122
  # key: "String",
@@ -30691,6 +30871,8 @@ module Aws::EC2
30691
30871
  # AWS authenticates the CMK asynchronously. Therefore, if you specify
30692
30872
  # an ID, alias, or ARN that is not valid, the action can appear to
30693
30873
  # complete, but eventually fails.
30874
+ #
30875
+ # Amazon EBS does not support asymmetric CMKs.
30694
30876
  # @return [String]
30695
30877
  #
30696
30878
  # @!attribute [rw] dry_run
@@ -31585,7 +31767,7 @@ module Aws::EC2
31585
31767
  # {
31586
31768
  # affinity: "default", # accepts default, host
31587
31769
  # group_name: "PlacementGroupName",
31588
- # host_id: "HostId",
31770
+ # host_id: "DedicatedHostId",
31589
31771
  # instance_id: "InstanceId", # required
31590
31772
  # tenancy: "dedicated", # accepts dedicated, host
31591
31773
  # partition_number: 1,
@@ -32301,6 +32483,10 @@ module Aws::EC2
32301
32483
  #
32302
32484
  # @!attribute [rw] options
32303
32485
  # The new VPC attachment options.
32486
+ #
32487
+ # <note markdown="1"> You cannot modify the IPv6 options.
32488
+ #
32489
+ # </note>
32304
32490
  # @return [Types::ModifyTransitGatewayVpcAttachmentRequestOptions]
32305
32491
  #
32306
32492
  # @!attribute [rw] dry_run
@@ -34066,14 +34252,21 @@ module Aws::EC2
34066
34252
  # `lowest-price`.
34067
34253
  # @return [String]
34068
34254
  #
34255
+ # @!attribute [rw] capacity_reservation_options
34256
+ # The strategy for using unused Capacity Reservations for fulfilling
34257
+ # On-Demand capacity. Supported only for fleets of type `instant`.
34258
+ # @return [Types::CapacityReservationOptions]
34259
+ #
34069
34260
  # @!attribute [rw] single_instance_type
34070
34261
  # Indicates that the fleet uses a single instance type to launch all
34071
- # On-Demand Instances in the fleet.
34262
+ # On-Demand Instances in the fleet. Supported only for fleets of type
34263
+ # `instant`.
34072
34264
  # @return [Boolean]
34073
34265
  #
34074
34266
  # @!attribute [rw] single_availability_zone
34075
34267
  # Indicates that the fleet launches all On-Demand Instances into a
34076
- # single Availability Zone.
34268
+ # single Availability Zone. Supported only for fleets of type
34269
+ # `instant`.
34077
34270
  # @return [Boolean]
34078
34271
  #
34079
34272
  # @!attribute [rw] min_target_capacity
@@ -34091,6 +34284,7 @@ module Aws::EC2
34091
34284
  #
34092
34285
  class OnDemandOptions < Struct.new(
34093
34286
  :allocation_strategy,
34287
+ :capacity_reservation_options,
34094
34288
  :single_instance_type,
34095
34289
  :single_availability_zone,
34096
34290
  :min_target_capacity,
@@ -34105,6 +34299,9 @@ module Aws::EC2
34105
34299
  #
34106
34300
  # {
34107
34301
  # allocation_strategy: "lowest-price", # accepts lowest-price, prioritized
34302
+ # capacity_reservation_options: {
34303
+ # usage_strategy: "use-capacity-reservations-first", # accepts use-capacity-reservations-first
34304
+ # },
34108
34305
  # single_instance_type: false,
34109
34306
  # single_availability_zone: false,
34110
34307
  # min_target_capacity: 1,
@@ -34121,14 +34318,21 @@ module Aws::EC2
34121
34318
  # `lowest-price`.
34122
34319
  # @return [String]
34123
34320
  #
34321
+ # @!attribute [rw] capacity_reservation_options
34322
+ # The strategy for using unused Capacity Reservations for fulfilling
34323
+ # On-Demand capacity. Supported only for fleets of type `instant`.
34324
+ # @return [Types::CapacityReservationOptionsRequest]
34325
+ #
34124
34326
  # @!attribute [rw] single_instance_type
34125
34327
  # Indicates that the fleet uses a single instance type to launch all
34126
- # On-Demand Instances in the fleet.
34328
+ # On-Demand Instances in the fleet. Supported only for fleets of type
34329
+ # `instant`.
34127
34330
  # @return [Boolean]
34128
34331
  #
34129
34332
  # @!attribute [rw] single_availability_zone
34130
34333
  # Indicates that the fleet launches all On-Demand Instances into a
34131
- # single Availability Zone.
34334
+ # single Availability Zone. Supported only for fleets of type
34335
+ # `instant`.
34132
34336
  # @return [Boolean]
34133
34337
  #
34134
34338
  # @!attribute [rw] min_target_capacity
@@ -34146,6 +34350,7 @@ module Aws::EC2
34146
34350
  #
34147
34351
  class OnDemandOptionsRequest < Struct.new(
34148
34352
  :allocation_strategy,
34353
+ :capacity_reservation_options,
34149
34354
  :single_instance_type,
34150
34355
  :single_availability_zone,
34151
34356
  :min_target_capacity,
@@ -34585,13 +34790,23 @@ module Aws::EC2
34585
34790
  # `partition`.
34586
34791
  # @return [Integer]
34587
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
+ #
34588
34801
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PlacementGroup AWS API Documentation
34589
34802
  #
34590
34803
  class PlacementGroup < Struct.new(
34591
34804
  :group_name,
34592
34805
  :state,
34593
34806
  :strategy,
34594
- :partition_count)
34807
+ :partition_count,
34808
+ :group_id,
34809
+ :tags)
34595
34810
  include Aws::Structure
34596
34811
  end
34597
34812
 
@@ -34611,7 +34826,7 @@ module Aws::EC2
34611
34826
  # Describes the placement of an instance.
34612
34827
  #
34613
34828
  # @!attribute [rw] group_name
34614
- # The name of the placement group the instance is in.
34829
+ # The name of the placement group that the instance is in.
34615
34830
  # @return [String]
34616
34831
  #
34617
34832
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PlacementResponse AWS API Documentation
@@ -35131,7 +35346,7 @@ module Aws::EC2
35131
35346
  # {
35132
35347
  # client_token: "String",
35133
35348
  # currency_code: "USD", # accepts USD
35134
- # host_id_set: ["HostId"], # required
35349
+ # host_id_set: ["DedicatedHostId"], # required
35135
35350
  # limit_price: "String",
35136
35351
  # offering_id: "OfferingId", # required
35137
35352
  # }
@@ -36490,7 +36705,7 @@ module Aws::EC2
36490
36705
  # user_data: "String",
36491
36706
  # tag_specifications: [
36492
36707
  # {
36493
- # 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
36494
36709
  # tags: [
36495
36710
  # {
36496
36711
  # key: "String",
@@ -36867,7 +37082,7 @@ module Aws::EC2
36867
37082
  # weighted_capacity: 1.0,
36868
37083
  # tag_specifications: [
36869
37084
  # {
36870
- # 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
36871
37086
  # tags: [
36872
37087
  # {
36873
37088
  # key: "String",
@@ -38922,7 +39137,7 @@ module Aws::EC2
38922
39137
  # ],
38923
39138
  # tag_specifications: [
38924
39139
  # {
38925
- # 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
38926
39141
  # tags: [
38927
39142
  # {
38928
39143
  # key: "String",
@@ -41332,7 +41547,7 @@ module Aws::EC2
41332
41547
  # weighted_capacity: 1.0,
41333
41548
  # tag_specifications: [
41334
41549
  # {
41335
- # 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
41336
41551
  # tags: [
41337
41552
  # {
41338
41553
  # key: "String",
@@ -41618,7 +41833,7 @@ module Aws::EC2
41618
41833
  # weighted_capacity: 1.0,
41619
41834
  # tag_specifications: [
41620
41835
  # {
41621
- # 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
41622
41837
  # tags: [
41623
41838
  # {
41624
41839
  # key: "String",
@@ -41898,7 +42113,7 @@ module Aws::EC2
41898
42113
  # data as a hash:
41899
42114
  #
41900
42115
  # {
41901
- # 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
41902
42117
  # tags: [
41903
42118
  # {
41904
42119
  # key: "String",
@@ -42162,7 +42377,7 @@ module Aws::EC2
42162
42377
  # is the default allocation strategy.
42163
42378
  #
42164
42379
  # If the allocation strategy is `diversified`, EC2 Fleet launches
42165
- # instances from all the Spot Instance pools that you specify.
42380
+ # instances from all of the Spot Instance pools that you specify.
42166
42381
  #
42167
42382
  # If the allocation strategy is `capacity-optimized`, EC2 Fleet
42168
42383
  # launches instances from Spot Instance pools with optimal capacity
@@ -42184,12 +42399,13 @@ module Aws::EC2
42184
42399
  #
42185
42400
  # @!attribute [rw] single_instance_type
42186
42401
  # Indicates that the fleet uses a single instance type to launch all
42187
- # Spot Instances in the fleet.
42402
+ # Spot Instances in the fleet. Supported only for fleets of type
42403
+ # `instant`.
42188
42404
  # @return [Boolean]
42189
42405
  #
42190
42406
  # @!attribute [rw] single_availability_zone
42191
42407
  # Indicates that the fleet launches all Spot Instances into a single
42192
- # Availability Zone.
42408
+ # Availability Zone. Supported only for fleets of type `instant`.
42193
42409
  # @return [Boolean]
42194
42410
  #
42195
42411
  # @!attribute [rw] min_target_capacity
@@ -42240,7 +42456,7 @@ module Aws::EC2
42240
42456
  # is the default allocation strategy.
42241
42457
  #
42242
42458
  # If the allocation strategy is `diversified`, EC2 Fleet launches
42243
- # instances from all the Spot Instance pools that you specify.
42459
+ # instances from all of the Spot Instance pools that you specify.
42244
42460
  #
42245
42461
  # If the allocation strategy is `capacity-optimized`, EC2 Fleet
42246
42462
  # launches instances from Spot Instance pools with optimal capacity
@@ -42262,12 +42478,13 @@ module Aws::EC2
42262
42478
  #
42263
42479
  # @!attribute [rw] single_instance_type
42264
42480
  # Indicates that the fleet uses a single instance type to launch all
42265
- # Spot Instances in the fleet.
42481
+ # Spot Instances in the fleet. Supported only for fleets of type
42482
+ # `instant`.
42266
42483
  # @return [Boolean]
42267
42484
  #
42268
42485
  # @!attribute [rw] single_availability_zone
42269
42486
  # Indicates that the fleet launches all Spot Instances into a single
42270
- # Availability Zone.
42487
+ # Availability Zone. Supported only for fleets of type `instant`.
42271
42488
  # @return [Boolean]
42272
42489
  #
42273
42490
  # @!attribute [rw] min_target_capacity
@@ -42914,7 +43131,7 @@ module Aws::EC2
42914
43131
  # data as a hash:
42915
43132
  #
42916
43133
  # {
42917
- # 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
42918
43135
  # tags: [
42919
43136
  # {
42920
43137
  # key: "String",
@@ -42927,11 +43144,11 @@ module Aws::EC2
42927
43144
  # The type of resource to tag. Currently, the resource types that
42928
43145
  # support tagging on creation are: `capacity-reservation` \|
42929
43146
  # `client-vpn-endpoint` \| `dedicated-host` \| `fleet` \| `fpga-image`
42930
- # \| `instance` \| `launch-template` \| `snapshot` \|
42931
- # `traffic-mirror-filter` \| `traffic-mirror-session` \|
42932
- # `traffic-mirror-target` \| `transit-gateway` \|
42933
- # `transit-gateway-attachment` \| `transit-gateway-route-table` \|
42934
- # `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`.
42935
43152
  #
42936
43153
  # To tag a resource after it has been created, see [CreateTags][1].
42937
43154
  #
@@ -42959,13 +43176,13 @@ module Aws::EC2
42959
43176
  # of 0 and add capacity later.
42960
43177
  #
42961
43178
  # You can use the On-Demand Instance `MaxTotalPrice` parameter, the Spot
42962
- # Instance `MaxTotalPrice`, or both to ensure your fleet cost does not
42963
- # exceed your budget. If you set a maximum price per hour for the
43179
+ # Instance `MaxTotalPrice`, or both to ensure that your fleet cost does
43180
+ # not exceed your budget. If you set a maximum price per hour for the
42964
43181
  # On-Demand Instances and Spot Instances in your request, EC2 Fleet will
42965
- # launch instances until it reaches the maximum amount you're willing
42966
- # to pay. When the maximum amount you're willing to pay is reached, the
42967
- # fleet stops launching instances even if it hasn’t met the target
42968
- # capacity. The `MaxTotalPrice` parameters are located in and
43182
+ # launch instances until it reaches the maximum amount that you're
43183
+ # willing to pay. When the maximum amount you're willing to pay is
43184
+ # reached, the fleet stops launching instances even if it hasn’t met the
43185
+ # target capacity. The `MaxTotalPrice` parameters are located in and
42969
43186
  #
42970
43187
  # @!attribute [rw] total_target_capacity
42971
43188
  # The number of units to request, filled using
@@ -43011,9 +43228,9 @@ module Aws::EC2
43011
43228
  # your fleet cost does not exceed your budget. If you set a maximum
43012
43229
  # price per hour for the On-Demand Instances and Spot Instances in your
43013
43230
  # request, EC2 Fleet will launch instances until it reaches the maximum
43014
- # amount you're willing to pay. When the maximum amount you're willing
43015
- # to pay is reached, the fleet stops launching instances even if it
43016
- # hasn’t met the target capacity. The `MaxTotalPrice` parameters are
43231
+ # amount that you're willing to pay. When the maximum amount you're
43232
+ # willing to pay is reached, the fleet stops launching instances even if
43233
+ # it hasn’t met the target capacity. The `MaxTotalPrice` parameters are
43017
43234
  # located in and .
43018
43235
  #
43019
43236
  # @note When making an API call, you may pass TargetCapacitySpecificationRequest