@aws-sdk/client-ec2 3.934.0 → 3.935.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 (1335) hide show
  1. package/README.md +72 -0
  2. package/dist-cjs/index.js +948 -86
  3. package/dist-es/EC2.js +18 -0
  4. package/dist-es/commands/CreateIpamPolicyCommand.js +16 -0
  5. package/dist-es/commands/DeleteIpamPolicyCommand.js +16 -0
  6. package/dist-es/commands/DescribeIpamPoliciesCommand.js +16 -0
  7. package/dist-es/commands/DisableIpamPolicyCommand.js +16 -0
  8. package/dist-es/commands/EnableIpamPolicyCommand.js +16 -0
  9. package/dist-es/commands/GetEnabledIpamPolicyCommand.js +16 -0
  10. package/dist-es/commands/GetIpamPolicyAllocationRulesCommand.js +16 -0
  11. package/dist-es/commands/GetIpamPolicyOrganizationTargetsCommand.js +16 -0
  12. package/dist-es/commands/ModifyIpamPolicyAllocationRulesCommand.js +16 -0
  13. package/dist-es/commands/index.js +9 -0
  14. package/dist-es/index.js +1 -1
  15. package/dist-es/models/enums.js +3604 -0
  16. package/dist-es/models/models_0.js +1 -521
  17. package/dist-es/models/models_1.js +1 -1619
  18. package/dist-es/models/models_2.js +1 -354
  19. package/dist-es/models/models_3.js +1 -158
  20. package/dist-es/models/models_4.js +1 -331
  21. package/dist-es/models/models_5.js +1 -213
  22. package/dist-es/models/models_6.js +1 -187
  23. package/dist-es/models/models_7.js +1 -131
  24. package/dist-es/schemas/schemas_0.js +777 -78
  25. package/dist-types/EC2.d.ts +66 -0
  26. package/dist-types/EC2Client.d.ts +11 -2
  27. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  28. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  29. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  30. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +2 -0
  31. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  32. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +4 -0
  33. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  34. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  35. package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
  36. package/dist-types/commands/CopyImageCommand.d.ts +2 -2
  37. package/dist-types/commands/CopySnapshotCommand.d.ts +2 -2
  38. package/dist-types/commands/CopyVolumesCommand.d.ts +2 -2
  39. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +2 -2
  40. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -2
  41. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -2
  42. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  43. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -2
  44. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -2
  45. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
  48. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
  49. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +2 -2
  52. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +3 -2
  53. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -2
  56. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateIpamPolicyCommand.d.ts +103 -0
  66. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  73. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -3
  74. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -2
  76. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -2
  77. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -2
  78. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +2 -2
  79. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +2 -2
  80. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +2 -2
  81. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
  82. package/dist-types/commands/CreateNatGatewayCommand.d.ts +22 -5
  83. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
  84. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -2
  86. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
  87. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -2
  88. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  89. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -2
  90. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
  91. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -2
  92. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
  94. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
  96. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
  97. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +2 -2
  98. package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
  99. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
  100. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
  101. package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
  102. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  116. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  117. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  118. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -3
  120. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
  121. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
  122. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
  123. package/dist-types/commands/CreateVolumeCommand.d.ts +3 -3
  124. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -2
  125. package/dist-types/commands/CreateVpcCommand.d.ts +2 -2
  126. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -2
  127. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  128. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -2
  129. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
  130. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +2 -2
  131. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -2
  132. package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  133. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -2
  134. package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
  135. package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  136. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  137. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
  138. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
  139. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  140. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  141. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  142. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  143. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  144. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
  145. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
  146. package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +1 -1
  147. package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
  148. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  149. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  150. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
  151. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  152. package/dist-types/commands/DeleteIpamPolicyCommand.d.ts +90 -0
  153. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  154. package/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
  155. package/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
  156. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  157. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
  158. package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
  159. package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
  160. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  161. package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  162. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
  163. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  164. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  165. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  166. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  167. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  168. package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
  169. package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
  170. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  171. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  172. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  173. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  174. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  175. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  176. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  177. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  178. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  179. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  180. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  181. package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
  182. package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  183. package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  184. package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
  185. package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
  186. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  187. package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
  188. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  189. package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
  190. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  191. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  192. package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  193. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
  194. package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  195. package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  196. package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
  197. package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  198. package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  199. package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  200. package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
  201. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  202. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  203. package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  204. package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  205. package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  206. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
  207. package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
  208. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  209. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
  210. package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
  211. package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
  212. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -2
  213. package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
  214. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
  215. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  216. package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
  217. package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  218. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  219. package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
  220. package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
  221. package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
  222. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
  223. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  224. package/dist-types/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
  225. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
  226. package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
  227. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  228. package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  229. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
  230. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
  231. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  232. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  233. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  234. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
  235. package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
  236. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
  237. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  238. package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
  239. package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
  240. package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
  241. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  242. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
  243. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
  244. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  245. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  246. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
  247. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  248. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  249. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  250. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  251. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  252. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  253. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  254. package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
  255. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  256. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
  257. package/dist-types/commands/DescribeImageReferencesCommand.d.ts +1 -1
  258. package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
  259. package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
  260. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
  261. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  262. package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
  263. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  264. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  265. package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  266. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  267. package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  268. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  269. package/dist-types/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
  270. package/dist-types/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
  271. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -2
  272. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
  273. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  274. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
  275. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  276. package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  277. package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
  278. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +3 -2
  279. package/dist-types/commands/DescribeIpamPoliciesCommand.d.ts +105 -0
  280. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
  281. package/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
  282. package/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
  283. package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
  284. package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
  285. package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
  286. package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
  287. package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
  288. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
  289. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  290. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
  291. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  292. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  293. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  294. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
  295. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  296. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  297. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  298. package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
  299. package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
  300. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  301. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
  302. package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +7 -1
  303. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  304. package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  305. package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
  306. package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
  307. package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
  308. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  309. package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
  310. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  311. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +1 -1
  312. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
  313. package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
  314. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
  315. package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  316. package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
  317. package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  318. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  319. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  320. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  321. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  322. package/dist-types/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
  323. package/dist-types/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
  324. package/dist-types/commands/DescribeRouteServersCommand.d.ts +1 -1
  325. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  326. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  327. package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
  328. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  329. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
  330. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  331. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  332. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
  333. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  334. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  335. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  336. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  337. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  338. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  339. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -3
  340. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  341. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
  342. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  343. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  344. package/dist-types/commands/DescribeSubnetsCommand.d.ts +1 -1
  345. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -2
  346. package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
  347. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  348. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  349. package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  350. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  351. package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  352. package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  353. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
  354. package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  355. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
  356. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
  357. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  358. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  359. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  360. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  361. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  362. package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
  363. package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
  364. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  365. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  366. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  367. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
  368. package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
  369. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  370. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  371. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
  372. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  373. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  374. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  375. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
  376. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  377. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  378. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
  379. package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  380. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
  381. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
  382. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
  383. package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
  384. package/dist-types/commands/DescribeVpnConcentratorsCommand.d.ts +1 -1
  385. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
  386. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
  387. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  388. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
  389. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  390. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  391. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
  392. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
  393. package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
  394. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  395. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  396. package/dist-types/commands/DisableCapacityManagerCommand.d.ts +1 -1
  397. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  398. package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
  399. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  400. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  401. package/dist-types/commands/DisableImageCommand.d.ts +1 -1
  402. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
  403. package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
  404. package/dist-types/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  405. package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  406. package/dist-types/commands/DisableIpamPolicyCommand.d.ts +77 -0
  407. package/dist-types/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
  408. package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
  409. package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  410. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  411. package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  412. package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  413. package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  414. package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
  415. package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  416. package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  417. package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  418. package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  419. package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  420. package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  421. package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  422. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +3 -1
  423. package/dist-types/commands/DisassociateRouteServerCommand.d.ts +1 -1
  424. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
  425. package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  426. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
  427. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  428. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  429. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  430. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  431. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  432. package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
  433. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
  434. package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  435. package/dist-types/commands/EnableCapacityManagerCommand.d.ts +1 -1
  436. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  437. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  438. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  439. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  440. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  441. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  442. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  443. package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  444. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  445. package/dist-types/commands/EnableIpamPolicyCommand.d.ts +78 -0
  446. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  447. package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  448. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  449. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  450. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  451. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  452. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  453. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  454. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  455. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  456. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  457. package/dist-types/commands/ExportImageCommand.d.ts +2 -2
  458. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  459. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  460. package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
  461. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
  462. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  463. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  464. package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  465. package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
  466. package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
  467. package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
  468. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  469. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  470. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
  471. package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  472. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  473. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  474. package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  475. package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  476. package/dist-types/commands/GetEnabledIpamPolicyCommand.d.ts +77 -0
  477. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  478. package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  479. package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  480. package/dist-types/commands/GetImageAncestryCommand.d.ts +2 -2
  481. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  482. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
  483. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  484. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  485. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  486. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  487. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
  488. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  489. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  490. package/dist-types/commands/GetIpamPolicyAllocationRulesCommand.d.ts +101 -0
  491. package/dist-types/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +92 -0
  492. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  493. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +2 -1
  494. package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
  495. package/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
  496. package/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
  497. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  498. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  499. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  500. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  501. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  502. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  503. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  504. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  505. package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  506. package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  507. package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  508. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  509. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  510. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
  511. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
  512. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  513. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  514. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  515. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  516. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
  517. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  518. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  519. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  520. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  521. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  522. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  523. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  524. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  525. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  526. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  527. package/dist-types/commands/ImportImageCommand.d.ts +2 -2
  528. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  529. package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -2
  530. package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -2
  531. package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
  532. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  533. package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  534. package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
  535. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  536. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  537. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  538. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  539. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  540. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  541. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  542. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  543. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  544. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  545. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  546. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  547. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  548. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  549. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  550. package/dist-types/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
  551. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  552. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  553. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  554. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  555. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  556. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  557. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  558. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  559. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  560. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  561. package/dist-types/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +93 -0
  562. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  563. package/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
  564. package/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
  565. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  566. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  567. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  568. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  569. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  570. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  571. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  572. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  573. package/dist-types/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
  574. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  575. package/dist-types/commands/ModifyRouteServerCommand.d.ts +1 -1
  576. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  577. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  578. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  579. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  580. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  581. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  582. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  583. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  584. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  585. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  586. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  587. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  588. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  589. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  590. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  591. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  592. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  593. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  594. package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  595. package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
  596. package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  597. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  598. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  599. package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  600. package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  601. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  602. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  603. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  604. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  605. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  606. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  607. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  608. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  609. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  610. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  611. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  612. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  613. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  614. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  615. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  616. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  617. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  618. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
  619. package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  620. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
  621. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  622. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  623. package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
  624. package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
  625. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  626. package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  627. package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  628. package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  629. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  630. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  631. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  632. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  633. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  634. package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
  635. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  636. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  637. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  638. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
  639. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  640. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  641. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  642. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  643. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  644. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  645. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  646. package/dist-types/commands/RequestSpotFleetCommand.d.ts +3 -3
  647. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  648. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
  649. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  650. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  651. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  652. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  653. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  654. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  655. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  656. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  657. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  658. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  659. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  660. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  661. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  662. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  663. package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  664. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
  665. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  666. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  667. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  668. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  669. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
  670. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  671. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
  672. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
  673. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  674. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  675. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  676. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  677. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  678. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  679. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
  680. package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
  681. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  682. package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
  683. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  684. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  685. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  686. package/dist-types/commands/index.d.ts +9 -0
  687. package/dist-types/index.d.ts +9 -1
  688. package/dist-types/models/enums.d.ts +6980 -0
  689. package/dist-types/models/models_0.d.ts +2943 -1058
  690. package/dist-types/models/models_1.d.ts +9245 -8143
  691. package/dist-types/models/models_2.d.ts +4061 -6064
  692. package/dist-types/models/models_3.d.ts +9084 -3648
  693. package/dist-types/models/models_4.d.ts +7250 -6766
  694. package/dist-types/models/models_5.d.ts +4333 -7858
  695. package/dist-types/models/models_6.d.ts +5475 -4305
  696. package/dist-types/models/models_7.d.ts +2669 -6042
  697. package/dist-types/schemas/schemas_0.d.ts +39 -0
  698. package/dist-types/ts3.4/EC2.d.ts +156 -0
  699. package/dist-types/ts3.4/EC2Client.d.ts +54 -0
  700. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
  701. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
  702. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
  703. package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +1 -1
  704. package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  705. package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  706. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +1 -1
  707. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  708. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  709. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  710. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  711. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
  712. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
  713. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  714. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  715. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +1 -1
  716. package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  717. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -4
  718. package/dist-types/ts3.4/commands/CreateIpamPolicyCommand.d.ts +50 -0
  719. package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  720. package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
  721. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
  722. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  723. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  724. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  725. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  726. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  727. package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  728. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  729. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -2
  730. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
  731. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  732. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  733. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  734. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  735. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  736. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +1 -1
  737. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  738. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  739. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  740. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  741. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
  742. package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
  743. package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  744. package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  745. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +1 -1
  746. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
  747. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
  748. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
  749. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  750. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  751. package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +4 -2
  752. package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  753. package/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  754. package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  755. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -2
  756. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  757. package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
  758. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -1
  759. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  760. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  761. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  762. package/dist-types/ts3.4/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  763. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -1
  764. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  765. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
  766. package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
  767. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  768. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  769. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
  770. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
  771. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  772. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  773. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  774. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  775. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  776. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
  777. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +1 -1
  778. package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +1 -1
  779. package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
  780. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  781. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  782. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
  783. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  784. package/dist-types/ts3.4/commands/DeleteIpamPolicyCommand.d.ts +50 -0
  785. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
  786. package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
  787. package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
  788. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  789. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
  790. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
  791. package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
  792. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  793. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  794. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
  795. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  796. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  797. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  798. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  799. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  800. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
  801. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
  802. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  803. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  804. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  805. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  806. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  807. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  808. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  809. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
  810. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  811. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  812. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
  813. package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
  814. package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  815. package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  816. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
  817. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +1 -1
  818. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
  819. package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
  820. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  821. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
  822. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  823. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  824. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  825. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
  826. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  827. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  828. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
  829. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  830. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  831. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  832. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
  833. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  834. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  835. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  836. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  837. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  838. package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
  839. package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
  840. package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  841. package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
  842. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -1
  843. package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +4 -2
  844. package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
  845. package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
  846. package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  847. package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
  848. package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  849. package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  850. package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
  851. package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
  852. package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
  853. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
  854. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  855. package/dist-types/ts3.4/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
  856. package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
  857. package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
  858. package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  859. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  860. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
  861. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
  862. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  863. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  864. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  865. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +1 -1
  866. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
  867. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
  868. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  869. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
  870. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +1 -1
  871. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +1 -1
  872. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
  873. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
  874. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
  875. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  876. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  877. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
  878. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  879. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  880. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  881. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  882. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
  883. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  884. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  885. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
  886. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  887. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
  888. package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +1 -1
  889. package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
  890. package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
  891. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
  892. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  893. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
  894. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  895. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  896. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  897. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  898. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  899. package/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  900. package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
  901. package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
  902. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +4 -2
  903. package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +2 -4
  904. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  905. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +1 -1
  906. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +1 -1
  907. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  908. package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
  909. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
  910. package/dist-types/ts3.4/commands/DescribeIpamPoliciesCommand.d.ts +51 -0
  911. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +1 -1
  912. package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
  913. package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
  914. package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
  915. package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
  916. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
  917. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +1 -1
  918. package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
  919. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +1 -1
  920. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  921. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
  922. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  923. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  924. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  925. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
  926. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  927. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  928. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  929. package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
  930. package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
  931. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  932. package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +1 -1
  933. package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -1
  934. package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  935. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  936. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
  937. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
  938. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
  939. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  940. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
  941. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  942. package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +1 -1
  943. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
  944. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
  945. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
  946. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  947. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +1 -1
  948. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  949. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  950. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  951. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  952. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  953. package/dist-types/ts3.4/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
  954. package/dist-types/ts3.4/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
  955. package/dist-types/ts3.4/commands/DescribeRouteServersCommand.d.ts +1 -1
  956. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  957. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  958. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
  959. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  960. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
  961. package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  962. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  963. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
  964. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  965. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  966. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  967. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  968. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  969. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  970. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
  971. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  972. package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
  973. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  974. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  975. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +1 -1
  976. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
  977. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
  978. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  979. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  980. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  981. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  982. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  983. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  984. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
  985. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  986. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
  987. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
  988. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  989. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  990. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  991. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  992. package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  993. package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
  994. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
  995. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  996. package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  997. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  998. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
  999. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
  1000. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  1001. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  1002. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
  1003. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  1004. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  1005. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  1006. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
  1007. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  1008. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  1009. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
  1010. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  1011. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
  1012. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
  1013. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
  1014. package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +1 -1
  1015. package/dist-types/ts3.4/commands/DescribeVpnConcentratorsCommand.d.ts +1 -1
  1016. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
  1017. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
  1018. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  1019. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
  1020. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  1021. package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  1022. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
  1023. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
  1024. package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
  1025. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  1026. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  1027. package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +1 -1
  1028. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  1029. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
  1030. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  1031. package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  1032. package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
  1033. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
  1034. package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
  1035. package/dist-types/ts3.4/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  1036. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  1037. package/dist-types/ts3.4/commands/DisableIpamPolicyCommand.d.ts +51 -0
  1038. package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
  1039. package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
  1040. package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  1041. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  1042. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  1043. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  1044. package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  1045. package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +1 -1
  1046. package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  1047. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  1048. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  1049. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  1050. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  1051. package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  1052. package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  1053. package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  1054. package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +1 -1
  1055. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
  1056. package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  1057. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
  1058. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  1059. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  1060. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  1061. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  1062. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  1063. package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +1 -1
  1064. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
  1065. package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  1066. package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +1 -1
  1067. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  1068. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  1069. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  1070. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  1071. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  1072. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  1073. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  1074. package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  1075. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  1076. package/dist-types/ts3.4/commands/EnableIpamPolicyCommand.d.ts +50 -0
  1077. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  1078. package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  1079. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  1080. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  1081. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  1082. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  1083. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
  1084. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  1085. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  1086. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  1087. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  1088. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  1089. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  1090. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  1091. package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
  1092. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
  1093. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  1094. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  1095. package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  1096. package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
  1097. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
  1098. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
  1099. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  1100. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  1101. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
  1102. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  1103. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  1104. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  1105. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  1106. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  1107. package/dist-types/ts3.4/commands/GetEnabledIpamPolicyCommand.d.ts +51 -0
  1108. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  1109. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  1110. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  1111. package/dist-types/ts3.4/commands/GetImageAncestryCommand.d.ts +1 -1
  1112. package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  1113. package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
  1114. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  1115. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  1116. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  1117. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  1118. package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
  1119. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  1120. package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  1121. package/dist-types/ts3.4/commands/GetIpamPolicyAllocationRulesCommand.d.ts +51 -0
  1122. package/dist-types/ts3.4/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +51 -0
  1123. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  1124. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +2 -4
  1125. package/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
  1126. package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
  1127. package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
  1128. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  1129. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  1130. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  1131. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  1132. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  1133. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  1134. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  1135. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  1136. package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  1137. package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  1138. package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  1139. package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  1140. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  1141. package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
  1142. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
  1143. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  1144. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  1145. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  1146. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  1147. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
  1148. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  1149. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  1150. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  1151. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  1152. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  1153. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  1154. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  1155. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  1156. package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  1157. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  1158. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  1159. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
  1160. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
  1161. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +1 -1
  1162. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
  1163. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  1164. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  1165. package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
  1166. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  1167. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  1168. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  1169. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  1170. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  1171. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  1172. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  1173. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
  1174. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  1175. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  1176. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  1177. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  1178. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  1179. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  1180. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  1181. package/dist-types/ts3.4/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
  1182. package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  1183. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  1184. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  1185. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  1186. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  1187. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  1188. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  1189. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  1190. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  1191. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  1192. package/dist-types/ts3.4/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +51 -0
  1193. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  1194. package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
  1195. package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
  1196. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  1197. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  1198. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  1199. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  1200. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  1201. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  1202. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  1203. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  1204. package/dist-types/ts3.4/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
  1205. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  1206. package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +1 -1
  1207. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  1208. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  1209. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  1210. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  1211. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  1212. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  1213. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  1214. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  1215. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  1216. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  1217. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  1218. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  1219. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  1220. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  1221. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  1222. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  1223. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  1224. package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  1225. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  1226. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
  1227. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  1228. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  1229. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  1230. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  1231. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  1232. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  1233. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  1234. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  1235. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  1236. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  1237. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  1238. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  1239. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  1240. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  1241. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
  1242. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  1243. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  1244. package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  1245. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  1246. package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  1247. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  1248. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  1249. package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  1250. package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  1251. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
  1252. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  1253. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  1254. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
  1255. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
  1256. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  1257. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  1258. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  1259. package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  1260. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  1261. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  1262. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  1263. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  1264. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  1265. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
  1266. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  1267. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  1268. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  1269. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
  1270. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  1271. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  1272. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  1273. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  1274. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  1275. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  1276. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  1277. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
  1278. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  1279. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
  1280. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  1281. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  1282. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  1283. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  1284. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  1285. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  1286. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  1287. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  1288. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  1289. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  1290. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  1291. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  1292. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  1293. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  1294. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +2 -2
  1295. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
  1296. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  1297. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  1298. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  1299. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  1300. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  1301. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
  1302. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  1303. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  1304. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  1305. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  1306. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  1307. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  1308. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  1309. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  1310. package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  1311. package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
  1312. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  1313. package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
  1314. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  1315. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  1316. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  1317. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  1318. package/dist-types/ts3.4/index.d.ts +9 -1
  1319. package/dist-types/ts3.4/models/enums.d.ts +4361 -0
  1320. package/dist-types/ts3.4/models/models_0.d.ts +595 -642
  1321. package/dist-types/ts3.4/models/models_1.d.ts +1362 -2296
  1322. package/dist-types/ts3.4/models/models_2.d.ts +1527 -2046
  1323. package/dist-types/ts3.4/models/models_3.d.ts +1793 -1316
  1324. package/dist-types/ts3.4/models/models_4.d.ts +1768 -1878
  1325. package/dist-types/ts3.4/models/models_5.d.ts +1273 -1692
  1326. package/dist-types/ts3.4/models/models_6.d.ts +1529 -1302
  1327. package/dist-types/ts3.4/models/models_7.d.ts +806 -1614
  1328. package/dist-types/ts3.4/schemas/schemas_0.d.ts +39 -0
  1329. package/package.json +13 -13
  1330. package/dist-es/models/index.js +0 -9
  1331. package/dist-es/models/models_8.js +0 -51
  1332. package/dist-types/models/index.d.ts +0 -9
  1333. package/dist-types/models/models_8.d.ts +0 -7488
  1334. package/dist-types/ts3.4/models/index.d.ts +0 -9
  1335. package/dist-types/ts3.4/models/models_8.d.ts +0 -1694
@@ -1,1878 +1,1070 @@
1
- import {
2
- AccessScopeAnalysisFinding,
3
- AddIpamOperatingRegion,
4
- AddIpamOrganizationalUnitExclusion,
5
- AddPrefixListEntry,
6
- AddressAttribute,
7
- Affinity,
8
- AutoPlacement,
9
- CurrencyCodeValues,
10
- EnaSrdSpecification,
11
- HostMaintenance,
12
- HostRecovery,
13
- InstanceEventWindow,
14
- IpamPoolAllocation,
15
- RouteServerAssociation,
16
- SubnetAssociation,
17
- Tag,
18
- TagSpecification,
19
- TargetConfigurationRequest,
20
- TransitGatewayAssociationState,
21
- TransitGatewayAttachmentResourceType,
22
- TransitGatewayPolicyTableAssociation,
23
- UnsuccessfulItem,
24
- } from "./models_0";
25
1
  import {
26
2
  _InstanceType,
27
- AttributeValue,
28
- CapacityReservationPreference,
29
- CapacityReservationTarget,
30
- ClientConnectOptions,
31
- ClientLoginBannerOptions,
32
- ClientRouteEnforcementOptions,
33
- ConnectionLogOptions,
34
- ConnectionTrackingSpecificationRequest,
35
- DiskImageFormat,
36
- EndDateType,
37
- ExternalAuthorityConfiguration,
38
- FleetExcessCapacityTerminationPolicy,
39
- FleetLaunchTemplateConfigRequest,
40
- HostnameType,
41
- InstanceEventWindowTimeRangeRequest,
42
- InstanceMatchCriteria,
43
- InstanceRequirementsRequest,
44
- IpAddressType,
45
- Ipam,
46
- IpamMeteredAccount,
47
- IpamPool,
48
- IpamPrefixListResolver,
49
- IpamPrefixListResolverRuleConditionOperation,
50
- IpamPrefixListResolverRuleRequest,
51
- IpamPrefixListResolverRuleType,
52
- IpamPrefixListResolverTarget,
53
- IpamResourceDiscovery,
54
- IpamResourceTag,
55
- IpamResourceType,
56
- IpamScope,
57
- IpamTier,
58
- Placement,
59
- PlatformValues,
60
- RequestIpamResourceTag,
61
- SelfServicePortal,
62
- ShutdownBehavior,
63
- SSEType,
64
- TargetCapacitySpecificationRequest,
65
- TargetCapacityUnitType,
66
- } from "./models_1";
67
- import {
68
- InstanceBandwidthWeighting,
69
- LaunchTemplate,
70
- LocalGatewayRoute,
71
- ManagedPrefixList,
72
- NetworkInsightsAccessScopeContent,
73
- ResponseLaunchTemplateData,
74
- RouteServer,
75
- RouteServerPersistRoutesAction,
76
- SubnetCidrReservation,
77
- TransitGatewayPrefixListReference,
78
- } from "./models_2";
79
- import { Filter, IpamPoolCidr } from "./models_3";
80
- import {
3
+ AddressAttributeName,
4
+ AmdSevSnpSpecification,
81
5
  ArchitectureValues,
82
- AttributeBooleanValue,
83
6
  BootModeValues,
84
- ConversionTask,
85
- FpgaImageAttribute,
86
- FpgaImageAttributeName,
7
+ CapacityManagerStatus,
8
+ CapacityReservationInstancePlatform,
9
+ CurrencyCodeValues,
10
+ HostnameType,
87
11
  HttpTokensState,
88
- ImportImageLicenseConfigurationResponse,
12
+ ImdsSupportValues,
89
13
  InstanceAttributeName,
90
14
  InstanceAutoRecoveryState,
15
+ InstanceBandwidthWeighting,
16
+ InstanceInterruptionBehavior,
91
17
  InstanceMetadataEndpointState,
92
- InstanceMetadataOptionsResponse,
93
18
  InstanceMetadataProtocolState,
94
19
  InstanceMetadataTagsState,
95
- InstanceRebootMigrationState,
96
- LaunchPermission,
97
- PaymentOption,
98
- PermissionGroup,
99
- SnapshotDetail,
100
- SnapshotTaskDetail,
101
- VirtualizationType,
102
- } from "./models_4";
20
+ MarketType,
21
+ MembershipType,
22
+ ReportInstanceReasonCodes,
23
+ ReportStatusType,
24
+ ResetFpgaImageAttributeName,
25
+ ResetImageAttributeName,
26
+ RuleAction,
27
+ ShutdownBehavior,
28
+ SnapshotAttributeName,
29
+ SnapshotState,
30
+ SpotInstanceType,
31
+ SSEType,
32
+ Status,
33
+ TpmSupportValues,
34
+ TransitGatewayAttachmentResourceType,
35
+ VerificationMethod,
36
+ } from "./enums";
103
37
  import {
104
- AnalysisStatus,
105
- ArchitectureType,
106
- InstanceStatusEvent,
107
- LockState,
108
- ReservedInstancesConfiguration,
109
- } from "./models_5";
38
+ AddressAttribute,
39
+ ByoipCidr,
40
+ CapacityReservation,
41
+ ClientVpnAuthorizationRuleStatus,
42
+ IamInstanceProfileAssociation,
43
+ IamInstanceProfileSpecification,
44
+ IpPermission,
45
+ NatGatewayAddress,
46
+ PortRange,
47
+ RouteTableAssociationState,
48
+ TagSpecification,
49
+ TransitGatewayMulticastDomainAssociations,
50
+ TransitGatewayPeeringAttachment,
51
+ TransitGatewayVpcAttachment,
52
+ UnsuccessfulItem,
53
+ } from "./models_0";
110
54
  import {
111
- ManagedBy,
112
- RouteServerPropagation,
113
- SnapshotBlockPublicAccessState,
114
- TransitGatewayPropagationState,
115
- } from "./models_6";
116
- export interface GetConsoleOutputRequest {
117
- InstanceId: string | undefined;
118
- Latest?: boolean | undefined;
55
+ BlockDeviceMapping,
56
+ CreditSpecificationRequest,
57
+ ElasticGpuSpecification,
58
+ IcmpTypeCode,
59
+ InstanceIpv6Address,
60
+ LocalGatewayRoute,
61
+ ManagedPrefixList,
62
+ OperatorRequest,
63
+ Placement,
64
+ } from "./models_1";
65
+ import { TransitGatewayRoute } from "./models_2";
66
+ import {
67
+ Byoasn,
68
+ CapacityBlock,
69
+ CapacityBlockExtension,
70
+ ClientVpnConnectionStatus,
71
+ Filter,
72
+ InstanceState,
73
+ InstanceTagNotificationAttribute,
74
+ IpamPoolCidr,
75
+ Monitoring,
76
+ } from "./models_3";
77
+ import {
78
+ InstanceNetworkInterfaceSpecification,
79
+ NetworkInsightsAccessScopeAnalysis,
80
+ NetworkInsightsAnalysis,
81
+ PublicIpv4PoolRange,
82
+ RunInstancesMonitoringEnabled,
83
+ ScheduledInstance,
84
+ SpotFleetRequestConfigData,
85
+ SpotInstanceRequest,
86
+ SpotPlacement,
87
+ } from "./models_4";
88
+ import { Purchase } from "./models_5";
89
+ import { CapacityReservationSpecification } from "./models_6";
90
+ export interface InstanceMonitoring {
91
+ InstanceId?: string | undefined;
92
+ Monitoring?: Monitoring | undefined;
93
+ }
94
+ export interface MonitorInstancesResult {
95
+ InstanceMonitorings?: InstanceMonitoring[] | undefined;
96
+ }
97
+ export interface MoveAddressToVpcRequest {
119
98
  DryRun?: boolean | undefined;
99
+ PublicIp: string | undefined;
120
100
  }
121
- export interface GetConsoleOutputResult {
122
- InstanceId?: string | undefined;
123
- Timestamp?: Date | undefined;
124
- Output?: string | undefined;
101
+ export interface MoveAddressToVpcResult {
102
+ AllocationId?: string | undefined;
103
+ Status?: Status | undefined;
125
104
  }
126
- export interface GetConsoleScreenshotRequest {
105
+ export interface MoveByoipCidrToIpamRequest {
127
106
  DryRun?: boolean | undefined;
128
- InstanceId: string | undefined;
129
- WakeUp?: boolean | undefined;
107
+ Cidr: string | undefined;
108
+ IpamPoolId: string | undefined;
109
+ IpamPoolOwner: string | undefined;
130
110
  }
131
- export interface GetConsoleScreenshotResult {
132
- ImageData?: string | undefined;
133
- InstanceId?: string | undefined;
111
+ export interface MoveByoipCidrToIpamResult {
112
+ ByoipCidr?: ByoipCidr | undefined;
134
113
  }
135
- export interface GetDeclarativePoliciesReportSummaryRequest {
114
+ export interface MoveCapacityReservationInstancesRequest {
136
115
  DryRun?: boolean | undefined;
137
- ReportId: string | undefined;
116
+ ClientToken?: string | undefined;
117
+ SourceCapacityReservationId: string | undefined;
118
+ DestinationCapacityReservationId: string | undefined;
119
+ InstanceCount: number | undefined;
138
120
  }
139
- export interface RegionalSummary {
140
- RegionName?: string | undefined;
141
- NumberOfMatchedAccounts?: number | undefined;
142
- NumberOfUnmatchedAccounts?: number | undefined;
121
+ export interface MoveCapacityReservationInstancesResult {
122
+ SourceCapacityReservation?: CapacityReservation | undefined;
123
+ DestinationCapacityReservation?: CapacityReservation | undefined;
124
+ InstanceCount?: number | undefined;
143
125
  }
144
- export interface AttributeSummary {
145
- AttributeName?: string | undefined;
146
- MostFrequentValue?: string | undefined;
147
- NumberOfMatchedAccounts?: number | undefined;
148
- NumberOfUnmatchedAccounts?: number | undefined;
149
- RegionalSummaries?: RegionalSummary[] | undefined;
126
+ export interface CidrAuthorizationContext {
127
+ Message: string | undefined;
128
+ Signature: string | undefined;
150
129
  }
151
- export interface GetDeclarativePoliciesReportSummaryResult {
152
- ReportId?: string | undefined;
153
- S3Bucket?: string | undefined;
154
- S3Prefix?: string | undefined;
155
- TargetId?: string | undefined;
156
- StartTime?: Date | undefined;
157
- EndTime?: Date | undefined;
158
- NumberOfAccounts?: number | undefined;
159
- NumberOfFailedAccounts?: number | undefined;
160
- AttributeSummaries?: AttributeSummary[] | undefined;
161
- }
162
- export declare const UnlimitedSupportedInstanceFamily: {
163
- readonly t2: "t2";
164
- readonly t3: "t3";
165
- readonly t3a: "t3a";
166
- readonly t4g: "t4g";
167
- };
168
- export type UnlimitedSupportedInstanceFamily =
169
- (typeof UnlimitedSupportedInstanceFamily)[keyof typeof UnlimitedSupportedInstanceFamily];
170
- export interface GetDefaultCreditSpecificationRequest {
171
- DryRun?: boolean | undefined;
172
- InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
173
- }
174
- export interface InstanceFamilyCreditSpecification {
175
- InstanceFamily?: UnlimitedSupportedInstanceFamily | undefined;
176
- CpuCredits?: string | undefined;
177
- }
178
- export interface GetDefaultCreditSpecificationResult {
179
- InstanceFamilyCreditSpecification?:
180
- | InstanceFamilyCreditSpecification
181
- | undefined;
130
+ export interface ProvisionByoipCidrRequest {
131
+ Cidr: string | undefined;
132
+ CidrAuthorizationContext?: CidrAuthorizationContext | undefined;
133
+ PubliclyAdvertisable?: boolean | undefined;
134
+ Description?: string | undefined;
135
+ DryRun?: boolean | undefined;
136
+ PoolTagSpecifications?: TagSpecification[] | undefined;
137
+ MultiRegion?: boolean | undefined;
138
+ NetworkBorderGroup?: string | undefined;
139
+ }
140
+ export interface ProvisionByoipCidrResult {
141
+ ByoipCidr?: ByoipCidr | undefined;
182
142
  }
183
- export interface GetEbsDefaultKmsKeyIdRequest {
143
+ export interface AsnAuthorizationContext {
144
+ Message: string | undefined;
145
+ Signature: string | undefined;
146
+ }
147
+ export interface ProvisionIpamByoasnRequest {
184
148
  DryRun?: boolean | undefined;
149
+ IpamId: string | undefined;
150
+ Asn: string | undefined;
151
+ AsnAuthorizationContext: AsnAuthorizationContext | undefined;
185
152
  }
186
- export interface GetEbsDefaultKmsKeyIdResult {
187
- KmsKeyId?: string | undefined;
153
+ export interface ProvisionIpamByoasnResult {
154
+ Byoasn?: Byoasn | undefined;
155
+ }
156
+ export interface IpamCidrAuthorizationContext {
157
+ Message?: string | undefined;
158
+ Signature?: string | undefined;
159
+ }
160
+ export interface ProvisionIpamPoolCidrRequest {
161
+ DryRun?: boolean | undefined;
162
+ IpamPoolId: string | undefined;
163
+ Cidr?: string | undefined;
164
+ CidrAuthorizationContext?: IpamCidrAuthorizationContext | undefined;
165
+ NetmaskLength?: number | undefined;
166
+ ClientToken?: string | undefined;
167
+ VerificationMethod?: VerificationMethod | undefined;
168
+ IpamExternalResourceVerificationTokenId?: string | undefined;
188
169
  }
189
- export interface GetEbsEncryptionByDefaultRequest {
170
+ export interface ProvisionIpamPoolCidrResult {
171
+ IpamPoolCidr?: IpamPoolCidr | undefined;
172
+ }
173
+ export interface ProvisionPublicIpv4PoolCidrRequest {
190
174
  DryRun?: boolean | undefined;
175
+ IpamPoolId: string | undefined;
176
+ PoolId: string | undefined;
177
+ NetmaskLength: number | undefined;
178
+ NetworkBorderGroup?: string | undefined;
191
179
  }
192
- export interface GetEbsEncryptionByDefaultResult {
193
- EbsEncryptionByDefault?: boolean | undefined;
194
- SseType?: SSEType | undefined;
180
+ export interface ProvisionPublicIpv4PoolCidrResult {
181
+ PoolId?: string | undefined;
182
+ PoolAddressRange?: PublicIpv4PoolRange | undefined;
195
183
  }
196
- export declare const PartitionLoadFrequency: {
197
- readonly DAILY: "daily";
198
- readonly MONTHLY: "monthly";
199
- readonly NONE: "none";
200
- readonly WEEKLY: "weekly";
201
- };
202
- export type PartitionLoadFrequency =
203
- (typeof PartitionLoadFrequency)[keyof typeof PartitionLoadFrequency];
204
- export interface AthenaIntegration {
205
- IntegrationResultS3DestinationArn: string | undefined;
206
- PartitionLoadFrequency: PartitionLoadFrequency | undefined;
207
- PartitionStartDate?: Date | undefined;
208
- PartitionEndDate?: Date | undefined;
209
- }
210
- export interface IntegrateServices {
211
- AthenaIntegrations?: AthenaIntegration[] | undefined;
212
- }
213
- export interface GetFlowLogsIntegrationTemplateRequest {
214
- DryRun?: boolean | undefined;
215
- FlowLogId: string | undefined;
216
- ConfigDeliveryS3DestinationArn: string | undefined;
217
- IntegrateServices: IntegrateServices | undefined;
218
- }
219
- export interface GetFlowLogsIntegrationTemplateResult {
220
- Result?: string | undefined;
221
- }
222
- export interface GetGroupsForCapacityReservationRequest {
223
- CapacityReservationId: string | undefined;
224
- NextToken?: string | undefined;
225
- MaxResults?: number | undefined;
184
+ export interface PurchaseCapacityBlockRequest {
226
185
  DryRun?: boolean | undefined;
186
+ TagSpecifications?: TagSpecification[] | undefined;
187
+ CapacityBlockOfferingId: string | undefined;
188
+ InstancePlatform: CapacityReservationInstancePlatform | undefined;
227
189
  }
228
- export interface CapacityReservationGroup {
229
- GroupArn?: string | undefined;
230
- OwnerId?: string | undefined;
190
+ export interface PurchaseCapacityBlockResult {
191
+ CapacityReservation?: CapacityReservation | undefined;
192
+ CapacityBlocks?: CapacityBlock[] | undefined;
231
193
  }
232
- export interface GetGroupsForCapacityReservationResult {
233
- NextToken?: string | undefined;
234
- CapacityReservationGroups?: CapacityReservationGroup[] | undefined;
194
+ export interface PurchaseCapacityBlockExtensionRequest {
195
+ CapacityBlockExtensionOfferingId: string | undefined;
196
+ CapacityReservationId: string | undefined;
197
+ DryRun?: boolean | undefined;
235
198
  }
236
- export interface GetHostReservationPurchasePreviewRequest {
199
+ export interface PurchaseCapacityBlockExtensionResult {
200
+ CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
201
+ }
202
+ export interface PurchaseHostReservationRequest {
203
+ ClientToken?: string | undefined;
204
+ CurrencyCode?: CurrencyCodeValues | undefined;
237
205
  HostIdSet: string[] | undefined;
206
+ LimitPrice?: string | undefined;
238
207
  OfferingId: string | undefined;
208
+ TagSpecifications?: TagSpecification[] | undefined;
239
209
  }
240
- export interface Purchase {
241
- CurrencyCode?: CurrencyCodeValues | undefined;
242
- Duration?: number | undefined;
243
- HostIdSet?: string[] | undefined;
244
- HostReservationId?: string | undefined;
245
- HourlyPrice?: string | undefined;
246
- InstanceFamily?: string | undefined;
247
- PaymentOption?: PaymentOption | undefined;
248
- UpfrontPrice?: string | undefined;
249
- }
250
- export interface GetHostReservationPurchasePreviewResult {
210
+ export interface PurchaseHostReservationResult {
211
+ ClientToken?: string | undefined;
251
212
  CurrencyCode?: CurrencyCodeValues | undefined;
252
213
  Purchase?: Purchase[] | undefined;
253
214
  TotalHourlyPrice?: string | undefined;
254
215
  TotalUpfrontPrice?: string | undefined;
255
216
  }
256
- export interface GetImageAncestryRequest {
257
- ImageId: string | undefined;
217
+ export interface ReservedInstanceLimitPrice {
218
+ Amount?: number | undefined;
219
+ CurrencyCode?: CurrencyCodeValues | undefined;
220
+ }
221
+ export interface PurchaseReservedInstancesOfferingRequest {
222
+ InstanceCount: number | undefined;
223
+ ReservedInstancesOfferingId: string | undefined;
224
+ PurchaseTime?: Date | undefined;
258
225
  DryRun?: boolean | undefined;
226
+ LimitPrice?: ReservedInstanceLimitPrice | undefined;
259
227
  }
260
- export interface ImageAncestryEntry {
261
- CreationDate?: Date | undefined;
262
- ImageId?: string | undefined;
263
- ImageOwnerAlias?: string | undefined;
264
- SourceImageId?: string | undefined;
265
- SourceImageRegion?: string | undefined;
228
+ export interface PurchaseReservedInstancesOfferingResult {
229
+ ReservedInstancesId?: string | undefined;
266
230
  }
267
- export interface GetImageAncestryResult {
268
- ImageAncestryEntries?: ImageAncestryEntry[] | undefined;
231
+ export interface PurchaseRequest {
232
+ InstanceCount: number | undefined;
233
+ PurchaseToken: string | undefined;
269
234
  }
270
- export interface GetImageBlockPublicAccessStateRequest {
235
+ export interface PurchaseScheduledInstancesRequest {
236
+ ClientToken?: string | undefined;
271
237
  DryRun?: boolean | undefined;
238
+ PurchaseRequests: PurchaseRequest[] | undefined;
272
239
  }
273
- export interface GetImageBlockPublicAccessStateResult {
274
- ImageBlockPublicAccessState?: string | undefined;
275
- ManagedBy?: ManagedBy | undefined;
240
+ export interface PurchaseScheduledInstancesResult {
241
+ ScheduledInstanceSet?: ScheduledInstance[] | undefined;
276
242
  }
277
- export interface GetInstanceMetadataDefaultsRequest {
243
+ export interface RebootInstancesRequest {
244
+ InstanceIds: string[] | undefined;
278
245
  DryRun?: boolean | undefined;
279
246
  }
280
- export interface InstanceMetadataDefaultsResponse {
281
- HttpTokens?: HttpTokensState | undefined;
282
- HttpPutResponseHopLimit?: number | undefined;
283
- HttpEndpoint?: InstanceMetadataEndpointState | undefined;
284
- InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
285
- ManagedBy?: ManagedBy | undefined;
286
- ManagedExceptionMessage?: string | undefined;
287
- }
288
- export interface GetInstanceMetadataDefaultsResult {
289
- AccountLevel?: InstanceMetadataDefaultsResponse | undefined;
290
- }
291
- export declare const EkPubKeyFormat: {
292
- readonly der: "der";
293
- readonly tpmt: "tpmt";
294
- };
295
- export type EkPubKeyFormat =
296
- (typeof EkPubKeyFormat)[keyof typeof EkPubKeyFormat];
297
- export declare const EkPubKeyType: {
298
- readonly ECC_SEC_P384: "ecc-sec-p384";
299
- readonly RSA_2048: "rsa-2048";
300
- };
301
- export type EkPubKeyType = (typeof EkPubKeyType)[keyof typeof EkPubKeyType];
302
- export interface GetInstanceTpmEkPubRequest {
303
- InstanceId: string | undefined;
304
- KeyType: EkPubKeyType | undefined;
305
- KeyFormat: EkPubKeyFormat | undefined;
247
+ export interface RegisterImageRequest {
248
+ ImageLocation?: string | undefined;
249
+ BillingProducts?: string[] | undefined;
250
+ BootMode?: BootModeValues | undefined;
251
+ TpmSupport?: TpmSupportValues | undefined;
252
+ UefiData?: string | undefined;
253
+ ImdsSupport?: ImdsSupportValues | undefined;
254
+ TagSpecifications?: TagSpecification[] | undefined;
306
255
  DryRun?: boolean | undefined;
256
+ Name: string | undefined;
257
+ Description?: string | undefined;
258
+ Architecture?: ArchitectureValues | undefined;
259
+ KernelId?: string | undefined;
260
+ RamdiskId?: string | undefined;
261
+ RootDeviceName?: string | undefined;
262
+ BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
263
+ VirtualizationType?: string | undefined;
264
+ SriovNetSupport?: string | undefined;
265
+ EnaSupport?: boolean | undefined;
266
+ }
267
+ export interface RegisterImageResult {
268
+ ImageId?: string | undefined;
307
269
  }
308
- export interface GetInstanceTpmEkPubResult {
309
- InstanceId?: string | undefined;
310
- KeyType?: EkPubKeyType | undefined;
311
- KeyFormat?: EkPubKeyFormat | undefined;
312
- KeyValue?: string | undefined;
270
+ export interface RegisterInstanceTagAttributeRequest {
271
+ IncludeAllTagsOfInstance?: boolean | undefined;
272
+ InstanceTagKeys?: string[] | undefined;
313
273
  }
314
- export interface GetInstanceTypesFromInstanceRequirementsRequest {
274
+ export interface RegisterInstanceEventNotificationAttributesRequest {
315
275
  DryRun?: boolean | undefined;
316
- ArchitectureTypes: ArchitectureType[] | undefined;
317
- VirtualizationTypes: VirtualizationType[] | undefined;
318
- InstanceRequirements: InstanceRequirementsRequest | undefined;
319
- MaxResults?: number | undefined;
320
- NextToken?: string | undefined;
321
- Context?: string | undefined;
322
- }
323
- export interface InstanceTypeInfoFromInstanceRequirements {
324
- InstanceType?: string | undefined;
276
+ InstanceTagAttribute: RegisterInstanceTagAttributeRequest | undefined;
325
277
  }
326
- export interface GetInstanceTypesFromInstanceRequirementsResult {
327
- InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[] | undefined;
328
- NextToken?: string | undefined;
278
+ export interface RegisterInstanceEventNotificationAttributesResult {
279
+ InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
329
280
  }
330
- export interface GetInstanceUefiDataRequest {
331
- InstanceId: string | undefined;
281
+ export interface RegisterTransitGatewayMulticastGroupMembersRequest {
282
+ TransitGatewayMulticastDomainId: string | undefined;
283
+ GroupIpAddress?: string | undefined;
284
+ NetworkInterfaceIds: string[] | undefined;
332
285
  DryRun?: boolean | undefined;
333
286
  }
334
- export interface GetInstanceUefiDataResult {
335
- InstanceId?: string | undefined;
336
- UefiData?: string | undefined;
337
- }
338
- export interface GetIpamAddressHistoryRequest {
339
- DryRun?: boolean | undefined;
340
- Cidr: string | undefined;
341
- IpamScopeId: string | undefined;
342
- VpcId?: string | undefined;
343
- StartTime?: Date | undefined;
344
- EndTime?: Date | undefined;
345
- MaxResults?: number | undefined;
346
- NextToken?: string | undefined;
287
+ export interface TransitGatewayMulticastRegisteredGroupMembers {
288
+ TransitGatewayMulticastDomainId?: string | undefined;
289
+ RegisteredNetworkInterfaceIds?: string[] | undefined;
290
+ GroupIpAddress?: string | undefined;
347
291
  }
348
- export declare const IpamComplianceStatus: {
349
- readonly compliant: "compliant";
350
- readonly ignored: "ignored";
351
- readonly noncompliant: "noncompliant";
352
- readonly unmanaged: "unmanaged";
353
- };
354
- export type IpamComplianceStatus =
355
- (typeof IpamComplianceStatus)[keyof typeof IpamComplianceStatus];
356
- export declare const IpamOverlapStatus: {
357
- readonly ignored: "ignored";
358
- readonly nonoverlapping: "nonoverlapping";
359
- readonly overlapping: "overlapping";
360
- };
361
- export type IpamOverlapStatus =
362
- (typeof IpamOverlapStatus)[keyof typeof IpamOverlapStatus];
363
- export declare const IpamAddressHistoryResourceType: {
364
- readonly eip: "eip";
365
- readonly instance: "instance";
366
- readonly network_interface: "network-interface";
367
- readonly subnet: "subnet";
368
- readonly vpc: "vpc";
369
- };
370
- export type IpamAddressHistoryResourceType =
371
- (typeof IpamAddressHistoryResourceType)[keyof typeof IpamAddressHistoryResourceType];
372
- export interface IpamAddressHistoryRecord {
373
- ResourceOwnerId?: string | undefined;
374
- ResourceRegion?: string | undefined;
375
- ResourceType?: IpamAddressHistoryResourceType | undefined;
376
- ResourceId?: string | undefined;
377
- ResourceCidr?: string | undefined;
378
- ResourceName?: string | undefined;
379
- ResourceComplianceStatus?: IpamComplianceStatus | undefined;
380
- ResourceOverlapStatus?: IpamOverlapStatus | undefined;
381
- VpcId?: string | undefined;
382
- SampledStartTime?: Date | undefined;
383
- SampledEndTime?: Date | undefined;
384
- }
385
- export interface GetIpamAddressHistoryResult {
386
- HistoryRecords?: IpamAddressHistoryRecord[] | undefined;
387
- NextToken?: string | undefined;
292
+ export interface RegisterTransitGatewayMulticastGroupMembersResult {
293
+ RegisteredMulticastGroupMembers?:
294
+ | TransitGatewayMulticastRegisteredGroupMembers
295
+ | undefined;
388
296
  }
389
- export interface GetIpamDiscoveredAccountsRequest {
297
+ export interface RegisterTransitGatewayMulticastGroupSourcesRequest {
298
+ TransitGatewayMulticastDomainId: string | undefined;
299
+ GroupIpAddress?: string | undefined;
300
+ NetworkInterfaceIds: string[] | undefined;
390
301
  DryRun?: boolean | undefined;
391
- IpamResourceDiscoveryId: string | undefined;
392
- DiscoveryRegion: string | undefined;
393
- Filters?: Filter[] | undefined;
394
- NextToken?: string | undefined;
395
- MaxResults?: number | undefined;
396
- }
397
- export declare const IpamDiscoveryFailureCode: {
398
- readonly assume_role_failure: "assume-role-failure";
399
- readonly throttling_failure: "throttling-failure";
400
- readonly unauthorized_failure: "unauthorized-failure";
401
- };
402
- export type IpamDiscoveryFailureCode =
403
- (typeof IpamDiscoveryFailureCode)[keyof typeof IpamDiscoveryFailureCode];
404
- export interface IpamDiscoveryFailureReason {
405
- Code?: IpamDiscoveryFailureCode | undefined;
406
- Message?: string | undefined;
407
302
  }
408
- export interface IpamDiscoveredAccount {
409
- AccountId?: string | undefined;
410
- DiscoveryRegion?: string | undefined;
411
- FailureReason?: IpamDiscoveryFailureReason | undefined;
412
- LastAttemptedDiscoveryTime?: Date | undefined;
413
- LastSuccessfulDiscoveryTime?: Date | undefined;
414
- OrganizationalUnitId?: string | undefined;
303
+ export interface TransitGatewayMulticastRegisteredGroupSources {
304
+ TransitGatewayMulticastDomainId?: string | undefined;
305
+ RegisteredNetworkInterfaceIds?: string[] | undefined;
306
+ GroupIpAddress?: string | undefined;
415
307
  }
416
- export interface GetIpamDiscoveredAccountsResult {
417
- IpamDiscoveredAccounts?: IpamDiscoveredAccount[] | undefined;
418
- NextToken?: string | undefined;
308
+ export interface RegisterTransitGatewayMulticastGroupSourcesResult {
309
+ RegisteredMulticastGroupSources?:
310
+ | TransitGatewayMulticastRegisteredGroupSources
311
+ | undefined;
419
312
  }
420
- export interface GetIpamDiscoveredPublicAddressesRequest {
313
+ export interface RejectCapacityReservationBillingOwnershipRequest {
421
314
  DryRun?: boolean | undefined;
422
- IpamResourceDiscoveryId: string | undefined;
423
- AddressRegion: string | undefined;
424
- Filters?: Filter[] | undefined;
425
- NextToken?: string | undefined;
426
- MaxResults?: number | undefined;
315
+ CapacityReservationId: string | undefined;
427
316
  }
428
- export declare const IpamPublicAddressType: {
429
- readonly AMAZON_OWNED_CONTIG: "amazon-owned-contig";
430
- readonly AMAZON_OWNED_EIP: "amazon-owned-eip";
431
- readonly BYOIP: "byoip";
432
- readonly EC2_PUBLIC_IP: "ec2-public-ip";
433
- readonly SERVICE_MANAGED_BYOIP: "service-managed-byoip";
434
- readonly SERVICE_MANAGED_IP: "service-managed-ip";
435
- };
436
- export type IpamPublicAddressType =
437
- (typeof IpamPublicAddressType)[keyof typeof IpamPublicAddressType];
438
- export declare const IpamPublicAddressAssociationStatus: {
439
- readonly ASSOCIATED: "associated";
440
- readonly DISASSOCIATED: "disassociated";
441
- };
442
- export type IpamPublicAddressAssociationStatus =
443
- (typeof IpamPublicAddressAssociationStatus)[keyof typeof IpamPublicAddressAssociationStatus];
444
- export interface IpamPublicAddressSecurityGroup {
445
- GroupName?: string | undefined;
446
- GroupId?: string | undefined;
317
+ export interface RejectCapacityReservationBillingOwnershipResult {
318
+ Return?: boolean | undefined;
447
319
  }
448
- export declare const IpamPublicAddressAwsService: {
449
- readonly AGA: "global-accelerator";
450
- readonly DMS: "database-migration-service";
451
- readonly EC2_LB: "load-balancer";
452
- readonly ECS: "elastic-container-service";
453
- readonly NAT_GATEWAY: "nat-gateway";
454
- readonly OTHER: "other";
455
- readonly RDS: "relational-database-service";
456
- readonly REDSHIFT: "redshift";
457
- readonly S2S_VPN: "site-to-site-vpn";
458
- };
459
- export type IpamPublicAddressAwsService =
460
- (typeof IpamPublicAddressAwsService)[keyof typeof IpamPublicAddressAwsService];
461
- export interface IpamPublicAddressTag {
462
- Key?: string | undefined;
463
- Value?: string | undefined;
464
- }
465
- export interface IpamPublicAddressTags {
466
- EipTags?: IpamPublicAddressTag[] | undefined;
467
- }
468
- export interface IpamDiscoveredPublicAddress {
469
- IpamResourceDiscoveryId?: string | undefined;
470
- AddressRegion?: string | undefined;
471
- Address?: string | undefined;
472
- AddressOwnerId?: string | undefined;
473
- AddressAllocationId?: string | undefined;
474
- AssociationStatus?: IpamPublicAddressAssociationStatus | undefined;
475
- AddressType?: IpamPublicAddressType | undefined;
476
- Service?: IpamPublicAddressAwsService | undefined;
477
- ServiceResource?: string | undefined;
478
- VpcId?: string | undefined;
479
- SubnetId?: string | undefined;
480
- PublicIpv4PoolId?: string | undefined;
481
- NetworkInterfaceId?: string | undefined;
482
- NetworkInterfaceDescription?: string | undefined;
483
- InstanceId?: string | undefined;
484
- Tags?: IpamPublicAddressTags | undefined;
485
- NetworkBorderGroup?: string | undefined;
486
- SecurityGroups?: IpamPublicAddressSecurityGroup[] | undefined;
487
- SampleTime?: Date | undefined;
320
+ export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
321
+ TransitGatewayMulticastDomainId?: string | undefined;
322
+ TransitGatewayAttachmentId?: string | undefined;
323
+ SubnetIds?: string[] | undefined;
324
+ DryRun?: boolean | undefined;
488
325
  }
489
- export interface GetIpamDiscoveredPublicAddressesResult {
490
- IpamDiscoveredPublicAddresses?: IpamDiscoveredPublicAddress[] | undefined;
491
- OldestSampleTime?: Date | undefined;
492
- NextToken?: string | undefined;
326
+ export interface RejectTransitGatewayMulticastDomainAssociationsResult {
327
+ Associations?: TransitGatewayMulticastDomainAssociations | undefined;
493
328
  }
494
- export interface GetIpamDiscoveredResourceCidrsRequest {
329
+ export interface RejectTransitGatewayPeeringAttachmentRequest {
330
+ TransitGatewayAttachmentId: string | undefined;
495
331
  DryRun?: boolean | undefined;
496
- IpamResourceDiscoveryId: string | undefined;
497
- ResourceRegion: string | undefined;
498
- Filters?: Filter[] | undefined;
499
- NextToken?: string | undefined;
500
- MaxResults?: number | undefined;
501
- }
502
- export declare const IpamResourceCidrIpSource: {
503
- readonly amazon: "amazon";
504
- readonly byoip: "byoip";
505
- readonly none: "none";
506
- };
507
- export type IpamResourceCidrIpSource =
508
- (typeof IpamResourceCidrIpSource)[keyof typeof IpamResourceCidrIpSource];
509
- export declare const IpamNetworkInterfaceAttachmentStatus: {
510
- readonly available: "available";
511
- readonly in_use: "in-use";
512
- };
513
- export type IpamNetworkInterfaceAttachmentStatus =
514
- (typeof IpamNetworkInterfaceAttachmentStatus)[keyof typeof IpamNetworkInterfaceAttachmentStatus];
515
- export interface IpamDiscoveredResourceCidr {
516
- IpamResourceDiscoveryId?: string | undefined;
517
- ResourceRegion?: string | undefined;
518
- ResourceId?: string | undefined;
519
- ResourceOwnerId?: string | undefined;
520
- ResourceCidr?: string | undefined;
521
- IpSource?: IpamResourceCidrIpSource | undefined;
522
- ResourceType?: IpamResourceType | undefined;
523
- ResourceTags?: IpamResourceTag[] | undefined;
524
- IpUsage?: number | undefined;
525
- VpcId?: string | undefined;
526
- SubnetId?: string | undefined;
527
- NetworkInterfaceAttachmentStatus?:
528
- | IpamNetworkInterfaceAttachmentStatus
529
- | undefined;
530
- SampleTime?: Date | undefined;
531
- AvailabilityZoneId?: string | undefined;
532
332
  }
533
- export interface GetIpamDiscoveredResourceCidrsResult {
534
- IpamDiscoveredResourceCidrs?: IpamDiscoveredResourceCidr[] | undefined;
535
- NextToken?: string | undefined;
333
+ export interface RejectTransitGatewayPeeringAttachmentResult {
334
+ TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment | undefined;
536
335
  }
537
- export interface GetIpamPoolAllocationsRequest {
336
+ export interface RejectTransitGatewayVpcAttachmentRequest {
337
+ TransitGatewayAttachmentId: string | undefined;
538
338
  DryRun?: boolean | undefined;
539
- IpamPoolId: string | undefined;
540
- IpamPoolAllocationId?: string | undefined;
541
- Filters?: Filter[] | undefined;
542
- MaxResults?: number | undefined;
543
- NextToken?: string | undefined;
544
339
  }
545
- export interface GetIpamPoolAllocationsResult {
546
- IpamPoolAllocations?: IpamPoolAllocation[] | undefined;
547
- NextToken?: string | undefined;
340
+ export interface RejectTransitGatewayVpcAttachmentResult {
341
+ TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
548
342
  }
549
- export interface GetIpamPoolCidrsRequest {
343
+ export interface RejectVpcEndpointConnectionsRequest {
550
344
  DryRun?: boolean | undefined;
551
- IpamPoolId: string | undefined;
552
- Filters?: Filter[] | undefined;
553
- MaxResults?: number | undefined;
554
- NextToken?: string | undefined;
345
+ ServiceId: string | undefined;
346
+ VpcEndpointIds: string[] | undefined;
555
347
  }
556
- export interface GetIpamPoolCidrsResult {
557
- IpamPoolCidrs?: IpamPoolCidr[] | undefined;
558
- NextToken?: string | undefined;
348
+ export interface RejectVpcEndpointConnectionsResult {
349
+ Unsuccessful?: UnsuccessfulItem[] | undefined;
559
350
  }
560
- export interface GetIpamPrefixListResolverRulesRequest {
351
+ export interface RejectVpcPeeringConnectionRequest {
561
352
  DryRun?: boolean | undefined;
562
- IpamPrefixListResolverId: string | undefined;
563
- Filters?: Filter[] | undefined;
564
- MaxResults?: number | undefined;
565
- NextToken?: string | undefined;
353
+ VpcPeeringConnectionId: string | undefined;
566
354
  }
567
- export interface IpamPrefixListResolverRuleCondition {
568
- Operation?: IpamPrefixListResolverRuleConditionOperation | undefined;
569
- IpamPoolId?: string | undefined;
570
- ResourceId?: string | undefined;
571
- ResourceOwner?: string | undefined;
572
- ResourceRegion?: string | undefined;
573
- ResourceTag?: IpamResourceTag | undefined;
574
- Cidr?: string | undefined;
355
+ export interface RejectVpcPeeringConnectionResult {
356
+ Return?: boolean | undefined;
357
+ }
358
+ export interface ReleaseAddressRequest {
359
+ AllocationId?: string | undefined;
360
+ PublicIp?: string | undefined;
361
+ NetworkBorderGroup?: string | undefined;
362
+ DryRun?: boolean | undefined;
575
363
  }
576
- export interface IpamPrefixListResolverRule {
577
- RuleType?: IpamPrefixListResolverRuleType | undefined;
578
- StaticCidr?: string | undefined;
579
- IpamScopeId?: string | undefined;
580
- ResourceType?: IpamResourceType | undefined;
581
- Conditions?: IpamPrefixListResolverRuleCondition[] | undefined;
364
+ export interface ReleaseHostsRequest {
365
+ HostIds: string[] | undefined;
582
366
  }
583
- export interface GetIpamPrefixListResolverRulesResult {
584
- Rules?: IpamPrefixListResolverRule[] | undefined;
585
- NextToken?: string | undefined;
367
+ export interface ReleaseHostsResult {
368
+ Successful?: string[] | undefined;
369
+ Unsuccessful?: UnsuccessfulItem[] | undefined;
586
370
  }
587
- export interface GetIpamPrefixListResolverVersionEntriesRequest {
371
+ export interface ReleaseIpamPoolAllocationRequest {
588
372
  DryRun?: boolean | undefined;
589
- IpamPrefixListResolverId: string | undefined;
590
- IpamPrefixListResolverVersion: number | undefined;
591
- MaxResults?: number | undefined;
592
- NextToken?: string | undefined;
373
+ IpamPoolId: string | undefined;
374
+ Cidr: string | undefined;
375
+ IpamPoolAllocationId: string | undefined;
593
376
  }
594
- export interface IpamPrefixListResolverVersionEntry {
595
- Cidr?: string | undefined;
377
+ export interface ReleaseIpamPoolAllocationResult {
378
+ Success?: boolean | undefined;
596
379
  }
597
- export interface GetIpamPrefixListResolverVersionEntriesResult {
598
- Entries?: IpamPrefixListResolverVersionEntry[] | undefined;
599
- NextToken?: string | undefined;
380
+ export interface ReplaceIamInstanceProfileAssociationRequest {
381
+ IamInstanceProfile: IamInstanceProfileSpecification | undefined;
382
+ AssociationId: string | undefined;
600
383
  }
601
- export interface GetIpamPrefixListResolverVersionsRequest {
602
- DryRun?: boolean | undefined;
603
- IpamPrefixListResolverId: string | undefined;
604
- IpamPrefixListResolverVersions?: number[] | undefined;
605
- MaxResults?: number | undefined;
606
- Filters?: Filter[] | undefined;
607
- NextToken?: string | undefined;
384
+ export interface ReplaceIamInstanceProfileAssociationResult {
385
+ IamInstanceProfileAssociation?: IamInstanceProfileAssociation | undefined;
608
386
  }
609
- export interface IpamPrefixListResolverVersion {
610
- Version?: number | undefined;
387
+ export interface CreationDateConditionRequest {
388
+ MaximumDaysSinceCreated?: number | undefined;
611
389
  }
612
- export interface GetIpamPrefixListResolverVersionsResult {
613
- IpamPrefixListResolverVersions?: IpamPrefixListResolverVersion[] | undefined;
614
- NextToken?: string | undefined;
390
+ export interface DeprecationTimeConditionRequest {
391
+ MaximumDaysSinceDeprecated?: number | undefined;
615
392
  }
616
- export interface GetIpamResourceCidrsRequest {
617
- DryRun?: boolean | undefined;
618
- Filters?: Filter[] | undefined;
619
- MaxResults?: number | undefined;
620
- NextToken?: string | undefined;
621
- IpamScopeId: string | undefined;
622
- IpamPoolId?: string | undefined;
623
- ResourceId?: string | undefined;
624
- ResourceType?: IpamResourceType | undefined;
625
- ResourceTag?: RequestIpamResourceTag | undefined;
626
- ResourceOwner?: string | undefined;
627
- }
628
- export declare const IpamManagementState: {
629
- readonly ignored: "ignored";
630
- readonly managed: "managed";
631
- readonly unmanaged: "unmanaged";
632
- };
633
- export type IpamManagementState =
634
- (typeof IpamManagementState)[keyof typeof IpamManagementState];
635
- export interface IpamResourceCidr {
636
- IpamId?: string | undefined;
637
- IpamScopeId?: string | undefined;
638
- IpamPoolId?: string | undefined;
639
- ResourceRegion?: string | undefined;
640
- ResourceOwnerId?: string | undefined;
641
- ResourceId?: string | undefined;
642
- ResourceName?: string | undefined;
643
- ResourceCidr?: string | undefined;
644
- ResourceType?: IpamResourceType | undefined;
645
- ResourceTags?: IpamResourceTag[] | undefined;
646
- IpUsage?: number | undefined;
647
- ComplianceStatus?: IpamComplianceStatus | undefined;
648
- ManagementState?: IpamManagementState | undefined;
649
- OverlapStatus?: IpamOverlapStatus | undefined;
650
- VpcId?: string | undefined;
651
- AvailabilityZoneId?: string | undefined;
652
- }
653
- export interface GetIpamResourceCidrsResult {
654
- NextToken?: string | undefined;
655
- IpamResourceCidrs?: IpamResourceCidr[] | undefined;
393
+ export interface ImageCriterionRequest {
394
+ ImageProviders?: string[] | undefined;
395
+ MarketplaceProductCodes?: string[] | undefined;
396
+ ImageNames?: string[] | undefined;
397
+ DeprecationTimeCondition?: DeprecationTimeConditionRequest | undefined;
398
+ CreationDateCondition?: CreationDateConditionRequest | undefined;
656
399
  }
657
- export interface GetLaunchTemplateDataRequest {
400
+ export interface ReplaceImageCriteriaInAllowedImagesSettingsRequest {
401
+ ImageCriteria?: ImageCriterionRequest[] | undefined;
658
402
  DryRun?: boolean | undefined;
659
- InstanceId: string | undefined;
660
403
  }
661
- export interface GetLaunchTemplateDataResult {
662
- LaunchTemplateData?: ResponseLaunchTemplateData | undefined;
404
+ export interface ReplaceImageCriteriaInAllowedImagesSettingsResult {
405
+ ReturnValue?: boolean | undefined;
663
406
  }
664
- export interface GetManagedPrefixListAssociationsRequest {
407
+ export interface ReplaceNetworkAclAssociationRequest {
665
408
  DryRun?: boolean | undefined;
666
- PrefixListId: string | undefined;
667
- MaxResults?: number | undefined;
668
- NextToken?: string | undefined;
409
+ AssociationId: string | undefined;
410
+ NetworkAclId: string | undefined;
669
411
  }
670
- export interface PrefixListAssociation {
671
- ResourceId?: string | undefined;
672
- ResourceOwner?: string | undefined;
412
+ export interface ReplaceNetworkAclAssociationResult {
413
+ NewAssociationId?: string | undefined;
673
414
  }
674
- export interface GetManagedPrefixListAssociationsResult {
675
- PrefixListAssociations?: PrefixListAssociation[] | undefined;
676
- NextToken?: string | undefined;
415
+ export interface ReplaceNetworkAclEntryRequest {
416
+ DryRun?: boolean | undefined;
417
+ NetworkAclId: string | undefined;
418
+ RuleNumber: number | undefined;
419
+ Protocol: string | undefined;
420
+ RuleAction: RuleAction | undefined;
421
+ Egress: boolean | undefined;
422
+ CidrBlock?: string | undefined;
423
+ Ipv6CidrBlock?: string | undefined;
424
+ IcmpTypeCode?: IcmpTypeCode | undefined;
425
+ PortRange?: PortRange | undefined;
677
426
  }
678
- export interface GetManagedPrefixListEntriesRequest {
427
+ export interface ReplaceRouteRequest {
428
+ DestinationPrefixListId?: string | undefined;
429
+ VpcEndpointId?: string | undefined;
430
+ LocalTarget?: boolean | undefined;
431
+ TransitGatewayId?: string | undefined;
432
+ LocalGatewayId?: string | undefined;
433
+ CarrierGatewayId?: string | undefined;
434
+ CoreNetworkArn?: string | undefined;
435
+ OdbNetworkArn?: string | undefined;
679
436
  DryRun?: boolean | undefined;
680
- PrefixListId: string | undefined;
681
- TargetVersion?: number | undefined;
682
- MaxResults?: number | undefined;
683
- NextToken?: string | undefined;
437
+ RouteTableId: string | undefined;
438
+ DestinationCidrBlock?: string | undefined;
439
+ GatewayId?: string | undefined;
440
+ DestinationIpv6CidrBlock?: string | undefined;
441
+ EgressOnlyInternetGatewayId?: string | undefined;
442
+ InstanceId?: string | undefined;
443
+ NetworkInterfaceId?: string | undefined;
444
+ VpcPeeringConnectionId?: string | undefined;
445
+ NatGatewayId?: string | undefined;
684
446
  }
685
- export interface PrefixListEntry {
686
- Cidr?: string | undefined;
687
- Description?: string | undefined;
447
+ export interface ReplaceRouteTableAssociationRequest {
448
+ DryRun?: boolean | undefined;
449
+ AssociationId: string | undefined;
450
+ RouteTableId: string | undefined;
688
451
  }
689
- export interface GetManagedPrefixListEntriesResult {
690
- Entries?: PrefixListEntry[] | undefined;
691
- NextToken?: string | undefined;
452
+ export interface ReplaceRouteTableAssociationResult {
453
+ NewAssociationId?: string | undefined;
454
+ AssociationState?: RouteTableAssociationState | undefined;
692
455
  }
693
- export interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
694
- NetworkInsightsAccessScopeAnalysisId: string | undefined;
695
- MaxResults?: number | undefined;
696
- NextToken?: string | undefined;
456
+ export interface ReplaceTransitGatewayRouteRequest {
457
+ DestinationCidrBlock: string | undefined;
458
+ TransitGatewayRouteTableId: string | undefined;
459
+ TransitGatewayAttachmentId?: string | undefined;
460
+ Blackhole?: boolean | undefined;
697
461
  DryRun?: boolean | undefined;
698
462
  }
699
- export interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
700
- NetworkInsightsAccessScopeAnalysisId?: string | undefined;
701
- AnalysisStatus?: AnalysisStatus | undefined;
702
- AnalysisFindings?: AccessScopeAnalysisFinding[] | undefined;
703
- NextToken?: string | undefined;
463
+ export interface ReplaceTransitGatewayRouteResult {
464
+ Route?: TransitGatewayRoute | undefined;
704
465
  }
705
- export interface GetNetworkInsightsAccessScopeContentRequest {
706
- NetworkInsightsAccessScopeId: string | undefined;
466
+ export interface ReplaceVpnTunnelRequest {
467
+ VpnConnectionId: string | undefined;
468
+ VpnTunnelOutsideIpAddress: string | undefined;
469
+ ApplyPendingMaintenance?: boolean | undefined;
707
470
  DryRun?: boolean | undefined;
708
471
  }
709
- export interface GetNetworkInsightsAccessScopeContentResult {
710
- NetworkInsightsAccessScopeContent?:
711
- | NetworkInsightsAccessScopeContent
712
- | undefined;
472
+ export interface ReplaceVpnTunnelResult {
473
+ Return?: boolean | undefined;
713
474
  }
714
- export interface GetPasswordDataRequest {
715
- InstanceId: string | undefined;
475
+ export interface ReportInstanceStatusRequest {
716
476
  DryRun?: boolean | undefined;
477
+ Instances: string[] | undefined;
478
+ Status: ReportStatusType | undefined;
479
+ StartTime?: Date | undefined;
480
+ EndTime?: Date | undefined;
481
+ ReasonCodes: ReportInstanceReasonCodes[] | undefined;
482
+ Description?: string | undefined;
717
483
  }
718
- export interface GetPasswordDataResult {
719
- InstanceId?: string | undefined;
720
- Timestamp?: Date | undefined;
721
- PasswordData?: string | undefined;
722
- }
723
- export interface GetReservedInstancesExchangeQuoteRequest {
484
+ export interface RequestSpotFleetRequest {
724
485
  DryRun?: boolean | undefined;
725
- ReservedInstanceIds: string[] | undefined;
726
- TargetConfigurations?: TargetConfigurationRequest[] | undefined;
486
+ SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
727
487
  }
728
- export interface ReservationValue {
729
- HourlyPrice?: string | undefined;
730
- RemainingTotalValue?: string | undefined;
731
- RemainingUpfrontValue?: string | undefined;
488
+ export interface RequestSpotFleetResponse {
489
+ SpotFleetRequestId?: string | undefined;
732
490
  }
733
- export interface ReservedInstanceReservationValue {
734
- ReservationValue?: ReservationValue | undefined;
735
- ReservedInstanceId?: string | undefined;
491
+ export interface RequestSpotLaunchSpecification {
492
+ SecurityGroupIds?: string[] | undefined;
493
+ SecurityGroups?: string[] | undefined;
494
+ AddressingType?: string | undefined;
495
+ BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
496
+ EbsOptimized?: boolean | undefined;
497
+ IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
498
+ ImageId?: string | undefined;
499
+ InstanceType?: _InstanceType | undefined;
500
+ KernelId?: string | undefined;
501
+ KeyName?: string | undefined;
502
+ Monitoring?: RunInstancesMonitoringEnabled | undefined;
503
+ NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
504
+ Placement?: SpotPlacement | undefined;
505
+ RamdiskId?: string | undefined;
506
+ SubnetId?: string | undefined;
507
+ UserData?: string | undefined;
736
508
  }
737
- export interface TargetConfiguration {
509
+ export interface RequestSpotInstancesRequest {
510
+ LaunchSpecification?: RequestSpotLaunchSpecification | undefined;
511
+ TagSpecifications?: TagSpecification[] | undefined;
512
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
513
+ DryRun?: boolean | undefined;
514
+ SpotPrice?: string | undefined;
515
+ ClientToken?: string | undefined;
738
516
  InstanceCount?: number | undefined;
739
- OfferingId?: string | undefined;
517
+ Type?: SpotInstanceType | undefined;
518
+ ValidFrom?: Date | undefined;
519
+ ValidUntil?: Date | undefined;
520
+ LaunchGroup?: string | undefined;
521
+ AvailabilityZoneGroup?: string | undefined;
522
+ BlockDurationMinutes?: number | undefined;
740
523
  }
741
- export interface TargetReservationValue {
742
- ReservationValue?: ReservationValue | undefined;
743
- TargetConfiguration?: TargetConfiguration | undefined;
524
+ export interface RequestSpotInstancesResult {
525
+ SpotInstanceRequests?: SpotInstanceRequest[] | undefined;
744
526
  }
745
- export interface GetReservedInstancesExchangeQuoteResult {
746
- CurrencyCode?: string | undefined;
747
- IsValidExchange?: boolean | undefined;
748
- OutputReservedInstancesWillExpireAt?: Date | undefined;
749
- PaymentDue?: string | undefined;
750
- ReservedInstanceValueRollup?: ReservationValue | undefined;
751
- ReservedInstanceValueSet?: ReservedInstanceReservationValue[] | undefined;
752
- TargetConfigurationValueRollup?: ReservationValue | undefined;
753
- TargetConfigurationValueSet?: TargetReservationValue[] | undefined;
754
- ValidationFailureReason?: string | undefined;
755
- }
756
- export interface GetRouteServerAssociationsRequest {
757
- RouteServerId: string | undefined;
527
+ export interface ResetAddressAttributeRequest {
528
+ AllocationId: string | undefined;
529
+ Attribute: AddressAttributeName | undefined;
758
530
  DryRun?: boolean | undefined;
759
531
  }
760
- export interface GetRouteServerAssociationsResult {
761
- RouteServerAssociations?: RouteServerAssociation[] | undefined;
532
+ export interface ResetAddressAttributeResult {
533
+ Address?: AddressAttribute | undefined;
762
534
  }
763
- export interface GetRouteServerPropagationsRequest {
764
- RouteServerId: string | undefined;
765
- RouteTableId?: string | undefined;
535
+ export interface ResetEbsDefaultKmsKeyIdRequest {
766
536
  DryRun?: boolean | undefined;
767
537
  }
768
- export interface GetRouteServerPropagationsResult {
769
- RouteServerPropagations?: RouteServerPropagation[] | undefined;
538
+ export interface ResetEbsDefaultKmsKeyIdResult {
539
+ KmsKeyId?: string | undefined;
770
540
  }
771
- export interface GetRouteServerRoutingDatabaseRequest {
772
- RouteServerId: string | undefined;
773
- NextToken?: string | undefined;
774
- MaxResults?: number | undefined;
541
+ export interface ResetFpgaImageAttributeRequest {
775
542
  DryRun?: boolean | undefined;
776
- Filters?: Filter[] | undefined;
543
+ FpgaImageId: string | undefined;
544
+ Attribute?: ResetFpgaImageAttributeName | undefined;
777
545
  }
778
- export declare const RouteServerRouteInstallationStatus: {
779
- readonly INSTALLED: "installed";
780
- readonly REJECTED: "rejected";
781
- };
782
- export type RouteServerRouteInstallationStatus =
783
- (typeof RouteServerRouteInstallationStatus)[keyof typeof RouteServerRouteInstallationStatus];
784
- export interface RouteServerRouteInstallationDetail {
785
- RouteTableId?: string | undefined;
786
- RouteInstallationStatus?: RouteServerRouteInstallationStatus | undefined;
787
- RouteInstallationStatusReason?: string | undefined;
788
- }
789
- export declare const RouteServerRouteStatus: {
790
- readonly IN_FIB: "in-fib";
791
- readonly IN_RIB: "in-rib";
792
- };
793
- export type RouteServerRouteStatus =
794
- (typeof RouteServerRouteStatus)[keyof typeof RouteServerRouteStatus];
795
- export interface RouteServerRoute {
796
- RouteServerEndpointId?: string | undefined;
797
- RouteServerPeerId?: string | undefined;
798
- RouteInstallationDetails?: RouteServerRouteInstallationDetail[] | undefined;
799
- RouteStatus?: RouteServerRouteStatus | undefined;
800
- Prefix?: string | undefined;
801
- AsPaths?: string[] | undefined;
802
- Med?: number | undefined;
803
- NextHopIp?: string | undefined;
804
- }
805
- export interface GetRouteServerRoutingDatabaseResult {
806
- AreRoutesPersisted?: boolean | undefined;
807
- Routes?: RouteServerRoute[] | undefined;
808
- NextToken?: string | undefined;
546
+ export interface ResetFpgaImageAttributeResult {
547
+ Return?: boolean | undefined;
809
548
  }
810
- export interface GetSecurityGroupsForVpcRequest {
811
- VpcId: string | undefined;
812
- NextToken?: string | undefined;
813
- MaxResults?: number | undefined;
814
- Filters?: Filter[] | undefined;
549
+ export interface ResetImageAttributeRequest {
550
+ Attribute: ResetImageAttributeName | undefined;
551
+ ImageId: string | undefined;
815
552
  DryRun?: boolean | undefined;
816
553
  }
817
- export interface SecurityGroupForVpc {
818
- Description?: string | undefined;
819
- GroupName?: string | undefined;
820
- OwnerId?: string | undefined;
821
- GroupId?: string | undefined;
822
- Tags?: Tag[] | undefined;
823
- PrimaryVpcId?: string | undefined;
824
- }
825
- export interface GetSecurityGroupsForVpcResult {
826
- NextToken?: string | undefined;
827
- SecurityGroupForVpcs?: SecurityGroupForVpc[] | undefined;
828
- }
829
- export interface GetSerialConsoleAccessStatusRequest {
830
- DryRun?: boolean | undefined;
831
- }
832
- export interface GetSerialConsoleAccessStatusResult {
833
- SerialConsoleAccessEnabled?: boolean | undefined;
834
- ManagedBy?: ManagedBy | undefined;
835
- }
836
- export interface GetSnapshotBlockPublicAccessStateRequest {
837
- DryRun?: boolean | undefined;
838
- }
839
- export interface GetSnapshotBlockPublicAccessStateResult {
840
- State?: SnapshotBlockPublicAccessState | undefined;
841
- ManagedBy?: ManagedBy | undefined;
842
- }
843
- export interface InstanceRequirementsWithMetadataRequest {
844
- ArchitectureTypes?: ArchitectureType[] | undefined;
845
- VirtualizationTypes?: VirtualizationType[] | undefined;
846
- InstanceRequirements?: InstanceRequirementsRequest | undefined;
847
- }
848
- export interface GetSpotPlacementScoresRequest {
849
- InstanceTypes?: string[] | undefined;
850
- TargetCapacity: number | undefined;
851
- TargetCapacityUnitType?: TargetCapacityUnitType | undefined;
852
- SingleAvailabilityZone?: boolean | undefined;
853
- RegionNames?: string[] | undefined;
854
- InstanceRequirementsWithMetadata?:
855
- | InstanceRequirementsWithMetadataRequest
856
- | undefined;
857
- DryRun?: boolean | undefined;
858
- MaxResults?: number | undefined;
859
- NextToken?: string | undefined;
860
- }
861
- export interface SpotPlacementScore {
862
- Region?: string | undefined;
863
- AvailabilityZoneId?: string | undefined;
864
- Score?: number | undefined;
865
- }
866
- export interface GetSpotPlacementScoresResult {
867
- SpotPlacementScores?: SpotPlacementScore[] | undefined;
868
- NextToken?: string | undefined;
869
- }
870
- export interface GetSubnetCidrReservationsRequest {
871
- Filters?: Filter[] | undefined;
872
- SubnetId: string | undefined;
554
+ export interface ResetInstanceAttributeRequest {
873
555
  DryRun?: boolean | undefined;
874
- NextToken?: string | undefined;
875
- MaxResults?: number | undefined;
876
- }
877
- export interface GetSubnetCidrReservationsResult {
878
- SubnetIpv4CidrReservations?: SubnetCidrReservation[] | undefined;
879
- SubnetIpv6CidrReservations?: SubnetCidrReservation[] | undefined;
880
- NextToken?: string | undefined;
556
+ InstanceId: string | undefined;
557
+ Attribute: InstanceAttributeName | undefined;
881
558
  }
882
- export interface GetTransitGatewayAttachmentPropagationsRequest {
883
- TransitGatewayAttachmentId: string | undefined;
884
- Filters?: Filter[] | undefined;
885
- MaxResults?: number | undefined;
886
- NextToken?: string | undefined;
559
+ export interface ResetNetworkInterfaceAttributeRequest {
887
560
  DryRun?: boolean | undefined;
561
+ NetworkInterfaceId: string | undefined;
562
+ SourceDestCheck?: string | undefined;
888
563
  }
889
- export interface TransitGatewayAttachmentPropagation {
890
- TransitGatewayRouteTableId?: string | undefined;
891
- State?: TransitGatewayPropagationState | undefined;
892
- }
893
- export interface GetTransitGatewayAttachmentPropagationsResult {
894
- TransitGatewayAttachmentPropagations?:
895
- | TransitGatewayAttachmentPropagation[]
896
- | undefined;
897
- NextToken?: string | undefined;
898
- }
899
- export interface GetTransitGatewayMulticastDomainAssociationsRequest {
900
- TransitGatewayMulticastDomainId: string | undefined;
901
- Filters?: Filter[] | undefined;
902
- MaxResults?: number | undefined;
903
- NextToken?: string | undefined;
564
+ export interface ResetSnapshotAttributeRequest {
565
+ Attribute: SnapshotAttributeName | undefined;
566
+ SnapshotId: string | undefined;
904
567
  DryRun?: boolean | undefined;
905
568
  }
906
- export interface TransitGatewayMulticastDomainAssociation {
907
- TransitGatewayAttachmentId?: string | undefined;
908
- ResourceId?: string | undefined;
909
- ResourceType?: TransitGatewayAttachmentResourceType | undefined;
910
- ResourceOwnerId?: string | undefined;
911
- Subnet?: SubnetAssociation | undefined;
912
- }
913
- export interface GetTransitGatewayMulticastDomainAssociationsResult {
914
- MulticastDomainAssociations?:
915
- | TransitGatewayMulticastDomainAssociation[]
916
- | undefined;
917
- NextToken?: string | undefined;
918
- }
919
- export interface GetTransitGatewayPolicyTableAssociationsRequest {
920
- TransitGatewayPolicyTableId: string | undefined;
921
- Filters?: Filter[] | undefined;
922
- MaxResults?: number | undefined;
923
- NextToken?: string | undefined;
569
+ export interface RestoreAddressToClassicRequest {
924
570
  DryRun?: boolean | undefined;
571
+ PublicIp: string | undefined;
925
572
  }
926
- export interface GetTransitGatewayPolicyTableAssociationsResult {
927
- Associations?: TransitGatewayPolicyTableAssociation[] | undefined;
928
- NextToken?: string | undefined;
573
+ export interface RestoreAddressToClassicResult {
574
+ PublicIp?: string | undefined;
575
+ Status?: Status | undefined;
929
576
  }
930
- export interface GetTransitGatewayPolicyTableEntriesRequest {
931
- TransitGatewayPolicyTableId: string | undefined;
932
- Filters?: Filter[] | undefined;
933
- MaxResults?: number | undefined;
934
- NextToken?: string | undefined;
577
+ export interface RestoreImageFromRecycleBinRequest {
578
+ ImageId: string | undefined;
935
579
  DryRun?: boolean | undefined;
936
580
  }
937
- export interface TransitGatewayPolicyRuleMetaData {
938
- MetaDataKey?: string | undefined;
939
- MetaDataValue?: string | undefined;
940
- }
941
- export interface TransitGatewayPolicyRule {
942
- SourceCidrBlock?: string | undefined;
943
- SourcePortRange?: string | undefined;
944
- DestinationCidrBlock?: string | undefined;
945
- DestinationPortRange?: string | undefined;
946
- Protocol?: string | undefined;
947
- MetaData?: TransitGatewayPolicyRuleMetaData | undefined;
948
- }
949
- export interface TransitGatewayPolicyTableEntry {
950
- PolicyRuleNumber?: string | undefined;
951
- PolicyRule?: TransitGatewayPolicyRule | undefined;
952
- TargetRouteTableId?: string | undefined;
953
- }
954
- export interface GetTransitGatewayPolicyTableEntriesResult {
955
- TransitGatewayPolicyTableEntries?:
956
- | TransitGatewayPolicyTableEntry[]
957
- | undefined;
581
+ export interface RestoreImageFromRecycleBinResult {
582
+ Return?: boolean | undefined;
958
583
  }
959
- export interface GetTransitGatewayPrefixListReferencesRequest {
960
- TransitGatewayRouteTableId: string | undefined;
961
- Filters?: Filter[] | undefined;
962
- MaxResults?: number | undefined;
963
- NextToken?: string | undefined;
584
+ export interface RestoreManagedPrefixListVersionRequest {
964
585
  DryRun?: boolean | undefined;
586
+ PrefixListId: string | undefined;
587
+ PreviousVersion: number | undefined;
588
+ CurrentVersion: number | undefined;
965
589
  }
966
- export interface GetTransitGatewayPrefixListReferencesResult {
967
- TransitGatewayPrefixListReferences?:
968
- | TransitGatewayPrefixListReference[]
969
- | undefined;
970
- NextToken?: string | undefined;
590
+ export interface RestoreManagedPrefixListVersionResult {
591
+ PrefixList?: ManagedPrefixList | undefined;
971
592
  }
972
- export interface GetTransitGatewayRouteTableAssociationsRequest {
973
- TransitGatewayRouteTableId: string | undefined;
974
- Filters?: Filter[] | undefined;
975
- MaxResults?: number | undefined;
976
- NextToken?: string | undefined;
593
+ export interface RestoreSnapshotFromRecycleBinRequest {
594
+ SnapshotId: string | undefined;
977
595
  DryRun?: boolean | undefined;
978
596
  }
979
- export interface TransitGatewayRouteTableAssociation {
980
- TransitGatewayAttachmentId?: string | undefined;
981
- ResourceId?: string | undefined;
982
- ResourceType?: TransitGatewayAttachmentResourceType | undefined;
983
- State?: TransitGatewayAssociationState | undefined;
984
- }
985
- export interface GetTransitGatewayRouteTableAssociationsResult {
986
- Associations?: TransitGatewayRouteTableAssociation[] | undefined;
987
- NextToken?: string | undefined;
597
+ export interface RestoreSnapshotFromRecycleBinResult {
598
+ SnapshotId?: string | undefined;
599
+ OutpostArn?: string | undefined;
600
+ Description?: string | undefined;
601
+ Encrypted?: boolean | undefined;
602
+ OwnerId?: string | undefined;
603
+ Progress?: string | undefined;
604
+ StartTime?: Date | undefined;
605
+ State?: SnapshotState | undefined;
606
+ VolumeId?: string | undefined;
607
+ VolumeSize?: number | undefined;
608
+ SseType?: SSEType | undefined;
988
609
  }
989
- export interface GetTransitGatewayRouteTablePropagationsRequest {
990
- TransitGatewayRouteTableId: string | undefined;
991
- Filters?: Filter[] | undefined;
992
- MaxResults?: number | undefined;
993
- NextToken?: string | undefined;
610
+ export interface RestoreSnapshotTierRequest {
611
+ SnapshotId: string | undefined;
612
+ TemporaryRestoreDays?: number | undefined;
613
+ PermanentRestore?: boolean | undefined;
994
614
  DryRun?: boolean | undefined;
995
615
  }
996
- export interface TransitGatewayRouteTablePropagation {
997
- TransitGatewayAttachmentId?: string | undefined;
998
- ResourceId?: string | undefined;
999
- ResourceType?: TransitGatewayAttachmentResourceType | undefined;
1000
- State?: TransitGatewayPropagationState | undefined;
1001
- TransitGatewayRouteTableAnnouncementId?: string | undefined;
1002
- }
1003
- export interface GetTransitGatewayRouteTablePropagationsResult {
1004
- TransitGatewayRouteTablePropagations?:
1005
- | TransitGatewayRouteTablePropagation[]
1006
- | undefined;
1007
- NextToken?: string | undefined;
616
+ export interface RestoreSnapshotTierResult {
617
+ SnapshotId?: string | undefined;
618
+ RestoreStartTime?: Date | undefined;
619
+ RestoreDuration?: number | undefined;
620
+ IsPermanentRestore?: boolean | undefined;
1008
621
  }
1009
- export interface GetVerifiedAccessEndpointPolicyRequest {
1010
- VerifiedAccessEndpointId: string | undefined;
622
+ export interface RevokeClientVpnIngressRequest {
623
+ ClientVpnEndpointId: string | undefined;
624
+ TargetNetworkCidr: string | undefined;
625
+ AccessGroupId?: string | undefined;
626
+ RevokeAllGroups?: boolean | undefined;
1011
627
  DryRun?: boolean | undefined;
1012
628
  }
1013
- export interface GetVerifiedAccessEndpointPolicyResult {
1014
- PolicyEnabled?: boolean | undefined;
1015
- PolicyDocument?: string | undefined;
629
+ export interface RevokeClientVpnIngressResult {
630
+ Status?: ClientVpnAuthorizationRuleStatus | undefined;
1016
631
  }
1017
- export interface GetVerifiedAccessEndpointTargetsRequest {
1018
- VerifiedAccessEndpointId: string | undefined;
1019
- MaxResults?: number | undefined;
1020
- NextToken?: string | undefined;
632
+ export interface RevokeSecurityGroupEgressRequest {
633
+ SecurityGroupRuleIds?: string[] | undefined;
1021
634
  DryRun?: boolean | undefined;
635
+ GroupId: string | undefined;
636
+ SourceSecurityGroupName?: string | undefined;
637
+ SourceSecurityGroupOwnerId?: string | undefined;
638
+ IpProtocol?: string | undefined;
639
+ FromPort?: number | undefined;
640
+ ToPort?: number | undefined;
641
+ CidrIp?: string | undefined;
642
+ IpPermissions?: IpPermission[] | undefined;
1022
643
  }
1023
- export interface VerifiedAccessEndpointTarget {
1024
- VerifiedAccessEndpointId?: string | undefined;
1025
- VerifiedAccessEndpointTargetIpAddress?: string | undefined;
1026
- VerifiedAccessEndpointTargetDns?: string | undefined;
1027
- }
1028
- export interface GetVerifiedAccessEndpointTargetsResult {
1029
- VerifiedAccessEndpointTargets?: VerifiedAccessEndpointTarget[] | undefined;
1030
- NextToken?: string | undefined;
1031
- }
1032
- export interface GetVerifiedAccessGroupPolicyRequest {
1033
- VerifiedAccessGroupId: string | undefined;
1034
- DryRun?: boolean | undefined;
644
+ export interface RevokedSecurityGroupRule {
645
+ SecurityGroupRuleId?: string | undefined;
646
+ GroupId?: string | undefined;
647
+ IsEgress?: boolean | undefined;
648
+ IpProtocol?: string | undefined;
649
+ FromPort?: number | undefined;
650
+ ToPort?: number | undefined;
651
+ CidrIpv4?: string | undefined;
652
+ CidrIpv6?: string | undefined;
653
+ PrefixListId?: string | undefined;
654
+ ReferencedGroupId?: string | undefined;
655
+ Description?: string | undefined;
1035
656
  }
1036
- export interface GetVerifiedAccessGroupPolicyResult {
1037
- PolicyEnabled?: boolean | undefined;
1038
- PolicyDocument?: string | undefined;
657
+ export interface RevokeSecurityGroupEgressResult {
658
+ Return?: boolean | undefined;
659
+ UnknownIpPermissions?: IpPermission[] | undefined;
660
+ RevokedSecurityGroupRules?: RevokedSecurityGroupRule[] | undefined;
1039
661
  }
1040
- export interface GetVpnConnectionDeviceSampleConfigurationRequest {
1041
- VpnConnectionId: string | undefined;
1042
- VpnConnectionDeviceTypeId: string | undefined;
1043
- InternetKeyExchangeVersion?: string | undefined;
1044
- SampleType?: string | undefined;
662
+ export interface RevokeSecurityGroupIngressRequest {
663
+ CidrIp?: string | undefined;
664
+ FromPort?: number | undefined;
665
+ GroupId?: string | undefined;
666
+ GroupName?: string | undefined;
667
+ IpPermissions?: IpPermission[] | undefined;
668
+ IpProtocol?: string | undefined;
669
+ SourceSecurityGroupName?: string | undefined;
670
+ SourceSecurityGroupOwnerId?: string | undefined;
671
+ ToPort?: number | undefined;
672
+ SecurityGroupRuleIds?: string[] | undefined;
1045
673
  DryRun?: boolean | undefined;
1046
674
  }
1047
- export interface GetVpnConnectionDeviceSampleConfigurationResult {
1048
- VpnConnectionDeviceSampleConfiguration?: string | undefined;
1049
- }
1050
- export interface GetVpnConnectionDeviceTypesRequest {
1051
- MaxResults?: number | undefined;
1052
- NextToken?: string | undefined;
1053
- DryRun?: boolean | undefined;
675
+ export interface RevokeSecurityGroupIngressResult {
676
+ Return?: boolean | undefined;
677
+ UnknownIpPermissions?: IpPermission[] | undefined;
678
+ RevokedSecurityGroupRules?: RevokedSecurityGroupRule[] | undefined;
1054
679
  }
1055
- export interface VpnConnectionDeviceType {
1056
- VpnConnectionDeviceTypeId?: string | undefined;
1057
- Vendor?: string | undefined;
1058
- Platform?: string | undefined;
1059
- Software?: string | undefined;
680
+ export interface CpuOptionsRequest {
681
+ CoreCount?: number | undefined;
682
+ ThreadsPerCore?: number | undefined;
683
+ AmdSevSnp?: AmdSevSnpSpecification | undefined;
1060
684
  }
1061
- export interface GetVpnConnectionDeviceTypesResult {
1062
- VpnConnectionDeviceTypes?: VpnConnectionDeviceType[] | undefined;
1063
- NextToken?: string | undefined;
685
+ export interface ElasticInferenceAccelerator {
686
+ Type: string | undefined;
687
+ Count?: number | undefined;
1064
688
  }
1065
- export interface GetVpnTunnelReplacementStatusRequest {
1066
- VpnConnectionId: string | undefined;
1067
- VpnTunnelOutsideIpAddress: string | undefined;
1068
- DryRun?: boolean | undefined;
689
+ export interface EnclaveOptionsRequest {
690
+ Enabled?: boolean | undefined;
1069
691
  }
1070
- export interface MaintenanceDetails {
1071
- PendingMaintenance?: string | undefined;
1072
- MaintenanceAutoAppliedAfter?: Date | undefined;
1073
- LastMaintenanceApplied?: Date | undefined;
692
+ export interface HibernationOptionsRequest {
693
+ Configured?: boolean | undefined;
1074
694
  }
1075
- export interface GetVpnTunnelReplacementStatusResult {
1076
- VpnConnectionId?: string | undefined;
1077
- TransitGatewayId?: string | undefined;
1078
- CustomerGatewayId?: string | undefined;
1079
- VpnGatewayId?: string | undefined;
1080
- VpnTunnelOutsideIpAddress?: string | undefined;
1081
- MaintenanceDetails?: MaintenanceDetails | undefined;
695
+ export interface SpotMarketOptions {
696
+ MaxPrice?: string | undefined;
697
+ SpotInstanceType?: SpotInstanceType | undefined;
698
+ BlockDurationMinutes?: number | undefined;
699
+ ValidUntil?: Date | undefined;
700
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
1082
701
  }
1083
- export interface ImportClientVpnClientCertificateRevocationListRequest {
1084
- ClientVpnEndpointId: string | undefined;
1085
- CertificateRevocationList: string | undefined;
1086
- DryRun?: boolean | undefined;
702
+ export interface InstanceMarketOptionsRequest {
703
+ MarketType?: MarketType | undefined;
704
+ SpotOptions?: SpotMarketOptions | undefined;
1087
705
  }
1088
- export interface ImportClientVpnClientCertificateRevocationListResult {
1089
- Return?: boolean | undefined;
706
+ export interface LaunchTemplateSpecification {
707
+ LaunchTemplateId?: string | undefined;
708
+ LaunchTemplateName?: string | undefined;
709
+ Version?: string | undefined;
1090
710
  }
1091
- export interface ClientData {
1092
- Comment?: string | undefined;
1093
- UploadEnd?: Date | undefined;
1094
- UploadSize?: number | undefined;
1095
- UploadStart?: Date | undefined;
711
+ export interface LicenseConfigurationRequest {
712
+ LicenseConfigurationArn?: string | undefined;
1096
713
  }
1097
- export interface UserBucket {
1098
- S3Bucket?: string | undefined;
1099
- S3Key?: string | undefined;
714
+ export interface InstanceMaintenanceOptionsRequest {
715
+ AutoRecovery?: InstanceAutoRecoveryState | undefined;
1100
716
  }
1101
- export interface ImageDiskContainer {
1102
- Description?: string | undefined;
1103
- DeviceName?: string | undefined;
1104
- Format?: string | undefined;
1105
- SnapshotId?: string | undefined;
1106
- Url?: string | undefined;
1107
- UserBucket?: UserBucket | undefined;
717
+ export interface InstanceMetadataOptionsRequest {
718
+ HttpTokens?: HttpTokensState | undefined;
719
+ HttpPutResponseHopLimit?: number | undefined;
720
+ HttpEndpoint?: InstanceMetadataEndpointState | undefined;
721
+ HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
722
+ InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
1108
723
  }
1109
- export interface ImportImageLicenseConfigurationRequest {
1110
- LicenseConfigurationArn?: string | undefined;
724
+ export interface InstanceNetworkPerformanceOptionsRequest {
725
+ BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
1111
726
  }
1112
- export interface ImportImageRequest {
1113
- Architecture?: string | undefined;
1114
- ClientData?: ClientData | undefined;
1115
- ClientToken?: string | undefined;
1116
- Description?: string | undefined;
1117
- DiskContainers?: ImageDiskContainer[] | undefined;
1118
- DryRun?: boolean | undefined;
1119
- Encrypted?: boolean | undefined;
1120
- Hypervisor?: string | undefined;
1121
- KmsKeyId?: string | undefined;
1122
- LicenseType?: string | undefined;
1123
- Platform?: string | undefined;
1124
- RoleName?: string | undefined;
1125
- LicenseSpecifications?: ImportImageLicenseConfigurationRequest[] | undefined;
1126
- TagSpecifications?: TagSpecification[] | undefined;
1127
- UsageOperation?: string | undefined;
1128
- BootMode?: BootModeValues | undefined;
727
+ export interface PrivateDnsNameOptionsRequest {
728
+ HostnameType?: HostnameType | undefined;
729
+ EnableResourceNameDnsARecord?: boolean | undefined;
730
+ EnableResourceNameDnsAAAARecord?: boolean | undefined;
1129
731
  }
1130
- export interface ImportImageResult {
1131
- Architecture?: string | undefined;
1132
- Description?: string | undefined;
1133
- Encrypted?: boolean | undefined;
1134
- Hypervisor?: string | undefined;
732
+ export interface RunInstancesRequest {
733
+ BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
1135
734
  ImageId?: string | undefined;
1136
- ImportTaskId?: string | undefined;
1137
- KmsKeyId?: string | undefined;
1138
- LicenseType?: string | undefined;
1139
- Platform?: string | undefined;
1140
- Progress?: string | undefined;
1141
- SnapshotDetails?: SnapshotDetail[] | undefined;
1142
- Status?: string | undefined;
1143
- StatusMessage?: string | undefined;
1144
- LicenseSpecifications?: ImportImageLicenseConfigurationResponse[] | undefined;
1145
- Tags?: Tag[] | undefined;
1146
- UsageOperation?: string | undefined;
1147
- }
1148
- export interface DiskImageDetail {
1149
- Format: DiskImageFormat | undefined;
1150
- Bytes: number | undefined;
1151
- ImportManifestUrl: string | undefined;
1152
- }
1153
- export interface VolumeDetail {
1154
- Size: number | undefined;
1155
- }
1156
- export interface DiskImage {
1157
- Description?: string | undefined;
1158
- Image?: DiskImageDetail | undefined;
1159
- Volume?: VolumeDetail | undefined;
1160
- }
1161
- export interface UserData {
1162
- Data?: string | undefined;
1163
- }
1164
- export interface ImportInstanceLaunchSpecification {
1165
- Architecture?: ArchitectureValues | undefined;
1166
- GroupNames?: string[] | undefined;
1167
- GroupIds?: string[] | undefined;
1168
- AdditionalInfo?: string | undefined;
1169
- UserData?: UserData | undefined;
1170
735
  InstanceType?: _InstanceType | undefined;
736
+ Ipv6AddressCount?: number | undefined;
737
+ Ipv6Addresses?: InstanceIpv6Address[] | undefined;
738
+ KernelId?: string | undefined;
739
+ KeyName?: string | undefined;
740
+ MaxCount: number | undefined;
741
+ MinCount: number | undefined;
742
+ Monitoring?: RunInstancesMonitoringEnabled | undefined;
1171
743
  Placement?: Placement | undefined;
1172
- Monitoring?: boolean | undefined;
744
+ RamdiskId?: string | undefined;
745
+ SecurityGroupIds?: string[] | undefined;
746
+ SecurityGroups?: string[] | undefined;
1173
747
  SubnetId?: string | undefined;
748
+ UserData?: string | undefined;
749
+ ElasticGpuSpecification?: ElasticGpuSpecification[] | undefined;
750
+ ElasticInferenceAccelerators?: ElasticInferenceAccelerator[] | undefined;
751
+ TagSpecifications?: TagSpecification[] | undefined;
752
+ LaunchTemplate?: LaunchTemplateSpecification | undefined;
753
+ InstanceMarketOptions?: InstanceMarketOptionsRequest | undefined;
754
+ CreditSpecification?: CreditSpecificationRequest | undefined;
755
+ CpuOptions?: CpuOptionsRequest | undefined;
756
+ CapacityReservationSpecification?:
757
+ | CapacityReservationSpecification
758
+ | undefined;
759
+ HibernationOptions?: HibernationOptionsRequest | undefined;
760
+ LicenseSpecifications?: LicenseConfigurationRequest[] | undefined;
761
+ MetadataOptions?: InstanceMetadataOptionsRequest | undefined;
762
+ EnclaveOptions?: EnclaveOptionsRequest | undefined;
763
+ PrivateDnsNameOptions?: PrivateDnsNameOptionsRequest | undefined;
764
+ MaintenanceOptions?: InstanceMaintenanceOptionsRequest | undefined;
765
+ DisableApiStop?: boolean | undefined;
766
+ EnablePrimaryIpv6?: boolean | undefined;
767
+ NetworkPerformanceOptions?:
768
+ | InstanceNetworkPerformanceOptionsRequest
769
+ | undefined;
770
+ Operator?: OperatorRequest | undefined;
771
+ DryRun?: boolean | undefined;
772
+ DisableApiTermination?: boolean | undefined;
1174
773
  InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
1175
774
  PrivateIpAddress?: string | undefined;
775
+ ClientToken?: string | undefined;
776
+ AdditionalInfo?: string | undefined;
777
+ NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
778
+ IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
779
+ EbsOptimized?: boolean | undefined;
1176
780
  }
1177
- export interface ImportInstanceRequest {
1178
- DryRun?: boolean | undefined;
1179
- Description?: string | undefined;
1180
- LaunchSpecification?: ImportInstanceLaunchSpecification | undefined;
1181
- DiskImages?: DiskImage[] | undefined;
1182
- Platform: PlatformValues | undefined;
781
+ export interface ScheduledInstancesEbs {
782
+ DeleteOnTermination?: boolean | undefined;
783
+ Encrypted?: boolean | undefined;
784
+ Iops?: number | undefined;
785
+ SnapshotId?: string | undefined;
786
+ VolumeSize?: number | undefined;
787
+ VolumeType?: string | undefined;
1183
788
  }
1184
- export interface ImportInstanceResult {
1185
- ConversionTask?: ConversionTask | undefined;
789
+ export interface ScheduledInstancesBlockDeviceMapping {
790
+ DeviceName?: string | undefined;
791
+ Ebs?: ScheduledInstancesEbs | undefined;
792
+ NoDevice?: string | undefined;
793
+ VirtualName?: string | undefined;
1186
794
  }
1187
- export interface ImportKeyPairRequest {
1188
- TagSpecifications?: TagSpecification[] | undefined;
1189
- DryRun?: boolean | undefined;
1190
- KeyName: string | undefined;
1191
- PublicKeyMaterial: Uint8Array | undefined;
795
+ export interface ScheduledInstancesIamInstanceProfile {
796
+ Arn?: string | undefined;
797
+ Name?: string | undefined;
1192
798
  }
1193
- export interface ImportKeyPairResult {
1194
- KeyFingerprint?: string | undefined;
1195
- KeyName?: string | undefined;
1196
- KeyPairId?: string | undefined;
1197
- Tags?: Tag[] | undefined;
799
+ export interface ScheduledInstancesMonitoring {
800
+ Enabled?: boolean | undefined;
1198
801
  }
1199
- export interface SnapshotDiskContainer {
1200
- Description?: string | undefined;
1201
- Format?: string | undefined;
1202
- Url?: string | undefined;
1203
- UserBucket?: UserBucket | undefined;
802
+ export interface ScheduledInstancesIpv6Address {
803
+ Ipv6Address?: string | undefined;
1204
804
  }
1205
- export interface ImportSnapshotRequest {
1206
- ClientData?: ClientData | undefined;
1207
- ClientToken?: string | undefined;
1208
- Description?: string | undefined;
1209
- DiskContainer?: SnapshotDiskContainer | undefined;
1210
- DryRun?: boolean | undefined;
1211
- Encrypted?: boolean | undefined;
1212
- KmsKeyId?: string | undefined;
1213
- RoleName?: string | undefined;
1214
- TagSpecifications?: TagSpecification[] | undefined;
805
+ export interface ScheduledInstancesPrivateIpAddressConfig {
806
+ Primary?: boolean | undefined;
807
+ PrivateIpAddress?: string | undefined;
1215
808
  }
1216
- export interface ImportSnapshotResult {
809
+ export interface ScheduledInstancesNetworkInterface {
810
+ AssociatePublicIpAddress?: boolean | undefined;
811
+ DeleteOnTermination?: boolean | undefined;
1217
812
  Description?: string | undefined;
1218
- ImportTaskId?: string | undefined;
1219
- SnapshotTaskDetail?: SnapshotTaskDetail | undefined;
1220
- Tags?: Tag[] | undefined;
813
+ DeviceIndex?: number | undefined;
814
+ Groups?: string[] | undefined;
815
+ Ipv6AddressCount?: number | undefined;
816
+ Ipv6Addresses?: ScheduledInstancesIpv6Address[] | undefined;
817
+ NetworkInterfaceId?: string | undefined;
818
+ PrivateIpAddress?: string | undefined;
819
+ PrivateIpAddressConfigs?:
820
+ | ScheduledInstancesPrivateIpAddressConfig[]
821
+ | undefined;
822
+ SecondaryPrivateIpAddressCount?: number | undefined;
823
+ SubnetId?: string | undefined;
1221
824
  }
1222
- export interface ImportVolumeRequest {
1223
- AvailabilityZoneId?: string | undefined;
1224
- DryRun?: boolean | undefined;
825
+ export interface ScheduledInstancesPlacement {
1225
826
  AvailabilityZone?: string | undefined;
1226
- Image: DiskImageDetail | undefined;
1227
- Description?: string | undefined;
1228
- Volume: VolumeDetail | undefined;
827
+ GroupName?: string | undefined;
1229
828
  }
1230
- export interface ImportVolumeResult {
1231
- ConversionTask?: ConversionTask | undefined;
829
+ export interface ScheduledInstancesLaunchSpecification {
830
+ BlockDeviceMappings?: ScheduledInstancesBlockDeviceMapping[] | undefined;
831
+ EbsOptimized?: boolean | undefined;
832
+ IamInstanceProfile?: ScheduledInstancesIamInstanceProfile | undefined;
833
+ ImageId: string | undefined;
834
+ InstanceType?: string | undefined;
835
+ KernelId?: string | undefined;
836
+ KeyName?: string | undefined;
837
+ Monitoring?: ScheduledInstancesMonitoring | undefined;
838
+ NetworkInterfaces?: ScheduledInstancesNetworkInterface[] | undefined;
839
+ Placement?: ScheduledInstancesPlacement | undefined;
840
+ RamdiskId?: string | undefined;
841
+ SecurityGroupIds?: string[] | undefined;
842
+ SubnetId?: string | undefined;
843
+ UserData?: string | undefined;
1232
844
  }
1233
- export interface ListImagesInRecycleBinRequest {
1234
- ImageIds?: string[] | undefined;
1235
- NextToken?: string | undefined;
1236
- MaxResults?: number | undefined;
845
+ export interface RunScheduledInstancesRequest {
846
+ ClientToken?: string | undefined;
1237
847
  DryRun?: boolean | undefined;
848
+ InstanceCount?: number | undefined;
849
+ LaunchSpecification: ScheduledInstancesLaunchSpecification | undefined;
850
+ ScheduledInstanceId: string | undefined;
1238
851
  }
1239
- export interface ImageRecycleBinInfo {
1240
- ImageId?: string | undefined;
1241
- Name?: string | undefined;
1242
- Description?: string | undefined;
1243
- RecycleBinEnterTime?: Date | undefined;
1244
- RecycleBinExitTime?: Date | undefined;
1245
- }
1246
- export interface ListImagesInRecycleBinResult {
1247
- Images?: ImageRecycleBinInfo[] | undefined;
1248
- NextToken?: string | undefined;
852
+ export interface RunScheduledInstancesResult {
853
+ InstanceIdSet?: string[] | undefined;
1249
854
  }
1250
- export interface ListSnapshotsInRecycleBinRequest {
855
+ export interface SearchLocalGatewayRoutesRequest {
856
+ LocalGatewayRouteTableId: string | undefined;
857
+ Filters?: Filter[] | undefined;
1251
858
  MaxResults?: number | undefined;
1252
859
  NextToken?: string | undefined;
1253
- SnapshotIds?: string[] | undefined;
1254
860
  DryRun?: boolean | undefined;
1255
861
  }
1256
- export interface SnapshotRecycleBinInfo {
1257
- SnapshotId?: string | undefined;
1258
- RecycleBinEnterTime?: Date | undefined;
1259
- RecycleBinExitTime?: Date | undefined;
1260
- Description?: string | undefined;
1261
- VolumeId?: string | undefined;
1262
- }
1263
- export interface ListSnapshotsInRecycleBinResult {
1264
- Snapshots?: SnapshotRecycleBinInfo[] | undefined;
862
+ export interface SearchLocalGatewayRoutesResult {
863
+ Routes?: LocalGatewayRoute[] | undefined;
1265
864
  NextToken?: string | undefined;
1266
865
  }
1267
- export declare const LockMode: {
1268
- readonly compliance: "compliance";
1269
- readonly governance: "governance";
1270
- };
1271
- export type LockMode = (typeof LockMode)[keyof typeof LockMode];
1272
- export interface LockSnapshotRequest {
1273
- SnapshotId: string | undefined;
1274
- DryRun?: boolean | undefined;
1275
- LockMode: LockMode | undefined;
1276
- CoolOffPeriod?: number | undefined;
1277
- LockDuration?: number | undefined;
1278
- ExpirationDate?: Date | undefined;
1279
- }
1280
- export interface LockSnapshotResult {
1281
- SnapshotId?: string | undefined;
1282
- LockState?: LockState | undefined;
1283
- LockDuration?: number | undefined;
1284
- CoolOffPeriod?: number | undefined;
1285
- CoolOffPeriodExpiresOn?: Date | undefined;
1286
- LockCreatedOn?: Date | undefined;
1287
- LockExpiresOn?: Date | undefined;
1288
- LockDurationStartTime?: Date | undefined;
1289
- }
1290
- export interface ModifyAddressAttributeRequest {
1291
- AllocationId: string | undefined;
1292
- DomainName?: string | undefined;
1293
- DryRun?: boolean | undefined;
1294
- }
1295
- export interface ModifyAddressAttributeResult {
1296
- Address?: AddressAttribute | undefined;
1297
- }
1298
- export declare const ModifyAvailabilityZoneOptInStatus: {
1299
- readonly not_opted_in: "not-opted-in";
1300
- readonly opted_in: "opted-in";
1301
- };
1302
- export type ModifyAvailabilityZoneOptInStatus =
1303
- (typeof ModifyAvailabilityZoneOptInStatus)[keyof typeof ModifyAvailabilityZoneOptInStatus];
1304
- export interface ModifyAvailabilityZoneGroupRequest {
1305
- GroupName: string | undefined;
1306
- OptInStatus: ModifyAvailabilityZoneOptInStatus | undefined;
1307
- DryRun?: boolean | undefined;
1308
- }
1309
- export interface ModifyAvailabilityZoneGroupResult {
1310
- Return?: boolean | undefined;
1311
- }
1312
- export interface ModifyCapacityReservationRequest {
1313
- CapacityReservationId: string | undefined;
1314
- InstanceCount?: number | undefined;
1315
- EndDate?: Date | undefined;
1316
- EndDateType?: EndDateType | undefined;
1317
- Accept?: boolean | undefined;
1318
- DryRun?: boolean | undefined;
1319
- AdditionalInfo?: string | undefined;
1320
- InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
1321
- }
1322
- export interface ModifyCapacityReservationResult {
1323
- Return?: boolean | undefined;
1324
- }
1325
- export interface ModifyCapacityReservationFleetRequest {
1326
- CapacityReservationFleetId: string | undefined;
1327
- TotalTargetCapacity?: number | undefined;
1328
- EndDate?: Date | undefined;
1329
- DryRun?: boolean | undefined;
1330
- RemoveEndDate?: boolean | undefined;
1331
- }
1332
- export interface ModifyCapacityReservationFleetResult {
1333
- Return?: boolean | undefined;
1334
- }
1335
- export interface DnsServersOptionsModifyStructure {
1336
- CustomDnsServers?: string[] | undefined;
1337
- Enabled?: boolean | undefined;
1338
- }
1339
- export interface ModifyClientVpnEndpointRequest {
1340
- ClientVpnEndpointId: string | undefined;
1341
- ServerCertificateArn?: string | undefined;
1342
- ConnectionLogOptions?: ConnectionLogOptions | undefined;
1343
- DnsServers?: DnsServersOptionsModifyStructure | undefined;
1344
- VpnPort?: number | undefined;
1345
- Description?: string | undefined;
1346
- SplitTunnel?: boolean | undefined;
1347
- DryRun?: boolean | undefined;
1348
- SecurityGroupIds?: string[] | undefined;
1349
- VpcId?: string | undefined;
1350
- SelfServicePortal?: SelfServicePortal | undefined;
1351
- ClientConnectOptions?: ClientConnectOptions | undefined;
1352
- SessionTimeoutHours?: number | undefined;
1353
- ClientLoginBannerOptions?: ClientLoginBannerOptions | undefined;
1354
- ClientRouteEnforcementOptions?: ClientRouteEnforcementOptions | undefined;
1355
- DisconnectOnSessionTimeout?: boolean | undefined;
1356
- }
1357
- export interface ModifyClientVpnEndpointResult {
1358
- Return?: boolean | undefined;
1359
- }
1360
- export interface ModifyDefaultCreditSpecificationRequest {
1361
- DryRun?: boolean | undefined;
1362
- InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
1363
- CpuCredits: string | undefined;
1364
- }
1365
- export interface ModifyDefaultCreditSpecificationResult {
1366
- InstanceFamilyCreditSpecification?:
1367
- | InstanceFamilyCreditSpecification
1368
- | undefined;
1369
- }
1370
- export interface ModifyEbsDefaultKmsKeyIdRequest {
1371
- KmsKeyId: string | undefined;
1372
- DryRun?: boolean | undefined;
1373
- }
1374
- export interface ModifyEbsDefaultKmsKeyIdResult {
1375
- KmsKeyId?: string | undefined;
1376
- }
1377
- export interface ModifyFleetRequest {
1378
- DryRun?: boolean | undefined;
1379
- ExcessCapacityTerminationPolicy?:
1380
- | FleetExcessCapacityTerminationPolicy
1381
- | undefined;
1382
- LaunchTemplateConfigs?: FleetLaunchTemplateConfigRequest[] | undefined;
1383
- FleetId: string | undefined;
1384
- TargetCapacitySpecification?: TargetCapacitySpecificationRequest | undefined;
1385
- Context?: string | undefined;
1386
- }
1387
- export interface ModifyFleetResult {
1388
- Return?: boolean | undefined;
1389
- }
1390
- export interface LoadPermissionRequest {
1391
- Group?: PermissionGroup | undefined;
1392
- UserId?: string | undefined;
1393
- }
1394
- export interface LoadPermissionModifications {
1395
- Add?: LoadPermissionRequest[] | undefined;
1396
- Remove?: LoadPermissionRequest[] | undefined;
1397
- }
1398
- export declare const OperationType: {
1399
- readonly add: "add";
1400
- readonly remove: "remove";
1401
- };
1402
- export type OperationType = (typeof OperationType)[keyof typeof OperationType];
1403
- export interface ModifyFpgaImageAttributeRequest {
866
+ export interface SearchTransitGatewayMulticastGroupsRequest {
867
+ TransitGatewayMulticastDomainId: string | undefined;
868
+ Filters?: Filter[] | undefined;
869
+ MaxResults?: number | undefined;
870
+ NextToken?: string | undefined;
1404
871
  DryRun?: boolean | undefined;
1405
- FpgaImageId: string | undefined;
1406
- Attribute?: FpgaImageAttributeName | undefined;
1407
- OperationType?: OperationType | undefined;
1408
- UserIds?: string[] | undefined;
1409
- UserGroups?: string[] | undefined;
1410
- ProductCodes?: string[] | undefined;
1411
- LoadPermission?: LoadPermissionModifications | undefined;
1412
- Description?: string | undefined;
1413
- Name?: string | undefined;
1414
- }
1415
- export interface ModifyFpgaImageAttributeResult {
1416
- FpgaImageAttribute?: FpgaImageAttribute | undefined;
1417
- }
1418
- export interface ModifyHostsRequest {
1419
- HostRecovery?: HostRecovery | undefined;
1420
- InstanceType?: string | undefined;
1421
- InstanceFamily?: string | undefined;
1422
- HostMaintenance?: HostMaintenance | undefined;
1423
- HostIds: string[] | undefined;
1424
- AutoPlacement?: AutoPlacement | undefined;
1425
- }
1426
- export interface ModifyHostsResult {
1427
- Successful?: string[] | undefined;
1428
- Unsuccessful?: UnsuccessfulItem[] | undefined;
1429
- }
1430
- export interface ModifyIdentityIdFormatRequest {
1431
- Resource: string | undefined;
1432
- UseLongIds: boolean | undefined;
1433
- PrincipalArn: string | undefined;
1434
- }
1435
- export interface ModifyIdFormatRequest {
1436
- Resource: string | undefined;
1437
- UseLongIds: boolean | undefined;
1438
- }
1439
- export interface LaunchPermissionModifications {
1440
- Add?: LaunchPermission[] | undefined;
1441
- Remove?: LaunchPermission[] | undefined;
1442
- }
1443
- export interface ModifyImageAttributeRequest {
1444
- Attribute?: string | undefined;
1445
- Description?: AttributeValue | undefined;
1446
- ImageId: string | undefined;
1447
- LaunchPermission?: LaunchPermissionModifications | undefined;
1448
- OperationType?: OperationType | undefined;
1449
- ProductCodes?: string[] | undefined;
1450
- UserGroups?: string[] | undefined;
1451
- UserIds?: string[] | undefined;
1452
- Value?: string | undefined;
1453
- OrganizationArns?: string[] | undefined;
1454
- OrganizationalUnitArns?: string[] | undefined;
1455
- ImdsSupport?: AttributeValue | undefined;
1456
- DryRun?: boolean | undefined;
1457
- }
1458
- export interface EbsInstanceBlockDeviceSpecification {
1459
- VolumeId?: string | undefined;
1460
- DeleteOnTermination?: boolean | undefined;
1461
872
  }
1462
- export interface InstanceBlockDeviceMappingSpecification {
1463
- DeviceName?: string | undefined;
1464
- Ebs?: EbsInstanceBlockDeviceSpecification | undefined;
1465
- VirtualName?: string | undefined;
1466
- NoDevice?: string | undefined;
873
+ export interface TransitGatewayMulticastGroup {
874
+ GroupIpAddress?: string | undefined;
875
+ TransitGatewayAttachmentId?: string | undefined;
876
+ SubnetId?: string | undefined;
877
+ ResourceId?: string | undefined;
878
+ ResourceType?: TransitGatewayAttachmentResourceType | undefined;
879
+ ResourceOwnerId?: string | undefined;
880
+ NetworkInterfaceId?: string | undefined;
881
+ GroupMember?: boolean | undefined;
882
+ GroupSource?: boolean | undefined;
883
+ MemberType?: MembershipType | undefined;
884
+ SourceType?: MembershipType | undefined;
1467
885
  }
1468
- export interface BlobAttributeValue {
1469
- Value?: Uint8Array | undefined;
886
+ export interface SearchTransitGatewayMulticastGroupsResult {
887
+ MulticastGroups?: TransitGatewayMulticastGroup[] | undefined;
888
+ NextToken?: string | undefined;
1470
889
  }
1471
- export interface ModifyInstanceAttributeRequest {
1472
- SourceDestCheck?: AttributeBooleanValue | undefined;
1473
- DisableApiStop?: AttributeBooleanValue | undefined;
890
+ export interface SearchTransitGatewayRoutesRequest {
891
+ TransitGatewayRouteTableId: string | undefined;
892
+ Filters: Filter[] | undefined;
893
+ MaxResults?: number | undefined;
1474
894
  DryRun?: boolean | undefined;
1475
- InstanceId: string | undefined;
1476
- Attribute?: InstanceAttributeName | undefined;
1477
- Value?: string | undefined;
1478
- BlockDeviceMappings?: InstanceBlockDeviceMappingSpecification[] | undefined;
1479
- DisableApiTermination?: AttributeBooleanValue | undefined;
1480
- InstanceType?: AttributeValue | undefined;
1481
- Kernel?: AttributeValue | undefined;
1482
- Ramdisk?: AttributeValue | undefined;
1483
- UserData?: BlobAttributeValue | undefined;
1484
- InstanceInitiatedShutdownBehavior?: AttributeValue | undefined;
1485
- Groups?: string[] | undefined;
1486
- EbsOptimized?: AttributeBooleanValue | undefined;
1487
- SriovNetSupport?: AttributeValue | undefined;
1488
- EnaSupport?: AttributeBooleanValue | undefined;
1489
895
  }
1490
- export interface CapacityReservationSpecification {
1491
- CapacityReservationPreference?: CapacityReservationPreference | undefined;
1492
- CapacityReservationTarget?: CapacityReservationTarget | undefined;
896
+ export interface SearchTransitGatewayRoutesResult {
897
+ Routes?: TransitGatewayRoute[] | undefined;
898
+ AdditionalRoutesAvailable?: boolean | undefined;
1493
899
  }
1494
- export interface ModifyInstanceCapacityReservationAttributesRequest {
900
+ export interface SendDiagnosticInterruptRequest {
1495
901
  InstanceId: string | undefined;
1496
- CapacityReservationSpecification:
1497
- | CapacityReservationSpecification
1498
- | undefined;
1499
902
  DryRun?: boolean | undefined;
1500
903
  }
1501
- export interface ModifyInstanceCapacityReservationAttributesResult {
1502
- Return?: boolean | undefined;
1503
- }
1504
- export interface ModifyInstanceConnectEndpointRequest {
904
+ export interface StartDeclarativePoliciesReportRequest {
1505
905
  DryRun?: boolean | undefined;
1506
- InstanceConnectEndpointId: string | undefined;
1507
- IpAddressType?: IpAddressType | undefined;
1508
- SecurityGroupIds?: string[] | undefined;
1509
- PreserveClientIp?: boolean | undefined;
906
+ S3Bucket: string | undefined;
907
+ S3Prefix?: string | undefined;
908
+ TargetId: string | undefined;
909
+ TagSpecifications?: TagSpecification[] | undefined;
1510
910
  }
1511
- export interface ModifyInstanceConnectEndpointResult {
1512
- Return?: boolean | undefined;
911
+ export interface StartDeclarativePoliciesReportResult {
912
+ ReportId?: string | undefined;
1513
913
  }
1514
- export interface ModifyInstanceCpuOptionsRequest {
1515
- InstanceId: string | undefined;
1516
- CoreCount: number | undefined;
1517
- ThreadsPerCore: number | undefined;
914
+ export interface StartInstancesRequest {
915
+ InstanceIds: string[] | undefined;
916
+ AdditionalInfo?: string | undefined;
1518
917
  DryRun?: boolean | undefined;
1519
918
  }
1520
- export interface ModifyInstanceCpuOptionsResult {
919
+ export interface InstanceStateChange {
1521
920
  InstanceId?: string | undefined;
1522
- CoreCount?: number | undefined;
1523
- ThreadsPerCore?: number | undefined;
921
+ CurrentState?: InstanceState | undefined;
922
+ PreviousState?: InstanceState | undefined;
1524
923
  }
1525
- export interface InstanceCreditSpecificationRequest {
1526
- InstanceId: string | undefined;
1527
- CpuCredits?: string | undefined;
924
+ export interface StartInstancesResult {
925
+ StartingInstances?: InstanceStateChange[] | undefined;
1528
926
  }
1529
- export interface ModifyInstanceCreditSpecificationRequest {
927
+ export interface StartNetworkInsightsAccessScopeAnalysisRequest {
928
+ NetworkInsightsAccessScopeId: string | undefined;
1530
929
  DryRun?: boolean | undefined;
930
+ TagSpecifications?: TagSpecification[] | undefined;
1531
931
  ClientToken?: string | undefined;
1532
- InstanceCreditSpecifications:
1533
- | InstanceCreditSpecificationRequest[]
1534
- | undefined;
1535
- }
1536
- export interface SuccessfulInstanceCreditSpecificationItem {
1537
- InstanceId?: string | undefined;
1538
932
  }
1539
- export declare const UnsuccessfulInstanceCreditSpecificationErrorCode: {
1540
- readonly INCORRECT_INSTANCE_STATE: "IncorrectInstanceState";
1541
- readonly INSTANCE_CREDIT_SPECIFICATION_NOT_SUPPORTED: "InstanceCreditSpecification.NotSupported";
1542
- readonly INSTANCE_NOT_FOUND: "InvalidInstanceID.NotFound";
1543
- readonly INVALID_INSTANCE_ID: "InvalidInstanceID.Malformed";
1544
- };
1545
- export type UnsuccessfulInstanceCreditSpecificationErrorCode =
1546
- (typeof UnsuccessfulInstanceCreditSpecificationErrorCode)[keyof typeof UnsuccessfulInstanceCreditSpecificationErrorCode];
1547
- export interface UnsuccessfulInstanceCreditSpecificationItemError {
1548
- Code?: UnsuccessfulInstanceCreditSpecificationErrorCode | undefined;
1549
- Message?: string | undefined;
1550
- }
1551
- export interface UnsuccessfulInstanceCreditSpecificationItem {
1552
- InstanceId?: string | undefined;
1553
- Error?: UnsuccessfulInstanceCreditSpecificationItemError | undefined;
1554
- }
1555
- export interface ModifyInstanceCreditSpecificationResult {
1556
- SuccessfulInstanceCreditSpecifications?:
1557
- | SuccessfulInstanceCreditSpecificationItem[]
933
+ export interface StartNetworkInsightsAccessScopeAnalysisResult {
934
+ NetworkInsightsAccessScopeAnalysis?:
935
+ | NetworkInsightsAccessScopeAnalysis
1558
936
  | undefined;
1559
- UnsuccessfulInstanceCreditSpecifications?:
1560
- | UnsuccessfulInstanceCreditSpecificationItem[]
1561
- | undefined;
1562
- }
1563
- export interface ModifyInstanceEventStartTimeRequest {
1564
- DryRun?: boolean | undefined;
1565
- InstanceId: string | undefined;
1566
- InstanceEventId: string | undefined;
1567
- NotBefore: Date | undefined;
1568
- }
1569
- export interface ModifyInstanceEventStartTimeResult {
1570
- Event?: InstanceStatusEvent | undefined;
1571
937
  }
1572
- export interface ModifyInstanceEventWindowRequest {
938
+ export interface StartNetworkInsightsAnalysisRequest {
939
+ NetworkInsightsPathId: string | undefined;
940
+ AdditionalAccounts?: string[] | undefined;
941
+ FilterInArns?: string[] | undefined;
942
+ FilterOutArns?: string[] | undefined;
1573
943
  DryRun?: boolean | undefined;
1574
- Name?: string | undefined;
1575
- InstanceEventWindowId: string | undefined;
1576
- TimeRanges?: InstanceEventWindowTimeRangeRequest[] | undefined;
1577
- CronExpression?: string | undefined;
1578
- }
1579
- export interface ModifyInstanceEventWindowResult {
1580
- InstanceEventWindow?: InstanceEventWindow | undefined;
944
+ TagSpecifications?: TagSpecification[] | undefined;
945
+ ClientToken?: string | undefined;
1581
946
  }
1582
- export interface ModifyInstanceMaintenanceOptionsRequest {
1583
- InstanceId: string | undefined;
1584
- AutoRecovery?: InstanceAutoRecoveryState | undefined;
1585
- RebootMigration?: InstanceRebootMigrationState | undefined;
1586
- DryRun?: boolean | undefined;
947
+ export interface StartNetworkInsightsAnalysisResult {
948
+ NetworkInsightsAnalysis?: NetworkInsightsAnalysis | undefined;
1587
949
  }
1588
- export interface ModifyInstanceMaintenanceOptionsResult {
1589
- InstanceId?: string | undefined;
1590
- AutoRecovery?: InstanceAutoRecoveryState | undefined;
1591
- RebootMigration?: InstanceRebootMigrationState | undefined;
1592
- }
1593
- export declare const DefaultInstanceMetadataEndpointState: {
1594
- readonly disabled: "disabled";
1595
- readonly enabled: "enabled";
1596
- readonly no_preference: "no-preference";
1597
- };
1598
- export type DefaultInstanceMetadataEndpointState =
1599
- (typeof DefaultInstanceMetadataEndpointState)[keyof typeof DefaultInstanceMetadataEndpointState];
1600
- export declare const MetadataDefaultHttpTokensState: {
1601
- readonly no_preference: "no-preference";
1602
- readonly optional: "optional";
1603
- readonly required: "required";
1604
- };
1605
- export type MetadataDefaultHttpTokensState =
1606
- (typeof MetadataDefaultHttpTokensState)[keyof typeof MetadataDefaultHttpTokensState];
1607
- export declare const DefaultInstanceMetadataTagsState: {
1608
- readonly disabled: "disabled";
1609
- readonly enabled: "enabled";
1610
- readonly no_preference: "no-preference";
1611
- };
1612
- export type DefaultInstanceMetadataTagsState =
1613
- (typeof DefaultInstanceMetadataTagsState)[keyof typeof DefaultInstanceMetadataTagsState];
1614
- export interface ModifyInstanceMetadataDefaultsRequest {
1615
- HttpTokens?: MetadataDefaultHttpTokensState | undefined;
1616
- HttpPutResponseHopLimit?: number | undefined;
1617
- HttpEndpoint?: DefaultInstanceMetadataEndpointState | undefined;
1618
- InstanceMetadataTags?: DefaultInstanceMetadataTagsState | undefined;
950
+ export interface StartVpcEndpointServicePrivateDnsVerificationRequest {
1619
951
  DryRun?: boolean | undefined;
952
+ ServiceId: string | undefined;
1620
953
  }
1621
- export interface ModifyInstanceMetadataDefaultsResult {
1622
- Return?: boolean | undefined;
954
+ export interface StartVpcEndpointServicePrivateDnsVerificationResult {
955
+ ReturnValue?: boolean | undefined;
1623
956
  }
1624
- export interface ModifyInstanceMetadataOptionsRequest {
1625
- InstanceId: string | undefined;
1626
- HttpTokens?: HttpTokensState | undefined;
1627
- HttpPutResponseHopLimit?: number | undefined;
1628
- HttpEndpoint?: InstanceMetadataEndpointState | undefined;
957
+ export interface StopInstancesRequest {
958
+ InstanceIds: string[] | undefined;
959
+ Hibernate?: boolean | undefined;
960
+ SkipOsShutdown?: boolean | undefined;
1629
961
  DryRun?: boolean | undefined;
1630
- HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
1631
- InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
962
+ Force?: boolean | undefined;
1632
963
  }
1633
- export interface ModifyInstanceMetadataOptionsResult {
1634
- InstanceId?: string | undefined;
1635
- InstanceMetadataOptions?: InstanceMetadataOptionsResponse | undefined;
964
+ export interface StopInstancesResult {
965
+ StoppingInstances?: InstanceStateChange[] | undefined;
1636
966
  }
1637
- export interface ModifyInstanceNetworkPerformanceRequest {
1638
- InstanceId: string | undefined;
1639
- BandwidthWeighting: InstanceBandwidthWeighting | undefined;
967
+ export interface TerminateClientVpnConnectionsRequest {
968
+ ClientVpnEndpointId: string | undefined;
969
+ ConnectionId?: string | undefined;
970
+ Username?: string | undefined;
1640
971
  DryRun?: boolean | undefined;
1641
972
  }
1642
- export interface ModifyInstanceNetworkPerformanceResult {
1643
- InstanceId?: string | undefined;
1644
- BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
1645
- }
1646
- export declare const HostTenancy: {
1647
- readonly dedicated: "dedicated";
1648
- readonly default: "default";
1649
- readonly host: "host";
1650
- };
1651
- export type HostTenancy = (typeof HostTenancy)[keyof typeof HostTenancy];
1652
- export interface ModifyInstancePlacementRequest {
1653
- GroupName?: string | undefined;
1654
- PartitionNumber?: number | undefined;
1655
- HostResourceGroupArn?: string | undefined;
1656
- GroupId?: string | undefined;
1657
- InstanceId: string | undefined;
1658
- Tenancy?: HostTenancy | undefined;
1659
- Affinity?: Affinity | undefined;
1660
- HostId?: string | undefined;
1661
- }
1662
- export interface ModifyInstancePlacementResult {
1663
- Return?: boolean | undefined;
973
+ export interface TerminateConnectionStatus {
974
+ ConnectionId?: string | undefined;
975
+ PreviousStatus?: ClientVpnConnectionStatus | undefined;
976
+ CurrentStatus?: ClientVpnConnectionStatus | undefined;
1664
977
  }
1665
- export interface RemoveIpamOperatingRegion {
1666
- RegionName?: string | undefined;
978
+ export interface TerminateClientVpnConnectionsResult {
979
+ ClientVpnEndpointId?: string | undefined;
980
+ Username?: string | undefined;
981
+ ConnectionStatuses?: TerminateConnectionStatus[] | undefined;
1667
982
  }
1668
- export interface ModifyIpamRequest {
983
+ export interface TerminateInstancesRequest {
984
+ InstanceIds: string[] | undefined;
985
+ Force?: boolean | undefined;
986
+ SkipOsShutdown?: boolean | undefined;
1669
987
  DryRun?: boolean | undefined;
1670
- IpamId: string | undefined;
1671
- Description?: string | undefined;
1672
- AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
1673
- RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
1674
- Tier?: IpamTier | undefined;
1675
- EnablePrivateGua?: boolean | undefined;
1676
- MeteredAccount?: IpamMeteredAccount | undefined;
1677
988
  }
1678
- export interface ModifyIpamResult {
1679
- Ipam?: Ipam | undefined;
1680
- }
1681
- export interface ModifyIpamPoolRequest {
1682
- DryRun?: boolean | undefined;
1683
- IpamPoolId: string | undefined;
1684
- Description?: string | undefined;
1685
- AutoImport?: boolean | undefined;
1686
- AllocationMinNetmaskLength?: number | undefined;
1687
- AllocationMaxNetmaskLength?: number | undefined;
1688
- AllocationDefaultNetmaskLength?: number | undefined;
1689
- ClearAllocationDefaultNetmaskLength?: boolean | undefined;
1690
- AddAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
1691
- RemoveAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
989
+ export interface TerminateInstancesResult {
990
+ TerminatingInstances?: InstanceStateChange[] | undefined;
1692
991
  }
1693
- export interface ModifyIpamPoolResult {
1694
- IpamPool?: IpamPool | undefined;
992
+ export interface UnassignIpv6AddressesRequest {
993
+ Ipv6Prefixes?: string[] | undefined;
994
+ NetworkInterfaceId: string | undefined;
995
+ Ipv6Addresses?: string[] | undefined;
1695
996
  }
1696
- export interface ModifyIpamPrefixListResolverRequest {
1697
- DryRun?: boolean | undefined;
1698
- IpamPrefixListResolverId: string | undefined;
1699
- Description?: string | undefined;
1700
- Rules?: IpamPrefixListResolverRuleRequest[] | undefined;
997
+ export interface UnassignIpv6AddressesResult {
998
+ NetworkInterfaceId?: string | undefined;
999
+ UnassignedIpv6Addresses?: string[] | undefined;
1000
+ UnassignedIpv6Prefixes?: string[] | undefined;
1701
1001
  }
1702
- export interface ModifyIpamPrefixListResolverResult {
1703
- IpamPrefixListResolver?: IpamPrefixListResolver | undefined;
1002
+ export interface UnassignPrivateIpAddressesRequest {
1003
+ Ipv4Prefixes?: string[] | undefined;
1004
+ NetworkInterfaceId: string | undefined;
1005
+ PrivateIpAddresses?: string[] | undefined;
1704
1006
  }
1705
- export interface ModifyIpamPrefixListResolverTargetRequest {
1007
+ export interface UnassignPrivateNatGatewayAddressRequest {
1008
+ NatGatewayId: string | undefined;
1009
+ PrivateIpAddresses: string[] | undefined;
1010
+ MaxDrainDurationSeconds?: number | undefined;
1706
1011
  DryRun?: boolean | undefined;
1707
- IpamPrefixListResolverTargetId: string | undefined;
1708
- DesiredVersion?: number | undefined;
1709
- TrackLatestVersion?: boolean | undefined;
1710
- ClientToken?: string | undefined;
1711
1012
  }
1712
- export interface ModifyIpamPrefixListResolverTargetResult {
1713
- IpamPrefixListResolverTarget?: IpamPrefixListResolverTarget | undefined;
1013
+ export interface UnassignPrivateNatGatewayAddressResult {
1014
+ NatGatewayId?: string | undefined;
1015
+ NatGatewayAddresses?: NatGatewayAddress[] | undefined;
1714
1016
  }
1715
- export interface ModifyIpamResourceCidrRequest {
1017
+ export interface UnlockSnapshotRequest {
1018
+ SnapshotId: string | undefined;
1716
1019
  DryRun?: boolean | undefined;
1717
- ResourceId: string | undefined;
1718
- ResourceCidr: string | undefined;
1719
- ResourceRegion: string | undefined;
1720
- CurrentIpamScopeId: string | undefined;
1721
- DestinationIpamScopeId?: string | undefined;
1722
- Monitored: boolean | undefined;
1723
- }
1724
- export interface ModifyIpamResourceCidrResult {
1725
- IpamResourceCidr?: IpamResourceCidr | undefined;
1726
1020
  }
1727
- export interface RemoveIpamOrganizationalUnitExclusion {
1728
- OrganizationsEntityPath?: string | undefined;
1729
- }
1730
- export interface ModifyIpamResourceDiscoveryRequest {
1731
- DryRun?: boolean | undefined;
1732
- IpamResourceDiscoveryId: string | undefined;
1733
- Description?: string | undefined;
1734
- AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
1735
- RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
1736
- AddOrganizationalUnitExclusions?:
1737
- | AddIpamOrganizationalUnitExclusion[]
1738
- | undefined;
1739
- RemoveOrganizationalUnitExclusions?:
1740
- | RemoveIpamOrganizationalUnitExclusion[]
1741
- | undefined;
1742
- }
1743
- export interface ModifyIpamResourceDiscoveryResult {
1744
- IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
1021
+ export interface UnlockSnapshotResult {
1022
+ SnapshotId?: string | undefined;
1745
1023
  }
1746
- export interface ModifyIpamScopeRequest {
1024
+ export interface UnmonitorInstancesRequest {
1025
+ InstanceIds: string[] | undefined;
1747
1026
  DryRun?: boolean | undefined;
1748
- IpamScopeId: string | undefined;
1749
- Description?: string | undefined;
1750
- ExternalAuthorityConfiguration?: ExternalAuthorityConfiguration | undefined;
1751
- RemoveExternalAuthorityConfiguration?: boolean | undefined;
1752
1027
  }
1753
- export interface ModifyIpamScopeResult {
1754
- IpamScope?: IpamScope | undefined;
1028
+ export interface UnmonitorInstancesResult {
1029
+ InstanceMonitorings?: InstanceMonitoring[] | undefined;
1755
1030
  }
1756
- export interface ModifyLaunchTemplateRequest {
1031
+ export interface UpdateCapacityManagerOrganizationsAccessRequest {
1032
+ OrganizationsAccess: boolean | undefined;
1757
1033
  DryRun?: boolean | undefined;
1758
1034
  ClientToken?: string | undefined;
1759
- LaunchTemplateId?: string | undefined;
1760
- LaunchTemplateName?: string | undefined;
1761
- DefaultVersion?: string | undefined;
1762
- }
1763
- export interface ModifyLaunchTemplateResult {
1764
- LaunchTemplate?: LaunchTemplate | undefined;
1765
- }
1766
- export interface ModifyLocalGatewayRouteRequest {
1767
- DestinationCidrBlock?: string | undefined;
1768
- LocalGatewayRouteTableId: string | undefined;
1769
- LocalGatewayVirtualInterfaceGroupId?: string | undefined;
1770
- NetworkInterfaceId?: string | undefined;
1771
- DryRun?: boolean | undefined;
1772
- DestinationPrefixListId?: string | undefined;
1773
- }
1774
- export interface ModifyLocalGatewayRouteResult {
1775
- Route?: LocalGatewayRoute | undefined;
1776
- }
1777
- export interface RemovePrefixListEntry {
1778
- Cidr: string | undefined;
1779
1035
  }
1780
- export interface ModifyManagedPrefixListRequest {
1781
- DryRun?: boolean | undefined;
1782
- PrefixListId: string | undefined;
1783
- CurrentVersion?: number | undefined;
1784
- PrefixListName?: string | undefined;
1785
- AddEntries?: AddPrefixListEntry[] | undefined;
1786
- RemoveEntries?: RemovePrefixListEntry[] | undefined;
1787
- MaxEntries?: number | undefined;
1788
- IpamPrefixListResolverSyncEnabled?: boolean | undefined;
1789
- }
1790
- export interface ModifyManagedPrefixListResult {
1791
- PrefixList?: ManagedPrefixList | undefined;
1036
+ export interface UpdateCapacityManagerOrganizationsAccessResult {
1037
+ CapacityManagerStatus?: CapacityManagerStatus | undefined;
1038
+ OrganizationsAccess?: boolean | undefined;
1792
1039
  }
1793
- export interface NetworkInterfaceAttachmentChanges {
1794
- DefaultEnaQueueCount?: boolean | undefined;
1795
- EnaQueueCount?: number | undefined;
1796
- AttachmentId?: string | undefined;
1797
- DeleteOnTermination?: boolean | undefined;
1798
- }
1799
- export interface ModifyNetworkInterfaceAttributeRequest {
1800
- EnaSrdSpecification?: EnaSrdSpecification | undefined;
1801
- EnablePrimaryIpv6?: boolean | undefined;
1802
- ConnectionTrackingSpecification?:
1803
- | ConnectionTrackingSpecificationRequest
1804
- | undefined;
1805
- AssociatePublicIpAddress?: boolean | undefined;
1806
- AssociatedSubnetIds?: string[] | undefined;
1807
- DryRun?: boolean | undefined;
1808
- NetworkInterfaceId: string | undefined;
1809
- Description?: AttributeValue | undefined;
1810
- SourceDestCheck?: AttributeBooleanValue | undefined;
1811
- Groups?: string[] | undefined;
1812
- Attachment?: NetworkInterfaceAttachmentChanges | undefined;
1040
+ export interface SecurityGroupRuleDescription {
1041
+ SecurityGroupRuleId?: string | undefined;
1042
+ Description?: string | undefined;
1813
1043
  }
1814
- export interface ModifyPrivateDnsNameOptionsRequest {
1044
+ export interface UpdateSecurityGroupRuleDescriptionsEgressRequest {
1815
1045
  DryRun?: boolean | undefined;
1816
- InstanceId: string | undefined;
1817
- PrivateDnsHostnameType?: HostnameType | undefined;
1818
- EnableResourceNameDnsARecord?: boolean | undefined;
1819
- EnableResourceNameDnsAAAARecord?: boolean | undefined;
1046
+ GroupId?: string | undefined;
1047
+ GroupName?: string | undefined;
1048
+ IpPermissions?: IpPermission[] | undefined;
1049
+ SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[] | undefined;
1820
1050
  }
1821
- export interface ModifyPrivateDnsNameOptionsResult {
1051
+ export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
1822
1052
  Return?: boolean | undefined;
1823
1053
  }
1824
- export declare const PublicIpDnsOption: {
1825
- readonly public_dual_stack_dns_name: "public-dual-stack-dns-name";
1826
- readonly public_ipv4_dns_name: "public-ipv4-dns-name";
1827
- readonly public_ipv6_dns_name: "public-ipv6-dns-name";
1828
- };
1829
- export type PublicIpDnsOption =
1830
- (typeof PublicIpDnsOption)[keyof typeof PublicIpDnsOption];
1831
- export interface ModifyPublicIpDnsNameOptionsRequest {
1832
- NetworkInterfaceId: string | undefined;
1833
- HostnameType: PublicIpDnsOption | undefined;
1834
- DryRun?: boolean | undefined;
1835
- }
1836
- export interface ModifyPublicIpDnsNameOptionsResult {
1837
- Successful?: boolean | undefined;
1838
- }
1839
- export interface ModifyReservedInstancesRequest {
1840
- ReservedInstancesIds: string[] | undefined;
1841
- ClientToken?: string | undefined;
1842
- TargetConfigurations: ReservedInstancesConfiguration[] | undefined;
1843
- }
1844
- export interface ModifyReservedInstancesResult {
1845
- ReservedInstancesModificationId?: string | undefined;
1846
- }
1847
- export interface ModifyRouteServerRequest {
1848
- RouteServerId: string | undefined;
1849
- PersistRoutes?: RouteServerPersistRoutesAction | undefined;
1850
- PersistRoutesDuration?: number | undefined;
1851
- SnsNotificationsEnabled?: boolean | undefined;
1054
+ export interface UpdateSecurityGroupRuleDescriptionsIngressRequest {
1852
1055
  DryRun?: boolean | undefined;
1056
+ GroupId?: string | undefined;
1057
+ GroupName?: string | undefined;
1058
+ IpPermissions?: IpPermission[] | undefined;
1059
+ SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[] | undefined;
1853
1060
  }
1854
- export interface ModifyRouteServerResult {
1855
- RouteServer?: RouteServer | undefined;
1856
- }
1857
- export interface SecurityGroupRuleRequest {
1858
- IpProtocol?: string | undefined;
1859
- FromPort?: number | undefined;
1860
- ToPort?: number | undefined;
1861
- CidrIpv4?: string | undefined;
1862
- CidrIpv6?: string | undefined;
1863
- PrefixListId?: string | undefined;
1864
- ReferencedGroupId?: string | undefined;
1865
- Description?: string | undefined;
1866
- }
1867
- export interface SecurityGroupRuleUpdate {
1868
- SecurityGroupRuleId: string | undefined;
1869
- SecurityGroupRule?: SecurityGroupRuleRequest | undefined;
1061
+ export interface UpdateSecurityGroupRuleDescriptionsIngressResult {
1062
+ Return?: boolean | undefined;
1870
1063
  }
1871
- export interface ModifySecurityGroupRulesRequest {
1872
- GroupId: string | undefined;
1873
- SecurityGroupRules: SecurityGroupRuleUpdate[] | undefined;
1064
+ export interface WithdrawByoipCidrRequest {
1065
+ Cidr: string | undefined;
1874
1066
  DryRun?: boolean | undefined;
1875
1067
  }
1876
- export interface ModifySecurityGroupRulesResult {
1877
- Return?: boolean | undefined;
1068
+ export interface WithdrawByoipCidrResult {
1069
+ ByoipCidr?: ByoipCidr | undefined;
1878
1070
  }