@aws-sdk/client-ec2 3.816.0 → 3.818.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 +8 -0
- package/dist-cjs/index.js +317 -126
- package/dist-cjs/runtimeConfig.js +4 -1
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/DescribeVpnConnectionsCommand.js +1 -1
- package/dist-es/commands/GetActiveVpnTunnelStatusCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/models/models_1.js +55 -0
- package/dist-es/models/models_5.js +0 -7
- package/dist-es/models/models_6.js +7 -0
- package/dist-es/protocols/Aws_ec2.js +155 -44
- package/dist-es/runtimeConfig.js +4 -1
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateFleetCommand.d.ts +4 -4
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +84 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -2
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -0
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -0
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -0
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -0
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +64 -48
- package/dist-types/models/models_1.d.ts +103 -28
- package/dist-types/models/models_2.d.ts +29 -58
- package/dist-types/models/models_3.d.ts +68 -57
- package/dist-types/models/models_4.d.ts +59 -72
- package/dist-types/models/models_5.d.ts +73 -106
- package/dist-types/models/models_6.d.ts +132 -100
- package/dist-types/models/models_7.d.ts +112 -65
- package/dist-types/models/models_8.d.ts +66 -3
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +17 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +18 -11
- package/dist-types/ts3.4/models/models_1.d.ts +66 -7
- package/dist-types/ts3.4/models/models_2.d.ts +7 -14
- package/dist-types/ts3.4/models/models_3.d.ts +15 -11
- package/dist-types/ts3.4/models/models_4.d.ts +13 -12
- package/dist-types/ts3.4/models/models_5.d.ts +13 -13
- package/dist-types/ts3.4/models/models_6.d.ts +21 -23
- package/dist-types/ts3.4/models/models_7.d.ts +26 -17
- package/dist-types/ts3.4/models/models_8.d.ts +18 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +2 -2
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeClientVpnConnectionsResult,
|
|
11
|
-
} from "../models/models_3";
|
|
8
|
+
import { DescribeClientVpnConnectionsRequest } from "../models/models_3";
|
|
9
|
+
import { DescribeClientVpnConnectionsResult } from "../models/models_4";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeClientVpnConnectionsCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DescribeClientVpnEndpointsRequest,
|
|
10
|
+
DescribeClientVpnEndpointsResult,
|
|
11
|
+
} from "../models/models_4";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DescribeClientVpnEndpointsCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeKeyPairsResult,
|
|
11
|
-
} from "../models/models_4";
|
|
8
|
+
import { DescribeKeyPairsRequest } from "../models/models_4";
|
|
9
|
+
import { DescribeKeyPairsResult } from "../models/models_5";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeKeyPairsCommandInput extends DescribeKeyPairsRequest {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DescribeLaunchTemplatesRequest,
|
|
10
|
+
DescribeLaunchTemplatesResult,
|
|
11
|
+
} from "../models/models_5";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DescribeLaunchTemplatesCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
GetActiveVpnTunnelStatusRequest,
|
|
10
|
+
GetActiveVpnTunnelStatusResult,
|
|
11
|
+
} from "../models/models_6";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetActiveVpnTunnelStatusCommandInput
|
|
15
|
+
extends GetActiveVpnTunnelStatusRequest {}
|
|
16
|
+
export interface GetActiveVpnTunnelStatusCommandOutput
|
|
17
|
+
extends GetActiveVpnTunnelStatusResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetActiveVpnTunnelStatusCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetActiveVpnTunnelStatusCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetActiveVpnTunnelStatusCommandInput,
|
|
24
|
+
GetActiveVpnTunnelStatusCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetActiveVpnTunnelStatusCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetActiveVpnTunnelStatusCommandInput,
|
|
33
|
+
GetActiveVpnTunnelStatusCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetActiveVpnTunnelStatusCommand extends GetActiveVpnTunnelStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetActiveVpnTunnelStatusRequest;
|
|
44
|
+
output: GetActiveVpnTunnelStatusResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetActiveVpnTunnelStatusCommandInput;
|
|
48
|
+
output: GetActiveVpnTunnelStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetTransitGatewayPolicyTableAssociationsResult,
|
|
11
|
-
} from "../models/models_6";
|
|
8
|
+
import { GetTransitGatewayPolicyTableAssociationsRequest } from "../models/models_6";
|
|
9
|
+
import { GetTransitGatewayPolicyTableAssociationsResult } from "../models/models_7";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface GetTransitGatewayPolicyTableAssociationsCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
GetTransitGatewayPolicyTableEntriesRequest,
|
|
10
|
+
GetTransitGatewayPolicyTableEntriesResult,
|
|
11
|
+
} from "../models/models_7";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface GetTransitGatewayPolicyTableEntriesCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import { ReleaseHostsRequest, ReleaseHostsResult } from "../models/
|
|
8
|
+
import { ReleaseHostsRequest, ReleaseHostsResult } from "../models/models_8";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ReleaseHostsCommandInput extends ReleaseHostsRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ReleaseIpamPoolAllocationRequest,
|
|
10
10
|
ReleaseIpamPoolAllocationResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ReleaseIpamPoolAllocationCommandInput
|
|
@@ -473,6 +473,7 @@ export * from "./ExportClientVpnClientConfigurationCommand";
|
|
|
473
473
|
export * from "./ExportImageCommand";
|
|
474
474
|
export * from "./ExportTransitGatewayRoutesCommand";
|
|
475
475
|
export * from "./ExportVerifiedAccessInstanceClientConfigurationCommand";
|
|
476
|
+
export * from "./GetActiveVpnTunnelStatusCommand";
|
|
476
477
|
export * from "./GetAllowedImagesSettingsCommand";
|
|
477
478
|
export * from "./GetAssociatedEnclaveCertificateIamRolesCommand";
|
|
478
479
|
export * from "./GetAssociatedIpv6PoolCidrsCommand";
|
|
@@ -682,6 +682,24 @@ export interface ActiveInstance {
|
|
|
682
682
|
SpotInstanceRequestId?: string | undefined;
|
|
683
683
|
InstanceHealth?: InstanceHealthStatus | undefined;
|
|
684
684
|
}
|
|
685
|
+
export declare const VpnTunnelProvisioningStatus: {
|
|
686
|
+
readonly available: "available";
|
|
687
|
+
readonly failed: "failed";
|
|
688
|
+
readonly pending: "pending";
|
|
689
|
+
};
|
|
690
|
+
export type VpnTunnelProvisioningStatus =
|
|
691
|
+
(typeof VpnTunnelProvisioningStatus)[keyof typeof VpnTunnelProvisioningStatus];
|
|
692
|
+
export interface ActiveVpnTunnelStatus {
|
|
693
|
+
Phase1EncryptionAlgorithm?: string | undefined;
|
|
694
|
+
Phase2EncryptionAlgorithm?: string | undefined;
|
|
695
|
+
Phase1IntegrityAlgorithm?: string | undefined;
|
|
696
|
+
Phase2IntegrityAlgorithm?: string | undefined;
|
|
697
|
+
Phase1DHGroup?: number | undefined;
|
|
698
|
+
Phase2DHGroup?: number | undefined;
|
|
699
|
+
IkeVersion?: string | undefined;
|
|
700
|
+
ProvisioningStatus?: VpnTunnelProvisioningStatus | undefined;
|
|
701
|
+
ProvisioningStatusReason?: string | undefined;
|
|
702
|
+
}
|
|
685
703
|
export declare const ActivityStatus: {
|
|
686
704
|
readonly ERROR: "error";
|
|
687
705
|
readonly FULFILLED: "fulfilled";
|
|
@@ -1977,17 +1995,6 @@ export interface ConfirmProductInstanceResult {
|
|
|
1977
1995
|
Return?: boolean | undefined;
|
|
1978
1996
|
OwnerId?: string | undefined;
|
|
1979
1997
|
}
|
|
1980
|
-
export interface CopyFpgaImageRequest {
|
|
1981
|
-
DryRun?: boolean | undefined;
|
|
1982
|
-
SourceFpgaImageId: string | undefined;
|
|
1983
|
-
Description?: string | undefined;
|
|
1984
|
-
Name?: string | undefined;
|
|
1985
|
-
SourceRegion: string | undefined;
|
|
1986
|
-
ClientToken?: string | undefined;
|
|
1987
|
-
}
|
|
1988
|
-
export interface CopyFpgaImageResult {
|
|
1989
|
-
FpgaImageId?: string | undefined;
|
|
1990
|
-
}
|
|
1991
1998
|
export declare const OidcOptionsFilterSensitiveLog: (obj: OidcOptions) => any;
|
|
1992
1999
|
export declare const VerifiedAccessTrustProviderFilterSensitiveLog: (
|
|
1993
2000
|
obj: VerifiedAccessTrustProvider
|
|
@@ -21,6 +21,17 @@ import {
|
|
|
21
21
|
VpcIpv6CidrBlockAssociation,
|
|
22
22
|
WeekDay,
|
|
23
23
|
} from "./models_0";
|
|
24
|
+
export interface CopyFpgaImageRequest {
|
|
25
|
+
DryRun?: boolean | undefined;
|
|
26
|
+
SourceFpgaImageId: string | undefined;
|
|
27
|
+
Description?: string | undefined;
|
|
28
|
+
Name?: string | undefined;
|
|
29
|
+
SourceRegion: string | undefined;
|
|
30
|
+
ClientToken?: string | undefined;
|
|
31
|
+
}
|
|
32
|
+
export interface CopyFpgaImageResult {
|
|
33
|
+
FpgaImageId?: string | undefined;
|
|
34
|
+
}
|
|
24
35
|
export interface CopyImageRequest {
|
|
25
36
|
ClientToken?: string | undefined;
|
|
26
37
|
Description?: string | undefined;
|
|
@@ -372,6 +383,8 @@ export declare const _InstanceType: {
|
|
|
372
383
|
readonly c7i_48xlarge: "c7i.48xlarge";
|
|
373
384
|
readonly c7i_4xlarge: "c7i.4xlarge";
|
|
374
385
|
readonly c7i_8xlarge: "c7i.8xlarge";
|
|
386
|
+
readonly c7i_flex_12xlarge: "c7i-flex.12xlarge";
|
|
387
|
+
readonly c7i_flex_16xlarge: "c7i-flex.16xlarge";
|
|
375
388
|
readonly c7i_flex_2xlarge: "c7i-flex.2xlarge";
|
|
376
389
|
readonly c7i_flex_4xlarge: "c7i-flex.4xlarge";
|
|
377
390
|
readonly c7i_flex_8xlarge: "c7i-flex.8xlarge";
|
|
@@ -393,6 +406,18 @@ export declare const _InstanceType: {
|
|
|
393
406
|
readonly c8g_metal_24xl: "c8g.metal-24xl";
|
|
394
407
|
readonly c8g_metal_48xl: "c8g.metal-48xl";
|
|
395
408
|
readonly c8g_xlarge: "c8g.xlarge";
|
|
409
|
+
readonly c8gd_12xlarge: "c8gd.12xlarge";
|
|
410
|
+
readonly c8gd_16xlarge: "c8gd.16xlarge";
|
|
411
|
+
readonly c8gd_24xlarge: "c8gd.24xlarge";
|
|
412
|
+
readonly c8gd_2xlarge: "c8gd.2xlarge";
|
|
413
|
+
readonly c8gd_48xlarge: "c8gd.48xlarge";
|
|
414
|
+
readonly c8gd_4xlarge: "c8gd.4xlarge";
|
|
415
|
+
readonly c8gd_8xlarge: "c8gd.8xlarge";
|
|
416
|
+
readonly c8gd_large: "c8gd.large";
|
|
417
|
+
readonly c8gd_medium: "c8gd.medium";
|
|
418
|
+
readonly c8gd_metal_24xl: "c8gd.metal-24xl";
|
|
419
|
+
readonly c8gd_metal_48xl: "c8gd.metal-48xl";
|
|
420
|
+
readonly c8gd_xlarge: "c8gd.xlarge";
|
|
396
421
|
readonly cc1_4xlarge: "cc1.4xlarge";
|
|
397
422
|
readonly cc2_8xlarge: "cc2.8xlarge";
|
|
398
423
|
readonly cg1_4xlarge: "cg1.4xlarge";
|
|
@@ -518,6 +543,17 @@ export declare const _InstanceType: {
|
|
|
518
543
|
readonly i4i_large: "i4i.large";
|
|
519
544
|
readonly i4i_metal: "i4i.metal";
|
|
520
545
|
readonly i4i_xlarge: "i4i.xlarge";
|
|
546
|
+
readonly i7i_12xlarge: "i7i.12xlarge";
|
|
547
|
+
readonly i7i_16xlarge: "i7i.16xlarge";
|
|
548
|
+
readonly i7i_24xlarge: "i7i.24xlarge";
|
|
549
|
+
readonly i7i_2xlarge: "i7i.2xlarge";
|
|
550
|
+
readonly i7i_48xlarge: "i7i.48xlarge";
|
|
551
|
+
readonly i7i_4xlarge: "i7i.4xlarge";
|
|
552
|
+
readonly i7i_8xlarge: "i7i.8xlarge";
|
|
553
|
+
readonly i7i_large: "i7i.large";
|
|
554
|
+
readonly i7i_metal_24xl: "i7i.metal-24xl";
|
|
555
|
+
readonly i7i_metal_48xl: "i7i.metal-48xl";
|
|
556
|
+
readonly i7i_xlarge: "i7i.xlarge";
|
|
521
557
|
readonly i7ie_12xlarge: "i7ie.12xlarge";
|
|
522
558
|
readonly i7ie_18xlarge: "i7ie.18xlarge";
|
|
523
559
|
readonly i7ie_24xlarge: "i7ie.24xlarge";
|
|
@@ -526,11 +562,14 @@ export declare const _InstanceType: {
|
|
|
526
562
|
readonly i7ie_48xlarge: "i7ie.48xlarge";
|
|
527
563
|
readonly i7ie_6xlarge: "i7ie.6xlarge";
|
|
528
564
|
readonly i7ie_large: "i7ie.large";
|
|
565
|
+
readonly i7ie_metal_24xl: "i7ie.metal-24xl";
|
|
566
|
+
readonly i7ie_metal_48xl: "i7ie.metal-48xl";
|
|
529
567
|
readonly i7ie_xlarge: "i7ie.xlarge";
|
|
530
568
|
readonly i8g_12xlarge: "i8g.12xlarge";
|
|
531
569
|
readonly i8g_16xlarge: "i8g.16xlarge";
|
|
532
570
|
readonly i8g_24xlarge: "i8g.24xlarge";
|
|
533
571
|
readonly i8g_2xlarge: "i8g.2xlarge";
|
|
572
|
+
readonly i8g_48xlarge: "i8g.48xlarge";
|
|
534
573
|
readonly i8g_4xlarge: "i8g.4xlarge";
|
|
535
574
|
readonly i8g_8xlarge: "i8g.8xlarge";
|
|
536
575
|
readonly i8g_large: "i8g.large";
|
|
@@ -738,6 +777,8 @@ export declare const _InstanceType: {
|
|
|
738
777
|
readonly m7i_48xlarge: "m7i.48xlarge";
|
|
739
778
|
readonly m7i_4xlarge: "m7i.4xlarge";
|
|
740
779
|
readonly m7i_8xlarge: "m7i.8xlarge";
|
|
780
|
+
readonly m7i_flex_12xlarge: "m7i-flex.12xlarge";
|
|
781
|
+
readonly m7i_flex_16xlarge: "m7i-flex.16xlarge";
|
|
741
782
|
readonly m7i_flex_2xlarge: "m7i-flex.2xlarge";
|
|
742
783
|
readonly m7i_flex_4xlarge: "m7i-flex.4xlarge";
|
|
743
784
|
readonly m7i_flex_8xlarge: "m7i-flex.8xlarge";
|
|
@@ -759,6 +800,18 @@ export declare const _InstanceType: {
|
|
|
759
800
|
readonly m8g_metal_24xl: "m8g.metal-24xl";
|
|
760
801
|
readonly m8g_metal_48xl: "m8g.metal-48xl";
|
|
761
802
|
readonly m8g_xlarge: "m8g.xlarge";
|
|
803
|
+
readonly m8gd_12xlarge: "m8gd.12xlarge";
|
|
804
|
+
readonly m8gd_16xlarge: "m8gd.16xlarge";
|
|
805
|
+
readonly m8gd_24xlarge: "m8gd.24xlarge";
|
|
806
|
+
readonly m8gd_2xlarge: "m8gd.2xlarge";
|
|
807
|
+
readonly m8gd_48xlarge: "m8gd.48xlarge";
|
|
808
|
+
readonly m8gd_4xlarge: "m8gd.4xlarge";
|
|
809
|
+
readonly m8gd_8xlarge: "m8gd.8xlarge";
|
|
810
|
+
readonly m8gd_large: "m8gd.large";
|
|
811
|
+
readonly m8gd_medium: "m8gd.medium";
|
|
812
|
+
readonly m8gd_metal_24xl: "m8gd.metal-24xl";
|
|
813
|
+
readonly m8gd_metal_48xl: "m8gd.metal-48xl";
|
|
814
|
+
readonly m8gd_xlarge: "m8gd.xlarge";
|
|
762
815
|
readonly mac1_metal: "mac1.metal";
|
|
763
816
|
readonly mac2_m1ultra_metal: "mac2-m1ultra.metal";
|
|
764
817
|
readonly mac2_m2_metal: "mac2-m2.metal";
|
|
@@ -776,6 +829,7 @@ export declare const _InstanceType: {
|
|
|
776
829
|
readonly p5_48xlarge: "p5.48xlarge";
|
|
777
830
|
readonly p5e_48xlarge: "p5e.48xlarge";
|
|
778
831
|
readonly p5en_48xlarge: "p5en.48xlarge";
|
|
832
|
+
readonly p6_b200_48xlarge: "p6-b200.48xlarge";
|
|
779
833
|
readonly r3_2xlarge: "r3.2xlarge";
|
|
780
834
|
readonly r3_4xlarge: "r3.4xlarge";
|
|
781
835
|
readonly r3_8xlarge: "r3.8xlarge";
|
|
@@ -980,6 +1034,18 @@ export declare const _InstanceType: {
|
|
|
980
1034
|
readonly r8g_metal_24xl: "r8g.metal-24xl";
|
|
981
1035
|
readonly r8g_metal_48xl: "r8g.metal-48xl";
|
|
982
1036
|
readonly r8g_xlarge: "r8g.xlarge";
|
|
1037
|
+
readonly r8gd_12xlarge: "r8gd.12xlarge";
|
|
1038
|
+
readonly r8gd_16xlarge: "r8gd.16xlarge";
|
|
1039
|
+
readonly r8gd_24xlarge: "r8gd.24xlarge";
|
|
1040
|
+
readonly r8gd_2xlarge: "r8gd.2xlarge";
|
|
1041
|
+
readonly r8gd_48xlarge: "r8gd.48xlarge";
|
|
1042
|
+
readonly r8gd_4xlarge: "r8gd.4xlarge";
|
|
1043
|
+
readonly r8gd_8xlarge: "r8gd.8xlarge";
|
|
1044
|
+
readonly r8gd_large: "r8gd.large";
|
|
1045
|
+
readonly r8gd_medium: "r8gd.medium";
|
|
1046
|
+
readonly r8gd_metal_24xl: "r8gd.metal-24xl";
|
|
1047
|
+
readonly r8gd_metal_48xl: "r8gd.metal-48xl";
|
|
1048
|
+
readonly r8gd_xlarge: "r8gd.xlarge";
|
|
983
1049
|
readonly t1_micro: "t1.micro";
|
|
984
1050
|
readonly t2_2xlarge: "t2.2xlarge";
|
|
985
1051
|
readonly t2_large: "t2.large";
|
|
@@ -2940,13 +3006,6 @@ export interface LaunchTemplateEnaSrdSpecification {
|
|
|
2940
3006
|
EnaSrdEnabled?: boolean | undefined;
|
|
2941
3007
|
EnaSrdUdpSpecification?: LaunchTemplateEnaSrdUdpSpecification | undefined;
|
|
2942
3008
|
}
|
|
2943
|
-
export interface Ipv4PrefixSpecificationResponse {
|
|
2944
|
-
Ipv4Prefix?: string | undefined;
|
|
2945
|
-
}
|
|
2946
|
-
export interface InstanceIpv6Address {
|
|
2947
|
-
Ipv6Address?: string | undefined;
|
|
2948
|
-
IsPrimaryIpv6?: boolean | undefined;
|
|
2949
|
-
}
|
|
2950
3009
|
export declare const CopySnapshotRequestFilterSensitiveLog: (
|
|
2951
3010
|
obj: CopySnapshotRequest
|
|
2952
3011
|
) => any;
|
|
@@ -38,10 +38,8 @@ import {
|
|
|
38
38
|
ElasticGpuSpecificationResponse,
|
|
39
39
|
HostnameType,
|
|
40
40
|
InstanceBandwidthWeighting,
|
|
41
|
-
InstanceIpv6Address,
|
|
42
41
|
InstanceRequirements,
|
|
43
42
|
Ipv4PrefixSpecificationRequest,
|
|
44
|
-
Ipv4PrefixSpecificationResponse,
|
|
45
43
|
Ipv6PrefixSpecificationRequest,
|
|
46
44
|
LaunchTemplateBlockDeviceMapping,
|
|
47
45
|
LaunchTemplateCapacityReservationSpecificationResponse,
|
|
@@ -68,6 +66,13 @@ import {
|
|
|
68
66
|
VolumeType,
|
|
69
67
|
Vpc,
|
|
70
68
|
} from "./models_1";
|
|
69
|
+
export interface Ipv4PrefixSpecificationResponse {
|
|
70
|
+
Ipv4Prefix?: string | undefined;
|
|
71
|
+
}
|
|
72
|
+
export interface InstanceIpv6Address {
|
|
73
|
+
Ipv6Address?: string | undefined;
|
|
74
|
+
IsPrimaryIpv6?: boolean | undefined;
|
|
75
|
+
}
|
|
71
76
|
export interface Ipv6PrefixSpecificationResponse {
|
|
72
77
|
Ipv6Prefix?: string | undefined;
|
|
73
78
|
}
|
|
@@ -2326,18 +2331,6 @@ export interface VpcEndpoint {
|
|
|
2326
2331
|
ResourceConfigurationArn?: string | undefined;
|
|
2327
2332
|
ServiceRegion?: string | undefined;
|
|
2328
2333
|
}
|
|
2329
|
-
export interface CreateVpcEndpointResult {
|
|
2330
|
-
VpcEndpoint?: VpcEndpoint | undefined;
|
|
2331
|
-
ClientToken?: string | undefined;
|
|
2332
|
-
}
|
|
2333
|
-
export interface CreateVpcEndpointConnectionNotificationRequest {
|
|
2334
|
-
DryRun?: boolean | undefined;
|
|
2335
|
-
ServiceId?: string | undefined;
|
|
2336
|
-
VpcEndpointId?: string | undefined;
|
|
2337
|
-
ConnectionNotificationArn: string | undefined;
|
|
2338
|
-
ConnectionEvents: string[] | undefined;
|
|
2339
|
-
ClientToken?: string | undefined;
|
|
2340
|
-
}
|
|
2341
2334
|
export declare const ResponseLaunchTemplateDataFilterSensitiveLog: (
|
|
2342
2335
|
obj: ResponseLaunchTemplateData
|
|
2343
2336
|
) => any;
|
|
@@ -65,7 +65,20 @@ import {
|
|
|
65
65
|
VerifiedAccessEndpoint,
|
|
66
66
|
VerifiedAccessGroup,
|
|
67
67
|
VpcBlockPublicAccessExclusion,
|
|
68
|
+
VpcEndpoint,
|
|
68
69
|
} from "./models_2";
|
|
70
|
+
export interface CreateVpcEndpointResult {
|
|
71
|
+
VpcEndpoint?: VpcEndpoint | undefined;
|
|
72
|
+
ClientToken?: string | undefined;
|
|
73
|
+
}
|
|
74
|
+
export interface CreateVpcEndpointConnectionNotificationRequest {
|
|
75
|
+
DryRun?: boolean | undefined;
|
|
76
|
+
ServiceId?: string | undefined;
|
|
77
|
+
VpcEndpointId?: string | undefined;
|
|
78
|
+
ConnectionNotificationArn: string | undefined;
|
|
79
|
+
ConnectionEvents: string[] | undefined;
|
|
80
|
+
ClientToken?: string | undefined;
|
|
81
|
+
}
|
|
69
82
|
export declare const ConnectionNotificationState: {
|
|
70
83
|
readonly Disabled: "Disabled";
|
|
71
84
|
readonly Enabled: "Enabled";
|
|
@@ -263,6 +276,7 @@ export interface CreateVpnConnectionRequest {
|
|
|
263
276
|
VpnGatewayId?: string | undefined;
|
|
264
277
|
TransitGatewayId?: string | undefined;
|
|
265
278
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
279
|
+
PreSharedKeyStorage?: string | undefined;
|
|
266
280
|
DryRun?: boolean | undefined;
|
|
267
281
|
Options?: VpnConnectionOptionsSpecification | undefined;
|
|
268
282
|
}
|
|
@@ -383,6 +397,7 @@ export interface VpnConnection {
|
|
|
383
397
|
Routes?: VpnStaticRoute[] | undefined;
|
|
384
398
|
Tags?: Tag[] | undefined;
|
|
385
399
|
VgwTelemetry?: VgwTelemetry[] | undefined;
|
|
400
|
+
PreSharedKeyArn?: string | undefined;
|
|
386
401
|
VpnConnectionId?: string | undefined;
|
|
387
402
|
State?: VpnState | undefined;
|
|
388
403
|
CustomerGatewayConfiguration?: string | undefined;
|
|
@@ -1582,17 +1597,6 @@ export interface ClientVpnConnection {
|
|
|
1582
1597
|
ConnectionEndTime?: string | undefined;
|
|
1583
1598
|
PostureComplianceStatuses?: string[] | undefined;
|
|
1584
1599
|
}
|
|
1585
|
-
export interface DescribeClientVpnConnectionsResult {
|
|
1586
|
-
Connections?: ClientVpnConnection[] | undefined;
|
|
1587
|
-
NextToken?: string | undefined;
|
|
1588
|
-
}
|
|
1589
|
-
export interface DescribeClientVpnEndpointsRequest {
|
|
1590
|
-
ClientVpnEndpointIds?: string[] | undefined;
|
|
1591
|
-
MaxResults?: number | undefined;
|
|
1592
|
-
NextToken?: string | undefined;
|
|
1593
|
-
Filters?: Filter[] | undefined;
|
|
1594
|
-
DryRun?: boolean | undefined;
|
|
1595
|
-
}
|
|
1596
1600
|
export declare const VpnTunnelOptionsSpecificationFilterSensitiveLog: (
|
|
1597
1601
|
obj: VpnTunnelOptionsSpecification
|
|
1598
1602
|
) => any;
|
|
@@ -42,7 +42,6 @@ import {
|
|
|
42
42
|
FleetType,
|
|
43
43
|
HostnameType,
|
|
44
44
|
InstanceBandwidthWeighting,
|
|
45
|
-
InstanceIpv6Address,
|
|
46
45
|
InstanceLifecycle,
|
|
47
46
|
InternetGateway,
|
|
48
47
|
Ipam,
|
|
@@ -64,16 +63,29 @@ import {
|
|
|
64
63
|
} from "./models_1";
|
|
65
64
|
import {
|
|
66
65
|
GroupIdentifier,
|
|
66
|
+
InstanceIpv6Address,
|
|
67
67
|
NetworkInterfaceStatus,
|
|
68
68
|
StateReason,
|
|
69
69
|
} from "./models_2";
|
|
70
70
|
import {
|
|
71
71
|
Byoasn,
|
|
72
|
+
ClientVpnConnection,
|
|
72
73
|
Filter,
|
|
73
74
|
FleetStateCode,
|
|
74
75
|
IdFormat,
|
|
75
76
|
InstanceTagNotificationAttribute,
|
|
76
77
|
} from "./models_3";
|
|
78
|
+
export interface DescribeClientVpnConnectionsResult {
|
|
79
|
+
Connections?: ClientVpnConnection[] | undefined;
|
|
80
|
+
NextToken?: string | undefined;
|
|
81
|
+
}
|
|
82
|
+
export interface DescribeClientVpnEndpointsRequest {
|
|
83
|
+
ClientVpnEndpointIds?: string[] | undefined;
|
|
84
|
+
MaxResults?: number | undefined;
|
|
85
|
+
NextToken?: string | undefined;
|
|
86
|
+
Filters?: Filter[] | undefined;
|
|
87
|
+
DryRun?: boolean | undefined;
|
|
88
|
+
}
|
|
77
89
|
export declare const AssociatedNetworkType: {
|
|
78
90
|
readonly vpc: "vpc";
|
|
79
91
|
};
|
|
@@ -2084,17 +2096,6 @@ export interface KeyPairInfo {
|
|
|
2084
2096
|
KeyName?: string | undefined;
|
|
2085
2097
|
KeyFingerprint?: string | undefined;
|
|
2086
2098
|
}
|
|
2087
|
-
export interface DescribeKeyPairsResult {
|
|
2088
|
-
KeyPairs?: KeyPairInfo[] | undefined;
|
|
2089
|
-
}
|
|
2090
|
-
export interface DescribeLaunchTemplatesRequest {
|
|
2091
|
-
DryRun?: boolean | undefined;
|
|
2092
|
-
LaunchTemplateIds?: string[] | undefined;
|
|
2093
|
-
LaunchTemplateNames?: string[] | undefined;
|
|
2094
|
-
Filters?: Filter[] | undefined;
|
|
2095
|
-
NextToken?: string | undefined;
|
|
2096
|
-
MaxResults?: number | undefined;
|
|
2097
|
-
}
|
|
2098
2099
|
export declare const DiskImageDescriptionFilterSensitiveLog: (
|
|
2099
2100
|
obj: DiskImageDescription
|
|
2100
2101
|
) => any;
|
|
@@ -36,7 +36,6 @@ import {
|
|
|
36
36
|
FleetLaunchTemplateSpecification,
|
|
37
37
|
FleetType,
|
|
38
38
|
InstanceInterruptionBehavior,
|
|
39
|
-
InstanceIpv6Address,
|
|
40
39
|
InstanceRequirements,
|
|
41
40
|
Ipv4PrefixSpecificationRequest,
|
|
42
41
|
Ipv6PrefixSpecificationRequest,
|
|
@@ -53,6 +52,7 @@ import {
|
|
|
53
52
|
import {
|
|
54
53
|
DnsEntry,
|
|
55
54
|
GroupIdentifier,
|
|
55
|
+
InstanceIpv6Address,
|
|
56
56
|
IpAddressType,
|
|
57
57
|
LaunchTemplateVersion,
|
|
58
58
|
LocalGatewayRouteTable,
|
|
@@ -106,14 +106,25 @@ import {
|
|
|
106
106
|
ServiceConfiguration,
|
|
107
107
|
ServiceConnectivityType,
|
|
108
108
|
ServiceTypeDetail,
|
|
109
|
-
VpnConnection,
|
|
110
109
|
} from "./models_3";
|
|
111
110
|
import {
|
|
112
111
|
AttributeBooleanValue,
|
|
113
112
|
EventInformation,
|
|
113
|
+
KeyPairInfo,
|
|
114
114
|
PermissionGroup,
|
|
115
115
|
ProductCode,
|
|
116
116
|
} from "./models_4";
|
|
117
|
+
export interface DescribeKeyPairsResult {
|
|
118
|
+
KeyPairs?: KeyPairInfo[] | undefined;
|
|
119
|
+
}
|
|
120
|
+
export interface DescribeLaunchTemplatesRequest {
|
|
121
|
+
DryRun?: boolean | undefined;
|
|
122
|
+
LaunchTemplateIds?: string[] | undefined;
|
|
123
|
+
LaunchTemplateNames?: string[] | undefined;
|
|
124
|
+
Filters?: Filter[] | undefined;
|
|
125
|
+
NextToken?: string | undefined;
|
|
126
|
+
MaxResults?: number | undefined;
|
|
127
|
+
}
|
|
117
128
|
export interface DescribeLaunchTemplatesResult {
|
|
118
129
|
LaunchTemplates?: LaunchTemplate[] | undefined;
|
|
119
130
|
NextToken?: string | undefined;
|
|
@@ -2053,14 +2064,6 @@ export interface DescribeVpcsResult {
|
|
|
2053
2064
|
NextToken?: string | undefined;
|
|
2054
2065
|
Vpcs?: Vpc[] | undefined;
|
|
2055
2066
|
}
|
|
2056
|
-
export interface DescribeVpnConnectionsRequest {
|
|
2057
|
-
Filters?: Filter[] | undefined;
|
|
2058
|
-
VpnConnectionIds?: string[] | undefined;
|
|
2059
|
-
DryRun?: boolean | undefined;
|
|
2060
|
-
}
|
|
2061
|
-
export interface DescribeVpnConnectionsResult {
|
|
2062
|
-
VpnConnections?: VpnConnection[] | undefined;
|
|
2063
|
-
}
|
|
2064
2067
|
export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
|
|
2065
2068
|
obj: DescribeLaunchTemplateVersionsResult
|
|
2066
2069
|
) => any;
|
|
@@ -2088,6 +2091,3 @@ export declare const DescribeSpotInstanceRequestsResultFilterSensitiveLog: (
|
|
|
2088
2091
|
export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
|
|
2089
2092
|
obj: DescribeVerifiedAccessTrustProvidersResult
|
|
2090
2093
|
) => any;
|
|
2091
|
-
export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (
|
|
2092
|
-
obj: DescribeVpnConnectionsResult
|
|
2093
|
-
) => any;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AccessScopeAnalysisFinding,
|
|
3
|
+
ActiveVpnTunnelStatus,
|
|
3
4
|
AddressTransfer,
|
|
4
5
|
AllowedImagesSettingsDisabledState,
|
|
5
6
|
AllowedImagesSettingsEnabledState,
|
|
@@ -49,6 +50,7 @@ import {
|
|
|
49
50
|
MetricType,
|
|
50
51
|
PeriodType,
|
|
51
52
|
StatisticType,
|
|
53
|
+
VpnConnection,
|
|
52
54
|
VpnGateway,
|
|
53
55
|
} from "./models_3";
|
|
54
56
|
import {
|
|
@@ -66,6 +68,14 @@ import {
|
|
|
66
68
|
VirtualizationType,
|
|
67
69
|
} from "./models_4";
|
|
68
70
|
import { AnalysisStatus, ManagedBy } from "./models_5";
|
|
71
|
+
export interface DescribeVpnConnectionsRequest {
|
|
72
|
+
Filters?: Filter[] | undefined;
|
|
73
|
+
VpnConnectionIds?: string[] | undefined;
|
|
74
|
+
DryRun?: boolean | undefined;
|
|
75
|
+
}
|
|
76
|
+
export interface DescribeVpnConnectionsResult {
|
|
77
|
+
VpnConnections?: VpnConnection[] | undefined;
|
|
78
|
+
}
|
|
69
79
|
export interface DescribeVpnGatewaysRequest {
|
|
70
80
|
Filters?: Filter[] | undefined;
|
|
71
81
|
VpnGatewayIds?: string[] | undefined;
|
|
@@ -750,6 +760,14 @@ export interface ExportVerifiedAccessInstanceClientConfigurationResult {
|
|
|
750
760
|
| VerifiedAccessInstanceOpenVpnClientConfiguration[]
|
|
751
761
|
| undefined;
|
|
752
762
|
}
|
|
763
|
+
export interface GetActiveVpnTunnelStatusRequest {
|
|
764
|
+
VpnConnectionId: string | undefined;
|
|
765
|
+
VpnTunnelOutsideIpAddress: string | undefined;
|
|
766
|
+
DryRun?: boolean | undefined;
|
|
767
|
+
}
|
|
768
|
+
export interface GetActiveVpnTunnelStatusResult {
|
|
769
|
+
ActiveVpnTunnelStatus?: ActiveVpnTunnelStatus | undefined;
|
|
770
|
+
}
|
|
753
771
|
export interface GetAllowedImagesSettingsRequest {
|
|
754
772
|
DryRun?: boolean | undefined;
|
|
755
773
|
}
|
|
@@ -1610,29 +1628,9 @@ export interface GetTransitGatewayPolicyTableAssociationsRequest {
|
|
|
1610
1628
|
NextToken?: string | undefined;
|
|
1611
1629
|
DryRun?: boolean | undefined;
|
|
1612
1630
|
}
|
|
1613
|
-
export
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
}
|
|
1617
|
-
export interface GetTransitGatewayPolicyTableEntriesRequest {
|
|
1618
|
-
TransitGatewayPolicyTableId: string | undefined;
|
|
1619
|
-
Filters?: Filter[] | undefined;
|
|
1620
|
-
MaxResults?: number | undefined;
|
|
1621
|
-
NextToken?: string | undefined;
|
|
1622
|
-
DryRun?: boolean | undefined;
|
|
1623
|
-
}
|
|
1624
|
-
export interface TransitGatewayPolicyRuleMetaData {
|
|
1625
|
-
MetaDataKey?: string | undefined;
|
|
1626
|
-
MetaDataValue?: string | undefined;
|
|
1627
|
-
}
|
|
1628
|
-
export interface TransitGatewayPolicyRule {
|
|
1629
|
-
SourceCidrBlock?: string | undefined;
|
|
1630
|
-
SourcePortRange?: string | undefined;
|
|
1631
|
-
DestinationCidrBlock?: string | undefined;
|
|
1632
|
-
DestinationPortRange?: string | undefined;
|
|
1633
|
-
Protocol?: string | undefined;
|
|
1634
|
-
MetaData?: TransitGatewayPolicyRuleMetaData | undefined;
|
|
1635
|
-
}
|
|
1631
|
+
export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (
|
|
1632
|
+
obj: DescribeVpnConnectionsResult
|
|
1633
|
+
) => any;
|
|
1636
1634
|
export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1637
1635
|
obj: DetachVerifiedAccessTrustProviderResult
|
|
1638
1636
|
) => any;
|