@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
|
@@ -1,4 +1,214 @@
|
|
|
1
|
-
import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CurrencyCodeValues, InstanceEventWindow, Ipv4PrefixSpecification, PortRange, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
|
|
1
|
+
import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, ClientConnectOptions, ClientLoginBannerOptions, ClientVpnAuthenticationRequest, ConnectionLogOptions, CurrencyCodeValues, InstanceEventWindow, Ipv4PrefixSpecification, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, SelfServicePortal, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
|
|
2
|
+
export declare enum TransportProtocol {
|
|
3
|
+
tcp = "tcp",
|
|
4
|
+
udp = "udp"
|
|
5
|
+
}
|
|
6
|
+
export interface CreateClientVpnEndpointRequest {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.</p>
|
|
9
|
+
*/
|
|
10
|
+
ClientCidrBlock: string | undefined;
|
|
11
|
+
/**
|
|
12
|
+
* <p>The ARN of the server certificate. For more information, see
|
|
13
|
+
* the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">Certificate Manager User Guide</a>.</p>
|
|
14
|
+
*/
|
|
15
|
+
ServerCertificateArn: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>Information about the authentication method to be used to authenticate clients.</p>
|
|
18
|
+
*/
|
|
19
|
+
AuthenticationOptions: ClientVpnAuthenticationRequest[] | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* <p>Information about the client connection logging options.</p>
|
|
22
|
+
* <p>If you enable client connection logging, data about client connections is sent to a
|
|
23
|
+
* Cloudwatch Logs log stream. The following information is logged:</p>
|
|
24
|
+
* <ul>
|
|
25
|
+
* <li>
|
|
26
|
+
* <p>Client connection requests</p>
|
|
27
|
+
* </li>
|
|
28
|
+
* <li>
|
|
29
|
+
* <p>Client connection results (successful and unsuccessful)</p>
|
|
30
|
+
* </li>
|
|
31
|
+
* <li>
|
|
32
|
+
* <p>Reasons for unsuccessful client connection requests</p>
|
|
33
|
+
* </li>
|
|
34
|
+
* <li>
|
|
35
|
+
* <p>Client connection termination time</p>
|
|
36
|
+
* </li>
|
|
37
|
+
* </ul>
|
|
38
|
+
*/
|
|
39
|
+
ConnectionLogOptions: ConnectionLogOptions | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can
|
|
42
|
+
* have up to two DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS server.</p>
|
|
43
|
+
*/
|
|
44
|
+
DnsServers?: string[];
|
|
45
|
+
/**
|
|
46
|
+
* <p>The transport protocol to be used by the VPN session.</p>
|
|
47
|
+
* <p>Default value: <code>udp</code>
|
|
48
|
+
* </p>
|
|
49
|
+
*/
|
|
50
|
+
TransportProtocol?: TransportProtocol | string;
|
|
51
|
+
/**
|
|
52
|
+
* <p>The port number to assign to the Client VPN endpoint for TCP and UDP traffic.</p>
|
|
53
|
+
* <p>Valid Values: <code>443</code> | <code>1194</code>
|
|
54
|
+
* </p>
|
|
55
|
+
* <p>Default Value: <code>443</code>
|
|
56
|
+
* </p>
|
|
57
|
+
*/
|
|
58
|
+
VpnPort?: number;
|
|
59
|
+
/**
|
|
60
|
+
* <p>A brief description of the Client VPN endpoint.</p>
|
|
61
|
+
*/
|
|
62
|
+
Description?: string;
|
|
63
|
+
/**
|
|
64
|
+
* <p>Indicates whether split-tunnel is enabled on the Client VPN endpoint.</p>
|
|
65
|
+
* <p>By default, split-tunnel on a VPN endpoint is disabled.</p>
|
|
66
|
+
* <p>For information about split-tunnel VPN endpoints, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html">Split-tunnel Client VPN endpoint</a> in the
|
|
67
|
+
* <i>Client VPN Administrator Guide</i>.</p>
|
|
68
|
+
*/
|
|
69
|
+
SplitTunnel?: boolean;
|
|
70
|
+
/**
|
|
71
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
72
|
+
*/
|
|
73
|
+
DryRun?: boolean;
|
|
74
|
+
/**
|
|
75
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How to ensure idempotency</a>.</p>
|
|
76
|
+
*/
|
|
77
|
+
ClientToken?: string;
|
|
78
|
+
/**
|
|
79
|
+
* <p>The tags to apply to the Client VPN endpoint during creation.</p>
|
|
80
|
+
*/
|
|
81
|
+
TagSpecifications?: TagSpecification[];
|
|
82
|
+
/**
|
|
83
|
+
* <p>The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.</p>
|
|
84
|
+
*/
|
|
85
|
+
SecurityGroupIds?: string[];
|
|
86
|
+
/**
|
|
87
|
+
* <p>The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied.</p>
|
|
88
|
+
*/
|
|
89
|
+
VpcId?: string;
|
|
90
|
+
/**
|
|
91
|
+
* <p>Specify whether to enable the self-service portal for the Client VPN endpoint.</p>
|
|
92
|
+
* <p>Default Value: <code>enabled</code>
|
|
93
|
+
* </p>
|
|
94
|
+
*/
|
|
95
|
+
SelfServicePortal?: SelfServicePortal | string;
|
|
96
|
+
/**
|
|
97
|
+
* <p>The options for managing connection authorization for new client connections.</p>
|
|
98
|
+
*/
|
|
99
|
+
ClientConnectOptions?: ClientConnectOptions;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The maximum VPN session duration time in hours.</p>
|
|
102
|
+
* <p>Valid values: <code>8 | 10 | 12 | 24</code>
|
|
103
|
+
* </p>
|
|
104
|
+
* <p>Default value: <code>24</code>
|
|
105
|
+
* </p>
|
|
106
|
+
*/
|
|
107
|
+
SessionTimeoutHours?: number;
|
|
108
|
+
/**
|
|
109
|
+
* <p>Options for enabling a customizable text banner that will be displayed on
|
|
110
|
+
* Amazon Web Services provided clients when a VPN session is established.</p>
|
|
111
|
+
*/
|
|
112
|
+
ClientLoginBannerOptions?: ClientLoginBannerOptions;
|
|
113
|
+
}
|
|
114
|
+
export declare enum ClientVpnEndpointStatusCode {
|
|
115
|
+
available = "available",
|
|
116
|
+
deleted = "deleted",
|
|
117
|
+
deleting = "deleting",
|
|
118
|
+
pending_associate = "pending-associate"
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* <p>Describes the state of a Client VPN endpoint.</p>
|
|
122
|
+
*/
|
|
123
|
+
export interface ClientVpnEndpointStatus {
|
|
124
|
+
/**
|
|
125
|
+
* <p>The state of the Client VPN endpoint. Possible states include:</p>
|
|
126
|
+
* <ul>
|
|
127
|
+
* <li>
|
|
128
|
+
* <p>
|
|
129
|
+
* <code>pending-associate</code> - The Client VPN endpoint has been created but no target networks
|
|
130
|
+
* have been associated. The Client VPN endpoint cannot accept connections.</p>
|
|
131
|
+
* </li>
|
|
132
|
+
* <li>
|
|
133
|
+
* <p>
|
|
134
|
+
* <code>available</code> - The Client VPN endpoint has been created and a target network has been
|
|
135
|
+
* associated. The Client VPN endpoint can accept connections.</p>
|
|
136
|
+
* </li>
|
|
137
|
+
* <li>
|
|
138
|
+
* <p>
|
|
139
|
+
* <code>deleting</code> - The Client VPN endpoint is being deleted. The Client VPN endpoint cannot accept
|
|
140
|
+
* connections.</p>
|
|
141
|
+
* </li>
|
|
142
|
+
* <li>
|
|
143
|
+
* <p>
|
|
144
|
+
* <code>deleted</code> - The Client VPN endpoint has been deleted. The Client VPN endpoint cannot accept
|
|
145
|
+
* connections.</p>
|
|
146
|
+
* </li>
|
|
147
|
+
* </ul>
|
|
148
|
+
*/
|
|
149
|
+
Code?: ClientVpnEndpointStatusCode | string;
|
|
150
|
+
/**
|
|
151
|
+
* <p>A message about the status of the Client VPN endpoint.</p>
|
|
152
|
+
*/
|
|
153
|
+
Message?: string;
|
|
154
|
+
}
|
|
155
|
+
export interface CreateClientVpnEndpointResult {
|
|
156
|
+
/**
|
|
157
|
+
* <p>The ID of the Client VPN endpoint.</p>
|
|
158
|
+
*/
|
|
159
|
+
ClientVpnEndpointId?: string;
|
|
160
|
+
/**
|
|
161
|
+
* <p>The current state of the Client VPN endpoint.</p>
|
|
162
|
+
*/
|
|
163
|
+
Status?: ClientVpnEndpointStatus;
|
|
164
|
+
/**
|
|
165
|
+
* <p>The DNS name to be used by clients when establishing their VPN session.</p>
|
|
166
|
+
*/
|
|
167
|
+
DnsName?: string;
|
|
168
|
+
}
|
|
169
|
+
export interface CreateClientVpnRouteRequest {
|
|
170
|
+
/**
|
|
171
|
+
* <p>The ID of the Client VPN endpoint to which to add the route.</p>
|
|
172
|
+
*/
|
|
173
|
+
ClientVpnEndpointId: string | undefined;
|
|
174
|
+
/**
|
|
175
|
+
* <p>The IPv4 address range, in CIDR notation, of the route destination. For example:</p>
|
|
176
|
+
* <ul>
|
|
177
|
+
* <li>
|
|
178
|
+
* <p>To add a route for Internet access, enter <code>0.0.0.0/0</code>
|
|
179
|
+
* </p>
|
|
180
|
+
* </li>
|
|
181
|
+
* <li>
|
|
182
|
+
* <p>To add a route for a peered VPC, enter the peered VPC's IPv4 CIDR range</p>
|
|
183
|
+
* </li>
|
|
184
|
+
* <li>
|
|
185
|
+
* <p>To add a route for an on-premises network, enter the Amazon Web Services Site-to-Site VPN connection's IPv4 CIDR range</p>
|
|
186
|
+
* </li>
|
|
187
|
+
* <li>
|
|
188
|
+
* <p>To add a route for the local network, enter the client CIDR range</p>
|
|
189
|
+
* </li>
|
|
190
|
+
* </ul>
|
|
191
|
+
*/
|
|
192
|
+
DestinationCidrBlock: string | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* <p>The ID of the subnet through which you want to route traffic. The specified subnet must be
|
|
195
|
+
* an existing target network of the Client VPN endpoint.</p>
|
|
196
|
+
* <p>Alternatively, if you're adding a route for the local network, specify <code>local</code>.</p>
|
|
197
|
+
*/
|
|
198
|
+
TargetVpcSubnetId: string | undefined;
|
|
199
|
+
/**
|
|
200
|
+
* <p>A brief description of the route.</p>
|
|
201
|
+
*/
|
|
202
|
+
Description?: string;
|
|
203
|
+
/**
|
|
204
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How to ensure idempotency</a>.</p>
|
|
205
|
+
*/
|
|
206
|
+
ClientToken?: string;
|
|
207
|
+
/**
|
|
208
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
209
|
+
*/
|
|
210
|
+
DryRun?: boolean;
|
|
211
|
+
}
|
|
2
212
|
export declare enum ClientVpnRouteStatusCode {
|
|
3
213
|
active = "active",
|
|
4
214
|
creating = "creating",
|
|
@@ -5408,7 +5618,7 @@ export interface CreateLocalGatewayRouteRequest {
|
|
|
5408
5618
|
* <p>The CIDR range used for destination matches. Routing decisions are based on
|
|
5409
5619
|
* the most specific match.</p>
|
|
5410
5620
|
*/
|
|
5411
|
-
DestinationCidrBlock
|
|
5621
|
+
DestinationCidrBlock?: string;
|
|
5412
5622
|
/**
|
|
5413
5623
|
* <p>The ID of the local gateway route table.</p>
|
|
5414
5624
|
*/
|
|
@@ -5427,6 +5637,13 @@ export interface CreateLocalGatewayRouteRequest {
|
|
|
5427
5637
|
* <p>The ID of the network interface.</p>
|
|
5428
5638
|
*/
|
|
5429
5639
|
NetworkInterfaceId?: string;
|
|
5640
|
+
/**
|
|
5641
|
+
* <p>
|
|
5642
|
+
* The ID of the prefix list. Use a prefix list in place of <code>DestinationCidrBlock</code>. You
|
|
5643
|
+
* cannot use <code>DestinationPrefixListId</code> and <code>DestinationCidrBlock</code> in the same request.
|
|
5644
|
+
* </p>
|
|
5645
|
+
*/
|
|
5646
|
+
DestinationPrefixListId?: string;
|
|
5430
5647
|
}
|
|
5431
5648
|
export declare enum LocalGatewayRouteState {
|
|
5432
5649
|
active = "active",
|
|
@@ -5483,6 +5700,12 @@ export interface LocalGatewayRoute {
|
|
|
5483
5700
|
* <p>The ID of the network interface.</p>
|
|
5484
5701
|
*/
|
|
5485
5702
|
NetworkInterfaceId?: string;
|
|
5703
|
+
/**
|
|
5704
|
+
* <p>
|
|
5705
|
+
* The ID of the prefix list.
|
|
5706
|
+
* </p>
|
|
5707
|
+
*/
|
|
5708
|
+
DestinationPrefixListId?: string;
|
|
5486
5709
|
}
|
|
5487
5710
|
export interface CreateLocalGatewayRouteResult {
|
|
5488
5711
|
/**
|
|
@@ -5907,7 +6130,7 @@ export interface CreateNatGatewayRequest {
|
|
|
5907
6130
|
*/
|
|
5908
6131
|
DryRun?: boolean;
|
|
5909
6132
|
/**
|
|
5910
|
-
* <p>The subnet in which to create the NAT gateway.</p>
|
|
6133
|
+
* <p>The ID of the subnet in which to create the NAT gateway.</p>
|
|
5911
6134
|
*/
|
|
5912
6135
|
SubnetId: string | undefined;
|
|
5913
6136
|
/**
|
|
@@ -5923,27 +6146,18 @@ export interface CreateNatGatewayRequest {
|
|
|
5923
6146
|
* <p>The private IPv4 address to assign to the NAT gateway. If you don't provide an address, a private IPv4 address will be automatically assigned.</p>
|
|
5924
6147
|
*/
|
|
5925
6148
|
PrivateIpAddress?: string;
|
|
5926
|
-
}
|
|
5927
|
-
/**
|
|
5928
|
-
* <p>Describes the IP addresses and network interface associated with a NAT gateway.</p>
|
|
5929
|
-
*/
|
|
5930
|
-
export interface NatGatewayAddress {
|
|
5931
|
-
/**
|
|
5932
|
-
* <p>[Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.</p>
|
|
5933
|
-
*/
|
|
5934
|
-
AllocationId?: string;
|
|
5935
6149
|
/**
|
|
5936
|
-
* <p>
|
|
6150
|
+
* <p>Secondary EIP allocation IDs. For more information about secondary addresses, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating">Create a NAT gateway</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
|
|
5937
6151
|
*/
|
|
5938
|
-
|
|
6152
|
+
SecondaryAllocationIds?: string[];
|
|
5939
6153
|
/**
|
|
5940
|
-
* <p>
|
|
6154
|
+
* <p>Secondary private IPv4 addresses. For more information about secondary addresses, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating">Create a NAT gateway</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
|
|
5941
6155
|
*/
|
|
5942
|
-
|
|
6156
|
+
SecondaryPrivateIpAddresses?: string[];
|
|
5943
6157
|
/**
|
|
5944
|
-
* <p>[
|
|
6158
|
+
* <p>[Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway. For more information about secondary addresses, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating">Create a NAT gateway</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
|
|
5945
6159
|
*/
|
|
5946
|
-
|
|
6160
|
+
SecondaryPrivateIpAddressCount?: number;
|
|
5947
6161
|
}
|
|
5948
6162
|
/**
|
|
5949
6163
|
* <p>Reserved. If you need to sustain traffic greater than the <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html">documented limits</a>, contact us through the <a href="https://console.aws.amazon.com/support/home?">Support Center</a>.</p>
|
|
@@ -7412,141 +7626,21 @@ export interface RouteTableAssociation {
|
|
|
7412
7626
|
AssociationState?: RouteTableAssociationState;
|
|
7413
7627
|
}
|
|
7414
7628
|
/**
|
|
7415
|
-
*
|
|
7629
|
+
* @internal
|
|
7416
7630
|
*/
|
|
7417
|
-
export
|
|
7418
|
-
/**
|
|
7419
|
-
* <p>The ID of the virtual private gateway.</p>
|
|
7420
|
-
*/
|
|
7421
|
-
GatewayId?: string;
|
|
7422
|
-
}
|
|
7423
|
-
export declare enum RouteOrigin {
|
|
7424
|
-
CreateRoute = "CreateRoute",
|
|
7425
|
-
CreateRouteTable = "CreateRouteTable",
|
|
7426
|
-
EnableVgwRoutePropagation = "EnableVgwRoutePropagation"
|
|
7427
|
-
}
|
|
7428
|
-
export declare enum RouteState {
|
|
7429
|
-
active = "active",
|
|
7430
|
-
blackhole = "blackhole"
|
|
7431
|
-
}
|
|
7631
|
+
export declare const CreateClientVpnEndpointRequestFilterSensitiveLog: (obj: CreateClientVpnEndpointRequest) => any;
|
|
7432
7632
|
/**
|
|
7433
|
-
*
|
|
7633
|
+
* @internal
|
|
7434
7634
|
*/
|
|
7435
|
-
export
|
|
7436
|
-
/**
|
|
7437
|
-
* <p>The IPv4 CIDR block used for the destination match.</p>
|
|
7438
|
-
*/
|
|
7439
|
-
DestinationCidrBlock?: string;
|
|
7440
|
-
/**
|
|
7441
|
-
* <p>The IPv6 CIDR block used for the destination match.</p>
|
|
7442
|
-
*/
|
|
7443
|
-
DestinationIpv6CidrBlock?: string;
|
|
7444
|
-
/**
|
|
7445
|
-
* <p>The prefix of the Amazon Web Service.</p>
|
|
7446
|
-
*/
|
|
7447
|
-
DestinationPrefixListId?: string;
|
|
7448
|
-
/**
|
|
7449
|
-
* <p>The ID of the egress-only internet gateway.</p>
|
|
7450
|
-
*/
|
|
7451
|
-
EgressOnlyInternetGatewayId?: string;
|
|
7452
|
-
/**
|
|
7453
|
-
* <p>The ID of a gateway attached to your VPC.</p>
|
|
7454
|
-
*/
|
|
7455
|
-
GatewayId?: string;
|
|
7456
|
-
/**
|
|
7457
|
-
* <p>The ID of a NAT instance in your VPC.</p>
|
|
7458
|
-
*/
|
|
7459
|
-
InstanceId?: string;
|
|
7460
|
-
/**
|
|
7461
|
-
* <p>The ID of Amazon Web Services account that owns the instance.</p>
|
|
7462
|
-
*/
|
|
7463
|
-
InstanceOwnerId?: string;
|
|
7464
|
-
/**
|
|
7465
|
-
* <p>The ID of a NAT gateway.</p>
|
|
7466
|
-
*/
|
|
7467
|
-
NatGatewayId?: string;
|
|
7468
|
-
/**
|
|
7469
|
-
* <p>The ID of a transit gateway.</p>
|
|
7470
|
-
*/
|
|
7471
|
-
TransitGatewayId?: string;
|
|
7472
|
-
/**
|
|
7473
|
-
* <p>The ID of the local gateway.</p>
|
|
7474
|
-
*/
|
|
7475
|
-
LocalGatewayId?: string;
|
|
7476
|
-
/**
|
|
7477
|
-
* <p>The ID of the carrier gateway.</p>
|
|
7478
|
-
*/
|
|
7479
|
-
CarrierGatewayId?: string;
|
|
7480
|
-
/**
|
|
7481
|
-
* <p>The ID of the network interface.</p>
|
|
7482
|
-
*/
|
|
7483
|
-
NetworkInterfaceId?: string;
|
|
7484
|
-
/**
|
|
7485
|
-
* <p>Describes how the route was created.</p>
|
|
7486
|
-
* <ul>
|
|
7487
|
-
* <li>
|
|
7488
|
-
* <p>
|
|
7489
|
-
* <code>CreateRouteTable</code> - The route was automatically created when the route table was created.</p>
|
|
7490
|
-
* </li>
|
|
7491
|
-
* <li>
|
|
7492
|
-
* <p>
|
|
7493
|
-
* <code>CreateRoute</code> - The route was manually added to the route table.</p>
|
|
7494
|
-
* </li>
|
|
7495
|
-
* <li>
|
|
7496
|
-
* <p>
|
|
7497
|
-
* <code>EnableVgwRoutePropagation</code> - The route was propagated by route propagation.</p>
|
|
7498
|
-
* </li>
|
|
7499
|
-
* </ul>
|
|
7500
|
-
*/
|
|
7501
|
-
Origin?: RouteOrigin | string;
|
|
7502
|
-
/**
|
|
7503
|
-
* <p>The state of the route. The <code>blackhole</code> state indicates that the
|
|
7504
|
-
* route's target isn't available (for example, the specified gateway isn't attached to the
|
|
7505
|
-
* VPC, or the specified NAT instance has been terminated).</p>
|
|
7506
|
-
*/
|
|
7507
|
-
State?: RouteState | string;
|
|
7508
|
-
/**
|
|
7509
|
-
* <p>The ID of a VPC peering connection.</p>
|
|
7510
|
-
*/
|
|
7511
|
-
VpcPeeringConnectionId?: string;
|
|
7512
|
-
/**
|
|
7513
|
-
* <p>The Amazon Resource Name (ARN) of the core network.</p>
|
|
7514
|
-
*/
|
|
7515
|
-
CoreNetworkArn?: string;
|
|
7516
|
-
}
|
|
7635
|
+
export declare const ClientVpnEndpointStatusFilterSensitiveLog: (obj: ClientVpnEndpointStatus) => any;
|
|
7517
7636
|
/**
|
|
7518
|
-
*
|
|
7637
|
+
* @internal
|
|
7519
7638
|
*/
|
|
7520
|
-
export
|
|
7521
|
-
|
|
7522
|
-
|
|
7523
|
-
|
|
7524
|
-
|
|
7525
|
-
/**
|
|
7526
|
-
* <p>Any virtual private gateway (VGW) propagating routes.</p>
|
|
7527
|
-
*/
|
|
7528
|
-
PropagatingVgws?: PropagatingVgw[];
|
|
7529
|
-
/**
|
|
7530
|
-
* <p>The ID of the route table.</p>
|
|
7531
|
-
*/
|
|
7532
|
-
RouteTableId?: string;
|
|
7533
|
-
/**
|
|
7534
|
-
* <p>The routes in the route table.</p>
|
|
7535
|
-
*/
|
|
7536
|
-
Routes?: Route[];
|
|
7537
|
-
/**
|
|
7538
|
-
* <p>Any tags assigned to the route table.</p>
|
|
7539
|
-
*/
|
|
7540
|
-
Tags?: Tag[];
|
|
7541
|
-
/**
|
|
7542
|
-
* <p>The ID of the VPC.</p>
|
|
7543
|
-
*/
|
|
7544
|
-
VpcId?: string;
|
|
7545
|
-
/**
|
|
7546
|
-
* <p>The ID of the Amazon Web Services account that owns the route table.</p>
|
|
7547
|
-
*/
|
|
7548
|
-
OwnerId?: string;
|
|
7549
|
-
}
|
|
7639
|
+
export declare const CreateClientVpnEndpointResultFilterSensitiveLog: (obj: CreateClientVpnEndpointResult) => any;
|
|
7640
|
+
/**
|
|
7641
|
+
* @internal
|
|
7642
|
+
*/
|
|
7643
|
+
export declare const CreateClientVpnRouteRequestFilterSensitiveLog: (obj: CreateClientVpnRouteRequest) => any;
|
|
7550
7644
|
/**
|
|
7551
7645
|
* @internal
|
|
7552
7646
|
*/
|
|
@@ -8255,10 +8349,6 @@ export declare const CreateManagedPrefixListResultFilterSensitiveLog: (obj: Crea
|
|
|
8255
8349
|
* @internal
|
|
8256
8350
|
*/
|
|
8257
8351
|
export declare const CreateNatGatewayRequestFilterSensitiveLog: (obj: CreateNatGatewayRequest) => any;
|
|
8258
|
-
/**
|
|
8259
|
-
* @internal
|
|
8260
|
-
*/
|
|
8261
|
-
export declare const NatGatewayAddressFilterSensitiveLog: (obj: NatGatewayAddress) => any;
|
|
8262
8352
|
/**
|
|
8263
8353
|
* @internal
|
|
8264
8354
|
*/
|
|
@@ -8455,15 +8545,3 @@ export declare const CreateRouteTableRequestFilterSensitiveLog: (obj: CreateRout
|
|
|
8455
8545
|
* @internal
|
|
8456
8546
|
*/
|
|
8457
8547
|
export declare const RouteTableAssociationFilterSensitiveLog: (obj: RouteTableAssociation) => any;
|
|
8458
|
-
/**
|
|
8459
|
-
* @internal
|
|
8460
|
-
*/
|
|
8461
|
-
export declare const PropagatingVgwFilterSensitiveLog: (obj: PropagatingVgw) => any;
|
|
8462
|
-
/**
|
|
8463
|
-
* @internal
|
|
8464
|
-
*/
|
|
8465
|
-
export declare const RouteFilterSensitiveLog: (obj: Route) => any;
|
|
8466
|
-
/**
|
|
8467
|
-
* @internal
|
|
8468
|
-
*/
|
|
8469
|
-
export declare const RouteTableFilterSensitiveLog: (obj: RouteTable) => any;
|