@aws-sdk/client-ec2 3.696.0 → 3.698.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 +24 -0
- package/dist-cjs/index.js +741 -123
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/DescribeCapacityBlockExtensionHistoryCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityBlockExtensionOfferingsCommand.js +22 -0
- package/dist-es/commands/PurchaseCapacityBlockExtensionCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +4 -14
- package/dist-es/models/models_1.js +19 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/models/models_3.js +5 -17
- package/dist-es/models/models_4.js +17 -0
- package/dist-es/models/models_5.js +0 -4
- package/dist-es/models/models_6.js +4 -11
- package/dist-es/models/models_7.js +11 -0
- package/dist-es/pagination/DescribeCapacityBlockExtensionHistoryPaginator.js +4 -0
- package/dist-es/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_ec2.js +614 -64
- package/dist-types/EC2.d.ts +22 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +3 -3
- package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +17 -2
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +7 -6
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +16 -5
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +31 -16
- package/dist-types/commands/CreateFleetCommand.d.ts +30 -3
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +5 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +11 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +22 -4
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -2
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +5 -0
- package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +102 -0
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +92 -0
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +9 -3
- package/dist-types/commands/DescribeFleetsCommand.d.ts +30 -3
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +11 -2
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +20 -2
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +4 -4
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +10 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +11 -2
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +10 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +33 -4
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +5 -4
- package/dist-types/commands/ModifyFleetCommand.d.ts +10 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +5 -4
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +15 -0
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +10 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +17 -5
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +9 -3
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +90 -0
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +3 -3
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +20 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +163 -67
- package/dist-types/models/models_1.d.ts +480 -499
- package/dist-types/models/models_2.d.ts +384 -179
- package/dist-types/models/models_3.d.ts +693 -758
- package/dist-types/models/models_4.d.ts +6178 -6293
- package/dist-types/models/models_5.d.ts +2712 -2367
- package/dist-types/models/models_6.d.ts +4288 -4301
- package/dist-types/models/models_7.d.ts +533 -28
- package/dist-types/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +64 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -18
- package/dist-types/ts3.4/models/models_1.d.ts +54 -77
- package/dist-types/ts3.4/models/models_2.d.ts +78 -41
- package/dist-types/ts3.4/models/models_3.d.ts +102 -124
- package/dist-types/ts3.4/models/models_4.d.ts +127 -124
- package/dist-types/ts3.4/models/models_5.d.ts +126 -86
- package/dist-types/ts3.4/models/models_6.d.ts +97 -139
- package/dist-types/ts3.4/models/models_7.d.ts +149 -9
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyTransitGatewayPrefixListReferenceRequest,
|
|
10
10
|
ModifyTransitGatewayPrefixListReferenceResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyTransitGatewayPrefixListReferenceCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyTransitGatewayVpcAttachmentRequest,
|
|
10
10
|
ModifyTransitGatewayVpcAttachmentResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyTransitGatewayVpcAttachmentCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
PurchaseCapacityBlockExtensionRequest,
|
|
10
|
+
PurchaseCapacityBlockExtensionResult,
|
|
11
|
+
} from "../models/models_7";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface PurchaseCapacityBlockExtensionCommandInput
|
|
15
|
+
extends PurchaseCapacityBlockExtensionRequest {}
|
|
16
|
+
export interface PurchaseCapacityBlockExtensionCommandOutput
|
|
17
|
+
extends PurchaseCapacityBlockExtensionResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const PurchaseCapacityBlockExtensionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: PurchaseCapacityBlockExtensionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
PurchaseCapacityBlockExtensionCommandInput,
|
|
24
|
+
PurchaseCapacityBlockExtensionCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: PurchaseCapacityBlockExtensionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
PurchaseCapacityBlockExtensionCommandInput,
|
|
33
|
+
PurchaseCapacityBlockExtensionCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class PurchaseCapacityBlockExtensionCommand extends PurchaseCapacityBlockExtensionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PurchaseCapacityBlockExtensionRequest;
|
|
44
|
+
output: PurchaseCapacityBlockExtensionResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PurchaseCapacityBlockExtensionCommandInput;
|
|
48
|
+
output: PurchaseCapacityBlockExtensionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -234,6 +234,8 @@ export * from "./DescribeAvailabilityZonesCommand";
|
|
|
234
234
|
export * from "./DescribeAwsNetworkPerformanceMetricSubscriptionsCommand";
|
|
235
235
|
export * from "./DescribeBundleTasksCommand";
|
|
236
236
|
export * from "./DescribeByoipCidrsCommand";
|
|
237
|
+
export * from "./DescribeCapacityBlockExtensionHistoryCommand";
|
|
238
|
+
export * from "./DescribeCapacityBlockExtensionOfferingsCommand";
|
|
237
239
|
export * from "./DescribeCapacityBlockOfferingsCommand";
|
|
238
240
|
export * from "./DescribeCapacityReservationBillingRequestsCommand";
|
|
239
241
|
export * from "./DescribeCapacityReservationFleetsCommand";
|
|
@@ -578,6 +580,7 @@ export * from "./ProvisionIpamByoasnCommand";
|
|
|
578
580
|
export * from "./ProvisionIpamPoolCidrCommand";
|
|
579
581
|
export * from "./ProvisionPublicIpv4PoolCidrCommand";
|
|
580
582
|
export * from "./PurchaseCapacityBlockCommand";
|
|
583
|
+
export * from "./PurchaseCapacityBlockExtensionCommand";
|
|
581
584
|
export * from "./PurchaseHostReservationCommand";
|
|
582
585
|
export * from "./PurchaseReservedInstancesOfferingCommand";
|
|
583
586
|
export * from "./PurchaseScheduledInstancesCommand";
|
|
@@ -698,6 +698,9 @@ export interface AddedPrincipal {
|
|
|
698
698
|
export interface AddIpamOperatingRegion {
|
|
699
699
|
RegionName?: string | undefined;
|
|
700
700
|
}
|
|
701
|
+
export interface AddIpamOrganizationalUnitExclusion {
|
|
702
|
+
OrganizationsEntityPath?: string | undefined;
|
|
703
|
+
}
|
|
701
704
|
export interface AddPrefixListEntry {
|
|
702
705
|
Cidr: string | undefined;
|
|
703
706
|
Description?: string | undefined;
|
|
@@ -1941,6 +1944,12 @@ export interface CopySnapshotResult {
|
|
|
1941
1944
|
Tags?: Tag[] | undefined;
|
|
1942
1945
|
SnapshotId?: string | undefined;
|
|
1943
1946
|
}
|
|
1947
|
+
export declare const CapacityReservationDeliveryPreference: {
|
|
1948
|
+
readonly FIXED: "fixed";
|
|
1949
|
+
readonly INCREMENTAL: "incremental";
|
|
1950
|
+
};
|
|
1951
|
+
export type CapacityReservationDeliveryPreference =
|
|
1952
|
+
(typeof CapacityReservationDeliveryPreference)[keyof typeof CapacityReservationDeliveryPreference];
|
|
1944
1953
|
export declare const EndDateType: {
|
|
1945
1954
|
readonly limited: "limited";
|
|
1946
1955
|
readonly unlimited: "unlimited";
|
|
@@ -1997,29 +2006,14 @@ export interface CreateCapacityReservationRequest {
|
|
|
1997
2006
|
DryRun?: boolean | undefined;
|
|
1998
2007
|
OutpostArn?: string | undefined;
|
|
1999
2008
|
PlacementGroupArn?: string | undefined;
|
|
2009
|
+
StartDate?: Date | undefined;
|
|
2010
|
+
CommitmentDuration?: number | undefined;
|
|
2011
|
+
DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
|
|
2000
2012
|
}
|
|
2001
2013
|
export interface CapacityAllocation {
|
|
2002
2014
|
AllocationType?: AllocationType | undefined;
|
|
2003
2015
|
Count?: number | undefined;
|
|
2004
2016
|
}
|
|
2005
|
-
export declare const CapacityReservationType: {
|
|
2006
|
-
readonly CAPACITY_BLOCK: "capacity-block";
|
|
2007
|
-
readonly DEFAULT: "default";
|
|
2008
|
-
};
|
|
2009
|
-
export type CapacityReservationType =
|
|
2010
|
-
(typeof CapacityReservationType)[keyof typeof CapacityReservationType];
|
|
2011
|
-
export declare const CapacityReservationState: {
|
|
2012
|
-
readonly active: "active";
|
|
2013
|
-
readonly cancelled: "cancelled";
|
|
2014
|
-
readonly expired: "expired";
|
|
2015
|
-
readonly failed: "failed";
|
|
2016
|
-
readonly payment_failed: "payment-failed";
|
|
2017
|
-
readonly payment_pending: "payment-pending";
|
|
2018
|
-
readonly pending: "pending";
|
|
2019
|
-
readonly scheduled: "scheduled";
|
|
2020
|
-
};
|
|
2021
|
-
export type CapacityReservationState =
|
|
2022
|
-
(typeof CapacityReservationState)[keyof typeof CapacityReservationState];
|
|
2023
2017
|
export declare const OidcOptionsFilterSensitiveLog: (obj: OidcOptions) => any;
|
|
2024
2018
|
export declare const VerifiedAccessTrustProviderFilterSensitiveLog: (
|
|
2025
2019
|
obj: VerifiedAccessTrustProvider
|
|
@@ -11,16 +11,13 @@ import {
|
|
|
11
11
|
AddressFamily,
|
|
12
12
|
AttachmentStatus,
|
|
13
13
|
CapacityAllocation,
|
|
14
|
+
CapacityReservationDeliveryPreference,
|
|
14
15
|
CapacityReservationFleetState,
|
|
15
16
|
CapacityReservationInstancePlatform,
|
|
16
|
-
CapacityReservationState,
|
|
17
17
|
CapacityReservationTenancy,
|
|
18
|
-
CapacityReservationType,
|
|
19
18
|
EndDateType,
|
|
20
19
|
InstanceEventWindow,
|
|
21
20
|
InstanceMatchCriteria,
|
|
22
|
-
NatGatewayAddress,
|
|
23
|
-
PortRange,
|
|
24
21
|
ResourceType,
|
|
25
22
|
SubnetIpv6CidrBlockAssociation,
|
|
26
23
|
Tag,
|
|
@@ -30,6 +27,31 @@ import {
|
|
|
30
27
|
VpcIpv6CidrBlockAssociation,
|
|
31
28
|
WeekDay,
|
|
32
29
|
} from "./models_0";
|
|
30
|
+
export interface CapacityReservationCommitmentInfo {
|
|
31
|
+
CommittedInstanceCount?: number | undefined;
|
|
32
|
+
CommitmentEndDate?: Date | undefined;
|
|
33
|
+
}
|
|
34
|
+
export declare const CapacityReservationType: {
|
|
35
|
+
readonly CAPACITY_BLOCK: "capacity-block";
|
|
36
|
+
readonly DEFAULT: "default";
|
|
37
|
+
};
|
|
38
|
+
export type CapacityReservationType =
|
|
39
|
+
(typeof CapacityReservationType)[keyof typeof CapacityReservationType];
|
|
40
|
+
export declare const CapacityReservationState: {
|
|
41
|
+
readonly active: "active";
|
|
42
|
+
readonly assessing: "assessing";
|
|
43
|
+
readonly cancelled: "cancelled";
|
|
44
|
+
readonly delayed: "delayed";
|
|
45
|
+
readonly expired: "expired";
|
|
46
|
+
readonly failed: "failed";
|
|
47
|
+
readonly payment_failed: "payment-failed";
|
|
48
|
+
readonly payment_pending: "payment-pending";
|
|
49
|
+
readonly pending: "pending";
|
|
50
|
+
readonly scheduled: "scheduled";
|
|
51
|
+
readonly unsupported: "unsupported";
|
|
52
|
+
};
|
|
53
|
+
export type CapacityReservationState =
|
|
54
|
+
(typeof CapacityReservationState)[keyof typeof CapacityReservationState];
|
|
33
55
|
export interface CapacityReservation {
|
|
34
56
|
CapacityReservationId?: string | undefined;
|
|
35
57
|
OwnerId?: string | undefined;
|
|
@@ -56,6 +78,8 @@ export interface CapacityReservation {
|
|
|
56
78
|
CapacityAllocations?: CapacityAllocation[] | undefined;
|
|
57
79
|
ReservationType?: CapacityReservationType | undefined;
|
|
58
80
|
UnusedReservationBillingOwnerId?: string | undefined;
|
|
81
|
+
CommitmentInfo?: CapacityReservationCommitmentInfo | undefined;
|
|
82
|
+
DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
|
|
59
83
|
}
|
|
60
84
|
export interface CreateCapacityReservationResult {
|
|
61
85
|
CapacityReservation?: CapacityReservation | undefined;
|
|
@@ -1339,6 +1363,15 @@ export interface BaselineEbsBandwidthMbpsRequest {
|
|
|
1339
1363
|
Min?: number | undefined;
|
|
1340
1364
|
Max?: number | undefined;
|
|
1341
1365
|
}
|
|
1366
|
+
export interface PerformanceFactorReferenceRequest {
|
|
1367
|
+
InstanceFamily?: string | undefined;
|
|
1368
|
+
}
|
|
1369
|
+
export interface CpuPerformanceFactorRequest {
|
|
1370
|
+
References?: PerformanceFactorReferenceRequest[] | undefined;
|
|
1371
|
+
}
|
|
1372
|
+
export interface BaselinePerformanceFactorsRequest {
|
|
1373
|
+
Cpu?: CpuPerformanceFactorRequest | undefined;
|
|
1374
|
+
}
|
|
1342
1375
|
export declare const BurstablePerformance: {
|
|
1343
1376
|
readonly EXCLUDED: "excluded";
|
|
1344
1377
|
readonly INCLUDED: "included";
|
|
@@ -1349,6 +1382,7 @@ export type BurstablePerformance =
|
|
|
1349
1382
|
export declare const CpuManufacturer: {
|
|
1350
1383
|
readonly AMAZON_WEB_SERVICES: "amazon-web-services";
|
|
1351
1384
|
readonly AMD: "amd";
|
|
1385
|
+
readonly APPLE: "apple";
|
|
1352
1386
|
readonly INTEL: "intel";
|
|
1353
1387
|
};
|
|
1354
1388
|
export type CpuManufacturer =
|
|
@@ -1420,6 +1454,7 @@ export interface InstanceRequirementsRequest {
|
|
|
1420
1454
|
NetworkBandwidthGbps?: NetworkBandwidthGbpsRequest | undefined;
|
|
1421
1455
|
AllowedInstanceTypes?: string[] | undefined;
|
|
1422
1456
|
MaxSpotPriceAsPercentageOfOptimalOnDemandPrice?: number | undefined;
|
|
1457
|
+
BaselinePerformanceFactors?: BaselinePerformanceFactorsRequest | undefined;
|
|
1423
1458
|
}
|
|
1424
1459
|
export interface Placement {
|
|
1425
1460
|
Affinity?: string | undefined;
|
|
@@ -1564,6 +1599,15 @@ export interface BaselineEbsBandwidthMbps {
|
|
|
1564
1599
|
Min?: number | undefined;
|
|
1565
1600
|
Max?: number | undefined;
|
|
1566
1601
|
}
|
|
1602
|
+
export interface PerformanceFactorReference {
|
|
1603
|
+
InstanceFamily?: string | undefined;
|
|
1604
|
+
}
|
|
1605
|
+
export interface CpuPerformanceFactor {
|
|
1606
|
+
References?: PerformanceFactorReference[] | undefined;
|
|
1607
|
+
}
|
|
1608
|
+
export interface BaselinePerformanceFactors {
|
|
1609
|
+
Cpu?: CpuPerformanceFactor | undefined;
|
|
1610
|
+
}
|
|
1567
1611
|
export interface MemoryGiBPerVCpu {
|
|
1568
1612
|
Min?: number | undefined;
|
|
1569
1613
|
Max?: number | undefined;
|
|
@@ -1613,6 +1657,7 @@ export interface InstanceRequirements {
|
|
|
1613
1657
|
NetworkBandwidthGbps?: NetworkBandwidthGbps | undefined;
|
|
1614
1658
|
AllowedInstanceTypes?: string[] | undefined;
|
|
1615
1659
|
MaxSpotPriceAsPercentageOfOptimalOnDemandPrice?: number | undefined;
|
|
1660
|
+
BaselinePerformanceFactors?: BaselinePerformanceFactors | undefined;
|
|
1616
1661
|
}
|
|
1617
1662
|
export interface PlacementResponse {
|
|
1618
1663
|
GroupName?: string | undefined;
|
|
@@ -2105,6 +2150,9 @@ export interface CreateIpamResourceDiscoveryRequest {
|
|
|
2105
2150
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
2106
2151
|
ClientToken?: string | undefined;
|
|
2107
2152
|
}
|
|
2153
|
+
export interface IpamOrganizationalUnitExclusion {
|
|
2154
|
+
OrganizationsEntityPath?: string | undefined;
|
|
2155
|
+
}
|
|
2108
2156
|
export declare const IpamResourceDiscoveryState: {
|
|
2109
2157
|
readonly CREATE_COMPLETE: "create-complete";
|
|
2110
2158
|
readonly CREATE_FAILED: "create-failed";
|
|
@@ -2131,6 +2179,7 @@ export interface IpamResourceDiscovery {
|
|
|
2131
2179
|
IsDefault?: boolean | undefined;
|
|
2132
2180
|
State?: IpamResourceDiscoveryState | undefined;
|
|
2133
2181
|
Tags?: Tag[] | undefined;
|
|
2182
|
+
OrganizationalUnitExclusions?: IpamOrganizationalUnitExclusion[] | undefined;
|
|
2134
2183
|
}
|
|
2135
2184
|
export interface CreateIpamResourceDiscoveryResult {
|
|
2136
2185
|
IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
|
|
@@ -2215,6 +2264,7 @@ export interface LaunchTemplateBlockDeviceMappingRequest {
|
|
|
2215
2264
|
NoDevice?: string | undefined;
|
|
2216
2265
|
}
|
|
2217
2266
|
export declare const CapacityReservationPreference: {
|
|
2267
|
+
readonly capacity_reservations_only: "capacity-reservations-only";
|
|
2218
2268
|
readonly none: "none";
|
|
2219
2269
|
readonly open: "open";
|
|
2220
2270
|
};
|
|
@@ -2899,79 +2949,6 @@ export declare const NatGatewayState: {
|
|
|
2899
2949
|
};
|
|
2900
2950
|
export type NatGatewayState =
|
|
2901
2951
|
(typeof NatGatewayState)[keyof typeof NatGatewayState];
|
|
2902
|
-
export interface NatGateway {
|
|
2903
|
-
CreateTime?: Date | undefined;
|
|
2904
|
-
DeleteTime?: Date | undefined;
|
|
2905
|
-
FailureCode?: string | undefined;
|
|
2906
|
-
FailureMessage?: string | undefined;
|
|
2907
|
-
NatGatewayAddresses?: NatGatewayAddress[] | undefined;
|
|
2908
|
-
NatGatewayId?: string | undefined;
|
|
2909
|
-
ProvisionedBandwidth?: ProvisionedBandwidth | undefined;
|
|
2910
|
-
State?: NatGatewayState | undefined;
|
|
2911
|
-
SubnetId?: string | undefined;
|
|
2912
|
-
VpcId?: string | undefined;
|
|
2913
|
-
Tags?: Tag[] | undefined;
|
|
2914
|
-
ConnectivityType?: ConnectivityType | undefined;
|
|
2915
|
-
}
|
|
2916
|
-
export interface CreateNatGatewayResult {
|
|
2917
|
-
ClientToken?: string | undefined;
|
|
2918
|
-
NatGateway?: NatGateway | undefined;
|
|
2919
|
-
}
|
|
2920
|
-
export interface CreateNetworkAclRequest {
|
|
2921
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
2922
|
-
ClientToken?: string | undefined;
|
|
2923
|
-
DryRun?: boolean | undefined;
|
|
2924
|
-
VpcId: string | undefined;
|
|
2925
|
-
}
|
|
2926
|
-
export interface NetworkAclAssociation {
|
|
2927
|
-
NetworkAclAssociationId?: string | undefined;
|
|
2928
|
-
NetworkAclId?: string | undefined;
|
|
2929
|
-
SubnetId?: string | undefined;
|
|
2930
|
-
}
|
|
2931
|
-
export interface IcmpTypeCode {
|
|
2932
|
-
Code?: number | undefined;
|
|
2933
|
-
Type?: number | undefined;
|
|
2934
|
-
}
|
|
2935
|
-
export declare const RuleAction: {
|
|
2936
|
-
readonly allow: "allow";
|
|
2937
|
-
readonly deny: "deny";
|
|
2938
|
-
};
|
|
2939
|
-
export type RuleAction = (typeof RuleAction)[keyof typeof RuleAction];
|
|
2940
|
-
export interface NetworkAclEntry {
|
|
2941
|
-
CidrBlock?: string | undefined;
|
|
2942
|
-
Egress?: boolean | undefined;
|
|
2943
|
-
IcmpTypeCode?: IcmpTypeCode | undefined;
|
|
2944
|
-
Ipv6CidrBlock?: string | undefined;
|
|
2945
|
-
PortRange?: PortRange | undefined;
|
|
2946
|
-
Protocol?: string | undefined;
|
|
2947
|
-
RuleAction?: RuleAction | undefined;
|
|
2948
|
-
RuleNumber?: number | undefined;
|
|
2949
|
-
}
|
|
2950
|
-
export interface NetworkAcl {
|
|
2951
|
-
Associations?: NetworkAclAssociation[] | undefined;
|
|
2952
|
-
Entries?: NetworkAclEntry[] | undefined;
|
|
2953
|
-
IsDefault?: boolean | undefined;
|
|
2954
|
-
NetworkAclId?: string | undefined;
|
|
2955
|
-
Tags?: Tag[] | undefined;
|
|
2956
|
-
VpcId?: string | undefined;
|
|
2957
|
-
OwnerId?: string | undefined;
|
|
2958
|
-
}
|
|
2959
|
-
export interface CreateNetworkAclResult {
|
|
2960
|
-
NetworkAcl?: NetworkAcl | undefined;
|
|
2961
|
-
ClientToken?: string | undefined;
|
|
2962
|
-
}
|
|
2963
|
-
export interface CreateNetworkAclEntryRequest {
|
|
2964
|
-
DryRun?: boolean | undefined;
|
|
2965
|
-
NetworkAclId: string | undefined;
|
|
2966
|
-
RuleNumber: number | undefined;
|
|
2967
|
-
Protocol: string | undefined;
|
|
2968
|
-
RuleAction: RuleAction | undefined;
|
|
2969
|
-
Egress: boolean | undefined;
|
|
2970
|
-
CidrBlock?: string | undefined;
|
|
2971
|
-
Ipv6CidrBlock?: string | undefined;
|
|
2972
|
-
IcmpTypeCode?: IcmpTypeCode | undefined;
|
|
2973
|
-
PortRange?: PortRange | undefined;
|
|
2974
|
-
}
|
|
2975
2952
|
export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
|
|
2976
2953
|
export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
|
|
2977
2954
|
obj: RequestLaunchTemplateData
|
|
@@ -7,9 +7,10 @@ import {
|
|
|
7
7
|
DeviceTrustProviderType,
|
|
8
8
|
DnsSupportValue,
|
|
9
9
|
DynamicRoutingValue,
|
|
10
|
-
InstanceEventWindowState,
|
|
11
10
|
Ipv4PrefixSpecification,
|
|
12
11
|
Ipv6SupportValue,
|
|
12
|
+
NatGatewayAddress,
|
|
13
|
+
PortRange,
|
|
13
14
|
Protocol,
|
|
14
15
|
ReservedInstancesListing,
|
|
15
16
|
RouteTableAssociationState,
|
|
@@ -37,20 +38,94 @@ import {
|
|
|
37
38
|
CoipCidr,
|
|
38
39
|
CoipPool,
|
|
39
40
|
ConnectionTrackingSpecificationRequest,
|
|
40
|
-
|
|
41
|
+
ConnectivityType,
|
|
41
42
|
GatewayType,
|
|
42
43
|
InstanceIpv6Address,
|
|
43
|
-
Ipam,
|
|
44
44
|
Ipv4PrefixSpecificationRequest,
|
|
45
45
|
Ipv6PrefixSpecificationRequest,
|
|
46
|
+
NatGatewayState,
|
|
46
47
|
OperatorRequest,
|
|
47
48
|
OperatorResponse,
|
|
48
49
|
PrivateIpAddressSpecification,
|
|
50
|
+
ProvisionedBandwidth,
|
|
49
51
|
Subnet,
|
|
50
52
|
Tenancy,
|
|
51
53
|
VolumeType,
|
|
52
54
|
Vpc,
|
|
53
55
|
} from "./models_1";
|
|
56
|
+
export interface NatGateway {
|
|
57
|
+
CreateTime?: Date | undefined;
|
|
58
|
+
DeleteTime?: Date | undefined;
|
|
59
|
+
FailureCode?: string | undefined;
|
|
60
|
+
FailureMessage?: string | undefined;
|
|
61
|
+
NatGatewayAddresses?: NatGatewayAddress[] | undefined;
|
|
62
|
+
NatGatewayId?: string | undefined;
|
|
63
|
+
ProvisionedBandwidth?: ProvisionedBandwidth | undefined;
|
|
64
|
+
State?: NatGatewayState | undefined;
|
|
65
|
+
SubnetId?: string | undefined;
|
|
66
|
+
VpcId?: string | undefined;
|
|
67
|
+
Tags?: Tag[] | undefined;
|
|
68
|
+
ConnectivityType?: ConnectivityType | undefined;
|
|
69
|
+
}
|
|
70
|
+
export interface CreateNatGatewayResult {
|
|
71
|
+
ClientToken?: string | undefined;
|
|
72
|
+
NatGateway?: NatGateway | undefined;
|
|
73
|
+
}
|
|
74
|
+
export interface CreateNetworkAclRequest {
|
|
75
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
76
|
+
ClientToken?: string | undefined;
|
|
77
|
+
DryRun?: boolean | undefined;
|
|
78
|
+
VpcId: string | undefined;
|
|
79
|
+
}
|
|
80
|
+
export interface NetworkAclAssociation {
|
|
81
|
+
NetworkAclAssociationId?: string | undefined;
|
|
82
|
+
NetworkAclId?: string | undefined;
|
|
83
|
+
SubnetId?: string | undefined;
|
|
84
|
+
}
|
|
85
|
+
export interface IcmpTypeCode {
|
|
86
|
+
Code?: number | undefined;
|
|
87
|
+
Type?: number | undefined;
|
|
88
|
+
}
|
|
89
|
+
export declare const RuleAction: {
|
|
90
|
+
readonly allow: "allow";
|
|
91
|
+
readonly deny: "deny";
|
|
92
|
+
};
|
|
93
|
+
export type RuleAction = (typeof RuleAction)[keyof typeof RuleAction];
|
|
94
|
+
export interface NetworkAclEntry {
|
|
95
|
+
CidrBlock?: string | undefined;
|
|
96
|
+
Egress?: boolean | undefined;
|
|
97
|
+
IcmpTypeCode?: IcmpTypeCode | undefined;
|
|
98
|
+
Ipv6CidrBlock?: string | undefined;
|
|
99
|
+
PortRange?: PortRange | undefined;
|
|
100
|
+
Protocol?: string | undefined;
|
|
101
|
+
RuleAction?: RuleAction | undefined;
|
|
102
|
+
RuleNumber?: number | undefined;
|
|
103
|
+
}
|
|
104
|
+
export interface NetworkAcl {
|
|
105
|
+
Associations?: NetworkAclAssociation[] | undefined;
|
|
106
|
+
Entries?: NetworkAclEntry[] | undefined;
|
|
107
|
+
IsDefault?: boolean | undefined;
|
|
108
|
+
NetworkAclId?: string | undefined;
|
|
109
|
+
Tags?: Tag[] | undefined;
|
|
110
|
+
VpcId?: string | undefined;
|
|
111
|
+
OwnerId?: string | undefined;
|
|
112
|
+
}
|
|
113
|
+
export interface CreateNetworkAclResult {
|
|
114
|
+
NetworkAcl?: NetworkAcl | undefined;
|
|
115
|
+
ClientToken?: string | undefined;
|
|
116
|
+
}
|
|
117
|
+
export interface CreateNetworkAclEntryRequest {
|
|
118
|
+
DryRun?: boolean | undefined;
|
|
119
|
+
NetworkAclId: string | undefined;
|
|
120
|
+
RuleNumber: number | undefined;
|
|
121
|
+
Protocol: string | undefined;
|
|
122
|
+
RuleAction: RuleAction | undefined;
|
|
123
|
+
Egress: boolean | undefined;
|
|
124
|
+
CidrBlock?: string | undefined;
|
|
125
|
+
Ipv6CidrBlock?: string | undefined;
|
|
126
|
+
IcmpTypeCode?: IcmpTypeCode | undefined;
|
|
127
|
+
PortRange?: PortRange | undefined;
|
|
128
|
+
}
|
|
54
129
|
export interface CreateNetworkInsightsAccessScopeRequest {
|
|
55
130
|
MatchPaths?: AccessScopePathRequest[] | undefined;
|
|
56
131
|
ExcludePaths?: AccessScopePathRequest[] | undefined;
|
|
@@ -2041,44 +2116,6 @@ export interface DeleteFpgaImageRequest {
|
|
|
2041
2116
|
DryRun?: boolean | undefined;
|
|
2042
2117
|
FpgaImageId: string | undefined;
|
|
2043
2118
|
}
|
|
2044
|
-
export interface DeleteFpgaImageResult {
|
|
2045
|
-
Return?: boolean | undefined;
|
|
2046
|
-
}
|
|
2047
|
-
export interface DeleteInstanceConnectEndpointRequest {
|
|
2048
|
-
DryRun?: boolean | undefined;
|
|
2049
|
-
InstanceConnectEndpointId: string | undefined;
|
|
2050
|
-
}
|
|
2051
|
-
export interface DeleteInstanceConnectEndpointResult {
|
|
2052
|
-
InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint | undefined;
|
|
2053
|
-
}
|
|
2054
|
-
export interface DeleteInstanceEventWindowRequest {
|
|
2055
|
-
DryRun?: boolean | undefined;
|
|
2056
|
-
ForceDelete?: boolean | undefined;
|
|
2057
|
-
InstanceEventWindowId: string | undefined;
|
|
2058
|
-
}
|
|
2059
|
-
export interface InstanceEventWindowStateChange {
|
|
2060
|
-
InstanceEventWindowId?: string | undefined;
|
|
2061
|
-
State?: InstanceEventWindowState | undefined;
|
|
2062
|
-
}
|
|
2063
|
-
export interface DeleteInstanceEventWindowResult {
|
|
2064
|
-
InstanceEventWindowState?: InstanceEventWindowStateChange | undefined;
|
|
2065
|
-
}
|
|
2066
|
-
export interface DeleteInternetGatewayRequest {
|
|
2067
|
-
DryRun?: boolean | undefined;
|
|
2068
|
-
InternetGatewayId: string | undefined;
|
|
2069
|
-
}
|
|
2070
|
-
export interface DeleteIpamRequest {
|
|
2071
|
-
DryRun?: boolean | undefined;
|
|
2072
|
-
IpamId: string | undefined;
|
|
2073
|
-
Cascade?: boolean | undefined;
|
|
2074
|
-
}
|
|
2075
|
-
export interface DeleteIpamResult {
|
|
2076
|
-
Ipam?: Ipam | undefined;
|
|
2077
|
-
}
|
|
2078
|
-
export interface DeleteIpamExternalResourceVerificationTokenRequest {
|
|
2079
|
-
DryRun?: boolean | undefined;
|
|
2080
|
-
IpamExternalResourceVerificationTokenId: string | undefined;
|
|
2081
|
-
}
|
|
2082
2119
|
export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
2083
2120
|
obj: CreateVerifiedAccessTrustProviderOidcOptions
|
|
2084
2121
|
) => any;
|