@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
@@ -1,5 +1,5 @@
1
1
  import type { _InstanceType, ActivityStatus, AllocationStrategy, AmdSevSnpSpecification, AnalysisStatus, ArchitectureType, ArchitectureValues, AttachmentLimitType, AttachmentStatus, BandwidthWeightingType, BatchState, BootModeType, BootModeValues, CapacityReservationPreference, CurrencyCodeValues, DeviceType, DiskType, EbsEncryptionSupport, EbsNvmeSupport, EbsOptimizedSupport, EnaSupport, EphemeralNvmeSupport, EventCode, EventType, ExcessCapacityTerminationPolicy, FindingsFound, FleetType, FlexibleEnaQueuesSupport, HaStatus, HostnameType, HttpTokensState, HypervisorType, ImageState, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceBootModeValues, InstanceInterruptionBehavior, InstanceLifecycleType, InstanceMetadataEndpointState, InstanceMetadataOptionsState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStateName, InstanceStorageEncryptionSupport, InstanceTypeHypervisor, KeyType, LocationType, LockState, MonitoringState, MoveStatus, NestedVirtualizationSpecification, NetworkInterfaceAttribute, NetworkInterfaceStatus, NitroEnclavesSupport, NitroTpmSupport, OfferingClassType, OfferingTypeValues, OnDemandAllocationStrategy, PermissionGroup, PhcSupport, PlacementGroupStrategy, PlatformValues, RebootMigrationSupport, RecurringChargeFrequency, ReplacementStrategy, ReservedInstanceState, ResourceType, RIProductDescription, RootDeviceType, Scope, SecondaryInterfaceStatus, SecondaryInterfaceType, SecondaryNetworkType, SecurityGroupVpcAssociationState, ServiceLinkVirtualInterfaceConfigurationState, SnapshotAttributeName, SnapshotState, SpotInstanceState, SpotInstanceType, SqlServerLicenseUsage, StatusName, StatusType, StorageTier, SummaryStatus, SupportedAdditionalProcessorFeature, TargetCapacityUnitType, Tenancy, TieringOperationStatus, UsageClassType, VirtualizationType } from "./enums";
2
- import type { ActiveInstance, AlternatePathHint, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, InstanceEventWindow, IpamResourceDiscoveryAssociation, IpPermission, OperatorResponse, PathComponent, ReservedInstancesListing, SecurityGroupRule, Subnet, Tag, TagSpecification, UserIdGroupPair } from "./models_0";
2
+ import type { ActiveInstance, AlternatePathHint, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, IpPermission, OperatorResponse, PathComponent, ReservedInstancesListing, SecurityGroupRule, Tag, TagSpecification, UserIdGroupPair } from "./models_0";
3
3
  import type { AttributeValue, BlockDeviceMapping, CapacityReservationTargetResponse, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, GroupIdentifier, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, MacModificationTask, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, Placement, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, StateReason } from "./models_1";
4
4
  import type { SecondaryNetwork, SecondarySubnet, Snapshot, SpotDatafeedSubscription, SpotInstanceStateFault } from "./models_2";
5
5
  import type { AttributeBooleanValue, Byoasn, EnclaveOptions, EventInformation, Filter, IdFormat, InstanceBlockDeviceMapping, InstanceTagNotificationAttribute, ProductCode } from "./models_3";
@@ -4759,6 +4759,53 @@ export interface DescribeIpamPoliciesResult {
4759
4759
  */
4760
4760
  IpamPolicies?: IpamPolicy[] | undefined;
4761
4761
  }
4762
+ /**
4763
+ * @public
4764
+ */
4765
+ export interface DescribeIpamPoolAllocationsRequest {
4766
+ /**
4767
+ * <p>A check for whether you have the required permissions for the action without actually making the request
4768
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
4769
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4770
+ * @public
4771
+ */
4772
+ DryRun?: boolean | undefined;
4773
+ /**
4774
+ * <p>The IDs of the IPAM pool allocations you want to describe.</p>
4775
+ * @public
4776
+ */
4777
+ IpamPoolAllocationIds?: string[] | undefined;
4778
+ /**
4779
+ * <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
4780
+ * @public
4781
+ */
4782
+ Filters?: Filter[] | undefined;
4783
+ /**
4784
+ * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
4785
+ * @public
4786
+ */
4787
+ MaxResults?: number | undefined;
4788
+ /**
4789
+ * <p>The token for the next page of results.</p>
4790
+ * @public
4791
+ */
4792
+ NextToken?: string | undefined;
4793
+ }
4794
+ /**
4795
+ * @public
4796
+ */
4797
+ export interface DescribeIpamPoolAllocationsResult {
4798
+ /**
4799
+ * <p>Information about the IPAM pool allocations.</p>
4800
+ * @public
4801
+ */
4802
+ IpamPoolAllocations?: IpamPoolAllocation[] | undefined;
4803
+ /**
4804
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
4805
+ * @public
4806
+ */
4807
+ NextToken?: string | undefined;
4808
+ }
4762
4809
  /**
4763
4810
  * @public
4764
4811
  */
@@ -4776,7 +4823,7 @@ export interface DescribeIpamPoolsRequest {
4776
4823
  */
4777
4824
  Filters?: Filter[] | undefined;
4778
4825
  /**
4779
- * <p>The maximum number of results to return in the request.</p>
4826
+ * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
4780
4827
  * @public
4781
4828
  */
4782
4829
  MaxResults?: number | undefined;
@@ -5016,7 +5063,7 @@ export interface DescribeIpamsRequest {
5016
5063
  */
5017
5064
  Filters?: Filter[] | undefined;
5018
5065
  /**
5019
- * <p>The maximum number of results to return in the request.</p>
5066
+ * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
5020
5067
  * @public
5021
5068
  */
5022
5069
  MaxResults?: number | undefined;
@@ -5063,7 +5110,7 @@ export interface DescribeIpamScopesRequest {
5063
5110
  */
5064
5111
  Filters?: Filter[] | undefined;
5065
5112
  /**
5066
- * <p>The maximum number of results to return in the request.</p>
5113
+ * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
5067
5114
  * @public
5068
5115
  */
5069
5116
  MaxResults?: number | undefined;
@@ -13254,73 +13301,3 @@ export interface DescribeSubnetsRequest {
13254
13301
  */
13255
13302
  DryRun?: boolean | undefined;
13256
13303
  }
13257
- /**
13258
- * @public
13259
- */
13260
- export interface DescribeSubnetsResult {
13261
- /**
13262
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
13263
- * @public
13264
- */
13265
- NextToken?: string | undefined;
13266
- /**
13267
- * <p>Information about the subnets.</p>
13268
- * @public
13269
- */
13270
- Subnets?: Subnet[] | undefined;
13271
- }
13272
- /**
13273
- * @public
13274
- */
13275
- export interface DescribeTagsRequest {
13276
- /**
13277
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
13278
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
13279
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
13280
- * @public
13281
- */
13282
- DryRun?: boolean | undefined;
13283
- /**
13284
- * <p>The filters.</p>
13285
- * <ul>
13286
- * <li>
13287
- * <p>
13288
- * <code>key</code> - The tag key.</p>
13289
- * </li>
13290
- * <li>
13291
- * <p>
13292
- * <code>resource-id</code> - The ID of the resource.</p>
13293
- * </li>
13294
- * <li>
13295
- * <p>
13296
- * <code>resource-type</code> - The resource type. For a list of possible values, see
13297
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_TagSpecification.html">TagSpecification</a>.</p>
13298
- * </li>
13299
- * <li>
13300
- * <p>
13301
- * <code>tag</code>:<key> - The key/value combination of the tag. For example,
13302
- * specify "tag:Owner" for the filter name and "TeamA" for the filter value to find
13303
- * resources with the tag "Owner=TeamA".</p>
13304
- * </li>
13305
- * <li>
13306
- * <p>
13307
- * <code>value</code> - The tag value.</p>
13308
- * </li>
13309
- * </ul>
13310
- * @public
13311
- */
13312
- Filters?: Filter[] | undefined;
13313
- /**
13314
- * <p>The maximum number of items to return for this request. This value can be between 5 and 1000.
13315
- * To get the next page of items, make another request with the token returned in the output.
13316
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
13317
- * @public
13318
- */
13319
- MaxResults?: number | undefined;
13320
- /**
13321
- * <p>The token returned from a previous paginated request.
13322
- * Pagination continues from the end of the items returned by the previous request.</p>
13323
- * @public
13324
- */
13325
- NextToken?: string | undefined;
13326
- }
@@ -1,8 +1,78 @@
1
1
  import type { AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, CapacityManagerMonitoredTagKeyStatus, CapacityManagerStatus, CapacityTenancy, ClientCertificateRevocationListStatusCode, Comparison, DeviceTrustProviderType, DiskImageFormat, DnsNameState, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FilterByDimension, GroupBy, ImageBlockPublicAccessDisabledState, ImageBlockPublicAccessEnabledState, IngestionStatus, InitializationType, InternetGatewayBlockMode, IpAddressType, ManagedBy, Metric, MetricType, PayerResponsibility, PeriodType, ReservationEndDateType, ReservationState, ReservationType, ResourceType, RouteServerPropagationState, SecurityGroupVpcAssociationState, ServiceConnectivityType, SnapshotBlockPublicAccessState, State, StatisticType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPropagationState, UserTrustProviderType, VerifiedAccessLogDeliveryStatusCode, VolumeAttributeName, VolumeModificationState, VolumeStatusInfoStatus, VolumeStatusName, VolumeType, VpcAttributeName, VpcBlockPublicAccessExclusionsAllowed, VpcBlockPublicAccessState } from "./enums";
2
- import type { ActiveVpnTunnelStatus, AddressTransfer, AllowedPrincipal, AsnAssociation, AssociationStatus, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, OperatorResponse, RouteServerAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, VerifiedAccessInstance, VerifiedAccessTrustProvider, Volume, Vpc, VpcCidrBlockAssociation, VpcEncryptionControl, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
+ import type { ActiveVpnTunnelStatus, AddressTransfer, AllowedPrincipal, AsnAssociation, AssociationStatus, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, OperatorResponse, RouteServerAssociation, Subnet, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, VerifiedAccessInstance, VerifiedAccessTrustProvider, Volume, Vpc, VpcCidrBlockAssociation, VpcEncryptionControl, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
3
3
  import type { ConnectionNotification, DnsEntry, ServiceConfiguration, ServiceTypeDetail, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConcentrator, VpnConnection, VpnGateway } from "./models_2";
4
4
  import type { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchSnapshotConfigurationResponse, Filter, ProductCode } from "./models_3";
5
5
  import type { RegisteredInstance } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeSubnetsResult {
10
+ /**
11
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
12
+ * @public
13
+ */
14
+ NextToken?: string | undefined;
15
+ /**
16
+ * <p>Information about the subnets.</p>
17
+ * @public
18
+ */
19
+ Subnets?: Subnet[] | undefined;
20
+ }
21
+ /**
22
+ * @public
23
+ */
24
+ export interface DescribeTagsRequest {
25
+ /**
26
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
27
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
28
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
29
+ * @public
30
+ */
31
+ DryRun?: boolean | undefined;
32
+ /**
33
+ * <p>The filters.</p>
34
+ * <ul>
35
+ * <li>
36
+ * <p>
37
+ * <code>key</code> - The tag key.</p>
38
+ * </li>
39
+ * <li>
40
+ * <p>
41
+ * <code>resource-id</code> - The ID of the resource.</p>
42
+ * </li>
43
+ * <li>
44
+ * <p>
45
+ * <code>resource-type</code> - The resource type. For a list of possible values, see
46
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_TagSpecification.html">TagSpecification</a>.</p>
47
+ * </li>
48
+ * <li>
49
+ * <p>
50
+ * <code>tag</code>:<key> - The key/value combination of the tag. For example,
51
+ * specify "tag:Owner" for the filter name and "TeamA" for the filter value to find
52
+ * resources with the tag "Owner=TeamA".</p>
53
+ * </li>
54
+ * <li>
55
+ * <p>
56
+ * <code>value</code> - The tag value.</p>
57
+ * </li>
58
+ * </ul>
59
+ * @public
60
+ */
61
+ Filters?: Filter[] | undefined;
62
+ /**
63
+ * <p>The maximum number of items to return for this request. This value can be between 5 and 1000.
64
+ * To get the next page of items, make another request with the token returned in the output.
65
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
66
+ * @public
67
+ */
68
+ MaxResults?: number | undefined;
69
+ /**
70
+ * <p>The token returned from a previous paginated request.
71
+ * Pagination continues from the end of the items returned by the previous request.</p>
72
+ * @public
73
+ */
74
+ NextToken?: string | undefined;
75
+ }
6
76
  /**
7
77
  * <p>Describes a tag.</p>
8
78
  * @public
@@ -1991,6 +2061,12 @@ export interface VolumeModification {
1991
2061
  * @public
1992
2062
  */
1993
2063
  EndTime?: Date | undefined;
2064
+ /**
2065
+ * <p>Describes whether the resource is managed by a service provider and, if so, describes
2066
+ * the service provider that manages it.</p>
2067
+ * @public
2068
+ */
2069
+ Operator?: OperatorResponse | undefined;
1994
2070
  }
1995
2071
  /**
1996
2072
  * @public
@@ -8040,48 +8116,3 @@ export interface CapacityManagerMonitoredTagKey {
8040
8116
  */
8041
8117
  EarliestDatapointTimestamp?: Date | undefined;
8042
8118
  }
8043
- /**
8044
- * @public
8045
- */
8046
- export interface GetCapacityManagerMonitoredTagKeysResult {
8047
- /**
8048
- * <p>
8049
- * The list of tag keys being monitored by Capacity Manager, including their current status and metadata.
8050
- * </p>
8051
- * @public
8052
- */
8053
- CapacityManagerTagKeys?: CapacityManagerMonitoredTagKey[] | undefined;
8054
- /**
8055
- * <p>
8056
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
8057
- * </p>
8058
- * @public
8059
- */
8060
- NextToken?: string | undefined;
8061
- }
8062
- /**
8063
- * @public
8064
- */
8065
- export interface GetCapacityReservationUsageRequest {
8066
- /**
8067
- * <p>The ID of the Capacity Reservation.</p>
8068
- * @public
8069
- */
8070
- CapacityReservationId: string | undefined;
8071
- /**
8072
- * <p>The token to use to retrieve the next page of results.</p>
8073
- * @public
8074
- */
8075
- NextToken?: string | undefined;
8076
- /**
8077
- * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
8078
- * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
8079
- * @public
8080
- */
8081
- MaxResults?: number | undefined;
8082
- /**
8083
- * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8084
- * @public
8085
- */
8086
- DryRun?: boolean | undefined;
8087
- }
@@ -1,10 +1,55 @@
1
- import type { _InstanceType, Affinity, AnalysisStatus, ArchitectureType, ArchitectureValues, AutoPlacement, BootModeValues, CapacityReservationPreference, CapacityReservationState, CurrencyCodeValues, DefaultHttpTokensEnforcedState, DefaultInstanceMetadataEndpointState, DefaultInstanceMetadataTagsState, DiskImageFormat, EkPubKeyFormat, EkPubKeyType, EndDateType, FleetExcessCapacityTerminationPolicy, FpgaImageAttributeName, HostMaintenance, HostnameType, HostRecovery, HostTenancy, HttpTokensEnforcedState, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceMatchCriteria, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, IpAddressType, IpamAddressHistoryResourceType, IpamComplianceStatus, IpamDiscoveryFailureCode, IpamManagementState, IpamMeteredAccount, IpamNetworkInterfaceAttachmentStatus, IpamOverlapStatus, IpamPolicyManagedBy, IpamPolicyResourceType, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPublicAddressAssociationStatus, IpamPublicAddressAwsService, IpamPublicAddressType, IpamResourceCidrIpSource, IpamResourceType, IpamTier, LockMode, LockState, ManagedBy, ManagedResourceDefaultVisibility, MetadataDefaultHttpTokensState, ModifyAvailabilityZoneOptInStatus, NestedVirtualizationSpecification, OperationType, PartitionLoadFrequency, PaymentOption, PermissionGroup, PlatformValues, PublicIpDnsOption, RouteServerPersistRoutesAction, RouteServerRouteInstallationStatus, RouteServerRouteStatus, SelfServicePortal, ShutdownBehavior, SnapshotBlockPublicAccessState, SSEType, TargetCapacityUnitType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UnsuccessfulInstanceCreditSpecificationErrorCode, VirtualizationType, VolumeState, VolumeType } from "./enums";
1
+ import type { _InstanceType, Affinity, AnalysisStatus, ArchitectureType, ArchitectureValues, AutoPlacement, BootModeValues, CapacityReservationPreference, CapacityReservationState, CurrencyCodeValues, DefaultHttpTokensEnforcedState, DefaultInstanceMetadataEndpointState, DefaultInstanceMetadataTagsState, DiskImageFormat, EkPubKeyFormat, EkPubKeyType, EndDateType, FleetExcessCapacityTerminationPolicy, FpgaImageAttributeName, HostMaintenance, HostnameType, HostRecovery, HostTenancy, HttpTokensEnforcedState, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceMatchCriteria, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, IpAddressType, IpamAddressHistoryResourceType, IpamComplianceStatus, IpamDiscoveryFailureCode, IpamManagementState, IpamMeteredAccount, IpamNetworkInterfaceAttachmentStatus, IpamOverlapStatus, IpamPolicyManagedBy, IpamPolicyResourceType, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPublicAddressAssociationStatus, IpamPublicAddressAwsService, IpamPublicAddressType, IpamResourceCidrIpSource, IpamResourceType, IpamTier, LockMode, LockState, ManagedBy, ManagedResourceDefaultVisibility, MetadataDefaultHttpTokensState, ModifyAvailabilityZoneOptInStatus, NestedVirtualizationSpecification, OperationType, PartitionLoadFrequency, PaymentOption, PermissionGroup, PlatformValues, PublicIpDnsOption, RouteServerRouteInstallationStatus, RouteServerRouteStatus, SelfServicePortal, ShutdownBehavior, SnapshotBlockPublicAccessState, SSEType, TargetCapacityUnitType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UnsuccessfulInstanceCreditSpecificationErrorCode, VirtualizationType, VolumeState, VolumeType } from "./enums";
2
2
  import type { AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, ClientConnectOptions, ClientLoginBannerOptions, ClientRouteEnforcementOptions, ConnectionLogOptions, EnaSrdSpecification, InstanceEventWindow, InterruptibleCapacityAllocation, InterruptionInfo, IpamPoolAllocation, OperatorResponse, RouteServerAssociation, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayConfigurationInputStructure, TransitGatewayPolicyTableAssociation, UnsuccessfulItem } from "./models_0";
3
3
  import type { AttributeValue, CapacityReservationTarget, ConnectionTrackingSpecificationRequest, ExternalAuthorityConfiguration, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverRuleRequest, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamResourceTag, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, RequestIpamResourceTag, ResponseLaunchTemplateData, TargetCapacitySpecificationRequest } from "./models_1";
4
4
  import type { SubnetCidrReservation, TransitGatewayMeteringPolicyEntry, TransitGatewayPrefixListReference } from "./models_2";
5
5
  import type { AttributeBooleanValue, ConversionTask, Filter, FpgaImageAttribute, ImportImageLicenseConfigurationResponse, IpamPoolCidr, LaunchPermission, SnapshotDetail, SnapshotTaskDetail } from "./models_3";
6
- import type { InstanceMetadataOptionsResponse, InstanceStatusEvent, ReservedInstancesConfiguration } from "./models_4";
7
- import type { RouteServerPropagation } from "./models_5";
6
+ import type { InstanceMetadataOptionsResponse, InstanceStatusEvent } from "./models_4";
7
+ import type { CapacityManagerMonitoredTagKey, RouteServerPropagation } from "./models_5";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface GetCapacityManagerMonitoredTagKeysResult {
12
+ /**
13
+ * <p>
14
+ * The list of tag keys being monitored by Capacity Manager, including their current status and metadata.
15
+ * </p>
16
+ * @public
17
+ */
18
+ CapacityManagerTagKeys?: CapacityManagerMonitoredTagKey[] | undefined;
19
+ /**
20
+ * <p>
21
+ * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
22
+ * </p>
23
+ * @public
24
+ */
25
+ NextToken?: string | undefined;
26
+ }
27
+ /**
28
+ * @public
29
+ */
30
+ export interface GetCapacityReservationUsageRequest {
31
+ /**
32
+ * <p>The ID of the Capacity Reservation.</p>
33
+ * @public
34
+ */
35
+ CapacityReservationId: string | undefined;
36
+ /**
37
+ * <p>The token to use to retrieve the next page of results.</p>
38
+ * @public
39
+ */
40
+ NextToken?: string | undefined;
41
+ /**
42
+ * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
43
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
44
+ * @public
45
+ */
46
+ MaxResults?: number | undefined;
47
+ /**
48
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
49
+ * @public
50
+ */
51
+ DryRun?: boolean | undefined;
52
+ }
8
53
  /**
9
54
  * <p>Information about the Capacity Reservation usage.</p>
10
55
  * @public
@@ -2029,7 +2074,7 @@ export interface GetIpamPoolCidrsRequest {
2029
2074
  */
2030
2075
  Filters?: Filter[] | undefined;
2031
2076
  /**
2032
- * <p>The maximum number of results to return in the request.</p>
2077
+ * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
2033
2078
  * @public
2034
2079
  */
2035
2080
  MaxResults?: number | undefined;
@@ -2445,7 +2490,7 @@ export interface GetIpamResourceCidrsRequest {
2445
2490
  */
2446
2491
  Filters?: Filter[] | undefined;
2447
2492
  /**
2448
- * <p>The maximum number of results to return in the request.</p>
2493
+ * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
2449
2494
  * @public
2450
2495
  */
2451
2496
  MaxResults?: number | undefined;
@@ -7957,6 +8002,38 @@ export interface ModifyIpamPoolResult {
7957
8002
  */
7958
8003
  IpamPool?: IpamPool | undefined;
7959
8004
  }
8005
+ /**
8006
+ * @public
8007
+ */
8008
+ export interface ModifyIpamPoolAllocationRequest {
8009
+ /**
8010
+ * <p>A check for whether you have the required permissions for the action without actually making the request
8011
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8012
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8013
+ * @public
8014
+ */
8015
+ DryRun?: boolean | undefined;
8016
+ /**
8017
+ * <p>The ID of the IPAM pool allocation you want to modify.</p>
8018
+ * @public
8019
+ */
8020
+ IpamPoolAllocationId: string | undefined;
8021
+ /**
8022
+ * <p>The new description for the IPAM pool allocation. If you submit a <code>null</code> value, the description is removed from the allocation.</p>
8023
+ * @public
8024
+ */
8025
+ Description?: string | undefined;
8026
+ }
8027
+ /**
8028
+ * @public
8029
+ */
8030
+ export interface ModifyIpamPoolAllocationResult {
8031
+ /**
8032
+ * <p>The modified IPAM pool allocation.</p>
8033
+ * @public
8034
+ */
8035
+ IpamPoolAllocation?: IpamPoolAllocation | undefined;
8036
+ }
7960
8037
  /**
7961
8038
  * @public
7962
8039
  */
@@ -8639,91 +8716,3 @@ export interface ModifyPublicIpDnsNameOptionsRequest {
8639
8716
  */
8640
8717
  DryRun?: boolean | undefined;
8641
8718
  }
8642
- /**
8643
- * @public
8644
- */
8645
- export interface ModifyPublicIpDnsNameOptionsResult {
8646
- /**
8647
- * <p>Whether or not the request was successful.</p>
8648
- * @public
8649
- */
8650
- Successful?: boolean | undefined;
8651
- }
8652
- /**
8653
- * <p>Contains the parameters for ModifyReservedInstances.</p>
8654
- * @public
8655
- */
8656
- export interface ModifyReservedInstancesRequest {
8657
- /**
8658
- * <p>The IDs of the Reserved Instances to modify.</p>
8659
- * @public
8660
- */
8661
- ReservedInstancesIds: string[] | undefined;
8662
- /**
8663
- * <p>A unique, case-sensitive token you provide to ensure idempotency of your modification
8664
- * request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
8665
- * Idempotency</a>.</p>
8666
- * @public
8667
- */
8668
- ClientToken?: string | undefined;
8669
- /**
8670
- * <p>The configuration settings for the Reserved Instances to modify.</p>
8671
- * @public
8672
- */
8673
- TargetConfigurations: ReservedInstancesConfiguration[] | undefined;
8674
- }
8675
- /**
8676
- * <p>Contains the output of ModifyReservedInstances.</p>
8677
- * @public
8678
- */
8679
- export interface ModifyReservedInstancesResult {
8680
- /**
8681
- * <p>The ID for the modification.</p>
8682
- * @public
8683
- */
8684
- ReservedInstancesModificationId?: string | undefined;
8685
- }
8686
- /**
8687
- * @public
8688
- */
8689
- export interface ModifyRouteServerRequest {
8690
- /**
8691
- * <p>The ID of the route server to modify.</p>
8692
- * @public
8693
- */
8694
- RouteServerId: string | undefined;
8695
- /**
8696
- * <p>Specifies whether to persist routes after all BGP sessions are terminated.</p>
8697
- * <ul>
8698
- * <li>
8699
- * <p>enable: Routes will be persisted in FIB and RIB after all BGP sessions are terminated.</p>
8700
- * </li>
8701
- * <li>
8702
- * <p>disable: Routes will not be persisted in FIB and RIB after all BGP sessions are terminated.</p>
8703
- * </li>
8704
- * <li>
8705
- * <p>reset: If a route server has persisted routes due to all BGP sessions having ended, reset will withdraw all routes and reset route server to an empty FIB and RIB.</p>
8706
- * </li>
8707
- * </ul>
8708
- * @public
8709
- */
8710
- PersistRoutes?: RouteServerPersistRoutesAction | undefined;
8711
- /**
8712
- * <p>The number of minutes a route server will wait after BGP is re-established to unpersist the routes in the FIB and RIB. Value must be in the range of 1-5. Required if PersistRoutes is <code>enabled</code>.</p>
8713
- * <p>If you set the duration to 1 minute, then when your network appliance re-establishes BGP with route server, it has 1 minute to relearn it's adjacent network and advertise those routes to route server before route server resumes normal functionality. In most cases, 1 minute is probably sufficient. If, however, you have concerns that your BGP network may not be capable of fully re-establishing and re-learning everything in 1 minute, you can increase the duration up to 5 minutes.</p>
8714
- * @public
8715
- */
8716
- PersistRoutesDuration?: number | undefined;
8717
- /**
8718
- * <p>Specifies whether to enable SNS notifications for route server events. Enabling SNS notifications persists BGP status changes to an SNS topic provisioned by Amazon Web Services.</p>
8719
- * @public
8720
- */
8721
- SnsNotificationsEnabled?: boolean | undefined;
8722
- /**
8723
- * <p>A check for whether you have the required permissions for the action without actually making the request
8724
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8725
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8726
- * @public
8727
- */
8728
- DryRun?: boolean | undefined;
8729
- }
@@ -1,11 +1,99 @@
1
- import type { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ApplianceModeSupportValue, ArchitectureValues, AutoAcceptSharedAttachmentsValue, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsSupportValue, EncryptionSupportOptionValue, ExcessCapacityTerminationPolicy, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, Ipv6SupportValue, MarketType, MembershipType, NestedVirtualizationSpecification, OperationType, PayerResponsibility, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RuleAction, SecondaryInterfaceType, SecurityGroupReferencingSupportValue, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TargetStorageTier, TpmSupportValues, TrafficDirection, TrafficMirrorFilterRuleField, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorSessionField, TransitGatewayAttachmentResourceType, VerificationMethod, VerifiedAccessEndpointProtocol, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy, VpnEcmpSupportValue, VpnTunnelBandwidth } from "./enums";
1
+ import type { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ApplianceModeSupportValue, ArchitectureValues, AutoAcceptSharedAttachmentsValue, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsSupportValue, EncryptionSupportOptionValue, ExcessCapacityTerminationPolicy, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, Ipv6SupportValue, MarketType, MembershipType, NestedVirtualizationSpecification, OperationType, PayerResponsibility, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RouteServerPersistRoutesAction, RuleAction, SecondaryInterfaceType, SecurityGroupReferencingSupportValue, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TargetStorageTier, TpmSupportValues, TrafficDirection, TrafficMirrorFilterRuleField, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorSessionField, TransitGatewayAttachmentResourceType, VerificationMethod, VerifiedAccessEndpointProtocol, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy, VpnEcmpSupportValue, VpnTunnelBandwidth } from "./enums";
2
2
  import type { AddedPrincipal, AddressAttribute, ByoipCidr, CapacityReservation, ClientVpnAuthorizationRuleStatus, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayClientVpnAttachment, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VpcEncryptionControl } from "./models_0";
3
3
  import type { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, IcmpTypeCode, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, OperatorRequest, Placement, RouteServer } from "./models_1";
4
4
  import type { DnsOptionsSpecification, IKEVersionsRequestListValue, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorPortRangeRequest, TrafficMirrorSession, TransitGateway, TransitGatewayMeteringPolicy, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
5
5
  import type { AttributeBooleanValue, Byoasn, CapacityBlock, CapacityBlockExtension, ClientVpnConnectionStatus, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
6
- import type { CreateVolumePermission, InstanceNetworkInterfaceSpecification, InstanceState, LaunchTemplateConfig, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
6
+ import type { CreateVolumePermission, InstanceNetworkInterfaceSpecification, InstanceState, LaunchTemplateConfig, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
7
7
  import type { CapacityManagerMonitoredTagKey, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
8
8
  import type { CapacityReservationSpecification, Purchase } from "./models_6";
9
+ /**
10
+ * @public
11
+ */
12
+ export interface ModifyPublicIpDnsNameOptionsResult {
13
+ /**
14
+ * <p>Whether or not the request was successful.</p>
15
+ * @public
16
+ */
17
+ Successful?: boolean | undefined;
18
+ }
19
+ /**
20
+ * <p>Contains the parameters for ModifyReservedInstances.</p>
21
+ * @public
22
+ */
23
+ export interface ModifyReservedInstancesRequest {
24
+ /**
25
+ * <p>The IDs of the Reserved Instances to modify.</p>
26
+ * @public
27
+ */
28
+ ReservedInstancesIds: string[] | undefined;
29
+ /**
30
+ * <p>A unique, case-sensitive token you provide to ensure idempotency of your modification
31
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
32
+ * Idempotency</a>.</p>
33
+ * @public
34
+ */
35
+ ClientToken?: string | undefined;
36
+ /**
37
+ * <p>The configuration settings for the Reserved Instances to modify.</p>
38
+ * @public
39
+ */
40
+ TargetConfigurations: ReservedInstancesConfiguration[] | undefined;
41
+ }
42
+ /**
43
+ * <p>Contains the output of ModifyReservedInstances.</p>
44
+ * @public
45
+ */
46
+ export interface ModifyReservedInstancesResult {
47
+ /**
48
+ * <p>The ID for the modification.</p>
49
+ * @public
50
+ */
51
+ ReservedInstancesModificationId?: string | undefined;
52
+ }
53
+ /**
54
+ * @public
55
+ */
56
+ export interface ModifyRouteServerRequest {
57
+ /**
58
+ * <p>The ID of the route server to modify.</p>
59
+ * @public
60
+ */
61
+ RouteServerId: string | undefined;
62
+ /**
63
+ * <p>Specifies whether to persist routes after all BGP sessions are terminated.</p>
64
+ * <ul>
65
+ * <li>
66
+ * <p>enable: Routes will be persisted in FIB and RIB after all BGP sessions are terminated.</p>
67
+ * </li>
68
+ * <li>
69
+ * <p>disable: Routes will not be persisted in FIB and RIB after all BGP sessions are terminated.</p>
70
+ * </li>
71
+ * <li>
72
+ * <p>reset: If a route server has persisted routes due to all BGP sessions having ended, reset will withdraw all routes and reset route server to an empty FIB and RIB.</p>
73
+ * </li>
74
+ * </ul>
75
+ * @public
76
+ */
77
+ PersistRoutes?: RouteServerPersistRoutesAction | undefined;
78
+ /**
79
+ * <p>The number of minutes a route server will wait after BGP is re-established to unpersist the routes in the FIB and RIB. Value must be in the range of 1-5. Required if PersistRoutes is <code>enabled</code>.</p>
80
+ * <p>If you set the duration to 1 minute, then when your network appliance re-establishes BGP with route server, it has 1 minute to relearn it's adjacent network and advertise those routes to route server before route server resumes normal functionality. In most cases, 1 minute is probably sufficient. If, however, you have concerns that your BGP network may not be capable of fully re-establishing and re-learning everything in 1 minute, you can increase the duration up to 5 minutes.</p>
81
+ * @public
82
+ */
83
+ PersistRoutesDuration?: number | undefined;
84
+ /**
85
+ * <p>Specifies whether to enable SNS notifications for route server events. Enabling SNS notifications persists BGP status changes to an SNS topic provisioned by Amazon Web Services.</p>
86
+ * @public
87
+ */
88
+ SnsNotificationsEnabled?: boolean | undefined;
89
+ /**
90
+ * <p>A check for whether you have the required permissions for the action without actually making the request
91
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
92
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
93
+ * @public
94
+ */
95
+ DryRun?: boolean | undefined;
96
+ }
9
97
  /**
10
98
  * @public
11
99
  */
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { DescribeIpamPoolAllocationsCommandInput, DescribeIpamPoolAllocationsCommandOutput } from "../commands/DescribeIpamPoolAllocationsCommand";
3
+ import type { EC2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateDescribeIpamPoolAllocations: (config: EC2PaginationConfiguration, input: DescribeIpamPoolAllocationsCommandInput, ...rest: any[]) => 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";