@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
|
@@ -246,19 +246,19 @@ export interface CreateCustomerGatewayRequest {
|
|
|
246
246
|
TagSpecifications?: TagSpecification[];
|
|
247
247
|
DeviceName?: string;
|
|
248
248
|
IpAddress?: string;
|
|
249
|
-
DryRun?: boolean;
|
|
250
249
|
BgpAsnExtended?: number;
|
|
250
|
+
DryRun?: boolean;
|
|
251
251
|
}
|
|
252
252
|
export interface CustomerGateway {
|
|
253
|
-
BgpAsn?: string;
|
|
254
|
-
CustomerGatewayId?: string;
|
|
255
|
-
IpAddress?: string;
|
|
256
253
|
CertificateArn?: string;
|
|
257
|
-
State?: string;
|
|
258
|
-
Type?: string;
|
|
259
254
|
DeviceName?: string;
|
|
260
255
|
Tags?: Tag[];
|
|
261
256
|
BgpAsnExtended?: string;
|
|
257
|
+
CustomerGatewayId?: string;
|
|
258
|
+
State?: string;
|
|
259
|
+
Type?: string;
|
|
260
|
+
IpAddress?: string;
|
|
261
|
+
BgpAsn?: string;
|
|
262
262
|
}
|
|
263
263
|
export interface CreateCustomerGatewayResult {
|
|
264
264
|
CustomerGateway?: CustomerGateway;
|
|
@@ -285,18 +285,10 @@ export declare const SubnetState: {
|
|
|
285
285
|
};
|
|
286
286
|
export type SubnetState = (typeof SubnetState)[keyof typeof SubnetState];
|
|
287
287
|
export interface Subnet {
|
|
288
|
-
AvailabilityZone?: string;
|
|
289
288
|
AvailabilityZoneId?: string;
|
|
290
|
-
AvailableIpAddressCount?: number;
|
|
291
|
-
CidrBlock?: string;
|
|
292
|
-
DefaultForAz?: boolean;
|
|
293
289
|
EnableLniAtDeviceIndex?: number;
|
|
294
|
-
MapPublicIpOnLaunch?: boolean;
|
|
295
290
|
MapCustomerOwnedIpOnLaunch?: boolean;
|
|
296
291
|
CustomerOwnedIpv4Pool?: string;
|
|
297
|
-
State?: SubnetState;
|
|
298
|
-
SubnetId?: string;
|
|
299
|
-
VpcId?: string;
|
|
300
292
|
OwnerId?: string;
|
|
301
293
|
AssignIpv6AddressOnCreation?: boolean;
|
|
302
294
|
Ipv6CidrBlockAssociationSet?: SubnetIpv6CidrBlockAssociation[];
|
|
@@ -306,6 +298,14 @@ export interface Subnet {
|
|
|
306
298
|
EnableDns64?: boolean;
|
|
307
299
|
Ipv6Native?: boolean;
|
|
308
300
|
PrivateDnsNameOptionsOnLaunch?: PrivateDnsNameOptionsOnLaunch;
|
|
301
|
+
SubnetId?: string;
|
|
302
|
+
State?: SubnetState;
|
|
303
|
+
VpcId?: string;
|
|
304
|
+
CidrBlock?: string;
|
|
305
|
+
AvailableIpAddressCount?: number;
|
|
306
|
+
AvailabilityZone?: string;
|
|
307
|
+
DefaultForAz?: boolean;
|
|
308
|
+
MapPublicIpOnLaunch?: boolean;
|
|
309
309
|
}
|
|
310
310
|
export interface CreateDefaultSubnetResult {
|
|
311
311
|
Subnet?: Subnet;
|
|
@@ -325,16 +325,16 @@ export declare const VpcState: {
|
|
|
325
325
|
};
|
|
326
326
|
export type VpcState = (typeof VpcState)[keyof typeof VpcState];
|
|
327
327
|
export interface Vpc {
|
|
328
|
-
CidrBlock?: string;
|
|
329
|
-
DhcpOptionsId?: string;
|
|
330
|
-
State?: VpcState;
|
|
331
|
-
VpcId?: string;
|
|
332
328
|
OwnerId?: string;
|
|
333
329
|
InstanceTenancy?: Tenancy;
|
|
334
330
|
Ipv6CidrBlockAssociationSet?: VpcIpv6CidrBlockAssociation[];
|
|
335
331
|
CidrBlockAssociationSet?: VpcCidrBlockAssociation[];
|
|
336
332
|
IsDefault?: boolean;
|
|
337
333
|
Tags?: Tag[];
|
|
334
|
+
VpcId?: string;
|
|
335
|
+
State?: VpcState;
|
|
336
|
+
CidrBlock?: string;
|
|
337
|
+
DhcpOptionsId?: string;
|
|
338
338
|
}
|
|
339
339
|
export interface CreateDefaultVpcResult {
|
|
340
340
|
Vpc?: Vpc;
|
|
@@ -356,10 +356,10 @@ export interface DhcpConfiguration {
|
|
|
356
356
|
Values?: AttributeValue[];
|
|
357
357
|
}
|
|
358
358
|
export interface DhcpOptions {
|
|
359
|
-
DhcpConfigurations?: DhcpConfiguration[];
|
|
360
|
-
DhcpOptionsId?: string;
|
|
361
359
|
OwnerId?: string;
|
|
362
360
|
Tags?: Tag[];
|
|
361
|
+
DhcpOptionsId?: string;
|
|
362
|
+
DhcpConfigurations?: DhcpConfiguration[];
|
|
363
363
|
}
|
|
364
364
|
export interface CreateDhcpOptionsResult {
|
|
365
365
|
DhcpOptions?: DhcpOptions;
|
|
@@ -487,7 +487,6 @@ export interface InstanceRequirementsRequest {
|
|
|
487
487
|
MaxSpotPriceAsPercentageOfOptimalOnDemandPrice?: number;
|
|
488
488
|
}
|
|
489
489
|
export interface Placement {
|
|
490
|
-
AvailabilityZone?: string;
|
|
491
490
|
Affinity?: string;
|
|
492
491
|
GroupName?: string;
|
|
493
492
|
PartitionNumber?: number;
|
|
@@ -496,6 +495,7 @@ export interface Placement {
|
|
|
496
495
|
SpreadDomain?: string;
|
|
497
496
|
HostResourceGroupArn?: string;
|
|
498
497
|
GroupId?: string;
|
|
498
|
+
AvailabilityZone?: string;
|
|
499
499
|
}
|
|
500
500
|
export interface FleetLaunchTemplateOverridesRequest {
|
|
501
501
|
InstanceType?: _InstanceType;
|
|
@@ -817,19 +817,19 @@ export interface EbsBlockDevice {
|
|
|
817
817
|
Encrypted?: boolean;
|
|
818
818
|
}
|
|
819
819
|
export interface BlockDeviceMapping {
|
|
820
|
-
DeviceName?: string;
|
|
821
|
-
VirtualName?: string;
|
|
822
820
|
Ebs?: EbsBlockDevice;
|
|
823
821
|
NoDevice?: string;
|
|
822
|
+
DeviceName?: string;
|
|
823
|
+
VirtualName?: string;
|
|
824
824
|
}
|
|
825
825
|
export interface CreateImageRequest {
|
|
826
|
-
|
|
827
|
-
Description?: string;
|
|
826
|
+
TagSpecifications?: TagSpecification[];
|
|
828
827
|
DryRun?: boolean;
|
|
829
828
|
InstanceId: string | undefined;
|
|
830
829
|
Name: string | undefined;
|
|
830
|
+
Description?: string;
|
|
831
831
|
NoReboot?: boolean;
|
|
832
|
-
|
|
832
|
+
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
833
833
|
}
|
|
834
834
|
export interface CreateImageResult {
|
|
835
835
|
ImageId?: string;
|
|
@@ -902,8 +902,8 @@ export declare const DiskImageFormat: {
|
|
|
902
902
|
export type DiskImageFormat =
|
|
903
903
|
(typeof DiskImageFormat)[keyof typeof DiskImageFormat];
|
|
904
904
|
export interface ExportToS3TaskSpecification {
|
|
905
|
-
ContainerFormat?: ContainerFormat;
|
|
906
905
|
DiskImageFormat?: DiskImageFormat;
|
|
906
|
+
ContainerFormat?: ContainerFormat;
|
|
907
907
|
S3Bucket?: string;
|
|
908
908
|
S3Prefix?: string;
|
|
909
909
|
}
|
|
@@ -915,11 +915,11 @@ export declare const ExportEnvironment: {
|
|
|
915
915
|
export type ExportEnvironment =
|
|
916
916
|
(typeof ExportEnvironment)[keyof typeof ExportEnvironment];
|
|
917
917
|
export interface CreateInstanceExportTaskRequest {
|
|
918
|
+
TagSpecifications?: TagSpecification[];
|
|
918
919
|
Description?: string;
|
|
919
|
-
ExportToS3Task: ExportToS3TaskSpecification | undefined;
|
|
920
920
|
InstanceId: string | undefined;
|
|
921
921
|
TargetEnvironment: ExportEnvironment | undefined;
|
|
922
|
-
|
|
922
|
+
ExportToS3Task: ExportToS3TaskSpecification | undefined;
|
|
923
923
|
}
|
|
924
924
|
export interface ExportToS3Task {
|
|
925
925
|
ContainerFormat?: ContainerFormat;
|
|
@@ -1247,17 +1247,17 @@ export declare const KeyType: {
|
|
|
1247
1247
|
export type KeyType = (typeof KeyType)[keyof typeof KeyType];
|
|
1248
1248
|
export interface CreateKeyPairRequest {
|
|
1249
1249
|
KeyName: string | undefined;
|
|
1250
|
-
DryRun?: boolean;
|
|
1251
1250
|
KeyType?: KeyType;
|
|
1252
1251
|
TagSpecifications?: TagSpecification[];
|
|
1253
1252
|
KeyFormat?: KeyFormat;
|
|
1253
|
+
DryRun?: boolean;
|
|
1254
1254
|
}
|
|
1255
1255
|
export interface KeyPair {
|
|
1256
|
-
KeyFingerprint?: string;
|
|
1257
|
-
KeyMaterial?: string;
|
|
1258
|
-
KeyName?: string;
|
|
1259
1256
|
KeyPairId?: string;
|
|
1260
1257
|
Tags?: Tag[];
|
|
1258
|
+
KeyName?: string;
|
|
1259
|
+
KeyFingerprint?: string;
|
|
1260
|
+
KeyMaterial?: string;
|
|
1261
1261
|
}
|
|
1262
1262
|
export interface LaunchTemplateEbsBlockDeviceRequest {
|
|
1263
1263
|
Encrypted?: boolean;
|
|
@@ -1937,10 +1937,10 @@ export interface CreateNatGatewayResult {
|
|
|
1937
1937
|
NatGateway?: NatGateway;
|
|
1938
1938
|
}
|
|
1939
1939
|
export interface CreateNetworkAclRequest {
|
|
1940
|
-
DryRun?: boolean;
|
|
1941
|
-
VpcId: string | undefined;
|
|
1942
1940
|
TagSpecifications?: TagSpecification[];
|
|
1943
1941
|
ClientToken?: string;
|
|
1942
|
+
DryRun?: boolean;
|
|
1943
|
+
VpcId: string | undefined;
|
|
1944
1944
|
}
|
|
1945
1945
|
export interface NetworkAclAssociation {
|
|
1946
1946
|
NetworkAclAssociationId?: string;
|
|
@@ -1980,16 +1980,16 @@ export interface CreateNetworkAclResult {
|
|
|
1980
1980
|
ClientToken?: string;
|
|
1981
1981
|
}
|
|
1982
1982
|
export interface CreateNetworkAclEntryRequest {
|
|
1983
|
-
CidrBlock?: string;
|
|
1984
1983
|
DryRun?: boolean;
|
|
1985
|
-
Egress: boolean | undefined;
|
|
1986
|
-
IcmpTypeCode?: IcmpTypeCode;
|
|
1987
|
-
Ipv6CidrBlock?: string;
|
|
1988
1984
|
NetworkAclId: string | undefined;
|
|
1989
|
-
|
|
1985
|
+
RuleNumber: number | undefined;
|
|
1990
1986
|
Protocol: string | undefined;
|
|
1991
1987
|
RuleAction: RuleAction | undefined;
|
|
1992
|
-
|
|
1988
|
+
Egress: boolean | undefined;
|
|
1989
|
+
CidrBlock?: string;
|
|
1990
|
+
Ipv6CidrBlock?: string;
|
|
1991
|
+
IcmpTypeCode?: IcmpTypeCode;
|
|
1992
|
+
PortRange?: PortRange;
|
|
1993
1993
|
}
|
|
1994
1994
|
export interface CreateNetworkInsightsAccessScopeRequest {
|
|
1995
1995
|
MatchPaths?: AccessScopePathRequest[];
|
|
@@ -59,24 +59,24 @@ export declare const NetworkInterfaceCreationType: {
|
|
|
59
59
|
export type NetworkInterfaceCreationType =
|
|
60
60
|
(typeof NetworkInterfaceCreationType)[keyof typeof NetworkInterfaceCreationType];
|
|
61
61
|
export interface CreateNetworkInterfaceRequest {
|
|
62
|
-
Description?: string;
|
|
63
|
-
DryRun?: boolean;
|
|
64
|
-
Groups?: string[];
|
|
65
|
-
Ipv6AddressCount?: number;
|
|
66
|
-
Ipv6Addresses?: InstanceIpv6Address[];
|
|
67
|
-
PrivateIpAddress?: string;
|
|
68
|
-
PrivateIpAddresses?: PrivateIpAddressSpecification[];
|
|
69
|
-
SecondaryPrivateIpAddressCount?: number;
|
|
70
62
|
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[];
|
|
71
63
|
Ipv4PrefixCount?: number;
|
|
72
64
|
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[];
|
|
73
65
|
Ipv6PrefixCount?: number;
|
|
74
66
|
InterfaceType?: NetworkInterfaceCreationType;
|
|
75
|
-
SubnetId: string | undefined;
|
|
76
67
|
TagSpecifications?: TagSpecification[];
|
|
77
68
|
ClientToken?: string;
|
|
78
69
|
EnablePrimaryIpv6?: boolean;
|
|
79
70
|
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
|
71
|
+
SubnetId: string | undefined;
|
|
72
|
+
Description?: string;
|
|
73
|
+
PrivateIpAddress?: string;
|
|
74
|
+
Groups?: string[];
|
|
75
|
+
PrivateIpAddresses?: PrivateIpAddressSpecification[];
|
|
76
|
+
SecondaryPrivateIpAddressCount?: number;
|
|
77
|
+
Ipv6Addresses?: InstanceIpv6Address[];
|
|
78
|
+
Ipv6AddressCount?: number;
|
|
79
|
+
DryRun?: boolean;
|
|
80
80
|
}
|
|
81
81
|
export interface NetworkInterfaceAssociation {
|
|
82
82
|
AllocationId?: string;
|
|
@@ -111,8 +111,8 @@ export interface ConnectionTrackingConfiguration {
|
|
|
111
111
|
UdpTimeout?: number;
|
|
112
112
|
}
|
|
113
113
|
export interface GroupIdentifier {
|
|
114
|
-
GroupName?: string;
|
|
115
114
|
GroupId?: string;
|
|
115
|
+
GroupName?: string;
|
|
116
116
|
}
|
|
117
117
|
export declare const NetworkInterfaceType: {
|
|
118
118
|
readonly api_gateway_managed: "api_gateway_managed";
|
|
@@ -239,12 +239,12 @@ export declare const PlacementStrategy: {
|
|
|
239
239
|
export type PlacementStrategy =
|
|
240
240
|
(typeof PlacementStrategy)[keyof typeof PlacementStrategy];
|
|
241
241
|
export interface CreatePlacementGroupRequest {
|
|
242
|
-
DryRun?: boolean;
|
|
243
|
-
GroupName?: string;
|
|
244
|
-
Strategy?: PlacementStrategy;
|
|
245
242
|
PartitionCount?: number;
|
|
246
243
|
TagSpecifications?: TagSpecification[];
|
|
247
244
|
SpreadLevel?: SpreadLevel;
|
|
245
|
+
DryRun?: boolean;
|
|
246
|
+
GroupName?: string;
|
|
247
|
+
Strategy?: PlacementStrategy;
|
|
248
248
|
}
|
|
249
249
|
export declare const PlacementGroupState: {
|
|
250
250
|
readonly available: "available";
|
|
@@ -309,15 +309,15 @@ export interface CreateReplaceRootVolumeTaskResult {
|
|
|
309
309
|
ReplaceRootVolumeTask?: ReplaceRootVolumeTask;
|
|
310
310
|
}
|
|
311
311
|
export interface PriceScheduleSpecification {
|
|
312
|
-
CurrencyCode?: CurrencyCodeValues;
|
|
313
|
-
Price?: number;
|
|
314
312
|
Term?: number;
|
|
313
|
+
Price?: number;
|
|
314
|
+
CurrencyCode?: CurrencyCodeValues;
|
|
315
315
|
}
|
|
316
316
|
export interface CreateReservedInstancesListingRequest {
|
|
317
|
-
|
|
317
|
+
ReservedInstancesId: string | undefined;
|
|
318
318
|
InstanceCount: number | undefined;
|
|
319
319
|
PriceSchedules: PriceScheduleSpecification[] | undefined;
|
|
320
|
-
|
|
320
|
+
ClientToken: string | undefined;
|
|
321
321
|
}
|
|
322
322
|
export interface CreateReservedInstancesListingResult {
|
|
323
323
|
ReservedInstancesListings?: ReservedInstancesListing[];
|
|
@@ -333,31 +333,31 @@ export interface CreateRestoreImageTaskResult {
|
|
|
333
333
|
ImageId?: string;
|
|
334
334
|
}
|
|
335
335
|
export interface CreateRouteRequest {
|
|
336
|
-
DestinationCidrBlock?: string;
|
|
337
|
-
DestinationIpv6CidrBlock?: string;
|
|
338
336
|
DestinationPrefixListId?: string;
|
|
339
|
-
DryRun?: boolean;
|
|
340
337
|
VpcEndpointId?: string;
|
|
341
|
-
EgressOnlyInternetGatewayId?: string;
|
|
342
|
-
GatewayId?: string;
|
|
343
|
-
InstanceId?: string;
|
|
344
|
-
NatGatewayId?: string;
|
|
345
338
|
TransitGatewayId?: string;
|
|
346
339
|
LocalGatewayId?: string;
|
|
347
340
|
CarrierGatewayId?: string;
|
|
348
|
-
|
|
341
|
+
CoreNetworkArn?: string;
|
|
342
|
+
DryRun?: boolean;
|
|
349
343
|
RouteTableId: string | undefined;
|
|
344
|
+
DestinationCidrBlock?: string;
|
|
345
|
+
GatewayId?: string;
|
|
346
|
+
DestinationIpv6CidrBlock?: string;
|
|
347
|
+
EgressOnlyInternetGatewayId?: string;
|
|
348
|
+
InstanceId?: string;
|
|
349
|
+
NetworkInterfaceId?: string;
|
|
350
350
|
VpcPeeringConnectionId?: string;
|
|
351
|
-
|
|
351
|
+
NatGatewayId?: string;
|
|
352
352
|
}
|
|
353
353
|
export interface CreateRouteResult {
|
|
354
354
|
Return?: boolean;
|
|
355
355
|
}
|
|
356
356
|
export interface CreateRouteTableRequest {
|
|
357
|
-
DryRun?: boolean;
|
|
358
|
-
VpcId: string | undefined;
|
|
359
357
|
TagSpecifications?: TagSpecification[];
|
|
360
358
|
ClientToken?: string;
|
|
359
|
+
DryRun?: boolean;
|
|
360
|
+
VpcId: string | undefined;
|
|
361
361
|
}
|
|
362
362
|
export interface RouteTableAssociation {
|
|
363
363
|
Main?: boolean;
|
|
@@ -450,24 +450,24 @@ export declare const StorageTier: {
|
|
|
450
450
|
};
|
|
451
451
|
export type StorageTier = (typeof StorageTier)[keyof typeof StorageTier];
|
|
452
452
|
export interface Snapshot {
|
|
453
|
-
DataEncryptionKeyId?: string;
|
|
454
|
-
Description?: string;
|
|
455
|
-
Encrypted?: boolean;
|
|
456
|
-
KmsKeyId?: string;
|
|
457
|
-
OwnerId?: string;
|
|
458
|
-
Progress?: string;
|
|
459
|
-
SnapshotId?: string;
|
|
460
|
-
StartTime?: Date;
|
|
461
|
-
State?: SnapshotState;
|
|
462
|
-
StateMessage?: string;
|
|
463
|
-
VolumeId?: string;
|
|
464
|
-
VolumeSize?: number;
|
|
465
453
|
OwnerAlias?: string;
|
|
466
454
|
OutpostArn?: string;
|
|
467
455
|
Tags?: Tag[];
|
|
468
456
|
StorageTier?: StorageTier;
|
|
469
457
|
RestoreExpiryTime?: Date;
|
|
470
458
|
SseType?: SSEType;
|
|
459
|
+
SnapshotId?: string;
|
|
460
|
+
VolumeId?: string;
|
|
461
|
+
State?: SnapshotState;
|
|
462
|
+
StateMessage?: string;
|
|
463
|
+
StartTime?: Date;
|
|
464
|
+
Progress?: string;
|
|
465
|
+
OwnerId?: string;
|
|
466
|
+
Description?: string;
|
|
467
|
+
VolumeSize?: number;
|
|
468
|
+
Encrypted?: boolean;
|
|
469
|
+
KmsKeyId?: string;
|
|
470
|
+
DataEncryptionKeyId?: string;
|
|
471
471
|
}
|
|
472
472
|
export declare const CopyTagsFromSource: {
|
|
473
473
|
readonly volume: "volume";
|
|
@@ -505,8 +505,8 @@ export interface CreateSnapshotsResult {
|
|
|
505
505
|
Snapshots?: SnapshotInfo[];
|
|
506
506
|
}
|
|
507
507
|
export interface CreateSpotDatafeedSubscriptionRequest {
|
|
508
|
-
Bucket: string | undefined;
|
|
509
508
|
DryRun?: boolean;
|
|
509
|
+
Bucket: string | undefined;
|
|
510
510
|
Prefix?: string;
|
|
511
511
|
}
|
|
512
512
|
export interface SpotInstanceStateFault {
|
|
@@ -550,12 +550,12 @@ export interface CreateSubnetRequest {
|
|
|
550
550
|
Ipv6CidrBlock?: string;
|
|
551
551
|
OutpostArn?: string;
|
|
552
552
|
VpcId: string | undefined;
|
|
553
|
-
DryRun?: boolean;
|
|
554
553
|
Ipv6Native?: boolean;
|
|
555
554
|
Ipv4IpamPoolId?: string;
|
|
556
555
|
Ipv4NetmaskLength?: number;
|
|
557
556
|
Ipv6IpamPoolId?: string;
|
|
558
557
|
Ipv6NetmaskLength?: number;
|
|
558
|
+
DryRun?: boolean;
|
|
559
559
|
}
|
|
560
560
|
export interface CreateSubnetResult {
|
|
561
561
|
Subnet?: Subnet;
|
|
@@ -1296,11 +1296,11 @@ export interface CreateVolumeRequest {
|
|
|
1296
1296
|
Size?: number;
|
|
1297
1297
|
SnapshotId?: string;
|
|
1298
1298
|
VolumeType?: VolumeType;
|
|
1299
|
-
DryRun?: boolean;
|
|
1300
1299
|
TagSpecifications?: TagSpecification[];
|
|
1301
1300
|
MultiAttachEnabled?: boolean;
|
|
1302
1301
|
Throughput?: number;
|
|
1303
1302
|
ClientToken?: string;
|
|
1303
|
+
DryRun?: boolean;
|
|
1304
1304
|
}
|
|
1305
1305
|
export declare const VolumeState: {
|
|
1306
1306
|
readonly available: "available";
|
|
@@ -1312,16 +1312,7 @@ export declare const VolumeState: {
|
|
|
1312
1312
|
};
|
|
1313
1313
|
export type VolumeState = (typeof VolumeState)[keyof typeof VolumeState];
|
|
1314
1314
|
export interface Volume {
|
|
1315
|
-
Attachments?: VolumeAttachment[];
|
|
1316
|
-
AvailabilityZone?: string;
|
|
1317
|
-
CreateTime?: Date;
|
|
1318
|
-
Encrypted?: boolean;
|
|
1319
|
-
KmsKeyId?: string;
|
|
1320
1315
|
OutpostArn?: string;
|
|
1321
|
-
Size?: number;
|
|
1322
|
-
SnapshotId?: string;
|
|
1323
|
-
State?: VolumeState;
|
|
1324
|
-
VolumeId?: string;
|
|
1325
1316
|
Iops?: number;
|
|
1326
1317
|
Tags?: Tag[];
|
|
1327
1318
|
VolumeType?: VolumeType;
|
|
@@ -1329,20 +1320,29 @@ export interface Volume {
|
|
|
1329
1320
|
MultiAttachEnabled?: boolean;
|
|
1330
1321
|
Throughput?: number;
|
|
1331
1322
|
SseType?: SSEType;
|
|
1323
|
+
VolumeId?: string;
|
|
1324
|
+
Size?: number;
|
|
1325
|
+
SnapshotId?: string;
|
|
1326
|
+
AvailabilityZone?: string;
|
|
1327
|
+
State?: VolumeState;
|
|
1328
|
+
CreateTime?: Date;
|
|
1329
|
+
Attachments?: VolumeAttachment[];
|
|
1330
|
+
Encrypted?: boolean;
|
|
1331
|
+
KmsKeyId?: string;
|
|
1332
1332
|
}
|
|
1333
1333
|
export interface CreateVpcRequest {
|
|
1334
1334
|
CidrBlock?: string;
|
|
1335
|
-
AmazonProvidedIpv6CidrBlock?: boolean;
|
|
1336
1335
|
Ipv6Pool?: string;
|
|
1337
1336
|
Ipv6CidrBlock?: string;
|
|
1338
1337
|
Ipv4IpamPoolId?: string;
|
|
1339
1338
|
Ipv4NetmaskLength?: number;
|
|
1340
1339
|
Ipv6IpamPoolId?: string;
|
|
1341
1340
|
Ipv6NetmaskLength?: number;
|
|
1342
|
-
DryRun?: boolean;
|
|
1343
|
-
InstanceTenancy?: Tenancy;
|
|
1344
1341
|
Ipv6CidrBlockNetworkBorderGroup?: string;
|
|
1345
1342
|
TagSpecifications?: TagSpecification[];
|
|
1343
|
+
DryRun?: boolean;
|
|
1344
|
+
InstanceTenancy?: Tenancy;
|
|
1345
|
+
AmazonProvidedIpv6CidrBlock?: boolean;
|
|
1346
1346
|
}
|
|
1347
1347
|
export interface CreateVpcResult {
|
|
1348
1348
|
Vpc?: Vpc;
|
|
@@ -1549,12 +1549,12 @@ export interface CreateVpcEndpointServiceConfigurationResult {
|
|
|
1549
1549
|
ClientToken?: string;
|
|
1550
1550
|
}
|
|
1551
1551
|
export interface CreateVpcPeeringConnectionRequest {
|
|
1552
|
-
DryRun?: boolean;
|
|
1553
|
-
PeerOwnerId?: string;
|
|
1554
|
-
PeerVpcId?: string;
|
|
1555
|
-
VpcId: string | undefined;
|
|
1556
1552
|
PeerRegion?: string;
|
|
1557
1553
|
TagSpecifications?: TagSpecification[];
|
|
1554
|
+
DryRun?: boolean;
|
|
1555
|
+
VpcId: string | undefined;
|
|
1556
|
+
PeerVpcId?: string;
|
|
1557
|
+
PeerOwnerId?: string;
|
|
1558
1558
|
}
|
|
1559
1559
|
export interface CreateVpcPeeringConnectionResult {
|
|
1560
1560
|
VpcPeeringConnection?: VpcPeeringConnection;
|
|
@@ -1618,7 +1618,6 @@ export interface VpnTunnelOptionsSpecification {
|
|
|
1618
1618
|
}
|
|
1619
1619
|
export interface VpnConnectionOptionsSpecification {
|
|
1620
1620
|
EnableAcceleration?: boolean;
|
|
1621
|
-
StaticRoutesOnly?: boolean;
|
|
1622
1621
|
TunnelInsideIpVersion?: TunnelInsideIpVersion;
|
|
1623
1622
|
TunnelOptions?: VpnTunnelOptionsSpecification[];
|
|
1624
1623
|
LocalIpv4NetworkCidr?: string;
|
|
@@ -1627,15 +1626,16 @@ export interface VpnConnectionOptionsSpecification {
|
|
|
1627
1626
|
RemoteIpv6NetworkCidr?: string;
|
|
1628
1627
|
OutsideIpAddressType?: string;
|
|
1629
1628
|
TransportTransitGatewayAttachmentId?: string;
|
|
1629
|
+
StaticRoutesOnly?: boolean;
|
|
1630
1630
|
}
|
|
1631
1631
|
export interface CreateVpnConnectionRequest {
|
|
1632
1632
|
CustomerGatewayId: string | undefined;
|
|
1633
1633
|
Type: string | undefined;
|
|
1634
1634
|
VpnGatewayId?: string;
|
|
1635
1635
|
TransitGatewayId?: string;
|
|
1636
|
+
TagSpecifications?: TagSpecification[];
|
|
1636
1637
|
DryRun?: boolean;
|
|
1637
1638
|
Options?: VpnConnectionOptionsSpecification;
|
|
1638
|
-
TagSpecifications?: TagSpecification[];
|
|
1639
1639
|
}
|
|
1640
1640
|
export declare const GatewayAssociationState: {
|
|
1641
1641
|
readonly associated: "associated";
|
|
@@ -1741,13 +1741,7 @@ export interface VgwTelemetry {
|
|
|
1741
1741
|
CertificateArn?: string;
|
|
1742
1742
|
}
|
|
1743
1743
|
export interface VpnConnection {
|
|
1744
|
-
CustomerGatewayConfiguration?: string;
|
|
1745
|
-
CustomerGatewayId?: string;
|
|
1746
1744
|
Category?: string;
|
|
1747
|
-
State?: VpnState;
|
|
1748
|
-
Type?: GatewayType;
|
|
1749
|
-
VpnConnectionId?: string;
|
|
1750
|
-
VpnGatewayId?: string;
|
|
1751
1745
|
TransitGatewayId?: string;
|
|
1752
1746
|
CoreNetworkArn?: string;
|
|
1753
1747
|
CoreNetworkAttachmentArn?: string;
|
|
@@ -1756,6 +1750,12 @@ export interface VpnConnection {
|
|
|
1756
1750
|
Routes?: VpnStaticRoute[];
|
|
1757
1751
|
Tags?: Tag[];
|
|
1758
1752
|
VgwTelemetry?: VgwTelemetry[];
|
|
1753
|
+
VpnConnectionId?: string;
|
|
1754
|
+
State?: VpnState;
|
|
1755
|
+
CustomerGatewayConfiguration?: string;
|
|
1756
|
+
Type?: GatewayType;
|
|
1757
|
+
CustomerGatewayId?: string;
|
|
1758
|
+
VpnGatewayId?: string;
|
|
1759
1759
|
}
|
|
1760
1760
|
export interface CreateVpnConnectionResult {
|
|
1761
1761
|
VpnConnection?: VpnConnection;
|
|
@@ -1772,13 +1772,13 @@ export interface CreateVpnGatewayRequest {
|
|
|
1772
1772
|
DryRun?: boolean;
|
|
1773
1773
|
}
|
|
1774
1774
|
export interface VpnGateway {
|
|
1775
|
-
|
|
1775
|
+
AmazonSideAsn?: number;
|
|
1776
|
+
Tags?: Tag[];
|
|
1777
|
+
VpnGatewayId?: string;
|
|
1776
1778
|
State?: VpnState;
|
|
1777
1779
|
Type?: GatewayType;
|
|
1780
|
+
AvailabilityZone?: string;
|
|
1778
1781
|
VpcAttachments?: VpcAttachment[];
|
|
1779
|
-
VpnGatewayId?: string;
|
|
1780
|
-
AmazonSideAsn?: number;
|
|
1781
|
-
Tags?: Tag[];
|
|
1782
1782
|
}
|
|
1783
1783
|
export interface CreateVpnGatewayResult {
|
|
1784
1784
|
VpnGateway?: VpnGateway;
|