@aws-sdk/client-ec2 3.259.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 +565 -162
- 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 +534 -139
- 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 +242 -164
- package/dist-types/models/models_2.d.ts +159 -72
- 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 +182 -128
- 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 +71 -54
- package/dist-types/ts3.4/models/models_2.d.ts +49 -37
- 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 +60 -55
- 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 +6 -6
|
@@ -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",
|
|
@@ -1337,11 +1390,12 @@ export interface CreateLaunchTemplateVersionResult {
|
|
|
1337
1390
|
Warning?: ValidationWarning;
|
|
1338
1391
|
}
|
|
1339
1392
|
export interface CreateLocalGatewayRouteRequest {
|
|
1340
|
-
DestinationCidrBlock
|
|
1393
|
+
DestinationCidrBlock?: string;
|
|
1341
1394
|
LocalGatewayRouteTableId: string | undefined;
|
|
1342
1395
|
LocalGatewayVirtualInterfaceGroupId?: string;
|
|
1343
1396
|
DryRun?: boolean;
|
|
1344
1397
|
NetworkInterfaceId?: string;
|
|
1398
|
+
DestinationPrefixListId?: string;
|
|
1345
1399
|
}
|
|
1346
1400
|
export declare enum LocalGatewayRouteState {
|
|
1347
1401
|
active = "active",
|
|
@@ -1365,6 +1419,7 @@ export interface LocalGatewayRoute {
|
|
|
1365
1419
|
SubnetId?: string;
|
|
1366
1420
|
CoipPoolId?: string;
|
|
1367
1421
|
NetworkInterfaceId?: string;
|
|
1422
|
+
DestinationPrefixListId?: string;
|
|
1368
1423
|
}
|
|
1369
1424
|
export interface CreateLocalGatewayRouteResult {
|
|
1370
1425
|
Route?: LocalGatewayRoute;
|
|
@@ -1485,12 +1540,9 @@ export interface CreateNatGatewayRequest {
|
|
|
1485
1540
|
TagSpecifications?: TagSpecification[];
|
|
1486
1541
|
ConnectivityType?: ConnectivityType | string;
|
|
1487
1542
|
PrivateIpAddress?: string;
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
NetworkInterfaceId?: string;
|
|
1492
|
-
PrivateIp?: string;
|
|
1493
|
-
PublicIp?: string;
|
|
1543
|
+
SecondaryAllocationIds?: string[];
|
|
1544
|
+
SecondaryPrivateIpAddresses?: string[];
|
|
1545
|
+
SecondaryPrivateIpAddressCount?: number;
|
|
1494
1546
|
}
|
|
1495
1547
|
export interface ProvisionedBandwidth {
|
|
1496
1548
|
ProvisionTime?: Date;
|
|
@@ -1915,45 +1967,18 @@ export interface RouteTableAssociation {
|
|
|
1915
1967
|
GatewayId?: string;
|
|
1916
1968
|
AssociationState?: RouteTableAssociationState;
|
|
1917
1969
|
}
|
|
1918
|
-
export
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
export declare
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
export interface Route {
|
|
1931
|
-
DestinationCidrBlock?: string;
|
|
1932
|
-
DestinationIpv6CidrBlock?: string;
|
|
1933
|
-
DestinationPrefixListId?: string;
|
|
1934
|
-
EgressOnlyInternetGatewayId?: string;
|
|
1935
|
-
GatewayId?: string;
|
|
1936
|
-
InstanceId?: string;
|
|
1937
|
-
InstanceOwnerId?: string;
|
|
1938
|
-
NatGatewayId?: string;
|
|
1939
|
-
TransitGatewayId?: string;
|
|
1940
|
-
LocalGatewayId?: string;
|
|
1941
|
-
CarrierGatewayId?: string;
|
|
1942
|
-
NetworkInterfaceId?: string;
|
|
1943
|
-
Origin?: RouteOrigin | string;
|
|
1944
|
-
State?: RouteState | string;
|
|
1945
|
-
VpcPeeringConnectionId?: string;
|
|
1946
|
-
CoreNetworkArn?: string;
|
|
1947
|
-
}
|
|
1948
|
-
export interface RouteTable {
|
|
1949
|
-
Associations?: RouteTableAssociation[];
|
|
1950
|
-
PropagatingVgws?: PropagatingVgw[];
|
|
1951
|
-
RouteTableId?: string;
|
|
1952
|
-
Routes?: Route[];
|
|
1953
|
-
Tags?: Tag[];
|
|
1954
|
-
VpcId?: string;
|
|
1955
|
-
OwnerId?: string;
|
|
1956
|
-
}
|
|
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;
|
|
1957
1982
|
export declare const ClientVpnRouteStatusFilterSensitiveLog: (
|
|
1958
1983
|
obj: ClientVpnRouteStatus
|
|
1959
1984
|
) => any;
|
|
@@ -2459,9 +2484,6 @@ export declare const CreateManagedPrefixListResultFilterSensitiveLog: (
|
|
|
2459
2484
|
export declare const CreateNatGatewayRequestFilterSensitiveLog: (
|
|
2460
2485
|
obj: CreateNatGatewayRequest
|
|
2461
2486
|
) => any;
|
|
2462
|
-
export declare const NatGatewayAddressFilterSensitiveLog: (
|
|
2463
|
-
obj: NatGatewayAddress
|
|
2464
|
-
) => any;
|
|
2465
2487
|
export declare const ProvisionedBandwidthFilterSensitiveLog: (
|
|
2466
2488
|
obj: ProvisionedBandwidth
|
|
2467
2489
|
) => any;
|
|
@@ -2603,8 +2625,3 @@ export declare const CreateRouteTableRequestFilterSensitiveLog: (
|
|
|
2603
2625
|
export declare const RouteTableAssociationFilterSensitiveLog: (
|
|
2604
2626
|
obj: RouteTableAssociation
|
|
2605
2627
|
) => any;
|
|
2606
|
-
export declare const PropagatingVgwFilterSensitiveLog: (
|
|
2607
|
-
obj: PropagatingVgw
|
|
2608
|
-
) => any;
|
|
2609
|
-
export declare const RouteFilterSensitiveLog: (obj: Route) => any;
|
|
2610
|
-
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
|
}
|
|
@@ -98,7 +137,7 @@ export declare enum CopyTagsFromSource {
|
|
|
98
137
|
volume = "volume",
|
|
99
138
|
}
|
|
100
139
|
export interface InstanceSpecification {
|
|
101
|
-
InstanceId
|
|
140
|
+
InstanceId: string | undefined;
|
|
102
141
|
ExcludeBootVolume?: boolean;
|
|
103
142
|
ExcludeDataVolumeIds?: string[];
|
|
104
143
|
}
|
|
@@ -1487,9 +1526,10 @@ export interface DeleteLaunchTemplateVersionsResult {
|
|
|
1487
1526
|
UnsuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseErrorItem[];
|
|
1488
1527
|
}
|
|
1489
1528
|
export interface DeleteLocalGatewayRouteRequest {
|
|
1490
|
-
DestinationCidrBlock
|
|
1529
|
+
DestinationCidrBlock?: string;
|
|
1491
1530
|
LocalGatewayRouteTableId: string | undefined;
|
|
1492
1531
|
DryRun?: boolean;
|
|
1532
|
+
DestinationPrefixListId?: string;
|
|
1493
1533
|
}
|
|
1494
1534
|
export interface DeleteLocalGatewayRouteResult {
|
|
1495
1535
|
Route?: LocalGatewayRoute;
|
|
@@ -1674,24 +1714,11 @@ export interface DeleteTrafficMirrorSessionRequest {
|
|
|
1674
1714
|
export interface DeleteTrafficMirrorSessionResult {
|
|
1675
1715
|
TrafficMirrorSessionId?: string;
|
|
1676
1716
|
}
|
|
1677
|
-
export
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
export
|
|
1682
|
-
TrafficMirrorTargetId?: string;
|
|
1683
|
-
}
|
|
1684
|
-
export interface DeleteTransitGatewayRequest {
|
|
1685
|
-
TransitGatewayId: string | undefined;
|
|
1686
|
-
DryRun?: boolean;
|
|
1687
|
-
}
|
|
1688
|
-
export interface DeleteTransitGatewayResult {
|
|
1689
|
-
TransitGateway?: TransitGateway;
|
|
1690
|
-
}
|
|
1691
|
-
export interface DeleteTransitGatewayConnectRequest {
|
|
1692
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1693
|
-
DryRun?: boolean;
|
|
1694
|
-
}
|
|
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;
|
|
1695
1722
|
export declare const CreateRouteTableResultFilterSensitiveLog: (
|
|
1696
1723
|
obj: CreateRouteTableResult
|
|
1697
1724
|
) => any;
|
|
@@ -2393,18 +2420,3 @@ export declare const DeleteTrafficMirrorSessionRequestFilterSensitiveLog: (
|
|
|
2393
2420
|
export declare const DeleteTrafficMirrorSessionResultFilterSensitiveLog: (
|
|
2394
2421
|
obj: DeleteTrafficMirrorSessionResult
|
|
2395
2422
|
) => any;
|
|
2396
|
-
export declare const DeleteTrafficMirrorTargetRequestFilterSensitiveLog: (
|
|
2397
|
-
obj: DeleteTrafficMirrorTargetRequest
|
|
2398
|
-
) => any;
|
|
2399
|
-
export declare const DeleteTrafficMirrorTargetResultFilterSensitiveLog: (
|
|
2400
|
-
obj: DeleteTrafficMirrorTargetResult
|
|
2401
|
-
) => any;
|
|
2402
|
-
export declare const DeleteTransitGatewayRequestFilterSensitiveLog: (
|
|
2403
|
-
obj: DeleteTransitGatewayRequest
|
|
2404
|
-
) => any;
|
|
2405
|
-
export declare const DeleteTransitGatewayResultFilterSensitiveLog: (
|
|
2406
|
-
obj: DeleteTransitGatewayResult
|
|
2407
|
-
) => any;
|
|
2408
|
-
export declare const DeleteTransitGatewayConnectRequestFilterSensitiveLog: (
|
|
2409
|
-
obj: DeleteTransitGatewayConnectRequest
|
|
2410
|
-
) => any;
|
|
@@ -19,7 +19,6 @@ import {
|
|
|
19
19
|
CarrierGateway,
|
|
20
20
|
ClientVpnAuthenticationType,
|
|
21
21
|
ClientVpnAuthorizationRuleStatus,
|
|
22
|
-
ClientVpnEndpointStatus,
|
|
23
22
|
CurrencyCodeValues,
|
|
24
23
|
FleetCapacityReservation,
|
|
25
24
|
FleetCapacityReservationTenancy,
|
|
@@ -31,7 +30,6 @@ import {
|
|
|
31
30
|
Tag,
|
|
32
31
|
TransitGatewayPeeringAttachment,
|
|
33
32
|
TransitGatewayVpcAttachment,
|
|
34
|
-
TransportProtocol,
|
|
35
33
|
UnsuccessfulItem,
|
|
36
34
|
VerifiedAccessInstance,
|
|
37
35
|
VerifiedAccessTrustProvider,
|
|
@@ -41,6 +39,7 @@ import {
|
|
|
41
39
|
BlockDeviceMapping,
|
|
42
40
|
CapacityReservationPreference,
|
|
43
41
|
CapacityReservationTargetResponse,
|
|
42
|
+
ClientVpnEndpointStatus,
|
|
44
43
|
ClientVpnRouteStatus,
|
|
45
44
|
CoipPool,
|
|
46
45
|
CustomerGateway,
|
|
@@ -71,9 +70,11 @@ import {
|
|
|
71
70
|
StateReason,
|
|
72
71
|
TargetCapacityUnitType,
|
|
73
72
|
TrafficType,
|
|
73
|
+
TransportProtocol,
|
|
74
74
|
} from "./models_1";
|
|
75
75
|
import {
|
|
76
76
|
FleetStateCode,
|
|
77
|
+
TransitGateway,
|
|
77
78
|
TransitGatewayConnect,
|
|
78
79
|
TransitGatewayConnectPeer,
|
|
79
80
|
TransitGatewayMulticastDomain,
|
|
@@ -85,6 +86,24 @@ import {
|
|
|
85
86
|
VerifiedAccessEndpoint,
|
|
86
87
|
VerifiedAccessGroup,
|
|
87
88
|
} from "./models_2";
|
|
89
|
+
export interface DeleteTrafficMirrorTargetRequest {
|
|
90
|
+
TrafficMirrorTargetId: string | undefined;
|
|
91
|
+
DryRun?: boolean;
|
|
92
|
+
}
|
|
93
|
+
export interface DeleteTrafficMirrorTargetResult {
|
|
94
|
+
TrafficMirrorTargetId?: string;
|
|
95
|
+
}
|
|
96
|
+
export interface DeleteTransitGatewayRequest {
|
|
97
|
+
TransitGatewayId: string | undefined;
|
|
98
|
+
DryRun?: boolean;
|
|
99
|
+
}
|
|
100
|
+
export interface DeleteTransitGatewayResult {
|
|
101
|
+
TransitGateway?: TransitGateway;
|
|
102
|
+
}
|
|
103
|
+
export interface DeleteTransitGatewayConnectRequest {
|
|
104
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
105
|
+
DryRun?: boolean;
|
|
106
|
+
}
|
|
88
107
|
export interface DeleteTransitGatewayConnectResult {
|
|
89
108
|
TransitGatewayConnect?: TransitGatewayConnect;
|
|
90
109
|
}
|
|
@@ -1825,40 +1844,21 @@ export interface Instance {
|
|
|
1825
1844
|
TpmSupport?: string;
|
|
1826
1845
|
MaintenanceOptions?: InstanceMaintenanceOptions;
|
|
1827
1846
|
}
|
|
1828
|
-
export
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
NextToken?: string;
|
|
1844
|
-
DryRun?: boolean;
|
|
1845
|
-
IncludeAllInstances?: boolean;
|
|
1846
|
-
}
|
|
1847
|
-
export declare enum EventCode {
|
|
1848
|
-
instance_reboot = "instance-reboot",
|
|
1849
|
-
instance_retirement = "instance-retirement",
|
|
1850
|
-
instance_stop = "instance-stop",
|
|
1851
|
-
system_maintenance = "system-maintenance",
|
|
1852
|
-
system_reboot = "system-reboot",
|
|
1853
|
-
}
|
|
1854
|
-
export interface InstanceStatusEvent {
|
|
1855
|
-
InstanceEventId?: string;
|
|
1856
|
-
Code?: EventCode | string;
|
|
1857
|
-
Description?: string;
|
|
1858
|
-
NotAfter?: Date;
|
|
1859
|
-
NotBefore?: Date;
|
|
1860
|
-
NotBeforeDeadline?: Date;
|
|
1861
|
-
}
|
|
1847
|
+
export declare const DeleteTrafficMirrorTargetRequestFilterSensitiveLog: (
|
|
1848
|
+
obj: DeleteTrafficMirrorTargetRequest
|
|
1849
|
+
) => any;
|
|
1850
|
+
export declare const DeleteTrafficMirrorTargetResultFilterSensitiveLog: (
|
|
1851
|
+
obj: DeleteTrafficMirrorTargetResult
|
|
1852
|
+
) => any;
|
|
1853
|
+
export declare const DeleteTransitGatewayRequestFilterSensitiveLog: (
|
|
1854
|
+
obj: DeleteTransitGatewayRequest
|
|
1855
|
+
) => any;
|
|
1856
|
+
export declare const DeleteTransitGatewayResultFilterSensitiveLog: (
|
|
1857
|
+
obj: DeleteTransitGatewayResult
|
|
1858
|
+
) => any;
|
|
1859
|
+
export declare const DeleteTransitGatewayConnectRequestFilterSensitiveLog: (
|
|
1860
|
+
obj: DeleteTransitGatewayConnectRequest
|
|
1861
|
+
) => any;
|
|
1862
1862
|
export declare const DeleteTransitGatewayConnectResultFilterSensitiveLog: (
|
|
1863
1863
|
obj: DeleteTransitGatewayConnectResult
|
|
1864
1864
|
) => any;
|
|
@@ -2573,13 +2573,3 @@ export declare const InstanceStateFilterSensitiveLog: (
|
|
|
2573
2573
|
obj: InstanceState
|
|
2574
2574
|
) => any;
|
|
2575
2575
|
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
2576
|
-
export declare const ReservationFilterSensitiveLog: (obj: Reservation) => any;
|
|
2577
|
-
export declare const DescribeInstancesResultFilterSensitiveLog: (
|
|
2578
|
-
obj: DescribeInstancesResult
|
|
2579
|
-
) => any;
|
|
2580
|
-
export declare const DescribeInstanceStatusRequestFilterSensitiveLog: (
|
|
2581
|
-
obj: DescribeInstanceStatusRequest
|
|
2582
|
-
) => any;
|
|
2583
|
-
export declare const InstanceStatusEventFilterSensitiveLog: (
|
|
2584
|
-
obj: InstanceStatusEvent
|
|
2585
|
-
) => any;
|