@aws-sdk/client-ec2 3.614.0 → 3.620.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 (183) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +751 -447
  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 -1
  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 +17 -7
  20. package/dist-es/models/models_7.js +11 -1
  21. package/dist-es/protocols/Aws_ec2.js +231 -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 +1 -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/DescribeImagesCommand.d.ts +2 -1
  105. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +94 -0
  107. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  108. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +9 -2
  109. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -3
  110. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +0 -3
  113. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  114. package/dist-types/commands/GetConsoleOutputCommand.d.ts +0 -7
  115. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +2 -1
  116. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  117. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  118. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
  119. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  120. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  121. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  122. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  123. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  124. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  125. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  126. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -3
  127. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -0
  128. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  129. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  130. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  131. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  132. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  133. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  134. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  135. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  136. package/dist-types/commands/index.d.ts +3 -0
  137. package/dist-types/models/models_0.d.ts +1 -1
  138. package/dist-types/models/models_1.d.ts +328 -167
  139. package/dist-types/models/models_2.d.ts +174 -95
  140. package/dist-types/models/models_3.d.ts +95 -258
  141. package/dist-types/models/models_4.d.ts +400 -602
  142. package/dist-types/models/models_5.d.ts +576 -200
  143. package/dist-types/models/models_6.d.ts +205 -195
  144. package/dist-types/models/models_7.d.ts +218 -4
  145. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  146. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  147. package/dist-types/runtimeConfig.d.ts +1 -1
  148. package/dist-types/runtimeConfig.native.d.ts +1 -1
  149. package/dist-types/ts3.4/EC2.d.ts +70 -0
  150. package/dist-types/ts3.4/EC2Client.d.ts +20 -2
  151. package/dist-types/ts3.4/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  152. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  153. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -4
  154. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +2 -4
  158. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +42 -0
  160. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -4
  161. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +2 -4
  163. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
  166. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
  167. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +4 -2
  170. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  171. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  172. package/dist-types/ts3.4/models/models_1.d.ts +37 -45
  173. package/dist-types/ts3.4/models/models_2.d.ts +55 -32
  174. package/dist-types/ts3.4/models/models_3.d.ts +29 -63
  175. package/dist-types/ts3.4/models/models_4.d.ts +77 -101
  176. package/dist-types/ts3.4/models/models_5.d.ts +105 -60
  177. package/dist-types/ts3.4/models/models_6.d.ts +61 -50
  178. package/dist-types/ts3.4/models/models_7.d.ts +58 -7
  179. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  180. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  181. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  182. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  183. package/package.json +19 -19
@@ -76,6 +76,7 @@ import { CreateInstanceEventWindowCommandInput, CreateInstanceEventWindowCommand
76
76
  import { CreateInstanceExportTaskCommandInput, CreateInstanceExportTaskCommandOutput } from "../commands/CreateInstanceExportTaskCommand";
77
77
  import { CreateInternetGatewayCommandInput, CreateInternetGatewayCommandOutput } from "../commands/CreateInternetGatewayCommand";
78
78
  import { CreateIpamCommandInput, CreateIpamCommandOutput } from "../commands/CreateIpamCommand";
79
+ import { CreateIpamExternalResourceVerificationTokenCommandInput, CreateIpamExternalResourceVerificationTokenCommandOutput } from "../commands/CreateIpamExternalResourceVerificationTokenCommand";
79
80
  import { CreateIpamPoolCommandInput, CreateIpamPoolCommandOutput } from "../commands/CreateIpamPoolCommand";
80
81
  import { CreateIpamResourceDiscoveryCommandInput, CreateIpamResourceDiscoveryCommandOutput } from "../commands/CreateIpamResourceDiscoveryCommand";
81
82
  import { CreateIpamScopeCommandInput, CreateIpamScopeCommandOutput } from "../commands/CreateIpamScopeCommand";
@@ -152,6 +153,7 @@ import { DeleteInstanceConnectEndpointCommandInput, DeleteInstanceConnectEndpoin
152
153
  import { DeleteInstanceEventWindowCommandInput, DeleteInstanceEventWindowCommandOutput } from "../commands/DeleteInstanceEventWindowCommand";
153
154
  import { DeleteInternetGatewayCommandInput, DeleteInternetGatewayCommandOutput } from "../commands/DeleteInternetGatewayCommand";
154
155
  import { DeleteIpamCommandInput, DeleteIpamCommandOutput } from "../commands/DeleteIpamCommand";
156
+ import { DeleteIpamExternalResourceVerificationTokenCommandInput, DeleteIpamExternalResourceVerificationTokenCommandOutput } from "../commands/DeleteIpamExternalResourceVerificationTokenCommand";
155
157
  import { DeleteIpamPoolCommandInput, DeleteIpamPoolCommandOutput } from "../commands/DeleteIpamPoolCommand";
156
158
  import { DeleteIpamResourceDiscoveryCommandInput, DeleteIpamResourceDiscoveryCommandOutput } from "../commands/DeleteIpamResourceDiscoveryCommand";
157
159
  import { DeleteIpamScopeCommandInput, DeleteIpamScopeCommandOutput } from "../commands/DeleteIpamScopeCommand";
@@ -276,6 +278,7 @@ import { DescribeInstanceTypeOfferingsCommandInput, DescribeInstanceTypeOffering
276
278
  import { DescribeInstanceTypesCommandInput, DescribeInstanceTypesCommandOutput } from "../commands/DescribeInstanceTypesCommand";
277
279
  import { DescribeInternetGatewaysCommandInput, DescribeInternetGatewaysCommandOutput } from "../commands/DescribeInternetGatewaysCommand";
278
280
  import { DescribeIpamByoasnCommandInput, DescribeIpamByoasnCommandOutput } from "../commands/DescribeIpamByoasnCommand";
281
+ import { DescribeIpamExternalResourceVerificationTokensCommandInput, DescribeIpamExternalResourceVerificationTokensCommandOutput } from "../commands/DescribeIpamExternalResourceVerificationTokensCommand";
279
282
  import { DescribeIpamPoolsCommandInput, DescribeIpamPoolsCommandOutput } from "../commands/DescribeIpamPoolsCommand";
280
283
  import { DescribeIpamResourceDiscoveriesCommandInput, DescribeIpamResourceDiscoveriesCommandOutput } from "../commands/DescribeIpamResourceDiscoveriesCommand";
281
284
  import { DescribeIpamResourceDiscoveryAssociationsCommandInput, DescribeIpamResourceDiscoveryAssociationsCommandOutput } from "../commands/DescribeIpamResourceDiscoveryAssociationsCommand";
@@ -926,6 +929,10 @@ export declare const se_CreateInternetGatewayCommand: (input: CreateInternetGate
926
929
  * serializeAws_ec2CreateIpamCommand
927
930
  */
928
931
  export declare const se_CreateIpamCommand: (input: CreateIpamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
932
+ /**
933
+ * serializeAws_ec2CreateIpamExternalResourceVerificationTokenCommand
934
+ */
935
+ export declare const se_CreateIpamExternalResourceVerificationTokenCommand: (input: CreateIpamExternalResourceVerificationTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
929
936
  /**
930
937
  * serializeAws_ec2CreateIpamPoolCommand
931
938
  */
@@ -1230,6 +1237,10 @@ export declare const se_DeleteInternetGatewayCommand: (input: DeleteInternetGate
1230
1237
  * serializeAws_ec2DeleteIpamCommand
1231
1238
  */
1232
1239
  export declare const se_DeleteIpamCommand: (input: DeleteIpamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1240
+ /**
1241
+ * serializeAws_ec2DeleteIpamExternalResourceVerificationTokenCommand
1242
+ */
1243
+ export declare const se_DeleteIpamExternalResourceVerificationTokenCommand: (input: DeleteIpamExternalResourceVerificationTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1233
1244
  /**
1234
1245
  * serializeAws_ec2DeleteIpamPoolCommand
1235
1246
  */
@@ -1726,6 +1737,10 @@ export declare const se_DescribeInternetGatewaysCommand: (input: DescribeInterne
1726
1737
  * serializeAws_ec2DescribeIpamByoasnCommand
1727
1738
  */
1728
1739
  export declare const se_DescribeIpamByoasnCommand: (input: DescribeIpamByoasnCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1740
+ /**
1741
+ * serializeAws_ec2DescribeIpamExternalResourceVerificationTokensCommand
1742
+ */
1743
+ export declare const se_DescribeIpamExternalResourceVerificationTokensCommand: (input: DescribeIpamExternalResourceVerificationTokensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1729
1744
  /**
1730
1745
  * serializeAws_ec2DescribeIpamPoolsCommand
1731
1746
  */
@@ -3414,6 +3429,10 @@ export declare const de_CreateInternetGatewayCommand: (output: __HttpResponse, c
3414
3429
  * deserializeAws_ec2CreateIpamCommand
3415
3430
  */
3416
3431
  export declare const de_CreateIpamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIpamCommandOutput>;
3432
+ /**
3433
+ * deserializeAws_ec2CreateIpamExternalResourceVerificationTokenCommand
3434
+ */
3435
+ export declare const de_CreateIpamExternalResourceVerificationTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIpamExternalResourceVerificationTokenCommandOutput>;
3417
3436
  /**
3418
3437
  * deserializeAws_ec2CreateIpamPoolCommand
3419
3438
  */
@@ -3718,6 +3737,10 @@ export declare const de_DeleteInternetGatewayCommand: (output: __HttpResponse, c
3718
3737
  * deserializeAws_ec2DeleteIpamCommand
3719
3738
  */
3720
3739
  export declare const de_DeleteIpamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIpamCommandOutput>;
3740
+ /**
3741
+ * deserializeAws_ec2DeleteIpamExternalResourceVerificationTokenCommand
3742
+ */
3743
+ export declare const de_DeleteIpamExternalResourceVerificationTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIpamExternalResourceVerificationTokenCommandOutput>;
3721
3744
  /**
3722
3745
  * deserializeAws_ec2DeleteIpamPoolCommand
3723
3746
  */
@@ -4214,6 +4237,10 @@ export declare const de_DescribeInternetGatewaysCommand: (output: __HttpResponse
4214
4237
  * deserializeAws_ec2DescribeIpamByoasnCommand
4215
4238
  */
4216
4239
  export declare const de_DescribeIpamByoasnCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpamByoasnCommandOutput>;
4240
+ /**
4241
+ * deserializeAws_ec2DescribeIpamExternalResourceVerificationTokensCommand
4242
+ */
4243
+ export declare const de_DescribeIpamExternalResourceVerificationTokensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpamExternalResourceVerificationTokensCommandOutput>;
4217
4244
  /**
4218
4245
  * deserializeAws_ec2DescribeIpamPoolsCommand
4219
4246
  */
@@ -32,8 +32,8 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
32
32
  logger?: import("@smithy/types").Logger | undefined;
33
33
  }) => import("@smithy/types").EndpointV2;
34
34
  tls?: boolean | undefined;
35
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
36
35
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
36
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
37
37
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
38
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EC2HttpAuthSchemeProvider;
39
39
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -32,8 +32,8 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
32
32
  logger?: import("@smithy/types").Logger | undefined;
33
33
  }) => import("@smithy/types").EndpointV2;
34
34
  tls?: boolean | undefined;
35
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
36
35
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
36
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
37
37
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
38
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EC2HttpAuthSchemeProvider;
39
39
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -31,8 +31,8 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
31
31
  logger?: import("@smithy/types").Logger | undefined;
32
32
  }) => import("@smithy/types").EndpointV2;
33
33
  tls?: boolean | undefined;
34
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
35
34
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
35
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
36
36
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
37
37
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EC2HttpAuthSchemeProvider;
38
38
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -303,6 +303,10 @@ import {
303
303
  CreateIpamCommandInput,
304
304
  CreateIpamCommandOutput,
305
305
  } from "./commands/CreateIpamCommand";
306
+ import {
307
+ CreateIpamExternalResourceVerificationTokenCommandInput,
308
+ CreateIpamExternalResourceVerificationTokenCommandOutput,
309
+ } from "./commands/CreateIpamExternalResourceVerificationTokenCommand";
306
310
  import {
307
311
  CreateIpamPoolCommandInput,
308
312
  CreateIpamPoolCommandOutput,
@@ -607,6 +611,10 @@ import {
607
611
  DeleteIpamCommandInput,
608
612
  DeleteIpamCommandOutput,
609
613
  } from "./commands/DeleteIpamCommand";
614
+ import {
615
+ DeleteIpamExternalResourceVerificationTokenCommandInput,
616
+ DeleteIpamExternalResourceVerificationTokenCommandOutput,
617
+ } from "./commands/DeleteIpamExternalResourceVerificationTokenCommand";
610
618
  import {
611
619
  DeleteIpamPoolCommandInput,
612
620
  DeleteIpamPoolCommandOutput,
@@ -1103,6 +1111,10 @@ import {
1103
1111
  DescribeIpamByoasnCommandInput,
1104
1112
  DescribeIpamByoasnCommandOutput,
1105
1113
  } from "./commands/DescribeIpamByoasnCommand";
1114
+ import {
1115
+ DescribeIpamExternalResourceVerificationTokensCommandInput,
1116
+ DescribeIpamExternalResourceVerificationTokensCommandOutput,
1117
+ } from "./commands/DescribeIpamExternalResourceVerificationTokensCommand";
1106
1118
  import {
1107
1119
  DescribeIpamPoolsCommandInput,
1108
1120
  DescribeIpamPoolsCommandOutput,
@@ -3546,6 +3558,25 @@ export interface EC2 {
3546
3558
  options: __HttpHandlerOptions,
3547
3559
  cb: (err: any, data?: CreateIpamCommandOutput) => void
3548
3560
  ): void;
3561
+ createIpamExternalResourceVerificationToken(
3562
+ args: CreateIpamExternalResourceVerificationTokenCommandInput,
3563
+ options?: __HttpHandlerOptions
3564
+ ): Promise<CreateIpamExternalResourceVerificationTokenCommandOutput>;
3565
+ createIpamExternalResourceVerificationToken(
3566
+ args: CreateIpamExternalResourceVerificationTokenCommandInput,
3567
+ cb: (
3568
+ err: any,
3569
+ data?: CreateIpamExternalResourceVerificationTokenCommandOutput
3570
+ ) => void
3571
+ ): void;
3572
+ createIpamExternalResourceVerificationToken(
3573
+ args: CreateIpamExternalResourceVerificationTokenCommandInput,
3574
+ options: __HttpHandlerOptions,
3575
+ cb: (
3576
+ err: any,
3577
+ data?: CreateIpamExternalResourceVerificationTokenCommandOutput
3578
+ ) => void
3579
+ ): void;
3549
3580
  createIpamPool(
3550
3581
  args: CreateIpamPoolCommandInput,
3551
3582
  options?: __HttpHandlerOptions
@@ -4603,6 +4634,25 @@ export interface EC2 {
4603
4634
  options: __HttpHandlerOptions,
4604
4635
  cb: (err: any, data?: DeleteIpamCommandOutput) => void
4605
4636
  ): void;
4637
+ deleteIpamExternalResourceVerificationToken(
4638
+ args: DeleteIpamExternalResourceVerificationTokenCommandInput,
4639
+ options?: __HttpHandlerOptions
4640
+ ): Promise<DeleteIpamExternalResourceVerificationTokenCommandOutput>;
4641
+ deleteIpamExternalResourceVerificationToken(
4642
+ args: DeleteIpamExternalResourceVerificationTokenCommandInput,
4643
+ cb: (
4644
+ err: any,
4645
+ data?: DeleteIpamExternalResourceVerificationTokenCommandOutput
4646
+ ) => void
4647
+ ): void;
4648
+ deleteIpamExternalResourceVerificationToken(
4649
+ args: DeleteIpamExternalResourceVerificationTokenCommandInput,
4650
+ options: __HttpHandlerOptions,
4651
+ cb: (
4652
+ err: any,
4653
+ data?: DeleteIpamExternalResourceVerificationTokenCommandOutput
4654
+ ) => void
4655
+ ): void;
4606
4656
  deleteIpamPool(
4607
4657
  args: DeleteIpamPoolCommandInput,
4608
4658
  options?: __HttpHandlerOptions
@@ -6392,6 +6442,26 @@ export interface EC2 {
6392
6442
  options: __HttpHandlerOptions,
6393
6443
  cb: (err: any, data?: DescribeIpamByoasnCommandOutput) => void
6394
6444
  ): void;
6445
+ describeIpamExternalResourceVerificationTokens(): Promise<DescribeIpamExternalResourceVerificationTokensCommandOutput>;
6446
+ describeIpamExternalResourceVerificationTokens(
6447
+ args: DescribeIpamExternalResourceVerificationTokensCommandInput,
6448
+ options?: __HttpHandlerOptions
6449
+ ): Promise<DescribeIpamExternalResourceVerificationTokensCommandOutput>;
6450
+ describeIpamExternalResourceVerificationTokens(
6451
+ args: DescribeIpamExternalResourceVerificationTokensCommandInput,
6452
+ cb: (
6453
+ err: any,
6454
+ data?: DescribeIpamExternalResourceVerificationTokensCommandOutput
6455
+ ) => void
6456
+ ): void;
6457
+ describeIpamExternalResourceVerificationTokens(
6458
+ args: DescribeIpamExternalResourceVerificationTokensCommandInput,
6459
+ options: __HttpHandlerOptions,
6460
+ cb: (
6461
+ err: any,
6462
+ data?: DescribeIpamExternalResourceVerificationTokensCommandOutput
6463
+ ) => void
6464
+ ): void;
6395
6465
  describeIpamPools(): Promise<DescribeIpamPoolsCommandOutput>;
6396
6466
  describeIpamPools(
6397
6467
  args: DescribeIpamPoolsCommandInput,
@@ -349,6 +349,10 @@ import {
349
349
  CreateIpamCommandInput,
350
350
  CreateIpamCommandOutput,
351
351
  } from "./commands/CreateIpamCommand";
352
+ import {
353
+ CreateIpamExternalResourceVerificationTokenCommandInput,
354
+ CreateIpamExternalResourceVerificationTokenCommandOutput,
355
+ } from "./commands/CreateIpamExternalResourceVerificationTokenCommand";
352
356
  import {
353
357
  CreateIpamPoolCommandInput,
354
358
  CreateIpamPoolCommandOutput,
@@ -653,6 +657,10 @@ import {
653
657
  DeleteIpamCommandInput,
654
658
  DeleteIpamCommandOutput,
655
659
  } from "./commands/DeleteIpamCommand";
660
+ import {
661
+ DeleteIpamExternalResourceVerificationTokenCommandInput,
662
+ DeleteIpamExternalResourceVerificationTokenCommandOutput,
663
+ } from "./commands/DeleteIpamExternalResourceVerificationTokenCommand";
656
664
  import {
657
665
  DeleteIpamPoolCommandInput,
658
666
  DeleteIpamPoolCommandOutput,
@@ -1149,6 +1157,10 @@ import {
1149
1157
  DescribeIpamByoasnCommandInput,
1150
1158
  DescribeIpamByoasnCommandOutput,
1151
1159
  } from "./commands/DescribeIpamByoasnCommand";
1160
+ import {
1161
+ DescribeIpamExternalResourceVerificationTokensCommandInput,
1162
+ DescribeIpamExternalResourceVerificationTokensCommandOutput,
1163
+ } from "./commands/DescribeIpamExternalResourceVerificationTokensCommand";
1152
1164
  import {
1153
1165
  DescribeIpamPoolsCommandInput,
1154
1166
  DescribeIpamPoolsCommandOutput,
@@ -2617,6 +2629,7 @@ export type ServiceInputTypes =
2617
2629
  | CreateInstanceExportTaskCommandInput
2618
2630
  | CreateInternetGatewayCommandInput
2619
2631
  | CreateIpamCommandInput
2632
+ | CreateIpamExternalResourceVerificationTokenCommandInput
2620
2633
  | CreateIpamPoolCommandInput
2621
2634
  | CreateIpamResourceDiscoveryCommandInput
2622
2635
  | CreateIpamScopeCommandInput
@@ -2693,6 +2706,7 @@ export type ServiceInputTypes =
2693
2706
  | DeleteInstanceEventWindowCommandInput
2694
2707
  | DeleteInternetGatewayCommandInput
2695
2708
  | DeleteIpamCommandInput
2709
+ | DeleteIpamExternalResourceVerificationTokenCommandInput
2696
2710
  | DeleteIpamPoolCommandInput
2697
2711
  | DeleteIpamResourceDiscoveryCommandInput
2698
2712
  | DeleteIpamScopeCommandInput
@@ -2817,6 +2831,7 @@ export type ServiceInputTypes =
2817
2831
  | DescribeInstancesCommandInput
2818
2832
  | DescribeInternetGatewaysCommandInput
2819
2833
  | DescribeIpamByoasnCommandInput
2834
+ | DescribeIpamExternalResourceVerificationTokensCommandInput
2820
2835
  | DescribeIpamPoolsCommandInput
2821
2836
  | DescribeIpamResourceDiscoveriesCommandInput
2822
2837
  | DescribeIpamResourceDiscoveryAssociationsCommandInput
@@ -3240,6 +3255,7 @@ export type ServiceOutputTypes =
3240
3255
  | CreateInstanceExportTaskCommandOutput
3241
3256
  | CreateInternetGatewayCommandOutput
3242
3257
  | CreateIpamCommandOutput
3258
+ | CreateIpamExternalResourceVerificationTokenCommandOutput
3243
3259
  | CreateIpamPoolCommandOutput
3244
3260
  | CreateIpamResourceDiscoveryCommandOutput
3245
3261
  | CreateIpamScopeCommandOutput
@@ -3316,6 +3332,7 @@ export type ServiceOutputTypes =
3316
3332
  | DeleteInstanceEventWindowCommandOutput
3317
3333
  | DeleteInternetGatewayCommandOutput
3318
3334
  | DeleteIpamCommandOutput
3335
+ | DeleteIpamExternalResourceVerificationTokenCommandOutput
3319
3336
  | DeleteIpamPoolCommandOutput
3320
3337
  | DeleteIpamResourceDiscoveryCommandOutput
3321
3338
  | DeleteIpamScopeCommandOutput
@@ -3440,6 +3457,7 @@ export type ServiceOutputTypes =
3440
3457
  | DescribeInstancesCommandOutput
3441
3458
  | DescribeInternetGatewaysCommandOutput
3442
3459
  | DescribeIpamByoasnCommandOutput
3460
+ | DescribeIpamExternalResourceVerificationTokensCommandOutput
3443
3461
  | DescribeIpamPoolsCommandOutput
3444
3462
  | DescribeIpamResourceDiscoveriesCommandOutput
3445
3463
  | DescribeIpamResourceDiscoveryAssociationsCommandOutput
@@ -3817,9 +3835,9 @@ export type EC2ClientConfigType = Partial<
3817
3835
  ClientDefaults &
3818
3836
  RegionInputConfig &
3819
3837
  EndpointInputConfig<EndpointParameters> &
3820
- RetryInputConfig &
3821
3838
  HostHeaderInputConfig &
3822
3839
  UserAgentInputConfig &
3840
+ RetryInputConfig &
3823
3841
  HttpAuthSchemeInputConfig &
3824
3842
  ClientInputEndpointParameters;
3825
3843
  export interface EC2ClientConfig extends EC2ClientConfigType {}
@@ -3829,9 +3847,9 @@ export type EC2ClientResolvedConfigType =
3829
3847
  RuntimeExtensionsConfig &
3830
3848
  RegionResolvedConfig &
3831
3849
  EndpointResolvedConfig<EndpointParameters> &
3832
- RetryResolvedConfig &
3833
3850
  HostHeaderResolvedConfig &
3834
3851
  UserAgentResolvedConfig &
3852
+ RetryResolvedConfig &
3835
3853
  HttpAuthSchemeResolvedConfig &
3836
3854
  ClientResolvedEndpointParameters;
3837
3855
  export interface EC2ClientResolvedConfig extends EC2ClientResolvedConfigType {}
@@ -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
+ CreateIpamExternalResourceVerificationTokenRequest,
10
+ CreateIpamExternalResourceVerificationTokenResult,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateIpamExternalResourceVerificationTokenCommandInput
15
+ extends CreateIpamExternalResourceVerificationTokenRequest {}
16
+ export interface CreateIpamExternalResourceVerificationTokenCommandOutput
17
+ extends CreateIpamExternalResourceVerificationTokenResult,
18
+ __MetadataBearer {}
19
+ declare const CreateIpamExternalResourceVerificationTokenCommand_base: {
20
+ new (
21
+ input: CreateIpamExternalResourceVerificationTokenCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateIpamExternalResourceVerificationTokenCommandInput,
24
+ CreateIpamExternalResourceVerificationTokenCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateIpamExternalResourceVerificationTokenCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateIpamExternalResourceVerificationTokenCommandInput,
33
+ CreateIpamExternalResourceVerificationTokenCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateIpamExternalResourceVerificationTokenCommand extends CreateIpamExternalResourceVerificationTokenCommand_base {}
@@ -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
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ProvisionByoipCidrRequest } from "../models/models_6";
9
- import { ProvisionByoipCidrResult } from "../models/models_7";
8
+ import {
9
+ ProvisionByoipCidrRequest,
10
+ ProvisionByoipCidrResult,
11
+ } from "../models/models_7";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface ProvisionByoipCidrCommandInput