@aws-sdk/client-ec2 3.613.0 → 3.616.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 (188) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +773 -442
  3. package/dist-es/EC2.js +6 -0
  4. package/dist-es/EC2Client.js +5 -5
  5. package/dist-es/commands/CreateIpamExternalResourceVerificationTokenCommand.js +24 -0
  6. package/dist-es/commands/DeleteIpamExternalResourceVerificationTokenCommand.js +24 -0
  7. package/dist-es/commands/DescribeImportImageTasksCommand.js +1 -1
  8. package/dist-es/commands/DescribeIpamExternalResourceVerificationTokensCommand.js +24 -0
  9. package/dist-es/commands/DescribeSpotFleetRequestsCommand.js +1 -1
  10. package/dist-es/commands/DescribeSpotInstanceRequestsCommand.js +1 -1
  11. package/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
  12. package/dist-es/commands/index.js +3 -0
  13. package/dist-es/models/models_0.js +1 -0
  14. package/dist-es/models/models_1.js +12 -19
  15. package/dist-es/models/models_2.js +19 -0
  16. package/dist-es/models/models_3.js +0 -13
  17. package/dist-es/models/models_4.js +13 -33
  18. package/dist-es/models/models_5.js +34 -15
  19. package/dist-es/models/models_6.js +21 -7
  20. package/dist-es/models/models_7.js +11 -1
  21. package/dist-es/protocols/Aws_ec2.js +251 -5
  22. package/dist-types/EC2.d.ts +22 -0
  23. package/dist-types/EC2Client.d.ts +7 -4
  24. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  25. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  26. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  27. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  28. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  29. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  30. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  31. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +91 -0
  50. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  55. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  56. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  65. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  66. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -1
  67. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  99. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +79 -0
  100. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -1
  101. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  102. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  103. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  104. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -0
  105. package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
  106. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  107. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +94 -0
  108. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  109. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +9 -2
  110. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -3
  111. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +0 -3
  114. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  115. package/dist-types/commands/GetConsoleOutputCommand.d.ts +0 -7
  116. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +2 -1
  117. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  118. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  119. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
  120. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +2 -0
  121. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -0
  122. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  123. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  124. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  125. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  126. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -0
  127. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  128. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  129. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  130. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  131. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -0
  132. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -0
  133. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  134. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  135. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  136. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  137. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  138. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  139. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  140. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  141. package/dist-types/commands/index.d.ts +3 -0
  142. package/dist-types/models/models_0.d.ts +1 -0
  143. package/dist-types/models/models_1.d.ts +161 -150
  144. package/dist-types/models/models_2.d.ts +179 -95
  145. package/dist-types/models/models_3.d.ts +100 -258
  146. package/dist-types/models/models_4.d.ts +400 -602
  147. package/dist-types/models/models_5.d.ts +576 -200
  148. package/dist-types/models/models_6.d.ts +232 -205
  149. package/dist-types/models/models_7.d.ts +233 -4
  150. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  151. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  152. package/dist-types/runtimeConfig.d.ts +1 -1
  153. package/dist-types/runtimeConfig.native.d.ts +1 -1
  154. package/dist-types/ts3.4/EC2.d.ts +70 -0
  155. package/dist-types/ts3.4/EC2Client.d.ts +20 -2
  156. package/dist-types/ts3.4/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  157. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  158. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -4
  159. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +2 -4
  163. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +42 -0
  165. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -4
  166. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +2 -4
  168. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
  171. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
  172. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  176. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  177. package/dist-types/ts3.4/models/models_1.d.ts +37 -45
  178. package/dist-types/ts3.4/models/models_2.d.ts +56 -32
  179. package/dist-types/ts3.4/models/models_3.d.ts +30 -63
  180. package/dist-types/ts3.4/models/models_4.d.ts +77 -101
  181. package/dist-types/ts3.4/models/models_5.d.ts +105 -60
  182. package/dist-types/ts3.4/models/models_6.d.ts +70 -53
  183. package/dist-types/ts3.4/models/models_7.d.ts +62 -7
  184. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  185. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  186. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  187. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  188. package/package.json +25 -25
@@ -0,0 +1,40 @@
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
+ DeleteIpamExternalResourceVerificationTokenRequest,
10
+ DeleteIpamExternalResourceVerificationTokenResult,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteIpamExternalResourceVerificationTokenCommandInput
15
+ extends DeleteIpamExternalResourceVerificationTokenRequest {}
16
+ export interface DeleteIpamExternalResourceVerificationTokenCommandOutput
17
+ extends DeleteIpamExternalResourceVerificationTokenResult,
18
+ __MetadataBearer {}
19
+ declare const DeleteIpamExternalResourceVerificationTokenCommand_base: {
20
+ new (
21
+ input: DeleteIpamExternalResourceVerificationTokenCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteIpamExternalResourceVerificationTokenCommandInput,
24
+ DeleteIpamExternalResourceVerificationTokenCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteIpamExternalResourceVerificationTokenCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteIpamExternalResourceVerificationTokenCommandInput,
33
+ DeleteIpamExternalResourceVerificationTokenCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteIpamExternalResourceVerificationTokenCommand extends DeleteIpamExternalResourceVerificationTokenCommand_base {}
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DeleteLocalGatewayRouteTableRequest,
10
- DeleteLocalGatewayRouteTableResult,
11
- } from "../models/models_2";
8
+ import { DeleteLocalGatewayRouteTableRequest } from "../models/models_2";
9
+ import { DeleteLocalGatewayRouteTableResult } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DeleteLocalGatewayRouteTableCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest,
10
10
  DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteLocalGatewayRouteTableVpcAssociationRequest,
10
10
  DeleteLocalGatewayRouteTableVpcAssociationResult,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteLocalGatewayRouteTableVpcAssociationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteManagedPrefixListRequest,
10
10
  DeleteManagedPrefixListResult,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteManagedPrefixListCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeImagesRequest,
10
- DescribeImagesResult,
11
- } from "../models/models_3";
8
+ import { DescribeImagesRequest } from "../models/models_3";
9
+ import { DescribeImagesResult } from "../models/models_4";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeImagesCommandInput extends DescribeImagesRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeImportImageTasksRequest,
10
10
  DescribeImportImageTasksResult,
11
- } from "../models/models_3";
11
+ } from "../models/models_4";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeImportImageTasksCommandInput
@@ -0,0 +1,42 @@
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
+ DescribeIpamExternalResourceVerificationTokensRequest,
10
+ DescribeIpamExternalResourceVerificationTokensResult,
11
+ } from "../models/models_4";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeIpamExternalResourceVerificationTokensCommandInput
15
+ extends DescribeIpamExternalResourceVerificationTokensRequest {}
16
+ export interface DescribeIpamExternalResourceVerificationTokensCommandOutput
17
+ extends DescribeIpamExternalResourceVerificationTokensResult,
18
+ __MetadataBearer {}
19
+ declare const DescribeIpamExternalResourceVerificationTokensCommand_base: {
20
+ new (
21
+ input: DescribeIpamExternalResourceVerificationTokensCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeIpamExternalResourceVerificationTokensCommandInput,
24
+ DescribeIpamExternalResourceVerificationTokensCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]:
31
+ | []
32
+ | [DescribeIpamExternalResourceVerificationTokensCommandInput]
33
+ ): import("@smithy/smithy-client").CommandImpl<
34
+ DescribeIpamExternalResourceVerificationTokensCommandInput,
35
+ DescribeIpamExternalResourceVerificationTokensCommandOutput,
36
+ EC2ClientResolvedConfig,
37
+ ServiceInputTypes,
38
+ ServiceOutputTypes
39
+ >;
40
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
41
+ };
42
+ export declare class DescribeIpamExternalResourceVerificationTokensCommand extends DescribeIpamExternalResourceVerificationTokensCommand_base {}
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeSpotFleetRequestsRequest,
10
- DescribeSpotFleetRequestsResponse,
11
- } from "../models/models_4";
8
+ import { DescribeSpotFleetRequestsRequest } from "../models/models_4";
9
+ import { DescribeSpotFleetRequestsResponse } from "../models/models_5";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeSpotFleetRequestsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeSpotInstanceRequestsRequest,
10
10
  DescribeSpotInstanceRequestsResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeSpotInstanceRequestsCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- GetInstanceTpmEkPubRequest,
10
- GetInstanceTpmEkPubResult,
11
- } from "../models/models_5";
8
+ import { GetInstanceTpmEkPubRequest } from "../models/models_5";
9
+ import { GetInstanceTpmEkPubResult } from "../models/models_6";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface GetInstanceTpmEkPubCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetInstanceTypesFromInstanceRequirementsRequest,
10
10
  GetInstanceTypesFromInstanceRequirementsResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetInstanceTypesFromInstanceRequirementsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetInstanceUefiDataRequest,
10
10
  GetInstanceUefiDataResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetInstanceUefiDataCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { GetIpamAddressHistoryRequest } from "../models/models_5";
9
- import { GetIpamAddressHistoryResult } from "../models/models_6";
8
+ import {
9
+ GetIpamAddressHistoryRequest,
10
+ GetIpamAddressHistoryResult,
11
+ } from "../models/models_6";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface GetIpamAddressHistoryCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- MonitorInstancesRequest,
10
- MonitorInstancesResult,
11
- } from "../models/models_6";
8
+ import { MonitorInstancesRequest } from "../models/models_6";
9
+ import { MonitorInstancesResult } from "../models/models_7";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface MonitorInstancesCommandInput extends MonitorInstancesRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  MoveAddressToVpcRequest,
10
10
  MoveAddressToVpcResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface MoveAddressToVpcCommandInput extends MoveAddressToVpcRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  MoveByoipCidrToIpamRequest,
10
10
  MoveByoipCidrToIpamResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface MoveByoipCidrToIpamCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ProvisionByoipCidrRequest,
10
10
  ProvisionByoipCidrResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ProvisionByoipCidrCommandInput
@@ -74,6 +74,7 @@ export * from "./CreateInstanceEventWindowCommand";
74
74
  export * from "./CreateInstanceExportTaskCommand";
75
75
  export * from "./CreateInternetGatewayCommand";
76
76
  export * from "./CreateIpamCommand";
77
+ export * from "./CreateIpamExternalResourceVerificationTokenCommand";
77
78
  export * from "./CreateIpamPoolCommand";
78
79
  export * from "./CreateIpamResourceDiscoveryCommand";
79
80
  export * from "./CreateIpamScopeCommand";
@@ -150,6 +151,7 @@ export * from "./DeleteInstanceConnectEndpointCommand";
150
151
  export * from "./DeleteInstanceEventWindowCommand";
151
152
  export * from "./DeleteInternetGatewayCommand";
152
153
  export * from "./DeleteIpamCommand";
154
+ export * from "./DeleteIpamExternalResourceVerificationTokenCommand";
153
155
  export * from "./DeleteIpamPoolCommand";
154
156
  export * from "./DeleteIpamResourceDiscoveryCommand";
155
157
  export * from "./DeleteIpamScopeCommand";
@@ -274,6 +276,7 @@ export * from "./DescribeInstanceTypesCommand";
274
276
  export * from "./DescribeInstancesCommand";
275
277
  export * from "./DescribeInternetGatewaysCommand";
276
278
  export * from "./DescribeIpamByoasnCommand";
279
+ export * from "./DescribeIpamExternalResourceVerificationTokensCommand";
277
280
  export * from "./DescribeIpamPoolsCommand";
278
281
  export * from "./DescribeIpamResourceDiscoveriesCommand";
279
282
  export * from "./DescribeIpamResourceDiscoveryAssociationsCommand";
@@ -71,6 +71,7 @@ export declare const ResourceType: {
71
71
  readonly instance_event_window: "instance-event-window";
72
72
  readonly internet_gateway: "internet-gateway";
73
73
  readonly ipam: "ipam";
74
+ readonly ipam_external_resource_verification_token: "ipam-external-resource-verification-token";
74
75
  readonly ipam_pool: "ipam-pool";
75
76
  readonly ipam_resource_discovery: "ipam-resource-discovery";
76
77
  readonly ipam_resource_discovery_association: "ipam-resource-discovery-association";
@@ -966,6 +966,43 @@ export interface Ipam {
966
966
  export interface CreateIpamResult {
967
967
  Ipam?: Ipam;
968
968
  }
969
+ export interface CreateIpamExternalResourceVerificationTokenRequest {
970
+ DryRun?: boolean;
971
+ IpamId: string | undefined;
972
+ TagSpecifications?: TagSpecification[];
973
+ ClientToken?: string;
974
+ }
975
+ export declare const IpamExternalResourceVerificationTokenState: {
976
+ readonly CREATE_COMPLETE: "create-complete";
977
+ readonly CREATE_FAILED: "create-failed";
978
+ readonly CREATE_IN_PROGRESS: "create-in-progress";
979
+ readonly DELETE_COMPLETE: "delete-complete";
980
+ readonly DELETE_FAILED: "delete-failed";
981
+ readonly DELETE_IN_PROGRESS: "delete-in-progress";
982
+ };
983
+ export type IpamExternalResourceVerificationTokenState =
984
+ (typeof IpamExternalResourceVerificationTokenState)[keyof typeof IpamExternalResourceVerificationTokenState];
985
+ export declare const TokenState: {
986
+ readonly expired: "expired";
987
+ readonly valid: "valid";
988
+ };
989
+ export type TokenState = (typeof TokenState)[keyof typeof TokenState];
990
+ export interface IpamExternalResourceVerificationToken {
991
+ IpamExternalResourceVerificationTokenId?: string;
992
+ IpamExternalResourceVerificationTokenArn?: string;
993
+ IpamId?: string;
994
+ IpamArn?: string;
995
+ IpamRegion?: string;
996
+ TokenValue?: string;
997
+ TokenName?: string;
998
+ NotAfter?: Date;
999
+ Status?: TokenState;
1000
+ Tags?: Tag[];
1001
+ State?: IpamExternalResourceVerificationTokenState;
1002
+ }
1003
+ export interface CreateIpamExternalResourceVerificationTokenResult {
1004
+ IpamExternalResourceVerificationToken?: IpamExternalResourceVerificationToken;
1005
+ }
969
1006
  export interface RequestIpamResourceTag {
970
1007
  Key?: string;
971
1008
  Value?: string;
@@ -2016,51 +2053,6 @@ export interface NetworkInterfaceAssociation {
2016
2053
  export interface AttachmentEnaSrdUdpSpecification {
2017
2054
  EnaSrdUdpEnabled?: boolean;
2018
2055
  }
2019
- export interface AttachmentEnaSrdSpecification {
2020
- EnaSrdEnabled?: boolean;
2021
- EnaSrdUdpSpecification?: AttachmentEnaSrdUdpSpecification;
2022
- }
2023
- export interface NetworkInterfaceAttachment {
2024
- AttachTime?: Date;
2025
- AttachmentId?: string;
2026
- DeleteOnTermination?: boolean;
2027
- DeviceIndex?: number;
2028
- NetworkCardIndex?: number;
2029
- InstanceId?: string;
2030
- InstanceOwnerId?: string;
2031
- Status?: AttachmentStatus;
2032
- EnaSrdSpecification?: AttachmentEnaSrdSpecification;
2033
- }
2034
- export interface ConnectionTrackingConfiguration {
2035
- TcpEstablishedTimeout?: number;
2036
- UdpStreamTimeout?: number;
2037
- UdpTimeout?: number;
2038
- }
2039
- export interface GroupIdentifier {
2040
- GroupName?: string;
2041
- GroupId?: string;
2042
- }
2043
- export declare const NetworkInterfaceType: {
2044
- readonly api_gateway_managed: "api_gateway_managed";
2045
- readonly aws_codestar_connections_managed: "aws_codestar_connections_managed";
2046
- readonly branch: "branch";
2047
- readonly efa: "efa";
2048
- readonly gateway_load_balancer: "gateway_load_balancer";
2049
- readonly gateway_load_balancer_endpoint: "gateway_load_balancer_endpoint";
2050
- readonly global_accelerator_managed: "global_accelerator_managed";
2051
- readonly interface: "interface";
2052
- readonly iot_rules_managed: "iot_rules_managed";
2053
- readonly lambda: "lambda";
2054
- readonly load_balancer: "load_balancer";
2055
- readonly natGateway: "natGateway";
2056
- readonly network_load_balancer: "network_load_balancer";
2057
- readonly quicksight: "quicksight";
2058
- readonly transit_gateway: "transit_gateway";
2059
- readonly trunk: "trunk";
2060
- readonly vpc_endpoint: "vpc_endpoint";
2061
- };
2062
- export type NetworkInterfaceType =
2063
- (typeof NetworkInterfaceType)[keyof typeof NetworkInterfaceType];
2064
2056
  export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
2065
2057
  export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
2066
2058
  obj: RequestLaunchTemplateData
@@ -1,5 +1,6 @@
1
1
  import {
2
2
  ApplianceModeSupportValue,
3
+ AttachmentStatus,
3
4
  CurrencyCodeValues,
4
5
  DeviceTrustProviderType,
5
6
  DnsSupportValue,
@@ -27,33 +28,72 @@ import {
27
28
  VpcPeeringConnection,
28
29
  } from "./models_0";
29
30
  import {
31
+ AttachmentEnaSrdUdpSpecification,
30
32
  CarrierGateway,
31
33
  ClientVpnEndpointStatus,
32
34
  ClientVpnRouteStatus,
33
35
  CoipCidr,
34
36
  CoipPool,
35
- ConnectionTrackingConfiguration,
36
37
  Ec2InstanceConnectEndpoint,
37
38
  GatewayType,
38
- GroupIdentifier,
39
39
  Ipam,
40
+ IpamExternalResourceVerificationToken,
40
41
  IpamPool,
41
42
  IpamResourceDiscovery,
42
43
  IpamScope,
43
44
  LaunchTemplate,
44
45
  LocalGatewayRoute,
45
- LocalGatewayRouteTable,
46
- LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
47
- LocalGatewayRouteTableVpcAssociation,
48
- ManagedPrefixList,
49
46
  NetworkInterfaceAssociation,
50
- NetworkInterfaceAttachment,
51
- NetworkInterfaceType,
52
47
  Subnet,
53
48
  Tenancy,
54
49
  VolumeType,
55
50
  Vpc,
56
51
  } from "./models_1";
52
+ export interface AttachmentEnaSrdSpecification {
53
+ EnaSrdEnabled?: boolean;
54
+ EnaSrdUdpSpecification?: AttachmentEnaSrdUdpSpecification;
55
+ }
56
+ export interface NetworkInterfaceAttachment {
57
+ AttachTime?: Date;
58
+ AttachmentId?: string;
59
+ DeleteOnTermination?: boolean;
60
+ DeviceIndex?: number;
61
+ NetworkCardIndex?: number;
62
+ InstanceId?: string;
63
+ InstanceOwnerId?: string;
64
+ Status?: AttachmentStatus;
65
+ EnaSrdSpecification?: AttachmentEnaSrdSpecification;
66
+ }
67
+ export interface ConnectionTrackingConfiguration {
68
+ TcpEstablishedTimeout?: number;
69
+ UdpStreamTimeout?: number;
70
+ UdpTimeout?: number;
71
+ }
72
+ export interface GroupIdentifier {
73
+ GroupName?: string;
74
+ GroupId?: string;
75
+ }
76
+ export declare const NetworkInterfaceType: {
77
+ readonly api_gateway_managed: "api_gateway_managed";
78
+ readonly aws_codestar_connections_managed: "aws_codestar_connections_managed";
79
+ readonly branch: "branch";
80
+ readonly efa: "efa";
81
+ readonly gateway_load_balancer: "gateway_load_balancer";
82
+ readonly gateway_load_balancer_endpoint: "gateway_load_balancer_endpoint";
83
+ readonly global_accelerator_managed: "global_accelerator_managed";
84
+ readonly interface: "interface";
85
+ readonly iot_rules_managed: "iot_rules_managed";
86
+ readonly lambda: "lambda";
87
+ readonly load_balancer: "load_balancer";
88
+ readonly natGateway: "natGateway";
89
+ readonly network_load_balancer: "network_load_balancer";
90
+ readonly quicksight: "quicksight";
91
+ readonly transit_gateway: "transit_gateway";
92
+ readonly trunk: "trunk";
93
+ readonly vpc_endpoint: "vpc_endpoint";
94
+ };
95
+ export type NetworkInterfaceType =
96
+ (typeof NetworkInterfaceType)[keyof typeof NetworkInterfaceType];
57
97
  export interface NetworkInterfaceIpv6Address {
58
98
  Ipv6Address?: string;
59
99
  IsPrimaryIpv6?: boolean;
@@ -189,6 +229,7 @@ export interface CreatePlacementGroupResult {
189
229
  export interface CreatePublicIpv4PoolRequest {
190
230
  DryRun?: boolean;
191
231
  TagSpecifications?: TagSpecification[];
232
+ NetworkBorderGroup?: string;
192
233
  }
193
234
  export interface CreatePublicIpv4PoolResult {
194
235
  PoolId?: string;
@@ -1840,6 +1881,13 @@ export interface DeleteIpamRequest {
1840
1881
  export interface DeleteIpamResult {
1841
1882
  Ipam?: Ipam;
1842
1883
  }
1884
+ export interface DeleteIpamExternalResourceVerificationTokenRequest {
1885
+ DryRun?: boolean;
1886
+ IpamExternalResourceVerificationTokenId: string | undefined;
1887
+ }
1888
+ export interface DeleteIpamExternalResourceVerificationTokenResult {
1889
+ IpamExternalResourceVerificationToken?: IpamExternalResourceVerificationToken;
1890
+ }
1843
1891
  export interface DeleteIpamPoolRequest {
1844
1892
  DryRun?: boolean;
1845
1893
  IpamPoolId: string | undefined;
@@ -1927,30 +1975,6 @@ export interface DeleteLocalGatewayRouteTableRequest {
1927
1975
  LocalGatewayRouteTableId: string | undefined;
1928
1976
  DryRun?: boolean;
1929
1977
  }
1930
- export interface DeleteLocalGatewayRouteTableResult {
1931
- LocalGatewayRouteTable?: LocalGatewayRouteTable;
1932
- }
1933
- export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
1934
- LocalGatewayRouteTableVirtualInterfaceGroupAssociationId: string | undefined;
1935
- DryRun?: boolean;
1936
- }
1937
- export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
1938
- LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
1939
- }
1940
- export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
1941
- LocalGatewayRouteTableVpcAssociationId: string | undefined;
1942
- DryRun?: boolean;
1943
- }
1944
- export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
1945
- LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation;
1946
- }
1947
- export interface DeleteManagedPrefixListRequest {
1948
- DryRun?: boolean;
1949
- PrefixListId: string | undefined;
1950
- }
1951
- export interface DeleteManagedPrefixListResult {
1952
- PrefixList?: ManagedPrefixList;
1953
- }
1954
1978
  export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
1955
1979
  obj: CreateVerifiedAccessTrustProviderOidcOptions
1956
1980
  ) => any;
@@ -53,10 +53,13 @@ import {
53
53
  FleetOnDemandAllocationStrategy,
54
54
  FleetReplacementStrategy,
55
55
  FleetType,
56
- GroupIdentifier,
57
56
  InstanceLifecycle,
58
57
  LaunchTemplateAndOverridesResponse,
58
+ LocalGatewayRouteTable,
59
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
60
+ LocalGatewayRouteTableVpcAssociation,
59
61
  LogDestinationType,
62
+ ManagedPrefixList,
60
63
  PlatformValues,
61
64
  SpotAllocationStrategy,
62
65
  SpotInstanceInterruptionBehavior,
@@ -67,6 +70,7 @@ import {
67
70
  } from "./models_1";
68
71
  import {
69
72
  FleetStateCode,
73
+ GroupIdentifier,
70
74
  SubnetCidrReservation,
71
75
  TransitGateway,
72
76
  TransitGatewayConnect,
@@ -80,6 +84,30 @@ import {
80
84
  VerifiedAccessEndpoint,
81
85
  VerifiedAccessGroup,
82
86
  } from "./models_2";
87
+ export interface DeleteLocalGatewayRouteTableResult {
88
+ LocalGatewayRouteTable?: LocalGatewayRouteTable;
89
+ }
90
+ export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
91
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationId: string | undefined;
92
+ DryRun?: boolean;
93
+ }
94
+ export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
95
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
96
+ }
97
+ export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
98
+ LocalGatewayRouteTableVpcAssociationId: string | undefined;
99
+ DryRun?: boolean;
100
+ }
101
+ export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
102
+ LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation;
103
+ }
104
+ export interface DeleteManagedPrefixListRequest {
105
+ DryRun?: boolean;
106
+ PrefixListId: string | undefined;
107
+ }
108
+ export interface DeleteManagedPrefixListResult {
109
+ PrefixList?: ManagedPrefixList;
110
+ }
83
111
  export interface DeleteNatGatewayRequest {
84
112
  DryRun?: boolean;
85
113
  NatGatewayId: string | undefined;
@@ -144,6 +172,7 @@ export interface DeletePlacementGroupRequest {
144
172
  export interface DeletePublicIpv4PoolRequest {
145
173
  DryRun?: boolean;
146
174
  PoolId: string | undefined;
175
+ NetworkBorderGroup?: string;
147
176
  }
148
177
  export interface DeletePublicIpv4PoolResult {
149
178
  ReturnValue?: boolean;
@@ -1737,59 +1766,6 @@ export interface Image {
1737
1766
  DeregistrationProtection?: string;
1738
1767
  LastLaunchedTime?: string;
1739
1768
  }
1740
- export interface DescribeImagesResult {
1741
- Images?: Image[];
1742
- NextToken?: string;
1743
- }
1744
- export interface DescribeImportImageTasksRequest {
1745
- DryRun?: boolean;
1746
- Filters?: Filter[];
1747
- ImportTaskIds?: string[];
1748
- MaxResults?: number;
1749
- NextToken?: string;
1750
- }
1751
- export interface ImportImageLicenseConfigurationResponse {
1752
- LicenseConfigurationArn?: string;
1753
- }
1754
- export interface UserBucketDetails {
1755
- S3Bucket?: string;
1756
- S3Key?: string;
1757
- }
1758
- export interface SnapshotDetail {
1759
- Description?: string;
1760
- DeviceName?: string;
1761
- DiskImageSize?: number;
1762
- Format?: string;
1763
- Progress?: string;
1764
- SnapshotId?: string;
1765
- Status?: string;
1766
- StatusMessage?: string;
1767
- Url?: string;
1768
- UserBucket?: UserBucketDetails;
1769
- }
1770
- export interface ImportImageTask {
1771
- Architecture?: string;
1772
- Description?: string;
1773
- Encrypted?: boolean;
1774
- Hypervisor?: string;
1775
- ImageId?: string;
1776
- ImportTaskId?: string;
1777
- KmsKeyId?: string;
1778
- LicenseType?: string;
1779
- Platform?: string;
1780
- Progress?: string;
1781
- SnapshotDetails?: SnapshotDetail[];
1782
- Status?: string;
1783
- StatusMessage?: string;
1784
- Tags?: Tag[];
1785
- LicenseSpecifications?: ImportImageLicenseConfigurationResponse[];
1786
- UsageOperation?: string;
1787
- BootMode?: BootModeValues;
1788
- }
1789
- export interface DescribeImportImageTasksResult {
1790
- ImportImageTasks?: ImportImageTask[];
1791
- NextToken?: string;
1792
- }
1793
1769
  export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1794
1770
  obj: DeleteVerifiedAccessTrustProviderResult
1795
1771
  ) => any;
@@ -1814,12 +1790,3 @@ export declare const ConversionTaskFilterSensitiveLog: (
1814
1790
  export declare const DescribeConversionTasksResultFilterSensitiveLog: (
1815
1791
  obj: DescribeConversionTasksResult
1816
1792
  ) => any;
1817
- export declare const SnapshotDetailFilterSensitiveLog: (
1818
- obj: SnapshotDetail
1819
- ) => any;
1820
- export declare const ImportImageTaskFilterSensitiveLog: (
1821
- obj: ImportImageTask
1822
- ) => any;
1823
- export declare const DescribeImportImageTasksResultFilterSensitiveLog: (
1824
- obj: DescribeImportImageTasksResult
1825
- ) => any;