@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.
Files changed (76) hide show
  1. package/dist-cjs/index.js +387 -282
  2. package/dist-es/commands/CreateVpnConnectionCommand.js +2 -1
  3. package/dist-es/models/models_0.js +4 -4
  4. package/dist-es/models/models_1.js +23 -4
  5. package/dist-es/models/models_2.js +4 -9
  6. package/dist-es/models/models_3.js +10 -15
  7. package/dist-es/models/models_4.js +15 -0
  8. package/dist-es/models/models_5.js +1 -1
  9. package/dist-es/models/models_6.js +0 -6
  10. package/dist-es/models/models_7.js +7 -1
  11. package/dist-es/protocols/Aws_ec2.js +139 -64
  12. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +37 -2
  13. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -2
  16. package/dist-types/commands/CreateVpcCommand.d.ts +37 -2
  17. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -0
  21. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -2
  23. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -2
  26. package/dist-types/commands/DescribeVpcsCommand.d.ts +37 -2
  27. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -1
  28. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  29. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  30. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  31. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +3 -1
  32. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  33. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -2
  34. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  35. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  36. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  37. package/dist-types/models/models_0.d.ts +20 -12
  38. package/dist-types/models/models_1.d.ts +86 -233
  39. package/dist-types/models/models_2.d.ts +236 -253
  40. package/dist-types/models/models_3.d.ts +248 -243
  41. package/dist-types/models/models_4.d.ts +247 -197
  42. package/dist-types/models/models_5.d.ts +198 -120
  43. package/dist-types/models/models_6.d.ts +119 -132
  44. package/dist-types/models/models_7.d.ts +134 -148
  45. package/dist-types/models/models_8.d.ts +145 -1
  46. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +2 -4
  47. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +4 -2
  49. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +2 -4
  50. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +2 -4
  53. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +4 -2
  54. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +4 -2
  57. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -4
  62. package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +4 -2
  64. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/models/models_0.d.ts +7 -6
  68. package/dist-types/ts3.4/models/models_1.d.ts +52 -40
  69. package/dist-types/ts3.4/models/models_2.d.ts +40 -59
  70. package/dist-types/ts3.4/models/models_3.d.ts +66 -57
  71. package/dist-types/ts3.4/models/models_4.d.ts +60 -42
  72. package/dist-types/ts3.4/models/models_5.d.ts +45 -38
  73. package/dist-types/ts3.4/models/models_6.d.ts +35 -39
  74. package/dist-types/ts3.4/models/models_7.d.ts +38 -37
  75. package/dist-types/ts3.4/models/models_8.d.ts +34 -1
  76. package/package.json +1 -1
@@ -1,6 +1,247 @@
1
- import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservationFleetState, ClientVpnAuthorizationRuleStatus, InstanceEventWindowState, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
- import { CapacityReservation, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, CustomerGateway, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, PlatformValues, TransportProtocol } from "./models_1";
3
- import { GroupIdentifier, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
1
+ import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservationFleetState, ClientVpnAuthorizationRuleStatus, InstanceEventWindowState, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcAttachment } from "./models_0";
2
+ import { CapacityReservation, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, CustomerGateway, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, PlatformValues, TransportProtocol } from "./models_1";
3
+ import { GatewayAssociationState, GroupIdentifier, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, SubnetCidrReservation, TelemetryStatus, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpnConnectionOptions, VpnState, VpnStaticRoute } from "./models_2";
4
+ /**
5
+ * <p>Describes telemetry for a VPN tunnel.</p>
6
+ * @public
7
+ */
8
+ export interface VgwTelemetry {
9
+ /**
10
+ * <p>The number of accepted routes.</p>
11
+ * @public
12
+ */
13
+ AcceptedRouteCount?: number | undefined;
14
+ /**
15
+ * <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>
16
+ * @public
17
+ */
18
+ LastStatusChange?: Date | undefined;
19
+ /**
20
+ * <p>The Internet-routable IP address of the virtual private gateway's outside
21
+ * interface.</p>
22
+ * @public
23
+ */
24
+ OutsideIpAddress?: string | undefined;
25
+ /**
26
+ * <p>The status of the VPN tunnel.</p>
27
+ * @public
28
+ */
29
+ Status?: TelemetryStatus | undefined;
30
+ /**
31
+ * <p>If an error occurs, a description of the error.</p>
32
+ * @public
33
+ */
34
+ StatusMessage?: string | undefined;
35
+ /**
36
+ * <p>The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.</p>
37
+ * @public
38
+ */
39
+ CertificateArn?: string | undefined;
40
+ }
41
+ /**
42
+ * <p>Describes a VPN connection.</p>
43
+ * @public
44
+ */
45
+ export interface VpnConnection {
46
+ /**
47
+ * <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>
48
+ * @public
49
+ */
50
+ Category?: string | undefined;
51
+ /**
52
+ * <p>The ID of the transit gateway associated with the VPN connection.</p>
53
+ * @public
54
+ */
55
+ TransitGatewayId?: string | undefined;
56
+ /**
57
+ * <p>The ARN of the core network.</p>
58
+ * @public
59
+ */
60
+ CoreNetworkArn?: string | undefined;
61
+ /**
62
+ * <p>The ARN of the core network attachment.</p>
63
+ * @public
64
+ */
65
+ CoreNetworkAttachmentArn?: string | undefined;
66
+ /**
67
+ * <p>The current state of the gateway association.</p>
68
+ * @public
69
+ */
70
+ GatewayAssociationState?: GatewayAssociationState | undefined;
71
+ /**
72
+ * <p>The VPN connection options.</p>
73
+ * @public
74
+ */
75
+ Options?: VpnConnectionOptions | undefined;
76
+ /**
77
+ * <p>The static routes associated with the VPN connection.</p>
78
+ * @public
79
+ */
80
+ Routes?: VpnStaticRoute[] | undefined;
81
+ /**
82
+ * <p>Any tags assigned to the VPN connection.</p>
83
+ * @public
84
+ */
85
+ Tags?: Tag[] | undefined;
86
+ /**
87
+ * <p>Information about the VPN tunnel.</p>
88
+ * @public
89
+ */
90
+ VgwTelemetry?: VgwTelemetry[] | undefined;
91
+ /**
92
+ * <p>The ID of the VPN connection.</p>
93
+ * @public
94
+ */
95
+ VpnConnectionId?: string | undefined;
96
+ /**
97
+ * <p>The current state of the VPN connection.</p>
98
+ * @public
99
+ */
100
+ State?: VpnState | undefined;
101
+ /**
102
+ * <p>The configuration information for the VPN connection's customer gateway (in the native
103
+ * XML format). This element is always present in the <a>CreateVpnConnection</a>
104
+ * response; however, it's present in the <a>DescribeVpnConnections</a> response
105
+ * only if the VPN connection is in the <code>pending</code> or <code>available</code>
106
+ * state.</p>
107
+ * @public
108
+ */
109
+ CustomerGatewayConfiguration?: string | undefined;
110
+ /**
111
+ * <p>The type of VPN connection.</p>
112
+ * @public
113
+ */
114
+ Type?: GatewayType | undefined;
115
+ /**
116
+ * <p>The ID of the customer gateway at your end of the VPN connection.</p>
117
+ * @public
118
+ */
119
+ CustomerGatewayId?: string | undefined;
120
+ /**
121
+ * <p>The ID of the virtual private gateway at the Amazon Web Services side of the VPN
122
+ * connection.</p>
123
+ * @public
124
+ */
125
+ VpnGatewayId?: string | undefined;
126
+ }
127
+ /**
128
+ * <p>Contains the output of CreateVpnConnection.</p>
129
+ * @public
130
+ */
131
+ export interface CreateVpnConnectionResult {
132
+ /**
133
+ * <p>Information about the VPN connection.</p>
134
+ * @public
135
+ */
136
+ VpnConnection?: VpnConnection | undefined;
137
+ }
138
+ /**
139
+ * <p>Contains the parameters for CreateVpnConnectionRoute.</p>
140
+ * @public
141
+ */
142
+ export interface CreateVpnConnectionRouteRequest {
143
+ /**
144
+ * <p>The CIDR block associated with the local subnet of the customer network.</p>
145
+ * @public
146
+ */
147
+ DestinationCidrBlock: string | undefined;
148
+ /**
149
+ * <p>The ID of the VPN connection.</p>
150
+ * @public
151
+ */
152
+ VpnConnectionId: string | undefined;
153
+ }
154
+ /**
155
+ * <p>Contains the parameters for CreateVpnGateway.</p>
156
+ * @public
157
+ */
158
+ export interface CreateVpnGatewayRequest {
159
+ /**
160
+ * <p>The Availability Zone for the virtual private gateway.</p>
161
+ * @public
162
+ */
163
+ AvailabilityZone?: string | undefined;
164
+ /**
165
+ * <p>The type of VPN connection this virtual private gateway supports.</p>
166
+ * @public
167
+ */
168
+ Type: GatewayType | undefined;
169
+ /**
170
+ * <p>The tags to apply to the virtual private gateway.</p>
171
+ * @public
172
+ */
173
+ TagSpecifications?: TagSpecification[] | undefined;
174
+ /**
175
+ * <p>A private Autonomous System Number (ASN) for the Amazon side of a BGP session. If
176
+ * you're using a 16-bit ASN, it must be in the 64512 to 65534 range. If you're using a
177
+ * 32-bit ASN, it must be in the 4200000000 to 4294967294 range.</p>
178
+ * <p>Default: 64512</p>
179
+ * @public
180
+ */
181
+ AmazonSideAsn?: number | undefined;
182
+ /**
183
+ * <p>Checks whether you have the required permissions for the action, without actually
184
+ * making the request, and provides an error response. If you have the required
185
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
186
+ * <code>UnauthorizedOperation</code>.</p>
187
+ * @public
188
+ */
189
+ DryRun?: boolean | undefined;
190
+ }
191
+ /**
192
+ * <p>Describes a virtual private gateway.</p>
193
+ * @public
194
+ */
195
+ export interface VpnGateway {
196
+ /**
197
+ * <p>The private Autonomous System Number (ASN) for the Amazon side of a BGP
198
+ * session.</p>
199
+ * @public
200
+ */
201
+ AmazonSideAsn?: number | undefined;
202
+ /**
203
+ * <p>Any tags assigned to the virtual private gateway.</p>
204
+ * @public
205
+ */
206
+ Tags?: Tag[] | undefined;
207
+ /**
208
+ * <p>The ID of the virtual private gateway.</p>
209
+ * @public
210
+ */
211
+ VpnGatewayId?: string | undefined;
212
+ /**
213
+ * <p>The current state of the virtual private gateway.</p>
214
+ * @public
215
+ */
216
+ State?: VpnState | undefined;
217
+ /**
218
+ * <p>The type of VPN connection the virtual private gateway supports.</p>
219
+ * @public
220
+ */
221
+ Type?: GatewayType | undefined;
222
+ /**
223
+ * <p>The Availability Zone where the virtual private gateway was created, if applicable.
224
+ * This field may be empty or not returned.</p>
225
+ * @public
226
+ */
227
+ AvailabilityZone?: string | undefined;
228
+ /**
229
+ * <p>Any VPCs attached to the virtual private gateway.</p>
230
+ * @public
231
+ */
232
+ VpcAttachments?: VpcAttachment[] | undefined;
233
+ }
234
+ /**
235
+ * <p>Contains the output of CreateVpnGateway.</p>
236
+ * @public
237
+ */
238
+ export interface CreateVpnGatewayResult {
239
+ /**
240
+ * <p>Information about the virtual private gateway.</p>
241
+ * @public
242
+ */
243
+ VpnGateway?: VpnGateway | undefined;
244
+ }
4
245
  /**
5
246
  * @public
6
247
  */
@@ -6557,249 +6798,13 @@ export declare const FastLaunchResourceType: {
6557
6798
  */
6558
6799
  export type FastLaunchResourceType = (typeof FastLaunchResourceType)[keyof typeof FastLaunchResourceType];
6559
6800
  /**
6560
- * <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows
6561
- * fast launch enabled Windows AMI.</p>
6562
- * @public
6563
- */
6564
- export interface FastLaunchSnapshotConfigurationResponse {
6565
- /**
6566
- * <p>The number of pre-provisioned snapshots requested to keep on hand for a Windows fast
6567
- * launch enabled AMI.</p>
6568
- * @public
6569
- */
6570
- TargetResourceCount?: number | undefined;
6571
- }
6572
- /**
6573
- * @public
6574
- * @enum
6575
- */
6576
- export declare const FastLaunchStateCode: {
6577
- readonly disabling: "disabling";
6578
- readonly disabling_failed: "disabling-failed";
6579
- readonly enabled: "enabled";
6580
- readonly enabled_failed: "enabled-failed";
6581
- readonly enabling: "enabling";
6582
- readonly enabling_failed: "enabling-failed";
6583
- };
6584
- /**
6585
- * @public
6586
- */
6587
- export type FastLaunchStateCode = (typeof FastLaunchStateCode)[keyof typeof FastLaunchStateCode];
6588
- /**
6589
- * <p>Describe details about a Windows image with Windows fast launch enabled that meets the
6590
- * requested criteria. Criteria are defined by the <code>DescribeFastLaunchImages</code> action
6591
- * filters.</p>
6592
- * @public
6593
- */
6594
- export interface DescribeFastLaunchImagesSuccessItem {
6595
- /**
6596
- * <p>The image ID that identifies the Windows fast launch enabled image.</p>
6597
- * @public
6598
- */
6599
- ImageId?: string | undefined;
6600
- /**
6601
- * <p>The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI. Supported values
6602
- * include: <code>snapshot</code>.</p>
6603
- * @public
6604
- */
6605
- ResourceType?: FastLaunchResourceType | undefined;
6606
- /**
6607
- * <p>A group of parameters that are used for pre-provisioning the associated Windows AMI using
6608
- * snapshots.</p>
6609
- * @public
6610
- */
6611
- SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
6612
- /**
6613
- * <p>The launch template that the Windows fast launch enabled AMI uses when it launches Windows
6614
- * instances from pre-provisioned snapshots.</p>
6615
- * @public
6616
- */
6617
- LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
6618
- /**
6619
- * <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
6620
- * pre-provisioned snapshots for Windows fast launch.</p>
6621
- * @public
6622
- */
6623
- MaxParallelLaunches?: number | undefined;
6624
- /**
6625
- * <p>The owner ID for the Windows fast launch enabled AMI.</p>
6626
- * @public
6627
- */
6628
- OwnerId?: string | undefined;
6629
- /**
6630
- * <p>The current state of Windows fast launch for the specified Windows AMI.</p>
6631
- * @public
6632
- */
6633
- State?: FastLaunchStateCode | undefined;
6634
- /**
6635
- * <p>The reason that Windows fast launch for the AMI changed to the current state.</p>
6636
- * @public
6637
- */
6638
- StateTransitionReason?: string | undefined;
6639
- /**
6640
- * <p>The time that Windows fast launch for the AMI changed to the current state.</p>
6641
- * @public
6642
- */
6643
- StateTransitionTime?: Date | undefined;
6644
- }
6645
- /**
6646
- * @public
6647
- */
6648
- export interface DescribeFastLaunchImagesResult {
6649
- /**
6650
- * <p>A collection of details about the fast-launch enabled Windows images that meet the
6651
- * requested criteria.</p>
6652
- * @public
6653
- */
6654
- FastLaunchImages?: DescribeFastLaunchImagesSuccessItem[] | undefined;
6655
- /**
6656
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
6657
- * are no more items to return.</p>
6658
- * @public
6659
- */
6660
- NextToken?: string | undefined;
6661
- }
6662
- /**
6663
- * @public
6664
- */
6665
- export interface DescribeFastSnapshotRestoresRequest {
6666
- /**
6667
- * <p>The filters. The possible values are:</p>
6668
- * <ul>
6669
- * <li>
6670
- * <p>
6671
- * <code>availability-zone</code>: The Availability Zone of the snapshot.</p>
6672
- * </li>
6673
- * <li>
6674
- * <p>
6675
- * <code>owner-id</code>: The ID of the Amazon Web Services account that enabled fast snapshot restore on the snapshot.</p>
6676
- * </li>
6677
- * <li>
6678
- * <p>
6679
- * <code>snapshot-id</code>: The ID of the snapshot.</p>
6680
- * </li>
6681
- * <li>
6682
- * <p>
6683
- * <code>state</code>: The state of fast snapshot restores for the snapshot
6684
- * (<code>enabling</code> |
6685
- * <code>optimizing</code> |
6686
- * <code>enabled</code> |
6687
- * <code>disabling</code> |
6688
- * <code>disabled</code>).</p>
6689
- * </li>
6690
- * </ul>
6691
- * @public
6692
- */
6693
- Filters?: Filter[] | undefined;
6694
- /**
6695
- * <p>The maximum number of items to return for this request.
6696
- * To get the next page of items, make another request with the token returned in the output.
6697
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
6698
- * @public
6699
- */
6700
- MaxResults?: number | undefined;
6701
- /**
6702
- * <p>The token returned from a previous paginated request.
6703
- * Pagination continues from the end of the items returned by the previous request.</p>
6704
- * @public
6705
- */
6706
- NextToken?: string | undefined;
6707
- /**
6708
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6709
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6710
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6711
- * @public
6712
- */
6713
- DryRun?: boolean | undefined;
6714
- }
6715
- /**
6716
- * @public
6717
- * @enum
6718
- */
6719
- export declare const FastSnapshotRestoreStateCode: {
6720
- readonly disabled: "disabled";
6721
- readonly disabling: "disabling";
6722
- readonly enabled: "enabled";
6723
- readonly enabling: "enabling";
6724
- readonly optimizing: "optimizing";
6725
- };
6726
- /**
6727
- * @public
6801
+ * @internal
6728
6802
  */
6729
- export type FastSnapshotRestoreStateCode = (typeof FastSnapshotRestoreStateCode)[keyof typeof FastSnapshotRestoreStateCode];
6803
+ export declare const VpnConnectionFilterSensitiveLog: (obj: VpnConnection) => any;
6730
6804
  /**
6731
- * <p>Describes fast snapshot restores for a snapshot.</p>
6732
- * @public
6805
+ * @internal
6733
6806
  */
6734
- export interface DescribeFastSnapshotRestoreSuccessItem {
6735
- /**
6736
- * <p>The ID of the snapshot.</p>
6737
- * @public
6738
- */
6739
- SnapshotId?: string | undefined;
6740
- /**
6741
- * <p>The Availability Zone.</p>
6742
- * @public
6743
- */
6744
- AvailabilityZone?: string | undefined;
6745
- /**
6746
- * <p>The state of fast snapshot restores.</p>
6747
- * @public
6748
- */
6749
- State?: FastSnapshotRestoreStateCode | undefined;
6750
- /**
6751
- * <p>The reason for the state transition. The possible values are as follows:</p>
6752
- * <ul>
6753
- * <li>
6754
- * <p>
6755
- * <code>Client.UserInitiated</code> - The state successfully transitioned to <code>enabling</code> or
6756
- * <code>disabling</code>.</p>
6757
- * </li>
6758
- * <li>
6759
- * <p>
6760
- * <code>Client.UserInitiated - Lifecycle state transition</code> - The state successfully transitioned
6761
- * to <code>optimizing</code>, <code>enabled</code>, or <code>disabled</code>.</p>
6762
- * </li>
6763
- * </ul>
6764
- * @public
6765
- */
6766
- StateTransitionReason?: string | undefined;
6767
- /**
6768
- * <p>The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.</p>
6769
- * @public
6770
- */
6771
- OwnerId?: string | undefined;
6772
- /**
6773
- * <p>The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.</p>
6774
- * @public
6775
- */
6776
- OwnerAlias?: string | undefined;
6777
- /**
6778
- * <p>The time at which fast snapshot restores entered the <code>enabling</code> state.</p>
6779
- * @public
6780
- */
6781
- EnablingTime?: Date | undefined;
6782
- /**
6783
- * <p>The time at which fast snapshot restores entered the <code>optimizing</code> state.</p>
6784
- * @public
6785
- */
6786
- OptimizingTime?: Date | undefined;
6787
- /**
6788
- * <p>The time at which fast snapshot restores entered the <code>enabled</code> state.</p>
6789
- * @public
6790
- */
6791
- EnabledTime?: Date | undefined;
6792
- /**
6793
- * <p>The time at which fast snapshot restores entered the <code>disabling</code> state.</p>
6794
- * @public
6795
- */
6796
- DisablingTime?: Date | undefined;
6797
- /**
6798
- * <p>The time at which fast snapshot restores entered the <code>disabled</code> state.</p>
6799
- * @public
6800
- */
6801
- DisabledTime?: Date | undefined;
6802
- }
6807
+ export declare const CreateVpnConnectionResultFilterSensitiveLog: (obj: CreateVpnConnectionResult) => any;
6803
6808
  /**
6804
6809
  * @internal
6805
6810
  */