@aws-sdk/client-ec2 3.664.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/dist-cjs/index.js +1546 -1537
- package/dist-es/commands/ReportInstanceStatusCommand.js +2 -1
- package/dist-es/models/models_2.js +1 -1
- package/dist-es/models/models_6.js +1 -1
- package/dist-es/models/models_7.js +4 -0
- package/dist-es/protocols/Aws_ec2.js +1548 -1545
- 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/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 +6 -6
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +6 -6
- 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/models/models_0.d.ts +264 -265
- package/dist-types/models/models_1.d.ts +230 -230
- package/dist-types/models/models_2.d.ts +378 -381
- package/dist-types/models/models_3.d.ts +217 -217
- package/dist-types/models/models_4.d.ts +851 -851
- package/dist-types/models/models_5.d.ts +203 -203
- package/dist-types/models/models_6.d.ts +228 -220
- package/dist-types/models/models_7.d.ts +340 -334
- 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 +42 -41
- package/dist-types/ts3.4/models/models_7.d.ts +64 -61
- package/package.json +5 -5
|
@@ -699,8 +699,6 @@ export declare const DomainType: {
|
|
|
699
699
|
};
|
|
700
700
|
export type DomainType = (typeof DomainType)[keyof typeof DomainType];
|
|
701
701
|
export interface Address {
|
|
702
|
-
InstanceId?: string;
|
|
703
|
-
PublicIp?: string;
|
|
704
702
|
AllocationId?: string;
|
|
705
703
|
AssociationId?: string;
|
|
706
704
|
Domain?: DomainType;
|
|
@@ -713,6 +711,8 @@ export interface Address {
|
|
|
713
711
|
CustomerOwnedIp?: string;
|
|
714
712
|
CustomerOwnedIpv4Pool?: string;
|
|
715
713
|
CarrierIp?: string;
|
|
714
|
+
InstanceId?: string;
|
|
715
|
+
PublicIp?: string;
|
|
716
716
|
}
|
|
717
717
|
export interface PtrUpdateStatus {
|
|
718
718
|
Value?: string;
|
|
@@ -791,12 +791,11 @@ export interface AllocateAddressRequest {
|
|
|
791
791
|
PublicIpv4Pool?: string;
|
|
792
792
|
NetworkBorderGroup?: string;
|
|
793
793
|
CustomerOwnedIpv4Pool?: string;
|
|
794
|
-
DryRun?: boolean;
|
|
795
794
|
TagSpecifications?: TagSpecification[];
|
|
796
795
|
IpamPoolId?: string;
|
|
796
|
+
DryRun?: boolean;
|
|
797
797
|
}
|
|
798
798
|
export interface AllocateAddressResult {
|
|
799
|
-
PublicIp?: string;
|
|
800
799
|
AllocationId?: string;
|
|
801
800
|
PublicIpv4Pool?: string;
|
|
802
801
|
NetworkBorderGroup?: string;
|
|
@@ -804,6 +803,7 @@ export interface AllocateAddressResult {
|
|
|
804
803
|
CustomerOwnedIp?: string;
|
|
805
804
|
CustomerOwnedIpv4Pool?: string;
|
|
806
805
|
CarrierIp?: string;
|
|
806
|
+
PublicIp?: string;
|
|
807
807
|
}
|
|
808
808
|
export declare const AutoPlacement: {
|
|
809
809
|
readonly off: "off";
|
|
@@ -822,17 +822,17 @@ export declare const HostRecovery: {
|
|
|
822
822
|
};
|
|
823
823
|
export type HostRecovery = (typeof HostRecovery)[keyof typeof HostRecovery];
|
|
824
824
|
export interface AllocateHostsRequest {
|
|
825
|
-
AutoPlacement?: AutoPlacement;
|
|
826
|
-
AvailabilityZone: string | undefined;
|
|
827
|
-
ClientToken?: string;
|
|
828
|
-
InstanceType?: string;
|
|
829
825
|
InstanceFamily?: string;
|
|
830
|
-
Quantity?: number;
|
|
831
826
|
TagSpecifications?: TagSpecification[];
|
|
832
827
|
HostRecovery?: HostRecovery;
|
|
833
828
|
OutpostArn?: string;
|
|
834
829
|
HostMaintenance?: HostMaintenance;
|
|
835
830
|
AssetIds?: string[];
|
|
831
|
+
AutoPlacement?: AutoPlacement;
|
|
832
|
+
ClientToken?: string;
|
|
833
|
+
InstanceType?: string;
|
|
834
|
+
Quantity?: number;
|
|
835
|
+
AvailabilityZone: string | undefined;
|
|
836
836
|
}
|
|
837
837
|
export interface AllocateHostsResult {
|
|
838
838
|
HostIds?: string[];
|
|
@@ -921,11 +921,11 @@ export interface ApplySecurityGroupsToClientVpnTargetNetworkResult {
|
|
|
921
921
|
SecurityGroupIds?: string[];
|
|
922
922
|
}
|
|
923
923
|
export interface AssignIpv6AddressesRequest {
|
|
924
|
-
Ipv6AddressCount?: number;
|
|
925
|
-
Ipv6Addresses?: string[];
|
|
926
924
|
Ipv6PrefixCount?: number;
|
|
927
925
|
Ipv6Prefixes?: string[];
|
|
928
926
|
NetworkInterfaceId: string | undefined;
|
|
927
|
+
Ipv6Addresses?: string[];
|
|
928
|
+
Ipv6AddressCount?: number;
|
|
929
929
|
}
|
|
930
930
|
export interface AssignIpv6AddressesResult {
|
|
931
931
|
AssignedIpv6Addresses?: string[];
|
|
@@ -933,12 +933,12 @@ export interface AssignIpv6AddressesResult {
|
|
|
933
933
|
NetworkInterfaceId?: string;
|
|
934
934
|
}
|
|
935
935
|
export interface AssignPrivateIpAddressesRequest {
|
|
936
|
-
|
|
936
|
+
Ipv4Prefixes?: string[];
|
|
937
|
+
Ipv4PrefixCount?: number;
|
|
937
938
|
NetworkInterfaceId: string | undefined;
|
|
938
939
|
PrivateIpAddresses?: string[];
|
|
939
940
|
SecondaryPrivateIpAddressCount?: number;
|
|
940
|
-
|
|
941
|
-
Ipv4PrefixCount?: number;
|
|
941
|
+
AllowReassignment?: boolean;
|
|
942
942
|
}
|
|
943
943
|
export interface Ipv4PrefixSpecification {
|
|
944
944
|
Ipv4Prefix?: string;
|
|
@@ -985,10 +985,10 @@ export interface AssociateAddressRequest {
|
|
|
985
985
|
AllocationId?: string;
|
|
986
986
|
InstanceId?: string;
|
|
987
987
|
PublicIp?: string;
|
|
988
|
-
AllowReassociation?: boolean;
|
|
989
988
|
DryRun?: boolean;
|
|
990
989
|
NetworkInterfaceId?: string;
|
|
991
990
|
PrivateIpAddress?: string;
|
|
991
|
+
AllowReassociation?: boolean;
|
|
992
992
|
}
|
|
993
993
|
export interface AssociateAddressResult {
|
|
994
994
|
AssociationId?: string;
|
|
@@ -1173,10 +1173,10 @@ export interface AssociateNatGatewayAddressResult {
|
|
|
1173
1173
|
NatGatewayAddresses?: NatGatewayAddress[];
|
|
1174
1174
|
}
|
|
1175
1175
|
export interface AssociateRouteTableRequest {
|
|
1176
|
+
GatewayId?: string;
|
|
1176
1177
|
DryRun?: boolean;
|
|
1177
|
-
RouteTableId: string | undefined;
|
|
1178
1178
|
SubnetId?: string;
|
|
1179
|
-
|
|
1179
|
+
RouteTableId: string | undefined;
|
|
1180
1180
|
}
|
|
1181
1181
|
export declare const RouteTableAssociationStateCode: {
|
|
1182
1182
|
readonly associated: "associated";
|
|
@@ -1196,10 +1196,10 @@ export interface AssociateRouteTableResult {
|
|
|
1196
1196
|
AssociationState?: RouteTableAssociationState;
|
|
1197
1197
|
}
|
|
1198
1198
|
export interface AssociateSubnetCidrBlockRequest {
|
|
1199
|
-
Ipv6CidrBlock?: string;
|
|
1200
|
-
SubnetId: string | undefined;
|
|
1201
1199
|
Ipv6IpamPoolId?: string;
|
|
1202
1200
|
Ipv6NetmaskLength?: number;
|
|
1201
|
+
SubnetId: string | undefined;
|
|
1202
|
+
Ipv6CidrBlock?: string;
|
|
1203
1203
|
}
|
|
1204
1204
|
export declare const IpSource: {
|
|
1205
1205
|
readonly amazon: "amazon";
|
|
@@ -1313,9 +1313,7 @@ export interface AssociateTrunkInterfaceResult {
|
|
|
1313
1313
|
ClientToken?: string;
|
|
1314
1314
|
}
|
|
1315
1315
|
export interface AssociateVpcCidrBlockRequest {
|
|
1316
|
-
AmazonProvidedIpv6CidrBlock?: boolean;
|
|
1317
1316
|
CidrBlock?: string;
|
|
1318
|
-
VpcId: string | undefined;
|
|
1319
1317
|
Ipv6CidrBlockNetworkBorderGroup?: string;
|
|
1320
1318
|
Ipv6Pool?: string;
|
|
1321
1319
|
Ipv6CidrBlock?: string;
|
|
@@ -1323,6 +1321,8 @@ export interface AssociateVpcCidrBlockRequest {
|
|
|
1323
1321
|
Ipv4NetmaskLength?: number;
|
|
1324
1322
|
Ipv6IpamPoolId?: string;
|
|
1325
1323
|
Ipv6NetmaskLength?: number;
|
|
1324
|
+
VpcId: string | undefined;
|
|
1325
|
+
AmazonProvidedIpv6CidrBlock?: boolean;
|
|
1326
1326
|
}
|
|
1327
1327
|
export declare const VpcCidrBlockStateCode: {
|
|
1328
1328
|
readonly associated: "associated";
|
|
@@ -1359,9 +1359,9 @@ export interface AssociateVpcCidrBlockResult {
|
|
|
1359
1359
|
}
|
|
1360
1360
|
export interface AttachClassicLinkVpcRequest {
|
|
1361
1361
|
DryRun?: boolean;
|
|
1362
|
-
Groups: string[] | undefined;
|
|
1363
1362
|
InstanceId: string | undefined;
|
|
1364
1363
|
VpcId: string | undefined;
|
|
1364
|
+
Groups: string[] | undefined;
|
|
1365
1365
|
}
|
|
1366
1366
|
export interface AttachClassicLinkVpcResult {
|
|
1367
1367
|
Return?: boolean;
|
|
@@ -1379,12 +1379,12 @@ export interface EnaSrdSpecification {
|
|
|
1379
1379
|
EnaSrdUdpSpecification?: EnaSrdUdpSpecification;
|
|
1380
1380
|
}
|
|
1381
1381
|
export interface AttachNetworkInterfaceRequest {
|
|
1382
|
-
DeviceIndex: number | undefined;
|
|
1383
|
-
DryRun?: boolean;
|
|
1384
|
-
InstanceId: string | undefined;
|
|
1385
|
-
NetworkInterfaceId: string | undefined;
|
|
1386
1382
|
NetworkCardIndex?: number;
|
|
1387
1383
|
EnaSrdSpecification?: EnaSrdSpecification;
|
|
1384
|
+
DryRun?: boolean;
|
|
1385
|
+
NetworkInterfaceId: string | undefined;
|
|
1386
|
+
InstanceId: string | undefined;
|
|
1387
|
+
DeviceIndex: number | undefined;
|
|
1388
1388
|
}
|
|
1389
1389
|
export interface AttachNetworkInterfaceResult {
|
|
1390
1390
|
AttachmentId?: string;
|
|
@@ -1482,14 +1482,14 @@ export declare const VolumeAttachmentState: {
|
|
|
1482
1482
|
export type VolumeAttachmentState =
|
|
1483
1483
|
(typeof VolumeAttachmentState)[keyof typeof VolumeAttachmentState];
|
|
1484
1484
|
export interface VolumeAttachment {
|
|
1485
|
-
AttachTime?: Date;
|
|
1486
|
-
Device?: string;
|
|
1487
|
-
InstanceId?: string;
|
|
1488
|
-
State?: VolumeAttachmentState;
|
|
1489
|
-
VolumeId?: string;
|
|
1490
1485
|
DeleteOnTermination?: boolean;
|
|
1491
1486
|
AssociatedResource?: string;
|
|
1492
1487
|
InstanceOwningService?: string;
|
|
1488
|
+
VolumeId?: string;
|
|
1489
|
+
InstanceId?: string;
|
|
1490
|
+
Device?: string;
|
|
1491
|
+
State?: VolumeAttachmentState;
|
|
1492
|
+
AttachTime?: Date;
|
|
1493
1493
|
}
|
|
1494
1494
|
export interface AttachVpnGatewayRequest {
|
|
1495
1495
|
VpcId: string | undefined;
|
|
@@ -1505,8 +1505,8 @@ export declare const AttachmentStatus: {
|
|
|
1505
1505
|
export type AttachmentStatus =
|
|
1506
1506
|
(typeof AttachmentStatus)[keyof typeof AttachmentStatus];
|
|
1507
1507
|
export interface VpcAttachment {
|
|
1508
|
-
State?: AttachmentStatus;
|
|
1509
1508
|
VpcId?: string;
|
|
1509
|
+
State?: AttachmentStatus;
|
|
1510
1510
|
}
|
|
1511
1511
|
export interface AttachVpnGatewayResult {
|
|
1512
1512
|
VpcAttachment?: VpcAttachment;
|
|
@@ -1536,12 +1536,12 @@ export interface AuthorizeClientVpnIngressResult {
|
|
|
1536
1536
|
Status?: ClientVpnAuthorizationRuleStatus;
|
|
1537
1537
|
}
|
|
1538
1538
|
export interface IpRange {
|
|
1539
|
-
CidrIp?: string;
|
|
1540
1539
|
Description?: string;
|
|
1540
|
+
CidrIp?: string;
|
|
1541
1541
|
}
|
|
1542
1542
|
export interface Ipv6Range {
|
|
1543
|
-
CidrIpv6?: string;
|
|
1544
1543
|
Description?: string;
|
|
1544
|
+
CidrIpv6?: string;
|
|
1545
1545
|
}
|
|
1546
1546
|
export interface PrefixListId {
|
|
1547
1547
|
Description?: string;
|
|
@@ -1549,33 +1549,33 @@ export interface PrefixListId {
|
|
|
1549
1549
|
}
|
|
1550
1550
|
export interface UserIdGroupPair {
|
|
1551
1551
|
Description?: string;
|
|
1552
|
-
GroupId?: string;
|
|
1553
|
-
GroupName?: string;
|
|
1554
|
-
PeeringStatus?: string;
|
|
1555
1552
|
UserId?: string;
|
|
1553
|
+
GroupName?: string;
|
|
1554
|
+
GroupId?: string;
|
|
1556
1555
|
VpcId?: string;
|
|
1557
1556
|
VpcPeeringConnectionId?: string;
|
|
1557
|
+
PeeringStatus?: string;
|
|
1558
1558
|
}
|
|
1559
1559
|
export interface IpPermission {
|
|
1560
|
-
FromPort?: number;
|
|
1561
1560
|
IpProtocol?: string;
|
|
1561
|
+
FromPort?: number;
|
|
1562
|
+
ToPort?: number;
|
|
1563
|
+
UserIdGroupPairs?: UserIdGroupPair[];
|
|
1562
1564
|
IpRanges?: IpRange[];
|
|
1563
1565
|
Ipv6Ranges?: Ipv6Range[];
|
|
1564
1566
|
PrefixListIds?: PrefixListId[];
|
|
1565
|
-
ToPort?: number;
|
|
1566
|
-
UserIdGroupPairs?: UserIdGroupPair[];
|
|
1567
1567
|
}
|
|
1568
1568
|
export interface AuthorizeSecurityGroupEgressRequest {
|
|
1569
|
+
TagSpecifications?: TagSpecification[];
|
|
1569
1570
|
DryRun?: boolean;
|
|
1570
1571
|
GroupId: string | undefined;
|
|
1571
|
-
IpPermissions?: IpPermission[];
|
|
1572
|
-
TagSpecifications?: TagSpecification[];
|
|
1573
|
-
CidrIp?: string;
|
|
1574
|
-
FromPort?: number;
|
|
1575
|
-
IpProtocol?: string;
|
|
1576
|
-
ToPort?: number;
|
|
1577
1572
|
SourceSecurityGroupName?: string;
|
|
1578
1573
|
SourceSecurityGroupOwnerId?: string;
|
|
1574
|
+
IpProtocol?: string;
|
|
1575
|
+
FromPort?: number;
|
|
1576
|
+
ToPort?: number;
|
|
1577
|
+
CidrIp?: string;
|
|
1578
|
+
IpPermissions?: IpPermission[];
|
|
1579
1579
|
}
|
|
1580
1580
|
export interface ReferencedSecurityGroup {
|
|
1581
1581
|
GroupId?: string;
|
|
@@ -1613,8 +1613,8 @@ export interface AuthorizeSecurityGroupIngressRequest {
|
|
|
1613
1613
|
SourceSecurityGroupName?: string;
|
|
1614
1614
|
SourceSecurityGroupOwnerId?: string;
|
|
1615
1615
|
ToPort?: number;
|
|
1616
|
-
DryRun?: boolean;
|
|
1617
1616
|
TagSpecifications?: TagSpecification[];
|
|
1617
|
+
DryRun?: boolean;
|
|
1618
1618
|
}
|
|
1619
1619
|
export interface AuthorizeSecurityGroupIngressResult {
|
|
1620
1620
|
Return?: boolean;
|
|
@@ -1651,14 +1651,14 @@ export declare const BundleTaskState: {
|
|
|
1651
1651
|
export type BundleTaskState =
|
|
1652
1652
|
(typeof BundleTaskState)[keyof typeof BundleTaskState];
|
|
1653
1653
|
export interface BundleTask {
|
|
1654
|
-
BundleId?: string;
|
|
1655
|
-
BundleTaskError?: BundleTaskError;
|
|
1656
1654
|
InstanceId?: string;
|
|
1657
|
-
|
|
1658
|
-
StartTime?: Date;
|
|
1655
|
+
BundleId?: string;
|
|
1659
1656
|
State?: BundleTaskState;
|
|
1660
|
-
|
|
1657
|
+
StartTime?: Date;
|
|
1661
1658
|
UpdateTime?: Date;
|
|
1659
|
+
Storage?: Storage;
|
|
1660
|
+
Progress?: string;
|
|
1661
|
+
BundleTaskError?: BundleTaskError;
|
|
1662
1662
|
}
|
|
1663
1663
|
export interface BundleInstanceResult {
|
|
1664
1664
|
BundleTask?: BundleTask;
|
|
@@ -1712,8 +1712,8 @@ export interface CancelCapacityReservationFleetsResult {
|
|
|
1712
1712
|
FailedFleetCancellations?: FailedCapacityReservationFleetCancellationResult[];
|
|
1713
1713
|
}
|
|
1714
1714
|
export interface CancelConversionRequest {
|
|
1715
|
-
ConversionTaskId: string | undefined;
|
|
1716
1715
|
DryRun?: boolean;
|
|
1716
|
+
ConversionTaskId: string | undefined;
|
|
1717
1717
|
ReasonMessage?: string;
|
|
1718
1718
|
}
|
|
1719
1719
|
export interface CancelExportTaskRequest {
|
|
@@ -1849,8 +1849,8 @@ export interface ConfirmProductInstanceRequest {
|
|
|
1849
1849
|
DryRun?: boolean;
|
|
1850
1850
|
}
|
|
1851
1851
|
export interface ConfirmProductInstanceResult {
|
|
1852
|
-
OwnerId?: string;
|
|
1853
1852
|
Return?: boolean;
|
|
1853
|
+
OwnerId?: string;
|
|
1854
1854
|
}
|
|
1855
1855
|
export interface CopyFpgaImageRequest {
|
|
1856
1856
|
DryRun?: boolean;
|
|
@@ -1872,9 +1872,9 @@ export interface CopyImageRequest {
|
|
|
1872
1872
|
SourceImageId: string | undefined;
|
|
1873
1873
|
SourceRegion: string | undefined;
|
|
1874
1874
|
DestinationOutpostArn?: string;
|
|
1875
|
-
DryRun?: boolean;
|
|
1876
1875
|
CopyImageTags?: boolean;
|
|
1877
1876
|
TagSpecifications?: TagSpecification[];
|
|
1877
|
+
DryRun?: boolean;
|
|
1878
1878
|
}
|
|
1879
1879
|
export interface CopyImageResult {
|
|
1880
1880
|
ImageId?: string;
|
|
@@ -1892,8 +1892,8 @@ export interface CopySnapshotRequest {
|
|
|
1892
1892
|
DryRun?: boolean;
|
|
1893
1893
|
}
|
|
1894
1894
|
export interface CopySnapshotResult {
|
|
1895
|
-
SnapshotId?: string;
|
|
1896
1895
|
Tags?: Tag[];
|
|
1896
|
+
SnapshotId?: string;
|
|
1897
1897
|
}
|
|
1898
1898
|
export declare const EndDateType: {
|
|
1899
1899
|
readonly limited: "limited";
|
|
@@ -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[];
|