@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
|
@@ -1,5 +1,237 @@
|
|
|
1
|
-
import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment,
|
|
2
|
-
import { ConnectionTrackingSpecificationRequest,
|
|
1
|
+
import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
+
import { ConnectionTrackingSpecificationRequest, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LocalGatewayRoute, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface CreateLocalGatewayRouteResult {
|
|
7
|
+
/**
|
|
8
|
+
* <p>Information about the route.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
Route?: LocalGatewayRoute | undefined;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* @enum
|
|
16
|
+
*/
|
|
17
|
+
export declare const LocalGatewayRouteTableMode: {
|
|
18
|
+
readonly coip: "coip";
|
|
19
|
+
readonly direct_vpc_routing: "direct-vpc-routing";
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export type LocalGatewayRouteTableMode = (typeof LocalGatewayRouteTableMode)[keyof typeof LocalGatewayRouteTableMode];
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
export interface CreateLocalGatewayRouteTableRequest {
|
|
29
|
+
/**
|
|
30
|
+
* <p>
|
|
31
|
+
* The ID of the local gateway.
|
|
32
|
+
* </p>
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
LocalGatewayId: string | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* <p>
|
|
38
|
+
* The mode of the local gateway route table.
|
|
39
|
+
* </p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
Mode?: LocalGatewayRouteTableMode | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* <p>
|
|
45
|
+
* The tags assigned to the local gateway route table.
|
|
46
|
+
* </p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
52
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
53
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
DryRun?: boolean | undefined;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* <p>Describes a state change.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
export interface StateReason {
|
|
63
|
+
/**
|
|
64
|
+
* <p>The reason code for the state change.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
Code?: string | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The message for the state change.</p>
|
|
70
|
+
* <ul>
|
|
71
|
+
* <li>
|
|
72
|
+
* <p>
|
|
73
|
+
* <code>Server.InsufficientInstanceCapacity</code>: There was insufficient
|
|
74
|
+
* capacity available to satisfy the launch request.</p>
|
|
75
|
+
* </li>
|
|
76
|
+
* <li>
|
|
77
|
+
* <p>
|
|
78
|
+
* <code>Server.InternalError</code>: An internal error caused the instance to
|
|
79
|
+
* terminate during launch.</p>
|
|
80
|
+
* </li>
|
|
81
|
+
* <li>
|
|
82
|
+
* <p>
|
|
83
|
+
* <code>Server.ScheduledStop</code>: The instance was stopped due to a scheduled
|
|
84
|
+
* retirement.</p>
|
|
85
|
+
* </li>
|
|
86
|
+
* <li>
|
|
87
|
+
* <p>
|
|
88
|
+
* <code>Server.SpotInstanceShutdown</code>: The instance was stopped because the
|
|
89
|
+
* number of Spot requests with a maximum price equal to or higher than the Spot
|
|
90
|
+
* price exceeded available capacity or because of an increase in the Spot
|
|
91
|
+
* price.</p>
|
|
92
|
+
* </li>
|
|
93
|
+
* <li>
|
|
94
|
+
* <p>
|
|
95
|
+
* <code>Server.SpotInstanceTermination</code>: The instance was terminated
|
|
96
|
+
* because the number of Spot requests with a maximum price equal to or higher than
|
|
97
|
+
* the Spot price exceeded available capacity or because of an increase in the Spot
|
|
98
|
+
* price.</p>
|
|
99
|
+
* </li>
|
|
100
|
+
* <li>
|
|
101
|
+
* <p>
|
|
102
|
+
* <code>Client.InstanceInitiatedShutdown</code>: The instance was shut down
|
|
103
|
+
* from the operating system of the instance.</p>
|
|
104
|
+
* </li>
|
|
105
|
+
* <li>
|
|
106
|
+
* <p>
|
|
107
|
+
* <code>Client.InstanceTerminated</code>: The instance was terminated or
|
|
108
|
+
* rebooted during AMI creation.</p>
|
|
109
|
+
* </li>
|
|
110
|
+
* <li>
|
|
111
|
+
* <p>
|
|
112
|
+
* <code>Client.InternalError</code>: A client error caused the instance to
|
|
113
|
+
* terminate during launch.</p>
|
|
114
|
+
* </li>
|
|
115
|
+
* <li>
|
|
116
|
+
* <p>
|
|
117
|
+
* <code>Client.InvalidSnapshot.NotFound</code>: The specified snapshot was not
|
|
118
|
+
* found.</p>
|
|
119
|
+
* </li>
|
|
120
|
+
* <li>
|
|
121
|
+
* <p>
|
|
122
|
+
* <code>Client.UserInitiatedHibernate</code>: Hibernation was initiated on the
|
|
123
|
+
* instance.</p>
|
|
124
|
+
* </li>
|
|
125
|
+
* <li>
|
|
126
|
+
* <p>
|
|
127
|
+
* <code>Client.UserInitiatedShutdown</code>: The instance was shut down using
|
|
128
|
+
* the Amazon EC2 API.</p>
|
|
129
|
+
* </li>
|
|
130
|
+
* <li>
|
|
131
|
+
* <p>
|
|
132
|
+
* <code>Client.VolumeLimitExceeded</code>: The limit on the number of EBS
|
|
133
|
+
* volumes or total storage was exceeded. Decrease usage or request an increase in
|
|
134
|
+
* your account limits.</p>
|
|
135
|
+
* </li>
|
|
136
|
+
* </ul>
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
Message?: string | undefined;
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* <p>Describes a local gateway route table.</p>
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
export interface LocalGatewayRouteTable {
|
|
146
|
+
/**
|
|
147
|
+
* <p>The ID of the local gateway route table.</p>
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
LocalGatewayRouteTableId?: string | undefined;
|
|
151
|
+
/**
|
|
152
|
+
* <p>The Amazon Resource Name (ARN) of the local gateway route table.</p>
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
155
|
+
LocalGatewayRouteTableArn?: string | undefined;
|
|
156
|
+
/**
|
|
157
|
+
* <p>The ID of the local gateway.</p>
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
160
|
+
LocalGatewayId?: string | undefined;
|
|
161
|
+
/**
|
|
162
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
OutpostArn?: string | undefined;
|
|
166
|
+
/**
|
|
167
|
+
* <p>The ID of the Amazon Web Services account that owns the local gateway route table.</p>
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
OwnerId?: string | undefined;
|
|
171
|
+
/**
|
|
172
|
+
* <p>The state of the local gateway route table.</p>
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
State?: string | undefined;
|
|
176
|
+
/**
|
|
177
|
+
* <p>The tags assigned to the local gateway route table.</p>
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
Tags?: Tag[] | undefined;
|
|
181
|
+
/**
|
|
182
|
+
* <p>The mode of the local gateway route table.</p>
|
|
183
|
+
* @public
|
|
184
|
+
*/
|
|
185
|
+
Mode?: LocalGatewayRouteTableMode | undefined;
|
|
186
|
+
/**
|
|
187
|
+
* <p>Information about the state change.</p>
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
190
|
+
StateReason?: StateReason | undefined;
|
|
191
|
+
}
|
|
192
|
+
/**
|
|
193
|
+
* @public
|
|
194
|
+
*/
|
|
195
|
+
export interface CreateLocalGatewayRouteTableResult {
|
|
196
|
+
/**
|
|
197
|
+
* <p>Information about the local gateway route table.</p>
|
|
198
|
+
* @public
|
|
199
|
+
*/
|
|
200
|
+
LocalGatewayRouteTable?: LocalGatewayRouteTable | undefined;
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* @public
|
|
204
|
+
*/
|
|
205
|
+
export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
|
|
206
|
+
/**
|
|
207
|
+
* <p>
|
|
208
|
+
* The ID of the local gateway route table.
|
|
209
|
+
* </p>
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
LocalGatewayRouteTableId: string | undefined;
|
|
213
|
+
/**
|
|
214
|
+
* <p>
|
|
215
|
+
* The ID of the local gateway route table virtual interface group association.
|
|
216
|
+
* </p>
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
LocalGatewayVirtualInterfaceGroupId: string | undefined;
|
|
220
|
+
/**
|
|
221
|
+
* <p>
|
|
222
|
+
* The tags assigned to the local gateway route table virtual interface group association.
|
|
223
|
+
* </p>
|
|
224
|
+
* @public
|
|
225
|
+
*/
|
|
226
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
227
|
+
/**
|
|
228
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
229
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
230
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
233
|
+
DryRun?: boolean | undefined;
|
|
234
|
+
}
|
|
3
235
|
/**
|
|
4
236
|
* <p>Describes an association between a local gateway route table and a virtual interface group.</p>
|
|
5
237
|
* @public
|
|
@@ -2669,8 +2901,8 @@ export interface CreateSecurityGroupRequest {
|
|
|
2669
2901
|
*/
|
|
2670
2902
|
Description: string | undefined;
|
|
2671
2903
|
/**
|
|
2672
|
-
* <p>The name of the security group.</p>
|
|
2673
|
-
* <p>Constraints: Up to 255 characters in length.
|
|
2904
|
+
* <p>The name of the security group. Names are case-insensitive and must be unique within the VPC.</p>
|
|
2905
|
+
* <p>Constraints: Up to 255 characters in length. Can't start with <code>sg-</code>.</p>
|
|
2674
2906
|
* <p>Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;\{\}!$*</p>
|
|
2675
2907
|
* @public
|
|
2676
2908
|
*/
|
|
@@ -8820,247 +9052,6 @@ export declare const TelemetryStatus: {
|
|
|
8820
9052
|
* @public
|
|
8821
9053
|
*/
|
|
8822
9054
|
export type TelemetryStatus = (typeof TelemetryStatus)[keyof typeof TelemetryStatus];
|
|
8823
|
-
/**
|
|
8824
|
-
* <p>Describes telemetry for a VPN tunnel.</p>
|
|
8825
|
-
* @public
|
|
8826
|
-
*/
|
|
8827
|
-
export interface VgwTelemetry {
|
|
8828
|
-
/**
|
|
8829
|
-
* <p>The number of accepted routes.</p>
|
|
8830
|
-
* @public
|
|
8831
|
-
*/
|
|
8832
|
-
AcceptedRouteCount?: number | undefined;
|
|
8833
|
-
/**
|
|
8834
|
-
* <p>The date and time of the last change in status. This field is updated when changes in IKE (Phase 1), IPSec (Phase 2), or BGP status are detected.</p>
|
|
8835
|
-
* @public
|
|
8836
|
-
*/
|
|
8837
|
-
LastStatusChange?: Date | undefined;
|
|
8838
|
-
/**
|
|
8839
|
-
* <p>The Internet-routable IP address of the virtual private gateway's outside
|
|
8840
|
-
* interface.</p>
|
|
8841
|
-
* @public
|
|
8842
|
-
*/
|
|
8843
|
-
OutsideIpAddress?: string | undefined;
|
|
8844
|
-
/**
|
|
8845
|
-
* <p>The status of the VPN tunnel.</p>
|
|
8846
|
-
* @public
|
|
8847
|
-
*/
|
|
8848
|
-
Status?: TelemetryStatus | undefined;
|
|
8849
|
-
/**
|
|
8850
|
-
* <p>If an error occurs, a description of the error.</p>
|
|
8851
|
-
* @public
|
|
8852
|
-
*/
|
|
8853
|
-
StatusMessage?: string | undefined;
|
|
8854
|
-
/**
|
|
8855
|
-
* <p>The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.</p>
|
|
8856
|
-
* @public
|
|
8857
|
-
*/
|
|
8858
|
-
CertificateArn?: string | undefined;
|
|
8859
|
-
}
|
|
8860
|
-
/**
|
|
8861
|
-
* <p>Describes a VPN connection.</p>
|
|
8862
|
-
* @public
|
|
8863
|
-
*/
|
|
8864
|
-
export interface VpnConnection {
|
|
8865
|
-
/**
|
|
8866
|
-
* <p>The category of the VPN connection. A value of <code>VPN</code> indicates an Amazon Web Services VPN connection. A value of <code>VPN-Classic</code> indicates an Amazon Web Services Classic VPN connection.</p>
|
|
8867
|
-
* @public
|
|
8868
|
-
*/
|
|
8869
|
-
Category?: string | undefined;
|
|
8870
|
-
/**
|
|
8871
|
-
* <p>The ID of the transit gateway associated with the VPN connection.</p>
|
|
8872
|
-
* @public
|
|
8873
|
-
*/
|
|
8874
|
-
TransitGatewayId?: string | undefined;
|
|
8875
|
-
/**
|
|
8876
|
-
* <p>The ARN of the core network.</p>
|
|
8877
|
-
* @public
|
|
8878
|
-
*/
|
|
8879
|
-
CoreNetworkArn?: string | undefined;
|
|
8880
|
-
/**
|
|
8881
|
-
* <p>The ARN of the core network attachment.</p>
|
|
8882
|
-
* @public
|
|
8883
|
-
*/
|
|
8884
|
-
CoreNetworkAttachmentArn?: string | undefined;
|
|
8885
|
-
/**
|
|
8886
|
-
* <p>The current state of the gateway association.</p>
|
|
8887
|
-
* @public
|
|
8888
|
-
*/
|
|
8889
|
-
GatewayAssociationState?: GatewayAssociationState | undefined;
|
|
8890
|
-
/**
|
|
8891
|
-
* <p>The VPN connection options.</p>
|
|
8892
|
-
* @public
|
|
8893
|
-
*/
|
|
8894
|
-
Options?: VpnConnectionOptions | undefined;
|
|
8895
|
-
/**
|
|
8896
|
-
* <p>The static routes associated with the VPN connection.</p>
|
|
8897
|
-
* @public
|
|
8898
|
-
*/
|
|
8899
|
-
Routes?: VpnStaticRoute[] | undefined;
|
|
8900
|
-
/**
|
|
8901
|
-
* <p>Any tags assigned to the VPN connection.</p>
|
|
8902
|
-
* @public
|
|
8903
|
-
*/
|
|
8904
|
-
Tags?: Tag[] | undefined;
|
|
8905
|
-
/**
|
|
8906
|
-
* <p>Information about the VPN tunnel.</p>
|
|
8907
|
-
* @public
|
|
8908
|
-
*/
|
|
8909
|
-
VgwTelemetry?: VgwTelemetry[] | undefined;
|
|
8910
|
-
/**
|
|
8911
|
-
* <p>The ID of the VPN connection.</p>
|
|
8912
|
-
* @public
|
|
8913
|
-
*/
|
|
8914
|
-
VpnConnectionId?: string | undefined;
|
|
8915
|
-
/**
|
|
8916
|
-
* <p>The current state of the VPN connection.</p>
|
|
8917
|
-
* @public
|
|
8918
|
-
*/
|
|
8919
|
-
State?: VpnState | undefined;
|
|
8920
|
-
/**
|
|
8921
|
-
* <p>The configuration information for the VPN connection's customer gateway (in the native
|
|
8922
|
-
* XML format). This element is always present in the <a>CreateVpnConnection</a>
|
|
8923
|
-
* response; however, it's present in the <a>DescribeVpnConnections</a> response
|
|
8924
|
-
* only if the VPN connection is in the <code>pending</code> or <code>available</code>
|
|
8925
|
-
* state.</p>
|
|
8926
|
-
* @public
|
|
8927
|
-
*/
|
|
8928
|
-
CustomerGatewayConfiguration?: string | undefined;
|
|
8929
|
-
/**
|
|
8930
|
-
* <p>The type of VPN connection.</p>
|
|
8931
|
-
* @public
|
|
8932
|
-
*/
|
|
8933
|
-
Type?: GatewayType | undefined;
|
|
8934
|
-
/**
|
|
8935
|
-
* <p>The ID of the customer gateway at your end of the VPN connection.</p>
|
|
8936
|
-
* @public
|
|
8937
|
-
*/
|
|
8938
|
-
CustomerGatewayId?: string | undefined;
|
|
8939
|
-
/**
|
|
8940
|
-
* <p>The ID of the virtual private gateway at the Amazon Web Services side of the VPN
|
|
8941
|
-
* connection.</p>
|
|
8942
|
-
* @public
|
|
8943
|
-
*/
|
|
8944
|
-
VpnGatewayId?: string | undefined;
|
|
8945
|
-
}
|
|
8946
|
-
/**
|
|
8947
|
-
* <p>Contains the output of CreateVpnConnection.</p>
|
|
8948
|
-
* @public
|
|
8949
|
-
*/
|
|
8950
|
-
export interface CreateVpnConnectionResult {
|
|
8951
|
-
/**
|
|
8952
|
-
* <p>Information about the VPN connection.</p>
|
|
8953
|
-
* @public
|
|
8954
|
-
*/
|
|
8955
|
-
VpnConnection?: VpnConnection | undefined;
|
|
8956
|
-
}
|
|
8957
|
-
/**
|
|
8958
|
-
* <p>Contains the parameters for CreateVpnConnectionRoute.</p>
|
|
8959
|
-
* @public
|
|
8960
|
-
*/
|
|
8961
|
-
export interface CreateVpnConnectionRouteRequest {
|
|
8962
|
-
/**
|
|
8963
|
-
* <p>The CIDR block associated with the local subnet of the customer network.</p>
|
|
8964
|
-
* @public
|
|
8965
|
-
*/
|
|
8966
|
-
DestinationCidrBlock: string | undefined;
|
|
8967
|
-
/**
|
|
8968
|
-
* <p>The ID of the VPN connection.</p>
|
|
8969
|
-
* @public
|
|
8970
|
-
*/
|
|
8971
|
-
VpnConnectionId: string | undefined;
|
|
8972
|
-
}
|
|
8973
|
-
/**
|
|
8974
|
-
* <p>Contains the parameters for CreateVpnGateway.</p>
|
|
8975
|
-
* @public
|
|
8976
|
-
*/
|
|
8977
|
-
export interface CreateVpnGatewayRequest {
|
|
8978
|
-
/**
|
|
8979
|
-
* <p>The Availability Zone for the virtual private gateway.</p>
|
|
8980
|
-
* @public
|
|
8981
|
-
*/
|
|
8982
|
-
AvailabilityZone?: string | undefined;
|
|
8983
|
-
/**
|
|
8984
|
-
* <p>The type of VPN connection this virtual private gateway supports.</p>
|
|
8985
|
-
* @public
|
|
8986
|
-
*/
|
|
8987
|
-
Type: GatewayType | undefined;
|
|
8988
|
-
/**
|
|
8989
|
-
* <p>The tags to apply to the virtual private gateway.</p>
|
|
8990
|
-
* @public
|
|
8991
|
-
*/
|
|
8992
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
8993
|
-
/**
|
|
8994
|
-
* <p>A private Autonomous System Number (ASN) for the Amazon side of a BGP session. If
|
|
8995
|
-
* you're using a 16-bit ASN, it must be in the 64512 to 65534 range. If you're using a
|
|
8996
|
-
* 32-bit ASN, it must be in the 4200000000 to 4294967294 range.</p>
|
|
8997
|
-
* <p>Default: 64512</p>
|
|
8998
|
-
* @public
|
|
8999
|
-
*/
|
|
9000
|
-
AmazonSideAsn?: number | undefined;
|
|
9001
|
-
/**
|
|
9002
|
-
* <p>Checks whether you have the required permissions for the action, without actually
|
|
9003
|
-
* making the request, and provides an error response. If you have the required
|
|
9004
|
-
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
9005
|
-
* <code>UnauthorizedOperation</code>.</p>
|
|
9006
|
-
* @public
|
|
9007
|
-
*/
|
|
9008
|
-
DryRun?: boolean | undefined;
|
|
9009
|
-
}
|
|
9010
|
-
/**
|
|
9011
|
-
* <p>Describes a virtual private gateway.</p>
|
|
9012
|
-
* @public
|
|
9013
|
-
*/
|
|
9014
|
-
export interface VpnGateway {
|
|
9015
|
-
/**
|
|
9016
|
-
* <p>The private Autonomous System Number (ASN) for the Amazon side of a BGP
|
|
9017
|
-
* session.</p>
|
|
9018
|
-
* @public
|
|
9019
|
-
*/
|
|
9020
|
-
AmazonSideAsn?: number | undefined;
|
|
9021
|
-
/**
|
|
9022
|
-
* <p>Any tags assigned to the virtual private gateway.</p>
|
|
9023
|
-
* @public
|
|
9024
|
-
*/
|
|
9025
|
-
Tags?: Tag[] | undefined;
|
|
9026
|
-
/**
|
|
9027
|
-
* <p>The ID of the virtual private gateway.</p>
|
|
9028
|
-
* @public
|
|
9029
|
-
*/
|
|
9030
|
-
VpnGatewayId?: string | undefined;
|
|
9031
|
-
/**
|
|
9032
|
-
* <p>The current state of the virtual private gateway.</p>
|
|
9033
|
-
* @public
|
|
9034
|
-
*/
|
|
9035
|
-
State?: VpnState | undefined;
|
|
9036
|
-
/**
|
|
9037
|
-
* <p>The type of VPN connection the virtual private gateway supports.</p>
|
|
9038
|
-
* @public
|
|
9039
|
-
*/
|
|
9040
|
-
Type?: GatewayType | undefined;
|
|
9041
|
-
/**
|
|
9042
|
-
* <p>The Availability Zone where the virtual private gateway was created, if applicable.
|
|
9043
|
-
* This field may be empty or not returned.</p>
|
|
9044
|
-
* @public
|
|
9045
|
-
*/
|
|
9046
|
-
AvailabilityZone?: string | undefined;
|
|
9047
|
-
/**
|
|
9048
|
-
* <p>Any VPCs attached to the virtual private gateway.</p>
|
|
9049
|
-
* @public
|
|
9050
|
-
*/
|
|
9051
|
-
VpcAttachments?: VpcAttachment[] | undefined;
|
|
9052
|
-
}
|
|
9053
|
-
/**
|
|
9054
|
-
* <p>Contains the output of CreateVpnGateway.</p>
|
|
9055
|
-
* @public
|
|
9056
|
-
*/
|
|
9057
|
-
export interface CreateVpnGatewayResult {
|
|
9058
|
-
/**
|
|
9059
|
-
* <p>Information about the virtual private gateway.</p>
|
|
9060
|
-
* @public
|
|
9061
|
-
*/
|
|
9062
|
-
VpnGateway?: VpnGateway | undefined;
|
|
9063
|
-
}
|
|
9064
9055
|
/**
|
|
9065
9056
|
* @internal
|
|
9066
9057
|
*/
|
|
@@ -9097,11 +9088,3 @@ export declare const TunnelOptionFilterSensitiveLog: (obj: TunnelOption) => any;
|
|
|
9097
9088
|
* @internal
|
|
9098
9089
|
*/
|
|
9099
9090
|
export declare const VpnConnectionOptionsFilterSensitiveLog: (obj: VpnConnectionOptions) => any;
|
|
9100
|
-
/**
|
|
9101
|
-
* @internal
|
|
9102
|
-
*/
|
|
9103
|
-
export declare const VpnConnectionFilterSensitiveLog: (obj: VpnConnection) => any;
|
|
9104
|
-
/**
|
|
9105
|
-
* @internal
|
|
9106
|
-
*/
|
|
9107
|
-
export declare const CreateVpnConnectionResultFilterSensitiveLog: (obj: CreateVpnConnectionResult) => any;
|