@aws-sdk/client-ec2 3.817.0 → 3.818.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 (69) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +262 -126
  3. package/dist-es/EC2.js +2 -0
  4. package/dist-es/commands/DescribeVpnConnectionsCommand.js +1 -1
  5. package/dist-es/commands/GetActiveVpnTunnelStatusCommand.js +22 -0
  6. package/dist-es/commands/index.js +1 -0
  7. package/dist-es/models/models_0.js +5 -0
  8. package/dist-es/models/models_5.js +0 -7
  9. package/dist-es/models/models_6.js +7 -0
  10. package/dist-es/protocols/Aws_ec2.js +155 -44
  11. package/dist-types/EC2.d.ts +7 -0
  12. package/dist-types/EC2Client.d.ts +3 -2
  13. package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -2
  16. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -0
  17. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -2
  19. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -2
  21. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -1
  22. package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +84 -0
  23. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -1
  24. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -2
  25. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -0
  26. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -0
  27. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -0
  28. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -0
  29. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -0
  30. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  31. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  32. package/dist-types/commands/index.d.ts +1 -0
  33. package/dist-types/models/models_0.d.ts +64 -48
  34. package/dist-types/models/models_1.d.ts +48 -28
  35. package/dist-types/models/models_2.d.ts +29 -58
  36. package/dist-types/models/models_3.d.ts +68 -57
  37. package/dist-types/models/models_4.d.ts +59 -72
  38. package/dist-types/models/models_5.d.ts +73 -106
  39. package/dist-types/models/models_6.d.ts +132 -100
  40. package/dist-types/models/models_7.d.ts +112 -65
  41. package/dist-types/models/models_8.d.ts +66 -3
  42. package/dist-types/protocols/Aws_ec2.d.ts +9 -0
  43. package/dist-types/ts3.4/EC2.d.ts +17 -0
  44. package/dist-types/ts3.4/EC2Client.d.ts +6 -0
  45. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +2 -4
  47. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +4 -2
  48. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -4
  49. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +4 -2
  50. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +4 -2
  52. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +51 -0
  54. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +4 -2
  56. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +18 -11
  60. package/dist-types/ts3.4/models/models_1.d.ts +11 -7
  61. package/dist-types/ts3.4/models/models_2.d.ts +7 -14
  62. package/dist-types/ts3.4/models/models_3.d.ts +15 -11
  63. package/dist-types/ts3.4/models/models_4.d.ts +13 -12
  64. package/dist-types/ts3.4/models/models_5.d.ts +13 -13
  65. package/dist-types/ts3.4/models/models_6.d.ts +21 -23
  66. package/dist-types/ts3.4/models/models_7.d.ts +26 -17
  67. package/dist-types/ts3.4/models/models_8.d.ts +18 -1
  68. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
  69. package/package.json +1 -1
@@ -1,10 +1,73 @@
1
- import { AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType } from "./models_0";
2
- import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceIpv6Address, MarketType, OperatorRequest, Placement, ShutdownBehavior, SpotInstanceType } from "./models_1";
3
- import { IcmpTypeCode, LocalGatewayRoute, ManagedPrefixList, RuleAction, SnapshotState, SSEType, TransitGatewayRoute } from "./models_2";
1
+ import { AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, UnsuccessfulItem } from "./models_0";
2
+ import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, MarketType, OperatorRequest, Placement, ShutdownBehavior, SpotInstanceType } from "./models_1";
3
+ import { IcmpTypeCode, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, RuleAction, SnapshotState, SSEType, TransitGatewayRoute } from "./models_2";
4
4
  import { ClientVpnConnectionStatus, Filter } from "./models_3";
5
5
  import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState } from "./models_4";
6
6
  import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_5";
7
7
  import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_7";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface ReleaseHostsRequest {
12
+ /**
13
+ * <p>The IDs of the Dedicated Hosts to release.</p>
14
+ * @public
15
+ */
16
+ HostIds: string[] | undefined;
17
+ }
18
+ /**
19
+ * @public
20
+ */
21
+ export interface ReleaseHostsResult {
22
+ /**
23
+ * <p>The IDs of the Dedicated Hosts that were successfully released.</p>
24
+ * @public
25
+ */
26
+ Successful?: string[] | undefined;
27
+ /**
28
+ * <p>The IDs of the Dedicated Hosts that could not be released, including an error
29
+ * message.</p>
30
+ * @public
31
+ */
32
+ Unsuccessful?: UnsuccessfulItem[] | undefined;
33
+ }
34
+ /**
35
+ * @public
36
+ */
37
+ export interface ReleaseIpamPoolAllocationRequest {
38
+ /**
39
+ * <p>A check for whether you have the required permissions for the action without actually making the request
40
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
41
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
42
+ * @public
43
+ */
44
+ DryRun?: boolean | undefined;
45
+ /**
46
+ * <p>The ID of the IPAM pool which contains the allocation you want to release.</p>
47
+ * @public
48
+ */
49
+ IpamPoolId: string | undefined;
50
+ /**
51
+ * <p>The CIDR of the allocation you want to release.</p>
52
+ * @public
53
+ */
54
+ Cidr: string | undefined;
55
+ /**
56
+ * <p>The ID of the allocation.</p>
57
+ * @public
58
+ */
59
+ IpamPoolAllocationId: string | undefined;
60
+ }
61
+ /**
62
+ * @public
63
+ */
64
+ export interface ReleaseIpamPoolAllocationResult {
65
+ /**
66
+ * <p>Indicates if the release was successful.</p>
67
+ * @public
68
+ */
69
+ Success?: boolean | undefined;
70
+ }
8
71
  /**
9
72
  * @public
10
73
  */
@@ -475,6 +475,7 @@ import { ExportClientVpnClientConfigurationCommandInput, ExportClientVpnClientCo
475
475
  import { ExportImageCommandInput, ExportImageCommandOutput } from "../commands/ExportImageCommand";
476
476
  import { ExportTransitGatewayRoutesCommandInput, ExportTransitGatewayRoutesCommandOutput } from "../commands/ExportTransitGatewayRoutesCommand";
477
477
  import { ExportVerifiedAccessInstanceClientConfigurationCommandInput, ExportVerifiedAccessInstanceClientConfigurationCommandOutput } from "../commands/ExportVerifiedAccessInstanceClientConfigurationCommand";
478
+ import { GetActiveVpnTunnelStatusCommandInput, GetActiveVpnTunnelStatusCommandOutput } from "../commands/GetActiveVpnTunnelStatusCommand";
478
479
  import { GetAllowedImagesSettingsCommandInput, GetAllowedImagesSettingsCommandOutput } from "../commands/GetAllowedImagesSettingsCommand";
479
480
  import { GetAssociatedEnclaveCertificateIamRolesCommandInput, GetAssociatedEnclaveCertificateIamRolesCommandOutput } from "../commands/GetAssociatedEnclaveCertificateIamRolesCommand";
480
481
  import { GetAssociatedIpv6PoolCidrsCommandInput, GetAssociatedIpv6PoolCidrsCommandOutput } from "../commands/GetAssociatedIpv6PoolCidrsCommand";
@@ -2585,6 +2586,10 @@ export declare const se_ExportTransitGatewayRoutesCommand: (input: ExportTransit
2585
2586
  * serializeAws_ec2ExportVerifiedAccessInstanceClientConfigurationCommand
2586
2587
  */
2587
2588
  export declare const se_ExportVerifiedAccessInstanceClientConfigurationCommand: (input: ExportVerifiedAccessInstanceClientConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2589
+ /**
2590
+ * serializeAws_ec2GetActiveVpnTunnelStatusCommand
2591
+ */
2592
+ export declare const se_GetActiveVpnTunnelStatusCommand: (input: GetActiveVpnTunnelStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2588
2593
  /**
2589
2594
  * serializeAws_ec2GetAllowedImagesSettingsCommand
2590
2595
  */
@@ -5325,6 +5330,10 @@ export declare const de_ExportTransitGatewayRoutesCommand: (output: __HttpRespon
5325
5330
  * deserializeAws_ec2ExportVerifiedAccessInstanceClientConfigurationCommand
5326
5331
  */
5327
5332
  export declare const de_ExportVerifiedAccessInstanceClientConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportVerifiedAccessInstanceClientConfigurationCommandOutput>;
5333
+ /**
5334
+ * deserializeAws_ec2GetActiveVpnTunnelStatusCommand
5335
+ */
5336
+ export declare const de_GetActiveVpnTunnelStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetActiveVpnTunnelStatusCommandOutput>;
5328
5337
  /**
5329
5338
  * deserializeAws_ec2GetAllowedImagesSettingsCommand
5330
5339
  */
@@ -1899,6 +1899,10 @@ import {
1899
1899
  ExportVerifiedAccessInstanceClientConfigurationCommandInput,
1900
1900
  ExportVerifiedAccessInstanceClientConfigurationCommandOutput,
1901
1901
  } from "./commands/ExportVerifiedAccessInstanceClientConfigurationCommand";
1902
+ import {
1903
+ GetActiveVpnTunnelStatusCommandInput,
1904
+ GetActiveVpnTunnelStatusCommandOutput,
1905
+ } from "./commands/GetActiveVpnTunnelStatusCommand";
1902
1906
  import {
1903
1907
  GetAllowedImagesSettingsCommandInput,
1904
1908
  GetAllowedImagesSettingsCommandOutput,
@@ -9757,6 +9761,19 @@ export interface EC2 {
9757
9761
  data?: ExportVerifiedAccessInstanceClientConfigurationCommandOutput
9758
9762
  ) => void
9759
9763
  ): void;
9764
+ getActiveVpnTunnelStatus(
9765
+ args: GetActiveVpnTunnelStatusCommandInput,
9766
+ options?: __HttpHandlerOptions
9767
+ ): Promise<GetActiveVpnTunnelStatusCommandOutput>;
9768
+ getActiveVpnTunnelStatus(
9769
+ args: GetActiveVpnTunnelStatusCommandInput,
9770
+ cb: (err: any, data?: GetActiveVpnTunnelStatusCommandOutput) => void
9771
+ ): void;
9772
+ getActiveVpnTunnelStatus(
9773
+ args: GetActiveVpnTunnelStatusCommandInput,
9774
+ options: __HttpHandlerOptions,
9775
+ cb: (err: any, data?: GetActiveVpnTunnelStatusCommandOutput) => void
9776
+ ): void;
9760
9777
  getAllowedImagesSettings(): Promise<GetAllowedImagesSettingsCommandOutput>;
9761
9778
  getAllowedImagesSettings(
9762
9779
  args: GetAllowedImagesSettingsCommandInput,
@@ -1945,6 +1945,10 @@ import {
1945
1945
  ExportVerifiedAccessInstanceClientConfigurationCommandInput,
1946
1946
  ExportVerifiedAccessInstanceClientConfigurationCommandOutput,
1947
1947
  } from "./commands/ExportVerifiedAccessInstanceClientConfigurationCommand";
1948
+ import {
1949
+ GetActiveVpnTunnelStatusCommandInput,
1950
+ GetActiveVpnTunnelStatusCommandOutput,
1951
+ } from "./commands/GetActiveVpnTunnelStatusCommand";
1948
1952
  import {
1949
1953
  GetAllowedImagesSettingsCommandInput,
1950
1954
  GetAllowedImagesSettingsCommandOutput,
@@ -3268,6 +3272,7 @@ export type ServiceInputTypes =
3268
3272
  | ExportImageCommandInput
3269
3273
  | ExportTransitGatewayRoutesCommandInput
3270
3274
  | ExportVerifiedAccessInstanceClientConfigurationCommandInput
3275
+ | GetActiveVpnTunnelStatusCommandInput
3271
3276
  | GetAllowedImagesSettingsCommandInput
3272
3277
  | GetAssociatedEnclaveCertificateIamRolesCommandInput
3273
3278
  | GetAssociatedIpv6PoolCidrsCommandInput
@@ -3954,6 +3959,7 @@ export type ServiceOutputTypes =
3954
3959
  | ExportImageCommandOutput
3955
3960
  | ExportTransitGatewayRoutesCommandOutput
3956
3961
  | ExportVerifiedAccessInstanceClientConfigurationCommandOutput
3962
+ | GetActiveVpnTunnelStatusCommandOutput
3957
3963
  | GetAllowedImagesSettingsCommandOutput
3958
3964
  | GetAssociatedEnclaveCertificateIamRolesCommandOutput
3959
3965
  | GetAssociatedIpv6PoolCidrsCommandOutput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { CopyFpgaImageRequest, CopyFpgaImageResult } from "../models/models_0";
8
+ import { CopyFpgaImageRequest, CopyFpgaImageResult } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface CopyFpgaImageCommandInput extends CopyFpgaImageRequest {}
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- CreateVpcEndpointRequest,
10
- CreateVpcEndpointResult,
11
- } from "../models/models_2";
8
+ import { CreateVpcEndpointRequest } from "../models/models_2";
9
+ import { CreateVpcEndpointResult } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface CreateVpcEndpointCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { CreateVpcEndpointConnectionNotificationRequest } from "../models/models_2";
9
- import { CreateVpcEndpointConnectionNotificationResult } from "../models/models_3";
8
+ import {
9
+ CreateVpcEndpointConnectionNotificationRequest,
10
+ CreateVpcEndpointConnectionNotificationResult,
11
+ } from "../models/models_3";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface CreateVpcEndpointConnectionNotificationCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeClientVpnConnectionsRequest,
10
- DescribeClientVpnConnectionsResult,
11
- } from "../models/models_3";
8
+ import { DescribeClientVpnConnectionsRequest } from "../models/models_3";
9
+ import { DescribeClientVpnConnectionsResult } from "../models/models_4";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeClientVpnConnectionsCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeClientVpnEndpointsRequest } from "../models/models_3";
9
- import { DescribeClientVpnEndpointsResult } from "../models/models_4";
8
+ import {
9
+ DescribeClientVpnEndpointsRequest,
10
+ DescribeClientVpnEndpointsResult,
11
+ } from "../models/models_4";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeClientVpnEndpointsCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeKeyPairsRequest,
10
- DescribeKeyPairsResult,
11
- } from "../models/models_4";
8
+ import { DescribeKeyPairsRequest } from "../models/models_4";
9
+ import { DescribeKeyPairsResult } from "../models/models_5";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeKeyPairsCommandInput extends DescribeKeyPairsRequest {}
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeLaunchTemplatesRequest } from "../models/models_4";
9
- import { DescribeLaunchTemplatesResult } from "../models/models_5";
8
+ import {
9
+ DescribeLaunchTemplatesRequest,
10
+ DescribeLaunchTemplatesResult,
11
+ } from "../models/models_5";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeLaunchTemplatesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeVpnConnectionsRequest,
10
10
  DescribeVpnConnectionsResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeVpnConnectionsCommandInput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ GetActiveVpnTunnelStatusRequest,
10
+ GetActiveVpnTunnelStatusResult,
11
+ } from "../models/models_6";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetActiveVpnTunnelStatusCommandInput
15
+ extends GetActiveVpnTunnelStatusRequest {}
16
+ export interface GetActiveVpnTunnelStatusCommandOutput
17
+ extends GetActiveVpnTunnelStatusResult,
18
+ __MetadataBearer {}
19
+ declare const GetActiveVpnTunnelStatusCommand_base: {
20
+ new (
21
+ input: GetActiveVpnTunnelStatusCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetActiveVpnTunnelStatusCommandInput,
24
+ GetActiveVpnTunnelStatusCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: GetActiveVpnTunnelStatusCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetActiveVpnTunnelStatusCommandInput,
33
+ GetActiveVpnTunnelStatusCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetActiveVpnTunnelStatusCommand extends GetActiveVpnTunnelStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetActiveVpnTunnelStatusRequest;
44
+ output: GetActiveVpnTunnelStatusResult;
45
+ };
46
+ sdk: {
47
+ input: GetActiveVpnTunnelStatusCommandInput;
48
+ output: GetActiveVpnTunnelStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- GetTransitGatewayPolicyTableAssociationsRequest,
10
- GetTransitGatewayPolicyTableAssociationsResult,
11
- } from "../models/models_6";
8
+ import { GetTransitGatewayPolicyTableAssociationsRequest } from "../models/models_6";
9
+ import { GetTransitGatewayPolicyTableAssociationsResult } from "../models/models_7";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface GetTransitGatewayPolicyTableAssociationsCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { GetTransitGatewayPolicyTableEntriesRequest } from "../models/models_6";
9
- import { GetTransitGatewayPolicyTableEntriesResult } from "../models/models_7";
8
+ import {
9
+ GetTransitGatewayPolicyTableEntriesRequest,
10
+ GetTransitGatewayPolicyTableEntriesResult,
11
+ } from "../models/models_7";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface GetTransitGatewayPolicyTableEntriesCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ReleaseHostsRequest, ReleaseHostsResult } from "../models/models_7";
8
+ import { ReleaseHostsRequest, ReleaseHostsResult } from "../models/models_8";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ReleaseHostsCommandInput extends ReleaseHostsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ReleaseIpamPoolAllocationRequest,
10
10
  ReleaseIpamPoolAllocationResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ReleaseIpamPoolAllocationCommandInput
@@ -473,6 +473,7 @@ export * from "./ExportClientVpnClientConfigurationCommand";
473
473
  export * from "./ExportImageCommand";
474
474
  export * from "./ExportTransitGatewayRoutesCommand";
475
475
  export * from "./ExportVerifiedAccessInstanceClientConfigurationCommand";
476
+ export * from "./GetActiveVpnTunnelStatusCommand";
476
477
  export * from "./GetAllowedImagesSettingsCommand";
477
478
  export * from "./GetAssociatedEnclaveCertificateIamRolesCommand";
478
479
  export * from "./GetAssociatedIpv6PoolCidrsCommand";
@@ -682,6 +682,24 @@ export interface ActiveInstance {
682
682
  SpotInstanceRequestId?: string | undefined;
683
683
  InstanceHealth?: InstanceHealthStatus | undefined;
684
684
  }
685
+ export declare const VpnTunnelProvisioningStatus: {
686
+ readonly available: "available";
687
+ readonly failed: "failed";
688
+ readonly pending: "pending";
689
+ };
690
+ export type VpnTunnelProvisioningStatus =
691
+ (typeof VpnTunnelProvisioningStatus)[keyof typeof VpnTunnelProvisioningStatus];
692
+ export interface ActiveVpnTunnelStatus {
693
+ Phase1EncryptionAlgorithm?: string | undefined;
694
+ Phase2EncryptionAlgorithm?: string | undefined;
695
+ Phase1IntegrityAlgorithm?: string | undefined;
696
+ Phase2IntegrityAlgorithm?: string | undefined;
697
+ Phase1DHGroup?: number | undefined;
698
+ Phase2DHGroup?: number | undefined;
699
+ IkeVersion?: string | undefined;
700
+ ProvisioningStatus?: VpnTunnelProvisioningStatus | undefined;
701
+ ProvisioningStatusReason?: string | undefined;
702
+ }
685
703
  export declare const ActivityStatus: {
686
704
  readonly ERROR: "error";
687
705
  readonly FULFILLED: "fulfilled";
@@ -1977,17 +1995,6 @@ export interface ConfirmProductInstanceResult {
1977
1995
  Return?: boolean | undefined;
1978
1996
  OwnerId?: string | undefined;
1979
1997
  }
1980
- export interface CopyFpgaImageRequest {
1981
- DryRun?: boolean | undefined;
1982
- SourceFpgaImageId: string | undefined;
1983
- Description?: string | undefined;
1984
- Name?: string | undefined;
1985
- SourceRegion: string | undefined;
1986
- ClientToken?: string | undefined;
1987
- }
1988
- export interface CopyFpgaImageResult {
1989
- FpgaImageId?: string | undefined;
1990
- }
1991
1998
  export declare const OidcOptionsFilterSensitiveLog: (obj: OidcOptions) => any;
1992
1999
  export declare const VerifiedAccessTrustProviderFilterSensitiveLog: (
1993
2000
  obj: VerifiedAccessTrustProvider
@@ -21,6 +21,17 @@ import {
21
21
  VpcIpv6CidrBlockAssociation,
22
22
  WeekDay,
23
23
  } from "./models_0";
24
+ export interface CopyFpgaImageRequest {
25
+ DryRun?: boolean | undefined;
26
+ SourceFpgaImageId: string | undefined;
27
+ Description?: string | undefined;
28
+ Name?: string | undefined;
29
+ SourceRegion: string | undefined;
30
+ ClientToken?: string | undefined;
31
+ }
32
+ export interface CopyFpgaImageResult {
33
+ FpgaImageId?: string | undefined;
34
+ }
24
35
  export interface CopyImageRequest {
25
36
  ClientToken?: string | undefined;
26
37
  Description?: string | undefined;
@@ -2995,13 +3006,6 @@ export interface LaunchTemplateEnaSrdSpecification {
2995
3006
  EnaSrdEnabled?: boolean | undefined;
2996
3007
  EnaSrdUdpSpecification?: LaunchTemplateEnaSrdUdpSpecification | undefined;
2997
3008
  }
2998
- export interface Ipv4PrefixSpecificationResponse {
2999
- Ipv4Prefix?: string | undefined;
3000
- }
3001
- export interface InstanceIpv6Address {
3002
- Ipv6Address?: string | undefined;
3003
- IsPrimaryIpv6?: boolean | undefined;
3004
- }
3005
3009
  export declare const CopySnapshotRequestFilterSensitiveLog: (
3006
3010
  obj: CopySnapshotRequest
3007
3011
  ) => any;
@@ -38,10 +38,8 @@ import {
38
38
  ElasticGpuSpecificationResponse,
39
39
  HostnameType,
40
40
  InstanceBandwidthWeighting,
41
- InstanceIpv6Address,
42
41
  InstanceRequirements,
43
42
  Ipv4PrefixSpecificationRequest,
44
- Ipv4PrefixSpecificationResponse,
45
43
  Ipv6PrefixSpecificationRequest,
46
44
  LaunchTemplateBlockDeviceMapping,
47
45
  LaunchTemplateCapacityReservationSpecificationResponse,
@@ -68,6 +66,13 @@ import {
68
66
  VolumeType,
69
67
  Vpc,
70
68
  } from "./models_1";
69
+ export interface Ipv4PrefixSpecificationResponse {
70
+ Ipv4Prefix?: string | undefined;
71
+ }
72
+ export interface InstanceIpv6Address {
73
+ Ipv6Address?: string | undefined;
74
+ IsPrimaryIpv6?: boolean | undefined;
75
+ }
71
76
  export interface Ipv6PrefixSpecificationResponse {
72
77
  Ipv6Prefix?: string | undefined;
73
78
  }
@@ -2326,18 +2331,6 @@ export interface VpcEndpoint {
2326
2331
  ResourceConfigurationArn?: string | undefined;
2327
2332
  ServiceRegion?: string | undefined;
2328
2333
  }
2329
- export interface CreateVpcEndpointResult {
2330
- VpcEndpoint?: VpcEndpoint | undefined;
2331
- ClientToken?: string | undefined;
2332
- }
2333
- export interface CreateVpcEndpointConnectionNotificationRequest {
2334
- DryRun?: boolean | undefined;
2335
- ServiceId?: string | undefined;
2336
- VpcEndpointId?: string | undefined;
2337
- ConnectionNotificationArn: string | undefined;
2338
- ConnectionEvents: string[] | undefined;
2339
- ClientToken?: string | undefined;
2340
- }
2341
2334
  export declare const ResponseLaunchTemplateDataFilterSensitiveLog: (
2342
2335
  obj: ResponseLaunchTemplateData
2343
2336
  ) => any;
@@ -65,7 +65,20 @@ import {
65
65
  VerifiedAccessEndpoint,
66
66
  VerifiedAccessGroup,
67
67
  VpcBlockPublicAccessExclusion,
68
+ VpcEndpoint,
68
69
  } from "./models_2";
70
+ export interface CreateVpcEndpointResult {
71
+ VpcEndpoint?: VpcEndpoint | undefined;
72
+ ClientToken?: string | undefined;
73
+ }
74
+ export interface CreateVpcEndpointConnectionNotificationRequest {
75
+ DryRun?: boolean | undefined;
76
+ ServiceId?: string | undefined;
77
+ VpcEndpointId?: string | undefined;
78
+ ConnectionNotificationArn: string | undefined;
79
+ ConnectionEvents: string[] | undefined;
80
+ ClientToken?: string | undefined;
81
+ }
69
82
  export declare const ConnectionNotificationState: {
70
83
  readonly Disabled: "Disabled";
71
84
  readonly Enabled: "Enabled";
@@ -263,6 +276,7 @@ export interface CreateVpnConnectionRequest {
263
276
  VpnGatewayId?: string | undefined;
264
277
  TransitGatewayId?: string | undefined;
265
278
  TagSpecifications?: TagSpecification[] | undefined;
279
+ PreSharedKeyStorage?: string | undefined;
266
280
  DryRun?: boolean | undefined;
267
281
  Options?: VpnConnectionOptionsSpecification | undefined;
268
282
  }
@@ -383,6 +397,7 @@ export interface VpnConnection {
383
397
  Routes?: VpnStaticRoute[] | undefined;
384
398
  Tags?: Tag[] | undefined;
385
399
  VgwTelemetry?: VgwTelemetry[] | undefined;
400
+ PreSharedKeyArn?: string | undefined;
386
401
  VpnConnectionId?: string | undefined;
387
402
  State?: VpnState | undefined;
388
403
  CustomerGatewayConfiguration?: string | undefined;
@@ -1582,17 +1597,6 @@ export interface ClientVpnConnection {
1582
1597
  ConnectionEndTime?: string | undefined;
1583
1598
  PostureComplianceStatuses?: string[] | undefined;
1584
1599
  }
1585
- export interface DescribeClientVpnConnectionsResult {
1586
- Connections?: ClientVpnConnection[] | undefined;
1587
- NextToken?: string | undefined;
1588
- }
1589
- export interface DescribeClientVpnEndpointsRequest {
1590
- ClientVpnEndpointIds?: string[] | undefined;
1591
- MaxResults?: number | undefined;
1592
- NextToken?: string | undefined;
1593
- Filters?: Filter[] | undefined;
1594
- DryRun?: boolean | undefined;
1595
- }
1596
1600
  export declare const VpnTunnelOptionsSpecificationFilterSensitiveLog: (
1597
1601
  obj: VpnTunnelOptionsSpecification
1598
1602
  ) => any;
@@ -42,7 +42,6 @@ import {
42
42
  FleetType,
43
43
  HostnameType,
44
44
  InstanceBandwidthWeighting,
45
- InstanceIpv6Address,
46
45
  InstanceLifecycle,
47
46
  InternetGateway,
48
47
  Ipam,
@@ -64,16 +63,29 @@ import {
64
63
  } from "./models_1";
65
64
  import {
66
65
  GroupIdentifier,
66
+ InstanceIpv6Address,
67
67
  NetworkInterfaceStatus,
68
68
  StateReason,
69
69
  } from "./models_2";
70
70
  import {
71
71
  Byoasn,
72
+ ClientVpnConnection,
72
73
  Filter,
73
74
  FleetStateCode,
74
75
  IdFormat,
75
76
  InstanceTagNotificationAttribute,
76
77
  } from "./models_3";
78
+ export interface DescribeClientVpnConnectionsResult {
79
+ Connections?: ClientVpnConnection[] | undefined;
80
+ NextToken?: string | undefined;
81
+ }
82
+ export interface DescribeClientVpnEndpointsRequest {
83
+ ClientVpnEndpointIds?: string[] | undefined;
84
+ MaxResults?: number | undefined;
85
+ NextToken?: string | undefined;
86
+ Filters?: Filter[] | undefined;
87
+ DryRun?: boolean | undefined;
88
+ }
77
89
  export declare const AssociatedNetworkType: {
78
90
  readonly vpc: "vpc";
79
91
  };
@@ -2084,17 +2096,6 @@ export interface KeyPairInfo {
2084
2096
  KeyName?: string | undefined;
2085
2097
  KeyFingerprint?: string | undefined;
2086
2098
  }
2087
- export interface DescribeKeyPairsResult {
2088
- KeyPairs?: KeyPairInfo[] | undefined;
2089
- }
2090
- export interface DescribeLaunchTemplatesRequest {
2091
- DryRun?: boolean | undefined;
2092
- LaunchTemplateIds?: string[] | undefined;
2093
- LaunchTemplateNames?: string[] | undefined;
2094
- Filters?: Filter[] | undefined;
2095
- NextToken?: string | undefined;
2096
- MaxResults?: number | undefined;
2097
- }
2098
2099
  export declare const DiskImageDescriptionFilterSensitiveLog: (
2099
2100
  obj: DiskImageDescription
2100
2101
  ) => any;