@aws-sdk/client-ec2 3.627.0 → 3.631.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 +238 -69
- package/dist-es/EC2.js +4 -0
- package/dist-es/commands/CreateCapacityReservationBySplittingCommand.js +24 -0
- package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
- package/dist-es/commands/MoveCapacityReservationInstancesCommand.js +24 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +0 -3
- package/dist-es/models/models_1.js +3 -5
- package/dist-es/models/models_2.js +5 -0
- package/dist-es/models/models_3.js +0 -13
- package/dist-es/models/models_4.js +13 -4
- package/dist-es/models/models_5.js +4 -4
- package/dist-es/models/models_6.js +4 -8
- package/dist-es/models/models_7.js +8 -0
- package/dist-es/protocols/Aws_ec2.js +139 -8
- package/dist-types/EC2.d.ts +14 -0
- package/dist-types/EC2Client.d.ts +4 -2
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +148 -0
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -2
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -2
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +5 -5
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +157 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +63 -99
- package/dist-types/models/models_1.d.ts +99 -150
- package/dist-types/models/models_2.d.ts +153 -49
- package/dist-types/models/models_3.d.ts +48 -32
- package/dist-types/models/models_4.d.ts +34 -52
- package/dist-types/models/models_5.d.ts +48 -23
- package/dist-types/models/models_6.d.ts +35 -237
- package/dist-types/models/models_7.d.ts +299 -4
- package/dist-types/protocols/Aws_ec2.d.ts +18 -0
- package/dist-types/ts3.4/EC2.d.ts +40 -0
- package/dist-types/ts3.4/EC2Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -18
- package/dist-types/ts3.4/models/models_1.d.ts +19 -28
- package/dist-types/ts3.4/models/models_2.d.ts +32 -10
- package/dist-types/ts3.4/models/models_3.d.ts +13 -17
- package/dist-types/ts3.4/models/models_4.d.ts +16 -12
- package/dist-types/ts3.4/models/models_5.d.ts +10 -10
- package/dist-types/ts3.4/models/models_6.d.ts +12 -40
- package/dist-types/ts3.4/models/models_7.d.ts +53 -5
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +24 -0
- package/package.json +7 -7
|
@@ -55,6 +55,7 @@ import { ConfirmProductInstanceCommandInput, ConfirmProductInstanceCommandOutput
|
|
|
55
55
|
import { CopyFpgaImageCommandInput, CopyFpgaImageCommandOutput } from "../commands/CopyFpgaImageCommand";
|
|
56
56
|
import { CopyImageCommandInput, CopyImageCommandOutput } from "../commands/CopyImageCommand";
|
|
57
57
|
import { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "../commands/CopySnapshotCommand";
|
|
58
|
+
import { CreateCapacityReservationBySplittingCommandInput, CreateCapacityReservationBySplittingCommandOutput } from "../commands/CreateCapacityReservationBySplittingCommand";
|
|
58
59
|
import { CreateCapacityReservationCommandInput, CreateCapacityReservationCommandOutput } from "../commands/CreateCapacityReservationCommand";
|
|
59
60
|
import { CreateCapacityReservationFleetCommandInput, CreateCapacityReservationFleetCommandOutput } from "../commands/CreateCapacityReservationFleetCommand";
|
|
60
61
|
import { CreateCarrierGatewayCommandInput, CreateCarrierGatewayCommandOutput } from "../commands/CreateCarrierGatewayCommand";
|
|
@@ -558,6 +559,7 @@ import { ModifyVpnTunnelOptionsCommandInput, ModifyVpnTunnelOptionsCommandOutput
|
|
|
558
559
|
import { MonitorInstancesCommandInput, MonitorInstancesCommandOutput } from "../commands/MonitorInstancesCommand";
|
|
559
560
|
import { MoveAddressToVpcCommandInput, MoveAddressToVpcCommandOutput } from "../commands/MoveAddressToVpcCommand";
|
|
560
561
|
import { MoveByoipCidrToIpamCommandInput, MoveByoipCidrToIpamCommandOutput } from "../commands/MoveByoipCidrToIpamCommand";
|
|
562
|
+
import { MoveCapacityReservationInstancesCommandInput, MoveCapacityReservationInstancesCommandOutput } from "../commands/MoveCapacityReservationInstancesCommand";
|
|
561
563
|
import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "../commands/ProvisionByoipCidrCommand";
|
|
562
564
|
import { ProvisionIpamByoasnCommandInput, ProvisionIpamByoasnCommandOutput } from "../commands/ProvisionIpamByoasnCommand";
|
|
563
565
|
import { ProvisionIpamPoolCidrCommandInput, ProvisionIpamPoolCidrCommandOutput } from "../commands/ProvisionIpamPoolCidrCommand";
|
|
@@ -849,6 +851,10 @@ export declare const se_CopySnapshotCommand: (input: CopySnapshotCommandInput, c
|
|
|
849
851
|
* serializeAws_ec2CreateCapacityReservationCommand
|
|
850
852
|
*/
|
|
851
853
|
export declare const se_CreateCapacityReservationCommand: (input: CreateCapacityReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
854
|
+
/**
|
|
855
|
+
* serializeAws_ec2CreateCapacityReservationBySplittingCommand
|
|
856
|
+
*/
|
|
857
|
+
export declare const se_CreateCapacityReservationBySplittingCommand: (input: CreateCapacityReservationBySplittingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
852
858
|
/**
|
|
853
859
|
* serializeAws_ec2CreateCapacityReservationFleetCommand
|
|
854
860
|
*/
|
|
@@ -2857,6 +2863,10 @@ export declare const se_MoveAddressToVpcCommand: (input: MoveAddressToVpcCommand
|
|
|
2857
2863
|
* serializeAws_ec2MoveByoipCidrToIpamCommand
|
|
2858
2864
|
*/
|
|
2859
2865
|
export declare const se_MoveByoipCidrToIpamCommand: (input: MoveByoipCidrToIpamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
2866
|
+
/**
|
|
2867
|
+
* serializeAws_ec2MoveCapacityReservationInstancesCommand
|
|
2868
|
+
*/
|
|
2869
|
+
export declare const se_MoveCapacityReservationInstancesCommand: (input: MoveCapacityReservationInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
2860
2870
|
/**
|
|
2861
2871
|
* serializeAws_ec2ProvisionByoipCidrCommand
|
|
2862
2872
|
*/
|
|
@@ -3349,6 +3359,10 @@ export declare const de_CopySnapshotCommand: (output: __HttpResponse, context: _
|
|
|
3349
3359
|
* deserializeAws_ec2CreateCapacityReservationCommand
|
|
3350
3360
|
*/
|
|
3351
3361
|
export declare const de_CreateCapacityReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCapacityReservationCommandOutput>;
|
|
3362
|
+
/**
|
|
3363
|
+
* deserializeAws_ec2CreateCapacityReservationBySplittingCommand
|
|
3364
|
+
*/
|
|
3365
|
+
export declare const de_CreateCapacityReservationBySplittingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCapacityReservationBySplittingCommandOutput>;
|
|
3352
3366
|
/**
|
|
3353
3367
|
* deserializeAws_ec2CreateCapacityReservationFleetCommand
|
|
3354
3368
|
*/
|
|
@@ -5357,6 +5371,10 @@ export declare const de_MoveAddressToVpcCommand: (output: __HttpResponse, contex
|
|
|
5357
5371
|
* deserializeAws_ec2MoveByoipCidrToIpamCommand
|
|
5358
5372
|
*/
|
|
5359
5373
|
export declare const de_MoveByoipCidrToIpamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MoveByoipCidrToIpamCommandOutput>;
|
|
5374
|
+
/**
|
|
5375
|
+
* deserializeAws_ec2MoveCapacityReservationInstancesCommand
|
|
5376
|
+
*/
|
|
5377
|
+
export declare const de_MoveCapacityReservationInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MoveCapacityReservationInstancesCommandOutput>;
|
|
5360
5378
|
/**
|
|
5361
5379
|
* deserializeAws_ec2ProvisionByoipCidrCommand
|
|
5362
5380
|
*/
|
|
@@ -219,6 +219,10 @@ import {
|
|
|
219
219
|
CopySnapshotCommandInput,
|
|
220
220
|
CopySnapshotCommandOutput,
|
|
221
221
|
} from "./commands/CopySnapshotCommand";
|
|
222
|
+
import {
|
|
223
|
+
CreateCapacityReservationBySplittingCommandInput,
|
|
224
|
+
CreateCapacityReservationBySplittingCommandOutput,
|
|
225
|
+
} from "./commands/CreateCapacityReservationBySplittingCommand";
|
|
222
226
|
import {
|
|
223
227
|
CreateCapacityReservationCommandInput,
|
|
224
228
|
CreateCapacityReservationCommandOutput,
|
|
@@ -2231,6 +2235,10 @@ import {
|
|
|
2231
2235
|
MoveByoipCidrToIpamCommandInput,
|
|
2232
2236
|
MoveByoipCidrToIpamCommandOutput,
|
|
2233
2237
|
} from "./commands/MoveByoipCidrToIpamCommand";
|
|
2238
|
+
import {
|
|
2239
|
+
MoveCapacityReservationInstancesCommandInput,
|
|
2240
|
+
MoveCapacityReservationInstancesCommandOutput,
|
|
2241
|
+
} from "./commands/MoveCapacityReservationInstancesCommand";
|
|
2234
2242
|
import {
|
|
2235
2243
|
ProvisionByoipCidrCommandInput,
|
|
2236
2244
|
ProvisionByoipCidrCommandOutput,
|
|
@@ -3294,6 +3302,25 @@ export interface EC2 {
|
|
|
3294
3302
|
options: __HttpHandlerOptions,
|
|
3295
3303
|
cb: (err: any, data?: CreateCapacityReservationCommandOutput) => void
|
|
3296
3304
|
): void;
|
|
3305
|
+
createCapacityReservationBySplitting(
|
|
3306
|
+
args: CreateCapacityReservationBySplittingCommandInput,
|
|
3307
|
+
options?: __HttpHandlerOptions
|
|
3308
|
+
): Promise<CreateCapacityReservationBySplittingCommandOutput>;
|
|
3309
|
+
createCapacityReservationBySplitting(
|
|
3310
|
+
args: CreateCapacityReservationBySplittingCommandInput,
|
|
3311
|
+
cb: (
|
|
3312
|
+
err: any,
|
|
3313
|
+
data?: CreateCapacityReservationBySplittingCommandOutput
|
|
3314
|
+
) => void
|
|
3315
|
+
): void;
|
|
3316
|
+
createCapacityReservationBySplitting(
|
|
3317
|
+
args: CreateCapacityReservationBySplittingCommandInput,
|
|
3318
|
+
options: __HttpHandlerOptions,
|
|
3319
|
+
cb: (
|
|
3320
|
+
err: any,
|
|
3321
|
+
data?: CreateCapacityReservationBySplittingCommandOutput
|
|
3322
|
+
) => void
|
|
3323
|
+
): void;
|
|
3297
3324
|
createCapacityReservationFleet(
|
|
3298
3325
|
args: CreateCapacityReservationFleetCommandInput,
|
|
3299
3326
|
options?: __HttpHandlerOptions
|
|
@@ -10643,6 +10670,19 @@ export interface EC2 {
|
|
|
10643
10670
|
options: __HttpHandlerOptions,
|
|
10644
10671
|
cb: (err: any, data?: MoveByoipCidrToIpamCommandOutput) => void
|
|
10645
10672
|
): void;
|
|
10673
|
+
moveCapacityReservationInstances(
|
|
10674
|
+
args: MoveCapacityReservationInstancesCommandInput,
|
|
10675
|
+
options?: __HttpHandlerOptions
|
|
10676
|
+
): Promise<MoveCapacityReservationInstancesCommandOutput>;
|
|
10677
|
+
moveCapacityReservationInstances(
|
|
10678
|
+
args: MoveCapacityReservationInstancesCommandInput,
|
|
10679
|
+
cb: (err: any, data?: MoveCapacityReservationInstancesCommandOutput) => void
|
|
10680
|
+
): void;
|
|
10681
|
+
moveCapacityReservationInstances(
|
|
10682
|
+
args: MoveCapacityReservationInstancesCommandInput,
|
|
10683
|
+
options: __HttpHandlerOptions,
|
|
10684
|
+
cb: (err: any, data?: MoveCapacityReservationInstancesCommandOutput) => void
|
|
10685
|
+
): void;
|
|
10646
10686
|
provisionByoipCidr(
|
|
10647
10687
|
args: ProvisionByoipCidrCommandInput,
|
|
10648
10688
|
options?: __HttpHandlerOptions
|
|
@@ -265,6 +265,10 @@ import {
|
|
|
265
265
|
CopySnapshotCommandInput,
|
|
266
266
|
CopySnapshotCommandOutput,
|
|
267
267
|
} from "./commands/CopySnapshotCommand";
|
|
268
|
+
import {
|
|
269
|
+
CreateCapacityReservationBySplittingCommandInput,
|
|
270
|
+
CreateCapacityReservationBySplittingCommandOutput,
|
|
271
|
+
} from "./commands/CreateCapacityReservationBySplittingCommand";
|
|
268
272
|
import {
|
|
269
273
|
CreateCapacityReservationCommandInput,
|
|
270
274
|
CreateCapacityReservationCommandOutput,
|
|
@@ -2277,6 +2281,10 @@ import {
|
|
|
2277
2281
|
MoveByoipCidrToIpamCommandInput,
|
|
2278
2282
|
MoveByoipCidrToIpamCommandOutput,
|
|
2279
2283
|
} from "./commands/MoveByoipCidrToIpamCommand";
|
|
2284
|
+
import {
|
|
2285
|
+
MoveCapacityReservationInstancesCommandInput,
|
|
2286
|
+
MoveCapacityReservationInstancesCommandOutput,
|
|
2287
|
+
} from "./commands/MoveCapacityReservationInstancesCommand";
|
|
2280
2288
|
import {
|
|
2281
2289
|
ProvisionByoipCidrCommandInput,
|
|
2282
2290
|
ProvisionByoipCidrCommandOutput,
|
|
@@ -2608,6 +2616,7 @@ export type ServiceInputTypes =
|
|
|
2608
2616
|
| CopyFpgaImageCommandInput
|
|
2609
2617
|
| CopyImageCommandInput
|
|
2610
2618
|
| CopySnapshotCommandInput
|
|
2619
|
+
| CreateCapacityReservationBySplittingCommandInput
|
|
2611
2620
|
| CreateCapacityReservationCommandInput
|
|
2612
2621
|
| CreateCapacityReservationFleetCommandInput
|
|
2613
2622
|
| CreateCarrierGatewayCommandInput
|
|
@@ -3111,6 +3120,7 @@ export type ServiceInputTypes =
|
|
|
3111
3120
|
| MonitorInstancesCommandInput
|
|
3112
3121
|
| MoveAddressToVpcCommandInput
|
|
3113
3122
|
| MoveByoipCidrToIpamCommandInput
|
|
3123
|
+
| MoveCapacityReservationInstancesCommandInput
|
|
3114
3124
|
| ProvisionByoipCidrCommandInput
|
|
3115
3125
|
| ProvisionIpamByoasnCommandInput
|
|
3116
3126
|
| ProvisionIpamPoolCidrCommandInput
|
|
@@ -3234,6 +3244,7 @@ export type ServiceOutputTypes =
|
|
|
3234
3244
|
| CopyFpgaImageCommandOutput
|
|
3235
3245
|
| CopyImageCommandOutput
|
|
3236
3246
|
| CopySnapshotCommandOutput
|
|
3247
|
+
| CreateCapacityReservationBySplittingCommandOutput
|
|
3237
3248
|
| CreateCapacityReservationCommandOutput
|
|
3238
3249
|
| CreateCapacityReservationFleetCommandOutput
|
|
3239
3250
|
| CreateCarrierGatewayCommandOutput
|
|
@@ -3737,6 +3748,7 @@ export type ServiceOutputTypes =
|
|
|
3737
3748
|
| MonitorInstancesCommandOutput
|
|
3738
3749
|
| MoveAddressToVpcCommandOutput
|
|
3739
3750
|
| MoveByoipCidrToIpamCommandOutput
|
|
3751
|
+
| MoveCapacityReservationInstancesCommandOutput
|
|
3740
3752
|
| ProvisionByoipCidrCommandOutput
|
|
3741
3753
|
| ProvisionIpamByoasnCommandOutput
|
|
3742
3754
|
| ProvisionIpamPoolCidrCommandOutput
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
CreateCapacityReservationBySplittingRequest,
|
|
10
|
+
CreateCapacityReservationBySplittingResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateCapacityReservationBySplittingCommandInput
|
|
15
|
+
extends CreateCapacityReservationBySplittingRequest {}
|
|
16
|
+
export interface CreateCapacityReservationBySplittingCommandOutput
|
|
17
|
+
extends CreateCapacityReservationBySplittingResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateCapacityReservationBySplittingCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateCapacityReservationBySplittingCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateCapacityReservationBySplittingCommandInput,
|
|
24
|
+
CreateCapacityReservationBySplittingCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateCapacityReservationBySplittingCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateCapacityReservationBySplittingCommandInput,
|
|
33
|
+
CreateCapacityReservationBySplittingCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateCapacityReservationBySplittingCommand extends CreateCapacityReservationBySplittingCommand_base {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
CreateCapacityReservationFleetRequest,
|
|
10
|
+
CreateCapacityReservationFleetResult,
|
|
11
|
+
} from "../models/models_1";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface CreateCapacityReservationFleetCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
CreateNetworkInterfaceRequest,
|
|
10
|
+
CreateNetworkInterfaceResult,
|
|
11
|
+
} from "../models/models_2";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface CreateNetworkInterfaceCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DeleteLaunchTemplateVersionsResult,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { DeleteLaunchTemplateVersionsRequest } from "../models/models_2";
|
|
9
|
+
import { DeleteLaunchTemplateVersionsResult } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DeleteLaunchTemplateVersionsCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DeleteLocalGatewayRouteRequest,
|
|
10
|
+
DeleteLocalGatewayRouteResult,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DeleteLocalGatewayRouteCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetInstanceMetadataDefaultsResult,
|
|
11
|
-
} from "../models/models_5";
|
|
8
|
+
import { GetInstanceMetadataDefaultsRequest } from "../models/models_5";
|
|
9
|
+
import { GetInstanceMetadataDefaultsResult } from "../models/models_6";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface GetInstanceMetadataDefaultsCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ModifyVpnTunnelCertificateResult,
|
|
11
|
-
} from "../models/models_6";
|
|
8
|
+
import { ModifyVpnTunnelCertificateRequest } from "../models/models_6";
|
|
9
|
+
import { ModifyVpnTunnelCertificateResult } from "../models/models_7";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface ModifyVpnTunnelCertificateCommandInput
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
MoveCapacityReservationInstancesRequest,
|
|
10
|
+
MoveCapacityReservationInstancesResult,
|
|
11
|
+
} from "../models/models_7";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface MoveCapacityReservationInstancesCommandInput
|
|
15
|
+
extends MoveCapacityReservationInstancesRequest {}
|
|
16
|
+
export interface MoveCapacityReservationInstancesCommandOutput
|
|
17
|
+
extends MoveCapacityReservationInstancesResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const MoveCapacityReservationInstancesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: MoveCapacityReservationInstancesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
MoveCapacityReservationInstancesCommandInput,
|
|
24
|
+
MoveCapacityReservationInstancesCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: MoveCapacityReservationInstancesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
MoveCapacityReservationInstancesCommandInput,
|
|
33
|
+
MoveCapacityReservationInstancesCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class MoveCapacityReservationInstancesCommand extends MoveCapacityReservationInstancesCommand_base {}
|
|
@@ -53,6 +53,7 @@ export * from "./ConfirmProductInstanceCommand";
|
|
|
53
53
|
export * from "./CopyFpgaImageCommand";
|
|
54
54
|
export * from "./CopyImageCommand";
|
|
55
55
|
export * from "./CopySnapshotCommand";
|
|
56
|
+
export * from "./CreateCapacityReservationBySplittingCommand";
|
|
56
57
|
export * from "./CreateCapacityReservationCommand";
|
|
57
58
|
export * from "./CreateCapacityReservationFleetCommand";
|
|
58
59
|
export * from "./CreateCarrierGatewayCommand";
|
|
@@ -556,6 +557,7 @@ export * from "./ModifyVpnTunnelOptionsCommand";
|
|
|
556
557
|
export * from "./MonitorInstancesCommand";
|
|
557
558
|
export * from "./MoveAddressToVpcCommand";
|
|
558
559
|
export * from "./MoveByoipCidrToIpamCommand";
|
|
560
|
+
export * from "./MoveCapacityReservationInstancesCommand";
|
|
559
561
|
export * from "./ProvisionByoipCidrCommand";
|
|
560
562
|
export * from "./ProvisionIpamByoasnCommand";
|
|
561
563
|
export * from "./ProvisionIpamPoolCidrCommand";
|
|
@@ -2001,6 +2001,18 @@ export interface CapacityReservation {
|
|
|
2001
2001
|
export interface CreateCapacityReservationResult {
|
|
2002
2002
|
CapacityReservation?: CapacityReservation;
|
|
2003
2003
|
}
|
|
2004
|
+
export interface CreateCapacityReservationBySplittingRequest {
|
|
2005
|
+
DryRun?: boolean;
|
|
2006
|
+
ClientToken?: string;
|
|
2007
|
+
SourceCapacityReservationId: string | undefined;
|
|
2008
|
+
InstanceCount: number | undefined;
|
|
2009
|
+
TagSpecifications?: TagSpecification[];
|
|
2010
|
+
}
|
|
2011
|
+
export interface CreateCapacityReservationBySplittingResult {
|
|
2012
|
+
SourceCapacityReservation?: CapacityReservation;
|
|
2013
|
+
DestinationCapacityReservation?: CapacityReservation;
|
|
2014
|
+
InstanceCount?: number;
|
|
2015
|
+
}
|
|
2004
2016
|
export declare const FleetInstanceMatchCriteria: {
|
|
2005
2017
|
readonly open: "open";
|
|
2006
2018
|
};
|
|
@@ -2838,24 +2850,6 @@ export interface ReservationFleetInstanceSpecification {
|
|
|
2838
2850
|
EbsOptimized?: boolean;
|
|
2839
2851
|
Priority?: number;
|
|
2840
2852
|
}
|
|
2841
|
-
export declare const FleetCapacityReservationTenancy: {
|
|
2842
|
-
readonly default: "default";
|
|
2843
|
-
};
|
|
2844
|
-
export type FleetCapacityReservationTenancy =
|
|
2845
|
-
(typeof FleetCapacityReservationTenancy)[keyof typeof FleetCapacityReservationTenancy];
|
|
2846
|
-
export interface CreateCapacityReservationFleetRequest {
|
|
2847
|
-
AllocationStrategy?: string;
|
|
2848
|
-
ClientToken?: string;
|
|
2849
|
-
InstanceTypeSpecifications:
|
|
2850
|
-
| ReservationFleetInstanceSpecification[]
|
|
2851
|
-
| undefined;
|
|
2852
|
-
Tenancy?: FleetCapacityReservationTenancy;
|
|
2853
|
-
TotalTargetCapacity: number | undefined;
|
|
2854
|
-
EndDate?: Date;
|
|
2855
|
-
InstanceMatchCriteria?: FleetInstanceMatchCriteria;
|
|
2856
|
-
TagSpecifications?: TagSpecification[];
|
|
2857
|
-
DryRun?: boolean;
|
|
2858
|
-
}
|
|
2859
2853
|
export declare const OidcOptionsFilterSensitiveLog: (obj: OidcOptions) => any;
|
|
2860
2854
|
export declare const VerifiedAccessTrustProviderFilterSensitiveLog: (
|
|
2861
2855
|
obj: VerifiedAccessTrustProvider
|
|
@@ -15,12 +15,12 @@ import {
|
|
|
15
15
|
AttachmentStatus,
|
|
16
16
|
CapacityReservationFleetState,
|
|
17
17
|
CapacityReservationInstancePlatform,
|
|
18
|
-
FleetCapacityReservationTenancy,
|
|
19
18
|
FleetInstanceMatchCriteria,
|
|
20
19
|
InstanceEventWindow,
|
|
21
20
|
NatGatewayAddress,
|
|
22
21
|
PortRange,
|
|
23
22
|
Protocol,
|
|
23
|
+
ReservationFleetInstanceSpecification,
|
|
24
24
|
ResourceType,
|
|
25
25
|
SubnetIpv6CidrBlockAssociation,
|
|
26
26
|
Tag,
|
|
@@ -30,6 +30,24 @@ import {
|
|
|
30
30
|
VpcIpv6CidrBlockAssociation,
|
|
31
31
|
WeekDay,
|
|
32
32
|
} from "./models_0";
|
|
33
|
+
export declare const FleetCapacityReservationTenancy: {
|
|
34
|
+
readonly default: "default";
|
|
35
|
+
};
|
|
36
|
+
export type FleetCapacityReservationTenancy =
|
|
37
|
+
(typeof FleetCapacityReservationTenancy)[keyof typeof FleetCapacityReservationTenancy];
|
|
38
|
+
export interface CreateCapacityReservationFleetRequest {
|
|
39
|
+
AllocationStrategy?: string;
|
|
40
|
+
ClientToken?: string;
|
|
41
|
+
InstanceTypeSpecifications:
|
|
42
|
+
| ReservationFleetInstanceSpecification[]
|
|
43
|
+
| undefined;
|
|
44
|
+
Tenancy?: FleetCapacityReservationTenancy;
|
|
45
|
+
TotalTargetCapacity: number | undefined;
|
|
46
|
+
EndDate?: Date;
|
|
47
|
+
InstanceMatchCriteria?: FleetInstanceMatchCriteria;
|
|
48
|
+
TagSpecifications?: TagSpecification[];
|
|
49
|
+
DryRun?: boolean;
|
|
50
|
+
}
|
|
33
51
|
export interface FleetCapacityReservation {
|
|
34
52
|
CapacityReservationId?: string;
|
|
35
53
|
AvailabilityZoneId?: string;
|
|
@@ -2046,33 +2064,6 @@ export interface NetworkInsightsPath {
|
|
|
2046
2064
|
export interface CreateNetworkInsightsPathResult {
|
|
2047
2065
|
NetworkInsightsPath?: NetworkInsightsPath;
|
|
2048
2066
|
}
|
|
2049
|
-
export declare const NetworkInterfaceCreationType: {
|
|
2050
|
-
readonly branch: "branch";
|
|
2051
|
-
readonly efa: "efa";
|
|
2052
|
-
readonly trunk: "trunk";
|
|
2053
|
-
};
|
|
2054
|
-
export type NetworkInterfaceCreationType =
|
|
2055
|
-
(typeof NetworkInterfaceCreationType)[keyof typeof NetworkInterfaceCreationType];
|
|
2056
|
-
export interface CreateNetworkInterfaceRequest {
|
|
2057
|
-
Description?: string;
|
|
2058
|
-
DryRun?: boolean;
|
|
2059
|
-
Groups?: string[];
|
|
2060
|
-
Ipv6AddressCount?: number;
|
|
2061
|
-
Ipv6Addresses?: InstanceIpv6Address[];
|
|
2062
|
-
PrivateIpAddress?: string;
|
|
2063
|
-
PrivateIpAddresses?: PrivateIpAddressSpecification[];
|
|
2064
|
-
SecondaryPrivateIpAddressCount?: number;
|
|
2065
|
-
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[];
|
|
2066
|
-
Ipv4PrefixCount?: number;
|
|
2067
|
-
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[];
|
|
2068
|
-
Ipv6PrefixCount?: number;
|
|
2069
|
-
InterfaceType?: NetworkInterfaceCreationType;
|
|
2070
|
-
SubnetId: string | undefined;
|
|
2071
|
-
TagSpecifications?: TagSpecification[];
|
|
2072
|
-
ClientToken?: string;
|
|
2073
|
-
EnablePrimaryIpv6?: boolean;
|
|
2074
|
-
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
|
2075
|
-
}
|
|
2076
2067
|
export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
|
|
2077
2068
|
export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
|
|
2078
2069
|
obj: RequestLaunchTemplateData
|
|
@@ -33,19 +33,51 @@ import {
|
|
|
33
33
|
ClientVpnRouteStatus,
|
|
34
34
|
CoipCidr,
|
|
35
35
|
CoipPool,
|
|
36
|
+
ConnectionTrackingSpecificationRequest,
|
|
36
37
|
Ec2InstanceConnectEndpoint,
|
|
37
38
|
GatewayType,
|
|
39
|
+
InstanceIpv6Address,
|
|
38
40
|
Ipam,
|
|
39
41
|
IpamExternalResourceVerificationToken,
|
|
40
42
|
IpamPool,
|
|
41
43
|
IpamResourceDiscovery,
|
|
42
44
|
IpamScope,
|
|
45
|
+
Ipv4PrefixSpecificationRequest,
|
|
46
|
+
Ipv6PrefixSpecificationRequest,
|
|
43
47
|
LaunchTemplate,
|
|
48
|
+
PrivateIpAddressSpecification,
|
|
44
49
|
Subnet,
|
|
45
50
|
Tenancy,
|
|
46
51
|
VolumeType,
|
|
47
52
|
Vpc,
|
|
48
53
|
} from "./models_1";
|
|
54
|
+
export declare const NetworkInterfaceCreationType: {
|
|
55
|
+
readonly branch: "branch";
|
|
56
|
+
readonly efa: "efa";
|
|
57
|
+
readonly trunk: "trunk";
|
|
58
|
+
};
|
|
59
|
+
export type NetworkInterfaceCreationType =
|
|
60
|
+
(typeof NetworkInterfaceCreationType)[keyof typeof NetworkInterfaceCreationType];
|
|
61
|
+
export interface CreateNetworkInterfaceRequest {
|
|
62
|
+
Description?: string;
|
|
63
|
+
DryRun?: boolean;
|
|
64
|
+
Groups?: string[];
|
|
65
|
+
Ipv6AddressCount?: number;
|
|
66
|
+
Ipv6Addresses?: InstanceIpv6Address[];
|
|
67
|
+
PrivateIpAddress?: string;
|
|
68
|
+
PrivateIpAddresses?: PrivateIpAddressSpecification[];
|
|
69
|
+
SecondaryPrivateIpAddressCount?: number;
|
|
70
|
+
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[];
|
|
71
|
+
Ipv4PrefixCount?: number;
|
|
72
|
+
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[];
|
|
73
|
+
Ipv6PrefixCount?: number;
|
|
74
|
+
InterfaceType?: NetworkInterfaceCreationType;
|
|
75
|
+
SubnetId: string | undefined;
|
|
76
|
+
TagSpecifications?: TagSpecification[];
|
|
77
|
+
ClientToken?: string;
|
|
78
|
+
EnablePrimaryIpv6?: boolean;
|
|
79
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
|
80
|
+
}
|
|
49
81
|
export interface NetworkInterfaceAssociation {
|
|
50
82
|
AllocationId?: string;
|
|
51
83
|
AssociationId?: string;
|
|
@@ -1967,16 +1999,6 @@ export interface DeleteLaunchTemplateVersionsResponseErrorItem {
|
|
|
1967
1999
|
VersionNumber?: number;
|
|
1968
2000
|
ResponseError?: ResponseError;
|
|
1969
2001
|
}
|
|
1970
|
-
export interface DeleteLaunchTemplateVersionsResult {
|
|
1971
|
-
SuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseSuccessItem[];
|
|
1972
|
-
UnsuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseErrorItem[];
|
|
1973
|
-
}
|
|
1974
|
-
export interface DeleteLocalGatewayRouteRequest {
|
|
1975
|
-
DestinationCidrBlock?: string;
|
|
1976
|
-
LocalGatewayRouteTableId: string | undefined;
|
|
1977
|
-
DryRun?: boolean;
|
|
1978
|
-
DestinationPrefixListId?: string;
|
|
1979
|
-
}
|
|
1980
2002
|
export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
1981
2003
|
obj: CreateVerifiedAccessTrustProviderOidcOptions
|
|
1982
2004
|
) => any;
|
|
@@ -18,7 +18,6 @@ import {
|
|
|
18
18
|
CapacityReservationTenancy,
|
|
19
19
|
ClientVpnAuthorizationRuleStatus,
|
|
20
20
|
CurrencyCodeValues,
|
|
21
|
-
FleetCapacityReservationTenancy,
|
|
22
21
|
FleetInstanceMatchCriteria,
|
|
23
22
|
HostMaintenance,
|
|
24
23
|
HostRecovery,
|
|
@@ -46,6 +45,7 @@ import {
|
|
|
46
45
|
EgressOnlyInternetGateway,
|
|
47
46
|
ExportTask,
|
|
48
47
|
FleetCapacityReservation,
|
|
48
|
+
FleetCapacityReservationTenancy,
|
|
49
49
|
FleetCapacityReservationUsageStrategy,
|
|
50
50
|
FleetExcessCapacityTerminationPolicy,
|
|
51
51
|
FleetLaunchTemplateOverrides,
|
|
@@ -69,6 +69,8 @@ import {
|
|
|
69
69
|
TransportProtocol,
|
|
70
70
|
} from "./models_1";
|
|
71
71
|
import {
|
|
72
|
+
DeleteLaunchTemplateVersionsResponseErrorItem,
|
|
73
|
+
DeleteLaunchTemplateVersionsResponseSuccessItem,
|
|
72
74
|
FleetStateCode,
|
|
73
75
|
GroupIdentifier,
|
|
74
76
|
SubnetCidrReservation,
|
|
@@ -84,6 +86,16 @@ import {
|
|
|
84
86
|
VerifiedAccessEndpoint,
|
|
85
87
|
VerifiedAccessGroup,
|
|
86
88
|
} from "./models_2";
|
|
89
|
+
export interface DeleteLaunchTemplateVersionsResult {
|
|
90
|
+
SuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseSuccessItem[];
|
|
91
|
+
UnsuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseErrorItem[];
|
|
92
|
+
}
|
|
93
|
+
export interface DeleteLocalGatewayRouteRequest {
|
|
94
|
+
DestinationCidrBlock?: string;
|
|
95
|
+
LocalGatewayRouteTableId: string | undefined;
|
|
96
|
+
DryRun?: boolean;
|
|
97
|
+
DestinationPrefixListId?: string;
|
|
98
|
+
}
|
|
87
99
|
export interface DeleteLocalGatewayRouteResult {
|
|
88
100
|
Route?: LocalGatewayRoute;
|
|
89
101
|
}
|
|
@@ -1716,22 +1728,6 @@ export declare const DeviceType: {
|
|
|
1716
1728
|
readonly instance_store: "instance-store";
|
|
1717
1729
|
};
|
|
1718
1730
|
export type DeviceType = (typeof DeviceType)[keyof typeof DeviceType];
|
|
1719
|
-
export declare const ImageState: {
|
|
1720
|
-
readonly available: "available";
|
|
1721
|
-
readonly deregistered: "deregistered";
|
|
1722
|
-
readonly disabled: "disabled";
|
|
1723
|
-
readonly error: "error";
|
|
1724
|
-
readonly failed: "failed";
|
|
1725
|
-
readonly invalid: "invalid";
|
|
1726
|
-
readonly pending: "pending";
|
|
1727
|
-
readonly transient: "transient";
|
|
1728
|
-
};
|
|
1729
|
-
export type ImageState = (typeof ImageState)[keyof typeof ImageState];
|
|
1730
|
-
export declare const TpmSupportValues: {
|
|
1731
|
-
readonly v2_0: "v2.0";
|
|
1732
|
-
};
|
|
1733
|
-
export type TpmSupportValues =
|
|
1734
|
-
(typeof TpmSupportValues)[keyof typeof TpmSupportValues];
|
|
1735
1731
|
export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1736
1732
|
obj: DeleteVerifiedAccessTrustProviderResult
|
|
1737
1733
|
) => any;
|
|
@@ -77,14 +77,28 @@ import {
|
|
|
77
77
|
Filter,
|
|
78
78
|
HypervisorType,
|
|
79
79
|
IdFormat,
|
|
80
|
-
ImageState,
|
|
81
80
|
ImageTypeValues,
|
|
82
81
|
ImdsSupportValues,
|
|
83
82
|
InstanceTagNotificationAttribute,
|
|
84
83
|
PermissionGroup,
|
|
85
84
|
ProductCode,
|
|
86
|
-
TpmSupportValues,
|
|
87
85
|
} from "./models_3";
|
|
86
|
+
export declare const ImageState: {
|
|
87
|
+
readonly available: "available";
|
|
88
|
+
readonly deregistered: "deregistered";
|
|
89
|
+
readonly disabled: "disabled";
|
|
90
|
+
readonly error: "error";
|
|
91
|
+
readonly failed: "failed";
|
|
92
|
+
readonly invalid: "invalid";
|
|
93
|
+
readonly pending: "pending";
|
|
94
|
+
readonly transient: "transient";
|
|
95
|
+
};
|
|
96
|
+
export type ImageState = (typeof ImageState)[keyof typeof ImageState];
|
|
97
|
+
export declare const TpmSupportValues: {
|
|
98
|
+
readonly v2_0: "v2.0";
|
|
99
|
+
};
|
|
100
|
+
export type TpmSupportValues =
|
|
101
|
+
(typeof TpmSupportValues)[keyof typeof TpmSupportValues];
|
|
88
102
|
export declare const VirtualizationType: {
|
|
89
103
|
readonly hvm: "hvm";
|
|
90
104
|
readonly paravirtual: "paravirtual";
|
|
@@ -2050,16 +2064,6 @@ export declare const OnDemandAllocationStrategy: {
|
|
|
2050
2064
|
};
|
|
2051
2065
|
export type OnDemandAllocationStrategy =
|
|
2052
2066
|
(typeof OnDemandAllocationStrategy)[keyof typeof OnDemandAllocationStrategy];
|
|
2053
|
-
export declare const ReplacementStrategy: {
|
|
2054
|
-
readonly LAUNCH: "launch";
|
|
2055
|
-
readonly LAUNCH_BEFORE_TERMINATE: "launch-before-terminate";
|
|
2056
|
-
};
|
|
2057
|
-
export type ReplacementStrategy =
|
|
2058
|
-
(typeof ReplacementStrategy)[keyof typeof ReplacementStrategy];
|
|
2059
|
-
export interface SpotCapacityRebalance {
|
|
2060
|
-
ReplacementStrategy?: ReplacementStrategy;
|
|
2061
|
-
TerminationDelay?: number;
|
|
2062
|
-
}
|
|
2063
2067
|
export declare const SnapshotDetailFilterSensitiveLog: (
|
|
2064
2068
|
obj: SnapshotDetail
|
|
2065
2069
|
) => any;
|