@aws-sdk/client-ec2 3.261.0 → 3.262.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/EC2.js +60 -0
- package/dist-cjs/commands/AssignPrivateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/AssociateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/CreateClientVpnEndpointCommand.js +3 -3
- package/dist-cjs/commands/CreateClientVpnRouteCommand.js +1 -2
- package/dist-cjs/commands/DeleteTrafficMirrorTargetCommand.js +3 -3
- package/dist-cjs/commands/DeleteTransitGatewayCommand.js +3 -3
- package/dist-cjs/commands/DeleteTransitGatewayConnectCommand.js +1 -2
- package/dist-cjs/commands/DescribeInstanceStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeInstancesCommand.js +2 -1
- package/dist-cjs/commands/DescribeVolumeStatusCommand.js +2 -1
- package/dist-cjs/commands/DisassociateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/ModifyAvailabilityZoneGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyCapacityReservationCommand.js +3 -3
- package/dist-cjs/commands/ModifyCapacityReservationFleetCommand.js +3 -3
- package/dist-cjs/commands/RunInstancesCommand.js +2 -2
- package/dist-cjs/commands/UnassignIpv6AddressesCommand.js +2 -1
- package/dist-cjs/commands/UnassignPrivateIpAddressesCommand.js +2 -2
- package/dist-cjs/commands/UnassignPrivateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/UnmonitorInstancesCommand.js +3 -3
- package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +3 -3
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/models/models_0.js +37 -34
- package/dist-cjs/models/models_1.js +34 -33
- package/dist-cjs/models/models_2.js +29 -26
- package/dist-cjs/models/models_3.js +26 -30
- package/dist-cjs/models/models_4.js +30 -30
- package/dist-cjs/models/models_5.js +38 -34
- package/dist-cjs/models/models_6.js +34 -34
- package/dist-cjs/models/models_7.js +37 -1
- package/dist-cjs/protocols/Aws_ec2.js +551 -161
- package/dist-es/EC2.js +60 -0
- package/dist-es/commands/AssignPrivateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/AssociateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/CreateClientVpnEndpointCommand.js +1 -1
- package/dist-es/commands/CreateClientVpnRouteCommand.js +1 -2
- package/dist-es/commands/DeleteTrafficMirrorTargetCommand.js +1 -1
- package/dist-es/commands/DeleteTransitGatewayCommand.js +1 -1
- package/dist-es/commands/DeleteTransitGatewayConnectCommand.js +1 -2
- package/dist-es/commands/DescribeInstanceStatusCommand.js +1 -2
- package/dist-es/commands/DescribeInstancesCommand.js +2 -1
- package/dist-es/commands/DescribeVolumeStatusCommand.js +2 -1
- package/dist-es/commands/DisassociateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/ModifyAvailabilityZoneGroupCommand.js +1 -1
- package/dist-es/commands/ModifyCapacityReservationCommand.js +1 -1
- package/dist-es/commands/ModifyCapacityReservationFleetCommand.js +1 -1
- package/dist-es/commands/RunInstancesCommand.js +1 -1
- package/dist-es/commands/UnassignIpv6AddressesCommand.js +2 -1
- package/dist-es/commands/UnassignPrivateIpAddressesCommand.js +1 -1
- package/dist-es/commands/UnassignPrivateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/UnmonitorInstancesCommand.js +1 -1
- package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +1 -1
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +26 -24
- package/dist-es/models/models_1.js +24 -23
- package/dist-es/models/models_2.js +20 -15
- package/dist-es/models/models_3.js +15 -20
- package/dist-es/models/models_4.js +20 -21
- package/dist-es/models/models_5.js +27 -21
- package/dist-es/models/models_6.js +21 -21
- package/dist-es/models/models_7.js +27 -0
- package/dist-es/protocols/Aws_ec2.js +520 -138
- package/dist-types/EC2.d.ts +43 -0
- package/dist-types/EC2Client.d.ts +6 -2
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +37 -0
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +38 -0
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -2
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +43 -0
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +45 -0
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +125 -226
- package/dist-types/models/models_1.d.ts +228 -163
- package/dist-types/models/models_2.d.ts +150 -70
- package/dist-types/models/models_3.d.ts +67 -205
- package/dist-types/models/models_4.d.ts +205 -78
- package/dist-types/models/models_5.d.ts +117 -170
- package/dist-types/models/models_6.d.ts +170 -127
- package/dist-types/models/models_7.d.ts +167 -2
- 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/AssignPrivateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/AssociateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +53 -59
- package/dist-types/ts3.4/models/models_1.d.ts +68 -53
- package/dist-types/ts3.4/models/models_2.d.ts +46 -35
- package/dist-types/ts3.4/models/models_3.d.ts +36 -46
- package/dist-types/ts3.4/models/models_4.d.ts +46 -38
- package/dist-types/ts3.4/models/models_5.d.ts +61 -57
- package/dist-types/ts3.4/models/models_6.d.ts +58 -54
- package/dist-types/ts3.4/models/models_7.d.ts +70 -2
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +48 -0
- package/package.json +2 -2
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
DescribeInstanceStatusRequest,
|
|
16
|
+
DescribeInstanceStatusResult,
|
|
17
|
+
} from "../models/models_4";
|
|
16
18
|
export interface DescribeInstanceStatusCommandInput
|
|
17
19
|
extends DescribeInstanceStatusRequest {}
|
|
18
20
|
export interface DescribeInstanceStatusCommandOutput
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
DescribeInstancesResult,
|
|
17
|
-
} from "../models/models_3";
|
|
14
|
+
import { DescribeInstancesRequest } from "../models/models_3";
|
|
15
|
+
import { DescribeInstancesResult } from "../models/models_4";
|
|
18
16
|
export interface DescribeInstancesCommandInput
|
|
19
17
|
extends DescribeInstancesRequest {}
|
|
20
18
|
export interface DescribeInstancesCommandOutput
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
DescribeVolumeStatusResult,
|
|
17
|
-
} from "../models/models_4";
|
|
14
|
+
import { DescribeVolumeStatusRequest } from "../models/models_4";
|
|
15
|
+
import { DescribeVolumeStatusResult } from "../models/models_5";
|
|
18
16
|
export interface DescribeVolumeStatusCommandInput
|
|
19
17
|
extends DescribeVolumeStatusRequest {}
|
|
20
18
|
export interface DescribeVolumeStatusCommandOutput
|
|
@@ -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
|
+
DisassociateNatGatewayAddressRequest,
|
|
16
|
+
DisassociateNatGatewayAddressResult,
|
|
17
|
+
} from "../models/models_5";
|
|
18
|
+
export interface DisassociateNatGatewayAddressCommandInput
|
|
19
|
+
extends DisassociateNatGatewayAddressRequest {}
|
|
20
|
+
export interface DisassociateNatGatewayAddressCommandOutput
|
|
21
|
+
extends DisassociateNatGatewayAddressResult,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DisassociateNatGatewayAddressCommand extends $Command<
|
|
24
|
+
DisassociateNatGatewayAddressCommandInput,
|
|
25
|
+
DisassociateNatGatewayAddressCommandOutput,
|
|
26
|
+
EC2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateNatGatewayAddressCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DisassociateNatGatewayAddressCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EC2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisassociateNatGatewayAddressCommandInput,
|
|
37
|
+
DisassociateNatGatewayAddressCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ModifyAvailabilityZoneGroupRequest,
|
|
16
16
|
ModifyAvailabilityZoneGroupResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_6";
|
|
18
18
|
export interface ModifyAvailabilityZoneGroupCommandInput
|
|
19
19
|
extends ModifyAvailabilityZoneGroupRequest {}
|
|
20
20
|
export interface ModifyAvailabilityZoneGroupCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ModifyCapacityReservationRequest,
|
|
16
16
|
ModifyCapacityReservationResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_6";
|
|
18
18
|
export interface ModifyCapacityReservationCommandInput
|
|
19
19
|
extends ModifyCapacityReservationRequest {}
|
|
20
20
|
export interface ModifyCapacityReservationCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ModifyCapacityReservationFleetRequest,
|
|
16
16
|
ModifyCapacityReservationFleetResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_6";
|
|
18
18
|
export interface ModifyCapacityReservationFleetCommandInput
|
|
19
19
|
extends ModifyCapacityReservationFleetRequest {}
|
|
20
20
|
export interface ModifyCapacityReservationFleetCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { Reservation } from "../models/
|
|
14
|
+
import { Reservation } from "../models/models_4";
|
|
15
15
|
import { RunInstancesRequest } from "../models/models_6";
|
|
16
16
|
export interface RunInstancesCommandInput extends RunInstancesRequest {}
|
|
17
17
|
export interface RunInstancesCommandOutput
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
UnassignIpv6AddressesResult,
|
|
17
|
-
} from "../models/models_6";
|
|
14
|
+
import { UnassignIpv6AddressesRequest } from "../models/models_6";
|
|
15
|
+
import { UnassignIpv6AddressesResult } from "../models/models_7";
|
|
18
16
|
export interface UnassignIpv6AddressesCommandInput
|
|
19
17
|
extends UnassignIpv6AddressesRequest {}
|
|
20
18
|
export interface UnassignIpv6AddressesCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { UnassignPrivateIpAddressesRequest } from "../models/
|
|
14
|
+
import { UnassignPrivateIpAddressesRequest } from "../models/models_7";
|
|
15
15
|
export interface UnassignPrivateIpAddressesCommandInput
|
|
16
16
|
extends UnassignPrivateIpAddressesRequest {}
|
|
17
17
|
export interface UnassignPrivateIpAddressesCommandOutput
|
|
@@ -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
|
+
UnassignPrivateNatGatewayAddressRequest,
|
|
16
|
+
UnassignPrivateNatGatewayAddressResult,
|
|
17
|
+
} from "../models/models_7";
|
|
18
|
+
export interface UnassignPrivateNatGatewayAddressCommandInput
|
|
19
|
+
extends UnassignPrivateNatGatewayAddressRequest {}
|
|
20
|
+
export interface UnassignPrivateNatGatewayAddressCommandOutput
|
|
21
|
+
extends UnassignPrivateNatGatewayAddressResult,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class UnassignPrivateNatGatewayAddressCommand extends $Command<
|
|
24
|
+
UnassignPrivateNatGatewayAddressCommandInput,
|
|
25
|
+
UnassignPrivateNatGatewayAddressCommandOutput,
|
|
26
|
+
EC2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UnassignPrivateNatGatewayAddressCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: UnassignPrivateNatGatewayAddressCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EC2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UnassignPrivateNatGatewayAddressCommandInput,
|
|
37
|
+
UnassignPrivateNatGatewayAddressCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
UnmonitorInstancesRequest,
|
|
16
16
|
UnmonitorInstancesResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_7";
|
|
18
18
|
export interface UnmonitorInstancesCommandInput
|
|
19
19
|
extends UnmonitorInstancesRequest {}
|
|
20
20
|
export interface UnmonitorInstancesCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
UpdateSecurityGroupRuleDescriptionsEgressRequest,
|
|
16
16
|
UpdateSecurityGroupRuleDescriptionsEgressResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_7";
|
|
18
18
|
export interface UpdateSecurityGroupRuleDescriptionsEgressCommandInput
|
|
19
19
|
extends UpdateSecurityGroupRuleDescriptionsEgressRequest {}
|
|
20
20
|
export interface UpdateSecurityGroupRuleDescriptionsEgressCommandOutput
|
|
@@ -12,6 +12,7 @@ export * from "./AllocateIpamPoolCidrCommand";
|
|
|
12
12
|
export * from "./ApplySecurityGroupsToClientVpnTargetNetworkCommand";
|
|
13
13
|
export * from "./AssignIpv6AddressesCommand";
|
|
14
14
|
export * from "./AssignPrivateIpAddressesCommand";
|
|
15
|
+
export * from "./AssignPrivateNatGatewayAddressCommand";
|
|
15
16
|
export * from "./AssociateAddressCommand";
|
|
16
17
|
export * from "./AssociateClientVpnTargetNetworkCommand";
|
|
17
18
|
export * from "./AssociateDhcpOptionsCommand";
|
|
@@ -19,6 +20,7 @@ export * from "./AssociateEnclaveCertificateIamRoleCommand";
|
|
|
19
20
|
export * from "./AssociateIamInstanceProfileCommand";
|
|
20
21
|
export * from "./AssociateInstanceEventWindowCommand";
|
|
21
22
|
export * from "./AssociateIpamResourceDiscoveryCommand";
|
|
23
|
+
export * from "./AssociateNatGatewayAddressCommand";
|
|
22
24
|
export * from "./AssociateRouteTableCommand";
|
|
23
25
|
export * from "./AssociateSubnetCidrBlockCommand";
|
|
24
26
|
export * from "./AssociateTransitGatewayMulticastDomainCommand";
|
|
@@ -379,6 +381,7 @@ export * from "./DisassociateEnclaveCertificateIamRoleCommand";
|
|
|
379
381
|
export * from "./DisassociateIamInstanceProfileCommand";
|
|
380
382
|
export * from "./DisassociateInstanceEventWindowCommand";
|
|
381
383
|
export * from "./DisassociateIpamResourceDiscoveryCommand";
|
|
384
|
+
export * from "./DisassociateNatGatewayAddressCommand";
|
|
382
385
|
export * from "./DisassociateRouteTableCommand";
|
|
383
386
|
export * from "./DisassociateSubnetCidrBlockCommand";
|
|
384
387
|
export * from "./DisassociateTransitGatewayMulticastDomainCommand";
|
|
@@ -579,6 +582,7 @@ export * from "./TerminateClientVpnConnectionsCommand";
|
|
|
579
582
|
export * from "./TerminateInstancesCommand";
|
|
580
583
|
export * from "./UnassignIpv6AddressesCommand";
|
|
581
584
|
export * from "./UnassignPrivateIpAddressesCommand";
|
|
585
|
+
export * from "./UnassignPrivateNatGatewayAddressCommand";
|
|
582
586
|
export * from "./UnmonitorInstancesCommand";
|
|
583
587
|
export * from "./UpdateSecurityGroupRuleDescriptionsEgressCommand";
|
|
584
588
|
export * from "./UpdateSecurityGroupRuleDescriptionsIngressCommand";
|
|
@@ -808,6 +808,34 @@ export interface AssignPrivateIpAddressesResult {
|
|
|
808
808
|
AssignedPrivateIpAddresses?: AssignedPrivateIpAddress[];
|
|
809
809
|
AssignedIpv4Prefixes?: Ipv4PrefixSpecification[];
|
|
810
810
|
}
|
|
811
|
+
export interface AssignPrivateNatGatewayAddressRequest {
|
|
812
|
+
NatGatewayId: string | undefined;
|
|
813
|
+
PrivateIpAddresses?: string[];
|
|
814
|
+
PrivateIpAddressCount?: number;
|
|
815
|
+
DryRun?: boolean;
|
|
816
|
+
}
|
|
817
|
+
export declare enum NatGatewayAddressStatus {
|
|
818
|
+
ASSIGNING = "assigning",
|
|
819
|
+
ASSOCIATING = "associating",
|
|
820
|
+
DISASSOCIATING = "disassociating",
|
|
821
|
+
FAILED = "failed",
|
|
822
|
+
SUCCEEDED = "succeeded",
|
|
823
|
+
UNASSIGNING = "unassigning",
|
|
824
|
+
}
|
|
825
|
+
export interface NatGatewayAddress {
|
|
826
|
+
AllocationId?: string;
|
|
827
|
+
NetworkInterfaceId?: string;
|
|
828
|
+
PrivateIp?: string;
|
|
829
|
+
PublicIp?: string;
|
|
830
|
+
AssociationId?: string;
|
|
831
|
+
IsPrimary?: boolean;
|
|
832
|
+
FailureMessage?: string;
|
|
833
|
+
Status?: NatGatewayAddressStatus | string;
|
|
834
|
+
}
|
|
835
|
+
export interface AssignPrivateNatGatewayAddressResult {
|
|
836
|
+
NatGatewayId?: string;
|
|
837
|
+
NatGatewayAddresses?: NatGatewayAddress[];
|
|
838
|
+
}
|
|
811
839
|
export interface AssociateAddressRequest {
|
|
812
840
|
AllocationId?: string;
|
|
813
841
|
InstanceId?: string;
|
|
@@ -970,6 +998,16 @@ export interface IpamResourceDiscoveryAssociation {
|
|
|
970
998
|
export interface AssociateIpamResourceDiscoveryResult {
|
|
971
999
|
IpamResourceDiscoveryAssociation?: IpamResourceDiscoveryAssociation;
|
|
972
1000
|
}
|
|
1001
|
+
export interface AssociateNatGatewayAddressRequest {
|
|
1002
|
+
NatGatewayId: string | undefined;
|
|
1003
|
+
AllocationIds: string[] | undefined;
|
|
1004
|
+
PrivateIpAddresses?: string[];
|
|
1005
|
+
DryRun?: boolean;
|
|
1006
|
+
}
|
|
1007
|
+
export interface AssociateNatGatewayAddressResult {
|
|
1008
|
+
NatGatewayId?: string;
|
|
1009
|
+
NatGatewayAddresses?: NatGatewayAddress[];
|
|
1010
|
+
}
|
|
973
1011
|
export interface AssociateRouteTableRequest {
|
|
974
1012
|
DryRun?: boolean;
|
|
975
1013
|
RouteTableId: string | undefined;
|
|
@@ -2452,53 +2490,6 @@ export declare enum SelfServicePortal {
|
|
|
2452
2490
|
disabled = "disabled",
|
|
2453
2491
|
enabled = "enabled",
|
|
2454
2492
|
}
|
|
2455
|
-
export declare enum TransportProtocol {
|
|
2456
|
-
tcp = "tcp",
|
|
2457
|
-
udp = "udp",
|
|
2458
|
-
}
|
|
2459
|
-
export interface CreateClientVpnEndpointRequest {
|
|
2460
|
-
ClientCidrBlock: string | undefined;
|
|
2461
|
-
ServerCertificateArn: string | undefined;
|
|
2462
|
-
AuthenticationOptions: ClientVpnAuthenticationRequest[] | undefined;
|
|
2463
|
-
ConnectionLogOptions: ConnectionLogOptions | undefined;
|
|
2464
|
-
DnsServers?: string[];
|
|
2465
|
-
TransportProtocol?: TransportProtocol | string;
|
|
2466
|
-
VpnPort?: number;
|
|
2467
|
-
Description?: string;
|
|
2468
|
-
SplitTunnel?: boolean;
|
|
2469
|
-
DryRun?: boolean;
|
|
2470
|
-
ClientToken?: string;
|
|
2471
|
-
TagSpecifications?: TagSpecification[];
|
|
2472
|
-
SecurityGroupIds?: string[];
|
|
2473
|
-
VpcId?: string;
|
|
2474
|
-
SelfServicePortal?: SelfServicePortal | string;
|
|
2475
|
-
ClientConnectOptions?: ClientConnectOptions;
|
|
2476
|
-
SessionTimeoutHours?: number;
|
|
2477
|
-
ClientLoginBannerOptions?: ClientLoginBannerOptions;
|
|
2478
|
-
}
|
|
2479
|
-
export declare enum ClientVpnEndpointStatusCode {
|
|
2480
|
-
available = "available",
|
|
2481
|
-
deleted = "deleted",
|
|
2482
|
-
deleting = "deleting",
|
|
2483
|
-
pending_associate = "pending-associate",
|
|
2484
|
-
}
|
|
2485
|
-
export interface ClientVpnEndpointStatus {
|
|
2486
|
-
Code?: ClientVpnEndpointStatusCode | string;
|
|
2487
|
-
Message?: string;
|
|
2488
|
-
}
|
|
2489
|
-
export interface CreateClientVpnEndpointResult {
|
|
2490
|
-
ClientVpnEndpointId?: string;
|
|
2491
|
-
Status?: ClientVpnEndpointStatus;
|
|
2492
|
-
DnsName?: string;
|
|
2493
|
-
}
|
|
2494
|
-
export interface CreateClientVpnRouteRequest {
|
|
2495
|
-
ClientVpnEndpointId: string | undefined;
|
|
2496
|
-
DestinationCidrBlock: string | undefined;
|
|
2497
|
-
TargetVpcSubnetId: string | undefined;
|
|
2498
|
-
Description?: string;
|
|
2499
|
-
ClientToken?: string;
|
|
2500
|
-
DryRun?: boolean;
|
|
2501
|
-
}
|
|
2502
2493
|
export declare const AcceleratorCountFilterSensitiveLog: (
|
|
2503
2494
|
obj: AcceleratorCount
|
|
2504
2495
|
) => any;
|
|
@@ -2757,6 +2748,15 @@ export declare const AssignedPrivateIpAddressFilterSensitiveLog: (
|
|
|
2757
2748
|
export declare const AssignPrivateIpAddressesResultFilterSensitiveLog: (
|
|
2758
2749
|
obj: AssignPrivateIpAddressesResult
|
|
2759
2750
|
) => any;
|
|
2751
|
+
export declare const AssignPrivateNatGatewayAddressRequestFilterSensitiveLog: (
|
|
2752
|
+
obj: AssignPrivateNatGatewayAddressRequest
|
|
2753
|
+
) => any;
|
|
2754
|
+
export declare const NatGatewayAddressFilterSensitiveLog: (
|
|
2755
|
+
obj: NatGatewayAddress
|
|
2756
|
+
) => any;
|
|
2757
|
+
export declare const AssignPrivateNatGatewayAddressResultFilterSensitiveLog: (
|
|
2758
|
+
obj: AssignPrivateNatGatewayAddressResult
|
|
2759
|
+
) => any;
|
|
2760
2760
|
export declare const AssociateAddressRequestFilterSensitiveLog: (
|
|
2761
2761
|
obj: AssociateAddressRequest
|
|
2762
2762
|
) => any;
|
|
@@ -2823,6 +2823,12 @@ export declare const IpamResourceDiscoveryAssociationFilterSensitiveLog: (
|
|
|
2823
2823
|
export declare const AssociateIpamResourceDiscoveryResultFilterSensitiveLog: (
|
|
2824
2824
|
obj: AssociateIpamResourceDiscoveryResult
|
|
2825
2825
|
) => any;
|
|
2826
|
+
export declare const AssociateNatGatewayAddressRequestFilterSensitiveLog: (
|
|
2827
|
+
obj: AssociateNatGatewayAddressRequest
|
|
2828
|
+
) => any;
|
|
2829
|
+
export declare const AssociateNatGatewayAddressResultFilterSensitiveLog: (
|
|
2830
|
+
obj: AssociateNatGatewayAddressResult
|
|
2831
|
+
) => any;
|
|
2826
2832
|
export declare const AssociateRouteTableRequestFilterSensitiveLog: (
|
|
2827
2833
|
obj: AssociateRouteTableRequest
|
|
2828
2834
|
) => any;
|
|
@@ -3155,15 +3161,3 @@ export declare const ClientLoginBannerOptionsFilterSensitiveLog: (
|
|
|
3155
3161
|
export declare const ConnectionLogOptionsFilterSensitiveLog: (
|
|
3156
3162
|
obj: ConnectionLogOptions
|
|
3157
3163
|
) => any;
|
|
3158
|
-
export declare const CreateClientVpnEndpointRequestFilterSensitiveLog: (
|
|
3159
|
-
obj: CreateClientVpnEndpointRequest
|
|
3160
|
-
) => any;
|
|
3161
|
-
export declare const ClientVpnEndpointStatusFilterSensitiveLog: (
|
|
3162
|
-
obj: ClientVpnEndpointStatus
|
|
3163
|
-
) => any;
|
|
3164
|
-
export declare const CreateClientVpnEndpointResultFilterSensitiveLog: (
|
|
3165
|
-
obj: CreateClientVpnEndpointResult
|
|
3166
|
-
) => any;
|
|
3167
|
-
export declare const CreateClientVpnRouteRequestFilterSensitiveLog: (
|
|
3168
|
-
obj: CreateClientVpnRouteRequest
|
|
3169
|
-
) => any;
|
|
@@ -13,14 +13,20 @@ import {
|
|
|
13
13
|
AddPrefixListEntry,
|
|
14
14
|
AddressFamily,
|
|
15
15
|
AttachmentStatus,
|
|
16
|
+
ClientConnectOptions,
|
|
17
|
+
ClientLoginBannerOptions,
|
|
18
|
+
ClientVpnAuthenticationRequest,
|
|
19
|
+
ConnectionLogOptions,
|
|
16
20
|
CurrencyCodeValues,
|
|
17
21
|
InstanceEventWindow,
|
|
18
22
|
Ipv4PrefixSpecification,
|
|
23
|
+
NatGatewayAddress,
|
|
19
24
|
PortRange,
|
|
20
25
|
Protocol,
|
|
21
26
|
ReservedInstancesListing,
|
|
22
27
|
ResourceType,
|
|
23
28
|
RouteTableAssociationState,
|
|
29
|
+
SelfServicePortal,
|
|
24
30
|
SubnetIpv6CidrBlockAssociation,
|
|
25
31
|
Tag,
|
|
26
32
|
TagSpecification,
|
|
@@ -29,6 +35,53 @@ import {
|
|
|
29
35
|
VpcIpv6CidrBlockAssociation,
|
|
30
36
|
WeekDay,
|
|
31
37
|
} from "./models_0";
|
|
38
|
+
export declare enum TransportProtocol {
|
|
39
|
+
tcp = "tcp",
|
|
40
|
+
udp = "udp",
|
|
41
|
+
}
|
|
42
|
+
export interface CreateClientVpnEndpointRequest {
|
|
43
|
+
ClientCidrBlock: string | undefined;
|
|
44
|
+
ServerCertificateArn: string | undefined;
|
|
45
|
+
AuthenticationOptions: ClientVpnAuthenticationRequest[] | undefined;
|
|
46
|
+
ConnectionLogOptions: ConnectionLogOptions | undefined;
|
|
47
|
+
DnsServers?: string[];
|
|
48
|
+
TransportProtocol?: TransportProtocol | string;
|
|
49
|
+
VpnPort?: number;
|
|
50
|
+
Description?: string;
|
|
51
|
+
SplitTunnel?: boolean;
|
|
52
|
+
DryRun?: boolean;
|
|
53
|
+
ClientToken?: string;
|
|
54
|
+
TagSpecifications?: TagSpecification[];
|
|
55
|
+
SecurityGroupIds?: string[];
|
|
56
|
+
VpcId?: string;
|
|
57
|
+
SelfServicePortal?: SelfServicePortal | string;
|
|
58
|
+
ClientConnectOptions?: ClientConnectOptions;
|
|
59
|
+
SessionTimeoutHours?: number;
|
|
60
|
+
ClientLoginBannerOptions?: ClientLoginBannerOptions;
|
|
61
|
+
}
|
|
62
|
+
export declare enum ClientVpnEndpointStatusCode {
|
|
63
|
+
available = "available",
|
|
64
|
+
deleted = "deleted",
|
|
65
|
+
deleting = "deleting",
|
|
66
|
+
pending_associate = "pending-associate",
|
|
67
|
+
}
|
|
68
|
+
export interface ClientVpnEndpointStatus {
|
|
69
|
+
Code?: ClientVpnEndpointStatusCode | string;
|
|
70
|
+
Message?: string;
|
|
71
|
+
}
|
|
72
|
+
export interface CreateClientVpnEndpointResult {
|
|
73
|
+
ClientVpnEndpointId?: string;
|
|
74
|
+
Status?: ClientVpnEndpointStatus;
|
|
75
|
+
DnsName?: string;
|
|
76
|
+
}
|
|
77
|
+
export interface CreateClientVpnRouteRequest {
|
|
78
|
+
ClientVpnEndpointId: string | undefined;
|
|
79
|
+
DestinationCidrBlock: string | undefined;
|
|
80
|
+
TargetVpcSubnetId: string | undefined;
|
|
81
|
+
Description?: string;
|
|
82
|
+
ClientToken?: string;
|
|
83
|
+
DryRun?: boolean;
|
|
84
|
+
}
|
|
32
85
|
export declare enum ClientVpnRouteStatusCode {
|
|
33
86
|
active = "active",
|
|
34
87
|
creating = "creating",
|
|
@@ -1487,12 +1540,9 @@ export interface CreateNatGatewayRequest {
|
|
|
1487
1540
|
TagSpecifications?: TagSpecification[];
|
|
1488
1541
|
ConnectivityType?: ConnectivityType | string;
|
|
1489
1542
|
PrivateIpAddress?: string;
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
NetworkInterfaceId?: string;
|
|
1494
|
-
PrivateIp?: string;
|
|
1495
|
-
PublicIp?: string;
|
|
1543
|
+
SecondaryAllocationIds?: string[];
|
|
1544
|
+
SecondaryPrivateIpAddresses?: string[];
|
|
1545
|
+
SecondaryPrivateIpAddressCount?: number;
|
|
1496
1546
|
}
|
|
1497
1547
|
export interface ProvisionedBandwidth {
|
|
1498
1548
|
ProvisionTime?: Date;
|
|
@@ -1917,45 +1967,18 @@ export interface RouteTableAssociation {
|
|
|
1917
1967
|
GatewayId?: string;
|
|
1918
1968
|
AssociationState?: RouteTableAssociationState;
|
|
1919
1969
|
}
|
|
1920
|
-
export
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
export declare
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
export interface Route {
|
|
1933
|
-
DestinationCidrBlock?: string;
|
|
1934
|
-
DestinationIpv6CidrBlock?: string;
|
|
1935
|
-
DestinationPrefixListId?: string;
|
|
1936
|
-
EgressOnlyInternetGatewayId?: string;
|
|
1937
|
-
GatewayId?: string;
|
|
1938
|
-
InstanceId?: string;
|
|
1939
|
-
InstanceOwnerId?: string;
|
|
1940
|
-
NatGatewayId?: string;
|
|
1941
|
-
TransitGatewayId?: string;
|
|
1942
|
-
LocalGatewayId?: string;
|
|
1943
|
-
CarrierGatewayId?: string;
|
|
1944
|
-
NetworkInterfaceId?: string;
|
|
1945
|
-
Origin?: RouteOrigin | string;
|
|
1946
|
-
State?: RouteState | string;
|
|
1947
|
-
VpcPeeringConnectionId?: string;
|
|
1948
|
-
CoreNetworkArn?: string;
|
|
1949
|
-
}
|
|
1950
|
-
export interface RouteTable {
|
|
1951
|
-
Associations?: RouteTableAssociation[];
|
|
1952
|
-
PropagatingVgws?: PropagatingVgw[];
|
|
1953
|
-
RouteTableId?: string;
|
|
1954
|
-
Routes?: Route[];
|
|
1955
|
-
Tags?: Tag[];
|
|
1956
|
-
VpcId?: string;
|
|
1957
|
-
OwnerId?: string;
|
|
1958
|
-
}
|
|
1970
|
+
export declare const CreateClientVpnEndpointRequestFilterSensitiveLog: (
|
|
1971
|
+
obj: CreateClientVpnEndpointRequest
|
|
1972
|
+
) => any;
|
|
1973
|
+
export declare const ClientVpnEndpointStatusFilterSensitiveLog: (
|
|
1974
|
+
obj: ClientVpnEndpointStatus
|
|
1975
|
+
) => any;
|
|
1976
|
+
export declare const CreateClientVpnEndpointResultFilterSensitiveLog: (
|
|
1977
|
+
obj: CreateClientVpnEndpointResult
|
|
1978
|
+
) => any;
|
|
1979
|
+
export declare const CreateClientVpnRouteRequestFilterSensitiveLog: (
|
|
1980
|
+
obj: CreateClientVpnRouteRequest
|
|
1981
|
+
) => any;
|
|
1959
1982
|
export declare const ClientVpnRouteStatusFilterSensitiveLog: (
|
|
1960
1983
|
obj: ClientVpnRouteStatus
|
|
1961
1984
|
) => any;
|
|
@@ -2461,9 +2484,6 @@ export declare const CreateManagedPrefixListResultFilterSensitiveLog: (
|
|
|
2461
2484
|
export declare const CreateNatGatewayRequestFilterSensitiveLog: (
|
|
2462
2485
|
obj: CreateNatGatewayRequest
|
|
2463
2486
|
) => any;
|
|
2464
|
-
export declare const NatGatewayAddressFilterSensitiveLog: (
|
|
2465
|
-
obj: NatGatewayAddress
|
|
2466
|
-
) => any;
|
|
2467
2487
|
export declare const ProvisionedBandwidthFilterSensitiveLog: (
|
|
2468
2488
|
obj: ProvisionedBandwidth
|
|
2469
2489
|
) => any;
|
|
@@ -2605,8 +2625,3 @@ export declare const CreateRouteTableRequestFilterSensitiveLog: (
|
|
|
2605
2625
|
export declare const RouteTableAssociationFilterSensitiveLog: (
|
|
2606
2626
|
obj: RouteTableAssociation
|
|
2607
2627
|
) => any;
|
|
2608
|
-
export declare const PropagatingVgwFilterSensitiveLog: (
|
|
2609
|
-
obj: PropagatingVgw
|
|
2610
|
-
) => any;
|
|
2611
|
-
export declare const RouteFilterSensitiveLog: (obj: Route) => any;
|
|
2612
|
-
export declare const RouteTableFilterSensitiveLog: (obj: RouteTable) => any;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ApplianceModeSupportValue,
|
|
3
3
|
CarrierGateway,
|
|
4
|
-
ClientVpnEndpointStatus,
|
|
5
4
|
DeviceTrustProviderType,
|
|
6
5
|
DnsSupportValue,
|
|
7
6
|
DynamicRoutingValue,
|
|
@@ -23,6 +22,7 @@ import {
|
|
|
23
22
|
VpcPeeringConnection,
|
|
24
23
|
} from "./models_0";
|
|
25
24
|
import {
|
|
25
|
+
ClientVpnEndpointStatus,
|
|
26
26
|
ClientVpnRouteStatus,
|
|
27
27
|
CoipCidr,
|
|
28
28
|
CoipPool,
|
|
@@ -37,12 +37,51 @@ import {
|
|
|
37
37
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
38
38
|
LocalGatewayRouteTableVpcAssociation,
|
|
39
39
|
ManagedPrefixList,
|
|
40
|
-
|
|
40
|
+
RouteTableAssociation,
|
|
41
41
|
Subnet,
|
|
42
42
|
Tenancy,
|
|
43
43
|
VolumeType,
|
|
44
44
|
Vpc,
|
|
45
45
|
} from "./models_1";
|
|
46
|
+
export interface PropagatingVgw {
|
|
47
|
+
GatewayId?: string;
|
|
48
|
+
}
|
|
49
|
+
export declare enum RouteOrigin {
|
|
50
|
+
CreateRoute = "CreateRoute",
|
|
51
|
+
CreateRouteTable = "CreateRouteTable",
|
|
52
|
+
EnableVgwRoutePropagation = "EnableVgwRoutePropagation",
|
|
53
|
+
}
|
|
54
|
+
export declare enum RouteState {
|
|
55
|
+
active = "active",
|
|
56
|
+
blackhole = "blackhole",
|
|
57
|
+
}
|
|
58
|
+
export interface Route {
|
|
59
|
+
DestinationCidrBlock?: string;
|
|
60
|
+
DestinationIpv6CidrBlock?: string;
|
|
61
|
+
DestinationPrefixListId?: string;
|
|
62
|
+
EgressOnlyInternetGatewayId?: string;
|
|
63
|
+
GatewayId?: string;
|
|
64
|
+
InstanceId?: string;
|
|
65
|
+
InstanceOwnerId?: string;
|
|
66
|
+
NatGatewayId?: string;
|
|
67
|
+
TransitGatewayId?: string;
|
|
68
|
+
LocalGatewayId?: string;
|
|
69
|
+
CarrierGatewayId?: string;
|
|
70
|
+
NetworkInterfaceId?: string;
|
|
71
|
+
Origin?: RouteOrigin | string;
|
|
72
|
+
State?: RouteState | string;
|
|
73
|
+
VpcPeeringConnectionId?: string;
|
|
74
|
+
CoreNetworkArn?: string;
|
|
75
|
+
}
|
|
76
|
+
export interface RouteTable {
|
|
77
|
+
Associations?: RouteTableAssociation[];
|
|
78
|
+
PropagatingVgws?: PropagatingVgw[];
|
|
79
|
+
RouteTableId?: string;
|
|
80
|
+
Routes?: Route[];
|
|
81
|
+
Tags?: Tag[];
|
|
82
|
+
VpcId?: string;
|
|
83
|
+
OwnerId?: string;
|
|
84
|
+
}
|
|
46
85
|
export interface CreateRouteTableResult {
|
|
47
86
|
RouteTable?: RouteTable;
|
|
48
87
|
}
|
|
@@ -1675,24 +1714,11 @@ export interface DeleteTrafficMirrorSessionRequest {
|
|
|
1675
1714
|
export interface DeleteTrafficMirrorSessionResult {
|
|
1676
1715
|
TrafficMirrorSessionId?: string;
|
|
1677
1716
|
}
|
|
1678
|
-
export
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
export
|
|
1683
|
-
TrafficMirrorTargetId?: string;
|
|
1684
|
-
}
|
|
1685
|
-
export interface DeleteTransitGatewayRequest {
|
|
1686
|
-
TransitGatewayId: string | undefined;
|
|
1687
|
-
DryRun?: boolean;
|
|
1688
|
-
}
|
|
1689
|
-
export interface DeleteTransitGatewayResult {
|
|
1690
|
-
TransitGateway?: TransitGateway;
|
|
1691
|
-
}
|
|
1692
|
-
export interface DeleteTransitGatewayConnectRequest {
|
|
1693
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1694
|
-
DryRun?: boolean;
|
|
1695
|
-
}
|
|
1717
|
+
export declare const PropagatingVgwFilterSensitiveLog: (
|
|
1718
|
+
obj: PropagatingVgw
|
|
1719
|
+
) => any;
|
|
1720
|
+
export declare const RouteFilterSensitiveLog: (obj: Route) => any;
|
|
1721
|
+
export declare const RouteTableFilterSensitiveLog: (obj: RouteTable) => any;
|
|
1696
1722
|
export declare const CreateRouteTableResultFilterSensitiveLog: (
|
|
1697
1723
|
obj: CreateRouteTableResult
|
|
1698
1724
|
) => any;
|
|
@@ -2394,18 +2420,3 @@ export declare const DeleteTrafficMirrorSessionRequestFilterSensitiveLog: (
|
|
|
2394
2420
|
export declare const DeleteTrafficMirrorSessionResultFilterSensitiveLog: (
|
|
2395
2421
|
obj: DeleteTrafficMirrorSessionResult
|
|
2396
2422
|
) => any;
|
|
2397
|
-
export declare const DeleteTrafficMirrorTargetRequestFilterSensitiveLog: (
|
|
2398
|
-
obj: DeleteTrafficMirrorTargetRequest
|
|
2399
|
-
) => any;
|
|
2400
|
-
export declare const DeleteTrafficMirrorTargetResultFilterSensitiveLog: (
|
|
2401
|
-
obj: DeleteTrafficMirrorTargetResult
|
|
2402
|
-
) => any;
|
|
2403
|
-
export declare const DeleteTransitGatewayRequestFilterSensitiveLog: (
|
|
2404
|
-
obj: DeleteTransitGatewayRequest
|
|
2405
|
-
) => any;
|
|
2406
|
-
export declare const DeleteTransitGatewayResultFilterSensitiveLog: (
|
|
2407
|
-
obj: DeleteTransitGatewayResult
|
|
2408
|
-
) => any;
|
|
2409
|
-
export declare const DeleteTransitGatewayConnectRequestFilterSensitiveLog: (
|
|
2410
|
-
obj: DeleteTransitGatewayConnectRequest
|
|
2411
|
-
) => any;
|