aws-sdk-ec2 1.126.0 → 1.131.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -353,6 +353,7 @@ module Aws::EC2
353
353
  DatafeedSubscriptionState = Shapes::StringShape.new(name: 'DatafeedSubscriptionState')
354
354
  DateTime = Shapes::TimestampShape.new(name: 'DateTime')
355
355
  DedicatedHostFlag = Shapes::BooleanShape.new(name: 'DedicatedHostFlag')
356
+ DedicatedHostId = Shapes::StringShape.new(name: 'DedicatedHostId')
356
357
  DefaultRouteTableAssociationValue = Shapes::StringShape.new(name: 'DefaultRouteTableAssociationValue')
357
358
  DefaultRouteTablePropagationValue = Shapes::StringShape.new(name: 'DefaultRouteTablePropagationValue')
358
359
  DefaultTargetCapacityType = Shapes::StringShape.new(name: 'DefaultTargetCapacityType')
@@ -775,6 +776,7 @@ module Aws::EC2
775
776
  DiskType = Shapes::StringShape.new(name: 'DiskType')
776
777
  DnsEntry = Shapes::StructureShape.new(name: 'DnsEntry')
777
778
  DnsEntrySet = Shapes::ListShape.new(name: 'DnsEntrySet')
779
+ DnsNameState = Shapes::StringShape.new(name: 'DnsNameState')
778
780
  DnsServersOptionsModifyStructure = Shapes::StructureShape.new(name: 'DnsServersOptionsModifyStructure')
779
781
  DnsSupportValue = Shapes::StringShape.new(name: 'DnsSupportValue')
780
782
  DomainType = Shapes::StringShape.new(name: 'DomainType')
@@ -956,7 +958,6 @@ module Aws::EC2
956
958
  HistoryRecordSet = Shapes::ListShape.new(name: 'HistoryRecordSet')
957
959
  HistoryRecords = Shapes::ListShape.new(name: 'HistoryRecords')
958
960
  Host = Shapes::StructureShape.new(name: 'Host')
959
- HostId = Shapes::StringShape.new(name: 'HostId')
960
961
  HostInstance = Shapes::StructureShape.new(name: 'HostInstance')
961
962
  HostInstanceList = Shapes::ListShape.new(name: 'HostInstanceList')
962
963
  HostList = Shapes::ListShape.new(name: 'HostList')
@@ -1116,10 +1117,12 @@ module Aws::EC2
1116
1117
  Ipv6SupportValue = Shapes::StringShape.new(name: 'Ipv6SupportValue')
1117
1118
  KeyNameStringList = Shapes::ListShape.new(name: 'KeyNameStringList')
1118
1119
  KeyPair = Shapes::StructureShape.new(name: 'KeyPair')
1120
+ KeyPairIdStringList = Shapes::ListShape.new(name: 'KeyPairIdStringList')
1119
1121
  KeyPairInfo = Shapes::StructureShape.new(name: 'KeyPairInfo')
1120
1122
  KeyPairList = Shapes::ListShape.new(name: 'KeyPairList')
1121
1123
  KeyPairName = Shapes::StringShape.new(name: 'KeyPairName')
1122
1124
  KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
1125
+ LastError = Shapes::StructureShape.new(name: 'LastError')
1123
1126
  LaunchPermission = Shapes::StructureShape.new(name: 'LaunchPermission')
1124
1127
  LaunchPermissionList = Shapes::ListShape.new(name: 'LaunchPermissionList')
1125
1128
  LaunchPermissionModifications = Shapes::StructureShape.new(name: 'LaunchPermissionModifications')
@@ -1387,6 +1390,7 @@ module Aws::EC2
1387
1390
  Phase2IntegrityAlgorithmsRequestListValue = Shapes::StructureShape.new(name: 'Phase2IntegrityAlgorithmsRequestListValue')
1388
1391
  Placement = Shapes::StructureShape.new(name: 'Placement')
1389
1392
  PlacementGroup = Shapes::StructureShape.new(name: 'PlacementGroup')
1393
+ PlacementGroupIdStringList = Shapes::ListShape.new(name: 'PlacementGroupIdStringList')
1390
1394
  PlacementGroupInfo = Shapes::StructureShape.new(name: 'PlacementGroupInfo')
1391
1395
  PlacementGroupList = Shapes::ListShape.new(name: 'PlacementGroupList')
1392
1396
  PlacementGroupName = Shapes::StringShape.new(name: 'PlacementGroupName')
@@ -1413,6 +1417,7 @@ module Aws::EC2
1413
1417
  PrincipalIdFormat = Shapes::StructureShape.new(name: 'PrincipalIdFormat')
1414
1418
  PrincipalIdFormatList = Shapes::ListShape.new(name: 'PrincipalIdFormatList')
1415
1419
  PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
1420
+ PrivateDnsNameConfiguration = Shapes::StructureShape.new(name: 'PrivateDnsNameConfiguration')
1416
1421
  PrivateIpAddressConfigSet = Shapes::ListShape.new(name: 'PrivateIpAddressConfigSet')
1417
1422
  PrivateIpAddressSpecification = Shapes::StructureShape.new(name: 'PrivateIpAddressSpecification')
1418
1423
  PrivateIpAddressSpecificationList = Shapes::ListShape.new(name: 'PrivateIpAddressSpecificationList')
@@ -1655,6 +1660,8 @@ module Aws::EC2
1655
1660
  StaleSecurityGroupSet = Shapes::ListShape.new(name: 'StaleSecurityGroupSet')
1656
1661
  StartInstancesRequest = Shapes::StructureShape.new(name: 'StartInstancesRequest')
1657
1662
  StartInstancesResult = Shapes::StructureShape.new(name: 'StartInstancesResult')
1663
+ StartVpcEndpointServicePrivateDnsVerificationRequest = Shapes::StructureShape.new(name: 'StartVpcEndpointServicePrivateDnsVerificationRequest')
1664
+ StartVpcEndpointServicePrivateDnsVerificationResult = Shapes::StructureShape.new(name: 'StartVpcEndpointServicePrivateDnsVerificationResult')
1658
1665
  State = Shapes::StringShape.new(name: 'State')
1659
1666
  StateReason = Shapes::StructureShape.new(name: 'StateReason')
1660
1667
  Status = Shapes::StringShape.new(name: 'Status')
@@ -3208,6 +3215,7 @@ module Aws::EC2
3208
3215
 
3209
3216
  CreateVpcEndpointServiceConfigurationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3210
3217
  CreateVpcEndpointServiceConfigurationRequest.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "AcceptanceRequired"))
3218
+ CreateVpcEndpointServiceConfigurationRequest.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "PrivateDnsName"))
3211
3219
  CreateVpcEndpointServiceConfigurationRequest.add_member(:network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "NetworkLoadBalancerArn"))
3212
3220
  CreateVpcEndpointServiceConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
3213
3221
  CreateVpcEndpointServiceConfigurationRequest.struct_class = Types::CreateVpcEndpointServiceConfigurationRequest
@@ -3355,7 +3363,7 @@ module Aws::EC2
3355
3363
  DeleteInternetGatewayRequest.add_member(:internet_gateway_id, Shapes::ShapeRef.new(shape: InternetGatewayId, required: true, location_name: "internetGatewayId"))
3356
3364
  DeleteInternetGatewayRequest.struct_class = Types::DeleteInternetGatewayRequest
3357
3365
 
3358
- DeleteKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "KeyName"))
3366
+ DeleteKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: KeyPairName, required: true, location_name: "KeyName"))
3359
3367
  DeleteKeyPairRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3360
3368
  DeleteKeyPairRequest.struct_class = Types::DeleteKeyPairRequest
3361
3369
 
@@ -3803,6 +3811,7 @@ module Aws::EC2
3803
3811
  DescribeEgressOnlyInternetGatewaysRequest.add_member(:egress_only_internet_gateway_ids, Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayIdList, location_name: "EgressOnlyInternetGatewayId"))
3804
3812
  DescribeEgressOnlyInternetGatewaysRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeEgressOnlyInternetGatewaysMaxResults, location_name: "MaxResults"))
3805
3813
  DescribeEgressOnlyInternetGatewaysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
3814
+ DescribeEgressOnlyInternetGatewaysRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
3806
3815
  DescribeEgressOnlyInternetGatewaysRequest.struct_class = Types::DescribeEgressOnlyInternetGatewaysRequest
3807
3816
 
3808
3817
  DescribeEgressOnlyInternetGatewaysResult.add_member(:egress_only_internet_gateways, Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayList, location_name: "egressOnlyInternetGatewaySet"))
@@ -3833,6 +3842,7 @@ module Aws::EC2
3833
3842
  DescribeExportImageTasksResult.struct_class = Types::DescribeExportImageTasksResult
3834
3843
 
3835
3844
  DescribeExportTasksRequest.add_member(:export_task_ids, Shapes::ShapeRef.new(shape: ExportTaskIdStringList, location_name: "exportTaskId"))
3845
+ DescribeExportTasksRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
3836
3846
  DescribeExportTasksRequest.struct_class = Types::DescribeExportTasksRequest
3837
3847
 
3838
3848
  DescribeExportTasksResult.add_member(:export_tasks, Shapes::ShapeRef.new(shape: ExportTaskList, location_name: "exportTaskSet"))
@@ -4115,6 +4125,7 @@ module Aws::EC2
4115
4125
 
4116
4126
  DescribeKeyPairsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4117
4127
  DescribeKeyPairsRequest.add_member(:key_names, Shapes::ShapeRef.new(shape: KeyNameStringList, location_name: "KeyName"))
4128
+ DescribeKeyPairsRequest.add_member(:key_pair_ids, Shapes::ShapeRef.new(shape: KeyPairIdStringList, location_name: "KeyPairId"))
4118
4129
  DescribeKeyPairsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4119
4130
  DescribeKeyPairsRequest.struct_class = Types::DescribeKeyPairsRequest
4120
4131
 
@@ -4282,6 +4293,7 @@ module Aws::EC2
4282
4293
  DescribePlacementGroupsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4283
4294
  DescribePlacementGroupsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4284
4295
  DescribePlacementGroupsRequest.add_member(:group_names, Shapes::ShapeRef.new(shape: PlacementGroupStringList, location_name: "groupName"))
4296
+ DescribePlacementGroupsRequest.add_member(:group_ids, Shapes::ShapeRef.new(shape: PlacementGroupIdStringList, location_name: "GroupId"))
4285
4297
  DescribePlacementGroupsRequest.struct_class = Types::DescribePlacementGroupsRequest
4286
4298
 
4287
4299
  DescribePlacementGroupsResult.add_member(:placement_groups, Shapes::ShapeRef.new(shape: PlacementGroupList, location_name: "placementGroupSet"))
@@ -5070,6 +5082,7 @@ module Aws::EC2
5070
5082
 
5071
5083
  EgressOnlyInternetGateway.add_member(:attachments, Shapes::ShapeRef.new(shape: InternetGatewayAttachmentList, location_name: "attachmentSet"))
5072
5084
  EgressOnlyInternetGateway.add_member(:egress_only_internet_gateway_id, Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayId, location_name: "egressOnlyInternetGatewayId"))
5085
+ EgressOnlyInternetGateway.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
5073
5086
  EgressOnlyInternetGateway.struct_class = Types::EgressOnlyInternetGateway
5074
5087
 
5075
5088
  EgressOnlyInternetGatewayIdList.member = Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayId, location_name: "item")
@@ -5109,6 +5122,7 @@ module Aws::EC2
5109
5122
  ElasticGpus.add_member(:elastic_gpu_health, Shapes::ShapeRef.new(shape: ElasticGpuHealth, location_name: "elasticGpuHealth"))
5110
5123
  ElasticGpus.add_member(:elastic_gpu_state, Shapes::ShapeRef.new(shape: ElasticGpuState, location_name: "elasticGpuState"))
5111
5124
  ElasticGpus.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
5125
+ ElasticGpus.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
5112
5126
  ElasticGpus.struct_class = Types::ElasticGpus
5113
5127
 
5114
5128
  ElasticInferenceAccelerator.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Type"))
@@ -5263,6 +5277,7 @@ module Aws::EC2
5263
5277
  ExportTask.add_member(:instance_export_details, Shapes::ShapeRef.new(shape: InstanceExportDetails, location_name: "instanceExport"))
5264
5278
  ExportTask.add_member(:state, Shapes::ShapeRef.new(shape: ExportTaskState, location_name: "state"))
5265
5279
  ExportTask.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
5280
+ ExportTask.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
5266
5281
  ExportTask.struct_class = Types::ExportTask
5267
5282
 
5268
5283
  ExportTaskIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "ExportTaskId")
@@ -5859,6 +5874,7 @@ module Aws::EC2
5859
5874
  ImportImageTask.add_member(:snapshot_details, Shapes::ShapeRef.new(shape: SnapshotDetailList, location_name: "snapshotDetailSet"))
5860
5875
  ImportImageTask.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
5861
5876
  ImportImageTask.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
5877
+ ImportImageTask.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
5862
5878
  ImportImageTask.add_member(:license_specifications, Shapes::ShapeRef.new(shape: ImportImageLicenseSpecificationListResponse, location_name: "licenseSpecifications"))
5863
5879
  ImportImageTask.struct_class = Types::ImportImageTask
5864
5880
 
@@ -5905,7 +5921,7 @@ module Aws::EC2
5905
5921
  ImportInstanceVolumeDetailSet.member = Shapes::ShapeRef.new(shape: ImportInstanceVolumeDetailItem, location_name: "item")
5906
5922
 
5907
5923
  ImportKeyPairRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
5908
- ImportKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "keyName"))
5924
+ ImportKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: KeyPairName, required: true, location_name: "keyName"))
5909
5925
  ImportKeyPairRequest.add_member(:public_key_material, Shapes::ShapeRef.new(shape: Blob, required: true, location_name: "publicKeyMaterial"))
5910
5926
  ImportKeyPairRequest.struct_class = Types::ImportKeyPairRequest
5911
5927
 
@@ -5931,6 +5947,7 @@ module Aws::EC2
5931
5947
  ImportSnapshotTask.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
5932
5948
  ImportSnapshotTask.add_member(:import_task_id, Shapes::ShapeRef.new(shape: String, location_name: "importTaskId"))
5933
5949
  ImportSnapshotTask.add_member(:snapshot_task_detail, Shapes::ShapeRef.new(shape: SnapshotTaskDetail, location_name: "snapshotTaskDetail"))
5950
+ ImportSnapshotTask.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
5934
5951
  ImportSnapshotTask.struct_class = Types::ImportSnapshotTask
5935
5952
 
5936
5953
  ImportSnapshotTaskList.member = Shapes::ShapeRef.new(shape: ImportSnapshotTask, location_name: "item")
@@ -6226,7 +6243,7 @@ module Aws::EC2
6226
6243
  InstanceTypeInfo.add_member(:current_generation, Shapes::ShapeRef.new(shape: CurrentGenerationFlag, location_name: "currentGeneration"))
6227
6244
  InstanceTypeInfo.add_member(:free_tier_eligible, Shapes::ShapeRef.new(shape: FreeTierEligibleFlag, location_name: "freeTierEligible"))
6228
6245
  InstanceTypeInfo.add_member(:supported_usage_classes, Shapes::ShapeRef.new(shape: UsageClassTypeList, location_name: "supportedUsageClasses"))
6229
- InstanceTypeInfo.add_member(:supported_root_devices, Shapes::ShapeRef.new(shape: RootDeviceTypeList, location_name: "supportedRootDevices"))
6246
+ InstanceTypeInfo.add_member(:supported_root_device_types, Shapes::ShapeRef.new(shape: RootDeviceTypeList, location_name: "supportedRootDeviceTypes"))
6230
6247
  InstanceTypeInfo.add_member(:bare_metal, Shapes::ShapeRef.new(shape: BareMetalFlag, location_name: "bareMetal"))
6231
6248
  InstanceTypeInfo.add_member(:hypervisor, Shapes::ShapeRef.new(shape: InstanceTypeHypervisor, location_name: "hypervisor"))
6232
6249
  InstanceTypeInfo.add_member(:processor_info, Shapes::ShapeRef.new(shape: ProcessorInfo, location_name: "processorInfo"))
@@ -6314,14 +6331,23 @@ module Aws::EC2
6314
6331
  KeyPair.add_member(:key_fingerprint, Shapes::ShapeRef.new(shape: String, location_name: "keyFingerprint"))
6315
6332
  KeyPair.add_member(:key_material, Shapes::ShapeRef.new(shape: SensitiveUserData, location_name: "keyMaterial"))
6316
6333
  KeyPair.add_member(:key_name, Shapes::ShapeRef.new(shape: String, location_name: "keyName"))
6334
+ KeyPair.add_member(:key_pair_id, Shapes::ShapeRef.new(shape: String, location_name: "keyPairId"))
6317
6335
  KeyPair.struct_class = Types::KeyPair
6318
6336
 
6337
+ KeyPairIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "KeyPairId")
6338
+
6339
+ KeyPairInfo.add_member(:key_pair_id, Shapes::ShapeRef.new(shape: String, location_name: "keyPairId"))
6319
6340
  KeyPairInfo.add_member(:key_fingerprint, Shapes::ShapeRef.new(shape: String, location_name: "keyFingerprint"))
6320
6341
  KeyPairInfo.add_member(:key_name, Shapes::ShapeRef.new(shape: String, location_name: "keyName"))
6342
+ KeyPairInfo.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
6321
6343
  KeyPairInfo.struct_class = Types::KeyPairInfo
6322
6344
 
6323
6345
  KeyPairList.member = Shapes::ShapeRef.new(shape: KeyPairInfo, location_name: "item")
6324
6346
 
6347
+ LastError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
6348
+ LastError.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "code"))
6349
+ LastError.struct_class = Types::LastError
6350
+
6325
6351
  LaunchPermission.add_member(:group, Shapes::ShapeRef.new(shape: PermissionGroup, location_name: "group"))
6326
6352
  LaunchPermission.add_member(:user_id, Shapes::ShapeRef.new(shape: String, location_name: "userId"))
6327
6353
  LaunchPermission.struct_class = Types::LaunchPermission
@@ -6613,6 +6639,7 @@ module Aws::EC2
6613
6639
  LocalGateway.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
6614
6640
  LocalGateway.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
6615
6641
  LocalGateway.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
6642
+ LocalGateway.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
6616
6643
  LocalGateway.struct_class = Types::LocalGateway
6617
6644
 
6618
6645
  LocalGatewayIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
@@ -6630,6 +6657,7 @@ module Aws::EC2
6630
6657
  LocalGatewayRouteTable.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
6631
6658
  LocalGatewayRouteTable.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
6632
6659
  LocalGatewayRouteTable.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
6660
+ LocalGatewayRouteTable.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
6633
6661
  LocalGatewayRouteTable.struct_class = Types::LocalGatewayRouteTable
6634
6662
 
6635
6663
  LocalGatewayRouteTableIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
@@ -6641,6 +6669,7 @@ module Aws::EC2
6641
6669
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
6642
6670
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayRouteTableId"))
6643
6671
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
6672
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
6644
6673
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation.struct_class = Types::LocalGatewayRouteTableVirtualInterfaceGroupAssociation
6645
6674
 
6646
6675
  LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
@@ -6652,6 +6681,7 @@ module Aws::EC2
6652
6681
  LocalGatewayRouteTableVpcAssociation.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
6653
6682
  LocalGatewayRouteTableVpcAssociation.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
6654
6683
  LocalGatewayRouteTableVpcAssociation.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
6684
+ LocalGatewayRouteTableVpcAssociation.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
6655
6685
  LocalGatewayRouteTableVpcAssociation.struct_class = Types::LocalGatewayRouteTableVpcAssociation
6656
6686
 
6657
6687
  LocalGatewayRouteTableVpcAssociationIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
@@ -6667,11 +6697,13 @@ module Aws::EC2
6667
6697
  LocalGatewayVirtualInterface.add_member(:peer_address, Shapes::ShapeRef.new(shape: String, location_name: "peerAddress"))
6668
6698
  LocalGatewayVirtualInterface.add_member(:local_bgp_asn, Shapes::ShapeRef.new(shape: Integer, location_name: "localBgpAsn"))
6669
6699
  LocalGatewayVirtualInterface.add_member(:peer_bgp_asn, Shapes::ShapeRef.new(shape: Integer, location_name: "peerBgpAsn"))
6700
+ LocalGatewayVirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
6670
6701
  LocalGatewayVirtualInterface.struct_class = Types::LocalGatewayVirtualInterface
6671
6702
 
6672
6703
  LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayVirtualInterfaceGroupId"))
6673
6704
  LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_virtual_interface_ids, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceIdSet, location_name: "localGatewayVirtualInterfaceIdSet"))
6674
6705
  LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
6706
+ LocalGatewayVirtualInterfaceGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
6675
6707
  LocalGatewayVirtualInterfaceGroup.struct_class = Types::LocalGatewayVirtualInterfaceGroup
6676
6708
 
6677
6709
  LocalGatewayVirtualInterfaceGroupIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
@@ -6835,7 +6867,7 @@ module Aws::EC2
6835
6867
 
6836
6868
  ModifyInstancePlacementRequest.add_member(:affinity, Shapes::ShapeRef.new(shape: Affinity, location_name: "affinity"))
6837
6869
  ModifyInstancePlacementRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: PlacementGroupName, location_name: "GroupName"))
6838
- ModifyInstancePlacementRequest.add_member(:host_id, Shapes::ShapeRef.new(shape: HostId, location_name: "hostId"))
6870
+ ModifyInstancePlacementRequest.add_member(:host_id, Shapes::ShapeRef.new(shape: DedicatedHostId, location_name: "hostId"))
6839
6871
  ModifyInstancePlacementRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
6840
6872
  ModifyInstancePlacementRequest.add_member(:tenancy, Shapes::ShapeRef.new(shape: HostTenancy, location_name: "tenancy"))
6841
6873
  ModifyInstancePlacementRequest.add_member(:partition_number, Shapes::ShapeRef.new(shape: Integer, location_name: "PartitionNumber"))
@@ -6995,6 +7027,8 @@ module Aws::EC2
6995
7027
 
6996
7028
  ModifyVpcEndpointServiceConfigurationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
6997
7029
  ModifyVpcEndpointServiceConfigurationRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, required: true, location_name: "ServiceId"))
7030
+ ModifyVpcEndpointServiceConfigurationRequest.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "PrivateDnsName"))
7031
+ ModifyVpcEndpointServiceConfigurationRequest.add_member(:remove_private_dns_name, Shapes::ShapeRef.new(shape: Boolean, location_name: "RemovePrivateDnsName"))
6998
7032
  ModifyVpcEndpointServiceConfigurationRequest.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "AcceptanceRequired"))
6999
7033
  ModifyVpcEndpointServiceConfigurationRequest.add_member(:add_network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "AddNetworkLoadBalancerArn"))
7000
7034
  ModifyVpcEndpointServiceConfigurationRequest.add_member(:remove_network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "RemoveNetworkLoadBalancerArn"))
@@ -7362,8 +7396,12 @@ module Aws::EC2
7362
7396
  PlacementGroup.add_member(:state, Shapes::ShapeRef.new(shape: PlacementGroupState, location_name: "state"))
7363
7397
  PlacementGroup.add_member(:strategy, Shapes::ShapeRef.new(shape: PlacementStrategy, location_name: "strategy"))
7364
7398
  PlacementGroup.add_member(:partition_count, Shapes::ShapeRef.new(shape: Integer, location_name: "partitionCount"))
7399
+ PlacementGroup.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
7400
+ PlacementGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
7365
7401
  PlacementGroup.struct_class = Types::PlacementGroup
7366
7402
 
7403
+ PlacementGroupIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "GroupId")
7404
+
7367
7405
  PlacementGroupInfo.add_member(:supported_strategies, Shapes::ShapeRef.new(shape: PlacementGroupStrategyList, location_name: "supportedStrategies"))
7368
7406
  PlacementGroupInfo.struct_class = Types::PlacementGroupInfo
7369
7407
 
@@ -7422,6 +7460,12 @@ module Aws::EC2
7422
7460
 
7423
7461
  PrincipalIdFormatList.member = Shapes::ShapeRef.new(shape: PrincipalIdFormat, location_name: "item")
7424
7462
 
7463
+ PrivateDnsNameConfiguration.add_member(:state, Shapes::ShapeRef.new(shape: DnsNameState, location_name: "state"))
7464
+ PrivateDnsNameConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
7465
+ PrivateDnsNameConfiguration.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
7466
+ PrivateDnsNameConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
7467
+ PrivateDnsNameConfiguration.struct_class = Types::PrivateDnsNameConfiguration
7468
+
7425
7469
  PrivateIpAddressConfigSet.member = Shapes::ShapeRef.new(shape: ScheduledInstancesPrivateIpAddressConfig, location_name: "PrivateIpAddressConfigSet")
7426
7470
 
7427
7471
  PrivateIpAddressSpecification.add_member(:primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "primary"))
@@ -7709,7 +7753,7 @@ module Aws::EC2
7709
7753
 
7710
7754
  RequestHostIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
7711
7755
 
7712
- RequestHostIdSet.member = Shapes::ShapeRef.new(shape: HostId, location_name: "item")
7756
+ RequestHostIdSet.member = Shapes::ShapeRef.new(shape: DedicatedHostId, location_name: "item")
7713
7757
 
7714
7758
  RequestInstanceTypeList.member = Shapes::ShapeRef.new(shape: InstanceType)
7715
7759
 
@@ -8316,6 +8360,7 @@ module Aws::EC2
8316
8360
  ServiceConfiguration.add_member(:network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "networkLoadBalancerArnSet"))
8317
8361
  ServiceConfiguration.add_member(:base_endpoint_dns_names, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "baseEndpointDnsNameSet"))
8318
8362
  ServiceConfiguration.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "privateDnsName"))
8363
+ ServiceConfiguration.add_member(:private_dns_name_configuration, Shapes::ShapeRef.new(shape: PrivateDnsNameConfiguration, location_name: "privateDnsNameConfiguration"))
8319
8364
  ServiceConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
8320
8365
  ServiceConfiguration.struct_class = Types::ServiceConfiguration
8321
8366
 
@@ -8332,6 +8377,7 @@ module Aws::EC2
8332
8377
  ServiceDetail.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "acceptanceRequired"))
8333
8378
  ServiceDetail.add_member(:manages_vpc_endpoints, Shapes::ShapeRef.new(shape: Boolean, location_name: "managesVpcEndpoints"))
8334
8379
  ServiceDetail.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
8380
+ ServiceDetail.add_member(:private_dns_name_verification_state, Shapes::ShapeRef.new(shape: DnsNameState, location_name: "privateDnsNameVerificationState"))
8335
8381
  ServiceDetail.struct_class = Types::ServiceDetail
8336
8382
 
8337
8383
  ServiceDetailSet.member = Shapes::ShapeRef.new(shape: ServiceDetail, location_name: "item")
@@ -8586,6 +8632,13 @@ module Aws::EC2
8586
8632
  StartInstancesResult.add_member(:starting_instances, Shapes::ShapeRef.new(shape: InstanceStateChangeList, location_name: "instancesSet"))
8587
8633
  StartInstancesResult.struct_class = Types::StartInstancesResult
8588
8634
 
8635
+ StartVpcEndpointServicePrivateDnsVerificationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8636
+ StartVpcEndpointServicePrivateDnsVerificationRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, required: true, location_name: "ServiceId"))
8637
+ StartVpcEndpointServicePrivateDnsVerificationRequest.struct_class = Types::StartVpcEndpointServicePrivateDnsVerificationRequest
8638
+
8639
+ StartVpcEndpointServicePrivateDnsVerificationResult.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
8640
+ StartVpcEndpointServicePrivateDnsVerificationResult.struct_class = Types::StartVpcEndpointServicePrivateDnsVerificationResult
8641
+
8589
8642
  StateReason.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "code"))
8590
8643
  StateReason.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
8591
8644
  StateReason.struct_class = Types::StateReason
@@ -9287,6 +9340,7 @@ module Aws::EC2
9287
9340
  VpcEndpoint.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "creationTimestamp"))
9288
9341
  VpcEndpoint.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
9289
9342
  VpcEndpoint.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
9343
+ VpcEndpoint.add_member(:last_error, Shapes::ShapeRef.new(shape: LastError, location_name: "lastError"))
9290
9344
  VpcEndpoint.struct_class = Types::VpcEndpoint
9291
9345
 
9292
9346
  VpcEndpointConnection.add_member(:service_id, Shapes::ShapeRef.new(shape: String, location_name: "serviceId"))
@@ -12947,6 +13001,14 @@ module Aws::EC2
12947
13001
  o.output = Shapes::ShapeRef.new(shape: StartInstancesResult)
12948
13002
  end)
12949
13003
 
13004
+ api.add_operation(:start_vpc_endpoint_service_private_dns_verification, Seahorse::Model::Operation.new.tap do |o|
13005
+ o.name = "StartVpcEndpointServicePrivateDnsVerification"
13006
+ o.http_method = "POST"
13007
+ o.http_request_uri = "/"
13008
+ o.input = Shapes::ShapeRef.new(shape: StartVpcEndpointServicePrivateDnsVerificationRequest)
13009
+ o.output = Shapes::ShapeRef.new(shape: StartVpcEndpointServicePrivateDnsVerificationResult)
13010
+ end)
13011
+
12950
13012
  api.add_operation(:stop_instances, Seahorse::Model::Operation.new.tap do |o|
12951
13013
  o.name = "StopInstances"
12952
13014
  o.http_method = "POST"
@@ -1436,6 +1436,9 @@ module Aws::EC2
1436
1436
  # * `instance-id` - The ID of the instance the address is associated
1437
1437
  # with, if any.
1438
1438
  #
1439
+ # * `network-border-group` - The location from where the IP address is
1440
+ # advertised.
1441
+ #
1439
1442
  # * `network-interface-id` - \[EC2-VPC\] The ID of the network interface
1440
1443
  # that the address is associated with, if any.
1441
1444
  #
@@ -44,6 +44,12 @@ module Aws::EC2
44
44
  data[:key_material]
45
45
  end
46
46
 
47
+ # The ID of the key pair.
48
+ # @return [String]
49
+ def key_pair_id
50
+ data[:key_pair_id]
51
+ end
52
+
47
53
  # @!endgroup
48
54
 
49
55
  # @return [Client]
@@ -32,6 +32,12 @@ module Aws::EC2
32
32
  end
33
33
  alias :key_name :name
34
34
 
35
+ # The ID of the key pair.
36
+ # @return [String]
37
+ def key_pair_id
38
+ data[:key_pair_id]
39
+ end
40
+
35
41
  # If you used CreateKeyPair to create the key pair, this is the SHA-1
36
42
  # digest of the DER encoded private key. If you used ImportKeyPair to
37
43
  # provide AWS the public key, this is the MD5 public key fingerprint as
@@ -41,6 +47,12 @@ module Aws::EC2
41
47
  data[:key_fingerprint]
42
48
  end
43
49
 
50
+ # Any tags applied to the key pair.
51
+ # @return [Array<Types::Tag>]
52
+ def tags
53
+ data[:tags]
54
+ end
55
+
44
56
  # @!endgroup
45
57
 
46
58
  # @return [Client]
@@ -51,6 +51,18 @@ module Aws::EC2
51
51
  data[:partition_count]
52
52
  end
53
53
 
54
+ # The ID of the placement group.
55
+ # @return [String]
56
+ def group_id
57
+ data[:group_id]
58
+ end
59
+
60
+ # Any tags applied to the placement group.
61
+ # @return [Array<Types::Tag>]
62
+ def tags
63
+ data[:tags]
64
+ end
65
+
54
66
  # @!endgroup
55
67
 
56
68
  # @return [Client]
@@ -149,7 +149,7 @@ module Aws::EC2
149
149
  # ],
150
150
  # tag_specifications: [
151
151
  # {
152
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
152
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
153
153
  # tags: [
154
154
  # {
155
155
  # key: "String",
@@ -789,7 +789,7 @@ module Aws::EC2
789
789
  # volume_id: "VolumeId", # required
790
790
  # tag_specifications: [
791
791
  # {
792
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
792
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
793
793
  # tags: [
794
794
  # {
795
795
  # key: "String",
@@ -923,7 +923,7 @@ module Aws::EC2
923
923
  # dry_run: false,
924
924
  # tag_specifications: [
925
925
  # {
926
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
926
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
927
927
  # tags: [
928
928
  # {
929
929
  # key: "String",
@@ -1147,7 +1147,7 @@ module Aws::EC2
1147
1147
  #
1148
1148
  # keypairinfo = ec2.import_key_pair({
1149
1149
  # dry_run: false,
1150
- # key_name: "String", # required
1150
+ # key_name: "KeyPairName", # required
1151
1151
  # public_key_material: "data", # required
1152
1152
  # })
1153
1153
  # @param [Hash] options ({})
@@ -1299,6 +1299,9 @@ module Aws::EC2
1299
1299
  # * `instance-id` - The ID of the instance the address is associated
1300
1300
  # with, if any.
1301
1301
  #
1302
+ # * `network-border-group` - The location from where the IP address is
1303
+ # advertised.
1304
+ #
1302
1305
  # * `network-interface-id` - \[EC2-VPC\] The ID of the network interface
1303
1306
  # that the address is associated with, if any.
1304
1307
  #
@@ -1988,6 +1991,7 @@ module Aws::EC2
1988
1991
  # },
1989
1992
  # ],
1990
1993
  # key_names: ["String"],
1994
+ # key_pair_ids: ["String"],
1991
1995
  # dry_run: false,
1992
1996
  # })
1993
1997
  # @param [Hash] options ({})
@@ -2001,6 +2005,8 @@ module Aws::EC2
2001
2005
  # The key pair names.
2002
2006
  #
2003
2007
  # Default: Describes all your key pairs.
2008
+ # @option options [Array<String>] :key_pair_ids
2009
+ # The IDs of the key pairs.
2004
2010
  # @option options [Boolean] :dry_run
2005
2011
  # Checks whether you have the required permissions for the action,
2006
2012
  # without actually making the request, and provides an error response.
@@ -2371,6 +2377,7 @@ module Aws::EC2
2371
2377
  # ],
2372
2378
  # dry_run: false,
2373
2379
  # group_names: ["String"],
2380
+ # group_ids: ["String"],
2374
2381
  # })
2375
2382
  # @param [Hash] options ({})
2376
2383
  # @option options [Array<Types::Filter>] :filters
@@ -2393,6 +2400,8 @@ module Aws::EC2
2393
2400
  #
2394
2401
  # Default: Describes all your placement groups, or only those otherwise
2395
2402
  # specified.
2403
+ # @option options [Array<String>] :group_ids
2404
+ # The IDs of the placement groups.
2396
2405
  # @return [PlacementGroup::Collection]
2397
2406
  def placement_groups(options = {})
2398
2407
  batches = Enumerator.new do |y|
@@ -3005,6 +3014,9 @@ module Aws::EC2
3005
3014
  # * `instance-id` - The ID of the instance the address is associated
3006
3015
  # with, if any.
3007
3016
  #
3017
+ # * `network-border-group` - The location from where the IP address is
3018
+ # advertised.
3019
+ #
3008
3020
  # * `network-interface-id` - \[EC2-VPC\] The ID of the network interface
3009
3021
  # that the address is associated with, if any.
3010
3022
  #