@aws-sdk/client-ec2 3.1048.0 → 3.1049.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 (171) hide show
  1. package/README.md +14 -0
  2. package/dist-cjs/index.js +33 -0
  3. package/dist-cjs/schemas/schemas_0.js +96 -58
  4. package/dist-es/EC2.js +6 -0
  5. package/dist-es/commands/DescribeIpamPoolAllocationsCommand.js +16 -0
  6. package/dist-es/commands/ModifyIpamPoolAllocationCommand.js +16 -0
  7. package/dist-es/commands/index.js +2 -0
  8. package/dist-es/models/enums.js +1 -0
  9. package/dist-es/pagination/DescribeIpamPoolAllocationsPaginator.js +4 -0
  10. package/dist-es/pagination/index.js +1 -0
  11. package/dist-es/schemas/schemas_0.js +49 -11
  12. package/dist-types/EC2.d.ts +22 -0
  13. package/dist-types/EC2Client.d.ts +4 -2
  14. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  15. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  16. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  17. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +17 -0
  18. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  19. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  20. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  21. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  22. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  23. package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.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/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  68. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  69. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeIpamPoolAllocationsCommand.d.ts +110 -0
  112. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  114. package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -1
  115. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -3
  116. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +5 -0
  117. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  118. package/dist-types/commands/GetCapacityManagerMonitoredTagKeysCommand.d.ts +2 -1
  119. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -2
  120. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +6 -0
  121. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  122. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  123. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  124. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  125. package/dist-types/commands/ModifyIpamPoolAllocationCommand.d.ts +92 -0
  126. package/dist-types/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +2 -1
  127. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  128. package/dist-types/commands/ModifyRouteServerCommand.d.ts +1 -2
  129. package/dist-types/commands/ModifyVolumeCommand.d.ts +5 -0
  130. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  131. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  132. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  133. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  134. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  135. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  136. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  137. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  138. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  139. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  140. package/dist-types/commands/index.d.ts +2 -0
  141. package/dist-types/models/enums.d.ts +1 -0
  142. package/dist-types/models/models_0.d.ts +12 -0
  143. package/dist-types/models/models_4.d.ts +51 -74
  144. package/dist-types/models/models_5.d.ts +77 -46
  145. package/dist-types/models/models_6.d.ts +82 -93
  146. package/dist-types/models/models_7.d.ts +90 -2
  147. package/dist-types/pagination/DescribeIpamPoolAllocationsPaginator.d.ts +7 -0
  148. package/dist-types/pagination/index.d.ts +1 -0
  149. package/dist-types/schemas/schemas_0.d.ts +6 -0
  150. package/dist-types/ts3.4/EC2.d.ts +42 -0
  151. package/dist-types/ts3.4/EC2Client.d.ts +12 -0
  152. package/dist-types/ts3.4/commands/DescribeIpamPoolAllocationsCommand.d.ts +53 -0
  153. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +2 -4
  154. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -2
  155. package/dist-types/ts3.4/commands/GetCapacityManagerMonitoredTagKeysCommand.d.ts +2 -4
  156. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +4 -2
  157. package/dist-types/ts3.4/commands/ModifyIpamPoolAllocationCommand.d.ts +53 -0
  158. package/dist-types/ts3.4/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +2 -4
  159. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +4 -2
  161. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  162. package/dist-types/ts3.4/models/enums.d.ts +1 -0
  163. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  164. package/dist-types/ts3.4/models/models_4.d.ts +12 -11
  165. package/dist-types/ts3.4/models/models_5.d.ts +12 -10
  166. package/dist-types/ts3.4/models/models_6.d.ts +22 -21
  167. package/dist-types/ts3.4/models/models_7.d.ts +20 -0
  168. package/dist-types/ts3.4/pagination/DescribeIpamPoolAllocationsPaginator.d.ts +11 -0
  169. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  170. package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
  171. package/package.json +4 -4
package/dist-es/EC2.js CHANGED
@@ -339,6 +339,7 @@ import { DescribeInternetGatewaysCommand, } from "./commands/DescribeInternetGat
339
339
  import { DescribeIpamByoasnCommand, } from "./commands/DescribeIpamByoasnCommand";
340
340
  import { DescribeIpamExternalResourceVerificationTokensCommand, } from "./commands/DescribeIpamExternalResourceVerificationTokensCommand";
341
341
  import { DescribeIpamPoliciesCommand, } from "./commands/DescribeIpamPoliciesCommand";
342
+ import { DescribeIpamPoolAllocationsCommand, } from "./commands/DescribeIpamPoolAllocationsCommand";
342
343
  import { DescribeIpamPoolsCommand, } from "./commands/DescribeIpamPoolsCommand";
343
344
  import { DescribeIpamPrefixListResolversCommand, } from "./commands/DescribeIpamPrefixListResolversCommand";
344
345
  import { DescribeIpamPrefixListResolverTargetsCommand, } from "./commands/DescribeIpamPrefixListResolverTargetsCommand";
@@ -631,6 +632,7 @@ import { ModifyInstanceNetworkPerformanceOptionsCommand, } from "./commands/Modi
631
632
  import { ModifyInstancePlacementCommand, } from "./commands/ModifyInstancePlacementCommand";
632
633
  import { ModifyIpamCommand, } from "./commands/ModifyIpamCommand";
633
634
  import { ModifyIpamPolicyAllocationRulesCommand, } from "./commands/ModifyIpamPolicyAllocationRulesCommand";
635
+ import { ModifyIpamPoolAllocationCommand, } from "./commands/ModifyIpamPoolAllocationCommand";
634
636
  import { ModifyIpamPoolCommand, } from "./commands/ModifyIpamPoolCommand";
635
637
  import { ModifyIpamPrefixListResolverCommand, } from "./commands/ModifyIpamPrefixListResolverCommand";
636
638
  import { ModifyIpamPrefixListResolverTargetCommand, } from "./commands/ModifyIpamPrefixListResolverTargetCommand";
@@ -812,6 +814,7 @@ import { paginateDescribeInstanceTopology } from "./pagination/DescribeInstanceT
812
814
  import { paginateDescribeInstanceTypeOfferings } from "./pagination/DescribeInstanceTypeOfferingsPaginator";
813
815
  import { paginateDescribeInstanceTypes } from "./pagination/DescribeInstanceTypesPaginator";
814
816
  import { paginateDescribeInternetGateways } from "./pagination/DescribeInternetGatewaysPaginator";
817
+ import { paginateDescribeIpamPoolAllocations } from "./pagination/DescribeIpamPoolAllocationsPaginator";
815
818
  import { paginateDescribeIpamPools } from "./pagination/DescribeIpamPoolsPaginator";
816
819
  import { paginateDescribeIpamPrefixListResolvers } from "./pagination/DescribeIpamPrefixListResolversPaginator";
817
820
  import { paginateDescribeIpamPrefixListResolverTargets, } from "./pagination/DescribeIpamPrefixListResolverTargetsPaginator";
@@ -1315,6 +1318,7 @@ const commands = {
1315
1318
  DescribeIpamByoasnCommand,
1316
1319
  DescribeIpamExternalResourceVerificationTokensCommand,
1317
1320
  DescribeIpamPoliciesCommand,
1321
+ DescribeIpamPoolAllocationsCommand,
1318
1322
  DescribeIpamPoolsCommand,
1319
1323
  DescribeIpamPrefixListResolversCommand,
1320
1324
  DescribeIpamPrefixListResolverTargetsCommand,
@@ -1608,6 +1612,7 @@ const commands = {
1608
1612
  ModifyIpamCommand,
1609
1613
  ModifyIpamPolicyAllocationRulesCommand,
1610
1614
  ModifyIpamPoolCommand,
1615
+ ModifyIpamPoolAllocationCommand,
1611
1616
  ModifyIpamPrefixListResolverCommand,
1612
1617
  ModifyIpamPrefixListResolverTargetCommand,
1613
1618
  ModifyIpamResourceCidrCommand,
@@ -1789,6 +1794,7 @@ const paginators = {
1789
1794
  paginateDescribeInstanceTypeOfferings,
1790
1795
  paginateDescribeInstanceTypes,
1791
1796
  paginateDescribeInternetGateways,
1797
+ paginateDescribeIpamPoolAllocations,
1792
1798
  paginateDescribeIpamPools,
1793
1799
  paginateDescribeIpamPrefixListResolvers,
1794
1800
  paginateDescribeIpamPrefixListResolverTargets,
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DescribeIpamPoolAllocations$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DescribeIpamPoolAllocationsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "DescribeIpamPoolAllocations", {})
13
+ .n("EC2Client", "DescribeIpamPoolAllocationsCommand")
14
+ .sc(DescribeIpamPoolAllocations$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ModifyIpamPoolAllocation$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ModifyIpamPoolAllocationCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "ModifyIpamPoolAllocation", {})
13
+ .n("EC2Client", "ModifyIpamPoolAllocationCommand")
14
+ .sc(ModifyIpamPoolAllocation$)
15
+ .build() {
16
+ }
@@ -338,6 +338,7 @@ export * from "./DescribeInternetGatewaysCommand";
338
338
  export * from "./DescribeIpamByoasnCommand";
339
339
  export * from "./DescribeIpamExternalResourceVerificationTokensCommand";
340
340
  export * from "./DescribeIpamPoliciesCommand";
341
+ export * from "./DescribeIpamPoolAllocationsCommand";
341
342
  export * from "./DescribeIpamPoolsCommand";
342
343
  export * from "./DescribeIpamPrefixListResolverTargetsCommand";
343
344
  export * from "./DescribeIpamPrefixListResolversCommand";
@@ -630,6 +631,7 @@ export * from "./ModifyInstanceNetworkPerformanceOptionsCommand";
630
631
  export * from "./ModifyInstancePlacementCommand";
631
632
  export * from "./ModifyIpamCommand";
632
633
  export * from "./ModifyIpamPolicyAllocationRulesCommand";
634
+ export * from "./ModifyIpamPoolAllocationCommand";
633
635
  export * from "./ModifyIpamPoolCommand";
634
636
  export * from "./ModifyIpamPrefixListResolverCommand";
635
637
  export * from "./ModifyIpamPrefixListResolverTargetCommand";
@@ -64,6 +64,7 @@ export const ResourceType = {
64
64
  ipam_external_resource_verification_token: "ipam-external-resource-verification-token",
65
65
  ipam_policy: "ipam-policy",
66
66
  ipam_pool: "ipam-pool",
67
+ ipam_pool_allocation: "ipam-pool-allocation",
67
68
  ipam_prefix_list_resolver: "ipam-prefix-list-resolver",
68
69
  ipam_prefix_list_resolver_target: "ipam-prefix-list-resolver-target",
69
70
  ipam_resource_discovery: "ipam-resource-discovery",
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { DescribeIpamPoolAllocationsCommand, } from "../commands/DescribeIpamPoolAllocationsCommand";
3
+ import { EC2Client } from "../EC2Client";
4
+ export const paginateDescribeIpamPoolAllocations = createPaginator(EC2Client, DescribeIpamPoolAllocationsCommand, "NextToken", "NextToken", "MaxResults");
@@ -48,6 +48,7 @@ export * from "./DescribeInstanceTopologyPaginator";
48
48
  export * from "./DescribeInstanceTypeOfferingsPaginator";
49
49
  export * from "./DescribeInstanceTypesPaginator";
50
50
  export * from "./DescribeInternetGatewaysPaginator";
51
+ export * from "./DescribeIpamPoolAllocationsPaginator";
51
52
  export * from "./DescribeIpamPoolsPaginator";
52
53
  export * from "./DescribeIpamPrefixListResolversPaginator";
53
54
  export * from "./DescribeIpamPrefixListResolverTargetsPaginator";
@@ -1527,6 +1527,9 @@ const _DIOAA = "DisableIpamOrganizationAdminAccount";
1527
1527
  const _DIOAAR = "DisableIpamOrganizationAdminAccountRequest";
1528
1528
  const _DIOAARi = "DisableIpamOrganizationAdminAccountResult";
1529
1529
  const _DIP = "DeleteIpamPolicy";
1530
+ const _DIPA = "DescribeIpamPoolAllocations";
1531
+ const _DIPAR = "DescribeIpamPoolAllocationsRequest";
1532
+ const _DIPARe = "DescribeIpamPoolAllocationsResult";
1530
1533
  const _DIPC = "DeprovisionIpamPoolCidr";
1531
1534
  const _DIPCR = "DeprovisionIpamPoolCidrRequest";
1532
1535
  const _DIPCRe = "DeprovisionIpamPoolCidrResult";
@@ -3229,7 +3232,8 @@ const _IP = "InstancePort";
3229
3232
  const _IPA = "IpamPoolAllocation";
3230
3233
  const _IPAAC = "IpamPoolAllocationAllowedCidrs";
3231
3234
  const _IPADC = "IpamPoolAllocationDisallowedCidrs";
3232
- const _IPAI = "IpamPoolAllocationId";
3235
+ const _IPAI = "IpamPoolAllocationIds";
3236
+ const _IPAIp = "IpamPoolAllocationId";
3233
3237
  const _IPAR = "IpamPolicyAllocationRule";
3234
3238
  const _IPARL = "IpamPolicyAllocationRuleList";
3235
3239
  const _IPARLR = "IpamPolicyAllocationRuleListRequest";
@@ -3889,9 +3893,12 @@ const _MINPO = "ModifyInstanceNetworkPerformanceOptions";
3889
3893
  const _MINPR = "ModifyInstanceNetworkPerformanceRequest";
3890
3894
  const _MINPRo = "ModifyInstanceNetworkPerformanceResult";
3891
3895
  const _MIP = "ModifyInstancePlacement";
3892
- const _MIPAR = "ModifyIpamPolicyAllocationRules";
3896
+ const _MIPA = "ModifyIpamPoolAllocation";
3897
+ const _MIPAR = "ModifyIpamPoolAllocationRequest";
3893
3898
  const _MIPARR = "ModifyIpamPolicyAllocationRulesRequest";
3894
3899
  const _MIPARRo = "ModifyIpamPolicyAllocationRulesResult";
3900
+ const _MIPARo = "ModifyIpamPoolAllocationResult";
3901
+ const _MIPARod = "ModifyIpamPolicyAllocationRules";
3895
3902
  const _MIPLR = "ModifyIpamPrefixListResolver";
3896
3903
  const _MIPLRR = "ModifyIpamPrefixListResolverRequest";
3897
3904
  const _MIPLRRo = "ModifyIpamPrefixListResolverResult";
@@ -8493,8 +8500,8 @@ export var AllocateHostsResult$ = [3, n0, _AHRl,
8493
8500
  ];
8494
8501
  export var AllocateIpamPoolCidrRequest$ = [3, n0, _AIPCR,
8495
8502
  0,
8496
- [_IPI, _DR, _Ci, _NL, _CT, _De, _PNC, _ACl, _DC],
8497
- [0, 2, 0, 1, [0, 4], 0, 2, [() => IpamPoolAllocationAllowedCidrs, { [_xN]: _ACll }], [() => IpamPoolAllocationDisallowedCidrs, { [_xN]: _DCi }]], 1
8503
+ [_IPI, _DR, _Ci, _NL, _CT, _De, _PNC, _ACl, _DC, _TS],
8504
+ [0, 2, 0, 1, [0, 4], 0, 2, [() => IpamPoolAllocationAllowedCidrs, { [_xN]: _ACll }], [() => IpamPoolAllocationDisallowedCidrs, { [_xN]: _DCi }], [() => TagSpecificationList, { [_xN]: _TSa }]], 1
8498
8505
  ];
8499
8506
  export var AllocateIpamPoolCidrResult$ = [3, n0, _AIPCRl,
8500
8507
  0,
@@ -13569,6 +13576,18 @@ export var DescribeIpamPoliciesResult$ = [3, n0, _DIPResc,
13569
13576
  [_xN]: _nTe }], [() => IpamPolicySet, { [_eQN]: `IpamPolicySet`,
13570
13577
  [_xN]: _iPS }]]
13571
13578
  ];
13579
+ export var DescribeIpamPoolAllocationsRequest$ = [3, n0, _DIPAR,
13580
+ 0,
13581
+ [_DR, _IPAI, _Fi, _MR, _NTe],
13582
+ [2, [() => ValueStringList, { [_xN]: _IPAIp }], [() => FilterList, { [_xN]: _Fil }], 1, 0]
13583
+ ];
13584
+ export var DescribeIpamPoolAllocationsResult$ = [3, n0, _DIPARe,
13585
+ 0,
13586
+ [_IPAp, _NTe],
13587
+ [[() => IpamPoolAllocationSet, { [_eQN]: `IpamPoolAllocationSet`,
13588
+ [_xN]: _iPAS }], [0, { [_eQN]: `NextToken`,
13589
+ [_xN]: _nTe }]]
13590
+ ];
13572
13591
  export var DescribeIpamPoolsRequest$ = [3, n0, _DIPRescr,
13573
13592
  0,
13574
13593
  [_DR, _Fi, _MR, _NTe, _IPIpam],
@@ -17055,7 +17074,7 @@ export var GetIpamPolicyOrganizationTargetsResult$ = [3, n0, _GIPOTRe,
17055
17074
  ];
17056
17075
  export var GetIpamPoolAllocationsRequest$ = [3, n0, _GIPAR,
17057
17076
  0,
17058
- [_IPI, _DR, _IPAI, _Fi, _MR, _NTe],
17077
+ [_IPI, _DR, _IPAIp, _Fi, _MR, _NTe],
17059
17078
  [0, 2, 0, [() => FilterList, { [_xN]: _Fil }], 1, 0], 1
17060
17079
  ];
17061
17080
  export var GetIpamPoolAllocationsResult$ = [3, n0, _GIPARe,
@@ -18950,7 +18969,7 @@ export var IpamPool$ = [3, n0, _IPpam,
18950
18969
  ];
18951
18970
  export var IpamPoolAllocation$ = [3, n0, _IPA,
18952
18971
  0,
18953
- [_Ci, _IPAI, _De, _RIeso, _RTe, _RR, _ROe],
18972
+ [_Ci, _IPAIp, _De, _RIeso, _RTe, _RR, _ROe, _T],
18954
18973
  [[0, { [_eQN]: `Cidr`,
18955
18974
  [_xN]: _ci }], [0, { [_eQN]: `IpamPoolAllocationId`,
18956
18975
  [_xN]: _iPAI }], [0, { [_eQN]: `Description`,
@@ -18958,7 +18977,8 @@ export var IpamPoolAllocation$ = [3, n0, _IPA,
18958
18977
  [_xN]: _rIes }], [0, { [_eQN]: `ResourceType`,
18959
18978
  [_xN]: _rTe }], [0, { [_eQN]: `ResourceRegion`,
18960
18979
  [_xN]: _rR }], [0, { [_eQN]: `ResourceOwner`,
18961
- [_xN]: _rO }]]
18980
+ [_xN]: _rO }], [() => TagList, { [_eQN]: `TagSet`,
18981
+ [_xN]: _tS }]]
18962
18982
  ];
18963
18983
  export var IpamPoolCidr$ = [3, n0, _IPCpa,
18964
18984
  0,
@@ -20317,6 +20337,17 @@ export var ModifyIpamPolicyAllocationRulesResult$ = [3, n0, _MIPARRo,
20317
20337
  [[() => IpamPolicyDocument$, { [_eQN]: `IpamPolicyDocument`,
20318
20338
  [_xN]: _iPD }]]
20319
20339
  ];
20340
+ export var ModifyIpamPoolAllocationRequest$ = [3, n0, _MIPAR,
20341
+ 0,
20342
+ [_IPAIp, _DR, _De],
20343
+ [0, 2, 0], 1
20344
+ ];
20345
+ export var ModifyIpamPoolAllocationResult$ = [3, n0, _MIPARo,
20346
+ 0,
20347
+ [_IPA],
20348
+ [[() => IpamPoolAllocation$, { [_eQN]: `IpamPoolAllocation`,
20349
+ [_xN]: _iPA }]]
20350
+ ];
20320
20351
  export var ModifyIpamPoolRequest$ = [3, n0, _MIPRod,
20321
20352
  0,
20322
20353
  [_IPI, _DR, _De, _AIu, _AMNL, _AMNLl, _ADNL, _CADNL, _AART, _RART],
@@ -22177,7 +22208,7 @@ export var ReleaseHostsResult$ = [3, n0, _RHRe,
22177
22208
  ];
22178
22209
  export var ReleaseIpamPoolAllocationRequest$ = [3, n0, _RIPAR,
22179
22210
  0,
22180
- [_IPI, _Ci, _IPAI, _DR],
22211
+ [_IPI, _Ci, _IPAIp, _DR],
22181
22212
  [0, 0, 0, 2], 3
22182
22213
  ];
22183
22214
  export var ReleaseIpamPoolAllocationResult$ = [3, n0, _RIPARe,
@@ -25221,7 +25252,7 @@ export var VolumeDetail$ = [3, n0, _VDo,
25221
25252
  ];
25222
25253
  export var VolumeModification$ = [3, n0, _VMo,
25223
25254
  0,
25224
- [_VIo, _MSod, _SMt, _TSarg, _TIar, _TVT, _TTar, _TMAE, _OSr, _OIr, _OVT, _OTri, _OMAE, _Pro, _ST, _ETnd],
25255
+ [_VIo, _MSod, _SMt, _TSarg, _TIar, _TVT, _TTar, _TMAE, _OSr, _OIr, _OVT, _OTri, _OMAE, _Pro, _ST, _ETnd, _Op],
25225
25256
  [[0, { [_eQN]: `VolumeId`,
25226
25257
  [_xN]: _vIo }], [0, { [_eQN]: `ModificationState`,
25227
25258
  [_xN]: _mSod }], [0, { [_eQN]: `StatusMessage`,
@@ -25238,7 +25269,8 @@ export var VolumeModification$ = [3, n0, _VMo,
25238
25269
  [_xN]: _oMAE }], [1, { [_eQN]: `Progress`,
25239
25270
  [_xN]: _pro }], [4, { [_eQN]: `StartTime`,
25240
25271
  [_xN]: _sT }], [4, { [_eQN]: `EndTime`,
25241
- [_xN]: _eTn }]]
25272
+ [_xN]: _eTn }], [() => OperatorResponse$, { [_eQN]: `Operator`,
25273
+ [_xN]: _ope }]]
25242
25274
  ];
25243
25275
  export var VolumeRecycleBinInfo$ = [3, n0, _VRBI,
25244
25276
  0,
@@ -29549,6 +29581,9 @@ export var DescribeIpamExternalResourceVerificationTokens$ = [9, n0, _DIERVTe,
29549
29581
  export var DescribeIpamPolicies$ = [9, n0, _DIPes,
29550
29582
  0, () => DescribeIpamPoliciesRequest$, () => DescribeIpamPoliciesResult$
29551
29583
  ];
29584
+ export var DescribeIpamPoolAllocations$ = [9, n0, _DIPA,
29585
+ 0, () => DescribeIpamPoolAllocationsRequest$, () => DescribeIpamPoolAllocationsResult$
29586
+ ];
29552
29587
  export var DescribeIpamPools$ = [9, n0, _DIPesc,
29553
29588
  0, () => DescribeIpamPoolsRequest$, () => DescribeIpamPoolsResult$
29554
29589
  ];
@@ -30422,12 +30457,15 @@ export var ModifyInstancePlacement$ = [9, n0, _MIP,
30422
30457
  export var ModifyIpam$ = [9, n0, _MIo,
30423
30458
  0, () => ModifyIpamRequest$, () => ModifyIpamResult$
30424
30459
  ];
30425
- export var ModifyIpamPolicyAllocationRules$ = [9, n0, _MIPAR,
30460
+ export var ModifyIpamPolicyAllocationRules$ = [9, n0, _MIPARod,
30426
30461
  0, () => ModifyIpamPolicyAllocationRulesRequest$, () => ModifyIpamPolicyAllocationRulesResult$
30427
30462
  ];
30428
30463
  export var ModifyIpamPool$ = [9, n0, _MIPo,
30429
30464
  0, () => ModifyIpamPoolRequest$, () => ModifyIpamPoolResult$
30430
30465
  ];
30466
+ export var ModifyIpamPoolAllocation$ = [9, n0, _MIPA,
30467
+ 0, () => ModifyIpamPoolAllocationRequest$, () => ModifyIpamPoolAllocationResult$
30468
+ ];
30431
30469
  export var ModifyIpamPrefixListResolver$ = [9, n0, _MIPLR,
30432
30470
  0, () => ModifyIpamPrefixListResolverRequest$, () => ModifyIpamPrefixListResolverResult$
30433
30471
  ];
@@ -340,6 +340,7 @@ import { type DescribeInternetGatewaysCommandInput, type DescribeInternetGateway
340
340
  import { type DescribeIpamByoasnCommandInput, type DescribeIpamByoasnCommandOutput } from "./commands/DescribeIpamByoasnCommand";
341
341
  import { type DescribeIpamExternalResourceVerificationTokensCommandInput, type DescribeIpamExternalResourceVerificationTokensCommandOutput } from "./commands/DescribeIpamExternalResourceVerificationTokensCommand";
342
342
  import { type DescribeIpamPoliciesCommandInput, type DescribeIpamPoliciesCommandOutput } from "./commands/DescribeIpamPoliciesCommand";
343
+ import { type DescribeIpamPoolAllocationsCommandInput, type DescribeIpamPoolAllocationsCommandOutput } from "./commands/DescribeIpamPoolAllocationsCommand";
343
344
  import { type DescribeIpamPoolsCommandInput, type DescribeIpamPoolsCommandOutput } from "./commands/DescribeIpamPoolsCommand";
344
345
  import { type DescribeIpamPrefixListResolversCommandInput, type DescribeIpamPrefixListResolversCommandOutput } from "./commands/DescribeIpamPrefixListResolversCommand";
345
346
  import { type DescribeIpamPrefixListResolverTargetsCommandInput, type DescribeIpamPrefixListResolverTargetsCommandOutput } from "./commands/DescribeIpamPrefixListResolverTargetsCommand";
@@ -632,6 +633,7 @@ import { type ModifyInstanceNetworkPerformanceOptionsCommandInput, type ModifyIn
632
633
  import { type ModifyInstancePlacementCommandInput, type ModifyInstancePlacementCommandOutput } from "./commands/ModifyInstancePlacementCommand";
633
634
  import { type ModifyIpamCommandInput, type ModifyIpamCommandOutput } from "./commands/ModifyIpamCommand";
634
635
  import { type ModifyIpamPolicyAllocationRulesCommandInput, type ModifyIpamPolicyAllocationRulesCommandOutput } from "./commands/ModifyIpamPolicyAllocationRulesCommand";
636
+ import { type ModifyIpamPoolAllocationCommandInput, type ModifyIpamPoolAllocationCommandOutput } from "./commands/ModifyIpamPoolAllocationCommand";
635
637
  import { type ModifyIpamPoolCommandInput, type ModifyIpamPoolCommandOutput } from "./commands/ModifyIpamPoolCommand";
636
638
  import { type ModifyIpamPrefixListResolverCommandInput, type ModifyIpamPrefixListResolverCommandOutput } from "./commands/ModifyIpamPrefixListResolverCommand";
637
639
  import { type ModifyIpamPrefixListResolverTargetCommandInput, type ModifyIpamPrefixListResolverTargetCommandOutput } from "./commands/ModifyIpamPrefixListResolverTargetCommand";
@@ -2892,6 +2894,13 @@ export interface EC2 {
2892
2894
  describeIpamPolicies(args: DescribeIpamPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIpamPoliciesCommandOutput>;
2893
2895
  describeIpamPolicies(args: DescribeIpamPoliciesCommandInput, cb: (err: any, data?: DescribeIpamPoliciesCommandOutput) => void): void;
2894
2896
  describeIpamPolicies(args: DescribeIpamPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIpamPoliciesCommandOutput) => void): void;
2897
+ /**
2898
+ * @see {@link DescribeIpamPoolAllocationsCommand}
2899
+ */
2900
+ describeIpamPoolAllocations(): Promise<DescribeIpamPoolAllocationsCommandOutput>;
2901
+ describeIpamPoolAllocations(args: DescribeIpamPoolAllocationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIpamPoolAllocationsCommandOutput>;
2902
+ describeIpamPoolAllocations(args: DescribeIpamPoolAllocationsCommandInput, cb: (err: any, data?: DescribeIpamPoolAllocationsCommandOutput) => void): void;
2903
+ describeIpamPoolAllocations(args: DescribeIpamPoolAllocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIpamPoolAllocationsCommandOutput) => void): void;
2895
2904
  /**
2896
2905
  * @see {@link DescribeIpamPoolsCommand}
2897
2906
  */
@@ -4786,6 +4795,12 @@ export interface EC2 {
4786
4795
  modifyIpamPool(args: ModifyIpamPoolCommandInput, options?: __HttpHandlerOptions): Promise<ModifyIpamPoolCommandOutput>;
4787
4796
  modifyIpamPool(args: ModifyIpamPoolCommandInput, cb: (err: any, data?: ModifyIpamPoolCommandOutput) => void): void;
4788
4797
  modifyIpamPool(args: ModifyIpamPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyIpamPoolCommandOutput) => void): void;
4798
+ /**
4799
+ * @see {@link ModifyIpamPoolAllocationCommand}
4800
+ */
4801
+ modifyIpamPoolAllocation(args: ModifyIpamPoolAllocationCommandInput, options?: __HttpHandlerOptions): Promise<ModifyIpamPoolAllocationCommandOutput>;
4802
+ modifyIpamPoolAllocation(args: ModifyIpamPoolAllocationCommandInput, cb: (err: any, data?: ModifyIpamPoolAllocationCommandOutput) => void): void;
4803
+ modifyIpamPoolAllocation(args: ModifyIpamPoolAllocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyIpamPoolAllocationCommandOutput) => void): void;
4789
4804
  /**
4790
4805
  * @see {@link ModifyIpamPrefixListResolverCommand}
4791
4806
  */
@@ -5919,6 +5934,13 @@ export interface EC2 {
5919
5934
  * @returns AsyncIterable of {@link DescribeInternetGatewaysCommandOutput}.
5920
5935
  */
5921
5936
  paginateDescribeInternetGateways(args?: DescribeInternetGatewaysCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeInternetGatewaysCommandOutput>;
5937
+ /**
5938
+ * @see {@link DescribeIpamPoolAllocationsCommand}
5939
+ * @param args - command input.
5940
+ * @param paginationConfig - optional pagination config.
5941
+ * @returns AsyncIterable of {@link DescribeIpamPoolAllocationsCommandOutput}.
5942
+ */
5943
+ paginateDescribeIpamPoolAllocations(args?: DescribeIpamPoolAllocationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeIpamPoolAllocationsCommandOutput>;
5922
5944
  /**
5923
5945
  * @see {@link DescribeIpamPoolsCommand}
5924
5946
  * @param args - command input.