@aws-sdk/client-ec2 3.199.0 → 3.201.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/CHANGELOG.md +22 -0
- package/README.md +7 -7
- package/dist-cjs/EC2.js +60 -0
- package/dist-cjs/commands/AcceptAddressTransferCommand.js +46 -0
- package/dist-cjs/commands/CreateDefaultVpcCommand.js +1 -2
- package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +2 -1
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeAddressTransfersCommand.js +46 -0
- package/dist-cjs/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocalGatewayRouteTablesCommand.js +3 -3
- package/dist-cjs/commands/DisableAddressTransferCommand.js +46 -0
- package/dist-cjs/commands/DisassociateVpcCidrBlockCommand.js +2 -1
- package/dist-cjs/commands/EnableAddressTransferCommand.js +46 -0
- package/dist-cjs/commands/EnableEbsEncryptionByDefaultCommand.js +3 -3
- package/dist-cjs/commands/EnableFastLaunchCommand.js +3 -3
- package/dist-cjs/commands/EnableFastSnapshotRestoresCommand.js +1 -2
- package/dist-cjs/commands/ModifyVpcTenancyCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpnConnectionCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpnConnectionOptionsCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpnTunnelCertificateCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpnTunnelOptionsCommand.js +1 -2
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/endpoint/EndpointParameters.js +2 -3
- package/dist-cjs/models/models_0.js +112 -113
- package/dist-cjs/models/models_1.js +25 -24
- package/dist-cjs/models/models_2.js +24 -22
- package/dist-cjs/models/models_3.js +29 -29
- package/dist-cjs/models/models_4.js +38 -38
- package/dist-cjs/models/models_5.js +46 -46
- package/dist-cjs/models/models_6.js +44 -4
- package/dist-cjs/pagination/DescribeAddressTransfersPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -1
- package/dist-cjs/protocols/Aws_ec2.js +332 -33
- package/dist-cjs/runtimeConfig.browser.js +16 -16
- package/dist-cjs/runtimeConfig.js +20 -19
- package/dist-cjs/runtimeConfig.native.js +1 -2
- package/dist-cjs/runtimeConfig.shared.js +8 -11
- package/dist-es/EC2.js +60 -0
- package/dist-es/commands/AcceptAddressTransferCommand.js +42 -0
- package/dist-es/commands/CreateDefaultVpcCommand.js +1 -2
- package/dist-es/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +2 -1
- package/dist-es/commands/DescribeAccountAttributesCommand.js +1 -1
- package/dist-es/commands/DescribeAddressTransfersCommand.js +42 -0
- package/dist-es/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js +1 -1
- package/dist-es/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.js +1 -1
- package/dist-es/commands/DescribeLocalGatewayRouteTablesCommand.js +1 -1
- package/dist-es/commands/DisableAddressTransferCommand.js +42 -0
- package/dist-es/commands/DisassociateVpcCidrBlockCommand.js +2 -1
- package/dist-es/commands/EnableAddressTransferCommand.js +42 -0
- package/dist-es/commands/EnableEbsEncryptionByDefaultCommand.js +1 -1
- package/dist-es/commands/EnableFastLaunchCommand.js +1 -1
- package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +1 -2
- package/dist-es/commands/ModifyVpcTenancyCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -2
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +101 -103
- package/dist-es/models/models_1.js +17 -16
- package/dist-es/models/models_2.js +16 -12
- package/dist-es/models/models_3.js +18 -18
- package/dist-es/models/models_4.js +24 -24
- package/dist-es/models/models_5.js +30 -30
- package/dist-es/models/models_6.js +30 -0
- package/dist-es/pagination/DescribeAddressTransfersPaginator.js +32 -0
- package/dist-es/pagination/index.js +2 -1
- package/dist-es/protocols/Aws_ec2.js +295 -0
- package/dist-types/EC2.d.ts +28 -0
- package/dist-types/EC2Client.d.ts +6 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +37 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -2
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +37 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +37 -0
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +194 -192
- package/dist-types/models/models_1.d.ts +67 -75
- package/dist-types/models/models_2.d.ts +78 -57
- package/dist-types/models/models_3.d.ts +97 -222
- package/dist-types/models/models_4.d.ts +244 -178
- package/dist-types/models/models_5.d.ts +214 -374
- package/dist-types/models/models_6.d.ts +374 -5
- package/dist-types/pagination/DescribeAddressTransfersPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -1
- package/dist-types/protocols/Aws_ec2.d.ts +12 -0
- package/dist-types/ts3.4/EC2.d.ts +68 -0
- package/dist-types/ts3.4/EC2Client.d.ts +24 -0
- package/dist-types/ts3.4/commands/AcceptAddressTransferCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAddressTransfersCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +121 -119
- package/dist-types/ts3.4/models/models_1.d.ts +30 -33
- package/dist-types/ts3.4/models/models_2.d.ts +33 -34
- package/dist-types/ts3.4/models/models_3.d.ts +46 -54
- package/dist-types/ts3.4/models/models_4.d.ts +70 -71
- package/dist-types/ts3.4/models/models_5.d.ts +91 -106
- package/dist-types/ts3.4/models/models_6.d.ts +107 -1
- package/dist-types/ts3.4/pagination/DescribeAddressTransfersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +48 -0
- package/package.json +35 -35
|
@@ -43,6 +43,10 @@ import {
|
|
|
43
43
|
UrlParser as __UrlParser,
|
|
44
44
|
UserAgent as __UserAgent,
|
|
45
45
|
} from "@aws-sdk/types";
|
|
46
|
+
import {
|
|
47
|
+
AcceptAddressTransferCommandInput,
|
|
48
|
+
AcceptAddressTransferCommandOutput,
|
|
49
|
+
} from "./commands/AcceptAddressTransferCommand";
|
|
46
50
|
import {
|
|
47
51
|
AcceptReservedInstancesExchangeQuoteCommandInput,
|
|
48
52
|
AcceptReservedInstancesExchangeQuoteCommandOutput,
|
|
@@ -851,6 +855,10 @@ import {
|
|
|
851
855
|
DescribeAddressesCommandInput,
|
|
852
856
|
DescribeAddressesCommandOutput,
|
|
853
857
|
} from "./commands/DescribeAddressesCommand";
|
|
858
|
+
import {
|
|
859
|
+
DescribeAddressTransfersCommandInput,
|
|
860
|
+
DescribeAddressTransfersCommandOutput,
|
|
861
|
+
} from "./commands/DescribeAddressTransfersCommand";
|
|
854
862
|
import {
|
|
855
863
|
DescribeAggregateIdFormatCommandInput,
|
|
856
864
|
DescribeAggregateIdFormatCommandOutput,
|
|
@@ -1399,6 +1407,10 @@ import {
|
|
|
1399
1407
|
DetachVpnGatewayCommandInput,
|
|
1400
1408
|
DetachVpnGatewayCommandOutput,
|
|
1401
1409
|
} from "./commands/DetachVpnGatewayCommand";
|
|
1410
|
+
import {
|
|
1411
|
+
DisableAddressTransferCommandInput,
|
|
1412
|
+
DisableAddressTransferCommandOutput,
|
|
1413
|
+
} from "./commands/DisableAddressTransferCommand";
|
|
1402
1414
|
import {
|
|
1403
1415
|
DisableEbsEncryptionByDefaultCommandInput,
|
|
1404
1416
|
DisableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1487,6 +1499,10 @@ import {
|
|
|
1487
1499
|
DisassociateVpcCidrBlockCommandInput,
|
|
1488
1500
|
DisassociateVpcCidrBlockCommandOutput,
|
|
1489
1501
|
} from "./commands/DisassociateVpcCidrBlockCommand";
|
|
1502
|
+
import {
|
|
1503
|
+
EnableAddressTransferCommandInput,
|
|
1504
|
+
EnableAddressTransferCommandOutput,
|
|
1505
|
+
} from "./commands/EnableAddressTransferCommand";
|
|
1490
1506
|
import {
|
|
1491
1507
|
EnableEbsEncryptionByDefaultCommandInput,
|
|
1492
1508
|
EnableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -2217,6 +2233,7 @@ import {
|
|
|
2217
2233
|
EndpointParameters,
|
|
2218
2234
|
} from "./endpoint/EndpointParameters";
|
|
2219
2235
|
export declare type ServiceInputTypes =
|
|
2236
|
+
| AcceptAddressTransferCommandInput
|
|
2220
2237
|
| AcceptReservedInstancesExchangeQuoteCommandInput
|
|
2221
2238
|
| AcceptTransitGatewayMulticastDomainAssociationsCommandInput
|
|
2222
2239
|
| AcceptTransitGatewayPeeringAttachmentCommandInput
|
|
@@ -2417,6 +2434,7 @@ export declare type ServiceInputTypes =
|
|
|
2417
2434
|
| DeregisterTransitGatewayMulticastGroupMembersCommandInput
|
|
2418
2435
|
| DeregisterTransitGatewayMulticastGroupSourcesCommandInput
|
|
2419
2436
|
| DescribeAccountAttributesCommandInput
|
|
2437
|
+
| DescribeAddressTransfersCommandInput
|
|
2420
2438
|
| DescribeAddressesAttributeCommandInput
|
|
2421
2439
|
| DescribeAddressesCommandInput
|
|
2422
2440
|
| DescribeAggregateIdFormatCommandInput
|
|
@@ -2556,6 +2574,7 @@ export declare type ServiceInputTypes =
|
|
|
2556
2574
|
| DetachNetworkInterfaceCommandInput
|
|
2557
2575
|
| DetachVolumeCommandInput
|
|
2558
2576
|
| DetachVpnGatewayCommandInput
|
|
2577
|
+
| DisableAddressTransferCommandInput
|
|
2559
2578
|
| DisableEbsEncryptionByDefaultCommandInput
|
|
2560
2579
|
| DisableFastLaunchCommandInput
|
|
2561
2580
|
| DisableFastSnapshotRestoresCommandInput
|
|
@@ -2578,6 +2597,7 @@ export declare type ServiceInputTypes =
|
|
|
2578
2597
|
| DisassociateTransitGatewayRouteTableCommandInput
|
|
2579
2598
|
| DisassociateTrunkInterfaceCommandInput
|
|
2580
2599
|
| DisassociateVpcCidrBlockCommandInput
|
|
2600
|
+
| EnableAddressTransferCommandInput
|
|
2581
2601
|
| EnableEbsEncryptionByDefaultCommandInput
|
|
2582
2602
|
| EnableFastLaunchCommandInput
|
|
2583
2603
|
| EnableFastSnapshotRestoresCommandInput
|
|
@@ -2760,6 +2780,7 @@ export declare type ServiceInputTypes =
|
|
|
2760
2780
|
| UpdateSecurityGroupRuleDescriptionsIngressCommandInput
|
|
2761
2781
|
| WithdrawByoipCidrCommandInput;
|
|
2762
2782
|
export declare type ServiceOutputTypes =
|
|
2783
|
+
| AcceptAddressTransferCommandOutput
|
|
2763
2784
|
| AcceptReservedInstancesExchangeQuoteCommandOutput
|
|
2764
2785
|
| AcceptTransitGatewayMulticastDomainAssociationsCommandOutput
|
|
2765
2786
|
| AcceptTransitGatewayPeeringAttachmentCommandOutput
|
|
@@ -2960,6 +2981,7 @@ export declare type ServiceOutputTypes =
|
|
|
2960
2981
|
| DeregisterTransitGatewayMulticastGroupMembersCommandOutput
|
|
2961
2982
|
| DeregisterTransitGatewayMulticastGroupSourcesCommandOutput
|
|
2962
2983
|
| DescribeAccountAttributesCommandOutput
|
|
2984
|
+
| DescribeAddressTransfersCommandOutput
|
|
2963
2985
|
| DescribeAddressesAttributeCommandOutput
|
|
2964
2986
|
| DescribeAddressesCommandOutput
|
|
2965
2987
|
| DescribeAggregateIdFormatCommandOutput
|
|
@@ -3099,6 +3121,7 @@ export declare type ServiceOutputTypes =
|
|
|
3099
3121
|
| DetachNetworkInterfaceCommandOutput
|
|
3100
3122
|
| DetachVolumeCommandOutput
|
|
3101
3123
|
| DetachVpnGatewayCommandOutput
|
|
3124
|
+
| DisableAddressTransferCommandOutput
|
|
3102
3125
|
| DisableEbsEncryptionByDefaultCommandOutput
|
|
3103
3126
|
| DisableFastLaunchCommandOutput
|
|
3104
3127
|
| DisableFastSnapshotRestoresCommandOutput
|
|
@@ -3121,6 +3144,7 @@ export declare type ServiceOutputTypes =
|
|
|
3121
3144
|
| DisassociateTransitGatewayRouteTableCommandOutput
|
|
3122
3145
|
| DisassociateTrunkInterfaceCommandOutput
|
|
3123
3146
|
| DisassociateVpcCidrBlockCommandOutput
|
|
3147
|
+
| EnableAddressTransferCommandOutput
|
|
3124
3148
|
| EnableEbsEncryptionByDefaultCommandOutput
|
|
3125
3149
|
| EnableFastLaunchCommandOutput
|
|
3126
3150
|
| EnableFastSnapshotRestoresCommandOutput
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
EC2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EC2Client";
|
|
14
|
+
import {
|
|
15
|
+
AcceptAddressTransferRequest,
|
|
16
|
+
AcceptAddressTransferResult,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface AcceptAddressTransferCommandInput
|
|
19
|
+
extends AcceptAddressTransferRequest {}
|
|
20
|
+
export interface AcceptAddressTransferCommandOutput
|
|
21
|
+
extends AcceptAddressTransferResult,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class AcceptAddressTransferCommand extends $Command<
|
|
24
|
+
AcceptAddressTransferCommandInput,
|
|
25
|
+
AcceptAddressTransferCommandOutput,
|
|
26
|
+
EC2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AcceptAddressTransferCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: AcceptAddressTransferCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EC2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AcceptAddressTransferCommandInput,
|
|
37
|
+
AcceptAddressTransferCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
CreateDefaultVpcRequest,
|
|
16
|
+
CreateDefaultVpcResult,
|
|
17
|
+
} from "../models/models_1";
|
|
16
18
|
export interface CreateDefaultVpcCommandInput extends CreateDefaultVpcRequest {}
|
|
17
19
|
export interface CreateDefaultVpcCommandOutput
|
|
18
20
|
extends CreateDefaultVpcResult,
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
DeregisterTransitGatewayMulticastGroupSourcesResult,
|
|
17
|
-
} from "../models/models_2";
|
|
14
|
+
import { DeregisterTransitGatewayMulticastGroupSourcesRequest } from "../models/models_2";
|
|
15
|
+
import { DeregisterTransitGatewayMulticastGroupSourcesResult } from "../models/models_3";
|
|
18
16
|
export interface DeregisterTransitGatewayMulticastGroupSourcesCommandInput
|
|
19
17
|
extends DeregisterTransitGatewayMulticastGroupSourcesRequest {}
|
|
20
18
|
export interface DeregisterTransitGatewayMulticastGroupSourcesCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DescribeAccountAttributesRequest,
|
|
16
16
|
DescribeAccountAttributesResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_3";
|
|
18
18
|
export interface DescribeAccountAttributesCommandInput
|
|
19
19
|
extends DescribeAccountAttributesRequest {}
|
|
20
20
|
export interface DescribeAccountAttributesCommandOutput
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
EC2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EC2Client";
|
|
14
|
+
import {
|
|
15
|
+
DescribeAddressTransfersRequest,
|
|
16
|
+
DescribeAddressTransfersResult,
|
|
17
|
+
} from "../models/models_3";
|
|
18
|
+
export interface DescribeAddressTransfersCommandInput
|
|
19
|
+
extends DescribeAddressTransfersRequest {}
|
|
20
|
+
export interface DescribeAddressTransfersCommandOutput
|
|
21
|
+
extends DescribeAddressTransfersResult,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DescribeAddressTransfersCommand extends $Command<
|
|
24
|
+
DescribeAddressTransfersCommandInput,
|
|
25
|
+
DescribeAddressTransfersCommandOutput,
|
|
26
|
+
EC2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAddressTransfersCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DescribeAddressTransfersCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EC2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAddressTransfersCommandInput,
|
|
37
|
+
DescribeAddressTransfersCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest,
|
|
16
16
|
DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_4";
|
|
18
18
|
export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput
|
|
19
19
|
extends DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {}
|
|
20
20
|
export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DescribeLocalGatewayRouteTableVpcAssociationsRequest,
|
|
16
16
|
DescribeLocalGatewayRouteTableVpcAssociationsResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_4";
|
|
18
18
|
export interface DescribeLocalGatewayRouteTableVpcAssociationsCommandInput
|
|
19
19
|
extends DescribeLocalGatewayRouteTableVpcAssociationsRequest {}
|
|
20
20
|
export interface DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DescribeLocalGatewayRouteTablesRequest,
|
|
16
16
|
DescribeLocalGatewayRouteTablesResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_4";
|
|
18
18
|
export interface DescribeLocalGatewayRouteTablesCommandInput
|
|
19
19
|
extends DescribeLocalGatewayRouteTablesRequest {}
|
|
20
20
|
export interface DescribeLocalGatewayRouteTablesCommandOutput
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
EC2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EC2Client";
|
|
14
|
+
import {
|
|
15
|
+
DisableAddressTransferRequest,
|
|
16
|
+
DisableAddressTransferResult,
|
|
17
|
+
} from "../models/models_4";
|
|
18
|
+
export interface DisableAddressTransferCommandInput
|
|
19
|
+
extends DisableAddressTransferRequest {}
|
|
20
|
+
export interface DisableAddressTransferCommandOutput
|
|
21
|
+
extends DisableAddressTransferResult,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DisableAddressTransferCommand extends $Command<
|
|
24
|
+
DisableAddressTransferCommandInput,
|
|
25
|
+
DisableAddressTransferCommandOutput,
|
|
26
|
+
EC2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisableAddressTransferCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DisableAddressTransferCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EC2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisableAddressTransferCommandInput,
|
|
37
|
+
DisableAddressTransferCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
DisassociateVpcCidrBlockResult,
|
|
17
|
-
} from "../models/models_4";
|
|
14
|
+
import { DisassociateVpcCidrBlockRequest } from "../models/models_4";
|
|
15
|
+
import { DisassociateVpcCidrBlockResult } from "../models/models_5";
|
|
18
16
|
export interface DisassociateVpcCidrBlockCommandInput
|
|
19
17
|
extends DisassociateVpcCidrBlockRequest {}
|
|
20
18
|
export interface DisassociateVpcCidrBlockCommandOutput
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
EC2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EC2Client";
|
|
14
|
+
import {
|
|
15
|
+
EnableAddressTransferRequest,
|
|
16
|
+
EnableAddressTransferResult,
|
|
17
|
+
} from "../models/models_5";
|
|
18
|
+
export interface EnableAddressTransferCommandInput
|
|
19
|
+
extends EnableAddressTransferRequest {}
|
|
20
|
+
export interface EnableAddressTransferCommandOutput
|
|
21
|
+
extends EnableAddressTransferResult,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class EnableAddressTransferCommand extends $Command<
|
|
24
|
+
EnableAddressTransferCommandInput,
|
|
25
|
+
EnableAddressTransferCommandOutput,
|
|
26
|
+
EC2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: EnableAddressTransferCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: EnableAddressTransferCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EC2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
EnableAddressTransferCommandInput,
|
|
37
|
+
EnableAddressTransferCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
EnableEbsEncryptionByDefaultRequest,
|
|
16
16
|
EnableEbsEncryptionByDefaultResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_5";
|
|
18
18
|
export interface EnableEbsEncryptionByDefaultCommandInput
|
|
19
19
|
extends EnableEbsEncryptionByDefaultRequest {}
|
|
20
20
|
export interface EnableEbsEncryptionByDefaultCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
EnableFastLaunchRequest,
|
|
16
16
|
EnableFastLaunchResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_5";
|
|
18
18
|
export interface EnableFastLaunchCommandInput extends EnableFastLaunchRequest {}
|
|
19
19
|
export interface EnableFastLaunchCommandOutput
|
|
20
20
|
extends EnableFastLaunchResult,
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
EnableFastSnapshotRestoresRequest,
|
|
16
|
+
EnableFastSnapshotRestoresResult,
|
|
17
|
+
} from "../models/models_5";
|
|
16
18
|
export interface EnableFastSnapshotRestoresCommandInput
|
|
17
19
|
extends EnableFastSnapshotRestoresRequest {}
|
|
18
20
|
export interface EnableFastSnapshotRestoresCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ModifyVpcTenancyRequest,
|
|
16
16
|
ModifyVpcTenancyResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_6";
|
|
18
18
|
export interface ModifyVpcTenancyCommandInput extends ModifyVpcTenancyRequest {}
|
|
19
19
|
export interface ModifyVpcTenancyCommandOutput
|
|
20
20
|
extends ModifyVpcTenancyResult,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ModifyVpnConnectionRequest,
|
|
16
16
|
ModifyVpnConnectionResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_6";
|
|
18
18
|
export interface ModifyVpnConnectionCommandInput
|
|
19
19
|
extends ModifyVpnConnectionRequest {}
|
|
20
20
|
export interface ModifyVpnConnectionCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ModifyVpnConnectionOptionsRequest,
|
|
16
16
|
ModifyVpnConnectionOptionsResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_6";
|
|
18
18
|
export interface ModifyVpnConnectionOptionsCommandInput
|
|
19
19
|
extends ModifyVpnConnectionOptionsRequest {}
|
|
20
20
|
export interface ModifyVpnConnectionOptionsCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ModifyVpnTunnelCertificateRequest,
|
|
16
16
|
ModifyVpnTunnelCertificateResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_6";
|
|
18
18
|
export interface ModifyVpnTunnelCertificateCommandInput
|
|
19
19
|
extends ModifyVpnTunnelCertificateRequest {}
|
|
20
20
|
export interface ModifyVpnTunnelCertificateCommandOutput
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
ModifyVpnTunnelOptionsRequest,
|
|
16
|
+
ModifyVpnTunnelOptionsResult,
|
|
17
|
+
} from "../models/models_6";
|
|
16
18
|
export interface ModifyVpnTunnelOptionsCommandInput
|
|
17
19
|
extends ModifyVpnTunnelOptionsRequest {}
|
|
18
20
|
export interface ModifyVpnTunnelOptionsCommandOutput
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./AcceptAddressTransferCommand";
|
|
1
2
|
export * from "./AcceptReservedInstancesExchangeQuoteCommand";
|
|
2
3
|
export * from "./AcceptTransitGatewayMulticastDomainAssociationsCommand";
|
|
3
4
|
export * from "./AcceptTransitGatewayPeeringAttachmentCommand";
|
|
@@ -198,6 +199,7 @@ export * from "./DeregisterInstanceEventNotificationAttributesCommand";
|
|
|
198
199
|
export * from "./DeregisterTransitGatewayMulticastGroupMembersCommand";
|
|
199
200
|
export * from "./DeregisterTransitGatewayMulticastGroupSourcesCommand";
|
|
200
201
|
export * from "./DescribeAccountAttributesCommand";
|
|
202
|
+
export * from "./DescribeAddressTransfersCommand";
|
|
201
203
|
export * from "./DescribeAddressesAttributeCommand";
|
|
202
204
|
export * from "./DescribeAddressesCommand";
|
|
203
205
|
export * from "./DescribeAggregateIdFormatCommand";
|
|
@@ -337,6 +339,7 @@ export * from "./DetachInternetGatewayCommand";
|
|
|
337
339
|
export * from "./DetachNetworkInterfaceCommand";
|
|
338
340
|
export * from "./DetachVolumeCommand";
|
|
339
341
|
export * from "./DetachVpnGatewayCommand";
|
|
342
|
+
export * from "./DisableAddressTransferCommand";
|
|
340
343
|
export * from "./DisableEbsEncryptionByDefaultCommand";
|
|
341
344
|
export * from "./DisableFastLaunchCommand";
|
|
342
345
|
export * from "./DisableFastSnapshotRestoresCommand";
|
|
@@ -359,6 +362,7 @@ export * from "./DisassociateTransitGatewayPolicyTableCommand";
|
|
|
359
362
|
export * from "./DisassociateTransitGatewayRouteTableCommand";
|
|
360
363
|
export * from "./DisassociateTrunkInterfaceCommand";
|
|
361
364
|
export * from "./DisassociateVpcCidrBlockCommand";
|
|
365
|
+
export * from "./EnableAddressTransferCommand";
|
|
362
366
|
export * from "./EnableEbsEncryptionByDefaultCommand";
|
|
363
367
|
export * from "./EnableFastLaunchCommand";
|
|
364
368
|
export * from "./EnableFastSnapshotRestoresCommand";
|