@aws-sdk/client-ec2 3.662.0 → 3.665.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.
- package/README.md +8 -0
- package/dist-cjs/index.js +1635 -1556
- package/dist-cjs/runtimeConfig.js +1 -0
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/ModifyInstanceCpuOptionsCommand.js +22 -0
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ReportInstanceStatusCommand.js +2 -1
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_2.js +1 -1
- package/dist-es/models/models_6.js +1 -6
- package/dist-es/models/models_7.js +8 -0
- package/dist-es/protocols/Aws_ec2.js +1601 -1545
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/AllocateAddressCommand.d.ts +2 -2
- package/dist-types/commands/AllocateHostsCommand.d.ts +5 -5
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +4 -4
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +5 -5
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +6 -2
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -2
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -2
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -2
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +4 -4
- package/dist-types/commands/AttachVolumeCommand.d.ts +5 -5
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +2 -2
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +32 -32
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +16 -16
- package/dist-types/commands/BundleInstanceCommand.d.ts +8 -8
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +8 -8
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +6 -6
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +9 -9
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +4 -4
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +8 -8
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +18 -18
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +9 -9
- package/dist-types/commands/CreateKeyPairCommand.d.ts +4 -4
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +7 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +6 -6
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +22 -22
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +4 -4
- package/dist-types/commands/CreateRouteCommand.d.ts +9 -9
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +12 -12
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateSubnetCommand.d.ts +9 -9
- package/dist-types/commands/CreateVolumeCommand.d.ts +21 -21
- package/dist-types/commands/CreateVpcCommand.d.ts +8 -8
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -4
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +18 -18
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +10 -10
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVpcCommand.d.ts +7 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +9 -9
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +9 -9
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +5 -5
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +12 -12
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHostsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +33 -33
- package/dist-types/commands/DescribeImagesCommand.d.ts +29 -29
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +7 -7
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +6 -6
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +51 -51
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +6 -6
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -7
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeRegionsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +16 -16
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +18 -18
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +50 -50
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +21 -21
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +14 -14
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +9 -9
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVolumesCommand.d.ts +26 -26
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +4 -4
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpcsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +10 -10
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +5 -5
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -2
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -0
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +24 -24
- package/dist-types/commands/ImportKeyPairCommand.d.ts +3 -3
- package/dist-types/commands/ImportVolumeCommand.d.ts +3 -3
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +4 -4
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +5 -5
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +22 -22
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +85 -0
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +4 -4
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +15 -15
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +3 -3
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +8 -7
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +7 -8
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +6 -6
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +6 -6
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +28 -28
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +6 -6
- package/dist-types/commands/ReplaceRouteCommand.d.ts +9 -9
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +4 -4
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +8 -8
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +20 -20
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +39 -39
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +31 -31
- package/dist-types/commands/RunInstancesCommand.d.ts +114 -114
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +3 -3
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +3 -3
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +15 -15
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +15 -15
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +266 -268
- package/dist-types/models/models_1.d.ts +231 -231
- package/dist-types/models/models_2.d.ts +372 -376
- package/dist-types/models/models_3.d.ts +221 -221
- package/dist-types/models/models_4.d.ts +858 -858
- package/dist-types/models/models_5.d.ts +210 -210
- package/dist-types/models/models_6.d.ts +289 -291
- package/dist-types/models/models_7.d.ts +424 -361
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/dist-types/runtimeConfig.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -1
- package/dist-types/ts3.4/EC2.d.ts +17 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +56 -56
- package/dist-types/ts3.4/models/models_1.d.ts +41 -41
- package/dist-types/ts3.4/models/models_2.d.ts +71 -71
- package/dist-types/ts3.4/models/models_3.d.ts +27 -27
- package/dist-types/ts3.4/models/models_4.d.ts +112 -112
- package/dist-types/ts3.4/models/models_5.d.ts +27 -27
- package/dist-types/ts3.4/models/models_6.d.ts +53 -56
- package/dist-types/ts3.4/models/models_7.d.ts +78 -61
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -3
- package/package.json +15 -15
|
@@ -165,18 +165,17 @@ export interface DescribeSpotFleetRequestsResponse {
|
|
|
165
165
|
SpotFleetRequestConfigs?: SpotFleetRequestConfig[];
|
|
166
166
|
}
|
|
167
167
|
export interface DescribeSpotInstanceRequestsRequest {
|
|
168
|
-
Filters?: Filter[];
|
|
169
|
-
DryRun?: boolean;
|
|
170
|
-
SpotInstanceRequestIds?: string[];
|
|
171
168
|
NextToken?: string;
|
|
172
169
|
MaxResults?: number;
|
|
170
|
+
DryRun?: boolean;
|
|
171
|
+
SpotInstanceRequestIds?: string[];
|
|
172
|
+
Filters?: Filter[];
|
|
173
173
|
}
|
|
174
174
|
export interface RunInstancesMonitoringEnabled {
|
|
175
175
|
Enabled: boolean | undefined;
|
|
176
176
|
}
|
|
177
177
|
export interface LaunchSpecification {
|
|
178
178
|
UserData?: string;
|
|
179
|
-
SecurityGroups?: GroupIdentifier[];
|
|
180
179
|
AddressingType?: string;
|
|
181
180
|
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
182
181
|
EbsOptimized?: boolean;
|
|
@@ -189,6 +188,7 @@ export interface LaunchSpecification {
|
|
|
189
188
|
Placement?: SpotPlacement;
|
|
190
189
|
RamdiskId?: string;
|
|
191
190
|
SubnetId?: string;
|
|
191
|
+
SecurityGroups?: GroupIdentifier[];
|
|
192
192
|
Monitoring?: RunInstancesMonitoringEnabled;
|
|
193
193
|
}
|
|
194
194
|
export declare const SpotInstanceState: {
|
|
@@ -232,15 +232,15 @@ export interface DescribeSpotInstanceRequestsResult {
|
|
|
232
232
|
NextToken?: string;
|
|
233
233
|
}
|
|
234
234
|
export interface DescribeSpotPriceHistoryRequest {
|
|
235
|
-
Filters?: Filter[];
|
|
236
|
-
AvailabilityZone?: string;
|
|
237
235
|
DryRun?: boolean;
|
|
236
|
+
StartTime?: Date;
|
|
238
237
|
EndTime?: Date;
|
|
239
238
|
InstanceTypes?: _InstanceType[];
|
|
239
|
+
ProductDescriptions?: string[];
|
|
240
|
+
Filters?: Filter[];
|
|
241
|
+
AvailabilityZone?: string;
|
|
240
242
|
MaxResults?: number;
|
|
241
243
|
NextToken?: string;
|
|
242
|
-
ProductDescriptions?: string[];
|
|
243
|
-
StartTime?: Date;
|
|
244
244
|
}
|
|
245
245
|
export interface SpotPrice {
|
|
246
246
|
AvailabilityZone?: string;
|
|
@@ -302,13 +302,13 @@ export interface DescribeStoreImageTasksResult {
|
|
|
302
302
|
export interface DescribeSubnetsRequest {
|
|
303
303
|
Filters?: Filter[];
|
|
304
304
|
SubnetIds?: string[];
|
|
305
|
-
DryRun?: boolean;
|
|
306
305
|
NextToken?: string;
|
|
307
306
|
MaxResults?: number;
|
|
307
|
+
DryRun?: boolean;
|
|
308
308
|
}
|
|
309
309
|
export interface DescribeSubnetsResult {
|
|
310
|
-
Subnets?: Subnet[];
|
|
311
310
|
NextToken?: string;
|
|
311
|
+
Subnets?: Subnet[];
|
|
312
312
|
}
|
|
313
313
|
export interface DescribeTagsRequest {
|
|
314
314
|
DryRun?: boolean;
|
|
@@ -621,15 +621,15 @@ export interface DescribeVolumeAttributeResult {
|
|
|
621
621
|
VolumeId?: string;
|
|
622
622
|
}
|
|
623
623
|
export interface DescribeVolumesRequest {
|
|
624
|
-
Filters?: Filter[];
|
|
625
624
|
VolumeIds?: string[];
|
|
626
625
|
DryRun?: boolean;
|
|
627
|
-
|
|
626
|
+
Filters?: Filter[];
|
|
628
627
|
NextToken?: string;
|
|
628
|
+
MaxResults?: number;
|
|
629
629
|
}
|
|
630
630
|
export interface DescribeVolumesResult {
|
|
631
|
-
Volumes?: Volume[];
|
|
632
631
|
NextToken?: string;
|
|
632
|
+
Volumes?: Volume[];
|
|
633
633
|
}
|
|
634
634
|
export interface DescribeVolumesModificationsRequest {
|
|
635
635
|
DryRun?: boolean;
|
|
@@ -665,15 +665,15 @@ export interface VolumeModification {
|
|
|
665
665
|
EndTime?: Date;
|
|
666
666
|
}
|
|
667
667
|
export interface DescribeVolumesModificationsResult {
|
|
668
|
-
VolumesModifications?: VolumeModification[];
|
|
669
668
|
NextToken?: string;
|
|
669
|
+
VolumesModifications?: VolumeModification[];
|
|
670
670
|
}
|
|
671
671
|
export interface DescribeVolumeStatusRequest {
|
|
672
|
-
Filters?: Filter[];
|
|
673
672
|
MaxResults?: number;
|
|
674
673
|
NextToken?: string;
|
|
675
674
|
VolumeIds?: string[];
|
|
676
675
|
DryRun?: boolean;
|
|
676
|
+
Filters?: Filter[];
|
|
677
677
|
}
|
|
678
678
|
export interface VolumeStatusAction {
|
|
679
679
|
Code?: string;
|
|
@@ -740,15 +740,15 @@ export interface DescribeVpcAttributeRequest {
|
|
|
740
740
|
DryRun?: boolean;
|
|
741
741
|
}
|
|
742
742
|
export interface DescribeVpcAttributeResult {
|
|
743
|
-
VpcId?: string;
|
|
744
743
|
EnableDnsHostnames?: AttributeBooleanValue;
|
|
745
744
|
EnableDnsSupport?: AttributeBooleanValue;
|
|
746
745
|
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue;
|
|
746
|
+
VpcId?: string;
|
|
747
747
|
}
|
|
748
748
|
export interface DescribeVpcClassicLinkRequest {
|
|
749
|
-
Filters?: Filter[];
|
|
750
749
|
DryRun?: boolean;
|
|
751
750
|
VpcIds?: string[];
|
|
751
|
+
Filters?: Filter[];
|
|
752
752
|
}
|
|
753
753
|
export interface VpcClassicLink {
|
|
754
754
|
ClassicLinkEnabled?: boolean;
|
|
@@ -759,9 +759,9 @@ export interface DescribeVpcClassicLinkResult {
|
|
|
759
759
|
Vpcs?: VpcClassicLink[];
|
|
760
760
|
}
|
|
761
761
|
export interface DescribeVpcClassicLinkDnsSupportRequest {
|
|
762
|
+
VpcIds?: string[];
|
|
762
763
|
MaxResults?: number;
|
|
763
764
|
NextToken?: string;
|
|
764
|
-
VpcIds?: string[];
|
|
765
765
|
}
|
|
766
766
|
export interface ClassicLinkDnsSupport {
|
|
767
767
|
ClassicLinkDnsSupported?: boolean;
|
|
@@ -871,11 +871,11 @@ export interface DescribeVpcEndpointServicesResult {
|
|
|
871
871
|
NextToken?: string;
|
|
872
872
|
}
|
|
873
873
|
export interface DescribeVpcPeeringConnectionsRequest {
|
|
874
|
-
Filters?: Filter[];
|
|
875
|
-
DryRun?: boolean;
|
|
876
|
-
VpcPeeringConnectionIds?: string[];
|
|
877
874
|
NextToken?: string;
|
|
878
875
|
MaxResults?: number;
|
|
876
|
+
DryRun?: boolean;
|
|
877
|
+
VpcPeeringConnectionIds?: string[];
|
|
878
|
+
Filters?: Filter[];
|
|
879
879
|
}
|
|
880
880
|
export interface DescribeVpcPeeringConnectionsResult {
|
|
881
881
|
VpcPeeringConnections?: VpcPeeringConnection[];
|
|
@@ -884,13 +884,13 @@ export interface DescribeVpcPeeringConnectionsResult {
|
|
|
884
884
|
export interface DescribeVpcsRequest {
|
|
885
885
|
Filters?: Filter[];
|
|
886
886
|
VpcIds?: string[];
|
|
887
|
-
DryRun?: boolean;
|
|
888
887
|
NextToken?: string;
|
|
889
888
|
MaxResults?: number;
|
|
889
|
+
DryRun?: boolean;
|
|
890
890
|
}
|
|
891
891
|
export interface DescribeVpcsResult {
|
|
892
|
-
Vpcs?: Vpc[];
|
|
893
892
|
NextToken?: string;
|
|
893
|
+
Vpcs?: Vpc[];
|
|
894
894
|
}
|
|
895
895
|
export interface DescribeVpnConnectionsRequest {
|
|
896
896
|
Filters?: Filter[];
|
|
@@ -922,8 +922,8 @@ export interface DetachInternetGatewayRequest {
|
|
|
922
922
|
VpcId: string | undefined;
|
|
923
923
|
}
|
|
924
924
|
export interface DetachNetworkInterfaceRequest {
|
|
925
|
-
AttachmentId: string | undefined;
|
|
926
925
|
DryRun?: boolean;
|
|
926
|
+
AttachmentId: string | undefined;
|
|
927
927
|
Force?: boolean;
|
|
928
928
|
}
|
|
929
929
|
export interface DetachVerifiedAccessTrustProviderRequest {
|
|
@@ -1189,8 +1189,8 @@ export interface DisassociateNatGatewayAddressResult {
|
|
|
1189
1189
|
NatGatewayAddresses?: NatGatewayAddress[];
|
|
1190
1190
|
}
|
|
1191
1191
|
export interface DisassociateRouteTableRequest {
|
|
1192
|
-
AssociationId: string | undefined;
|
|
1193
1192
|
DryRun?: boolean;
|
|
1193
|
+
AssociationId: string | undefined;
|
|
1194
1194
|
}
|
|
1195
1195
|
export interface DisassociateSubnetCidrBlockRequest {
|
|
1196
1196
|
AssociationId: string | undefined;
|
|
@@ -1580,13 +1580,13 @@ export interface GetCoipPoolUsageResult {
|
|
|
1580
1580
|
}
|
|
1581
1581
|
export interface GetConsoleOutputRequest {
|
|
1582
1582
|
InstanceId: string | undefined;
|
|
1583
|
-
DryRun?: boolean;
|
|
1584
1583
|
Latest?: boolean;
|
|
1584
|
+
DryRun?: boolean;
|
|
1585
1585
|
}
|
|
1586
1586
|
export interface GetConsoleOutputResult {
|
|
1587
1587
|
InstanceId?: string;
|
|
1588
|
-
Output?: string;
|
|
1589
1588
|
Timestamp?: Date;
|
|
1589
|
+
Output?: string;
|
|
1590
1590
|
}
|
|
1591
1591
|
export interface GetConsoleScreenshotRequest {
|
|
1592
1592
|
DryRun?: boolean;
|
|
@@ -87,7 +87,6 @@ import {
|
|
|
87
87
|
VerifiedAccessEndpointProtocol,
|
|
88
88
|
VerifiedAccessGroup,
|
|
89
89
|
VerifiedAccessSseSpecificationRequest,
|
|
90
|
-
VpnConnection,
|
|
91
90
|
VpnEcmpSupportValue,
|
|
92
91
|
} from "./models_2";
|
|
93
92
|
import {
|
|
@@ -387,6 +386,7 @@ export interface IpamDiscoveredResourceCidr {
|
|
|
387
386
|
ResourceTags?: IpamResourceTag[];
|
|
388
387
|
IpUsage?: number;
|
|
389
388
|
VpcId?: string;
|
|
389
|
+
SubnetId?: string;
|
|
390
390
|
NetworkInterfaceAttachmentStatus?: IpamNetworkInterfaceAttachmentStatus;
|
|
391
391
|
SampleTime?: Date;
|
|
392
392
|
AvailabilityZoneId?: string;
|
|
@@ -520,8 +520,8 @@ export interface GetPasswordDataRequest {
|
|
|
520
520
|
}
|
|
521
521
|
export interface GetPasswordDataResult {
|
|
522
522
|
InstanceId?: string;
|
|
523
|
-
PasswordData?: string;
|
|
524
523
|
Timestamp?: Date;
|
|
524
|
+
PasswordData?: string;
|
|
525
525
|
}
|
|
526
526
|
export interface GetReservedInstancesExchangeQuoteRequest {
|
|
527
527
|
DryRun?: boolean;
|
|
@@ -865,8 +865,8 @@ export interface ImportImageResult {
|
|
|
865
865
|
UsageOperation?: string;
|
|
866
866
|
}
|
|
867
867
|
export interface DiskImageDetail {
|
|
868
|
-
Bytes: number | undefined;
|
|
869
868
|
Format: DiskImageFormat | undefined;
|
|
869
|
+
Bytes: number | undefined;
|
|
870
870
|
ImportManifestUrl: string | undefined;
|
|
871
871
|
}
|
|
872
872
|
export interface VolumeDetail {
|
|
@@ -881,33 +881,33 @@ export interface UserData {
|
|
|
881
881
|
Data?: string;
|
|
882
882
|
}
|
|
883
883
|
export interface ImportInstanceLaunchSpecification {
|
|
884
|
-
AdditionalInfo?: string;
|
|
885
884
|
Architecture?: ArchitectureValues;
|
|
886
|
-
GroupIds?: string[];
|
|
887
885
|
GroupNames?: string[];
|
|
888
|
-
|
|
886
|
+
GroupIds?: string[];
|
|
887
|
+
AdditionalInfo?: string;
|
|
888
|
+
UserData?: UserData;
|
|
889
889
|
InstanceType?: _InstanceType;
|
|
890
|
-
Monitoring?: boolean;
|
|
891
890
|
Placement?: Placement;
|
|
892
|
-
|
|
891
|
+
Monitoring?: boolean;
|
|
893
892
|
SubnetId?: string;
|
|
894
|
-
|
|
893
|
+
InstanceInitiatedShutdownBehavior?: ShutdownBehavior;
|
|
894
|
+
PrivateIpAddress?: string;
|
|
895
895
|
}
|
|
896
896
|
export interface ImportInstanceRequest {
|
|
897
|
-
Description?: string;
|
|
898
|
-
DiskImages?: DiskImage[];
|
|
899
897
|
DryRun?: boolean;
|
|
898
|
+
Description?: string;
|
|
900
899
|
LaunchSpecification?: ImportInstanceLaunchSpecification;
|
|
900
|
+
DiskImages?: DiskImage[];
|
|
901
901
|
Platform: PlatformValues | undefined;
|
|
902
902
|
}
|
|
903
903
|
export interface ImportInstanceResult {
|
|
904
904
|
ConversionTask?: ConversionTask;
|
|
905
905
|
}
|
|
906
906
|
export interface ImportKeyPairRequest {
|
|
907
|
+
TagSpecifications?: TagSpecification[];
|
|
907
908
|
DryRun?: boolean;
|
|
908
909
|
KeyName: string | undefined;
|
|
909
910
|
PublicKeyMaterial: Uint8Array | undefined;
|
|
910
|
-
TagSpecifications?: TagSpecification[];
|
|
911
911
|
}
|
|
912
912
|
export interface ImportKeyPairResult {
|
|
913
913
|
KeyFingerprint?: string;
|
|
@@ -939,10 +939,10 @@ export interface ImportSnapshotResult {
|
|
|
939
939
|
Tags?: Tag[];
|
|
940
940
|
}
|
|
941
941
|
export interface ImportVolumeRequest {
|
|
942
|
-
AvailabilityZone: string | undefined;
|
|
943
|
-
Description?: string;
|
|
944
942
|
DryRun?: boolean;
|
|
943
|
+
AvailabilityZone: string | undefined;
|
|
945
944
|
Image: DiskImageDetail | undefined;
|
|
945
|
+
Description?: string;
|
|
946
946
|
Volume: VolumeDetail | undefined;
|
|
947
947
|
}
|
|
948
948
|
export interface ImportVolumeResult {
|
|
@@ -1128,21 +1128,21 @@ export interface ModifyFpgaImageAttributeResult {
|
|
|
1128
1128
|
FpgaImageAttribute?: FpgaImageAttribute;
|
|
1129
1129
|
}
|
|
1130
1130
|
export interface ModifyHostsRequest {
|
|
1131
|
-
AutoPlacement?: AutoPlacement;
|
|
1132
|
-
HostIds: string[] | undefined;
|
|
1133
1131
|
HostRecovery?: HostRecovery;
|
|
1134
1132
|
InstanceType?: string;
|
|
1135
1133
|
InstanceFamily?: string;
|
|
1136
1134
|
HostMaintenance?: HostMaintenance;
|
|
1135
|
+
HostIds: string[] | undefined;
|
|
1136
|
+
AutoPlacement?: AutoPlacement;
|
|
1137
1137
|
}
|
|
1138
1138
|
export interface ModifyHostsResult {
|
|
1139
1139
|
Successful?: string[];
|
|
1140
1140
|
Unsuccessful?: UnsuccessfulItem[];
|
|
1141
1141
|
}
|
|
1142
1142
|
export interface ModifyIdentityIdFormatRequest {
|
|
1143
|
-
PrincipalArn: string | undefined;
|
|
1144
1143
|
Resource: string | undefined;
|
|
1145
1144
|
UseLongIds: boolean | undefined;
|
|
1145
|
+
PrincipalArn: string | undefined;
|
|
1146
1146
|
}
|
|
1147
1147
|
export interface ModifyIdFormatRequest {
|
|
1148
1148
|
Resource: string | undefined;
|
|
@@ -1162,42 +1162,42 @@ export interface ModifyImageAttributeRequest {
|
|
|
1162
1162
|
UserGroups?: string[];
|
|
1163
1163
|
UserIds?: string[];
|
|
1164
1164
|
Value?: string;
|
|
1165
|
-
DryRun?: boolean;
|
|
1166
1165
|
OrganizationArns?: string[];
|
|
1167
1166
|
OrganizationalUnitArns?: string[];
|
|
1168
1167
|
ImdsSupport?: AttributeValue;
|
|
1168
|
+
DryRun?: boolean;
|
|
1169
1169
|
}
|
|
1170
1170
|
export interface EbsInstanceBlockDeviceSpecification {
|
|
1171
|
-
DeleteOnTermination?: boolean;
|
|
1172
1171
|
VolumeId?: string;
|
|
1172
|
+
DeleteOnTermination?: boolean;
|
|
1173
1173
|
}
|
|
1174
1174
|
export interface InstanceBlockDeviceMappingSpecification {
|
|
1175
1175
|
DeviceName?: string;
|
|
1176
1176
|
Ebs?: EbsInstanceBlockDeviceSpecification;
|
|
1177
|
-
NoDevice?: string;
|
|
1178
1177
|
VirtualName?: string;
|
|
1178
|
+
NoDevice?: string;
|
|
1179
1179
|
}
|
|
1180
1180
|
export interface BlobAttributeValue {
|
|
1181
1181
|
Value?: Uint8Array;
|
|
1182
1182
|
}
|
|
1183
1183
|
export interface ModifyInstanceAttributeRequest {
|
|
1184
1184
|
SourceDestCheck?: AttributeBooleanValue;
|
|
1185
|
+
DisableApiStop?: AttributeBooleanValue;
|
|
1186
|
+
DryRun?: boolean;
|
|
1187
|
+
InstanceId: string | undefined;
|
|
1185
1188
|
Attribute?: InstanceAttributeName;
|
|
1189
|
+
Value?: string;
|
|
1186
1190
|
BlockDeviceMappings?: InstanceBlockDeviceMappingSpecification[];
|
|
1187
1191
|
DisableApiTermination?: AttributeBooleanValue;
|
|
1188
|
-
DryRun?: boolean;
|
|
1189
|
-
EbsOptimized?: AttributeBooleanValue;
|
|
1190
|
-
EnaSupport?: AttributeBooleanValue;
|
|
1191
|
-
Groups?: string[];
|
|
1192
|
-
InstanceId: string | undefined;
|
|
1193
|
-
InstanceInitiatedShutdownBehavior?: AttributeValue;
|
|
1194
1192
|
InstanceType?: AttributeValue;
|
|
1195
1193
|
Kernel?: AttributeValue;
|
|
1196
1194
|
Ramdisk?: AttributeValue;
|
|
1197
|
-
SriovNetSupport?: AttributeValue;
|
|
1198
1195
|
UserData?: BlobAttributeValue;
|
|
1199
|
-
|
|
1200
|
-
|
|
1196
|
+
InstanceInitiatedShutdownBehavior?: AttributeValue;
|
|
1197
|
+
Groups?: string[];
|
|
1198
|
+
EbsOptimized?: AttributeBooleanValue;
|
|
1199
|
+
SriovNetSupport?: AttributeValue;
|
|
1200
|
+
EnaSupport?: AttributeBooleanValue;
|
|
1201
1201
|
}
|
|
1202
1202
|
export interface CapacityReservationSpecification {
|
|
1203
1203
|
CapacityReservationPreference?: CapacityReservationPreference;
|
|
@@ -1213,6 +1213,17 @@ export interface ModifyInstanceCapacityReservationAttributesRequest {
|
|
|
1213
1213
|
export interface ModifyInstanceCapacityReservationAttributesResult {
|
|
1214
1214
|
Return?: boolean;
|
|
1215
1215
|
}
|
|
1216
|
+
export interface ModifyInstanceCpuOptionsRequest {
|
|
1217
|
+
InstanceId: string | undefined;
|
|
1218
|
+
CoreCount: number | undefined;
|
|
1219
|
+
ThreadsPerCore: number | undefined;
|
|
1220
|
+
DryRun?: boolean;
|
|
1221
|
+
}
|
|
1222
|
+
export interface ModifyInstanceCpuOptionsResult {
|
|
1223
|
+
InstanceId?: string;
|
|
1224
|
+
CoreCount?: number;
|
|
1225
|
+
ThreadsPerCore?: number;
|
|
1226
|
+
}
|
|
1216
1227
|
export interface InstanceCreditSpecificationRequest {
|
|
1217
1228
|
InstanceId: string | undefined;
|
|
1218
1229
|
CpuCredits?: string;
|
|
@@ -1326,14 +1337,14 @@ export declare const HostTenancy: {
|
|
|
1326
1337
|
};
|
|
1327
1338
|
export type HostTenancy = (typeof HostTenancy)[keyof typeof HostTenancy];
|
|
1328
1339
|
export interface ModifyInstancePlacementRequest {
|
|
1329
|
-
Affinity?: Affinity;
|
|
1330
1340
|
GroupName?: string;
|
|
1331
|
-
HostId?: string;
|
|
1332
|
-
InstanceId: string | undefined;
|
|
1333
|
-
Tenancy?: HostTenancy;
|
|
1334
1341
|
PartitionNumber?: number;
|
|
1335
1342
|
HostResourceGroupArn?: string;
|
|
1336
1343
|
GroupId?: string;
|
|
1344
|
+
InstanceId: string | undefined;
|
|
1345
|
+
Tenancy?: HostTenancy;
|
|
1346
|
+
Affinity?: Affinity;
|
|
1347
|
+
HostId?: string;
|
|
1337
1348
|
}
|
|
1338
1349
|
export interface ModifyInstancePlacementResult {
|
|
1339
1350
|
Return?: boolean;
|
|
@@ -1439,16 +1450,16 @@ export interface NetworkInterfaceAttachmentChanges {
|
|
|
1439
1450
|
DeleteOnTermination?: boolean;
|
|
1440
1451
|
}
|
|
1441
1452
|
export interface ModifyNetworkInterfaceAttributeRequest {
|
|
1442
|
-
Attachment?: NetworkInterfaceAttachmentChanges;
|
|
1443
|
-
Description?: AttributeValue;
|
|
1444
|
-
DryRun?: boolean;
|
|
1445
|
-
Groups?: string[];
|
|
1446
|
-
NetworkInterfaceId: string | undefined;
|
|
1447
|
-
SourceDestCheck?: AttributeBooleanValue;
|
|
1448
1453
|
EnaSrdSpecification?: EnaSrdSpecification;
|
|
1449
1454
|
EnablePrimaryIpv6?: boolean;
|
|
1450
1455
|
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
|
1451
1456
|
AssociatePublicIpAddress?: boolean;
|
|
1457
|
+
DryRun?: boolean;
|
|
1458
|
+
NetworkInterfaceId: string | undefined;
|
|
1459
|
+
Description?: AttributeValue;
|
|
1460
|
+
SourceDestCheck?: AttributeBooleanValue;
|
|
1461
|
+
Groups?: string[];
|
|
1462
|
+
Attachment?: NetworkInterfaceAttachmentChanges;
|
|
1452
1463
|
}
|
|
1453
1464
|
export interface ModifyPrivateDnsNameOptionsRequest {
|
|
1454
1465
|
DryRun?: boolean;
|
|
@@ -1518,12 +1529,12 @@ export interface ModifySnapshotTierResult {
|
|
|
1518
1529
|
TieringStartTime?: Date;
|
|
1519
1530
|
}
|
|
1520
1531
|
export interface ModifySpotFleetRequestRequest {
|
|
1521
|
-
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy;
|
|
1522
1532
|
LaunchTemplateConfigs?: LaunchTemplateConfig[];
|
|
1523
|
-
SpotFleetRequestId: string | undefined;
|
|
1524
|
-
TargetCapacity?: number;
|
|
1525
1533
|
OnDemandTargetCapacity?: number;
|
|
1526
1534
|
Context?: string;
|
|
1535
|
+
SpotFleetRequestId: string | undefined;
|
|
1536
|
+
TargetCapacity?: number;
|
|
1537
|
+
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy;
|
|
1527
1538
|
}
|
|
1528
1539
|
export interface ModifySpotFleetRequestResponse {
|
|
1529
1540
|
Return?: boolean;
|
|
@@ -1888,17 +1899,6 @@ export interface ModifyVpnConnectionRequest {
|
|
|
1888
1899
|
VpnGatewayId?: string;
|
|
1889
1900
|
DryRun?: boolean;
|
|
1890
1901
|
}
|
|
1891
|
-
export interface ModifyVpnConnectionResult {
|
|
1892
|
-
VpnConnection?: VpnConnection;
|
|
1893
|
-
}
|
|
1894
|
-
export interface ModifyVpnConnectionOptionsRequest {
|
|
1895
|
-
VpnConnectionId: string | undefined;
|
|
1896
|
-
LocalIpv4NetworkCidr?: string;
|
|
1897
|
-
RemoteIpv4NetworkCidr?: string;
|
|
1898
|
-
LocalIpv6NetworkCidr?: string;
|
|
1899
|
-
RemoteIpv6NetworkCidr?: string;
|
|
1900
|
-
DryRun?: boolean;
|
|
1901
|
-
}
|
|
1902
1902
|
export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
|
|
1903
1903
|
obj: GetInstanceTpmEkPubResult
|
|
1904
1904
|
) => any;
|
|
@@ -1958,6 +1958,3 @@ export declare const ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog:
|
|
|
1958
1958
|
export declare const ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1959
1959
|
obj: ModifyVerifiedAccessTrustProviderResult
|
|
1960
1960
|
) => any;
|
|
1961
|
-
export declare const ModifyVpnConnectionResultFilterSensitiveLog: (
|
|
1962
|
-
obj: ModifyVpnConnectionResult
|
|
1963
|
-
) => any;
|