@aws-sdk/client-ec2 3.758.0 → 3.764.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/index.js +387 -282
- package/dist-es/commands/CreateVpnConnectionCommand.js +2 -1
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +23 -4
- package/dist-es/models/models_2.js +4 -9
- package/dist-es/models/models_3.js +10 -15
- package/dist-es/models/models_4.js +15 -0
- package/dist-es/models/models_5.js +1 -1
- package/dist-es/models/models_6.js +0 -6
- package/dist-es/models/models_7.js +7 -1
- package/dist-es/protocols/Aws_ec2.js +139 -64
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +37 -2
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +37 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -2
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVpcsCommand.d.ts +37 -2
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +3 -1
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -2
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +20 -12
- package/dist-types/models/models_1.d.ts +86 -233
- package/dist-types/models/models_2.d.ts +236 -253
- package/dist-types/models/models_3.d.ts +248 -243
- package/dist-types/models/models_4.d.ts +247 -197
- package/dist-types/models/models_5.d.ts +198 -120
- package/dist-types/models/models_6.d.ts +119 -132
- package/dist-types/models/models_7.d.ts +134 -148
- package/dist-types/models/models_8.d.ts +145 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +7 -6
- package/dist-types/ts3.4/models/models_1.d.ts +52 -40
- package/dist-types/ts3.4/models/models_2.d.ts +40 -59
- package/dist-types/ts3.4/models/models_3.d.ts +66 -57
- package/dist-types/ts3.4/models/models_4.d.ts +60 -42
- package/dist-types/ts3.4/models/models_5.d.ts +45 -38
- package/dist-types/ts3.4/models/models_6.d.ts +35 -39
- package/dist-types/ts3.4/models/models_7.d.ts +38 -37
- package/dist-types/ts3.4/models/models_8.d.ts +34 -1
- package/package.json +1 -1
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
ModifyInstanceCreditSpecificationRequest,
|
|
10
|
+
ModifyInstanceCreditSpecificationResult,
|
|
11
|
+
} from "../models/models_7";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface ModifyInstanceCreditSpecificationCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import { StopInstancesRequest, StopInstancesResult } from "../models/
|
|
8
|
+
import { StopInstancesRequest, StopInstancesResult } from "../models/models_8";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface StopInstancesCommandInput extends StopInstancesRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
TerminateClientVpnConnectionsRequest,
|
|
10
10
|
TerminateClientVpnConnectionsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface TerminateClientVpnConnectionsCommandInput
|
|
@@ -712,6 +712,12 @@ export declare const DomainType: {
|
|
|
712
712
|
readonly vpc: "vpc";
|
|
713
713
|
};
|
|
714
714
|
export type DomainType = (typeof DomainType)[keyof typeof DomainType];
|
|
715
|
+
export declare const ServiceManaged: {
|
|
716
|
+
readonly alb: "alb";
|
|
717
|
+
readonly nlb: "nlb";
|
|
718
|
+
};
|
|
719
|
+
export type ServiceManaged =
|
|
720
|
+
(typeof ServiceManaged)[keyof typeof ServiceManaged];
|
|
715
721
|
export interface Address {
|
|
716
722
|
AllocationId?: string | undefined;
|
|
717
723
|
AssociationId?: string | undefined;
|
|
@@ -725,6 +731,7 @@ export interface Address {
|
|
|
725
731
|
CustomerOwnedIp?: string | undefined;
|
|
726
732
|
CustomerOwnedIpv4Pool?: string | undefined;
|
|
727
733
|
CarrierIp?: string | undefined;
|
|
734
|
+
ServiceManaged?: ServiceManaged | undefined;
|
|
728
735
|
InstanceId?: string | undefined;
|
|
729
736
|
PublicIp?: string | undefined;
|
|
730
737
|
}
|
|
@@ -1984,12 +1991,6 @@ export interface CopySnapshotResult {
|
|
|
1984
1991
|
Tags?: Tag[] | undefined;
|
|
1985
1992
|
SnapshotId?: string | undefined;
|
|
1986
1993
|
}
|
|
1987
|
-
export declare const CapacityReservationDeliveryPreference: {
|
|
1988
|
-
readonly FIXED: "fixed";
|
|
1989
|
-
readonly INCREMENTAL: "incremental";
|
|
1990
|
-
};
|
|
1991
|
-
export type CapacityReservationDeliveryPreference =
|
|
1992
|
-
(typeof CapacityReservationDeliveryPreference)[keyof typeof CapacityReservationDeliveryPreference];
|
|
1993
1994
|
export declare const OidcOptionsFilterSensitiveLog: (obj: OidcOptions) => any;
|
|
1994
1995
|
export declare const VerifiedAccessTrustProviderFilterSensitiveLog: (
|
|
1995
1996
|
obj: VerifiedAccessTrustProvider
|
|
@@ -10,7 +10,6 @@ import {
|
|
|
10
10
|
AddressFamily,
|
|
11
11
|
AllocationType,
|
|
12
12
|
AttachmentStatus,
|
|
13
|
-
CapacityReservationDeliveryPreference,
|
|
14
13
|
CapacityReservationFleetState,
|
|
15
14
|
InstanceEventWindow,
|
|
16
15
|
ResourceType,
|
|
@@ -22,6 +21,12 @@ import {
|
|
|
22
21
|
VpcIpv6CidrBlockAssociation,
|
|
23
22
|
WeekDay,
|
|
24
23
|
} from "./models_0";
|
|
24
|
+
export declare const CapacityReservationDeliveryPreference: {
|
|
25
|
+
readonly FIXED: "fixed";
|
|
26
|
+
readonly INCREMENTAL: "incremental";
|
|
27
|
+
};
|
|
28
|
+
export type CapacityReservationDeliveryPreference =
|
|
29
|
+
(typeof CapacityReservationDeliveryPreference)[keyof typeof CapacityReservationDeliveryPreference];
|
|
25
30
|
export declare const EndDateType: {
|
|
26
31
|
readonly limited: "limited";
|
|
27
32
|
readonly unlimited: "unlimited";
|
|
@@ -1357,6 +1362,51 @@ export interface CreateDefaultSubnetResult {
|
|
|
1357
1362
|
export interface CreateDefaultVpcRequest {
|
|
1358
1363
|
DryRun?: boolean | undefined;
|
|
1359
1364
|
}
|
|
1365
|
+
export declare const VpcEncryptionControlMode: {
|
|
1366
|
+
readonly enforce: "enforce";
|
|
1367
|
+
readonly monitor: "monitor";
|
|
1368
|
+
};
|
|
1369
|
+
export type VpcEncryptionControlMode =
|
|
1370
|
+
(typeof VpcEncryptionControlMode)[keyof typeof VpcEncryptionControlMode];
|
|
1371
|
+
export declare const VpcEncryptionControlExclusionState: {
|
|
1372
|
+
readonly disabled: "disabled";
|
|
1373
|
+
readonly disabling: "disabling";
|
|
1374
|
+
readonly enabled: "enabled";
|
|
1375
|
+
readonly enabling: "enabling";
|
|
1376
|
+
};
|
|
1377
|
+
export type VpcEncryptionControlExclusionState =
|
|
1378
|
+
(typeof VpcEncryptionControlExclusionState)[keyof typeof VpcEncryptionControlExclusionState];
|
|
1379
|
+
export interface VpcEncryptionControlExclusion {
|
|
1380
|
+
State?: VpcEncryptionControlExclusionState | undefined;
|
|
1381
|
+
StateMessage?: string | undefined;
|
|
1382
|
+
}
|
|
1383
|
+
export interface VpcEncryptionControlExclusions {
|
|
1384
|
+
InternetGateway?: VpcEncryptionControlExclusion | undefined;
|
|
1385
|
+
EgressOnlyInternetGateway?: VpcEncryptionControlExclusion | undefined;
|
|
1386
|
+
NatGateway?: VpcEncryptionControlExclusion | undefined;
|
|
1387
|
+
VirtualPrivateGateway?: VpcEncryptionControlExclusion | undefined;
|
|
1388
|
+
VpcPeering?: VpcEncryptionControlExclusion | undefined;
|
|
1389
|
+
}
|
|
1390
|
+
export declare const VpcEncryptionControlState: {
|
|
1391
|
+
readonly available: "available";
|
|
1392
|
+
readonly deleted: "deleted";
|
|
1393
|
+
readonly deleting: "deleting";
|
|
1394
|
+
readonly enforce_failed: "enforce-failed";
|
|
1395
|
+
readonly enforce_in_progress: "enforce-in-progress";
|
|
1396
|
+
readonly monitor_failed: "monitor-failed";
|
|
1397
|
+
readonly monitor_in_progress: "monitor-in-progress";
|
|
1398
|
+
};
|
|
1399
|
+
export type VpcEncryptionControlState =
|
|
1400
|
+
(typeof VpcEncryptionControlState)[keyof typeof VpcEncryptionControlState];
|
|
1401
|
+
export interface VpcEncryptionControl {
|
|
1402
|
+
VpcId?: string | undefined;
|
|
1403
|
+
VpcEncryptionControlId?: string | undefined;
|
|
1404
|
+
Mode?: VpcEncryptionControlMode | undefined;
|
|
1405
|
+
State?: VpcEncryptionControlState | undefined;
|
|
1406
|
+
StateMessage?: string | undefined;
|
|
1407
|
+
ResourceExclusions?: VpcEncryptionControlExclusions | undefined;
|
|
1408
|
+
Tags?: Tag[] | undefined;
|
|
1409
|
+
}
|
|
1360
1410
|
export declare const Tenancy: {
|
|
1361
1411
|
readonly dedicated: "dedicated";
|
|
1362
1412
|
readonly default: "default";
|
|
@@ -1374,6 +1424,7 @@ export interface Vpc {
|
|
|
1374
1424
|
Ipv6CidrBlockAssociationSet?: VpcIpv6CidrBlockAssociation[] | undefined;
|
|
1375
1425
|
CidrBlockAssociationSet?: VpcCidrBlockAssociation[] | undefined;
|
|
1376
1426
|
IsDefault?: boolean | undefined;
|
|
1427
|
+
EncryptionControl?: VpcEncryptionControl | undefined;
|
|
1377
1428
|
Tags?: Tag[] | undefined;
|
|
1378
1429
|
BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
|
|
1379
1430
|
VpcId?: string | undefined;
|
|
@@ -2939,45 +2990,6 @@ export interface LocalGatewayRoute {
|
|
|
2939
2990
|
NetworkInterfaceId?: string | undefined;
|
|
2940
2991
|
DestinationPrefixListId?: string | undefined;
|
|
2941
2992
|
}
|
|
2942
|
-
export interface CreateLocalGatewayRouteResult {
|
|
2943
|
-
Route?: LocalGatewayRoute | undefined;
|
|
2944
|
-
}
|
|
2945
|
-
export declare const LocalGatewayRouteTableMode: {
|
|
2946
|
-
readonly coip: "coip";
|
|
2947
|
-
readonly direct_vpc_routing: "direct-vpc-routing";
|
|
2948
|
-
};
|
|
2949
|
-
export type LocalGatewayRouteTableMode =
|
|
2950
|
-
(typeof LocalGatewayRouteTableMode)[keyof typeof LocalGatewayRouteTableMode];
|
|
2951
|
-
export interface CreateLocalGatewayRouteTableRequest {
|
|
2952
|
-
LocalGatewayId: string | undefined;
|
|
2953
|
-
Mode?: LocalGatewayRouteTableMode | undefined;
|
|
2954
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
2955
|
-
DryRun?: boolean | undefined;
|
|
2956
|
-
}
|
|
2957
|
-
export interface StateReason {
|
|
2958
|
-
Code?: string | undefined;
|
|
2959
|
-
Message?: string | undefined;
|
|
2960
|
-
}
|
|
2961
|
-
export interface LocalGatewayRouteTable {
|
|
2962
|
-
LocalGatewayRouteTableId?: string | undefined;
|
|
2963
|
-
LocalGatewayRouteTableArn?: string | undefined;
|
|
2964
|
-
LocalGatewayId?: string | undefined;
|
|
2965
|
-
OutpostArn?: string | undefined;
|
|
2966
|
-
OwnerId?: string | undefined;
|
|
2967
|
-
State?: string | undefined;
|
|
2968
|
-
Tags?: Tag[] | undefined;
|
|
2969
|
-
Mode?: LocalGatewayRouteTableMode | undefined;
|
|
2970
|
-
StateReason?: StateReason | undefined;
|
|
2971
|
-
}
|
|
2972
|
-
export interface CreateLocalGatewayRouteTableResult {
|
|
2973
|
-
LocalGatewayRouteTable?: LocalGatewayRouteTable | undefined;
|
|
2974
|
-
}
|
|
2975
|
-
export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
|
|
2976
|
-
LocalGatewayRouteTableId: string | undefined;
|
|
2977
|
-
LocalGatewayVirtualInterfaceGroupId: string | undefined;
|
|
2978
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
2979
|
-
DryRun?: boolean | undefined;
|
|
2980
|
-
}
|
|
2981
2993
|
export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
|
|
2982
2994
|
export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
|
|
2983
2995
|
obj: RequestLaunchTemplateData
|
|
@@ -28,15 +28,14 @@ import {
|
|
|
28
28
|
VerifiedAccessSseSpecificationResponse,
|
|
29
29
|
VerifiedAccessTrustProvider,
|
|
30
30
|
VolumeAttachment,
|
|
31
|
-
VpcAttachment,
|
|
32
31
|
VpcPeeringConnection,
|
|
33
32
|
} from "./models_0";
|
|
34
33
|
import {
|
|
35
34
|
ConnectionTrackingSpecificationRequest,
|
|
36
|
-
GatewayType,
|
|
37
35
|
InstanceIpv6Address,
|
|
38
36
|
Ipv4PrefixSpecificationRequest,
|
|
39
37
|
Ipv6PrefixSpecificationRequest,
|
|
38
|
+
LocalGatewayRoute,
|
|
40
39
|
OperatorRequest,
|
|
41
40
|
OperatorResponse,
|
|
42
41
|
PrivateIpAddressSpecification,
|
|
@@ -45,6 +44,45 @@ import {
|
|
|
45
44
|
VolumeType,
|
|
46
45
|
Vpc,
|
|
47
46
|
} from "./models_1";
|
|
47
|
+
export interface CreateLocalGatewayRouteResult {
|
|
48
|
+
Route?: LocalGatewayRoute | undefined;
|
|
49
|
+
}
|
|
50
|
+
export declare const LocalGatewayRouteTableMode: {
|
|
51
|
+
readonly coip: "coip";
|
|
52
|
+
readonly direct_vpc_routing: "direct-vpc-routing";
|
|
53
|
+
};
|
|
54
|
+
export type LocalGatewayRouteTableMode =
|
|
55
|
+
(typeof LocalGatewayRouteTableMode)[keyof typeof LocalGatewayRouteTableMode];
|
|
56
|
+
export interface CreateLocalGatewayRouteTableRequest {
|
|
57
|
+
LocalGatewayId: string | undefined;
|
|
58
|
+
Mode?: LocalGatewayRouteTableMode | undefined;
|
|
59
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
60
|
+
DryRun?: boolean | undefined;
|
|
61
|
+
}
|
|
62
|
+
export interface StateReason {
|
|
63
|
+
Code?: string | undefined;
|
|
64
|
+
Message?: string | undefined;
|
|
65
|
+
}
|
|
66
|
+
export interface LocalGatewayRouteTable {
|
|
67
|
+
LocalGatewayRouteTableId?: string | undefined;
|
|
68
|
+
LocalGatewayRouteTableArn?: string | undefined;
|
|
69
|
+
LocalGatewayId?: string | undefined;
|
|
70
|
+
OutpostArn?: string | undefined;
|
|
71
|
+
OwnerId?: string | undefined;
|
|
72
|
+
State?: string | undefined;
|
|
73
|
+
Tags?: Tag[] | undefined;
|
|
74
|
+
Mode?: LocalGatewayRouteTableMode | undefined;
|
|
75
|
+
StateReason?: StateReason | undefined;
|
|
76
|
+
}
|
|
77
|
+
export interface CreateLocalGatewayRouteTableResult {
|
|
78
|
+
LocalGatewayRouteTable?: LocalGatewayRouteTable | undefined;
|
|
79
|
+
}
|
|
80
|
+
export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
|
|
81
|
+
LocalGatewayRouteTableId: string | undefined;
|
|
82
|
+
LocalGatewayVirtualInterfaceGroupId: string | undefined;
|
|
83
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
84
|
+
DryRun?: boolean | undefined;
|
|
85
|
+
}
|
|
48
86
|
export interface LocalGatewayRouteTableVirtualInterfaceGroupAssociation {
|
|
49
87
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociationId?: string | undefined;
|
|
50
88
|
LocalGatewayVirtualInterfaceGroupId?: string | undefined;
|
|
@@ -2168,57 +2206,6 @@ export declare const TelemetryStatus: {
|
|
|
2168
2206
|
};
|
|
2169
2207
|
export type TelemetryStatus =
|
|
2170
2208
|
(typeof TelemetryStatus)[keyof typeof TelemetryStatus];
|
|
2171
|
-
export interface VgwTelemetry {
|
|
2172
|
-
AcceptedRouteCount?: number | undefined;
|
|
2173
|
-
LastStatusChange?: Date | undefined;
|
|
2174
|
-
OutsideIpAddress?: string | undefined;
|
|
2175
|
-
Status?: TelemetryStatus | undefined;
|
|
2176
|
-
StatusMessage?: string | undefined;
|
|
2177
|
-
CertificateArn?: string | undefined;
|
|
2178
|
-
}
|
|
2179
|
-
export interface VpnConnection {
|
|
2180
|
-
Category?: string | undefined;
|
|
2181
|
-
TransitGatewayId?: string | undefined;
|
|
2182
|
-
CoreNetworkArn?: string | undefined;
|
|
2183
|
-
CoreNetworkAttachmentArn?: string | undefined;
|
|
2184
|
-
GatewayAssociationState?: GatewayAssociationState | undefined;
|
|
2185
|
-
Options?: VpnConnectionOptions | undefined;
|
|
2186
|
-
Routes?: VpnStaticRoute[] | undefined;
|
|
2187
|
-
Tags?: Tag[] | undefined;
|
|
2188
|
-
VgwTelemetry?: VgwTelemetry[] | undefined;
|
|
2189
|
-
VpnConnectionId?: string | undefined;
|
|
2190
|
-
State?: VpnState | undefined;
|
|
2191
|
-
CustomerGatewayConfiguration?: string | undefined;
|
|
2192
|
-
Type?: GatewayType | undefined;
|
|
2193
|
-
CustomerGatewayId?: string | undefined;
|
|
2194
|
-
VpnGatewayId?: string | undefined;
|
|
2195
|
-
}
|
|
2196
|
-
export interface CreateVpnConnectionResult {
|
|
2197
|
-
VpnConnection?: VpnConnection | undefined;
|
|
2198
|
-
}
|
|
2199
|
-
export interface CreateVpnConnectionRouteRequest {
|
|
2200
|
-
DestinationCidrBlock: string | undefined;
|
|
2201
|
-
VpnConnectionId: string | undefined;
|
|
2202
|
-
}
|
|
2203
|
-
export interface CreateVpnGatewayRequest {
|
|
2204
|
-
AvailabilityZone?: string | undefined;
|
|
2205
|
-
Type: GatewayType | undefined;
|
|
2206
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
2207
|
-
AmazonSideAsn?: number | undefined;
|
|
2208
|
-
DryRun?: boolean | undefined;
|
|
2209
|
-
}
|
|
2210
|
-
export interface VpnGateway {
|
|
2211
|
-
AmazonSideAsn?: number | undefined;
|
|
2212
|
-
Tags?: Tag[] | undefined;
|
|
2213
|
-
VpnGatewayId?: string | undefined;
|
|
2214
|
-
State?: VpnState | undefined;
|
|
2215
|
-
Type?: GatewayType | undefined;
|
|
2216
|
-
AvailabilityZone?: string | undefined;
|
|
2217
|
-
VpcAttachments?: VpcAttachment[] | undefined;
|
|
2218
|
-
}
|
|
2219
|
-
export interface CreateVpnGatewayResult {
|
|
2220
|
-
VpnGateway?: VpnGateway | undefined;
|
|
2221
|
-
}
|
|
2222
2209
|
export declare const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (
|
|
2223
2210
|
obj: CreateVerifiedAccessNativeApplicationOidcOptions
|
|
2224
2211
|
) => any;
|
|
@@ -2244,9 +2231,3 @@ export declare const TunnelOptionFilterSensitiveLog: (obj: TunnelOption) => any;
|
|
|
2244
2231
|
export declare const VpnConnectionOptionsFilterSensitiveLog: (
|
|
2245
2232
|
obj: VpnConnectionOptions
|
|
2246
2233
|
) => any;
|
|
2247
|
-
export declare const VpnConnectionFilterSensitiveLog: (
|
|
2248
|
-
obj: VpnConnection
|
|
2249
|
-
) => any;
|
|
2250
|
-
export declare const CreateVpnConnectionResultFilterSensitiveLog: (
|
|
2251
|
-
obj: CreateVpnConnectionResult
|
|
2252
|
-
) => any;
|
|
@@ -12,11 +12,13 @@ import {
|
|
|
12
12
|
ClientVpnAuthorizationRuleStatus,
|
|
13
13
|
InstanceEventWindowState,
|
|
14
14
|
Tag,
|
|
15
|
+
TagSpecification,
|
|
15
16
|
TransitGatewayPeeringAttachment,
|
|
16
17
|
TransitGatewayVpcAttachment,
|
|
17
18
|
UnsuccessfulItem,
|
|
18
19
|
VerifiedAccessInstance,
|
|
19
20
|
VerifiedAccessTrustProvider,
|
|
21
|
+
VpcAttachment,
|
|
20
22
|
} from "./models_0";
|
|
21
23
|
import {
|
|
22
24
|
CapacityReservation,
|
|
@@ -36,6 +38,7 @@ import {
|
|
|
36
38
|
FleetCapacityReservation,
|
|
37
39
|
FleetCapacityReservationTenancy,
|
|
38
40
|
FleetInstanceMatchCriteria,
|
|
41
|
+
GatewayType,
|
|
39
42
|
Ipam,
|
|
40
43
|
IpamExternalResourceVerificationToken,
|
|
41
44
|
IpamPool,
|
|
@@ -43,16 +46,18 @@ import {
|
|
|
43
46
|
IpamScope,
|
|
44
47
|
LaunchTemplate,
|
|
45
48
|
LocalGatewayRoute,
|
|
46
|
-
LocalGatewayRouteTable,
|
|
47
49
|
PlatformValues,
|
|
48
50
|
TransportProtocol,
|
|
49
51
|
} from "./models_1";
|
|
50
52
|
import {
|
|
53
|
+
GatewayAssociationState,
|
|
51
54
|
GroupIdentifier,
|
|
55
|
+
LocalGatewayRouteTable,
|
|
52
56
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
53
57
|
LocalGatewayRouteTableVpcAssociation,
|
|
54
58
|
ManagedPrefixList,
|
|
55
59
|
SubnetCidrReservation,
|
|
60
|
+
TelemetryStatus,
|
|
56
61
|
TransitGateway,
|
|
57
62
|
TransitGatewayConnect,
|
|
58
63
|
TransitGatewayConnectPeer,
|
|
@@ -65,7 +70,61 @@ import {
|
|
|
65
70
|
VerifiedAccessEndpoint,
|
|
66
71
|
VerifiedAccessGroup,
|
|
67
72
|
VpcBlockPublicAccessExclusion,
|
|
73
|
+
VpnConnectionOptions,
|
|
74
|
+
VpnState,
|
|
75
|
+
VpnStaticRoute,
|
|
68
76
|
} from "./models_2";
|
|
77
|
+
export interface VgwTelemetry {
|
|
78
|
+
AcceptedRouteCount?: number | undefined;
|
|
79
|
+
LastStatusChange?: Date | undefined;
|
|
80
|
+
OutsideIpAddress?: string | undefined;
|
|
81
|
+
Status?: TelemetryStatus | undefined;
|
|
82
|
+
StatusMessage?: string | undefined;
|
|
83
|
+
CertificateArn?: string | undefined;
|
|
84
|
+
}
|
|
85
|
+
export interface VpnConnection {
|
|
86
|
+
Category?: string | undefined;
|
|
87
|
+
TransitGatewayId?: string | undefined;
|
|
88
|
+
CoreNetworkArn?: string | undefined;
|
|
89
|
+
CoreNetworkAttachmentArn?: string | undefined;
|
|
90
|
+
GatewayAssociationState?: GatewayAssociationState | undefined;
|
|
91
|
+
Options?: VpnConnectionOptions | undefined;
|
|
92
|
+
Routes?: VpnStaticRoute[] | undefined;
|
|
93
|
+
Tags?: Tag[] | undefined;
|
|
94
|
+
VgwTelemetry?: VgwTelemetry[] | undefined;
|
|
95
|
+
VpnConnectionId?: string | undefined;
|
|
96
|
+
State?: VpnState | undefined;
|
|
97
|
+
CustomerGatewayConfiguration?: string | undefined;
|
|
98
|
+
Type?: GatewayType | undefined;
|
|
99
|
+
CustomerGatewayId?: string | undefined;
|
|
100
|
+
VpnGatewayId?: string | undefined;
|
|
101
|
+
}
|
|
102
|
+
export interface CreateVpnConnectionResult {
|
|
103
|
+
VpnConnection?: VpnConnection | undefined;
|
|
104
|
+
}
|
|
105
|
+
export interface CreateVpnConnectionRouteRequest {
|
|
106
|
+
DestinationCidrBlock: string | undefined;
|
|
107
|
+
VpnConnectionId: string | undefined;
|
|
108
|
+
}
|
|
109
|
+
export interface CreateVpnGatewayRequest {
|
|
110
|
+
AvailabilityZone?: string | undefined;
|
|
111
|
+
Type: GatewayType | undefined;
|
|
112
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
113
|
+
AmazonSideAsn?: number | undefined;
|
|
114
|
+
DryRun?: boolean | undefined;
|
|
115
|
+
}
|
|
116
|
+
export interface VpnGateway {
|
|
117
|
+
AmazonSideAsn?: number | undefined;
|
|
118
|
+
Tags?: Tag[] | undefined;
|
|
119
|
+
VpnGatewayId?: string | undefined;
|
|
120
|
+
State?: VpnState | undefined;
|
|
121
|
+
Type?: GatewayType | undefined;
|
|
122
|
+
AvailabilityZone?: string | undefined;
|
|
123
|
+
VpcAttachments?: VpcAttachment[] | undefined;
|
|
124
|
+
}
|
|
125
|
+
export interface CreateVpnGatewayResult {
|
|
126
|
+
VpnGateway?: VpnGateway | undefined;
|
|
127
|
+
}
|
|
69
128
|
export interface DeleteCarrierGatewayRequest {
|
|
70
129
|
CarrierGatewayId: string | undefined;
|
|
71
130
|
DryRun?: boolean | undefined;
|
|
@@ -1535,62 +1594,12 @@ export declare const FastLaunchResourceType: {
|
|
|
1535
1594
|
};
|
|
1536
1595
|
export type FastLaunchResourceType =
|
|
1537
1596
|
(typeof FastLaunchResourceType)[keyof typeof FastLaunchResourceType];
|
|
1538
|
-
export
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
export declare const
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
readonly enabled: "enabled";
|
|
1545
|
-
readonly enabled_failed: "enabled-failed";
|
|
1546
|
-
readonly enabling: "enabling";
|
|
1547
|
-
readonly enabling_failed: "enabling-failed";
|
|
1548
|
-
};
|
|
1549
|
-
export type FastLaunchStateCode =
|
|
1550
|
-
(typeof FastLaunchStateCode)[keyof typeof FastLaunchStateCode];
|
|
1551
|
-
export interface DescribeFastLaunchImagesSuccessItem {
|
|
1552
|
-
ImageId?: string | undefined;
|
|
1553
|
-
ResourceType?: FastLaunchResourceType | undefined;
|
|
1554
|
-
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
|
|
1555
|
-
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
|
|
1556
|
-
MaxParallelLaunches?: number | undefined;
|
|
1557
|
-
OwnerId?: string | undefined;
|
|
1558
|
-
State?: FastLaunchStateCode | undefined;
|
|
1559
|
-
StateTransitionReason?: string | undefined;
|
|
1560
|
-
StateTransitionTime?: Date | undefined;
|
|
1561
|
-
}
|
|
1562
|
-
export interface DescribeFastLaunchImagesResult {
|
|
1563
|
-
FastLaunchImages?: DescribeFastLaunchImagesSuccessItem[] | undefined;
|
|
1564
|
-
NextToken?: string | undefined;
|
|
1565
|
-
}
|
|
1566
|
-
export interface DescribeFastSnapshotRestoresRequest {
|
|
1567
|
-
Filters?: Filter[] | undefined;
|
|
1568
|
-
MaxResults?: number | undefined;
|
|
1569
|
-
NextToken?: string | undefined;
|
|
1570
|
-
DryRun?: boolean | undefined;
|
|
1571
|
-
}
|
|
1572
|
-
export declare const FastSnapshotRestoreStateCode: {
|
|
1573
|
-
readonly disabled: "disabled";
|
|
1574
|
-
readonly disabling: "disabling";
|
|
1575
|
-
readonly enabled: "enabled";
|
|
1576
|
-
readonly enabling: "enabling";
|
|
1577
|
-
readonly optimizing: "optimizing";
|
|
1578
|
-
};
|
|
1579
|
-
export type FastSnapshotRestoreStateCode =
|
|
1580
|
-
(typeof FastSnapshotRestoreStateCode)[keyof typeof FastSnapshotRestoreStateCode];
|
|
1581
|
-
export interface DescribeFastSnapshotRestoreSuccessItem {
|
|
1582
|
-
SnapshotId?: string | undefined;
|
|
1583
|
-
AvailabilityZone?: string | undefined;
|
|
1584
|
-
State?: FastSnapshotRestoreStateCode | undefined;
|
|
1585
|
-
StateTransitionReason?: string | undefined;
|
|
1586
|
-
OwnerId?: string | undefined;
|
|
1587
|
-
OwnerAlias?: string | undefined;
|
|
1588
|
-
EnablingTime?: Date | undefined;
|
|
1589
|
-
OptimizingTime?: Date | undefined;
|
|
1590
|
-
EnabledTime?: Date | undefined;
|
|
1591
|
-
DisablingTime?: Date | undefined;
|
|
1592
|
-
DisabledTime?: Date | undefined;
|
|
1593
|
-
}
|
|
1597
|
+
export declare const VpnConnectionFilterSensitiveLog: (
|
|
1598
|
+
obj: VpnConnection
|
|
1599
|
+
) => any;
|
|
1600
|
+
export declare const CreateVpnConnectionResultFilterSensitiveLog: (
|
|
1601
|
+
obj: CreateVpnConnectionResult
|
|
1602
|
+
) => any;
|
|
1594
1603
|
export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1595
1604
|
obj: DeleteVerifiedAccessTrustProviderResult
|
|
1596
1605
|
) => any;
|
|
@@ -47,19 +47,18 @@ import {
|
|
|
47
47
|
LaunchTemplate,
|
|
48
48
|
LaunchTemplateAndOverridesResponse,
|
|
49
49
|
LaunchTemplateVersion,
|
|
50
|
-
LocalGatewayRouteTable,
|
|
51
50
|
LogDestinationType,
|
|
52
51
|
OperatorResponse,
|
|
53
52
|
Placement,
|
|
54
53
|
PlatformValues,
|
|
55
54
|
SpotAllocationStrategy,
|
|
56
55
|
SpotInstanceInterruptionBehavior,
|
|
57
|
-
StateReason,
|
|
58
56
|
TargetCapacityUnitType,
|
|
59
57
|
TrafficType,
|
|
60
58
|
} from "./models_1";
|
|
61
59
|
import {
|
|
62
60
|
GroupIdentifier,
|
|
61
|
+
LocalGatewayRouteTable,
|
|
63
62
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
64
63
|
LocalGatewayRouteTableVpcAssociation,
|
|
65
64
|
ManagedPrefixList,
|
|
@@ -72,15 +71,73 @@ import {
|
|
|
72
71
|
NetworkInterfacePermission,
|
|
73
72
|
NetworkInterfaceStatus,
|
|
74
73
|
PlacementGroup,
|
|
74
|
+
StateReason,
|
|
75
75
|
} from "./models_2";
|
|
76
76
|
import {
|
|
77
77
|
Byoasn,
|
|
78
|
-
|
|
78
|
+
FastLaunchLaunchTemplateSpecificationResponse,
|
|
79
|
+
FastLaunchResourceType,
|
|
79
80
|
Filter,
|
|
80
81
|
FleetStateCode,
|
|
81
82
|
IdFormat,
|
|
82
83
|
InstanceTagNotificationAttribute,
|
|
83
84
|
} from "./models_3";
|
|
85
|
+
export interface FastLaunchSnapshotConfigurationResponse {
|
|
86
|
+
TargetResourceCount?: number | undefined;
|
|
87
|
+
}
|
|
88
|
+
export declare const FastLaunchStateCode: {
|
|
89
|
+
readonly disabling: "disabling";
|
|
90
|
+
readonly disabling_failed: "disabling-failed";
|
|
91
|
+
readonly enabled: "enabled";
|
|
92
|
+
readonly enabled_failed: "enabled-failed";
|
|
93
|
+
readonly enabling: "enabling";
|
|
94
|
+
readonly enabling_failed: "enabling-failed";
|
|
95
|
+
};
|
|
96
|
+
export type FastLaunchStateCode =
|
|
97
|
+
(typeof FastLaunchStateCode)[keyof typeof FastLaunchStateCode];
|
|
98
|
+
export interface DescribeFastLaunchImagesSuccessItem {
|
|
99
|
+
ImageId?: string | undefined;
|
|
100
|
+
ResourceType?: FastLaunchResourceType | undefined;
|
|
101
|
+
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
|
|
102
|
+
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
|
|
103
|
+
MaxParallelLaunches?: number | undefined;
|
|
104
|
+
OwnerId?: string | undefined;
|
|
105
|
+
State?: FastLaunchStateCode | undefined;
|
|
106
|
+
StateTransitionReason?: string | undefined;
|
|
107
|
+
StateTransitionTime?: Date | undefined;
|
|
108
|
+
}
|
|
109
|
+
export interface DescribeFastLaunchImagesResult {
|
|
110
|
+
FastLaunchImages?: DescribeFastLaunchImagesSuccessItem[] | undefined;
|
|
111
|
+
NextToken?: string | undefined;
|
|
112
|
+
}
|
|
113
|
+
export interface DescribeFastSnapshotRestoresRequest {
|
|
114
|
+
Filters?: Filter[] | undefined;
|
|
115
|
+
MaxResults?: number | undefined;
|
|
116
|
+
NextToken?: string | undefined;
|
|
117
|
+
DryRun?: boolean | undefined;
|
|
118
|
+
}
|
|
119
|
+
export declare const FastSnapshotRestoreStateCode: {
|
|
120
|
+
readonly disabled: "disabled";
|
|
121
|
+
readonly disabling: "disabling";
|
|
122
|
+
readonly enabled: "enabled";
|
|
123
|
+
readonly enabling: "enabling";
|
|
124
|
+
readonly optimizing: "optimizing";
|
|
125
|
+
};
|
|
126
|
+
export type FastSnapshotRestoreStateCode =
|
|
127
|
+
(typeof FastSnapshotRestoreStateCode)[keyof typeof FastSnapshotRestoreStateCode];
|
|
128
|
+
export interface DescribeFastSnapshotRestoreSuccessItem {
|
|
129
|
+
SnapshotId?: string | undefined;
|
|
130
|
+
AvailabilityZone?: string | undefined;
|
|
131
|
+
State?: FastSnapshotRestoreStateCode | undefined;
|
|
132
|
+
StateTransitionReason?: string | undefined;
|
|
133
|
+
OwnerId?: string | undefined;
|
|
134
|
+
OwnerAlias?: string | undefined;
|
|
135
|
+
EnablingTime?: Date | undefined;
|
|
136
|
+
OptimizingTime?: Date | undefined;
|
|
137
|
+
EnabledTime?: Date | undefined;
|
|
138
|
+
DisablingTime?: Date | undefined;
|
|
139
|
+
DisabledTime?: Date | undefined;
|
|
140
|
+
}
|
|
84
141
|
export interface DescribeFastSnapshotRestoresResult {
|
|
85
142
|
FastSnapshotRestores?: DescribeFastSnapshotRestoreSuccessItem[] | undefined;
|
|
86
143
|
NextToken?: string | undefined;
|
|
@@ -2069,45 +2126,6 @@ export interface DescribePrincipalIdFormatRequest {
|
|
|
2069
2126
|
MaxResults?: number | undefined;
|
|
2070
2127
|
NextToken?: string | undefined;
|
|
2071
2128
|
}
|
|
2072
|
-
export interface PrincipalIdFormat {
|
|
2073
|
-
Arn?: string | undefined;
|
|
2074
|
-
Statuses?: IdFormat[] | undefined;
|
|
2075
|
-
}
|
|
2076
|
-
export interface DescribePrincipalIdFormatResult {
|
|
2077
|
-
Principals?: PrincipalIdFormat[] | undefined;
|
|
2078
|
-
NextToken?: string | undefined;
|
|
2079
|
-
}
|
|
2080
|
-
export interface DescribePublicIpv4PoolsRequest {
|
|
2081
|
-
PoolIds?: string[] | undefined;
|
|
2082
|
-
NextToken?: string | undefined;
|
|
2083
|
-
MaxResults?: number | undefined;
|
|
2084
|
-
Filters?: Filter[] | undefined;
|
|
2085
|
-
}
|
|
2086
|
-
export interface PublicIpv4PoolRange {
|
|
2087
|
-
FirstAddress?: string | undefined;
|
|
2088
|
-
LastAddress?: string | undefined;
|
|
2089
|
-
AddressCount?: number | undefined;
|
|
2090
|
-
AvailableAddressCount?: number | undefined;
|
|
2091
|
-
}
|
|
2092
|
-
export interface PublicIpv4Pool {
|
|
2093
|
-
PoolId?: string | undefined;
|
|
2094
|
-
Description?: string | undefined;
|
|
2095
|
-
PoolAddressRanges?: PublicIpv4PoolRange[] | undefined;
|
|
2096
|
-
TotalAddressCount?: number | undefined;
|
|
2097
|
-
TotalAvailableAddressCount?: number | undefined;
|
|
2098
|
-
NetworkBorderGroup?: string | undefined;
|
|
2099
|
-
Tags?: Tag[] | undefined;
|
|
2100
|
-
}
|
|
2101
|
-
export interface DescribePublicIpv4PoolsResult {
|
|
2102
|
-
PublicIpv4Pools?: PublicIpv4Pool[] | undefined;
|
|
2103
|
-
NextToken?: string | undefined;
|
|
2104
|
-
}
|
|
2105
|
-
export interface DescribeRegionsRequest {
|
|
2106
|
-
RegionNames?: string[] | undefined;
|
|
2107
|
-
AllRegions?: boolean | undefined;
|
|
2108
|
-
DryRun?: boolean | undefined;
|
|
2109
|
-
Filters?: Filter[] | undefined;
|
|
2110
|
-
}
|
|
2111
2129
|
export declare const SnapshotDetailFilterSensitiveLog: (
|
|
2112
2130
|
obj: SnapshotDetail
|
|
2113
2131
|
) => any;
|