@aws-sdk/client-ec2 3.758.0 → 3.760.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 (66) hide show
  1. package/dist-cjs/index.js +311 -217
  2. package/dist-es/commands/CreateVpnConnectionCommand.js +2 -1
  3. package/dist-es/models/models_1.js +19 -4
  4. package/dist-es/models/models_2.js +4 -9
  5. package/dist-es/models/models_3.js +10 -15
  6. package/dist-es/models/models_4.js +15 -0
  7. package/dist-es/models/models_5.js +1 -1
  8. package/dist-es/models/models_6.js +0 -6
  9. package/dist-es/models/models_7.js +7 -1
  10. package/dist-es/protocols/Aws_ec2.js +74 -4
  11. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +37 -2
  12. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -2
  14. package/dist-types/commands/CreateVpcCommand.d.ts +37 -2
  15. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -2
  20. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -2
  23. package/dist-types/commands/DescribeVpcsCommand.d.ts +37 -2
  24. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  25. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  26. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  27. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  28. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -2
  29. package/dist-types/commands/StopInstancesCommand.d.ts +2 -1
  30. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  31. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  32. package/dist-types/models/models_1.d.ts +73 -222
  33. package/dist-types/models/models_2.d.ts +224 -214
  34. package/dist-types/models/models_3.d.ts +211 -230
  35. package/dist-types/models/models_4.d.ts +234 -181
  36. package/dist-types/models/models_5.d.ts +182 -105
  37. package/dist-types/models/models_6.d.ts +104 -122
  38. package/dist-types/models/models_7.d.ts +124 -111
  39. package/dist-types/models/models_8.d.ts +108 -1
  40. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +4 -2
  42. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +2 -4
  43. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +2 -4
  46. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +4 -2
  47. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +4 -2
  50. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +4 -2
  55. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/models/models_1.d.ts +46 -36
  59. package/dist-types/ts3.4/models/models_2.d.ts +36 -51
  60. package/dist-types/ts3.4/models/models_3.d.ts +58 -54
  61. package/dist-types/ts3.4/models/models_4.d.ts +58 -38
  62. package/dist-types/ts3.4/models/models_5.d.ts +40 -32
  63. package/dist-types/ts3.4/models/models_6.d.ts +29 -35
  64. package/dist-types/ts3.4/models/models_7.d.ts +35 -31
  65. package/dist-types/ts3.4/models/models_8.d.ts +28 -1
  66. package/package.json +1 -1
@@ -1,6 +1,210 @@
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, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VgwTelemetry, VpcBlockPublicAccessExclusion, VpnConnectionOptions, VpnState, VpnStaticRoute } from "./models_2";
4
+ /**
5
+ * <p>Describes a VPN connection.</p>
6
+ * @public
7
+ */
8
+ export interface VpnConnection {
9
+ /**
10
+ * <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>
11
+ * @public
12
+ */
13
+ Category?: string | undefined;
14
+ /**
15
+ * <p>The ID of the transit gateway associated with the VPN connection.</p>
16
+ * @public
17
+ */
18
+ TransitGatewayId?: string | undefined;
19
+ /**
20
+ * <p>The ARN of the core network.</p>
21
+ * @public
22
+ */
23
+ CoreNetworkArn?: string | undefined;
24
+ /**
25
+ * <p>The ARN of the core network attachment.</p>
26
+ * @public
27
+ */
28
+ CoreNetworkAttachmentArn?: string | undefined;
29
+ /**
30
+ * <p>The current state of the gateway association.</p>
31
+ * @public
32
+ */
33
+ GatewayAssociationState?: GatewayAssociationState | undefined;
34
+ /**
35
+ * <p>The VPN connection options.</p>
36
+ * @public
37
+ */
38
+ Options?: VpnConnectionOptions | undefined;
39
+ /**
40
+ * <p>The static routes associated with the VPN connection.</p>
41
+ * @public
42
+ */
43
+ Routes?: VpnStaticRoute[] | undefined;
44
+ /**
45
+ * <p>Any tags assigned to the VPN connection.</p>
46
+ * @public
47
+ */
48
+ Tags?: Tag[] | undefined;
49
+ /**
50
+ * <p>Information about the VPN tunnel.</p>
51
+ * @public
52
+ */
53
+ VgwTelemetry?: VgwTelemetry[] | undefined;
54
+ /**
55
+ * <p>The ID of the VPN connection.</p>
56
+ * @public
57
+ */
58
+ VpnConnectionId?: string | undefined;
59
+ /**
60
+ * <p>The current state of the VPN connection.</p>
61
+ * @public
62
+ */
63
+ State?: VpnState | undefined;
64
+ /**
65
+ * <p>The configuration information for the VPN connection's customer gateway (in the native
66
+ * XML format). This element is always present in the <a>CreateVpnConnection</a>
67
+ * response; however, it's present in the <a>DescribeVpnConnections</a> response
68
+ * only if the VPN connection is in the <code>pending</code> or <code>available</code>
69
+ * state.</p>
70
+ * @public
71
+ */
72
+ CustomerGatewayConfiguration?: string | undefined;
73
+ /**
74
+ * <p>The type of VPN connection.</p>
75
+ * @public
76
+ */
77
+ Type?: GatewayType | undefined;
78
+ /**
79
+ * <p>The ID of the customer gateway at your end of the VPN connection.</p>
80
+ * @public
81
+ */
82
+ CustomerGatewayId?: string | undefined;
83
+ /**
84
+ * <p>The ID of the virtual private gateway at the Amazon Web Services side of the VPN
85
+ * connection.</p>
86
+ * @public
87
+ */
88
+ VpnGatewayId?: string | undefined;
89
+ }
90
+ /**
91
+ * <p>Contains the output of CreateVpnConnection.</p>
92
+ * @public
93
+ */
94
+ export interface CreateVpnConnectionResult {
95
+ /**
96
+ * <p>Information about the VPN connection.</p>
97
+ * @public
98
+ */
99
+ VpnConnection?: VpnConnection | undefined;
100
+ }
101
+ /**
102
+ * <p>Contains the parameters for CreateVpnConnectionRoute.</p>
103
+ * @public
104
+ */
105
+ export interface CreateVpnConnectionRouteRequest {
106
+ /**
107
+ * <p>The CIDR block associated with the local subnet of the customer network.</p>
108
+ * @public
109
+ */
110
+ DestinationCidrBlock: string | undefined;
111
+ /**
112
+ * <p>The ID of the VPN connection.</p>
113
+ * @public
114
+ */
115
+ VpnConnectionId: string | undefined;
116
+ }
117
+ /**
118
+ * <p>Contains the parameters for CreateVpnGateway.</p>
119
+ * @public
120
+ */
121
+ export interface CreateVpnGatewayRequest {
122
+ /**
123
+ * <p>The Availability Zone for the virtual private gateway.</p>
124
+ * @public
125
+ */
126
+ AvailabilityZone?: string | undefined;
127
+ /**
128
+ * <p>The type of VPN connection this virtual private gateway supports.</p>
129
+ * @public
130
+ */
131
+ Type: GatewayType | undefined;
132
+ /**
133
+ * <p>The tags to apply to the virtual private gateway.</p>
134
+ * @public
135
+ */
136
+ TagSpecifications?: TagSpecification[] | undefined;
137
+ /**
138
+ * <p>A private Autonomous System Number (ASN) for the Amazon side of a BGP session. If
139
+ * you're using a 16-bit ASN, it must be in the 64512 to 65534 range. If you're using a
140
+ * 32-bit ASN, it must be in the 4200000000 to 4294967294 range.</p>
141
+ * <p>Default: 64512</p>
142
+ * @public
143
+ */
144
+ AmazonSideAsn?: number | undefined;
145
+ /**
146
+ * <p>Checks whether you have the required permissions for the action, without actually
147
+ * making the request, and provides an error response. If you have the required
148
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
149
+ * <code>UnauthorizedOperation</code>.</p>
150
+ * @public
151
+ */
152
+ DryRun?: boolean | undefined;
153
+ }
154
+ /**
155
+ * <p>Describes a virtual private gateway.</p>
156
+ * @public
157
+ */
158
+ export interface VpnGateway {
159
+ /**
160
+ * <p>The private Autonomous System Number (ASN) for the Amazon side of a BGP
161
+ * session.</p>
162
+ * @public
163
+ */
164
+ AmazonSideAsn?: number | undefined;
165
+ /**
166
+ * <p>Any tags assigned to the virtual private gateway.</p>
167
+ * @public
168
+ */
169
+ Tags?: Tag[] | undefined;
170
+ /**
171
+ * <p>The ID of the virtual private gateway.</p>
172
+ * @public
173
+ */
174
+ VpnGatewayId?: string | undefined;
175
+ /**
176
+ * <p>The current state of the virtual private gateway.</p>
177
+ * @public
178
+ */
179
+ State?: VpnState | undefined;
180
+ /**
181
+ * <p>The type of VPN connection the virtual private gateway supports.</p>
182
+ * @public
183
+ */
184
+ Type?: GatewayType | undefined;
185
+ /**
186
+ * <p>The Availability Zone where the virtual private gateway was created, if applicable.
187
+ * This field may be empty or not returned.</p>
188
+ * @public
189
+ */
190
+ AvailabilityZone?: string | undefined;
191
+ /**
192
+ * <p>Any VPCs attached to the virtual private gateway.</p>
193
+ * @public
194
+ */
195
+ VpcAttachments?: VpcAttachment[] | undefined;
196
+ }
197
+ /**
198
+ * <p>Contains the output of CreateVpnGateway.</p>
199
+ * @public
200
+ */
201
+ export interface CreateVpnGatewayResult {
202
+ /**
203
+ * <p>Information about the virtual private gateway.</p>
204
+ * @public
205
+ */
206
+ VpnGateway?: VpnGateway | undefined;
207
+ }
4
208
  /**
5
209
  * @public
6
210
  */
@@ -6570,236 +6774,13 @@ export interface FastLaunchSnapshotConfigurationResponse {
6570
6774
  TargetResourceCount?: number | undefined;
6571
6775
  }
6572
6776
  /**
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
6777
+ * @internal
6728
6778
  */
6729
- export type FastSnapshotRestoreStateCode = (typeof FastSnapshotRestoreStateCode)[keyof typeof FastSnapshotRestoreStateCode];
6779
+ export declare const VpnConnectionFilterSensitiveLog: (obj: VpnConnection) => any;
6730
6780
  /**
6731
- * <p>Describes fast snapshot restores for a snapshot.</p>
6732
- * @public
6781
+ * @internal
6733
6782
  */
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
- }
6783
+ export declare const CreateVpnConnectionResultFilterSensitiveLog: (obj: CreateVpnConnectionResult) => any;
6803
6784
  /**
6804
6785
  * @internal
6805
6786
  */