@aws-sdk/client-ec2 3.937.0 → 3.938.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 +16 -0
- package/dist-cjs/index.js +357 -52
- package/dist-es/EC2.js +4 -0
- package/dist-es/commands/CreateInterruptibleCapacityReservationAllocationCommand.js +16 -0
- package/dist-es/commands/UpdateInterruptibleCapacityReservationAllocationCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +13 -0
- package/dist-es/schemas/schemas_0.js +314 -52
- package/dist-types/EC2.d.ts +14 -0
- package/dist-types/EC2Client.d.ts +4 -2
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +24 -0
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +12 -0
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -2
- package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +93 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +7 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +3 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +12 -0
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +24 -0
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +12 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/commands/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts +83 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +29 -0
- package/dist-types/models/models_0.d.ts +90 -37
- package/dist-types/models/models_1.d.ts +108 -74
- package/dist-types/models/models_2.d.ts +73 -65
- package/dist-types/models/models_3.d.ts +68 -182
- package/dist-types/models/models_4.d.ts +182 -97
- package/dist-types/models/models_5.d.ts +117 -158
- package/dist-types/models/models_6.d.ts +160 -151
- package/dist-types/models/models_7.d.ts +222 -3
- package/dist-types/schemas/schemas_0.d.ts +8 -0
- package/dist-types/ts3.4/EC2.d.ts +46 -0
- package/dist-types/ts3.4/EC2Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +17 -0
- package/dist-types/ts3.4/models/models_0.d.ts +16 -8
- package/dist-types/ts3.4/models/models_1.d.ts +24 -17
- package/dist-types/ts3.4/models/models_2.d.ts +17 -18
- package/dist-types/ts3.4/models/models_3.d.ts +21 -43
- package/dist-types/ts3.4/models/models_4.d.ts +47 -30
- package/dist-types/ts3.4/models/models_5.d.ts +37 -34
- package/dist-types/ts3.4/models/models_6.d.ts +33 -25
- package/dist-types/ts3.4/models/models_7.d.ts +42 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
- package/package.json +1 -1
|
@@ -339,6 +339,10 @@ import {
|
|
|
339
339
|
CreateInternetGatewayCommandInput,
|
|
340
340
|
CreateInternetGatewayCommandOutput,
|
|
341
341
|
} from "./commands/CreateInternetGatewayCommand";
|
|
342
|
+
import {
|
|
343
|
+
CreateInterruptibleCapacityReservationAllocationCommandInput,
|
|
344
|
+
CreateInterruptibleCapacityReservationAllocationCommandOutput,
|
|
345
|
+
} from "./commands/CreateInterruptibleCapacityReservationAllocationCommand";
|
|
342
346
|
import {
|
|
343
347
|
CreateIpamCommandInput,
|
|
344
348
|
CreateIpamCommandOutput,
|
|
@@ -2975,6 +2979,10 @@ import {
|
|
|
2975
2979
|
UpdateCapacityManagerOrganizationsAccessCommandInput,
|
|
2976
2980
|
UpdateCapacityManagerOrganizationsAccessCommandOutput,
|
|
2977
2981
|
} from "./commands/UpdateCapacityManagerOrganizationsAccessCommand";
|
|
2982
|
+
import {
|
|
2983
|
+
UpdateInterruptibleCapacityReservationAllocationCommandInput,
|
|
2984
|
+
UpdateInterruptibleCapacityReservationAllocationCommandOutput,
|
|
2985
|
+
} from "./commands/UpdateInterruptibleCapacityReservationAllocationCommand";
|
|
2978
2986
|
import {
|
|
2979
2987
|
UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
|
|
2980
2988
|
UpdateSecurityGroupRuleDescriptionsEgressCommandOutput,
|
|
@@ -4188,6 +4196,25 @@ export interface EC2 {
|
|
|
4188
4196
|
options: __HttpHandlerOptions,
|
|
4189
4197
|
cb: (err: any, data?: CreateInternetGatewayCommandOutput) => void
|
|
4190
4198
|
): void;
|
|
4199
|
+
createInterruptibleCapacityReservationAllocation(
|
|
4200
|
+
args: CreateInterruptibleCapacityReservationAllocationCommandInput,
|
|
4201
|
+
options?: __HttpHandlerOptions
|
|
4202
|
+
): Promise<CreateInterruptibleCapacityReservationAllocationCommandOutput>;
|
|
4203
|
+
createInterruptibleCapacityReservationAllocation(
|
|
4204
|
+
args: CreateInterruptibleCapacityReservationAllocationCommandInput,
|
|
4205
|
+
cb: (
|
|
4206
|
+
err: any,
|
|
4207
|
+
data?: CreateInterruptibleCapacityReservationAllocationCommandOutput
|
|
4208
|
+
) => void
|
|
4209
|
+
): void;
|
|
4210
|
+
createInterruptibleCapacityReservationAllocation(
|
|
4211
|
+
args: CreateInterruptibleCapacityReservationAllocationCommandInput,
|
|
4212
|
+
options: __HttpHandlerOptions,
|
|
4213
|
+
cb: (
|
|
4214
|
+
err: any,
|
|
4215
|
+
data?: CreateInterruptibleCapacityReservationAllocationCommandOutput
|
|
4216
|
+
) => void
|
|
4217
|
+
): void;
|
|
4191
4218
|
createIpam(): Promise<CreateIpamCommandOutput>;
|
|
4192
4219
|
createIpam(
|
|
4193
4220
|
args: CreateIpamCommandInput,
|
|
@@ -13947,6 +13974,25 @@ export interface EC2 {
|
|
|
13947
13974
|
data?: UpdateCapacityManagerOrganizationsAccessCommandOutput
|
|
13948
13975
|
) => void
|
|
13949
13976
|
): void;
|
|
13977
|
+
updateInterruptibleCapacityReservationAllocation(
|
|
13978
|
+
args: UpdateInterruptibleCapacityReservationAllocationCommandInput,
|
|
13979
|
+
options?: __HttpHandlerOptions
|
|
13980
|
+
): Promise<UpdateInterruptibleCapacityReservationAllocationCommandOutput>;
|
|
13981
|
+
updateInterruptibleCapacityReservationAllocation(
|
|
13982
|
+
args: UpdateInterruptibleCapacityReservationAllocationCommandInput,
|
|
13983
|
+
cb: (
|
|
13984
|
+
err: any,
|
|
13985
|
+
data?: UpdateInterruptibleCapacityReservationAllocationCommandOutput
|
|
13986
|
+
) => void
|
|
13987
|
+
): void;
|
|
13988
|
+
updateInterruptibleCapacityReservationAllocation(
|
|
13989
|
+
args: UpdateInterruptibleCapacityReservationAllocationCommandInput,
|
|
13990
|
+
options: __HttpHandlerOptions,
|
|
13991
|
+
cb: (
|
|
13992
|
+
err: any,
|
|
13993
|
+
data?: UpdateInterruptibleCapacityReservationAllocationCommandOutput
|
|
13994
|
+
) => void
|
|
13995
|
+
): void;
|
|
13950
13996
|
updateSecurityGroupRuleDescriptionsEgress(): Promise<UpdateSecurityGroupRuleDescriptionsEgressCommandOutput>;
|
|
13951
13997
|
updateSecurityGroupRuleDescriptionsEgress(
|
|
13952
13998
|
args: UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
|
|
@@ -388,6 +388,10 @@ import {
|
|
|
388
388
|
CreateInternetGatewayCommandInput,
|
|
389
389
|
CreateInternetGatewayCommandOutput,
|
|
390
390
|
} from "./commands/CreateInternetGatewayCommand";
|
|
391
|
+
import {
|
|
392
|
+
CreateInterruptibleCapacityReservationAllocationCommandInput,
|
|
393
|
+
CreateInterruptibleCapacityReservationAllocationCommandOutput,
|
|
394
|
+
} from "./commands/CreateInterruptibleCapacityReservationAllocationCommand";
|
|
391
395
|
import {
|
|
392
396
|
CreateIpamCommandInput,
|
|
393
397
|
CreateIpamCommandOutput,
|
|
@@ -3024,6 +3028,10 @@ import {
|
|
|
3024
3028
|
UpdateCapacityManagerOrganizationsAccessCommandInput,
|
|
3025
3029
|
UpdateCapacityManagerOrganizationsAccessCommandOutput,
|
|
3026
3030
|
} from "./commands/UpdateCapacityManagerOrganizationsAccessCommand";
|
|
3031
|
+
import {
|
|
3032
|
+
UpdateInterruptibleCapacityReservationAllocationCommandInput,
|
|
3033
|
+
UpdateInterruptibleCapacityReservationAllocationCommandOutput,
|
|
3034
|
+
} from "./commands/UpdateInterruptibleCapacityReservationAllocationCommand";
|
|
3027
3035
|
import {
|
|
3028
3036
|
UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
|
|
3029
3037
|
UpdateSecurityGroupRuleDescriptionsEgressCommandOutput,
|
|
@@ -3129,6 +3137,7 @@ export type ServiceInputTypes =
|
|
|
3129
3137
|
| CreateInstanceEventWindowCommandInput
|
|
3130
3138
|
| CreateInstanceExportTaskCommandInput
|
|
3131
3139
|
| CreateInternetGatewayCommandInput
|
|
3140
|
+
| CreateInterruptibleCapacityReservationAllocationCommandInput
|
|
3132
3141
|
| CreateIpamCommandInput
|
|
3133
3142
|
| CreateIpamExternalResourceVerificationTokenCommandInput
|
|
3134
3143
|
| CreateIpamPolicyCommandInput
|
|
@@ -3788,6 +3797,7 @@ export type ServiceInputTypes =
|
|
|
3788
3797
|
| UnlockSnapshotCommandInput
|
|
3789
3798
|
| UnmonitorInstancesCommandInput
|
|
3790
3799
|
| UpdateCapacityManagerOrganizationsAccessCommandInput
|
|
3800
|
+
| UpdateInterruptibleCapacityReservationAllocationCommandInput
|
|
3791
3801
|
| UpdateSecurityGroupRuleDescriptionsEgressCommandInput
|
|
3792
3802
|
| UpdateSecurityGroupRuleDescriptionsIngressCommandInput
|
|
3793
3803
|
| WithdrawByoipCidrCommandInput;
|
|
@@ -3877,6 +3887,7 @@ export type ServiceOutputTypes =
|
|
|
3877
3887
|
| CreateInstanceEventWindowCommandOutput
|
|
3878
3888
|
| CreateInstanceExportTaskCommandOutput
|
|
3879
3889
|
| CreateInternetGatewayCommandOutput
|
|
3890
|
+
| CreateInterruptibleCapacityReservationAllocationCommandOutput
|
|
3880
3891
|
| CreateIpamCommandOutput
|
|
3881
3892
|
| CreateIpamExternalResourceVerificationTokenCommandOutput
|
|
3882
3893
|
| CreateIpamPolicyCommandOutput
|
|
@@ -4536,6 +4547,7 @@ export type ServiceOutputTypes =
|
|
|
4536
4547
|
| UnlockSnapshotCommandOutput
|
|
4537
4548
|
| UnmonitorInstancesCommandOutput
|
|
4538
4549
|
| UpdateCapacityManagerOrganizationsAccessCommandOutput
|
|
4550
|
+
| UpdateInterruptibleCapacityReservationAllocationCommandOutput
|
|
4539
4551
|
| UpdateSecurityGroupRuleDescriptionsEgressCommandOutput
|
|
4540
4552
|
| UpdateSecurityGroupRuleDescriptionsIngressCommandOutput
|
|
4541
4553
|
| WithdrawByoipCidrCommandOutput;
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
CreateDhcpOptionsRequest,
|
|
10
|
+
CreateDhcpOptionsResult,
|
|
11
|
+
} from "../models/models_1";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface CreateDhcpOptionsCommandInput
|
package/dist-types/ts3.4/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts
ADDED
|
@@ -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
|
+
CreateInterruptibleCapacityReservationAllocationRequest,
|
|
10
|
+
CreateInterruptibleCapacityReservationAllocationResult,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateInterruptibleCapacityReservationAllocationCommandInput
|
|
15
|
+
extends CreateInterruptibleCapacityReservationAllocationRequest {}
|
|
16
|
+
export interface CreateInterruptibleCapacityReservationAllocationCommandOutput
|
|
17
|
+
extends CreateInterruptibleCapacityReservationAllocationResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateInterruptibleCapacityReservationAllocationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateInterruptibleCapacityReservationAllocationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateInterruptibleCapacityReservationAllocationCommandInput,
|
|
24
|
+
CreateInterruptibleCapacityReservationAllocationCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateInterruptibleCapacityReservationAllocationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateInterruptibleCapacityReservationAllocationCommandInput,
|
|
33
|
+
CreateInterruptibleCapacityReservationAllocationCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateInterruptibleCapacityReservationAllocationCommand extends CreateInterruptibleCapacityReservationAllocationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateInterruptibleCapacityReservationAllocationRequest;
|
|
44
|
+
output: CreateInterruptibleCapacityReservationAllocationResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateInterruptibleCapacityReservationAllocationCommandInput;
|
|
48
|
+
output: CreateInterruptibleCapacityReservationAllocationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
CreateSpotDatafeedSubscriptionResult,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { CreateSpotDatafeedSubscriptionRequest } from "../models/models_1";
|
|
9
|
+
import { CreateSpotDatafeedSubscriptionResult } from "../models/models_2";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface CreateSpotDatafeedSubscriptionCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteTransitGatewayPrefixListReferenceRequest,
|
|
10
10
|
DeleteTransitGatewayPrefixListReferenceResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DeleteTransitGatewayPrefixListReferenceCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteTransitGatewayRouteRequest,
|
|
10
10
|
DeleteTransitGatewayRouteResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DeleteTransitGatewayRouteCommandInput
|
package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts
CHANGED
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeVerifiedAccessInstanceLoggingConfigurationsResult,
|
|
11
|
-
} from "../models/models_4";
|
|
8
|
+
import { DescribeVerifiedAccessInstanceLoggingConfigurationsRequest } from "../models/models_4";
|
|
9
|
+
import { DescribeVerifiedAccessInstanceLoggingConfigurationsResult } from "../models/models_5";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetIpamAddressHistoryResult,
|
|
11
|
-
} from "../models/models_5";
|
|
8
|
+
import { GetIpamAddressHistoryRequest } from "../models/models_5";
|
|
9
|
+
import { GetIpamAddressHistoryResult } from "../models/models_6";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface GetIpamAddressHistoryCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
GetIpamDiscoveredAccountsRequest,
|
|
10
|
+
GetIpamDiscoveredAccountsResult,
|
|
11
|
+
} from "../models/models_6";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface GetIpamDiscoveredAccountsCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ModifyVerifiedAccessTrustProviderResult,
|
|
11
|
-
} from "../models/models_6";
|
|
8
|
+
import { ModifyVerifiedAccessTrustProviderRequest } from "../models/models_6";
|
|
9
|
+
import { ModifyVerifiedAccessTrustProviderResult } from "../models/models_7";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface ModifyVerifiedAccessTrustProviderCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import { ModifyVolumeAttributeRequest } from "../models/
|
|
8
|
+
import { ModifyVolumeAttributeRequest } from "../models/models_7";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ModifyVolumeAttributeCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import { ModifyVolumeRequest, ModifyVolumeResult } from "../models/
|
|
8
|
+
import { ModifyVolumeRequest, ModifyVolumeResult } from "../models/models_7";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ModifyVolumeCommandInput extends ModifyVolumeRequest {}
|
package/dist-types/ts3.4/commands/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts
ADDED
|
@@ -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
|
+
UpdateInterruptibleCapacityReservationAllocationRequest,
|
|
10
|
+
UpdateInterruptibleCapacityReservationAllocationResult,
|
|
11
|
+
} from "../models/models_7";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateInterruptibleCapacityReservationAllocationCommandInput
|
|
15
|
+
extends UpdateInterruptibleCapacityReservationAllocationRequest {}
|
|
16
|
+
export interface UpdateInterruptibleCapacityReservationAllocationCommandOutput
|
|
17
|
+
extends UpdateInterruptibleCapacityReservationAllocationResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateInterruptibleCapacityReservationAllocationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateInterruptibleCapacityReservationAllocationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateInterruptibleCapacityReservationAllocationCommandInput,
|
|
24
|
+
UpdateInterruptibleCapacityReservationAllocationCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateInterruptibleCapacityReservationAllocationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateInterruptibleCapacityReservationAllocationCommandInput,
|
|
33
|
+
UpdateInterruptibleCapacityReservationAllocationCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateInterruptibleCapacityReservationAllocationCommand extends UpdateInterruptibleCapacityReservationAllocationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateInterruptibleCapacityReservationAllocationRequest;
|
|
44
|
+
output: UpdateInterruptibleCapacityReservationAllocationResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateInterruptibleCapacityReservationAllocationCommandInput;
|
|
48
|
+
output: UpdateInterruptibleCapacityReservationAllocationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -83,6 +83,7 @@ export * from "./CreateInstanceConnectEndpointCommand";
|
|
|
83
83
|
export * from "./CreateInstanceEventWindowCommand";
|
|
84
84
|
export * from "./CreateInstanceExportTaskCommand";
|
|
85
85
|
export * from "./CreateInternetGatewayCommand";
|
|
86
|
+
export * from "./CreateInterruptibleCapacityReservationAllocationCommand";
|
|
86
87
|
export * from "./CreateIpamCommand";
|
|
87
88
|
export * from "./CreateIpamExternalResourceVerificationTokenCommand";
|
|
88
89
|
export * from "./CreateIpamPolicyCommand";
|
|
@@ -742,6 +743,7 @@ export * from "./UnassignPrivateNatGatewayAddressCommand";
|
|
|
742
743
|
export * from "./UnlockSnapshotCommand";
|
|
743
744
|
export * from "./UnmonitorInstancesCommand";
|
|
744
745
|
export * from "./UpdateCapacityManagerOrganizationsAccessCommand";
|
|
746
|
+
export * from "./UpdateInterruptibleCapacityReservationAllocationCommand";
|
|
745
747
|
export * from "./UpdateSecurityGroupRuleDescriptionsEgressCommand";
|
|
746
748
|
export * from "./UpdateSecurityGroupRuleDescriptionsIngressCommand";
|
|
747
749
|
export * from "./WithdrawByoipCidrCommand";
|
|
@@ -726,6 +726,21 @@ export declare const CapacityReservationTenancy: {
|
|
|
726
726
|
};
|
|
727
727
|
export type CapacityReservationTenancy =
|
|
728
728
|
(typeof CapacityReservationTenancy)[keyof typeof CapacityReservationTenancy];
|
|
729
|
+
export declare const InterruptionType: {
|
|
730
|
+
readonly adhoc: "adhoc";
|
|
731
|
+
};
|
|
732
|
+
export type InterruptionType =
|
|
733
|
+
(typeof InterruptionType)[keyof typeof InterruptionType];
|
|
734
|
+
export declare const InterruptibleCapacityReservationAllocationStatus: {
|
|
735
|
+
readonly active: "active";
|
|
736
|
+
readonly canceled: "canceled";
|
|
737
|
+
readonly canceling: "canceling";
|
|
738
|
+
readonly failed: "failed";
|
|
739
|
+
readonly pending: "pending";
|
|
740
|
+
readonly updating: "updating";
|
|
741
|
+
};
|
|
742
|
+
export type InterruptibleCapacityReservationAllocationStatus =
|
|
743
|
+
(typeof InterruptibleCapacityReservationAllocationStatus)[keyof typeof InterruptibleCapacityReservationAllocationStatus];
|
|
729
744
|
export declare const CapacityReservationType: {
|
|
730
745
|
readonly CAPACITY_BLOCK: "capacity-block";
|
|
731
746
|
readonly DEFAULT: "default";
|
|
@@ -2404,6 +2419,7 @@ export type ShutdownBehavior =
|
|
|
2404
2419
|
(typeof ShutdownBehavior)[keyof typeof ShutdownBehavior];
|
|
2405
2420
|
export declare const MarketType: {
|
|
2406
2421
|
readonly capacity_block: "capacity-block";
|
|
2422
|
+
readonly interruptible_capacity_reservation: "interruptible-capacity-reservation";
|
|
2407
2423
|
readonly spot: "spot";
|
|
2408
2424
|
};
|
|
2409
2425
|
export type MarketType = (typeof MarketType)[keyof typeof MarketType];
|
|
@@ -3532,6 +3548,7 @@ export type InstanceBootModeValues =
|
|
|
3532
3548
|
(typeof InstanceBootModeValues)[keyof typeof InstanceBootModeValues];
|
|
3533
3549
|
export declare const InstanceLifecycleType: {
|
|
3534
3550
|
readonly capacity_block: "capacity-block";
|
|
3551
|
+
readonly interruptible_capacity_reservation: "interruptible-capacity-reservation";
|
|
3535
3552
|
readonly scheduled: "scheduled";
|
|
3536
3553
|
readonly spot: "spot";
|
|
3537
3554
|
};
|
|
@@ -42,6 +42,8 @@ import {
|
|
|
42
42
|
InstanceHealthStatus,
|
|
43
43
|
InstanceMatchCriteria,
|
|
44
44
|
InterfaceProtocolType,
|
|
45
|
+
InterruptibleCapacityReservationAllocationStatus,
|
|
46
|
+
InterruptionType,
|
|
45
47
|
IpamAssociatedResourceDiscoveryStatus,
|
|
46
48
|
IpamPoolAllocationResourceType,
|
|
47
49
|
IpamResourceDiscoveryAssociationState,
|
|
@@ -1597,6 +1599,17 @@ export interface CapacityReservationCommitmentInfo {
|
|
|
1597
1599
|
CommittedInstanceCount?: number | undefined;
|
|
1598
1600
|
CommitmentEndDate?: Date | undefined;
|
|
1599
1601
|
}
|
|
1602
|
+
export interface InterruptibleCapacityAllocation {
|
|
1603
|
+
InstanceCount?: number | undefined;
|
|
1604
|
+
TargetInstanceCount?: number | undefined;
|
|
1605
|
+
Status?: InterruptibleCapacityReservationAllocationStatus | undefined;
|
|
1606
|
+
InterruptibleCapacityReservationId?: string | undefined;
|
|
1607
|
+
InterruptionType?: InterruptionType | undefined;
|
|
1608
|
+
}
|
|
1609
|
+
export interface InterruptionInfo {
|
|
1610
|
+
SourceCapacityReservationId?: string | undefined;
|
|
1611
|
+
InterruptionType?: InterruptionType | undefined;
|
|
1612
|
+
}
|
|
1600
1613
|
export interface CapacityReservation {
|
|
1601
1614
|
CapacityReservationId?: string | undefined;
|
|
1602
1615
|
OwnerId?: string | undefined;
|
|
@@ -1626,6 +1639,9 @@ export interface CapacityReservation {
|
|
|
1626
1639
|
CommitmentInfo?: CapacityReservationCommitmentInfo | undefined;
|
|
1627
1640
|
DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
|
|
1628
1641
|
CapacityBlockId?: string | undefined;
|
|
1642
|
+
Interruptible?: boolean | undefined;
|
|
1643
|
+
InterruptibleCapacityAllocation?: InterruptibleCapacityAllocation | undefined;
|
|
1644
|
+
InterruptionInfo?: InterruptionInfo | undefined;
|
|
1629
1645
|
}
|
|
1630
1646
|
export interface CreateCapacityReservationResult {
|
|
1631
1647
|
CapacityReservation?: CapacityReservation | undefined;
|
|
@@ -1959,11 +1975,3 @@ export interface NewDhcpConfiguration {
|
|
|
1959
1975
|
Key?: string | undefined;
|
|
1960
1976
|
Values?: string[] | undefined;
|
|
1961
1977
|
}
|
|
1962
|
-
export interface CreateDhcpOptionsRequest {
|
|
1963
|
-
DhcpConfigurations: NewDhcpConfiguration[] | undefined;
|
|
1964
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1965
|
-
DryRun?: boolean | undefined;
|
|
1966
|
-
}
|
|
1967
|
-
export interface AttributeValue {
|
|
1968
|
-
Value?: string | undefined;
|
|
1969
|
-
}
|
|
@@ -36,6 +36,8 @@ import {
|
|
|
36
36
|
InstanceInterruptionBehavior,
|
|
37
37
|
InstanceLifecycle,
|
|
38
38
|
InterfacePermissionType,
|
|
39
|
+
InterruptibleCapacityReservationAllocationStatus,
|
|
40
|
+
InterruptionType,
|
|
39
41
|
IpAddressType,
|
|
40
42
|
IpamExternalResourceVerificationTokenState,
|
|
41
43
|
IpamMeteredAccount,
|
|
@@ -123,11 +125,11 @@ import {
|
|
|
123
125
|
AccessScopePathRequest,
|
|
124
126
|
AddIpamOperatingRegion,
|
|
125
127
|
AddPrefixListEntry,
|
|
126
|
-
AttributeValue,
|
|
127
128
|
InstanceEventWindow,
|
|
128
129
|
Ipv4PrefixSpecification,
|
|
129
130
|
MacModificationTask,
|
|
130
131
|
NatGatewayAddress,
|
|
132
|
+
NewDhcpConfiguration,
|
|
131
133
|
OperatorResponse,
|
|
132
134
|
PortRange,
|
|
133
135
|
ReservedInstancesListing,
|
|
@@ -136,6 +138,14 @@ import {
|
|
|
136
138
|
TagSpecification,
|
|
137
139
|
UnsuccessfulItem,
|
|
138
140
|
} from "./models_0";
|
|
141
|
+
export interface CreateDhcpOptionsRequest {
|
|
142
|
+
DhcpConfigurations: NewDhcpConfiguration[] | undefined;
|
|
143
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
144
|
+
DryRun?: boolean | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface AttributeValue {
|
|
147
|
+
Value?: string | undefined;
|
|
148
|
+
}
|
|
139
149
|
export interface DhcpConfiguration {
|
|
140
150
|
Key?: string | undefined;
|
|
141
151
|
Values?: AttributeValue[] | undefined;
|
|
@@ -660,6 +670,19 @@ export interface InternetGateway {
|
|
|
660
670
|
export interface CreateInternetGatewayResult {
|
|
661
671
|
InternetGateway?: InternetGateway | undefined;
|
|
662
672
|
}
|
|
673
|
+
export interface CreateInterruptibleCapacityReservationAllocationRequest {
|
|
674
|
+
CapacityReservationId: string | undefined;
|
|
675
|
+
InstanceCount: number | undefined;
|
|
676
|
+
ClientToken?: string | undefined;
|
|
677
|
+
DryRun?: boolean | undefined;
|
|
678
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
679
|
+
}
|
|
680
|
+
export interface CreateInterruptibleCapacityReservationAllocationResult {
|
|
681
|
+
SourceCapacityReservationId?: string | undefined;
|
|
682
|
+
TargetInstanceCount?: number | undefined;
|
|
683
|
+
Status?: InterruptibleCapacityReservationAllocationStatus | undefined;
|
|
684
|
+
InterruptionType?: InterruptionType | undefined;
|
|
685
|
+
}
|
|
663
686
|
export interface CreateIpamRequest {
|
|
664
687
|
DryRun?: boolean | undefined;
|
|
665
688
|
Description?: string | undefined;
|
|
@@ -2249,19 +2272,3 @@ export interface SpotDatafeedSubscription {
|
|
|
2249
2272
|
Prefix?: string | undefined;
|
|
2250
2273
|
State?: DatafeedSubscriptionState | undefined;
|
|
2251
2274
|
}
|
|
2252
|
-
export interface CreateSpotDatafeedSubscriptionResult {
|
|
2253
|
-
SpotDatafeedSubscription?: SpotDatafeedSubscription | undefined;
|
|
2254
|
-
}
|
|
2255
|
-
export interface S3ObjectTag {
|
|
2256
|
-
Key?: string | undefined;
|
|
2257
|
-
Value?: string | undefined;
|
|
2258
|
-
}
|
|
2259
|
-
export interface CreateStoreImageTaskRequest {
|
|
2260
|
-
ImageId: string | undefined;
|
|
2261
|
-
Bucket: string | undefined;
|
|
2262
|
-
S3ObjectTags?: S3ObjectTag[] | undefined;
|
|
2263
|
-
DryRun?: boolean | undefined;
|
|
2264
|
-
}
|
|
2265
|
-
export interface CreateStoreImageTaskResult {
|
|
2266
|
-
ObjectKey?: string | undefined;
|
|
2267
|
-
}
|
|
@@ -115,7 +115,24 @@ import {
|
|
|
115
115
|
RouteServer,
|
|
116
116
|
RouteServerEndpoint,
|
|
117
117
|
RouteServerPeer,
|
|
118
|
+
SpotDatafeedSubscription,
|
|
118
119
|
} from "./models_1";
|
|
120
|
+
export interface CreateSpotDatafeedSubscriptionResult {
|
|
121
|
+
SpotDatafeedSubscription?: SpotDatafeedSubscription | undefined;
|
|
122
|
+
}
|
|
123
|
+
export interface S3ObjectTag {
|
|
124
|
+
Key?: string | undefined;
|
|
125
|
+
Value?: string | undefined;
|
|
126
|
+
}
|
|
127
|
+
export interface CreateStoreImageTaskRequest {
|
|
128
|
+
ImageId: string | undefined;
|
|
129
|
+
Bucket: string | undefined;
|
|
130
|
+
S3ObjectTags?: S3ObjectTag[] | undefined;
|
|
131
|
+
DryRun?: boolean | undefined;
|
|
132
|
+
}
|
|
133
|
+
export interface CreateStoreImageTaskResult {
|
|
134
|
+
ObjectKey?: string | undefined;
|
|
135
|
+
}
|
|
119
136
|
export interface CreateSubnetRequest {
|
|
120
137
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
121
138
|
AvailabilityZone?: string | undefined;
|
|
@@ -1822,21 +1839,3 @@ export interface DeleteTransitGatewayPolicyTableRequest {
|
|
|
1822
1839
|
export interface DeleteTransitGatewayPolicyTableResult {
|
|
1823
1840
|
TransitGatewayPolicyTable?: TransitGatewayPolicyTable | undefined;
|
|
1824
1841
|
}
|
|
1825
|
-
export interface DeleteTransitGatewayPrefixListReferenceRequest {
|
|
1826
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1827
|
-
PrefixListId: string | undefined;
|
|
1828
|
-
DryRun?: boolean | undefined;
|
|
1829
|
-
}
|
|
1830
|
-
export interface DeleteTransitGatewayPrefixListReferenceResult {
|
|
1831
|
-
TransitGatewayPrefixListReference?:
|
|
1832
|
-
| TransitGatewayPrefixListReference
|
|
1833
|
-
| undefined;
|
|
1834
|
-
}
|
|
1835
|
-
export interface DeleteTransitGatewayRouteRequest {
|
|
1836
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1837
|
-
DestinationCidrBlock: string | undefined;
|
|
1838
|
-
DryRun?: boolean | undefined;
|
|
1839
|
-
}
|
|
1840
|
-
export interface DeleteTransitGatewayRouteResult {
|
|
1841
|
-
Route?: TransitGatewayRoute | undefined;
|
|
1842
|
-
}
|