@aws-sdk/client-ec2 3.817.0 → 3.819.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist-cjs/index.js +309 -135
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/DescribeVpnConnectionsCommand.js +1 -1
- package/dist-es/commands/GetActiveVpnTunnelStatusCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/models/models_3.js +7 -0
- package/dist-es/models/models_5.js +0 -7
- package/dist-es/models/models_6.js +7 -0
- package/dist-es/protocols/Aws_ec2.js +196 -53
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +1 -1
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +2 -2
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +19 -6
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +3 -3
- package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +2 -2
- package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageCommand.d.ts +2 -2
- package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +2 -2
- package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +84 -0
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -2
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -0
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -0
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -0
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -0
- package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +2 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +3 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +64 -48
- package/dist-types/models/models_1.d.ts +53 -32
- package/dist-types/models/models_2.d.ts +29 -58
- package/dist-types/models/models_3.d.ts +150 -151
- package/dist-types/models/models_4.d.ts +161 -203
- package/dist-types/models/models_5.d.ts +195 -226
- package/dist-types/models/models_6.d.ts +254 -149
- package/dist-types/models/models_7.d.ts +168 -114
- package/dist-types/models/models_8.d.ts +107 -5
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +17 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +18 -11
- package/dist-types/ts3.4/models/models_1.d.ts +11 -7
- package/dist-types/ts3.4/models/models_2.d.ts +7 -14
- package/dist-types/ts3.4/models/models_3.d.ts +33 -32
- package/dist-types/ts3.4/models/models_4.d.ts +33 -29
- package/dist-types/ts3.4/models/models_5.d.ts +29 -25
- package/dist-types/ts3.4/models/models_6.d.ts +33 -36
- package/dist-types/ts3.4/models/models_7.d.ts +40 -26
- package/dist-types/ts3.4/models/models_8.d.ts +29 -2
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +1 -1
|
@@ -1,8 +1,200 @@
|
|
|
1
1
|
import { ActiveInstance, ActivityStatus, AllocationStrategy, AllowedPrincipal, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior,
|
|
3
|
-
import { DnsEntry, GroupIdentifier, IpAddressType, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint } from "./models_2";
|
|
4
|
-
import { ConnectionNotification, DnsNameState, Filter, IdFormat, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail
|
|
2
|
+
import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, MacModificationTask, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType } from "./models_1";
|
|
3
|
+
import { DnsEntry, GroupIdentifier, InstanceIpv6Address, IpAddressType, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint } from "./models_2";
|
|
4
|
+
import { ConnectionNotification, DnsNameState, Filter, IdFormat, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail } from "./models_3";
|
|
5
5
|
import { AttributeBooleanValue, EventInformation, PermissionGroup, ProductCode } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface DescribeKeyPairsRequest {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The key pair names.</p>
|
|
12
|
+
* <p>Default: Describes all of your key pairs.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
KeyNames?: string[] | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>The IDs of the key pairs.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
KeyPairIds?: string[] | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* <p>If <code>true</code>, the public key material is included in the response.</p>
|
|
23
|
+
* <p>Default: <code>false</code>
|
|
24
|
+
* </p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
IncludePublicKey?: boolean | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
30
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
31
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
DryRun?: boolean | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The filters.</p>
|
|
37
|
+
* <ul>
|
|
38
|
+
* <li>
|
|
39
|
+
* <p>
|
|
40
|
+
* <code>key-pair-id</code> - The ID of the key pair.</p>
|
|
41
|
+
* </li>
|
|
42
|
+
* <li>
|
|
43
|
+
* <p>
|
|
44
|
+
* <code>fingerprint</code> - The fingerprint of the key pair.</p>
|
|
45
|
+
* </li>
|
|
46
|
+
* <li>
|
|
47
|
+
* <p>
|
|
48
|
+
* <code>key-name</code> - The name of the key pair.</p>
|
|
49
|
+
* </li>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>
|
|
52
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
53
|
+
* </li>
|
|
54
|
+
* <li>
|
|
55
|
+
* <p>
|
|
56
|
+
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
57
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
58
|
+
* </li>
|
|
59
|
+
* </ul>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
Filters?: Filter[] | undefined;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* <p>Describes a key pair.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
export interface KeyPairInfo {
|
|
69
|
+
/**
|
|
70
|
+
* <p>The ID of the key pair.</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
KeyPairId?: string | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* <p>The type of key pair.</p>
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
KeyType?: KeyType | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* <p>Any tags applied to the key pair.</p>
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
Tags?: Tag[] | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* <p>The public key material.</p>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
PublicKey?: string | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* <p>If you used Amazon EC2 to create the key pair, this is the date and time when the key
|
|
91
|
+
* was created, in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO
|
|
92
|
+
* 8601 date-time format</a>, in the UTC time zone.</p>
|
|
93
|
+
* <p>If you imported an existing key pair to Amazon EC2, this is the date and time the key
|
|
94
|
+
* was imported, in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO
|
|
95
|
+
* 8601 date-time format</a>, in the UTC time zone.</p>
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
CreateTime?: Date | undefined;
|
|
99
|
+
/**
|
|
100
|
+
* <p>The name of the key pair.</p>
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
KeyName?: string | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* <p>If you used <a>CreateKeyPair</a> to create the key pair:</p>
|
|
106
|
+
* <ul>
|
|
107
|
+
* <li>
|
|
108
|
+
* <p>For RSA key pairs, the key fingerprint is the SHA-1 digest of the DER encoded private key.</p>
|
|
109
|
+
* </li>
|
|
110
|
+
* <li>
|
|
111
|
+
* <p>For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256 digest, which
|
|
112
|
+
* is the default for OpenSSH, starting with <a href="http://www.openssh.com/txt/release-6.8">OpenSSH 6.8</a>.</p>
|
|
113
|
+
* </li>
|
|
114
|
+
* </ul>
|
|
115
|
+
* <p>If you used <a>ImportKeyPair</a> to provide Amazon Web Services the public key:</p>
|
|
116
|
+
* <ul>
|
|
117
|
+
* <li>
|
|
118
|
+
* <p>For RSA key pairs, the key fingerprint is the MD5 public key fingerprint as specified in section 4 of RFC4716.</p>
|
|
119
|
+
* </li>
|
|
120
|
+
* <li>
|
|
121
|
+
* <p>For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256
|
|
122
|
+
* digest, which is the default for OpenSSH, starting with <a href="http://www.openssh.com/txt/release-6.8">OpenSSH 6.8</a>.</p>
|
|
123
|
+
* </li>
|
|
124
|
+
* </ul>
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
KeyFingerprint?: string | undefined;
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
export interface DescribeKeyPairsResult {
|
|
133
|
+
/**
|
|
134
|
+
* <p>Information about the key pairs.</p>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
KeyPairs?: KeyPairInfo[] | undefined;
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
export interface DescribeLaunchTemplatesRequest {
|
|
143
|
+
/**
|
|
144
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
145
|
+
* making the request, and provides an error response. If you have the required
|
|
146
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
147
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
DryRun?: boolean | undefined;
|
|
151
|
+
/**
|
|
152
|
+
* <p>One or more launch template IDs.</p>
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
155
|
+
LaunchTemplateIds?: string[] | undefined;
|
|
156
|
+
/**
|
|
157
|
+
* <p>One or more launch template names.</p>
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
160
|
+
LaunchTemplateNames?: string[] | undefined;
|
|
161
|
+
/**
|
|
162
|
+
* <p>One or more filters.</p>
|
|
163
|
+
* <ul>
|
|
164
|
+
* <li>
|
|
165
|
+
* <p>
|
|
166
|
+
* <code>create-time</code> - The time the launch template was created.</p>
|
|
167
|
+
* </li>
|
|
168
|
+
* <li>
|
|
169
|
+
* <p>
|
|
170
|
+
* <code>launch-template-name</code> - The name of the launch template.</p>
|
|
171
|
+
* </li>
|
|
172
|
+
* <li>
|
|
173
|
+
* <p>
|
|
174
|
+
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
175
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
176
|
+
* </li>
|
|
177
|
+
* <li>
|
|
178
|
+
* <p>
|
|
179
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
180
|
+
* </li>
|
|
181
|
+
* </ul>
|
|
182
|
+
* @public
|
|
183
|
+
*/
|
|
184
|
+
Filters?: Filter[] | undefined;
|
|
185
|
+
/**
|
|
186
|
+
* <p>The token to request the next page of results.</p>
|
|
187
|
+
* @public
|
|
188
|
+
*/
|
|
189
|
+
NextToken?: string | undefined;
|
|
190
|
+
/**
|
|
191
|
+
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
192
|
+
* results, make another call with the returned <code>NextToken</code> value. This value
|
|
193
|
+
* can be between 1 and 200.</p>
|
|
194
|
+
* @public
|
|
195
|
+
*/
|
|
196
|
+
MaxResults?: number | undefined;
|
|
197
|
+
}
|
|
6
198
|
/**
|
|
7
199
|
* @public
|
|
8
200
|
*/
|
|
@@ -11296,225 +11488,6 @@ export interface DescribeVpcPeeringConnectionsResult {
|
|
|
11296
11488
|
*/
|
|
11297
11489
|
NextToken?: string | undefined;
|
|
11298
11490
|
}
|
|
11299
|
-
/**
|
|
11300
|
-
* @public
|
|
11301
|
-
*/
|
|
11302
|
-
export interface DescribeVpcsRequest {
|
|
11303
|
-
/**
|
|
11304
|
-
* <p>The filters.</p>
|
|
11305
|
-
* <ul>
|
|
11306
|
-
* <li>
|
|
11307
|
-
* <p>
|
|
11308
|
-
* <code>cidr</code> - The primary IPv4 CIDR block of the VPC. The CIDR block you
|
|
11309
|
-
* specify must exactly match the VPC's CIDR block for information to be returned
|
|
11310
|
-
* for the VPC. Must contain the slash followed by one or two digits (for example,
|
|
11311
|
-
* <code>/28</code>).</p>
|
|
11312
|
-
* </li>
|
|
11313
|
-
* <li>
|
|
11314
|
-
* <p>
|
|
11315
|
-
* <code>cidr-block-association.cidr-block</code> - An IPv4 CIDR block associated with the
|
|
11316
|
-
* VPC.</p>
|
|
11317
|
-
* </li>
|
|
11318
|
-
* <li>
|
|
11319
|
-
* <p>
|
|
11320
|
-
* <code>cidr-block-association.association-id</code> - The association ID for
|
|
11321
|
-
* an IPv4 CIDR block associated with the VPC.</p>
|
|
11322
|
-
* </li>
|
|
11323
|
-
* <li>
|
|
11324
|
-
* <p>
|
|
11325
|
-
* <code>cidr-block-association.state</code> - The state of an IPv4 CIDR block
|
|
11326
|
-
* associated with the VPC.</p>
|
|
11327
|
-
* </li>
|
|
11328
|
-
* <li>
|
|
11329
|
-
* <p>
|
|
11330
|
-
* <code>dhcp-options-id</code> - The ID of a set of DHCP options.</p>
|
|
11331
|
-
* </li>
|
|
11332
|
-
* <li>
|
|
11333
|
-
* <p>
|
|
11334
|
-
* <code>ipv6-cidr-block-association.ipv6-cidr-block</code> - An IPv6 CIDR
|
|
11335
|
-
* block associated with the VPC.</p>
|
|
11336
|
-
* </li>
|
|
11337
|
-
* <li>
|
|
11338
|
-
* <p>
|
|
11339
|
-
* <code>ipv6-cidr-block-association.ipv6-pool</code> - The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.</p>
|
|
11340
|
-
* </li>
|
|
11341
|
-
* <li>
|
|
11342
|
-
* <p>
|
|
11343
|
-
* <code>ipv6-cidr-block-association.association-id</code> - The association
|
|
11344
|
-
* ID for an IPv6 CIDR block associated with the VPC.</p>
|
|
11345
|
-
* </li>
|
|
11346
|
-
* <li>
|
|
11347
|
-
* <p>
|
|
11348
|
-
* <code>ipv6-cidr-block-association.state</code> - The state of an IPv6 CIDR
|
|
11349
|
-
* block associated with the VPC.</p>
|
|
11350
|
-
* </li>
|
|
11351
|
-
* <li>
|
|
11352
|
-
* <p>
|
|
11353
|
-
* <code>is-default</code> - Indicates whether the VPC is the default VPC.</p>
|
|
11354
|
-
* </li>
|
|
11355
|
-
* <li>
|
|
11356
|
-
* <p>
|
|
11357
|
-
* <code>owner-id</code> - The ID of the Amazon Web Services account that owns the VPC.</p>
|
|
11358
|
-
* </li>
|
|
11359
|
-
* <li>
|
|
11360
|
-
* <p>
|
|
11361
|
-
* <code>state</code> - The state of the VPC (<code>pending</code> | <code>available</code>).</p>
|
|
11362
|
-
* </li>
|
|
11363
|
-
* <li>
|
|
11364
|
-
* <p>
|
|
11365
|
-
* <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
11366
|
-
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
11367
|
-
* </li>
|
|
11368
|
-
* <li>
|
|
11369
|
-
* <p>
|
|
11370
|
-
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
11371
|
-
* </li>
|
|
11372
|
-
* <li>
|
|
11373
|
-
* <p>
|
|
11374
|
-
* <code>vpc-id</code> - The ID of the VPC.</p>
|
|
11375
|
-
* </li>
|
|
11376
|
-
* </ul>
|
|
11377
|
-
* @public
|
|
11378
|
-
*/
|
|
11379
|
-
Filters?: Filter[] | undefined;
|
|
11380
|
-
/**
|
|
11381
|
-
* <p>The IDs of the VPCs.</p>
|
|
11382
|
-
* @public
|
|
11383
|
-
*/
|
|
11384
|
-
VpcIds?: string[] | undefined;
|
|
11385
|
-
/**
|
|
11386
|
-
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
11387
|
-
* @public
|
|
11388
|
-
*/
|
|
11389
|
-
NextToken?: string | undefined;
|
|
11390
|
-
/**
|
|
11391
|
-
* <p>The maximum number of items to return for this request.
|
|
11392
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
11393
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
11394
|
-
* @public
|
|
11395
|
-
*/
|
|
11396
|
-
MaxResults?: number | undefined;
|
|
11397
|
-
/**
|
|
11398
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
11399
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
11400
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
11401
|
-
* @public
|
|
11402
|
-
*/
|
|
11403
|
-
DryRun?: boolean | undefined;
|
|
11404
|
-
}
|
|
11405
|
-
/**
|
|
11406
|
-
* @public
|
|
11407
|
-
*/
|
|
11408
|
-
export interface DescribeVpcsResult {
|
|
11409
|
-
/**
|
|
11410
|
-
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
11411
|
-
* @public
|
|
11412
|
-
*/
|
|
11413
|
-
NextToken?: string | undefined;
|
|
11414
|
-
/**
|
|
11415
|
-
* <p>Information about the VPCs.</p>
|
|
11416
|
-
* @public
|
|
11417
|
-
*/
|
|
11418
|
-
Vpcs?: Vpc[] | undefined;
|
|
11419
|
-
}
|
|
11420
|
-
/**
|
|
11421
|
-
* <p>Contains the parameters for DescribeVpnConnections.</p>
|
|
11422
|
-
* @public
|
|
11423
|
-
*/
|
|
11424
|
-
export interface DescribeVpnConnectionsRequest {
|
|
11425
|
-
/**
|
|
11426
|
-
* <p>One or more filters.</p>
|
|
11427
|
-
* <ul>
|
|
11428
|
-
* <li>
|
|
11429
|
-
* <p>
|
|
11430
|
-
* <code>customer-gateway-configuration</code> - The configuration information
|
|
11431
|
-
* for the customer gateway.</p>
|
|
11432
|
-
* </li>
|
|
11433
|
-
* <li>
|
|
11434
|
-
* <p>
|
|
11435
|
-
* <code>customer-gateway-id</code> - The ID of a customer gateway associated
|
|
11436
|
-
* with the VPN connection.</p>
|
|
11437
|
-
* </li>
|
|
11438
|
-
* <li>
|
|
11439
|
-
* <p>
|
|
11440
|
-
* <code>state</code> - The state of the VPN connection (<code>pending</code> |
|
|
11441
|
-
* <code>available</code> | <code>deleting</code> |
|
|
11442
|
-
* <code>deleted</code>).</p>
|
|
11443
|
-
* </li>
|
|
11444
|
-
* <li>
|
|
11445
|
-
* <p>
|
|
11446
|
-
* <code>option.static-routes-only</code> - Indicates whether the connection has
|
|
11447
|
-
* static routes only. Used for devices that do not support Border Gateway Protocol
|
|
11448
|
-
* (BGP).</p>
|
|
11449
|
-
* </li>
|
|
11450
|
-
* <li>
|
|
11451
|
-
* <p>
|
|
11452
|
-
* <code>route.destination-cidr-block</code> - The destination CIDR block. This
|
|
11453
|
-
* corresponds to the subnet used in a customer data center.</p>
|
|
11454
|
-
* </li>
|
|
11455
|
-
* <li>
|
|
11456
|
-
* <p>
|
|
11457
|
-
* <code>bgp-asn</code> - The BGP Autonomous System Number (ASN) associated with
|
|
11458
|
-
* a BGP device.</p>
|
|
11459
|
-
* </li>
|
|
11460
|
-
* <li>
|
|
11461
|
-
* <p>
|
|
11462
|
-
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
11463
|
-
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
11464
|
-
* </li>
|
|
11465
|
-
* <li>
|
|
11466
|
-
* <p>
|
|
11467
|
-
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
11468
|
-
* </li>
|
|
11469
|
-
* <li>
|
|
11470
|
-
* <p>
|
|
11471
|
-
* <code>type</code> - The type of VPN connection. Currently the only supported
|
|
11472
|
-
* type is <code>ipsec.1</code>.</p>
|
|
11473
|
-
* </li>
|
|
11474
|
-
* <li>
|
|
11475
|
-
* <p>
|
|
11476
|
-
* <code>vpn-connection-id</code> - The ID of the VPN connection.</p>
|
|
11477
|
-
* </li>
|
|
11478
|
-
* <li>
|
|
11479
|
-
* <p>
|
|
11480
|
-
* <code>vpn-gateway-id</code> - The ID of a virtual private gateway associated
|
|
11481
|
-
* with the VPN connection.</p>
|
|
11482
|
-
* </li>
|
|
11483
|
-
* <li>
|
|
11484
|
-
* <p>
|
|
11485
|
-
* <code>transit-gateway-id</code> - The ID of a transit gateway associated with
|
|
11486
|
-
* the VPN connection.</p>
|
|
11487
|
-
* </li>
|
|
11488
|
-
* </ul>
|
|
11489
|
-
* @public
|
|
11490
|
-
*/
|
|
11491
|
-
Filters?: Filter[] | undefined;
|
|
11492
|
-
/**
|
|
11493
|
-
* <p>One or more VPN connection IDs.</p>
|
|
11494
|
-
* <p>Default: Describes your VPN connections.</p>
|
|
11495
|
-
* @public
|
|
11496
|
-
*/
|
|
11497
|
-
VpnConnectionIds?: string[] | undefined;
|
|
11498
|
-
/**
|
|
11499
|
-
* <p>Checks whether you have the required permissions for the action, without actually
|
|
11500
|
-
* making the request, and provides an error response. If you have the required
|
|
11501
|
-
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
11502
|
-
* <code>UnauthorizedOperation</code>.</p>
|
|
11503
|
-
* @public
|
|
11504
|
-
*/
|
|
11505
|
-
DryRun?: boolean | undefined;
|
|
11506
|
-
}
|
|
11507
|
-
/**
|
|
11508
|
-
* <p>Contains the output of DescribeVpnConnections.</p>
|
|
11509
|
-
* @public
|
|
11510
|
-
*/
|
|
11511
|
-
export interface DescribeVpnConnectionsResult {
|
|
11512
|
-
/**
|
|
11513
|
-
* <p>Information about one or more VPN connections.</p>
|
|
11514
|
-
* @public
|
|
11515
|
-
*/
|
|
11516
|
-
VpnConnections?: VpnConnection[] | undefined;
|
|
11517
|
-
}
|
|
11518
11491
|
/**
|
|
11519
11492
|
* @internal
|
|
11520
11493
|
*/
|
|
@@ -11551,7 +11524,3 @@ export declare const DescribeSpotInstanceRequestsResultFilterSensitiveLog: (obj:
|
|
|
11551
11524
|
* @internal
|
|
11552
11525
|
*/
|
|
11553
11526
|
export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (obj: DescribeVerifiedAccessTrustProvidersResult) => any;
|
|
11554
|
-
/**
|
|
11555
|
-
* @internal
|
|
11556
|
-
*/
|
|
11557
|
-
export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (obj: DescribeVpnConnectionsResult) => any;
|