@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.
Files changed (95) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +309 -135
  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_3.js +7 -0
  9. package/dist-es/models/models_5.js +0 -7
  10. package/dist-es/models/models_6.js +7 -0
  11. package/dist-es/protocols/Aws_ec2.js +196 -53
  12. package/dist-types/EC2.d.ts +7 -0
  13. package/dist-types/EC2Client.d.ts +3 -2
  14. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +1 -1
  15. package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
  16. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateImageCommand.d.ts +2 -2
  18. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
  19. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -2
  22. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -0
  23. package/dist-types/commands/DeregisterImageCommand.d.ts +19 -6
  24. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -2
  26. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -2
  28. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +3 -3
  29. package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -1
  31. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  32. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
  33. package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +2 -2
  34. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  35. package/dist-types/commands/EnableImageCommand.d.ts +2 -2
  36. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +2 -2
  37. package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +84 -0
  38. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  39. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -1
  40. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  41. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -2
  42. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -0
  43. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -0
  44. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -0
  45. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -0
  46. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -0
  47. package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
  48. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +2 -1
  49. package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
  50. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  51. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  52. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +3 -2
  53. package/dist-types/commands/index.d.ts +1 -0
  54. package/dist-types/models/models_0.d.ts +64 -48
  55. package/dist-types/models/models_1.d.ts +53 -32
  56. package/dist-types/models/models_2.d.ts +29 -58
  57. package/dist-types/models/models_3.d.ts +150 -151
  58. package/dist-types/models/models_4.d.ts +161 -203
  59. package/dist-types/models/models_5.d.ts +195 -226
  60. package/dist-types/models/models_6.d.ts +254 -149
  61. package/dist-types/models/models_7.d.ts +168 -114
  62. package/dist-types/models/models_8.d.ts +107 -5
  63. package/dist-types/protocols/Aws_ec2.d.ts +9 -0
  64. package/dist-types/ts3.4/EC2.d.ts +17 -0
  65. package/dist-types/ts3.4/EC2Client.d.ts +6 -0
  66. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +2 -4
  68. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +4 -2
  69. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -4
  71. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +4 -2
  72. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +4 -2
  74. package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +51 -0
  77. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -4
  78. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +4 -2
  80. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +2 -4
  81. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +18 -11
  86. package/dist-types/ts3.4/models/models_1.d.ts +11 -7
  87. package/dist-types/ts3.4/models/models_2.d.ts +7 -14
  88. package/dist-types/ts3.4/models/models_3.d.ts +33 -32
  89. package/dist-types/ts3.4/models/models_4.d.ts +33 -29
  90. package/dist-types/ts3.4/models/models_5.d.ts +29 -25
  91. package/dist-types/ts3.4/models/models_6.d.ts +33 -36
  92. package/dist-types/ts3.4/models/models_7.d.ts +40 -26
  93. package/dist-types/ts3.4/models/models_8.d.ts +29 -2
  94. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
  95. package/package.json +1 -1
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeVpcsRequest, DescribeVpcsResult } from "../models/models_5";
8
+ import { DescribeVpcsRequest, DescribeVpcsResult } from "../models/models_6";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DescribeVpcsCommandInput extends DescribeVpcsRequest {}
@@ -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
- GetTransitGatewayMulticastDomainAssociationsRequest,
10
- GetTransitGatewayMulticastDomainAssociationsResult,
11
- } from "../models/models_6";
8
+ import { GetTransitGatewayMulticastDomainAssociationsRequest } from "../models/models_6";
9
+ import { GetTransitGatewayMulticastDomainAssociationsResult } from "../models/models_7";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface GetTransitGatewayMulticastDomainAssociationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetTransitGatewayPolicyTableAssociationsRequest,
10
10
  GetTransitGatewayPolicyTableAssociationsResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  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,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- RejectVpcPeeringConnectionRequest,
10
- RejectVpcPeeringConnectionResult,
11
- } from "../models/models_7";
8
+ import { RejectVpcPeeringConnectionRequest } from "../models/models_7";
9
+ import { RejectVpcPeeringConnectionResult } from "../models/models_8";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface RejectVpcPeeringConnectionCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ReleaseAddressRequest } from "../models/models_7";
8
+ import { ReleaseAddressRequest } from "../models/models_8";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ReleaseAddressCommandInput extends ReleaseAddressRequest {}
@@ -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;
@@ -1136,9 +1151,26 @@ export interface DeprovisionPublicIpv4PoolCidrResult {
1136
1151
  }
1137
1152
  export interface DeregisterImageRequest {
1138
1153
  ImageId: string | undefined;
1154
+ DeleteAssociatedSnapshots?: boolean | undefined;
1139
1155
  DryRun?: boolean | undefined;
1140
1156
  }
1141
- export interface DeregisterImageResult {}
1157
+ export declare const SnapshotReturnCodes: {
1158
+ readonly ERROR_CODE_CLIENT_ERROR: "client-error";
1159
+ readonly ERROR_CODE_INTERNAL_ERROR: "internal-error";
1160
+ readonly ERROR_MISSING_PERMISSIONS: "missing-permissions";
1161
+ readonly SUCCESS: "success";
1162
+ readonly WARN_SKIPPED: "skipped";
1163
+ };
1164
+ export type SnapshotReturnCodes =
1165
+ (typeof SnapshotReturnCodes)[keyof typeof SnapshotReturnCodes];
1166
+ export interface DeleteSnapshotReturnCode {
1167
+ SnapshotId?: string | undefined;
1168
+ ReturnCode?: SnapshotReturnCodes | undefined;
1169
+ }
1170
+ export interface DeregisterImageResult {
1171
+ Return?: boolean | undefined;
1172
+ DeleteSnapshotResults?: DeleteSnapshotReturnCode[] | undefined;
1173
+ }
1142
1174
  export interface DeregisterInstanceTagAttributeRequest {
1143
1175
  IncludeAllTagsOfInstance?: boolean | undefined;
1144
1176
  InstanceTagKeys?: string[] | undefined;
@@ -1562,37 +1594,6 @@ export declare const ClientVpnConnectionStatusCode: {
1562
1594
  };
1563
1595
  export type ClientVpnConnectionStatusCode =
1564
1596
  (typeof ClientVpnConnectionStatusCode)[keyof typeof ClientVpnConnectionStatusCode];
1565
- export interface ClientVpnConnectionStatus {
1566
- Code?: ClientVpnConnectionStatusCode | undefined;
1567
- Message?: string | undefined;
1568
- }
1569
- export interface ClientVpnConnection {
1570
- ClientVpnEndpointId?: string | undefined;
1571
- Timestamp?: string | undefined;
1572
- ConnectionId?: string | undefined;
1573
- Username?: string | undefined;
1574
- ConnectionEstablishedTime?: string | undefined;
1575
- IngressBytes?: string | undefined;
1576
- EgressBytes?: string | undefined;
1577
- IngressPackets?: string | undefined;
1578
- EgressPackets?: string | undefined;
1579
- ClientIp?: string | undefined;
1580
- CommonName?: string | undefined;
1581
- Status?: ClientVpnConnectionStatus | undefined;
1582
- ConnectionEndTime?: string | undefined;
1583
- PostureComplianceStatuses?: string[] | undefined;
1584
- }
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
1597
  export declare const VpnTunnelOptionsSpecificationFilterSensitiveLog: (
1597
1598
  obj: VpnTunnelOptionsSpecification
1598
1599
  ) => 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,
@@ -50,7 +49,6 @@ import {
50
49
  IpamPool,
51
50
  IpamResourceDiscovery,
52
51
  IpamScope,
53
- KeyType,
54
52
  LaunchTemplateAndOverridesResponse,
55
53
  LogDestinationType,
56
54
  OperatorResponse,
@@ -64,16 +62,49 @@ import {
64
62
  } from "./models_1";
65
63
  import {
66
64
  GroupIdentifier,
65
+ InstanceIpv6Address,
67
66
  NetworkInterfaceStatus,
68
67
  StateReason,
69
68
  } from "./models_2";
70
69
  import {
71
70
  Byoasn,
71
+ ClientVpnConnectionStatusCode,
72
72
  Filter,
73
73
  FleetStateCode,
74
74
  IdFormat,
75
75
  InstanceTagNotificationAttribute,
76
76
  } from "./models_3";
77
+ export interface ClientVpnConnectionStatus {
78
+ Code?: ClientVpnConnectionStatusCode | undefined;
79
+ Message?: string | undefined;
80
+ }
81
+ export interface ClientVpnConnection {
82
+ ClientVpnEndpointId?: string | undefined;
83
+ Timestamp?: string | undefined;
84
+ ConnectionId?: string | undefined;
85
+ Username?: string | undefined;
86
+ ConnectionEstablishedTime?: string | undefined;
87
+ IngressBytes?: string | undefined;
88
+ EgressBytes?: string | undefined;
89
+ IngressPackets?: string | undefined;
90
+ EgressPackets?: string | undefined;
91
+ ClientIp?: string | undefined;
92
+ CommonName?: string | undefined;
93
+ Status?: ClientVpnConnectionStatus | undefined;
94
+ ConnectionEndTime?: string | undefined;
95
+ PostureComplianceStatuses?: string[] | undefined;
96
+ }
97
+ export interface DescribeClientVpnConnectionsResult {
98
+ Connections?: ClientVpnConnection[] | undefined;
99
+ NextToken?: string | undefined;
100
+ }
101
+ export interface DescribeClientVpnEndpointsRequest {
102
+ ClientVpnEndpointIds?: string[] | undefined;
103
+ MaxResults?: number | undefined;
104
+ NextToken?: string | undefined;
105
+ Filters?: Filter[] | undefined;
106
+ DryRun?: boolean | undefined;
107
+ }
77
108
  export declare const AssociatedNetworkType: {
78
109
  readonly vpc: "vpc";
79
110
  };
@@ -2068,33 +2099,6 @@ export interface DescribeIpv6PoolsResult {
2068
2099
  Ipv6Pools?: Ipv6Pool[] | undefined;
2069
2100
  NextToken?: string | undefined;
2070
2101
  }
2071
- export interface DescribeKeyPairsRequest {
2072
- KeyNames?: string[] | undefined;
2073
- KeyPairIds?: string[] | undefined;
2074
- IncludePublicKey?: boolean | undefined;
2075
- DryRun?: boolean | undefined;
2076
- Filters?: Filter[] | undefined;
2077
- }
2078
- export interface KeyPairInfo {
2079
- KeyPairId?: string | undefined;
2080
- KeyType?: KeyType | undefined;
2081
- Tags?: Tag[] | undefined;
2082
- PublicKey?: string | undefined;
2083
- CreateTime?: Date | undefined;
2084
- KeyName?: string | undefined;
2085
- KeyFingerprint?: string | undefined;
2086
- }
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
2102
  export declare const DiskImageDescriptionFilterSensitiveLog: (
2099
2103
  obj: DiskImageDescription
2100
2104
  ) => any;
@@ -36,10 +36,10 @@ import {
36
36
  FleetLaunchTemplateSpecification,
37
37
  FleetType,
38
38
  InstanceInterruptionBehavior,
39
- InstanceIpv6Address,
40
39
  InstanceRequirements,
41
40
  Ipv4PrefixSpecificationRequest,
42
41
  Ipv6PrefixSpecificationRequest,
42
+ KeyType,
43
43
  LaunchTemplate,
44
44
  MacModificationTask,
45
45
  PrivateIpAddressSpecification,
@@ -48,11 +48,11 @@ import {
48
48
  TargetCapacityUnitType,
49
49
  Tenancy,
50
50
  VolumeType,
51
- Vpc,
52
51
  } from "./models_1";
53
52
  import {
54
53
  DnsEntry,
55
54
  GroupIdentifier,
55
+ InstanceIpv6Address,
56
56
  IpAddressType,
57
57
  LaunchTemplateVersion,
58
58
  LocalGatewayRouteTable,
@@ -106,7 +106,6 @@ import {
106
106
  ServiceConfiguration,
107
107
  ServiceConnectivityType,
108
108
  ServiceTypeDetail,
109
- VpnConnection,
110
109
  } from "./models_3";
111
110
  import {
112
111
  AttributeBooleanValue,
@@ -114,6 +113,33 @@ import {
114
113
  PermissionGroup,
115
114
  ProductCode,
116
115
  } from "./models_4";
116
+ export interface DescribeKeyPairsRequest {
117
+ KeyNames?: string[] | undefined;
118
+ KeyPairIds?: string[] | undefined;
119
+ IncludePublicKey?: boolean | undefined;
120
+ DryRun?: boolean | undefined;
121
+ Filters?: Filter[] | undefined;
122
+ }
123
+ export interface KeyPairInfo {
124
+ KeyPairId?: string | undefined;
125
+ KeyType?: KeyType | undefined;
126
+ Tags?: Tag[] | undefined;
127
+ PublicKey?: string | undefined;
128
+ CreateTime?: Date | undefined;
129
+ KeyName?: string | undefined;
130
+ KeyFingerprint?: string | undefined;
131
+ }
132
+ export interface DescribeKeyPairsResult {
133
+ KeyPairs?: KeyPairInfo[] | undefined;
134
+ }
135
+ export interface DescribeLaunchTemplatesRequest {
136
+ DryRun?: boolean | undefined;
137
+ LaunchTemplateIds?: string[] | undefined;
138
+ LaunchTemplateNames?: string[] | undefined;
139
+ Filters?: Filter[] | undefined;
140
+ NextToken?: string | undefined;
141
+ MaxResults?: number | undefined;
142
+ }
117
143
  export interface DescribeLaunchTemplatesResult {
118
144
  LaunchTemplates?: LaunchTemplate[] | undefined;
119
145
  NextToken?: string | undefined;
@@ -2042,25 +2068,6 @@ export interface DescribeVpcPeeringConnectionsResult {
2042
2068
  VpcPeeringConnections?: VpcPeeringConnection[] | undefined;
2043
2069
  NextToken?: string | undefined;
2044
2070
  }
2045
- export interface DescribeVpcsRequest {
2046
- Filters?: Filter[] | undefined;
2047
- VpcIds?: string[] | undefined;
2048
- NextToken?: string | undefined;
2049
- MaxResults?: number | undefined;
2050
- DryRun?: boolean | undefined;
2051
- }
2052
- export interface DescribeVpcsResult {
2053
- NextToken?: string | undefined;
2054
- Vpcs?: Vpc[] | undefined;
2055
- }
2056
- export interface DescribeVpnConnectionsRequest {
2057
- Filters?: Filter[] | undefined;
2058
- VpnConnectionIds?: string[] | undefined;
2059
- DryRun?: boolean | undefined;
2060
- }
2061
- export interface DescribeVpnConnectionsResult {
2062
- VpnConnections?: VpnConnection[] | undefined;
2063
- }
2064
2071
  export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
2065
2072
  obj: DescribeLaunchTemplateVersionsResult
2066
2073
  ) => any;
@@ -2088,6 +2095,3 @@ export declare const DescribeSpotInstanceRequestsResultFilterSensitiveLog: (
2088
2095
  export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
2089
2096
  obj: DescribeVerifiedAccessTrustProvidersResult
2090
2097
  ) => any;
2091
- export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (
2092
- obj: DescribeVpnConnectionsResult
2093
- ) => any;