@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
@@ -830,6 +830,8 @@ export declare var DescribeIpamExternalResourceVerificationTokensRequest$: Stati
830
830
  export declare var DescribeIpamExternalResourceVerificationTokensResult$: StaticStructureSchema;
831
831
  export declare var DescribeIpamPoliciesRequest$: StaticStructureSchema;
832
832
  export declare var DescribeIpamPoliciesResult$: StaticStructureSchema;
833
+ export declare var DescribeIpamPoolAllocationsRequest$: StaticStructureSchema;
834
+ export declare var DescribeIpamPoolAllocationsResult$: StaticStructureSchema;
833
835
  export declare var DescribeIpamPoolsRequest$: StaticStructureSchema;
834
836
  export declare var DescribeIpamPoolsResult$: StaticStructureSchema;
835
837
  export declare var DescribeIpamPrefixListResolversRequest$: StaticStructureSchema;
@@ -1742,6 +1744,8 @@ export declare var ModifyInstancePlacementRequest$: StaticStructureSchema;
1742
1744
  export declare var ModifyInstancePlacementResult$: StaticStructureSchema;
1743
1745
  export declare var ModifyIpamPolicyAllocationRulesRequest$: StaticStructureSchema;
1744
1746
  export declare var ModifyIpamPolicyAllocationRulesResult$: StaticStructureSchema;
1747
+ export declare var ModifyIpamPoolAllocationRequest$: StaticStructureSchema;
1748
+ export declare var ModifyIpamPoolAllocationResult$: StaticStructureSchema;
1745
1749
  export declare var ModifyIpamPoolRequest$: StaticStructureSchema;
1746
1750
  export declare var ModifyIpamPoolResult$: StaticStructureSchema;
1747
1751
  export declare var ModifyIpamPrefixListResolverRequest$: StaticStructureSchema;
@@ -2725,6 +2729,7 @@ export declare var DescribeInternetGateways$: StaticOperationSchema;
2725
2729
  export declare var DescribeIpamByoasn$: StaticOperationSchema;
2726
2730
  export declare var DescribeIpamExternalResourceVerificationTokens$: StaticOperationSchema;
2727
2731
  export declare var DescribeIpamPolicies$: StaticOperationSchema;
2732
+ export declare var DescribeIpamPoolAllocations$: StaticOperationSchema;
2728
2733
  export declare var DescribeIpamPools$: StaticOperationSchema;
2729
2734
  export declare var DescribeIpamPrefixListResolvers$: StaticOperationSchema;
2730
2735
  export declare var DescribeIpamPrefixListResolverTargets$: StaticOperationSchema;
@@ -3018,6 +3023,7 @@ export declare var ModifyInstancePlacement$: StaticOperationSchema;
3018
3023
  export declare var ModifyIpam$: StaticOperationSchema;
3019
3024
  export declare var ModifyIpamPolicyAllocationRules$: StaticOperationSchema;
3020
3025
  export declare var ModifyIpamPool$: StaticOperationSchema;
3026
+ export declare var ModifyIpamPoolAllocation$: StaticOperationSchema;
3021
3027
  export declare var ModifyIpamPrefixListResolver$: StaticOperationSchema;
3022
3028
  export declare var ModifyIpamPrefixListResolverTarget$: StaticOperationSchema;
3023
3029
  export declare var ModifyIpamResourceCidr$: StaticOperationSchema;
@@ -1365,6 +1365,10 @@ import {
1365
1365
  DescribeIpamPoliciesCommandInput,
1366
1366
  DescribeIpamPoliciesCommandOutput,
1367
1367
  } from "./commands/DescribeIpamPoliciesCommand";
1368
+ import {
1369
+ DescribeIpamPoolAllocationsCommandInput,
1370
+ DescribeIpamPoolAllocationsCommandOutput,
1371
+ } from "./commands/DescribeIpamPoolAllocationsCommand";
1368
1372
  import {
1369
1373
  DescribeIpamPoolsCommandInput,
1370
1374
  DescribeIpamPoolsCommandOutput,
@@ -2533,6 +2537,10 @@ import {
2533
2537
  ModifyIpamPolicyAllocationRulesCommandInput,
2534
2538
  ModifyIpamPolicyAllocationRulesCommandOutput,
2535
2539
  } from "./commands/ModifyIpamPolicyAllocationRulesCommand";
2540
+ import {
2541
+ ModifyIpamPoolAllocationCommandInput,
2542
+ ModifyIpamPoolAllocationCommandOutput,
2543
+ } from "./commands/ModifyIpamPoolAllocationCommand";
2536
2544
  import {
2537
2545
  ModifyIpamPoolCommandInput,
2538
2546
  ModifyIpamPoolCommandOutput,
@@ -7992,6 +8000,20 @@ export interface EC2 {
7992
8000
  options: __HttpHandlerOptions,
7993
8001
  cb: (err: any, data?: DescribeIpamPoliciesCommandOutput) => void
7994
8002
  ): void;
8003
+ describeIpamPoolAllocations(): Promise<DescribeIpamPoolAllocationsCommandOutput>;
8004
+ describeIpamPoolAllocations(
8005
+ args: DescribeIpamPoolAllocationsCommandInput,
8006
+ options?: __HttpHandlerOptions
8007
+ ): Promise<DescribeIpamPoolAllocationsCommandOutput>;
8008
+ describeIpamPoolAllocations(
8009
+ args: DescribeIpamPoolAllocationsCommandInput,
8010
+ cb: (err: any, data?: DescribeIpamPoolAllocationsCommandOutput) => void
8011
+ ): void;
8012
+ describeIpamPoolAllocations(
8013
+ args: DescribeIpamPoolAllocationsCommandInput,
8014
+ options: __HttpHandlerOptions,
8015
+ cb: (err: any, data?: DescribeIpamPoolAllocationsCommandOutput) => void
8016
+ ): void;
7995
8017
  describeIpamPools(): Promise<DescribeIpamPoolsCommandOutput>;
7996
8018
  describeIpamPools(
7997
8019
  args: DescribeIpamPoolsCommandInput,
@@ -12423,6 +12445,19 @@ export interface EC2 {
12423
12445
  options: __HttpHandlerOptions,
12424
12446
  cb: (err: any, data?: ModifyIpamPoolCommandOutput) => void
12425
12447
  ): void;
12448
+ modifyIpamPoolAllocation(
12449
+ args: ModifyIpamPoolAllocationCommandInput,
12450
+ options?: __HttpHandlerOptions
12451
+ ): Promise<ModifyIpamPoolAllocationCommandOutput>;
12452
+ modifyIpamPoolAllocation(
12453
+ args: ModifyIpamPoolAllocationCommandInput,
12454
+ cb: (err: any, data?: ModifyIpamPoolAllocationCommandOutput) => void
12455
+ ): void;
12456
+ modifyIpamPoolAllocation(
12457
+ args: ModifyIpamPoolAllocationCommandInput,
12458
+ options: __HttpHandlerOptions,
12459
+ cb: (err: any, data?: ModifyIpamPoolAllocationCommandOutput) => void
12460
+ ): void;
12426
12461
  modifyIpamPrefixListResolver(
12427
12462
  args: ModifyIpamPrefixListResolverCommandInput,
12428
12463
  options?: __HttpHandlerOptions
@@ -14670,6 +14705,13 @@ export interface EC2 {
14670
14705
  Exclude<keyof PaginationConfiguration, "client">
14671
14706
  >
14672
14707
  ): Paginator<DescribeInternetGatewaysCommandOutput>;
14708
+ paginateDescribeIpamPoolAllocations(
14709
+ args?: DescribeIpamPoolAllocationsCommandInput,
14710
+ paginationConfig?: Pick<
14711
+ PaginationConfiguration,
14712
+ Exclude<keyof PaginationConfiguration, "client">
14713
+ >
14714
+ ): Paginator<DescribeIpamPoolAllocationsCommandOutput>;
14673
14715
  paginateDescribeIpamPools(
14674
14716
  args?: DescribeIpamPoolsCommandInput,
14675
14717
  paginationConfig?: Pick<
@@ -1396,6 +1396,10 @@ import {
1396
1396
  DescribeIpamPoliciesCommandInput,
1397
1397
  DescribeIpamPoliciesCommandOutput,
1398
1398
  } from "./commands/DescribeIpamPoliciesCommand";
1399
+ import {
1400
+ DescribeIpamPoolAllocationsCommandInput,
1401
+ DescribeIpamPoolAllocationsCommandOutput,
1402
+ } from "./commands/DescribeIpamPoolAllocationsCommand";
1399
1403
  import {
1400
1404
  DescribeIpamPoolsCommandInput,
1401
1405
  DescribeIpamPoolsCommandOutput,
@@ -2564,6 +2568,10 @@ import {
2564
2568
  ModifyIpamPolicyAllocationRulesCommandInput,
2565
2569
  ModifyIpamPolicyAllocationRulesCommandOutput,
2566
2570
  } from "./commands/ModifyIpamPolicyAllocationRulesCommand";
2571
+ import {
2572
+ ModifyIpamPoolAllocationCommandInput,
2573
+ ModifyIpamPoolAllocationCommandOutput,
2574
+ } from "./commands/ModifyIpamPoolAllocationCommand";
2567
2575
  import {
2568
2576
  ModifyIpamPoolCommandInput,
2569
2577
  ModifyIpamPoolCommandOutput,
@@ -3436,6 +3444,7 @@ export type ServiceInputTypes =
3436
3444
  | DescribeIpamByoasnCommandInput
3437
3445
  | DescribeIpamExternalResourceVerificationTokensCommandInput
3438
3446
  | DescribeIpamPoliciesCommandInput
3447
+ | DescribeIpamPoolAllocationsCommandInput
3439
3448
  | DescribeIpamPoolsCommandInput
3440
3449
  | DescribeIpamPrefixListResolverTargetsCommandInput
3441
3450
  | DescribeIpamPrefixListResolversCommandInput
@@ -3728,6 +3737,7 @@ export type ServiceInputTypes =
3728
3737
  | ModifyInstancePlacementCommandInput
3729
3738
  | ModifyIpamCommandInput
3730
3739
  | ModifyIpamPolicyAllocationRulesCommandInput
3740
+ | ModifyIpamPoolAllocationCommandInput
3731
3741
  | ModifyIpamPoolCommandInput
3732
3742
  | ModifyIpamPrefixListResolverCommandInput
3733
3743
  | ModifyIpamPrefixListResolverTargetCommandInput
@@ -4200,6 +4210,7 @@ export type ServiceOutputTypes =
4200
4210
  | DescribeIpamByoasnCommandOutput
4201
4211
  | DescribeIpamExternalResourceVerificationTokensCommandOutput
4202
4212
  | DescribeIpamPoliciesCommandOutput
4213
+ | DescribeIpamPoolAllocationsCommandOutput
4203
4214
  | DescribeIpamPoolsCommandOutput
4204
4215
  | DescribeIpamPrefixListResolverTargetsCommandOutput
4205
4216
  | DescribeIpamPrefixListResolversCommandOutput
@@ -4492,6 +4503,7 @@ export type ServiceOutputTypes =
4492
4503
  | ModifyInstancePlacementCommandOutput
4493
4504
  | ModifyIpamCommandOutput
4494
4505
  | ModifyIpamPolicyAllocationRulesCommandOutput
4506
+ | ModifyIpamPoolAllocationCommandOutput
4495
4507
  | ModifyIpamPoolCommandOutput
4496
4508
  | ModifyIpamPrefixListResolverCommandOutput
4497
4509
  | ModifyIpamPrefixListResolverTargetCommandOutput
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ DescribeIpamPoolAllocationsRequest,
10
+ DescribeIpamPoolAllocationsResult,
11
+ } from "../models/models_4";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeIpamPoolAllocationsCommandInput
15
+ extends DescribeIpamPoolAllocationsRequest {}
16
+ export interface DescribeIpamPoolAllocationsCommandOutput
17
+ extends DescribeIpamPoolAllocationsResult,
18
+ __MetadataBearer {}
19
+ declare const DescribeIpamPoolAllocationsCommand_base: {
20
+ new (
21
+ input: DescribeIpamPoolAllocationsCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DescribeIpamPoolAllocationsCommandInput,
24
+ DescribeIpamPoolAllocationsCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DescribeIpamPoolAllocationsCommandInput]
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ DescribeIpamPoolAllocationsCommandInput,
33
+ DescribeIpamPoolAllocationsCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class DescribeIpamPoolAllocationsCommand extends DescribeIpamPoolAllocationsCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: DescribeIpamPoolAllocationsRequest;
46
+ output: DescribeIpamPoolAllocationsResult;
47
+ };
48
+ sdk: {
49
+ input: DescribeIpamPoolAllocationsCommandInput;
50
+ output: DescribeIpamPoolAllocationsCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeSubnetsRequest,
10
- DescribeSubnetsResult,
11
- } from "../models/models_4";
8
+ import { DescribeSubnetsRequest } from "../models/models_4";
9
+ import { DescribeSubnetsResult } from "../models/models_5";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeSubnetsCommandInput extends DescribeSubnetsRequest {}
@@ -5,8 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeTagsRequest } from "../models/models_4";
9
- import { DescribeTagsResult } from "../models/models_5";
8
+ import { DescribeTagsRequest, DescribeTagsResult } from "../models/models_5";
10
9
  export { __MetadataBearer };
11
10
  export { $Command };
12
11
  export interface DescribeTagsCommandInput extends DescribeTagsRequest {}
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- GetCapacityManagerMonitoredTagKeysRequest,
10
- GetCapacityManagerMonitoredTagKeysResult,
11
- } from "../models/models_5";
8
+ import { GetCapacityManagerMonitoredTagKeysRequest } from "../models/models_5";
9
+ import { GetCapacityManagerMonitoredTagKeysResult } from "../models/models_6";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface GetCapacityManagerMonitoredTagKeysCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { GetCapacityReservationUsageRequest } from "../models/models_5";
9
- import { GetCapacityReservationUsageResult } from "../models/models_6";
8
+ import {
9
+ GetCapacityReservationUsageRequest,
10
+ GetCapacityReservationUsageResult,
11
+ } from "../models/models_6";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface GetCapacityReservationUsageCommandInput
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ ModifyIpamPoolAllocationRequest,
10
+ ModifyIpamPoolAllocationResult,
11
+ } from "../models/models_6";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ModifyIpamPoolAllocationCommandInput
15
+ extends ModifyIpamPoolAllocationRequest {}
16
+ export interface ModifyIpamPoolAllocationCommandOutput
17
+ extends ModifyIpamPoolAllocationResult,
18
+ __MetadataBearer {}
19
+ declare const ModifyIpamPoolAllocationCommand_base: {
20
+ new (
21
+ input: ModifyIpamPoolAllocationCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ ModifyIpamPoolAllocationCommandInput,
24
+ ModifyIpamPoolAllocationCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ModifyIpamPoolAllocationCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ ModifyIpamPoolAllocationCommandInput,
33
+ ModifyIpamPoolAllocationCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class ModifyIpamPoolAllocationCommand extends ModifyIpamPoolAllocationCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: ModifyIpamPoolAllocationRequest;
46
+ output: ModifyIpamPoolAllocationResult;
47
+ };
48
+ sdk: {
49
+ input: ModifyIpamPoolAllocationCommandInput;
50
+ output: ModifyIpamPoolAllocationCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- ModifyPublicIpDnsNameOptionsRequest,
10
- ModifyPublicIpDnsNameOptionsResult,
11
- } from "../models/models_6";
8
+ import { ModifyPublicIpDnsNameOptionsRequest } from "../models/models_6";
9
+ import { ModifyPublicIpDnsNameOptionsResult } from "../models/models_7";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface ModifyPublicIpDnsNameOptionsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifyReservedInstancesRequest,
10
10
  ModifyReservedInstancesResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifyReservedInstancesCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ModifyRouteServerRequest } from "../models/models_6";
9
- import { ModifyRouteServerResult } from "../models/models_7";
8
+ import {
9
+ ModifyRouteServerRequest,
10
+ ModifyRouteServerResult,
11
+ } from "../models/models_7";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface ModifyRouteServerCommandInput
@@ -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";
@@ -70,6 +70,7 @@ export declare const ResourceType: {
70
70
  readonly ipam_external_resource_verification_token: "ipam-external-resource-verification-token";
71
71
  readonly ipam_policy: "ipam-policy";
72
72
  readonly ipam_pool: "ipam-pool";
73
+ readonly ipam_pool_allocation: "ipam-pool-allocation";
73
74
  readonly ipam_prefix_list_resolver: "ipam-prefix-list-resolver";
74
75
  readonly ipam_prefix_list_resolver_target: "ipam-prefix-list-resolver-target";
75
76
  readonly ipam_resource_discovery: "ipam-resource-discovery";
@@ -682,6 +682,7 @@ export interface AllocateIpamPoolCidrRequest {
682
682
  PreviewNextCidr?: boolean | undefined;
683
683
  AllowedCidrs?: string[] | undefined;
684
684
  DisallowedCidrs?: string[] | undefined;
685
+ TagSpecifications?: TagSpecification[] | undefined;
685
686
  }
686
687
  export interface IpamPoolAllocation {
687
688
  Cidr?: string | undefined;
@@ -691,6 +692,7 @@ export interface IpamPoolAllocation {
691
692
  ResourceType?: IpamPoolAllocationResourceType | undefined;
692
693
  ResourceRegion?: string | undefined;
693
694
  ResourceOwner?: string | undefined;
695
+ Tags?: Tag[] | undefined;
694
696
  }
695
697
  export interface AllocateIpamPoolCidrResult {
696
698
  IpamPoolAllocation?: IpamPoolAllocation | undefined;
@@ -98,13 +98,13 @@ import {
98
98
  IamInstanceProfile,
99
99
  IamInstanceProfileSpecification,
100
100
  InstanceEventWindow,
101
+ IpamPoolAllocation,
101
102
  IpamResourceDiscoveryAssociation,
102
103
  IpPermission,
103
104
  OperatorResponse,
104
105
  PathComponent,
105
106
  ReservedInstancesListing,
106
107
  SecurityGroupRule,
107
- Subnet,
108
108
  Tag,
109
109
  TagSpecification,
110
110
  UserIdGroupPair,
@@ -854,6 +854,17 @@ export interface DescribeIpamPoliciesResult {
854
854
  NextToken?: string | undefined;
855
855
  IpamPolicies?: IpamPolicy[] | undefined;
856
856
  }
857
+ export interface DescribeIpamPoolAllocationsRequest {
858
+ DryRun?: boolean | undefined;
859
+ IpamPoolAllocationIds?: string[] | undefined;
860
+ Filters?: Filter[] | undefined;
861
+ MaxResults?: number | undefined;
862
+ NextToken?: string | undefined;
863
+ }
864
+ export interface DescribeIpamPoolAllocationsResult {
865
+ IpamPoolAllocations?: IpamPoolAllocation[] | undefined;
866
+ NextToken?: string | undefined;
867
+ }
857
868
  export interface DescribeIpamPoolsRequest {
858
869
  DryRun?: boolean | undefined;
859
870
  Filters?: Filter[] | undefined;
@@ -2181,13 +2192,3 @@ export interface DescribeSubnetsRequest {
2181
2192
  MaxResults?: number | undefined;
2182
2193
  DryRun?: boolean | undefined;
2183
2194
  }
2184
- export interface DescribeSubnetsResult {
2185
- NextToken?: string | undefined;
2186
- Subnets?: Subnet[] | undefined;
2187
- }
2188
- export interface DescribeTagsRequest {
2189
- DryRun?: boolean | undefined;
2190
- Filters?: Filter[] | undefined;
2191
- MaxResults?: number | undefined;
2192
- NextToken?: string | undefined;
2193
- }
@@ -62,6 +62,7 @@ import {
62
62
  NatGatewayAddress,
63
63
  OperatorResponse,
64
64
  RouteServerAssociation,
65
+ Subnet,
65
66
  SubnetIpv6CidrBlockAssociation,
66
67
  Tag,
67
68
  TagSpecification,
@@ -114,6 +115,16 @@ import {
114
115
  ProductCode,
115
116
  } from "./models_3";
116
117
  import { RegisteredInstance } from "./models_4";
118
+ export interface DescribeSubnetsResult {
119
+ NextToken?: string | undefined;
120
+ Subnets?: Subnet[] | undefined;
121
+ }
122
+ export interface DescribeTagsRequest {
123
+ DryRun?: boolean | undefined;
124
+ Filters?: Filter[] | undefined;
125
+ MaxResults?: number | undefined;
126
+ NextToken?: string | undefined;
127
+ }
117
128
  export interface TagDescription {
118
129
  Key?: string | undefined;
119
130
  ResourceId?: string | undefined;
@@ -461,6 +472,7 @@ export interface VolumeModification {
461
472
  Progress?: number | undefined;
462
473
  StartTime?: Date | undefined;
463
474
  EndTime?: Date | undefined;
475
+ Operator?: OperatorResponse | undefined;
464
476
  }
465
477
  export interface DescribeVolumesModificationsResult {
466
478
  NextToken?: string | undefined;
@@ -1652,13 +1664,3 @@ export interface CapacityManagerMonitoredTagKey {
1652
1664
  CapacityManagerProvided?: boolean | undefined;
1653
1665
  EarliestDatapointTimestamp?: Date | undefined;
1654
1666
  }
1655
- export interface GetCapacityManagerMonitoredTagKeysResult {
1656
- CapacityManagerTagKeys?: CapacityManagerMonitoredTagKey[] | undefined;
1657
- NextToken?: string | undefined;
1658
- }
1659
- export interface GetCapacityReservationUsageRequest {
1660
- CapacityReservationId: string | undefined;
1661
- NextToken?: string | undefined;
1662
- MaxResults?: number | undefined;
1663
- DryRun?: boolean | undefined;
1664
- }
@@ -63,7 +63,6 @@ import {
63
63
  PermissionGroup,
64
64
  PlatformValues,
65
65
  PublicIpDnsOption,
66
- RouteServerPersistRoutesAction,
67
66
  RouteServerRouteInstallationStatus,
68
67
  RouteServerRouteStatus,
69
68
  SelfServicePortal,
@@ -149,9 +148,21 @@ import {
149
148
  import {
150
149
  InstanceMetadataOptionsResponse,
151
150
  InstanceStatusEvent,
152
- ReservedInstancesConfiguration,
153
151
  } from "./models_4";
154
- import { RouteServerPropagation } from "./models_5";
152
+ import {
153
+ CapacityManagerMonitoredTagKey,
154
+ RouteServerPropagation,
155
+ } from "./models_5";
156
+ export interface GetCapacityManagerMonitoredTagKeysResult {
157
+ CapacityManagerTagKeys?: CapacityManagerMonitoredTagKey[] | undefined;
158
+ NextToken?: string | undefined;
159
+ }
160
+ export interface GetCapacityReservationUsageRequest {
161
+ CapacityReservationId: string | undefined;
162
+ NextToken?: string | undefined;
163
+ MaxResults?: number | undefined;
164
+ DryRun?: boolean | undefined;
165
+ }
155
166
  export interface InstanceUsage {
156
167
  AccountId?: string | undefined;
157
168
  UsedInstanceCount?: number | undefined;
@@ -1726,6 +1737,14 @@ export interface ModifyIpamPoolRequest {
1726
1737
  export interface ModifyIpamPoolResult {
1727
1738
  IpamPool?: IpamPool | undefined;
1728
1739
  }
1740
+ export interface ModifyIpamPoolAllocationRequest {
1741
+ DryRun?: boolean | undefined;
1742
+ IpamPoolAllocationId: string | undefined;
1743
+ Description?: string | undefined;
1744
+ }
1745
+ export interface ModifyIpamPoolAllocationResult {
1746
+ IpamPoolAllocation?: IpamPoolAllocation | undefined;
1747
+ }
1729
1748
  export interface ModifyIpamPrefixListResolverRequest {
1730
1749
  DryRun?: boolean | undefined;
1731
1750
  IpamPrefixListResolverId: string | undefined;
@@ -1866,21 +1885,3 @@ export interface ModifyPublicIpDnsNameOptionsRequest {
1866
1885
  HostnameType: PublicIpDnsOption | undefined;
1867
1886
  DryRun?: boolean | undefined;
1868
1887
  }
1869
- export interface ModifyPublicIpDnsNameOptionsResult {
1870
- Successful?: boolean | undefined;
1871
- }
1872
- export interface ModifyReservedInstancesRequest {
1873
- ReservedInstancesIds: string[] | undefined;
1874
- ClientToken?: string | undefined;
1875
- TargetConfigurations: ReservedInstancesConfiguration[] | undefined;
1876
- }
1877
- export interface ModifyReservedInstancesResult {
1878
- ReservedInstancesModificationId?: string | undefined;
1879
- }
1880
- export interface ModifyRouteServerRequest {
1881
- RouteServerId: string | undefined;
1882
- PersistRoutes?: RouteServerPersistRoutesAction | undefined;
1883
- PersistRoutesDuration?: number | undefined;
1884
- SnsNotificationsEnabled?: boolean | undefined;
1885
- DryRun?: boolean | undefined;
1886
- }
@@ -39,6 +39,7 @@ import {
39
39
  ReportStatusType,
40
40
  ResetFpgaImageAttributeName,
41
41
  ResetImageAttributeName,
42
+ RouteServerPersistRoutesAction,
42
43
  RuleAction,
43
44
  SecondaryInterfaceType,
44
45
  SecurityGroupReferencingSupportValue,
@@ -144,6 +145,7 @@ import {
144
145
  NetworkInsightsAccessScopeAnalysis,
145
146
  NetworkInsightsAnalysis,
146
147
  PublicIpv4PoolRange,
148
+ ReservedInstancesConfiguration,
147
149
  RunInstancesMonitoringEnabled,
148
150
  ScheduledInstance,
149
151
  SpotFleetRequestConfigData,
@@ -157,6 +159,24 @@ import {
157
159
  VpcBlockPublicAccessOptions,
158
160
  } from "./models_5";
159
161
  import { CapacityReservationSpecification, Purchase } from "./models_6";
162
+ export interface ModifyPublicIpDnsNameOptionsResult {
163
+ Successful?: boolean | undefined;
164
+ }
165
+ export interface ModifyReservedInstancesRequest {
166
+ ReservedInstancesIds: string[] | undefined;
167
+ ClientToken?: string | undefined;
168
+ TargetConfigurations: ReservedInstancesConfiguration[] | undefined;
169
+ }
170
+ export interface ModifyReservedInstancesResult {
171
+ ReservedInstancesModificationId?: string | undefined;
172
+ }
173
+ export interface ModifyRouteServerRequest {
174
+ RouteServerId: string | undefined;
175
+ PersistRoutes?: RouteServerPersistRoutesAction | undefined;
176
+ PersistRoutesDuration?: number | undefined;
177
+ SnsNotificationsEnabled?: boolean | undefined;
178
+ DryRun?: boolean | undefined;
179
+ }
160
180
  export interface ModifyRouteServerResult {
161
181
  RouteServer?: RouteServer | undefined;
162
182
  }
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeIpamPoolAllocationsCommandInput,
4
+ DescribeIpamPoolAllocationsCommandOutput,
5
+ } from "../commands/DescribeIpamPoolAllocationsCommand";
6
+ import { EC2PaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateDescribeIpamPoolAllocations: (
8
+ config: EC2PaginationConfiguration,
9
+ input: DescribeIpamPoolAllocationsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<DescribeIpamPoolAllocationsCommandOutput>;
@@ -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";
@@ -829,6 +829,8 @@ export declare var DescribeIpamExternalResourceVerificationTokensRequest$: Stati
829
829
  export declare var DescribeIpamExternalResourceVerificationTokensResult$: StaticStructureSchema;
830
830
  export declare var DescribeIpamPoliciesRequest$: StaticStructureSchema;
831
831
  export declare var DescribeIpamPoliciesResult$: StaticStructureSchema;
832
+ export declare var DescribeIpamPoolAllocationsRequest$: StaticStructureSchema;
833
+ export declare var DescribeIpamPoolAllocationsResult$: StaticStructureSchema;
832
834
  export declare var DescribeIpamPoolsRequest$: StaticStructureSchema;
833
835
  export declare var DescribeIpamPoolsResult$: StaticStructureSchema;
834
836
  export declare var DescribeIpamPrefixListResolversRequest$: StaticStructureSchema;
@@ -1741,6 +1743,8 @@ export declare var ModifyInstancePlacementRequest$: StaticStructureSchema;
1741
1743
  export declare var ModifyInstancePlacementResult$: StaticStructureSchema;
1742
1744
  export declare var ModifyIpamPolicyAllocationRulesRequest$: StaticStructureSchema;
1743
1745
  export declare var ModifyIpamPolicyAllocationRulesResult$: StaticStructureSchema;
1746
+ export declare var ModifyIpamPoolAllocationRequest$: StaticStructureSchema;
1747
+ export declare var ModifyIpamPoolAllocationResult$: StaticStructureSchema;
1744
1748
  export declare var ModifyIpamPoolRequest$: StaticStructureSchema;
1745
1749
  export declare var ModifyIpamPoolResult$: StaticStructureSchema;
1746
1750
  export declare var ModifyIpamPrefixListResolverRequest$: StaticStructureSchema;
@@ -2724,6 +2728,7 @@ export declare var DescribeInternetGateways$: StaticOperationSchema;
2724
2728
  export declare var DescribeIpamByoasn$: StaticOperationSchema;
2725
2729
  export declare var DescribeIpamExternalResourceVerificationTokens$: StaticOperationSchema;
2726
2730
  export declare var DescribeIpamPolicies$: StaticOperationSchema;
2731
+ export declare var DescribeIpamPoolAllocations$: StaticOperationSchema;
2727
2732
  export declare var DescribeIpamPools$: StaticOperationSchema;
2728
2733
  export declare var DescribeIpamPrefixListResolvers$: StaticOperationSchema;
2729
2734
  export declare var DescribeIpamPrefixListResolverTargets$: StaticOperationSchema;
@@ -3017,6 +3022,7 @@ export declare var ModifyInstancePlacement$: StaticOperationSchema;
3017
3022
  export declare var ModifyIpam$: StaticOperationSchema;
3018
3023
  export declare var ModifyIpamPolicyAllocationRules$: StaticOperationSchema;
3019
3024
  export declare var ModifyIpamPool$: StaticOperationSchema;
3025
+ export declare var ModifyIpamPoolAllocation$: StaticOperationSchema;
3020
3026
  export declare var ModifyIpamPrefixListResolver$: StaticOperationSchema;
3021
3027
  export declare var ModifyIpamPrefixListResolverTarget$: StaticOperationSchema;
3022
3028
  export declare var ModifyIpamResourceCidr$: StaticOperationSchema;