@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,9 +1,228 @@
|
|
|
1
|
-
import { AccessScopeAnalysisFinding, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AsnAssociation, AssociationStatus, CurrencyCodeValues, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation } from "./models_0";
|
|
2
|
-
import { CapacityReservationState, DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, RequestIpamResourceTag, TargetCapacityUnitType } from "./models_1";
|
|
1
|
+
import { AccessScopeAnalysisFinding, ActiveVpnTunnelStatus, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AsnAssociation, AssociationStatus, CurrencyCodeValues, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation } from "./models_0";
|
|
2
|
+
import { CapacityReservationState, DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, RequestIpamResourceTag, TargetCapacityUnitType, Vpc } from "./models_1";
|
|
3
3
|
import { NetworkInsightsAccessScopeContent, ResponseLaunchTemplateData, SSEType, SubnetCidrReservation } from "./models_2";
|
|
4
|
-
import { Filter, IpamPoolCidr, MetricType, PeriodType, StatisticType, VpnGateway } from "./models_3";
|
|
4
|
+
import { Filter, IpamPoolCidr, MetricType, PeriodType, StatisticType, VpnConnection, VpnGateway } from "./models_3";
|
|
5
5
|
import { ArchitectureType, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, HttpTokensState, InstanceMetadataEndpointState, InstanceMetadataTagsState, PaymentOption, VirtualizationType } from "./models_4";
|
|
6
6
|
import { AnalysisStatus, ManagedBy } from "./models_5";
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface DescribeVpcsRequest {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The filters.</p>
|
|
13
|
+
* <ul>
|
|
14
|
+
* <li>
|
|
15
|
+
* <p>
|
|
16
|
+
* <code>cidr</code> - The primary IPv4 CIDR block of the VPC. The CIDR block you
|
|
17
|
+
* specify must exactly match the VPC's CIDR block for information to be returned
|
|
18
|
+
* for the VPC. Must contain the slash followed by one or two digits (for example,
|
|
19
|
+
* <code>/28</code>).</p>
|
|
20
|
+
* </li>
|
|
21
|
+
* <li>
|
|
22
|
+
* <p>
|
|
23
|
+
* <code>cidr-block-association.cidr-block</code> - An IPv4 CIDR block associated with the
|
|
24
|
+
* VPC.</p>
|
|
25
|
+
* </li>
|
|
26
|
+
* <li>
|
|
27
|
+
* <p>
|
|
28
|
+
* <code>cidr-block-association.association-id</code> - The association ID for
|
|
29
|
+
* an IPv4 CIDR block associated with the VPC.</p>
|
|
30
|
+
* </li>
|
|
31
|
+
* <li>
|
|
32
|
+
* <p>
|
|
33
|
+
* <code>cidr-block-association.state</code> - The state of an IPv4 CIDR block
|
|
34
|
+
* associated with the VPC.</p>
|
|
35
|
+
* </li>
|
|
36
|
+
* <li>
|
|
37
|
+
* <p>
|
|
38
|
+
* <code>dhcp-options-id</code> - The ID of a set of DHCP options.</p>
|
|
39
|
+
* </li>
|
|
40
|
+
* <li>
|
|
41
|
+
* <p>
|
|
42
|
+
* <code>ipv6-cidr-block-association.ipv6-cidr-block</code> - An IPv6 CIDR
|
|
43
|
+
* block associated with the VPC.</p>
|
|
44
|
+
* </li>
|
|
45
|
+
* <li>
|
|
46
|
+
* <p>
|
|
47
|
+
* <code>ipv6-cidr-block-association.ipv6-pool</code> - The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.</p>
|
|
48
|
+
* </li>
|
|
49
|
+
* <li>
|
|
50
|
+
* <p>
|
|
51
|
+
* <code>ipv6-cidr-block-association.association-id</code> - The association
|
|
52
|
+
* ID for an IPv6 CIDR block associated with the VPC.</p>
|
|
53
|
+
* </li>
|
|
54
|
+
* <li>
|
|
55
|
+
* <p>
|
|
56
|
+
* <code>ipv6-cidr-block-association.state</code> - The state of an IPv6 CIDR
|
|
57
|
+
* block associated with the VPC.</p>
|
|
58
|
+
* </li>
|
|
59
|
+
* <li>
|
|
60
|
+
* <p>
|
|
61
|
+
* <code>is-default</code> - Indicates whether the VPC is the default VPC.</p>
|
|
62
|
+
* </li>
|
|
63
|
+
* <li>
|
|
64
|
+
* <p>
|
|
65
|
+
* <code>owner-id</code> - The ID of the Amazon Web Services account that owns the VPC.</p>
|
|
66
|
+
* </li>
|
|
67
|
+
* <li>
|
|
68
|
+
* <p>
|
|
69
|
+
* <code>state</code> - The state of the VPC (<code>pending</code> | <code>available</code>).</p>
|
|
70
|
+
* </li>
|
|
71
|
+
* <li>
|
|
72
|
+
* <p>
|
|
73
|
+
* <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.
|
|
74
|
+
* 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>
|
|
75
|
+
* </li>
|
|
76
|
+
* <li>
|
|
77
|
+
* <p>
|
|
78
|
+
* <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>
|
|
79
|
+
* </li>
|
|
80
|
+
* <li>
|
|
81
|
+
* <p>
|
|
82
|
+
* <code>vpc-id</code> - The ID of the VPC.</p>
|
|
83
|
+
* </li>
|
|
84
|
+
* </ul>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
Filters?: Filter[] | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* <p>The IDs of the VPCs.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
VpcIds?: string[] | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
NextToken?: string | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* <p>The maximum number of items to return for this request.
|
|
100
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
101
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
MaxResults?: number | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
107
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
108
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
DryRun?: boolean | undefined;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
export interface DescribeVpcsResult {
|
|
117
|
+
/**
|
|
118
|
+
* <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>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
NextToken?: string | undefined;
|
|
122
|
+
/**
|
|
123
|
+
* <p>Information about the VPCs.</p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
Vpcs?: Vpc[] | undefined;
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* <p>Contains the parameters for DescribeVpnConnections.</p>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
export interface DescribeVpnConnectionsRequest {
|
|
133
|
+
/**
|
|
134
|
+
* <p>One or more filters.</p>
|
|
135
|
+
* <ul>
|
|
136
|
+
* <li>
|
|
137
|
+
* <p>
|
|
138
|
+
* <code>customer-gateway-configuration</code> - The configuration information
|
|
139
|
+
* for the customer gateway.</p>
|
|
140
|
+
* </li>
|
|
141
|
+
* <li>
|
|
142
|
+
* <p>
|
|
143
|
+
* <code>customer-gateway-id</code> - The ID of a customer gateway associated
|
|
144
|
+
* with the VPN connection.</p>
|
|
145
|
+
* </li>
|
|
146
|
+
* <li>
|
|
147
|
+
* <p>
|
|
148
|
+
* <code>state</code> - The state of the VPN connection (<code>pending</code> |
|
|
149
|
+
* <code>available</code> | <code>deleting</code> |
|
|
150
|
+
* <code>deleted</code>).</p>
|
|
151
|
+
* </li>
|
|
152
|
+
* <li>
|
|
153
|
+
* <p>
|
|
154
|
+
* <code>option.static-routes-only</code> - Indicates whether the connection has
|
|
155
|
+
* static routes only. Used for devices that do not support Border Gateway Protocol
|
|
156
|
+
* (BGP).</p>
|
|
157
|
+
* </li>
|
|
158
|
+
* <li>
|
|
159
|
+
* <p>
|
|
160
|
+
* <code>route.destination-cidr-block</code> - The destination CIDR block. This
|
|
161
|
+
* corresponds to the subnet used in a customer data center.</p>
|
|
162
|
+
* </li>
|
|
163
|
+
* <li>
|
|
164
|
+
* <p>
|
|
165
|
+
* <code>bgp-asn</code> - The BGP Autonomous System Number (ASN) associated with
|
|
166
|
+
* a BGP device.</p>
|
|
167
|
+
* </li>
|
|
168
|
+
* <li>
|
|
169
|
+
* <p>
|
|
170
|
+
* <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.
|
|
171
|
+
* 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>
|
|
172
|
+
* </li>
|
|
173
|
+
* <li>
|
|
174
|
+
* <p>
|
|
175
|
+
* <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>
|
|
176
|
+
* </li>
|
|
177
|
+
* <li>
|
|
178
|
+
* <p>
|
|
179
|
+
* <code>type</code> - The type of VPN connection. Currently the only supported
|
|
180
|
+
* type is <code>ipsec.1</code>.</p>
|
|
181
|
+
* </li>
|
|
182
|
+
* <li>
|
|
183
|
+
* <p>
|
|
184
|
+
* <code>vpn-connection-id</code> - The ID of the VPN connection.</p>
|
|
185
|
+
* </li>
|
|
186
|
+
* <li>
|
|
187
|
+
* <p>
|
|
188
|
+
* <code>vpn-gateway-id</code> - The ID of a virtual private gateway associated
|
|
189
|
+
* with the VPN connection.</p>
|
|
190
|
+
* </li>
|
|
191
|
+
* <li>
|
|
192
|
+
* <p>
|
|
193
|
+
* <code>transit-gateway-id</code> - The ID of a transit gateway associated with
|
|
194
|
+
* the VPN connection.</p>
|
|
195
|
+
* </li>
|
|
196
|
+
* </ul>
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
Filters?: Filter[] | undefined;
|
|
200
|
+
/**
|
|
201
|
+
* <p>One or more VPN connection IDs.</p>
|
|
202
|
+
* <p>Default: Describes your VPN connections.</p>
|
|
203
|
+
* @public
|
|
204
|
+
*/
|
|
205
|
+
VpnConnectionIds?: string[] | undefined;
|
|
206
|
+
/**
|
|
207
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
208
|
+
* making the request, and provides an error response. If you have the required
|
|
209
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
210
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
211
|
+
* @public
|
|
212
|
+
*/
|
|
213
|
+
DryRun?: boolean | undefined;
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* <p>Contains the output of DescribeVpnConnections.</p>
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
export interface DescribeVpnConnectionsResult {
|
|
220
|
+
/**
|
|
221
|
+
* <p>Information about one or more VPN connections.</p>
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
VpnConnections?: VpnConnection[] | undefined;
|
|
225
|
+
}
|
|
7
226
|
/**
|
|
8
227
|
* <p>Contains the parameters for DescribeVpnGateways.</p>
|
|
9
228
|
* @public
|
|
@@ -2891,6 +3110,36 @@ export interface ExportVerifiedAccessInstanceClientConfigurationResult {
|
|
|
2891
3110
|
*/
|
|
2892
3111
|
OpenVpnConfigurations?: VerifiedAccessInstanceOpenVpnClientConfiguration[] | undefined;
|
|
2893
3112
|
}
|
|
3113
|
+
/**
|
|
3114
|
+
* @public
|
|
3115
|
+
*/
|
|
3116
|
+
export interface GetActiveVpnTunnelStatusRequest {
|
|
3117
|
+
/**
|
|
3118
|
+
* <p>The ID of the VPN connection for which to retrieve the active tunnel status.</p>
|
|
3119
|
+
* @public
|
|
3120
|
+
*/
|
|
3121
|
+
VpnConnectionId: string | undefined;
|
|
3122
|
+
/**
|
|
3123
|
+
* <p>The external IP address of the VPN tunnel for which to retrieve the active status.</p>
|
|
3124
|
+
* @public
|
|
3125
|
+
*/
|
|
3126
|
+
VpnTunnelOutsideIpAddress: string | undefined;
|
|
3127
|
+
/**
|
|
3128
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request.</p>
|
|
3129
|
+
* @public
|
|
3130
|
+
*/
|
|
3131
|
+
DryRun?: boolean | undefined;
|
|
3132
|
+
}
|
|
3133
|
+
/**
|
|
3134
|
+
* @public
|
|
3135
|
+
*/
|
|
3136
|
+
export interface GetActiveVpnTunnelStatusResult {
|
|
3137
|
+
/**
|
|
3138
|
+
* <p>Information about the current security configuration of the VPN tunnel.</p>
|
|
3139
|
+
* @public
|
|
3140
|
+
*/
|
|
3141
|
+
ActiveVpnTunnelStatus?: ActiveVpnTunnelStatus | undefined;
|
|
3142
|
+
}
|
|
2894
3143
|
/**
|
|
2895
3144
|
* @public
|
|
2896
3145
|
*/
|
|
@@ -6622,153 +6871,9 @@ export interface TransitGatewayMulticastDomainAssociation {
|
|
|
6622
6871
|
Subnet?: SubnetAssociation | undefined;
|
|
6623
6872
|
}
|
|
6624
6873
|
/**
|
|
6625
|
-
* @
|
|
6626
|
-
*/
|
|
6627
|
-
export interface GetTransitGatewayMulticastDomainAssociationsResult {
|
|
6628
|
-
/**
|
|
6629
|
-
* <p>Information about the multicast domain associations.</p>
|
|
6630
|
-
* @public
|
|
6631
|
-
*/
|
|
6632
|
-
MulticastDomainAssociations?: TransitGatewayMulticastDomainAssociation[] | undefined;
|
|
6633
|
-
/**
|
|
6634
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
6635
|
-
* @public
|
|
6636
|
-
*/
|
|
6637
|
-
NextToken?: string | undefined;
|
|
6638
|
-
}
|
|
6639
|
-
/**
|
|
6640
|
-
* @public
|
|
6641
|
-
*/
|
|
6642
|
-
export interface GetTransitGatewayPolicyTableAssociationsRequest {
|
|
6643
|
-
/**
|
|
6644
|
-
* <p>The ID of the transit gateway policy table.</p>
|
|
6645
|
-
* @public
|
|
6646
|
-
*/
|
|
6647
|
-
TransitGatewayPolicyTableId: string | undefined;
|
|
6648
|
-
/**
|
|
6649
|
-
* <p>The filters associated with the transit gateway policy table.</p>
|
|
6650
|
-
* @public
|
|
6651
|
-
*/
|
|
6652
|
-
Filters?: Filter[] | undefined;
|
|
6653
|
-
/**
|
|
6654
|
-
* <p>The maximum number of results to return with a single call.
|
|
6655
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
6656
|
-
* @public
|
|
6657
|
-
*/
|
|
6658
|
-
MaxResults?: number | undefined;
|
|
6659
|
-
/**
|
|
6660
|
-
* <p>The token for the next page of results.</p>
|
|
6661
|
-
* @public
|
|
6662
|
-
*/
|
|
6663
|
-
NextToken?: string | undefined;
|
|
6664
|
-
/**
|
|
6665
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6666
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6667
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6668
|
-
* @public
|
|
6669
|
-
*/
|
|
6670
|
-
DryRun?: boolean | undefined;
|
|
6671
|
-
}
|
|
6672
|
-
/**
|
|
6673
|
-
* @public
|
|
6674
|
-
*/
|
|
6675
|
-
export interface GetTransitGatewayPolicyTableAssociationsResult {
|
|
6676
|
-
/**
|
|
6677
|
-
* <p>Returns details about the transit gateway policy table association.</p>
|
|
6678
|
-
* @public
|
|
6679
|
-
*/
|
|
6680
|
-
Associations?: TransitGatewayPolicyTableAssociation[] | undefined;
|
|
6681
|
-
/**
|
|
6682
|
-
* <p>The token for the next page of results.</p>
|
|
6683
|
-
* @public
|
|
6684
|
-
*/
|
|
6685
|
-
NextToken?: string | undefined;
|
|
6686
|
-
}
|
|
6687
|
-
/**
|
|
6688
|
-
* @public
|
|
6689
|
-
*/
|
|
6690
|
-
export interface GetTransitGatewayPolicyTableEntriesRequest {
|
|
6691
|
-
/**
|
|
6692
|
-
* <p>The ID of the transit gateway policy table.</p>
|
|
6693
|
-
* @public
|
|
6694
|
-
*/
|
|
6695
|
-
TransitGatewayPolicyTableId: string | undefined;
|
|
6696
|
-
/**
|
|
6697
|
-
* <p>The filters associated with the transit gateway policy table.</p>
|
|
6698
|
-
* @public
|
|
6699
|
-
*/
|
|
6700
|
-
Filters?: Filter[] | undefined;
|
|
6701
|
-
/**
|
|
6702
|
-
* <p>The maximum number of results to return with a single call.
|
|
6703
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
6704
|
-
* @public
|
|
6705
|
-
*/
|
|
6706
|
-
MaxResults?: number | undefined;
|
|
6707
|
-
/**
|
|
6708
|
-
* <p>The token for the next page of results.</p>
|
|
6709
|
-
* @public
|
|
6710
|
-
*/
|
|
6711
|
-
NextToken?: string | undefined;
|
|
6712
|
-
/**
|
|
6713
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6714
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6715
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6716
|
-
* @public
|
|
6717
|
-
*/
|
|
6718
|
-
DryRun?: boolean | undefined;
|
|
6719
|
-
}
|
|
6720
|
-
/**
|
|
6721
|
-
* <p>Describes the meta data tags associated with a transit gateway policy rule.</p>
|
|
6722
|
-
* @public
|
|
6723
|
-
*/
|
|
6724
|
-
export interface TransitGatewayPolicyRuleMetaData {
|
|
6725
|
-
/**
|
|
6726
|
-
* <p>The key name for the transit gateway policy rule meta data tag.</p>
|
|
6727
|
-
* @public
|
|
6728
|
-
*/
|
|
6729
|
-
MetaDataKey?: string | undefined;
|
|
6730
|
-
/**
|
|
6731
|
-
* <p>The value of the key for the transit gateway policy rule meta data tag.</p>
|
|
6732
|
-
* @public
|
|
6733
|
-
*/
|
|
6734
|
-
MetaDataValue?: string | undefined;
|
|
6735
|
-
}
|
|
6736
|
-
/**
|
|
6737
|
-
* <p>Describes a rule associated with a transit gateway policy.</p>
|
|
6738
|
-
* @public
|
|
6874
|
+
* @internal
|
|
6739
6875
|
*/
|
|
6740
|
-
export
|
|
6741
|
-
/**
|
|
6742
|
-
* <p>The source CIDR block for the transit gateway policy rule.</p>
|
|
6743
|
-
* @public
|
|
6744
|
-
*/
|
|
6745
|
-
SourceCidrBlock?: string | undefined;
|
|
6746
|
-
/**
|
|
6747
|
-
* <p>The port range for the transit gateway policy rule. Currently this is set to * (all).</p>
|
|
6748
|
-
* @public
|
|
6749
|
-
*/
|
|
6750
|
-
SourcePortRange?: string | undefined;
|
|
6751
|
-
/**
|
|
6752
|
-
* <p>The destination CIDR block for the transit gateway policy rule.</p>
|
|
6753
|
-
* @public
|
|
6754
|
-
*/
|
|
6755
|
-
DestinationCidrBlock?: string | undefined;
|
|
6756
|
-
/**
|
|
6757
|
-
* <p>The port range for the transit gateway policy rule. Currently this is set to * (all).</p>
|
|
6758
|
-
* @public
|
|
6759
|
-
*/
|
|
6760
|
-
DestinationPortRange?: string | undefined;
|
|
6761
|
-
/**
|
|
6762
|
-
* <p>The protocol used by the transit gateway policy rule.</p>
|
|
6763
|
-
* @public
|
|
6764
|
-
*/
|
|
6765
|
-
Protocol?: string | undefined;
|
|
6766
|
-
/**
|
|
6767
|
-
* <p>The meta data tags used for the transit gateway policy rule.</p>
|
|
6768
|
-
* @public
|
|
6769
|
-
*/
|
|
6770
|
-
MetaData?: TransitGatewayPolicyRuleMetaData | undefined;
|
|
6771
|
-
}
|
|
6876
|
+
export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (obj: DescribeVpnConnectionsResult) => any;
|
|
6772
6877
|
/**
|
|
6773
6878
|
* @internal
|
|
6774
6879
|
*/
|