aws-sdk-ec2 1.128.0 → 1.133.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +300 -80
- data/lib/aws-sdk-ec2/client_api.rb +86 -5
- data/lib/aws-sdk-ec2/instance.rb +3 -0
- data/lib/aws-sdk-ec2/key_pair.rb +6 -0
- data/lib/aws-sdk-ec2/key_pair_info.rb +12 -0
- data/lib/aws-sdk-ec2/placement_group.rb +12 -0
- data/lib/aws-sdk-ec2/resource.rb +16 -4
- data/lib/aws-sdk-ec2/snapshot.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +1 -1
- data/lib/aws-sdk-ec2/types.rb +612 -140
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- metadata +2 -2
|
@@ -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')
|
|
@@ -1147,11 +1150,16 @@ module Aws::EC2
|
|
|
1147
1150
|
LaunchTemplateErrorCode = Shapes::StringShape.new(name: 'LaunchTemplateErrorCode')
|
|
1148
1151
|
LaunchTemplateHibernationOptions = Shapes::StructureShape.new(name: 'LaunchTemplateHibernationOptions')
|
|
1149
1152
|
LaunchTemplateHibernationOptionsRequest = Shapes::StructureShape.new(name: 'LaunchTemplateHibernationOptionsRequest')
|
|
1153
|
+
LaunchTemplateHttpTokensState = Shapes::StringShape.new(name: 'LaunchTemplateHttpTokensState')
|
|
1150
1154
|
LaunchTemplateIamInstanceProfileSpecification = Shapes::StructureShape.new(name: 'LaunchTemplateIamInstanceProfileSpecification')
|
|
1151
1155
|
LaunchTemplateIamInstanceProfileSpecificationRequest = Shapes::StructureShape.new(name: 'LaunchTemplateIamInstanceProfileSpecificationRequest')
|
|
1152
1156
|
LaunchTemplateId = Shapes::StringShape.new(name: 'LaunchTemplateId')
|
|
1153
1157
|
LaunchTemplateInstanceMarketOptions = Shapes::StructureShape.new(name: 'LaunchTemplateInstanceMarketOptions')
|
|
1154
1158
|
LaunchTemplateInstanceMarketOptionsRequest = Shapes::StructureShape.new(name: 'LaunchTemplateInstanceMarketOptionsRequest')
|
|
1159
|
+
LaunchTemplateInstanceMetadataEndpointState = Shapes::StringShape.new(name: 'LaunchTemplateInstanceMetadataEndpointState')
|
|
1160
|
+
LaunchTemplateInstanceMetadataOptions = Shapes::StructureShape.new(name: 'LaunchTemplateInstanceMetadataOptions')
|
|
1161
|
+
LaunchTemplateInstanceMetadataOptionsRequest = Shapes::StructureShape.new(name: 'LaunchTemplateInstanceMetadataOptionsRequest')
|
|
1162
|
+
LaunchTemplateInstanceMetadataOptionsState = Shapes::StringShape.new(name: 'LaunchTemplateInstanceMetadataOptionsState')
|
|
1155
1163
|
LaunchTemplateInstanceNetworkInterfaceSpecification = Shapes::StructureShape.new(name: 'LaunchTemplateInstanceNetworkInterfaceSpecification')
|
|
1156
1164
|
LaunchTemplateInstanceNetworkInterfaceSpecificationList = Shapes::ListShape.new(name: 'LaunchTemplateInstanceNetworkInterfaceSpecificationList')
|
|
1157
1165
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest = Shapes::StructureShape.new(name: 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest')
|
|
@@ -1387,6 +1395,7 @@ module Aws::EC2
|
|
|
1387
1395
|
Phase2IntegrityAlgorithmsRequestListValue = Shapes::StructureShape.new(name: 'Phase2IntegrityAlgorithmsRequestListValue')
|
|
1388
1396
|
Placement = Shapes::StructureShape.new(name: 'Placement')
|
|
1389
1397
|
PlacementGroup = Shapes::StructureShape.new(name: 'PlacementGroup')
|
|
1398
|
+
PlacementGroupIdStringList = Shapes::ListShape.new(name: 'PlacementGroupIdStringList')
|
|
1390
1399
|
PlacementGroupInfo = Shapes::StructureShape.new(name: 'PlacementGroupInfo')
|
|
1391
1400
|
PlacementGroupList = Shapes::ListShape.new(name: 'PlacementGroupList')
|
|
1392
1401
|
PlacementGroupName = Shapes::StringShape.new(name: 'PlacementGroupName')
|
|
@@ -1413,6 +1422,7 @@ module Aws::EC2
|
|
|
1413
1422
|
PrincipalIdFormat = Shapes::StructureShape.new(name: 'PrincipalIdFormat')
|
|
1414
1423
|
PrincipalIdFormatList = Shapes::ListShape.new(name: 'PrincipalIdFormatList')
|
|
1415
1424
|
PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
|
|
1425
|
+
PrivateDnsNameConfiguration = Shapes::StructureShape.new(name: 'PrivateDnsNameConfiguration')
|
|
1416
1426
|
PrivateIpAddressConfigSet = Shapes::ListShape.new(name: 'PrivateIpAddressConfigSet')
|
|
1417
1427
|
PrivateIpAddressSpecification = Shapes::StructureShape.new(name: 'PrivateIpAddressSpecification')
|
|
1418
1428
|
PrivateIpAddressSpecificationList = Shapes::ListShape.new(name: 'PrivateIpAddressSpecificationList')
|
|
@@ -1655,6 +1665,8 @@ module Aws::EC2
|
|
|
1655
1665
|
StaleSecurityGroupSet = Shapes::ListShape.new(name: 'StaleSecurityGroupSet')
|
|
1656
1666
|
StartInstancesRequest = Shapes::StructureShape.new(name: 'StartInstancesRequest')
|
|
1657
1667
|
StartInstancesResult = Shapes::StructureShape.new(name: 'StartInstancesResult')
|
|
1668
|
+
StartVpcEndpointServicePrivateDnsVerificationRequest = Shapes::StructureShape.new(name: 'StartVpcEndpointServicePrivateDnsVerificationRequest')
|
|
1669
|
+
StartVpcEndpointServicePrivateDnsVerificationResult = Shapes::StructureShape.new(name: 'StartVpcEndpointServicePrivateDnsVerificationResult')
|
|
1658
1670
|
State = Shapes::StringShape.new(name: 'State')
|
|
1659
1671
|
StateReason = Shapes::StructureShape.new(name: 'StateReason')
|
|
1660
1672
|
Status = Shapes::StringShape.new(name: 'Status')
|
|
@@ -3208,6 +3220,7 @@ module Aws::EC2
|
|
|
3208
3220
|
|
|
3209
3221
|
CreateVpcEndpointServiceConfigurationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
3210
3222
|
CreateVpcEndpointServiceConfigurationRequest.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "AcceptanceRequired"))
|
|
3223
|
+
CreateVpcEndpointServiceConfigurationRequest.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "PrivateDnsName"))
|
|
3211
3224
|
CreateVpcEndpointServiceConfigurationRequest.add_member(:network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "NetworkLoadBalancerArn"))
|
|
3212
3225
|
CreateVpcEndpointServiceConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
|
|
3213
3226
|
CreateVpcEndpointServiceConfigurationRequest.struct_class = Types::CreateVpcEndpointServiceConfigurationRequest
|
|
@@ -3355,7 +3368,7 @@ module Aws::EC2
|
|
|
3355
3368
|
DeleteInternetGatewayRequest.add_member(:internet_gateway_id, Shapes::ShapeRef.new(shape: InternetGatewayId, required: true, location_name: "internetGatewayId"))
|
|
3356
3369
|
DeleteInternetGatewayRequest.struct_class = Types::DeleteInternetGatewayRequest
|
|
3357
3370
|
|
|
3358
|
-
DeleteKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape:
|
|
3371
|
+
DeleteKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: KeyPairName, required: true, location_name: "KeyName"))
|
|
3359
3372
|
DeleteKeyPairRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
3360
3373
|
DeleteKeyPairRequest.struct_class = Types::DeleteKeyPairRequest
|
|
3361
3374
|
|
|
@@ -3803,6 +3816,7 @@ module Aws::EC2
|
|
|
3803
3816
|
DescribeEgressOnlyInternetGatewaysRequest.add_member(:egress_only_internet_gateway_ids, Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayIdList, location_name: "EgressOnlyInternetGatewayId"))
|
|
3804
3817
|
DescribeEgressOnlyInternetGatewaysRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeEgressOnlyInternetGatewaysMaxResults, location_name: "MaxResults"))
|
|
3805
3818
|
DescribeEgressOnlyInternetGatewaysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
3819
|
+
DescribeEgressOnlyInternetGatewaysRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
3806
3820
|
DescribeEgressOnlyInternetGatewaysRequest.struct_class = Types::DescribeEgressOnlyInternetGatewaysRequest
|
|
3807
3821
|
|
|
3808
3822
|
DescribeEgressOnlyInternetGatewaysResult.add_member(:egress_only_internet_gateways, Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayList, location_name: "egressOnlyInternetGatewaySet"))
|
|
@@ -3833,6 +3847,7 @@ module Aws::EC2
|
|
|
3833
3847
|
DescribeExportImageTasksResult.struct_class = Types::DescribeExportImageTasksResult
|
|
3834
3848
|
|
|
3835
3849
|
DescribeExportTasksRequest.add_member(:export_task_ids, Shapes::ShapeRef.new(shape: ExportTaskIdStringList, location_name: "exportTaskId"))
|
|
3850
|
+
DescribeExportTasksRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
3836
3851
|
DescribeExportTasksRequest.struct_class = Types::DescribeExportTasksRequest
|
|
3837
3852
|
|
|
3838
3853
|
DescribeExportTasksResult.add_member(:export_tasks, Shapes::ShapeRef.new(shape: ExportTaskList, location_name: "exportTaskSet"))
|
|
@@ -4115,6 +4130,7 @@ module Aws::EC2
|
|
|
4115
4130
|
|
|
4116
4131
|
DescribeKeyPairsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
4117
4132
|
DescribeKeyPairsRequest.add_member(:key_names, Shapes::ShapeRef.new(shape: KeyNameStringList, location_name: "KeyName"))
|
|
4133
|
+
DescribeKeyPairsRequest.add_member(:key_pair_ids, Shapes::ShapeRef.new(shape: KeyPairIdStringList, location_name: "KeyPairId"))
|
|
4118
4134
|
DescribeKeyPairsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
4119
4135
|
DescribeKeyPairsRequest.struct_class = Types::DescribeKeyPairsRequest
|
|
4120
4136
|
|
|
@@ -4282,6 +4298,7 @@ module Aws::EC2
|
|
|
4282
4298
|
DescribePlacementGroupsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
4283
4299
|
DescribePlacementGroupsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
4284
4300
|
DescribePlacementGroupsRequest.add_member(:group_names, Shapes::ShapeRef.new(shape: PlacementGroupStringList, location_name: "groupName"))
|
|
4301
|
+
DescribePlacementGroupsRequest.add_member(:group_ids, Shapes::ShapeRef.new(shape: PlacementGroupIdStringList, location_name: "GroupId"))
|
|
4285
4302
|
DescribePlacementGroupsRequest.struct_class = Types::DescribePlacementGroupsRequest
|
|
4286
4303
|
|
|
4287
4304
|
DescribePlacementGroupsResult.add_member(:placement_groups, Shapes::ShapeRef.new(shape: PlacementGroupList, location_name: "placementGroupSet"))
|
|
@@ -5070,6 +5087,7 @@ module Aws::EC2
|
|
|
5070
5087
|
|
|
5071
5088
|
EgressOnlyInternetGateway.add_member(:attachments, Shapes::ShapeRef.new(shape: InternetGatewayAttachmentList, location_name: "attachmentSet"))
|
|
5072
5089
|
EgressOnlyInternetGateway.add_member(:egress_only_internet_gateway_id, Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayId, location_name: "egressOnlyInternetGatewayId"))
|
|
5090
|
+
EgressOnlyInternetGateway.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
5073
5091
|
EgressOnlyInternetGateway.struct_class = Types::EgressOnlyInternetGateway
|
|
5074
5092
|
|
|
5075
5093
|
EgressOnlyInternetGatewayIdList.member = Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayId, location_name: "item")
|
|
@@ -5264,6 +5282,7 @@ module Aws::EC2
|
|
|
5264
5282
|
ExportTask.add_member(:instance_export_details, Shapes::ShapeRef.new(shape: InstanceExportDetails, location_name: "instanceExport"))
|
|
5265
5283
|
ExportTask.add_member(:state, Shapes::ShapeRef.new(shape: ExportTaskState, location_name: "state"))
|
|
5266
5284
|
ExportTask.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
|
5285
|
+
ExportTask.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
5267
5286
|
ExportTask.struct_class = Types::ExportTask
|
|
5268
5287
|
|
|
5269
5288
|
ExportTaskIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "ExportTaskId")
|
|
@@ -5860,6 +5879,7 @@ module Aws::EC2
|
|
|
5860
5879
|
ImportImageTask.add_member(:snapshot_details, Shapes::ShapeRef.new(shape: SnapshotDetailList, location_name: "snapshotDetailSet"))
|
|
5861
5880
|
ImportImageTask.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
|
|
5862
5881
|
ImportImageTask.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
|
5882
|
+
ImportImageTask.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
5863
5883
|
ImportImageTask.add_member(:license_specifications, Shapes::ShapeRef.new(shape: ImportImageLicenseSpecificationListResponse, location_name: "licenseSpecifications"))
|
|
5864
5884
|
ImportImageTask.struct_class = Types::ImportImageTask
|
|
5865
5885
|
|
|
@@ -5906,7 +5926,7 @@ module Aws::EC2
|
|
|
5906
5926
|
ImportInstanceVolumeDetailSet.member = Shapes::ShapeRef.new(shape: ImportInstanceVolumeDetailItem, location_name: "item")
|
|
5907
5927
|
|
|
5908
5928
|
ImportKeyPairRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
5909
|
-
ImportKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape:
|
|
5929
|
+
ImportKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: KeyPairName, required: true, location_name: "keyName"))
|
|
5910
5930
|
ImportKeyPairRequest.add_member(:public_key_material, Shapes::ShapeRef.new(shape: Blob, required: true, location_name: "publicKeyMaterial"))
|
|
5911
5931
|
ImportKeyPairRequest.struct_class = Types::ImportKeyPairRequest
|
|
5912
5932
|
|
|
@@ -5932,6 +5952,7 @@ module Aws::EC2
|
|
|
5932
5952
|
ImportSnapshotTask.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
5933
5953
|
ImportSnapshotTask.add_member(:import_task_id, Shapes::ShapeRef.new(shape: String, location_name: "importTaskId"))
|
|
5934
5954
|
ImportSnapshotTask.add_member(:snapshot_task_detail, Shapes::ShapeRef.new(shape: SnapshotTaskDetail, location_name: "snapshotTaskDetail"))
|
|
5955
|
+
ImportSnapshotTask.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
5935
5956
|
ImportSnapshotTask.struct_class = Types::ImportSnapshotTask
|
|
5936
5957
|
|
|
5937
5958
|
ImportSnapshotTaskList.member = Shapes::ShapeRef.new(shape: ImportSnapshotTask, location_name: "item")
|
|
@@ -6315,14 +6336,23 @@ module Aws::EC2
|
|
|
6315
6336
|
KeyPair.add_member(:key_fingerprint, Shapes::ShapeRef.new(shape: String, location_name: "keyFingerprint"))
|
|
6316
6337
|
KeyPair.add_member(:key_material, Shapes::ShapeRef.new(shape: SensitiveUserData, location_name: "keyMaterial"))
|
|
6317
6338
|
KeyPair.add_member(:key_name, Shapes::ShapeRef.new(shape: String, location_name: "keyName"))
|
|
6339
|
+
KeyPair.add_member(:key_pair_id, Shapes::ShapeRef.new(shape: String, location_name: "keyPairId"))
|
|
6318
6340
|
KeyPair.struct_class = Types::KeyPair
|
|
6319
6341
|
|
|
6342
|
+
KeyPairIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "KeyPairId")
|
|
6343
|
+
|
|
6344
|
+
KeyPairInfo.add_member(:key_pair_id, Shapes::ShapeRef.new(shape: String, location_name: "keyPairId"))
|
|
6320
6345
|
KeyPairInfo.add_member(:key_fingerprint, Shapes::ShapeRef.new(shape: String, location_name: "keyFingerprint"))
|
|
6321
6346
|
KeyPairInfo.add_member(:key_name, Shapes::ShapeRef.new(shape: String, location_name: "keyName"))
|
|
6347
|
+
KeyPairInfo.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
6322
6348
|
KeyPairInfo.struct_class = Types::KeyPairInfo
|
|
6323
6349
|
|
|
6324
6350
|
KeyPairList.member = Shapes::ShapeRef.new(shape: KeyPairInfo, location_name: "item")
|
|
6325
6351
|
|
|
6352
|
+
LastError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
6353
|
+
LastError.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "code"))
|
|
6354
|
+
LastError.struct_class = Types::LastError
|
|
6355
|
+
|
|
6326
6356
|
LaunchPermission.add_member(:group, Shapes::ShapeRef.new(shape: PermissionGroup, location_name: "group"))
|
|
6327
6357
|
LaunchPermission.add_member(:user_id, Shapes::ShapeRef.new(shape: String, location_name: "userId"))
|
|
6328
6358
|
LaunchPermission.struct_class = Types::LaunchPermission
|
|
@@ -6455,6 +6485,17 @@ module Aws::EC2
|
|
|
6455
6485
|
LaunchTemplateInstanceMarketOptionsRequest.add_member(:spot_options, Shapes::ShapeRef.new(shape: LaunchTemplateSpotMarketOptionsRequest, location_name: "SpotOptions"))
|
|
6456
6486
|
LaunchTemplateInstanceMarketOptionsRequest.struct_class = Types::LaunchTemplateInstanceMarketOptionsRequest
|
|
6457
6487
|
|
|
6488
|
+
LaunchTemplateInstanceMetadataOptions.add_member(:state, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMetadataOptionsState, location_name: "state"))
|
|
6489
|
+
LaunchTemplateInstanceMetadataOptions.add_member(:http_tokens, Shapes::ShapeRef.new(shape: LaunchTemplateHttpTokensState, location_name: "httpTokens"))
|
|
6490
|
+
LaunchTemplateInstanceMetadataOptions.add_member(:http_put_response_hop_limit, Shapes::ShapeRef.new(shape: Integer, location_name: "httpPutResponseHopLimit"))
|
|
6491
|
+
LaunchTemplateInstanceMetadataOptions.add_member(:http_endpoint, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMetadataEndpointState, location_name: "httpEndpoint"))
|
|
6492
|
+
LaunchTemplateInstanceMetadataOptions.struct_class = Types::LaunchTemplateInstanceMetadataOptions
|
|
6493
|
+
|
|
6494
|
+
LaunchTemplateInstanceMetadataOptionsRequest.add_member(:http_tokens, Shapes::ShapeRef.new(shape: LaunchTemplateHttpTokensState, location_name: "HttpTokens"))
|
|
6495
|
+
LaunchTemplateInstanceMetadataOptionsRequest.add_member(:http_put_response_hop_limit, Shapes::ShapeRef.new(shape: Integer, location_name: "HttpPutResponseHopLimit"))
|
|
6496
|
+
LaunchTemplateInstanceMetadataOptionsRequest.add_member(:http_endpoint, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMetadataEndpointState, location_name: "HttpEndpoint"))
|
|
6497
|
+
LaunchTemplateInstanceMetadataOptionsRequest.struct_class = Types::LaunchTemplateInstanceMetadataOptionsRequest
|
|
6498
|
+
|
|
6458
6499
|
LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: Boolean, location_name: "associatePublicIpAddress"))
|
|
6459
6500
|
LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "deleteOnTermination"))
|
|
6460
6501
|
LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
@@ -6518,6 +6559,7 @@ module Aws::EC2
|
|
|
6518
6559
|
LaunchTemplatePlacement.add_member(:tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "tenancy"))
|
|
6519
6560
|
LaunchTemplatePlacement.add_member(:spread_domain, Shapes::ShapeRef.new(shape: String, location_name: "spreadDomain"))
|
|
6520
6561
|
LaunchTemplatePlacement.add_member(:host_resource_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "hostResourceGroupArn"))
|
|
6562
|
+
LaunchTemplatePlacement.add_member(:partition_number, Shapes::ShapeRef.new(shape: Integer, location_name: "partitionNumber"))
|
|
6521
6563
|
LaunchTemplatePlacement.struct_class = Types::LaunchTemplatePlacement
|
|
6522
6564
|
|
|
6523
6565
|
LaunchTemplatePlacementRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
|
@@ -6527,6 +6569,7 @@ module Aws::EC2
|
|
|
6527
6569
|
LaunchTemplatePlacementRequest.add_member(:tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "Tenancy"))
|
|
6528
6570
|
LaunchTemplatePlacementRequest.add_member(:spread_domain, Shapes::ShapeRef.new(shape: String, location_name: "SpreadDomain"))
|
|
6529
6571
|
LaunchTemplatePlacementRequest.add_member(:host_resource_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "HostResourceGroupArn"))
|
|
6572
|
+
LaunchTemplatePlacementRequest.add_member(:partition_number, Shapes::ShapeRef.new(shape: Integer, location_name: "PartitionNumber"))
|
|
6530
6573
|
LaunchTemplatePlacementRequest.struct_class = Types::LaunchTemplatePlacementRequest
|
|
6531
6574
|
|
|
6532
6575
|
LaunchTemplateSet.member = Shapes::ShapeRef.new(shape: LaunchTemplate, location_name: "item")
|
|
@@ -6614,6 +6657,7 @@ module Aws::EC2
|
|
|
6614
6657
|
LocalGateway.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
|
|
6615
6658
|
LocalGateway.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
|
6616
6659
|
LocalGateway.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
|
|
6660
|
+
LocalGateway.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
6617
6661
|
LocalGateway.struct_class = Types::LocalGateway
|
|
6618
6662
|
|
|
6619
6663
|
LocalGatewayIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
|
@@ -6631,6 +6675,7 @@ module Aws::EC2
|
|
|
6631
6675
|
LocalGatewayRouteTable.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
|
|
6632
6676
|
LocalGatewayRouteTable.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
|
|
6633
6677
|
LocalGatewayRouteTable.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
|
|
6678
|
+
LocalGatewayRouteTable.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
6634
6679
|
LocalGatewayRouteTable.struct_class = Types::LocalGatewayRouteTable
|
|
6635
6680
|
|
|
6636
6681
|
LocalGatewayRouteTableIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
|
@@ -6642,6 +6687,7 @@ module Aws::EC2
|
|
|
6642
6687
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
|
|
6643
6688
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayRouteTableId"))
|
|
6644
6689
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
|
|
6690
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
6645
6691
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation.struct_class = Types::LocalGatewayRouteTableVirtualInterfaceGroupAssociation
|
|
6646
6692
|
|
|
6647
6693
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
|
@@ -6653,6 +6699,7 @@ module Aws::EC2
|
|
|
6653
6699
|
LocalGatewayRouteTableVpcAssociation.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
|
|
6654
6700
|
LocalGatewayRouteTableVpcAssociation.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
|
6655
6701
|
LocalGatewayRouteTableVpcAssociation.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
|
|
6702
|
+
LocalGatewayRouteTableVpcAssociation.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
6656
6703
|
LocalGatewayRouteTableVpcAssociation.struct_class = Types::LocalGatewayRouteTableVpcAssociation
|
|
6657
6704
|
|
|
6658
6705
|
LocalGatewayRouteTableVpcAssociationIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
|
@@ -6668,11 +6715,13 @@ module Aws::EC2
|
|
|
6668
6715
|
LocalGatewayVirtualInterface.add_member(:peer_address, Shapes::ShapeRef.new(shape: String, location_name: "peerAddress"))
|
|
6669
6716
|
LocalGatewayVirtualInterface.add_member(:local_bgp_asn, Shapes::ShapeRef.new(shape: Integer, location_name: "localBgpAsn"))
|
|
6670
6717
|
LocalGatewayVirtualInterface.add_member(:peer_bgp_asn, Shapes::ShapeRef.new(shape: Integer, location_name: "peerBgpAsn"))
|
|
6718
|
+
LocalGatewayVirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
6671
6719
|
LocalGatewayVirtualInterface.struct_class = Types::LocalGatewayVirtualInterface
|
|
6672
6720
|
|
|
6673
6721
|
LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayVirtualInterfaceGroupId"))
|
|
6674
6722
|
LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_virtual_interface_ids, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceIdSet, location_name: "localGatewayVirtualInterfaceIdSet"))
|
|
6675
6723
|
LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
|
|
6724
|
+
LocalGatewayVirtualInterfaceGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
6676
6725
|
LocalGatewayVirtualInterfaceGroup.struct_class = Types::LocalGatewayVirtualInterfaceGroup
|
|
6677
6726
|
|
|
6678
6727
|
LocalGatewayVirtualInterfaceGroupIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
|
@@ -6836,7 +6885,7 @@ module Aws::EC2
|
|
|
6836
6885
|
|
|
6837
6886
|
ModifyInstancePlacementRequest.add_member(:affinity, Shapes::ShapeRef.new(shape: Affinity, location_name: "affinity"))
|
|
6838
6887
|
ModifyInstancePlacementRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: PlacementGroupName, location_name: "GroupName"))
|
|
6839
|
-
ModifyInstancePlacementRequest.add_member(:host_id, Shapes::ShapeRef.new(shape:
|
|
6888
|
+
ModifyInstancePlacementRequest.add_member(:host_id, Shapes::ShapeRef.new(shape: DedicatedHostId, location_name: "hostId"))
|
|
6840
6889
|
ModifyInstancePlacementRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
|
|
6841
6890
|
ModifyInstancePlacementRequest.add_member(:tenancy, Shapes::ShapeRef.new(shape: HostTenancy, location_name: "tenancy"))
|
|
6842
6891
|
ModifyInstancePlacementRequest.add_member(:partition_number, Shapes::ShapeRef.new(shape: Integer, location_name: "PartitionNumber"))
|
|
@@ -6996,6 +7045,8 @@ module Aws::EC2
|
|
|
6996
7045
|
|
|
6997
7046
|
ModifyVpcEndpointServiceConfigurationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
6998
7047
|
ModifyVpcEndpointServiceConfigurationRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, required: true, location_name: "ServiceId"))
|
|
7048
|
+
ModifyVpcEndpointServiceConfigurationRequest.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "PrivateDnsName"))
|
|
7049
|
+
ModifyVpcEndpointServiceConfigurationRequest.add_member(:remove_private_dns_name, Shapes::ShapeRef.new(shape: Boolean, location_name: "RemovePrivateDnsName"))
|
|
6999
7050
|
ModifyVpcEndpointServiceConfigurationRequest.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "AcceptanceRequired"))
|
|
7000
7051
|
ModifyVpcEndpointServiceConfigurationRequest.add_member(:add_network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "AddNetworkLoadBalancerArn"))
|
|
7001
7052
|
ModifyVpcEndpointServiceConfigurationRequest.add_member(:remove_network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "RemoveNetworkLoadBalancerArn"))
|
|
@@ -7363,8 +7414,12 @@ module Aws::EC2
|
|
|
7363
7414
|
PlacementGroup.add_member(:state, Shapes::ShapeRef.new(shape: PlacementGroupState, location_name: "state"))
|
|
7364
7415
|
PlacementGroup.add_member(:strategy, Shapes::ShapeRef.new(shape: PlacementStrategy, location_name: "strategy"))
|
|
7365
7416
|
PlacementGroup.add_member(:partition_count, Shapes::ShapeRef.new(shape: Integer, location_name: "partitionCount"))
|
|
7417
|
+
PlacementGroup.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
|
|
7418
|
+
PlacementGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
7366
7419
|
PlacementGroup.struct_class = Types::PlacementGroup
|
|
7367
7420
|
|
|
7421
|
+
PlacementGroupIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "GroupId")
|
|
7422
|
+
|
|
7368
7423
|
PlacementGroupInfo.add_member(:supported_strategies, Shapes::ShapeRef.new(shape: PlacementGroupStrategyList, location_name: "supportedStrategies"))
|
|
7369
7424
|
PlacementGroupInfo.struct_class = Types::PlacementGroupInfo
|
|
7370
7425
|
|
|
@@ -7423,6 +7478,12 @@ module Aws::EC2
|
|
|
7423
7478
|
|
|
7424
7479
|
PrincipalIdFormatList.member = Shapes::ShapeRef.new(shape: PrincipalIdFormat, location_name: "item")
|
|
7425
7480
|
|
|
7481
|
+
PrivateDnsNameConfiguration.add_member(:state, Shapes::ShapeRef.new(shape: DnsNameState, location_name: "state"))
|
|
7482
|
+
PrivateDnsNameConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
|
|
7483
|
+
PrivateDnsNameConfiguration.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
|
|
7484
|
+
PrivateDnsNameConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
|
7485
|
+
PrivateDnsNameConfiguration.struct_class = Types::PrivateDnsNameConfiguration
|
|
7486
|
+
|
|
7426
7487
|
PrivateIpAddressConfigSet.member = Shapes::ShapeRef.new(shape: ScheduledInstancesPrivateIpAddressConfig, location_name: "PrivateIpAddressConfigSet")
|
|
7427
7488
|
|
|
7428
7489
|
PrivateIpAddressSpecification.add_member(:primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "primary"))
|
|
@@ -7710,7 +7771,7 @@ module Aws::EC2
|
|
|
7710
7771
|
|
|
7711
7772
|
RequestHostIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
|
7712
7773
|
|
|
7713
|
-
RequestHostIdSet.member = Shapes::ShapeRef.new(shape:
|
|
7774
|
+
RequestHostIdSet.member = Shapes::ShapeRef.new(shape: DedicatedHostId, location_name: "item")
|
|
7714
7775
|
|
|
7715
7776
|
RequestInstanceTypeList.member = Shapes::ShapeRef.new(shape: InstanceType)
|
|
7716
7777
|
|
|
@@ -7739,6 +7800,7 @@ module Aws::EC2
|
|
|
7739
7800
|
RequestLaunchTemplateData.add_member(:capacity_reservation_specification, Shapes::ShapeRef.new(shape: LaunchTemplateCapacityReservationSpecificationRequest, location_name: "CapacityReservationSpecification"))
|
|
7740
7801
|
RequestLaunchTemplateData.add_member(:license_specifications, Shapes::ShapeRef.new(shape: LaunchTemplateLicenseSpecificationListRequest, location_name: "LicenseSpecification"))
|
|
7741
7802
|
RequestLaunchTemplateData.add_member(:hibernation_options, Shapes::ShapeRef.new(shape: LaunchTemplateHibernationOptionsRequest, location_name: "HibernationOptions"))
|
|
7803
|
+
RequestLaunchTemplateData.add_member(:metadata_options, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMetadataOptionsRequest, location_name: "MetadataOptions"))
|
|
7742
7804
|
RequestLaunchTemplateData.struct_class = Types::RequestLaunchTemplateData
|
|
7743
7805
|
|
|
7744
7806
|
RequestSpotFleetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
@@ -7974,6 +8036,7 @@ module Aws::EC2
|
|
|
7974
8036
|
ResponseLaunchTemplateData.add_member(:capacity_reservation_specification, Shapes::ShapeRef.new(shape: LaunchTemplateCapacityReservationSpecificationResponse, location_name: "capacityReservationSpecification"))
|
|
7975
8037
|
ResponseLaunchTemplateData.add_member(:license_specifications, Shapes::ShapeRef.new(shape: LaunchTemplateLicenseList, location_name: "licenseSet"))
|
|
7976
8038
|
ResponseLaunchTemplateData.add_member(:hibernation_options, Shapes::ShapeRef.new(shape: LaunchTemplateHibernationOptions, location_name: "hibernationOptions"))
|
|
8039
|
+
ResponseLaunchTemplateData.add_member(:metadata_options, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMetadataOptions, location_name: "metadataOptions"))
|
|
7977
8040
|
ResponseLaunchTemplateData.struct_class = Types::ResponseLaunchTemplateData
|
|
7978
8041
|
|
|
7979
8042
|
RestorableByStringList.member = Shapes::ShapeRef.new(shape: String)
|
|
@@ -8317,6 +8380,7 @@ module Aws::EC2
|
|
|
8317
8380
|
ServiceConfiguration.add_member(:network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "networkLoadBalancerArnSet"))
|
|
8318
8381
|
ServiceConfiguration.add_member(:base_endpoint_dns_names, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "baseEndpointDnsNameSet"))
|
|
8319
8382
|
ServiceConfiguration.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "privateDnsName"))
|
|
8383
|
+
ServiceConfiguration.add_member(:private_dns_name_configuration, Shapes::ShapeRef.new(shape: PrivateDnsNameConfiguration, location_name: "privateDnsNameConfiguration"))
|
|
8320
8384
|
ServiceConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
8321
8385
|
ServiceConfiguration.struct_class = Types::ServiceConfiguration
|
|
8322
8386
|
|
|
@@ -8333,6 +8397,7 @@ module Aws::EC2
|
|
|
8333
8397
|
ServiceDetail.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "acceptanceRequired"))
|
|
8334
8398
|
ServiceDetail.add_member(:manages_vpc_endpoints, Shapes::ShapeRef.new(shape: Boolean, location_name: "managesVpcEndpoints"))
|
|
8335
8399
|
ServiceDetail.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
8400
|
+
ServiceDetail.add_member(:private_dns_name_verification_state, Shapes::ShapeRef.new(shape: DnsNameState, location_name: "privateDnsNameVerificationState"))
|
|
8336
8401
|
ServiceDetail.struct_class = Types::ServiceDetail
|
|
8337
8402
|
|
|
8338
8403
|
ServiceDetailSet.member = Shapes::ShapeRef.new(shape: ServiceDetail, location_name: "item")
|
|
@@ -8587,6 +8652,13 @@ module Aws::EC2
|
|
|
8587
8652
|
StartInstancesResult.add_member(:starting_instances, Shapes::ShapeRef.new(shape: InstanceStateChangeList, location_name: "instancesSet"))
|
|
8588
8653
|
StartInstancesResult.struct_class = Types::StartInstancesResult
|
|
8589
8654
|
|
|
8655
|
+
StartVpcEndpointServicePrivateDnsVerificationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
8656
|
+
StartVpcEndpointServicePrivateDnsVerificationRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, required: true, location_name: "ServiceId"))
|
|
8657
|
+
StartVpcEndpointServicePrivateDnsVerificationRequest.struct_class = Types::StartVpcEndpointServicePrivateDnsVerificationRequest
|
|
8658
|
+
|
|
8659
|
+
StartVpcEndpointServicePrivateDnsVerificationResult.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
|
8660
|
+
StartVpcEndpointServicePrivateDnsVerificationResult.struct_class = Types::StartVpcEndpointServicePrivateDnsVerificationResult
|
|
8661
|
+
|
|
8590
8662
|
StateReason.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "code"))
|
|
8591
8663
|
StateReason.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
8592
8664
|
StateReason.struct_class = Types::StateReason
|
|
@@ -9288,6 +9360,7 @@ module Aws::EC2
|
|
|
9288
9360
|
VpcEndpoint.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "creationTimestamp"))
|
|
9289
9361
|
VpcEndpoint.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
9290
9362
|
VpcEndpoint.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
|
9363
|
+
VpcEndpoint.add_member(:last_error, Shapes::ShapeRef.new(shape: LastError, location_name: "lastError"))
|
|
9291
9364
|
VpcEndpoint.struct_class = Types::VpcEndpoint
|
|
9292
9365
|
|
|
9293
9366
|
VpcEndpointConnection.add_member(:service_id, Shapes::ShapeRef.new(shape: String, location_name: "serviceId"))
|
|
@@ -12948,6 +13021,14 @@ module Aws::EC2
|
|
|
12948
13021
|
o.output = Shapes::ShapeRef.new(shape: StartInstancesResult)
|
|
12949
13022
|
end)
|
|
12950
13023
|
|
|
13024
|
+
api.add_operation(:start_vpc_endpoint_service_private_dns_verification, Seahorse::Model::Operation.new.tap do |o|
|
|
13025
|
+
o.name = "StartVpcEndpointServicePrivateDnsVerification"
|
|
13026
|
+
o.http_method = "POST"
|
|
13027
|
+
o.http_request_uri = "/"
|
|
13028
|
+
o.input = Shapes::ShapeRef.new(shape: StartVpcEndpointServicePrivateDnsVerificationRequest)
|
|
13029
|
+
o.output = Shapes::ShapeRef.new(shape: StartVpcEndpointServicePrivateDnsVerificationResult)
|
|
13030
|
+
end)
|
|
13031
|
+
|
|
12951
13032
|
api.add_operation(:stop_instances, Seahorse::Model::Operation.new.tap do |o|
|
|
12952
13033
|
o.name = "StopInstances"
|
|
12953
13034
|
o.http_method = "POST"
|
data/lib/aws-sdk-ec2/instance.rb
CHANGED
|
@@ -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
|
#
|
data/lib/aws-sdk-ec2/key_pair.rb
CHANGED
|
@@ -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]
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
|
@@ -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: "
|
|
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
|
#
|