@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
@@ -0,0 +1,4361 @@
1
+ export declare const AcceleratorManufacturer: {
2
+ readonly AMAZON_WEB_SERVICES: "amazon-web-services";
3
+ readonly AMD: "amd";
4
+ readonly HABANA: "habana";
5
+ readonly NVIDIA: "nvidia";
6
+ readonly XILINX: "xilinx";
7
+ };
8
+ export type AcceleratorManufacturer =
9
+ (typeof AcceleratorManufacturer)[keyof typeof AcceleratorManufacturer];
10
+ export declare const AcceleratorName: {
11
+ readonly A100: "a100";
12
+ readonly A10G: "a10g";
13
+ readonly GAUDI_HL_205: "gaudi-hl-205";
14
+ readonly H100: "h100";
15
+ readonly INFERENTIA: "inferentia";
16
+ readonly INFERENTIA2: "inferentia2";
17
+ readonly K520: "k520";
18
+ readonly K80: "k80";
19
+ readonly L4: "l4";
20
+ readonly L40S: "l40s";
21
+ readonly M60: "m60";
22
+ readonly RADEON_PRO_V520: "radeon-pro-v520";
23
+ readonly T4: "t4";
24
+ readonly T4G: "t4g";
25
+ readonly TRAINIUM: "trainium";
26
+ readonly TRAINIUM2: "trainium2";
27
+ readonly U30: "u30";
28
+ readonly V100: "v100";
29
+ readonly VU9P: "vu9p";
30
+ };
31
+ export type AcceleratorName =
32
+ (typeof AcceleratorName)[keyof typeof AcceleratorName];
33
+ export declare const AcceleratorType: {
34
+ readonly FPGA: "fpga";
35
+ readonly GPU: "gpu";
36
+ readonly INFERENCE: "inference";
37
+ readonly MEDIA: "media";
38
+ };
39
+ export type AcceleratorType =
40
+ (typeof AcceleratorType)[keyof typeof AcceleratorType];
41
+ export declare const ResourceType: {
42
+ readonly capacity_block: "capacity-block";
43
+ readonly capacity_manager_data_export: "capacity-manager-data-export";
44
+ readonly capacity_reservation: "capacity-reservation";
45
+ readonly capacity_reservation_fleet: "capacity-reservation-fleet";
46
+ readonly carrier_gateway: "carrier-gateway";
47
+ readonly client_vpn_endpoint: "client-vpn-endpoint";
48
+ readonly coip_pool: "coip-pool";
49
+ readonly customer_gateway: "customer-gateway";
50
+ readonly declarative_policies_report: "declarative-policies-report";
51
+ readonly dedicated_host: "dedicated-host";
52
+ readonly dhcp_options: "dhcp-options";
53
+ readonly egress_only_internet_gateway: "egress-only-internet-gateway";
54
+ readonly elastic_gpu: "elastic-gpu";
55
+ readonly elastic_ip: "elastic-ip";
56
+ readonly export_image_task: "export-image-task";
57
+ readonly export_instance_task: "export-instance-task";
58
+ readonly fleet: "fleet";
59
+ readonly fpga_image: "fpga-image";
60
+ readonly host_reservation: "host-reservation";
61
+ readonly image: "image";
62
+ readonly image_usage_report: "image-usage-report";
63
+ readonly import_image_task: "import-image-task";
64
+ readonly import_snapshot_task: "import-snapshot-task";
65
+ readonly instance: "instance";
66
+ readonly instance_connect_endpoint: "instance-connect-endpoint";
67
+ readonly instance_event_window: "instance-event-window";
68
+ readonly internet_gateway: "internet-gateway";
69
+ readonly ipam: "ipam";
70
+ readonly ipam_external_resource_verification_token: "ipam-external-resource-verification-token";
71
+ readonly ipam_policy: "ipam-policy";
72
+ readonly ipam_pool: "ipam-pool";
73
+ readonly ipam_prefix_list_resolver: "ipam-prefix-list-resolver";
74
+ readonly ipam_prefix_list_resolver_target: "ipam-prefix-list-resolver-target";
75
+ readonly ipam_resource_discovery: "ipam-resource-discovery";
76
+ readonly ipam_resource_discovery_association: "ipam-resource-discovery-association";
77
+ readonly ipam_scope: "ipam-scope";
78
+ readonly ipv4pool_ec2: "ipv4pool-ec2";
79
+ readonly ipv6pool_ec2: "ipv6pool-ec2";
80
+ readonly key_pair: "key-pair";
81
+ readonly launch_template: "launch-template";
82
+ readonly local_gateway: "local-gateway";
83
+ readonly local_gateway_route_table: "local-gateway-route-table";
84
+ readonly local_gateway_route_table_virtual_interface_group_association: "local-gateway-route-table-virtual-interface-group-association";
85
+ readonly local_gateway_route_table_vpc_association: "local-gateway-route-table-vpc-association";
86
+ readonly local_gateway_virtual_interface: "local-gateway-virtual-interface";
87
+ readonly local_gateway_virtual_interface_group: "local-gateway-virtual-interface-group";
88
+ readonly mac_modification_task: "mac-modification-task";
89
+ readonly natgateway: "natgateway";
90
+ readonly network_acl: "network-acl";
91
+ readonly network_insights_access_scope: "network-insights-access-scope";
92
+ readonly network_insights_access_scope_analysis: "network-insights-access-scope-analysis";
93
+ readonly network_insights_analysis: "network-insights-analysis";
94
+ readonly network_insights_path: "network-insights-path";
95
+ readonly network_interface: "network-interface";
96
+ readonly outpost_lag: "outpost-lag";
97
+ readonly placement_group: "placement-group";
98
+ readonly prefix_list: "prefix-list";
99
+ readonly replace_root_volume_task: "replace-root-volume-task";
100
+ readonly reserved_instances: "reserved-instances";
101
+ readonly route_server: "route-server";
102
+ readonly route_server_endpoint: "route-server-endpoint";
103
+ readonly route_server_peer: "route-server-peer";
104
+ readonly route_table: "route-table";
105
+ readonly security_group: "security-group";
106
+ readonly security_group_rule: "security-group-rule";
107
+ readonly service_link_virtual_interface: "service-link-virtual-interface";
108
+ readonly snapshot: "snapshot";
109
+ readonly spot_fleet_request: "spot-fleet-request";
110
+ readonly spot_instances_request: "spot-instances-request";
111
+ readonly subnet: "subnet";
112
+ readonly subnet_cidr_reservation: "subnet-cidr-reservation";
113
+ readonly traffic_mirror_filter: "traffic-mirror-filter";
114
+ readonly traffic_mirror_filter_rule: "traffic-mirror-filter-rule";
115
+ readonly traffic_mirror_session: "traffic-mirror-session";
116
+ readonly traffic_mirror_target: "traffic-mirror-target";
117
+ readonly transit_gateway: "transit-gateway";
118
+ readonly transit_gateway_attachment: "transit-gateway-attachment";
119
+ readonly transit_gateway_connect_peer: "transit-gateway-connect-peer";
120
+ readonly transit_gateway_multicast_domain: "transit-gateway-multicast-domain";
121
+ readonly transit_gateway_policy_table: "transit-gateway-policy-table";
122
+ readonly transit_gateway_route_table: "transit-gateway-route-table";
123
+ readonly transit_gateway_route_table_announcement: "transit-gateway-route-table-announcement";
124
+ readonly verified_access_endpoint: "verified-access-endpoint";
125
+ readonly verified_access_endpoint_target: "verified-access-endpoint-target";
126
+ readonly verified_access_group: "verified-access-group";
127
+ readonly verified_access_instance: "verified-access-instance";
128
+ readonly verified_access_policy: "verified-access-policy";
129
+ readonly verified_access_trust_provider: "verified-access-trust-provider";
130
+ readonly volume: "volume";
131
+ readonly vpc: "vpc";
132
+ readonly vpc_block_public_access_exclusion: "vpc-block-public-access-exclusion";
133
+ readonly vpc_endpoint: "vpc-endpoint";
134
+ readonly vpc_endpoint_connection: "vpc-endpoint-connection";
135
+ readonly vpc_endpoint_connection_device_type: "vpc-endpoint-connection-device-type";
136
+ readonly vpc_endpoint_service: "vpc-endpoint-service";
137
+ readonly vpc_endpoint_service_permission: "vpc-endpoint-service-permission";
138
+ readonly vpc_flow_log: "vpc-flow-log";
139
+ readonly vpc_peering_connection: "vpc-peering-connection";
140
+ readonly vpn_concentrator: "vpn-concentrator";
141
+ readonly vpn_connection: "vpn-connection";
142
+ readonly vpn_connection_device_type: "vpn-connection-device-type";
143
+ readonly vpn_gateway: "vpn-gateway";
144
+ };
145
+ export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
146
+ export declare const AddressTransferStatus: {
147
+ readonly accepted: "accepted";
148
+ readonly disabled: "disabled";
149
+ readonly pending: "pending";
150
+ };
151
+ export type AddressTransferStatus =
152
+ (typeof AddressTransferStatus)[keyof typeof AddressTransferStatus];
153
+ export declare const TransitGatewayAttachmentResourceType: {
154
+ readonly connect: "connect";
155
+ readonly direct_connect_gateway: "direct-connect-gateway";
156
+ readonly network_function: "network-function";
157
+ readonly peering: "peering";
158
+ readonly tgw_peering: "tgw-peering";
159
+ readonly vpc: "vpc";
160
+ readonly vpn: "vpn";
161
+ readonly vpn_concentrator: "vpn-concentrator";
162
+ };
163
+ export type TransitGatewayAttachmentResourceType =
164
+ (typeof TransitGatewayAttachmentResourceType)[keyof typeof TransitGatewayAttachmentResourceType];
165
+ export declare const TransitGatewayMulitcastDomainAssociationState: {
166
+ readonly associated: "associated";
167
+ readonly associating: "associating";
168
+ readonly disassociated: "disassociated";
169
+ readonly disassociating: "disassociating";
170
+ readonly failed: "failed";
171
+ readonly pendingAcceptance: "pendingAcceptance";
172
+ readonly rejected: "rejected";
173
+ };
174
+ export type TransitGatewayMulitcastDomainAssociationState =
175
+ (typeof TransitGatewayMulitcastDomainAssociationState)[keyof typeof TransitGatewayMulitcastDomainAssociationState];
176
+ export declare const DynamicRoutingValue: {
177
+ readonly disable: "disable";
178
+ readonly enable: "enable";
179
+ };
180
+ export type DynamicRoutingValue =
181
+ (typeof DynamicRoutingValue)[keyof typeof DynamicRoutingValue];
182
+ export declare const TransitGatewayAttachmentState: {
183
+ readonly available: "available";
184
+ readonly deleted: "deleted";
185
+ readonly deleting: "deleting";
186
+ readonly failed: "failed";
187
+ readonly failing: "failing";
188
+ readonly initiating: "initiating";
189
+ readonly initiatingRequest: "initiatingRequest";
190
+ readonly modifying: "modifying";
191
+ readonly pending: "pending";
192
+ readonly pendingAcceptance: "pendingAcceptance";
193
+ readonly rejected: "rejected";
194
+ readonly rejecting: "rejecting";
195
+ readonly rollingBack: "rollingBack";
196
+ };
197
+ export type TransitGatewayAttachmentState =
198
+ (typeof TransitGatewayAttachmentState)[keyof typeof TransitGatewayAttachmentState];
199
+ export declare const ApplianceModeSupportValue: {
200
+ readonly disable: "disable";
201
+ readonly enable: "enable";
202
+ };
203
+ export type ApplianceModeSupportValue =
204
+ (typeof ApplianceModeSupportValue)[keyof typeof ApplianceModeSupportValue];
205
+ export declare const DnsSupportValue: {
206
+ readonly disable: "disable";
207
+ readonly enable: "enable";
208
+ };
209
+ export type DnsSupportValue =
210
+ (typeof DnsSupportValue)[keyof typeof DnsSupportValue];
211
+ export declare const Ipv6SupportValue: {
212
+ readonly disable: "disable";
213
+ readonly enable: "enable";
214
+ };
215
+ export type Ipv6SupportValue =
216
+ (typeof Ipv6SupportValue)[keyof typeof Ipv6SupportValue];
217
+ export declare const SecurityGroupReferencingSupportValue: {
218
+ readonly disable: "disable";
219
+ readonly enable: "enable";
220
+ };
221
+ export type SecurityGroupReferencingSupportValue =
222
+ (typeof SecurityGroupReferencingSupportValue)[keyof typeof SecurityGroupReferencingSupportValue];
223
+ export declare const VpcPeeringConnectionStateReasonCode: {
224
+ readonly active: "active";
225
+ readonly deleted: "deleted";
226
+ readonly deleting: "deleting";
227
+ readonly expired: "expired";
228
+ readonly failed: "failed";
229
+ readonly initiating_request: "initiating-request";
230
+ readonly pending_acceptance: "pending-acceptance";
231
+ readonly provisioning: "provisioning";
232
+ readonly rejected: "rejected";
233
+ };
234
+ export type VpcPeeringConnectionStateReasonCode =
235
+ (typeof VpcPeeringConnectionStateReasonCode)[keyof typeof VpcPeeringConnectionStateReasonCode];
236
+ export declare const Protocol: {
237
+ readonly tcp: "tcp";
238
+ readonly udp: "udp";
239
+ };
240
+ export type Protocol = (typeof Protocol)[keyof typeof Protocol];
241
+ export declare const AccountAttributeName: {
242
+ readonly default_vpc: "default-vpc";
243
+ readonly supported_platforms: "supported-platforms";
244
+ };
245
+ export type AccountAttributeName =
246
+ (typeof AccountAttributeName)[keyof typeof AccountAttributeName];
247
+ export declare const InstanceHealthStatus: {
248
+ readonly HEALTHY_STATUS: "healthy";
249
+ readonly UNHEALTHY_STATUS: "unhealthy";
250
+ };
251
+ export type InstanceHealthStatus =
252
+ (typeof InstanceHealthStatus)[keyof typeof InstanceHealthStatus];
253
+ export declare const VpnTunnelProvisioningStatus: {
254
+ readonly available: "available";
255
+ readonly failed: "failed";
256
+ readonly pending: "pending";
257
+ };
258
+ export type VpnTunnelProvisioningStatus =
259
+ (typeof VpnTunnelProvisioningStatus)[keyof typeof VpnTunnelProvisioningStatus];
260
+ export declare const ActivityStatus: {
261
+ readonly ERROR: "error";
262
+ readonly FULFILLED: "fulfilled";
263
+ readonly PENDING_FULFILLMENT: "pending_fulfillment";
264
+ readonly PENDING_TERMINATION: "pending_termination";
265
+ };
266
+ export type ActivityStatus =
267
+ (typeof ActivityStatus)[keyof typeof ActivityStatus];
268
+ export declare const PrincipalType: {
269
+ readonly Account: "Account";
270
+ readonly All: "All";
271
+ readonly OrganizationUnit: "OrganizationUnit";
272
+ readonly Role: "Role";
273
+ readonly Service: "Service";
274
+ readonly User: "User";
275
+ };
276
+ export type PrincipalType = (typeof PrincipalType)[keyof typeof PrincipalType];
277
+ export declare const DomainType: {
278
+ readonly standard: "standard";
279
+ readonly vpc: "vpc";
280
+ };
281
+ export type DomainType = (typeof DomainType)[keyof typeof DomainType];
282
+ export declare const ServiceManaged: {
283
+ readonly alb: "alb";
284
+ readonly nlb: "nlb";
285
+ readonly rds: "rds";
286
+ readonly rnat: "rnat";
287
+ };
288
+ export type ServiceManaged =
289
+ (typeof ServiceManaged)[keyof typeof ServiceManaged];
290
+ export declare const AddressAttributeName: {
291
+ readonly domain_name: "domain-name";
292
+ };
293
+ export type AddressAttributeName =
294
+ (typeof AddressAttributeName)[keyof typeof AddressAttributeName];
295
+ export declare const AddressFamily: {
296
+ readonly ipv4: "ipv4";
297
+ readonly ipv6: "ipv6";
298
+ };
299
+ export type AddressFamily = (typeof AddressFamily)[keyof typeof AddressFamily];
300
+ export declare const AsnAssociationState: {
301
+ readonly associated: "associated";
302
+ readonly disassociated: "disassociated";
303
+ readonly failed_association: "failed-association";
304
+ readonly failed_disassociation: "failed-disassociation";
305
+ readonly pending_association: "pending-association";
306
+ readonly pending_disassociation: "pending-disassociation";
307
+ };
308
+ export type AsnAssociationState =
309
+ (typeof AsnAssociationState)[keyof typeof AsnAssociationState];
310
+ export declare const ByoipCidrState: {
311
+ readonly advertised: "advertised";
312
+ readonly deprovisioned: "deprovisioned";
313
+ readonly failed_deprovision: "failed-deprovision";
314
+ readonly failed_provision: "failed-provision";
315
+ readonly pending_deprovision: "pending-deprovision";
316
+ readonly pending_provision: "pending-provision";
317
+ readonly provisioned: "provisioned";
318
+ readonly provisioned_not_publicly_advertisable: "provisioned-not-publicly-advertisable";
319
+ };
320
+ export type ByoipCidrState =
321
+ (typeof ByoipCidrState)[keyof typeof ByoipCidrState];
322
+ export declare const Affinity: {
323
+ readonly default: "default";
324
+ readonly host: "host";
325
+ };
326
+ export type Affinity = (typeof Affinity)[keyof typeof Affinity];
327
+ export declare const AutoPlacement: {
328
+ readonly off: "off";
329
+ readonly on: "on";
330
+ };
331
+ export type AutoPlacement = (typeof AutoPlacement)[keyof typeof AutoPlacement];
332
+ export declare const HostMaintenance: {
333
+ readonly off: "off";
334
+ readonly on: "on";
335
+ };
336
+ export type HostMaintenance =
337
+ (typeof HostMaintenance)[keyof typeof HostMaintenance];
338
+ export declare const HostRecovery: {
339
+ readonly off: "off";
340
+ readonly on: "on";
341
+ };
342
+ export type HostRecovery = (typeof HostRecovery)[keyof typeof HostRecovery];
343
+ export declare const IpamPoolAllocationResourceType: {
344
+ readonly custom: "custom";
345
+ readonly ec2_public_ipv4_pool: "ec2-public-ipv4-pool";
346
+ readonly eip: "eip";
347
+ readonly ipam_pool: "ipam-pool";
348
+ readonly subnet: "subnet";
349
+ readonly vpc: "vpc";
350
+ };
351
+ export type IpamPoolAllocationResourceType =
352
+ (typeof IpamPoolAllocationResourceType)[keyof typeof IpamPoolAllocationResourceType];
353
+ export declare const AllocationState: {
354
+ readonly available: "available";
355
+ readonly pending: "pending";
356
+ readonly permanent_failure: "permanent-failure";
357
+ readonly released: "released";
358
+ readonly released_permanent_failure: "released-permanent-failure";
359
+ readonly under_assessment: "under-assessment";
360
+ };
361
+ export type AllocationState =
362
+ (typeof AllocationState)[keyof typeof AllocationState];
363
+ export declare const AllocationStrategy: {
364
+ readonly CAPACITY_OPTIMIZED: "capacityOptimized";
365
+ readonly CAPACITY_OPTIMIZED_PRIORITIZED: "capacityOptimizedPrioritized";
366
+ readonly DIVERSIFIED: "diversified";
367
+ readonly LOWEST_PRICE: "lowestPrice";
368
+ readonly PRICE_CAPACITY_OPTIMIZED: "priceCapacityOptimized";
369
+ };
370
+ export type AllocationStrategy =
371
+ (typeof AllocationStrategy)[keyof typeof AllocationStrategy];
372
+ export declare const AllocationType: {
373
+ readonly future: "future";
374
+ readonly used: "used";
375
+ };
376
+ export type AllocationType =
377
+ (typeof AllocationType)[keyof typeof AllocationType];
378
+ export declare const AllowedImagesSettingsDisabledState: {
379
+ readonly disabled: "disabled";
380
+ };
381
+ export type AllowedImagesSettingsDisabledState =
382
+ (typeof AllowedImagesSettingsDisabledState)[keyof typeof AllowedImagesSettingsDisabledState];
383
+ export declare const AllowedImagesSettingsEnabledState: {
384
+ readonly audit_mode: "audit-mode";
385
+ readonly enabled: "enabled";
386
+ };
387
+ export type AllowedImagesSettingsEnabledState =
388
+ (typeof AllowedImagesSettingsEnabledState)[keyof typeof AllowedImagesSettingsEnabledState];
389
+ export declare const AllowsMultipleInstanceTypes: {
390
+ readonly off: "off";
391
+ readonly on: "on";
392
+ };
393
+ export type AllowsMultipleInstanceTypes =
394
+ (typeof AllowsMultipleInstanceTypes)[keyof typeof AllowsMultipleInstanceTypes];
395
+ export declare const NatGatewayAddressStatus: {
396
+ readonly ASSIGNING: "assigning";
397
+ readonly ASSOCIATING: "associating";
398
+ readonly DISASSOCIATING: "disassociating";
399
+ readonly FAILED: "failed";
400
+ readonly SUCCEEDED: "succeeded";
401
+ readonly UNASSIGNING: "unassigning";
402
+ };
403
+ export type NatGatewayAddressStatus =
404
+ (typeof NatGatewayAddressStatus)[keyof typeof NatGatewayAddressStatus];
405
+ export declare const AssociationStatusCode: {
406
+ readonly associated: "associated";
407
+ readonly associating: "associating";
408
+ readonly association_failed: "association-failed";
409
+ readonly disassociated: "disassociated";
410
+ readonly disassociating: "disassociating";
411
+ };
412
+ export type AssociationStatusCode =
413
+ (typeof AssociationStatusCode)[keyof typeof AssociationStatusCode];
414
+ export declare const IamInstanceProfileAssociationState: {
415
+ readonly ASSOCIATED: "associated";
416
+ readonly ASSOCIATING: "associating";
417
+ readonly DISASSOCIATED: "disassociated";
418
+ readonly DISASSOCIATING: "disassociating";
419
+ };
420
+ export type IamInstanceProfileAssociationState =
421
+ (typeof IamInstanceProfileAssociationState)[keyof typeof IamInstanceProfileAssociationState];
422
+ export declare const InstanceEventWindowState: {
423
+ readonly active: "active";
424
+ readonly creating: "creating";
425
+ readonly deleted: "deleted";
426
+ readonly deleting: "deleting";
427
+ };
428
+ export type InstanceEventWindowState =
429
+ (typeof InstanceEventWindowState)[keyof typeof InstanceEventWindowState];
430
+ export declare const WeekDay: {
431
+ readonly friday: "friday";
432
+ readonly monday: "monday";
433
+ readonly saturday: "saturday";
434
+ readonly sunday: "sunday";
435
+ readonly thursday: "thursday";
436
+ readonly tuesday: "tuesday";
437
+ readonly wednesday: "wednesday";
438
+ };
439
+ export type WeekDay = (typeof WeekDay)[keyof typeof WeekDay];
440
+ export declare const IpamAssociatedResourceDiscoveryStatus: {
441
+ readonly ACTIVE: "active";
442
+ readonly NOT_FOUND: "not-found";
443
+ };
444
+ export type IpamAssociatedResourceDiscoveryStatus =
445
+ (typeof IpamAssociatedResourceDiscoveryStatus)[keyof typeof IpamAssociatedResourceDiscoveryStatus];
446
+ export declare const IpamResourceDiscoveryAssociationState: {
447
+ readonly ASSOCIATE_COMPLETE: "associate-complete";
448
+ readonly ASSOCIATE_FAILED: "associate-failed";
449
+ readonly ASSOCIATE_IN_PROGRESS: "associate-in-progress";
450
+ readonly DISASSOCIATE_COMPLETE: "disassociate-complete";
451
+ readonly DISASSOCIATE_FAILED: "disassociate-failed";
452
+ readonly DISASSOCIATE_IN_PROGRESS: "disassociate-in-progress";
453
+ readonly ISOLATE_COMPLETE: "isolate-complete";
454
+ readonly ISOLATE_IN_PROGRESS: "isolate-in-progress";
455
+ readonly RESTORE_IN_PROGRESS: "restore-in-progress";
456
+ };
457
+ export type IpamResourceDiscoveryAssociationState =
458
+ (typeof IpamResourceDiscoveryAssociationState)[keyof typeof IpamResourceDiscoveryAssociationState];
459
+ export declare const RouteServerAssociationState: {
460
+ readonly ASSOCIATED: "associated";
461
+ readonly ASSOCIATING: "associating";
462
+ readonly DISASSOCIATING: "disassociating";
463
+ };
464
+ export type RouteServerAssociationState =
465
+ (typeof RouteServerAssociationState)[keyof typeof RouteServerAssociationState];
466
+ export declare const RouteTableAssociationStateCode: {
467
+ readonly associated: "associated";
468
+ readonly associating: "associating";
469
+ readonly disassociated: "disassociated";
470
+ readonly disassociating: "disassociating";
471
+ readonly failed: "failed";
472
+ };
473
+ export type RouteTableAssociationStateCode =
474
+ (typeof RouteTableAssociationStateCode)[keyof typeof RouteTableAssociationStateCode];
475
+ export declare const SecurityGroupVpcAssociationState: {
476
+ readonly associated: "associated";
477
+ readonly associating: "associating";
478
+ readonly association_failed: "association-failed";
479
+ readonly disassociated: "disassociated";
480
+ readonly disassociating: "disassociating";
481
+ readonly disassociation_failed: "disassociation-failed";
482
+ };
483
+ export type SecurityGroupVpcAssociationState =
484
+ (typeof SecurityGroupVpcAssociationState)[keyof typeof SecurityGroupVpcAssociationState];
485
+ export declare const IpSource: {
486
+ readonly amazon: "amazon";
487
+ readonly byoip: "byoip";
488
+ readonly none: "none";
489
+ };
490
+ export type IpSource = (typeof IpSource)[keyof typeof IpSource];
491
+ export declare const Ipv6AddressAttribute: {
492
+ readonly private: "private";
493
+ readonly public: "public";
494
+ };
495
+ export type Ipv6AddressAttribute =
496
+ (typeof Ipv6AddressAttribute)[keyof typeof Ipv6AddressAttribute];
497
+ export declare const SubnetCidrBlockStateCode: {
498
+ readonly associated: "associated";
499
+ readonly associating: "associating";
500
+ readonly disassociated: "disassociated";
501
+ readonly disassociating: "disassociating";
502
+ readonly failed: "failed";
503
+ readonly failing: "failing";
504
+ };
505
+ export type SubnetCidrBlockStateCode =
506
+ (typeof SubnetCidrBlockStateCode)[keyof typeof SubnetCidrBlockStateCode];
507
+ export declare const TransitGatewayAssociationState: {
508
+ readonly associated: "associated";
509
+ readonly associating: "associating";
510
+ readonly disassociated: "disassociated";
511
+ readonly disassociating: "disassociating";
512
+ };
513
+ export type TransitGatewayAssociationState =
514
+ (typeof TransitGatewayAssociationState)[keyof typeof TransitGatewayAssociationState];
515
+ export declare const InterfaceProtocolType: {
516
+ readonly GRE: "GRE";
517
+ readonly VLAN: "VLAN";
518
+ };
519
+ export type InterfaceProtocolType =
520
+ (typeof InterfaceProtocolType)[keyof typeof InterfaceProtocolType];
521
+ export declare const VpcCidrBlockStateCode: {
522
+ readonly associated: "associated";
523
+ readonly associating: "associating";
524
+ readonly disassociated: "disassociated";
525
+ readonly disassociating: "disassociating";
526
+ readonly failed: "failed";
527
+ readonly failing: "failing";
528
+ };
529
+ export type VpcCidrBlockStateCode =
530
+ (typeof VpcCidrBlockStateCode)[keyof typeof VpcCidrBlockStateCode];
531
+ export declare const DeviceTrustProviderType: {
532
+ readonly crowdstrike: "crowdstrike";
533
+ readonly jamf: "jamf";
534
+ readonly jumpcloud: "jumpcloud";
535
+ };
536
+ export type DeviceTrustProviderType =
537
+ (typeof DeviceTrustProviderType)[keyof typeof DeviceTrustProviderType];
538
+ export declare const TrustProviderType: {
539
+ readonly device: "device";
540
+ readonly user: "user";
541
+ };
542
+ export type TrustProviderType =
543
+ (typeof TrustProviderType)[keyof typeof TrustProviderType];
544
+ export declare const UserTrustProviderType: {
545
+ readonly iam_identity_center: "iam-identity-center";
546
+ readonly oidc: "oidc";
547
+ };
548
+ export type UserTrustProviderType =
549
+ (typeof UserTrustProviderType)[keyof typeof UserTrustProviderType];
550
+ export declare const VolumeAttachmentState: {
551
+ readonly attached: "attached";
552
+ readonly attaching: "attaching";
553
+ readonly busy: "busy";
554
+ readonly detached: "detached";
555
+ readonly detaching: "detaching";
556
+ };
557
+ export type VolumeAttachmentState =
558
+ (typeof VolumeAttachmentState)[keyof typeof VolumeAttachmentState];
559
+ export declare const AttachmentStatus: {
560
+ readonly attached: "attached";
561
+ readonly attaching: "attaching";
562
+ readonly detached: "detached";
563
+ readonly detaching: "detaching";
564
+ };
565
+ export type AttachmentStatus =
566
+ (typeof AttachmentStatus)[keyof typeof AttachmentStatus];
567
+ export declare const ClientVpnAuthorizationRuleStatusCode: {
568
+ readonly active: "active";
569
+ readonly authorizing: "authorizing";
570
+ readonly failed: "failed";
571
+ readonly revoking: "revoking";
572
+ };
573
+ export type ClientVpnAuthorizationRuleStatusCode =
574
+ (typeof ClientVpnAuthorizationRuleStatusCode)[keyof typeof ClientVpnAuthorizationRuleStatusCode];
575
+ export declare const BundleTaskState: {
576
+ readonly bundling: "bundling";
577
+ readonly cancelling: "cancelling";
578
+ readonly complete: "complete";
579
+ readonly failed: "failed";
580
+ readonly pending: "pending";
581
+ readonly storing: "storing";
582
+ readonly waiting_for_shutdown: "waiting-for-shutdown";
583
+ };
584
+ export type BundleTaskState =
585
+ (typeof BundleTaskState)[keyof typeof BundleTaskState];
586
+ export declare const CapacityReservationFleetState: {
587
+ readonly ACTIVE: "active";
588
+ readonly CANCELLED: "cancelled";
589
+ readonly CANCELLING: "cancelling";
590
+ readonly EXPIRED: "expired";
591
+ readonly EXPIRING: "expiring";
592
+ readonly FAILED: "failed";
593
+ readonly MODIFYING: "modifying";
594
+ readonly PARTIALLY_FULFILLED: "partially_fulfilled";
595
+ readonly SUBMITTED: "submitted";
596
+ };
597
+ export type CapacityReservationFleetState =
598
+ (typeof CapacityReservationFleetState)[keyof typeof CapacityReservationFleetState];
599
+ export declare const ListingState: {
600
+ readonly available: "available";
601
+ readonly cancelled: "cancelled";
602
+ readonly pending: "pending";
603
+ readonly sold: "sold";
604
+ };
605
+ export type ListingState = (typeof ListingState)[keyof typeof ListingState];
606
+ export declare const CurrencyCodeValues: {
607
+ readonly USD: "USD";
608
+ };
609
+ export type CurrencyCodeValues =
610
+ (typeof CurrencyCodeValues)[keyof typeof CurrencyCodeValues];
611
+ export declare const ListingStatus: {
612
+ readonly active: "active";
613
+ readonly cancelled: "cancelled";
614
+ readonly closed: "closed";
615
+ readonly pending: "pending";
616
+ };
617
+ export type ListingStatus = (typeof ListingStatus)[keyof typeof ListingStatus];
618
+ export declare const BatchState: {
619
+ readonly ACTIVE: "active";
620
+ readonly CANCELLED: "cancelled";
621
+ readonly CANCELLED_RUNNING: "cancelled_running";
622
+ readonly CANCELLED_TERMINATING_INSTANCES: "cancelled_terminating";
623
+ readonly FAILED: "failed";
624
+ readonly MODIFYING: "modifying";
625
+ readonly SUBMITTED: "submitted";
626
+ };
627
+ export type BatchState = (typeof BatchState)[keyof typeof BatchState];
628
+ export declare const CancelBatchErrorCode: {
629
+ readonly FLEET_REQUEST_ID_DOES_NOT_EXIST: "fleetRequestIdDoesNotExist";
630
+ readonly FLEET_REQUEST_ID_MALFORMED: "fleetRequestIdMalformed";
631
+ readonly FLEET_REQUEST_NOT_IN_CANCELLABLE_STATE: "fleetRequestNotInCancellableState";
632
+ readonly UNEXPECTED_ERROR: "unexpectedError";
633
+ };
634
+ export type CancelBatchErrorCode =
635
+ (typeof CancelBatchErrorCode)[keyof typeof CancelBatchErrorCode];
636
+ export declare const CancelSpotInstanceRequestState: {
637
+ readonly active: "active";
638
+ readonly cancelled: "cancelled";
639
+ readonly closed: "closed";
640
+ readonly completed: "completed";
641
+ readonly open: "open";
642
+ };
643
+ export type CancelSpotInstanceRequestState =
644
+ (typeof CancelSpotInstanceRequestState)[keyof typeof CancelSpotInstanceRequestState];
645
+ export declare const VolumeType: {
646
+ readonly gp2: "gp2";
647
+ readonly gp3: "gp3";
648
+ readonly io1: "io1";
649
+ readonly io2: "io2";
650
+ readonly sc1: "sc1";
651
+ readonly st1: "st1";
652
+ readonly standard: "standard";
653
+ };
654
+ export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
655
+ export declare const SSEType: {
656
+ readonly none: "none";
657
+ readonly sse_ebs: "sse-ebs";
658
+ readonly sse_kms: "sse-kms";
659
+ };
660
+ export type SSEType = (typeof SSEType)[keyof typeof SSEType];
661
+ export declare const VolumeState: {
662
+ readonly available: "available";
663
+ readonly creating: "creating";
664
+ readonly deleted: "deleted";
665
+ readonly deleting: "deleting";
666
+ readonly error: "error";
667
+ readonly in_use: "in-use";
668
+ };
669
+ export type VolumeState = (typeof VolumeState)[keyof typeof VolumeState];
670
+ export declare const OutputFormat: {
671
+ readonly CSV: "csv";
672
+ readonly PARQUET: "parquet";
673
+ };
674
+ export type OutputFormat = (typeof OutputFormat)[keyof typeof OutputFormat];
675
+ export declare const Schedule: {
676
+ readonly HOURLY: "hourly";
677
+ };
678
+ export type Schedule = (typeof Schedule)[keyof typeof Schedule];
679
+ export declare const CapacityReservationDeliveryPreference: {
680
+ readonly FIXED: "fixed";
681
+ readonly INCREMENTAL: "incremental";
682
+ };
683
+ export type CapacityReservationDeliveryPreference =
684
+ (typeof CapacityReservationDeliveryPreference)[keyof typeof CapacityReservationDeliveryPreference];
685
+ export declare const EndDateType: {
686
+ readonly limited: "limited";
687
+ readonly unlimited: "unlimited";
688
+ };
689
+ export type EndDateType = (typeof EndDateType)[keyof typeof EndDateType];
690
+ export declare const InstanceMatchCriteria: {
691
+ readonly open: "open";
692
+ readonly targeted: "targeted";
693
+ };
694
+ export type InstanceMatchCriteria =
695
+ (typeof InstanceMatchCriteria)[keyof typeof InstanceMatchCriteria];
696
+ export declare const CapacityReservationInstancePlatform: {
697
+ readonly LINUX_UNIX: "Linux/UNIX";
698
+ readonly LINUX_WITH_SQL_SERVER_ENTERPRISE: "Linux with SQL Server Enterprise";
699
+ readonly LINUX_WITH_SQL_SERVER_STANDARD: "Linux with SQL Server Standard";
700
+ readonly LINUX_WITH_SQL_SERVER_WEB: "Linux with SQL Server Web";
701
+ readonly RED_HAT_ENTERPRISE_LINUX: "Red Hat Enterprise Linux";
702
+ readonly RHEL_WITH_HA: "RHEL with HA";
703
+ readonly RHEL_WITH_HA_AND_SQL_SERVER_ENTERPRISE: "RHEL with HA and SQL Server Enterprise";
704
+ readonly RHEL_WITH_HA_AND_SQL_SERVER_STANDARD: "RHEL with HA and SQL Server Standard";
705
+ readonly RHEL_WITH_SQL_SERVER_ENTERPRISE: "RHEL with SQL Server Enterprise";
706
+ readonly RHEL_WITH_SQL_SERVER_STANDARD: "RHEL with SQL Server Standard";
707
+ readonly RHEL_WITH_SQL_SERVER_WEB: "RHEL with SQL Server Web";
708
+ readonly SUSE_LINUX: "SUSE Linux";
709
+ readonly UBUNTU_PRO_LINUX: "Ubuntu Pro";
710
+ readonly WINDOWS: "Windows";
711
+ readonly WINDOWS_WITH_SQL_SERVER: "Windows with SQL Server";
712
+ readonly WINDOWS_WITH_SQL_SERVER_ENTERPRISE: "Windows with SQL Server Enterprise";
713
+ readonly WINDOWS_WITH_SQL_SERVER_STANDARD: "Windows with SQL Server Standard";
714
+ readonly WINDOWS_WITH_SQL_SERVER_WEB: "Windows with SQL Server Web";
715
+ };
716
+ export type CapacityReservationInstancePlatform =
717
+ (typeof CapacityReservationInstancePlatform)[keyof typeof CapacityReservationInstancePlatform];
718
+ export declare const CapacityReservationTenancy: {
719
+ readonly dedicated: "dedicated";
720
+ readonly default: "default";
721
+ };
722
+ export type CapacityReservationTenancy =
723
+ (typeof CapacityReservationTenancy)[keyof typeof CapacityReservationTenancy];
724
+ export declare const CapacityReservationType: {
725
+ readonly CAPACITY_BLOCK: "capacity-block";
726
+ readonly DEFAULT: "default";
727
+ };
728
+ export type CapacityReservationType =
729
+ (typeof CapacityReservationType)[keyof typeof CapacityReservationType];
730
+ export declare const CapacityReservationState: {
731
+ readonly active: "active";
732
+ readonly assessing: "assessing";
733
+ readonly cancelled: "cancelled";
734
+ readonly delayed: "delayed";
735
+ readonly expired: "expired";
736
+ readonly failed: "failed";
737
+ readonly payment_failed: "payment-failed";
738
+ readonly payment_pending: "payment-pending";
739
+ readonly pending: "pending";
740
+ readonly scheduled: "scheduled";
741
+ readonly unavailable: "unavailable";
742
+ readonly unsupported: "unsupported";
743
+ };
744
+ export type CapacityReservationState =
745
+ (typeof CapacityReservationState)[keyof typeof CapacityReservationState];
746
+ export declare const FleetInstanceMatchCriteria: {
747
+ readonly open: "open";
748
+ };
749
+ export type FleetInstanceMatchCriteria =
750
+ (typeof FleetInstanceMatchCriteria)[keyof typeof FleetInstanceMatchCriteria];
751
+ export declare const _InstanceType: {
752
+ readonly a1_2xlarge: "a1.2xlarge";
753
+ readonly a1_4xlarge: "a1.4xlarge";
754
+ readonly a1_large: "a1.large";
755
+ readonly a1_medium: "a1.medium";
756
+ readonly a1_metal: "a1.metal";
757
+ readonly a1_xlarge: "a1.xlarge";
758
+ readonly c1_medium: "c1.medium";
759
+ readonly c1_xlarge: "c1.xlarge";
760
+ readonly c3_2xlarge: "c3.2xlarge";
761
+ readonly c3_4xlarge: "c3.4xlarge";
762
+ readonly c3_8xlarge: "c3.8xlarge";
763
+ readonly c3_large: "c3.large";
764
+ readonly c3_xlarge: "c3.xlarge";
765
+ readonly c4_2xlarge: "c4.2xlarge";
766
+ readonly c4_4xlarge: "c4.4xlarge";
767
+ readonly c4_8xlarge: "c4.8xlarge";
768
+ readonly c4_large: "c4.large";
769
+ readonly c4_xlarge: "c4.xlarge";
770
+ readonly c5_12xlarge: "c5.12xlarge";
771
+ readonly c5_18xlarge: "c5.18xlarge";
772
+ readonly c5_24xlarge: "c5.24xlarge";
773
+ readonly c5_2xlarge: "c5.2xlarge";
774
+ readonly c5_4xlarge: "c5.4xlarge";
775
+ readonly c5_9xlarge: "c5.9xlarge";
776
+ readonly c5_large: "c5.large";
777
+ readonly c5_metal: "c5.metal";
778
+ readonly c5_xlarge: "c5.xlarge";
779
+ readonly c5a_12xlarge: "c5a.12xlarge";
780
+ readonly c5a_16xlarge: "c5a.16xlarge";
781
+ readonly c5a_24xlarge: "c5a.24xlarge";
782
+ readonly c5a_2xlarge: "c5a.2xlarge";
783
+ readonly c5a_4xlarge: "c5a.4xlarge";
784
+ readonly c5a_8xlarge: "c5a.8xlarge";
785
+ readonly c5a_large: "c5a.large";
786
+ readonly c5a_xlarge: "c5a.xlarge";
787
+ readonly c5ad_12xlarge: "c5ad.12xlarge";
788
+ readonly c5ad_16xlarge: "c5ad.16xlarge";
789
+ readonly c5ad_24xlarge: "c5ad.24xlarge";
790
+ readonly c5ad_2xlarge: "c5ad.2xlarge";
791
+ readonly c5ad_4xlarge: "c5ad.4xlarge";
792
+ readonly c5ad_8xlarge: "c5ad.8xlarge";
793
+ readonly c5ad_large: "c5ad.large";
794
+ readonly c5ad_xlarge: "c5ad.xlarge";
795
+ readonly c5d_12xlarge: "c5d.12xlarge";
796
+ readonly c5d_18xlarge: "c5d.18xlarge";
797
+ readonly c5d_24xlarge: "c5d.24xlarge";
798
+ readonly c5d_2xlarge: "c5d.2xlarge";
799
+ readonly c5d_4xlarge: "c5d.4xlarge";
800
+ readonly c5d_9xlarge: "c5d.9xlarge";
801
+ readonly c5d_large: "c5d.large";
802
+ readonly c5d_metal: "c5d.metal";
803
+ readonly c5d_xlarge: "c5d.xlarge";
804
+ readonly c5n_18xlarge: "c5n.18xlarge";
805
+ readonly c5n_2xlarge: "c5n.2xlarge";
806
+ readonly c5n_4xlarge: "c5n.4xlarge";
807
+ readonly c5n_9xlarge: "c5n.9xlarge";
808
+ readonly c5n_large: "c5n.large";
809
+ readonly c5n_metal: "c5n.metal";
810
+ readonly c5n_xlarge: "c5n.xlarge";
811
+ readonly c6a_12xlarge: "c6a.12xlarge";
812
+ readonly c6a_16xlarge: "c6a.16xlarge";
813
+ readonly c6a_24xlarge: "c6a.24xlarge";
814
+ readonly c6a_2xlarge: "c6a.2xlarge";
815
+ readonly c6a_32xlarge: "c6a.32xlarge";
816
+ readonly c6a_48xlarge: "c6a.48xlarge";
817
+ readonly c6a_4xlarge: "c6a.4xlarge";
818
+ readonly c6a_8xlarge: "c6a.8xlarge";
819
+ readonly c6a_large: "c6a.large";
820
+ readonly c6a_metal: "c6a.metal";
821
+ readonly c6a_xlarge: "c6a.xlarge";
822
+ readonly c6g_12xlarge: "c6g.12xlarge";
823
+ readonly c6g_16xlarge: "c6g.16xlarge";
824
+ readonly c6g_2xlarge: "c6g.2xlarge";
825
+ readonly c6g_4xlarge: "c6g.4xlarge";
826
+ readonly c6g_8xlarge: "c6g.8xlarge";
827
+ readonly c6g_large: "c6g.large";
828
+ readonly c6g_medium: "c6g.medium";
829
+ readonly c6g_metal: "c6g.metal";
830
+ readonly c6g_xlarge: "c6g.xlarge";
831
+ readonly c6gd_12xlarge: "c6gd.12xlarge";
832
+ readonly c6gd_16xlarge: "c6gd.16xlarge";
833
+ readonly c6gd_2xlarge: "c6gd.2xlarge";
834
+ readonly c6gd_4xlarge: "c6gd.4xlarge";
835
+ readonly c6gd_8xlarge: "c6gd.8xlarge";
836
+ readonly c6gd_large: "c6gd.large";
837
+ readonly c6gd_medium: "c6gd.medium";
838
+ readonly c6gd_metal: "c6gd.metal";
839
+ readonly c6gd_xlarge: "c6gd.xlarge";
840
+ readonly c6gn_12xlarge: "c6gn.12xlarge";
841
+ readonly c6gn_16xlarge: "c6gn.16xlarge";
842
+ readonly c6gn_2xlarge: "c6gn.2xlarge";
843
+ readonly c6gn_4xlarge: "c6gn.4xlarge";
844
+ readonly c6gn_8xlarge: "c6gn.8xlarge";
845
+ readonly c6gn_large: "c6gn.large";
846
+ readonly c6gn_medium: "c6gn.medium";
847
+ readonly c6gn_xlarge: "c6gn.xlarge";
848
+ readonly c6i_12xlarge: "c6i.12xlarge";
849
+ readonly c6i_16xlarge: "c6i.16xlarge";
850
+ readonly c6i_24xlarge: "c6i.24xlarge";
851
+ readonly c6i_2xlarge: "c6i.2xlarge";
852
+ readonly c6i_32xlarge: "c6i.32xlarge";
853
+ readonly c6i_4xlarge: "c6i.4xlarge";
854
+ readonly c6i_8xlarge: "c6i.8xlarge";
855
+ readonly c6i_large: "c6i.large";
856
+ readonly c6i_metal: "c6i.metal";
857
+ readonly c6i_xlarge: "c6i.xlarge";
858
+ readonly c6id_12xlarge: "c6id.12xlarge";
859
+ readonly c6id_16xlarge: "c6id.16xlarge";
860
+ readonly c6id_24xlarge: "c6id.24xlarge";
861
+ readonly c6id_2xlarge: "c6id.2xlarge";
862
+ readonly c6id_32xlarge: "c6id.32xlarge";
863
+ readonly c6id_4xlarge: "c6id.4xlarge";
864
+ readonly c6id_8xlarge: "c6id.8xlarge";
865
+ readonly c6id_large: "c6id.large";
866
+ readonly c6id_metal: "c6id.metal";
867
+ readonly c6id_xlarge: "c6id.xlarge";
868
+ readonly c6in_12xlarge: "c6in.12xlarge";
869
+ readonly c6in_16xlarge: "c6in.16xlarge";
870
+ readonly c6in_24xlarge: "c6in.24xlarge";
871
+ readonly c6in_2xlarge: "c6in.2xlarge";
872
+ readonly c6in_32xlarge: "c6in.32xlarge";
873
+ readonly c6in_4xlarge: "c6in.4xlarge";
874
+ readonly c6in_8xlarge: "c6in.8xlarge";
875
+ readonly c6in_large: "c6in.large";
876
+ readonly c6in_metal: "c6in.metal";
877
+ readonly c6in_xlarge: "c6in.xlarge";
878
+ readonly c7a_12xlarge: "c7a.12xlarge";
879
+ readonly c7a_16xlarge: "c7a.16xlarge";
880
+ readonly c7a_24xlarge: "c7a.24xlarge";
881
+ readonly c7a_2xlarge: "c7a.2xlarge";
882
+ readonly c7a_32xlarge: "c7a.32xlarge";
883
+ readonly c7a_48xlarge: "c7a.48xlarge";
884
+ readonly c7a_4xlarge: "c7a.4xlarge";
885
+ readonly c7a_8xlarge: "c7a.8xlarge";
886
+ readonly c7a_large: "c7a.large";
887
+ readonly c7a_medium: "c7a.medium";
888
+ readonly c7a_metal_48xl: "c7a.metal-48xl";
889
+ readonly c7a_xlarge: "c7a.xlarge";
890
+ readonly c7g_12xlarge: "c7g.12xlarge";
891
+ readonly c7g_16xlarge: "c7g.16xlarge";
892
+ readonly c7g_2xlarge: "c7g.2xlarge";
893
+ readonly c7g_4xlarge: "c7g.4xlarge";
894
+ readonly c7g_8xlarge: "c7g.8xlarge";
895
+ readonly c7g_large: "c7g.large";
896
+ readonly c7g_medium: "c7g.medium";
897
+ readonly c7g_metal: "c7g.metal";
898
+ readonly c7g_xlarge: "c7g.xlarge";
899
+ readonly c7gd_12xlarge: "c7gd.12xlarge";
900
+ readonly c7gd_16xlarge: "c7gd.16xlarge";
901
+ readonly c7gd_2xlarge: "c7gd.2xlarge";
902
+ readonly c7gd_4xlarge: "c7gd.4xlarge";
903
+ readonly c7gd_8xlarge: "c7gd.8xlarge";
904
+ readonly c7gd_large: "c7gd.large";
905
+ readonly c7gd_medium: "c7gd.medium";
906
+ readonly c7gd_metal: "c7gd.metal";
907
+ readonly c7gd_xlarge: "c7gd.xlarge";
908
+ readonly c7gn_12xlarge: "c7gn.12xlarge";
909
+ readonly c7gn_16xlarge: "c7gn.16xlarge";
910
+ readonly c7gn_2xlarge: "c7gn.2xlarge";
911
+ readonly c7gn_4xlarge: "c7gn.4xlarge";
912
+ readonly c7gn_8xlarge: "c7gn.8xlarge";
913
+ readonly c7gn_large: "c7gn.large";
914
+ readonly c7gn_medium: "c7gn.medium";
915
+ readonly c7gn_metal: "c7gn.metal";
916
+ readonly c7gn_xlarge: "c7gn.xlarge";
917
+ readonly c7i_12xlarge: "c7i.12xlarge";
918
+ readonly c7i_16xlarge: "c7i.16xlarge";
919
+ readonly c7i_24xlarge: "c7i.24xlarge";
920
+ readonly c7i_2xlarge: "c7i.2xlarge";
921
+ readonly c7i_48xlarge: "c7i.48xlarge";
922
+ readonly c7i_4xlarge: "c7i.4xlarge";
923
+ readonly c7i_8xlarge: "c7i.8xlarge";
924
+ readonly c7i_flex_12xlarge: "c7i-flex.12xlarge";
925
+ readonly c7i_flex_16xlarge: "c7i-flex.16xlarge";
926
+ readonly c7i_flex_2xlarge: "c7i-flex.2xlarge";
927
+ readonly c7i_flex_4xlarge: "c7i-flex.4xlarge";
928
+ readonly c7i_flex_8xlarge: "c7i-flex.8xlarge";
929
+ readonly c7i_flex_large: "c7i-flex.large";
930
+ readonly c7i_flex_xlarge: "c7i-flex.xlarge";
931
+ readonly c7i_large: "c7i.large";
932
+ readonly c7i_metal_24xl: "c7i.metal-24xl";
933
+ readonly c7i_metal_48xl: "c7i.metal-48xl";
934
+ readonly c7i_xlarge: "c7i.xlarge";
935
+ readonly c8g_12xlarge: "c8g.12xlarge";
936
+ readonly c8g_16xlarge: "c8g.16xlarge";
937
+ readonly c8g_24xlarge: "c8g.24xlarge";
938
+ readonly c8g_2xlarge: "c8g.2xlarge";
939
+ readonly c8g_48xlarge: "c8g.48xlarge";
940
+ readonly c8g_4xlarge: "c8g.4xlarge";
941
+ readonly c8g_8xlarge: "c8g.8xlarge";
942
+ readonly c8g_large: "c8g.large";
943
+ readonly c8g_medium: "c8g.medium";
944
+ readonly c8g_metal_24xl: "c8g.metal-24xl";
945
+ readonly c8g_metal_48xl: "c8g.metal-48xl";
946
+ readonly c8g_xlarge: "c8g.xlarge";
947
+ readonly c8gd_12xlarge: "c8gd.12xlarge";
948
+ readonly c8gd_16xlarge: "c8gd.16xlarge";
949
+ readonly c8gd_24xlarge: "c8gd.24xlarge";
950
+ readonly c8gd_2xlarge: "c8gd.2xlarge";
951
+ readonly c8gd_48xlarge: "c8gd.48xlarge";
952
+ readonly c8gd_4xlarge: "c8gd.4xlarge";
953
+ readonly c8gd_8xlarge: "c8gd.8xlarge";
954
+ readonly c8gd_large: "c8gd.large";
955
+ readonly c8gd_medium: "c8gd.medium";
956
+ readonly c8gd_metal_24xl: "c8gd.metal-24xl";
957
+ readonly c8gd_metal_48xl: "c8gd.metal-48xl";
958
+ readonly c8gd_xlarge: "c8gd.xlarge";
959
+ readonly c8gn_12xlarge: "c8gn.12xlarge";
960
+ readonly c8gn_16xlarge: "c8gn.16xlarge";
961
+ readonly c8gn_24xlarge: "c8gn.24xlarge";
962
+ readonly c8gn_2xlarge: "c8gn.2xlarge";
963
+ readonly c8gn_48xlarge: "c8gn.48xlarge";
964
+ readonly c8gn_4xlarge: "c8gn.4xlarge";
965
+ readonly c8gn_8xlarge: "c8gn.8xlarge";
966
+ readonly c8gn_large: "c8gn.large";
967
+ readonly c8gn_medium: "c8gn.medium";
968
+ readonly c8gn_metal_24xl: "c8gn.metal-24xl";
969
+ readonly c8gn_metal_48xl: "c8gn.metal-48xl";
970
+ readonly c8gn_xlarge: "c8gn.xlarge";
971
+ readonly c8i_12xlarge: "c8i.12xlarge";
972
+ readonly c8i_16xlarge: "c8i.16xlarge";
973
+ readonly c8i_24xlarge: "c8i.24xlarge";
974
+ readonly c8i_2xlarge: "c8i.2xlarge";
975
+ readonly c8i_32xlarge: "c8i.32xlarge";
976
+ readonly c8i_48xlarge: "c8i.48xlarge";
977
+ readonly c8i_4xlarge: "c8i.4xlarge";
978
+ readonly c8i_8xlarge: "c8i.8xlarge";
979
+ readonly c8i_96xlarge: "c8i.96xlarge";
980
+ readonly c8i_flex_12xlarge: "c8i-flex.12xlarge";
981
+ readonly c8i_flex_16xlarge: "c8i-flex.16xlarge";
982
+ readonly c8i_flex_2xlarge: "c8i-flex.2xlarge";
983
+ readonly c8i_flex_4xlarge: "c8i-flex.4xlarge";
984
+ readonly c8i_flex_8xlarge: "c8i-flex.8xlarge";
985
+ readonly c8i_flex_large: "c8i-flex.large";
986
+ readonly c8i_flex_xlarge: "c8i-flex.xlarge";
987
+ readonly c8i_large: "c8i.large";
988
+ readonly c8i_metal_48xl: "c8i.metal-48xl";
989
+ readonly c8i_metal_96xl: "c8i.metal-96xl";
990
+ readonly c8i_xlarge: "c8i.xlarge";
991
+ readonly cc1_4xlarge: "cc1.4xlarge";
992
+ readonly cc2_8xlarge: "cc2.8xlarge";
993
+ readonly cg1_4xlarge: "cg1.4xlarge";
994
+ readonly cr1_8xlarge: "cr1.8xlarge";
995
+ readonly d2_2xlarge: "d2.2xlarge";
996
+ readonly d2_4xlarge: "d2.4xlarge";
997
+ readonly d2_8xlarge: "d2.8xlarge";
998
+ readonly d2_xlarge: "d2.xlarge";
999
+ readonly d3_2xlarge: "d3.2xlarge";
1000
+ readonly d3_4xlarge: "d3.4xlarge";
1001
+ readonly d3_8xlarge: "d3.8xlarge";
1002
+ readonly d3_xlarge: "d3.xlarge";
1003
+ readonly d3en_12xlarge: "d3en.12xlarge";
1004
+ readonly d3en_2xlarge: "d3en.2xlarge";
1005
+ readonly d3en_4xlarge: "d3en.4xlarge";
1006
+ readonly d3en_6xlarge: "d3en.6xlarge";
1007
+ readonly d3en_8xlarge: "d3en.8xlarge";
1008
+ readonly d3en_xlarge: "d3en.xlarge";
1009
+ readonly dl1_24xlarge: "dl1.24xlarge";
1010
+ readonly dl2q_24xlarge: "dl2q.24xlarge";
1011
+ readonly f1_16xlarge: "f1.16xlarge";
1012
+ readonly f1_2xlarge: "f1.2xlarge";
1013
+ readonly f1_4xlarge: "f1.4xlarge";
1014
+ readonly f2_12xlarge: "f2.12xlarge";
1015
+ readonly f2_48xlarge: "f2.48xlarge";
1016
+ readonly f2_6xlarge: "f2.6xlarge";
1017
+ readonly g2_2xlarge: "g2.2xlarge";
1018
+ readonly g2_8xlarge: "g2.8xlarge";
1019
+ readonly g3_16xlarge: "g3.16xlarge";
1020
+ readonly g3_4xlarge: "g3.4xlarge";
1021
+ readonly g3_8xlarge: "g3.8xlarge";
1022
+ readonly g3s_xlarge: "g3s.xlarge";
1023
+ readonly g4ad_16xlarge: "g4ad.16xlarge";
1024
+ readonly g4ad_2xlarge: "g4ad.2xlarge";
1025
+ readonly g4ad_4xlarge: "g4ad.4xlarge";
1026
+ readonly g4ad_8xlarge: "g4ad.8xlarge";
1027
+ readonly g4ad_xlarge: "g4ad.xlarge";
1028
+ readonly g4dn_12xlarge: "g4dn.12xlarge";
1029
+ readonly g4dn_16xlarge: "g4dn.16xlarge";
1030
+ readonly g4dn_2xlarge: "g4dn.2xlarge";
1031
+ readonly g4dn_4xlarge: "g4dn.4xlarge";
1032
+ readonly g4dn_8xlarge: "g4dn.8xlarge";
1033
+ readonly g4dn_metal: "g4dn.metal";
1034
+ readonly g4dn_xlarge: "g4dn.xlarge";
1035
+ readonly g5_12xlarge: "g5.12xlarge";
1036
+ readonly g5_16xlarge: "g5.16xlarge";
1037
+ readonly g5_24xlarge: "g5.24xlarge";
1038
+ readonly g5_2xlarge: "g5.2xlarge";
1039
+ readonly g5_48xlarge: "g5.48xlarge";
1040
+ readonly g5_4xlarge: "g5.4xlarge";
1041
+ readonly g5_8xlarge: "g5.8xlarge";
1042
+ readonly g5_xlarge: "g5.xlarge";
1043
+ readonly g5g_16xlarge: "g5g.16xlarge";
1044
+ readonly g5g_2xlarge: "g5g.2xlarge";
1045
+ readonly g5g_4xlarge: "g5g.4xlarge";
1046
+ readonly g5g_8xlarge: "g5g.8xlarge";
1047
+ readonly g5g_metal: "g5g.metal";
1048
+ readonly g5g_xlarge: "g5g.xlarge";
1049
+ readonly g6_12xlarge: "g6.12xlarge";
1050
+ readonly g6_16xlarge: "g6.16xlarge";
1051
+ readonly g6_24xlarge: "g6.24xlarge";
1052
+ readonly g6_2xlarge: "g6.2xlarge";
1053
+ readonly g6_48xlarge: "g6.48xlarge";
1054
+ readonly g6_4xlarge: "g6.4xlarge";
1055
+ readonly g6_8xlarge: "g6.8xlarge";
1056
+ readonly g6_xlarge: "g6.xlarge";
1057
+ readonly g6e_12xlarge: "g6e.12xlarge";
1058
+ readonly g6e_16xlarge: "g6e.16xlarge";
1059
+ readonly g6e_24xlarge: "g6e.24xlarge";
1060
+ readonly g6e_2xlarge: "g6e.2xlarge";
1061
+ readonly g6e_48xlarge: "g6e.48xlarge";
1062
+ readonly g6e_4xlarge: "g6e.4xlarge";
1063
+ readonly g6e_8xlarge: "g6e.8xlarge";
1064
+ readonly g6e_xlarge: "g6e.xlarge";
1065
+ readonly g6f_2xlarge: "g6f.2xlarge";
1066
+ readonly g6f_4xlarge: "g6f.4xlarge";
1067
+ readonly g6f_large: "g6f.large";
1068
+ readonly g6f_xlarge: "g6f.xlarge";
1069
+ readonly gr6_4xlarge: "gr6.4xlarge";
1070
+ readonly gr6_8xlarge: "gr6.8xlarge";
1071
+ readonly gr6f_4xlarge: "gr6f.4xlarge";
1072
+ readonly h1_16xlarge: "h1.16xlarge";
1073
+ readonly h1_2xlarge: "h1.2xlarge";
1074
+ readonly h1_4xlarge: "h1.4xlarge";
1075
+ readonly h1_8xlarge: "h1.8xlarge";
1076
+ readonly hi1_4xlarge: "hi1.4xlarge";
1077
+ readonly hpc6a_48xlarge: "hpc6a.48xlarge";
1078
+ readonly hpc6id_32xlarge: "hpc6id.32xlarge";
1079
+ readonly hpc7a_12xlarge: "hpc7a.12xlarge";
1080
+ readonly hpc7a_24xlarge: "hpc7a.24xlarge";
1081
+ readonly hpc7a_48xlarge: "hpc7a.48xlarge";
1082
+ readonly hpc7a_96xlarge: "hpc7a.96xlarge";
1083
+ readonly hpc7g_16xlarge: "hpc7g.16xlarge";
1084
+ readonly hpc7g_4xlarge: "hpc7g.4xlarge";
1085
+ readonly hpc7g_8xlarge: "hpc7g.8xlarge";
1086
+ readonly hs1_8xlarge: "hs1.8xlarge";
1087
+ readonly i2_2xlarge: "i2.2xlarge";
1088
+ readonly i2_4xlarge: "i2.4xlarge";
1089
+ readonly i2_8xlarge: "i2.8xlarge";
1090
+ readonly i2_xlarge: "i2.xlarge";
1091
+ readonly i3_16xlarge: "i3.16xlarge";
1092
+ readonly i3_2xlarge: "i3.2xlarge";
1093
+ readonly i3_4xlarge: "i3.4xlarge";
1094
+ readonly i3_8xlarge: "i3.8xlarge";
1095
+ readonly i3_large: "i3.large";
1096
+ readonly i3_metal: "i3.metal";
1097
+ readonly i3_xlarge: "i3.xlarge";
1098
+ readonly i3en_12xlarge: "i3en.12xlarge";
1099
+ readonly i3en_24xlarge: "i3en.24xlarge";
1100
+ readonly i3en_2xlarge: "i3en.2xlarge";
1101
+ readonly i3en_3xlarge: "i3en.3xlarge";
1102
+ readonly i3en_6xlarge: "i3en.6xlarge";
1103
+ readonly i3en_large: "i3en.large";
1104
+ readonly i3en_metal: "i3en.metal";
1105
+ readonly i3en_xlarge: "i3en.xlarge";
1106
+ readonly i4g_16xlarge: "i4g.16xlarge";
1107
+ readonly i4g_2xlarge: "i4g.2xlarge";
1108
+ readonly i4g_4xlarge: "i4g.4xlarge";
1109
+ readonly i4g_8xlarge: "i4g.8xlarge";
1110
+ readonly i4g_large: "i4g.large";
1111
+ readonly i4g_xlarge: "i4g.xlarge";
1112
+ readonly i4i_12xlarge: "i4i.12xlarge";
1113
+ readonly i4i_16xlarge: "i4i.16xlarge";
1114
+ readonly i4i_24xlarge: "i4i.24xlarge";
1115
+ readonly i4i_2xlarge: "i4i.2xlarge";
1116
+ readonly i4i_32xlarge: "i4i.32xlarge";
1117
+ readonly i4i_4xlarge: "i4i.4xlarge";
1118
+ readonly i4i_8xlarge: "i4i.8xlarge";
1119
+ readonly i4i_large: "i4i.large";
1120
+ readonly i4i_metal: "i4i.metal";
1121
+ readonly i4i_xlarge: "i4i.xlarge";
1122
+ readonly i7i_12xlarge: "i7i.12xlarge";
1123
+ readonly i7i_16xlarge: "i7i.16xlarge";
1124
+ readonly i7i_24xlarge: "i7i.24xlarge";
1125
+ readonly i7i_2xlarge: "i7i.2xlarge";
1126
+ readonly i7i_48xlarge: "i7i.48xlarge";
1127
+ readonly i7i_4xlarge: "i7i.4xlarge";
1128
+ readonly i7i_8xlarge: "i7i.8xlarge";
1129
+ readonly i7i_large: "i7i.large";
1130
+ readonly i7i_metal_24xl: "i7i.metal-24xl";
1131
+ readonly i7i_metal_48xl: "i7i.metal-48xl";
1132
+ readonly i7i_xlarge: "i7i.xlarge";
1133
+ readonly i7ie_12xlarge: "i7ie.12xlarge";
1134
+ readonly i7ie_18xlarge: "i7ie.18xlarge";
1135
+ readonly i7ie_24xlarge: "i7ie.24xlarge";
1136
+ readonly i7ie_2xlarge: "i7ie.2xlarge";
1137
+ readonly i7ie_3xlarge: "i7ie.3xlarge";
1138
+ readonly i7ie_48xlarge: "i7ie.48xlarge";
1139
+ readonly i7ie_6xlarge: "i7ie.6xlarge";
1140
+ readonly i7ie_large: "i7ie.large";
1141
+ readonly i7ie_metal_24xl: "i7ie.metal-24xl";
1142
+ readonly i7ie_metal_48xl: "i7ie.metal-48xl";
1143
+ readonly i7ie_xlarge: "i7ie.xlarge";
1144
+ readonly i8g_12xlarge: "i8g.12xlarge";
1145
+ readonly i8g_16xlarge: "i8g.16xlarge";
1146
+ readonly i8g_24xlarge: "i8g.24xlarge";
1147
+ readonly i8g_2xlarge: "i8g.2xlarge";
1148
+ readonly i8g_48xlarge: "i8g.48xlarge";
1149
+ readonly i8g_4xlarge: "i8g.4xlarge";
1150
+ readonly i8g_8xlarge: "i8g.8xlarge";
1151
+ readonly i8g_large: "i8g.large";
1152
+ readonly i8g_metal_24xl: "i8g.metal-24xl";
1153
+ readonly i8g_xlarge: "i8g.xlarge";
1154
+ readonly i8ge_12xlarge: "i8ge.12xlarge";
1155
+ readonly i8ge_18xlarge: "i8ge.18xlarge";
1156
+ readonly i8ge_24xlarge: "i8ge.24xlarge";
1157
+ readonly i8ge_2xlarge: "i8ge.2xlarge";
1158
+ readonly i8ge_3xlarge: "i8ge.3xlarge";
1159
+ readonly i8ge_48xlarge: "i8ge.48xlarge";
1160
+ readonly i8ge_6xlarge: "i8ge.6xlarge";
1161
+ readonly i8ge_large: "i8ge.large";
1162
+ readonly i8ge_metal_24xl: "i8ge.metal-24xl";
1163
+ readonly i8ge_metal_48xl: "i8ge.metal-48xl";
1164
+ readonly i8ge_xlarge: "i8ge.xlarge";
1165
+ readonly im4gn_16xlarge: "im4gn.16xlarge";
1166
+ readonly im4gn_2xlarge: "im4gn.2xlarge";
1167
+ readonly im4gn_4xlarge: "im4gn.4xlarge";
1168
+ readonly im4gn_8xlarge: "im4gn.8xlarge";
1169
+ readonly im4gn_large: "im4gn.large";
1170
+ readonly im4gn_xlarge: "im4gn.xlarge";
1171
+ readonly inf1_24xlarge: "inf1.24xlarge";
1172
+ readonly inf1_2xlarge: "inf1.2xlarge";
1173
+ readonly inf1_6xlarge: "inf1.6xlarge";
1174
+ readonly inf1_xlarge: "inf1.xlarge";
1175
+ readonly inf2_24xlarge: "inf2.24xlarge";
1176
+ readonly inf2_48xlarge: "inf2.48xlarge";
1177
+ readonly inf2_8xlarge: "inf2.8xlarge";
1178
+ readonly inf2_xlarge: "inf2.xlarge";
1179
+ readonly is4gen_2xlarge: "is4gen.2xlarge";
1180
+ readonly is4gen_4xlarge: "is4gen.4xlarge";
1181
+ readonly is4gen_8xlarge: "is4gen.8xlarge";
1182
+ readonly is4gen_large: "is4gen.large";
1183
+ readonly is4gen_medium: "is4gen.medium";
1184
+ readonly is4gen_xlarge: "is4gen.xlarge";
1185
+ readonly m1_large: "m1.large";
1186
+ readonly m1_medium: "m1.medium";
1187
+ readonly m1_small: "m1.small";
1188
+ readonly m1_xlarge: "m1.xlarge";
1189
+ readonly m2_2xlarge: "m2.2xlarge";
1190
+ readonly m2_4xlarge: "m2.4xlarge";
1191
+ readonly m2_xlarge: "m2.xlarge";
1192
+ readonly m3_2xlarge: "m3.2xlarge";
1193
+ readonly m3_large: "m3.large";
1194
+ readonly m3_medium: "m3.medium";
1195
+ readonly m3_xlarge: "m3.xlarge";
1196
+ readonly m4_10xlarge: "m4.10xlarge";
1197
+ readonly m4_16xlarge: "m4.16xlarge";
1198
+ readonly m4_2xlarge: "m4.2xlarge";
1199
+ readonly m4_4xlarge: "m4.4xlarge";
1200
+ readonly m4_large: "m4.large";
1201
+ readonly m4_xlarge: "m4.xlarge";
1202
+ readonly m5_12xlarge: "m5.12xlarge";
1203
+ readonly m5_16xlarge: "m5.16xlarge";
1204
+ readonly m5_24xlarge: "m5.24xlarge";
1205
+ readonly m5_2xlarge: "m5.2xlarge";
1206
+ readonly m5_4xlarge: "m5.4xlarge";
1207
+ readonly m5_8xlarge: "m5.8xlarge";
1208
+ readonly m5_large: "m5.large";
1209
+ readonly m5_metal: "m5.metal";
1210
+ readonly m5_xlarge: "m5.xlarge";
1211
+ readonly m5a_12xlarge: "m5a.12xlarge";
1212
+ readonly m5a_16xlarge: "m5a.16xlarge";
1213
+ readonly m5a_24xlarge: "m5a.24xlarge";
1214
+ readonly m5a_2xlarge: "m5a.2xlarge";
1215
+ readonly m5a_4xlarge: "m5a.4xlarge";
1216
+ readonly m5a_8xlarge: "m5a.8xlarge";
1217
+ readonly m5a_large: "m5a.large";
1218
+ readonly m5a_xlarge: "m5a.xlarge";
1219
+ readonly m5ad_12xlarge: "m5ad.12xlarge";
1220
+ readonly m5ad_16xlarge: "m5ad.16xlarge";
1221
+ readonly m5ad_24xlarge: "m5ad.24xlarge";
1222
+ readonly m5ad_2xlarge: "m5ad.2xlarge";
1223
+ readonly m5ad_4xlarge: "m5ad.4xlarge";
1224
+ readonly m5ad_8xlarge: "m5ad.8xlarge";
1225
+ readonly m5ad_large: "m5ad.large";
1226
+ readonly m5ad_xlarge: "m5ad.xlarge";
1227
+ readonly m5d_12xlarge: "m5d.12xlarge";
1228
+ readonly m5d_16xlarge: "m5d.16xlarge";
1229
+ readonly m5d_24xlarge: "m5d.24xlarge";
1230
+ readonly m5d_2xlarge: "m5d.2xlarge";
1231
+ readonly m5d_4xlarge: "m5d.4xlarge";
1232
+ readonly m5d_8xlarge: "m5d.8xlarge";
1233
+ readonly m5d_large: "m5d.large";
1234
+ readonly m5d_metal: "m5d.metal";
1235
+ readonly m5d_xlarge: "m5d.xlarge";
1236
+ readonly m5dn_12xlarge: "m5dn.12xlarge";
1237
+ readonly m5dn_16xlarge: "m5dn.16xlarge";
1238
+ readonly m5dn_24xlarge: "m5dn.24xlarge";
1239
+ readonly m5dn_2xlarge: "m5dn.2xlarge";
1240
+ readonly m5dn_4xlarge: "m5dn.4xlarge";
1241
+ readonly m5dn_8xlarge: "m5dn.8xlarge";
1242
+ readonly m5dn_large: "m5dn.large";
1243
+ readonly m5dn_metal: "m5dn.metal";
1244
+ readonly m5dn_xlarge: "m5dn.xlarge";
1245
+ readonly m5n_12xlarge: "m5n.12xlarge";
1246
+ readonly m5n_16xlarge: "m5n.16xlarge";
1247
+ readonly m5n_24xlarge: "m5n.24xlarge";
1248
+ readonly m5n_2xlarge: "m5n.2xlarge";
1249
+ readonly m5n_4xlarge: "m5n.4xlarge";
1250
+ readonly m5n_8xlarge: "m5n.8xlarge";
1251
+ readonly m5n_large: "m5n.large";
1252
+ readonly m5n_metal: "m5n.metal";
1253
+ readonly m5n_xlarge: "m5n.xlarge";
1254
+ readonly m5zn_12xlarge: "m5zn.12xlarge";
1255
+ readonly m5zn_2xlarge: "m5zn.2xlarge";
1256
+ readonly m5zn_3xlarge: "m5zn.3xlarge";
1257
+ readonly m5zn_6xlarge: "m5zn.6xlarge";
1258
+ readonly m5zn_large: "m5zn.large";
1259
+ readonly m5zn_metal: "m5zn.metal";
1260
+ readonly m5zn_xlarge: "m5zn.xlarge";
1261
+ readonly m6a_12xlarge: "m6a.12xlarge";
1262
+ readonly m6a_16xlarge: "m6a.16xlarge";
1263
+ readonly m6a_24xlarge: "m6a.24xlarge";
1264
+ readonly m6a_2xlarge: "m6a.2xlarge";
1265
+ readonly m6a_32xlarge: "m6a.32xlarge";
1266
+ readonly m6a_48xlarge: "m6a.48xlarge";
1267
+ readonly m6a_4xlarge: "m6a.4xlarge";
1268
+ readonly m6a_8xlarge: "m6a.8xlarge";
1269
+ readonly m6a_large: "m6a.large";
1270
+ readonly m6a_metal: "m6a.metal";
1271
+ readonly m6a_xlarge: "m6a.xlarge";
1272
+ readonly m6g_12xlarge: "m6g.12xlarge";
1273
+ readonly m6g_16xlarge: "m6g.16xlarge";
1274
+ readonly m6g_2xlarge: "m6g.2xlarge";
1275
+ readonly m6g_4xlarge: "m6g.4xlarge";
1276
+ readonly m6g_8xlarge: "m6g.8xlarge";
1277
+ readonly m6g_large: "m6g.large";
1278
+ readonly m6g_medium: "m6g.medium";
1279
+ readonly m6g_metal: "m6g.metal";
1280
+ readonly m6g_xlarge: "m6g.xlarge";
1281
+ readonly m6gd_12xlarge: "m6gd.12xlarge";
1282
+ readonly m6gd_16xlarge: "m6gd.16xlarge";
1283
+ readonly m6gd_2xlarge: "m6gd.2xlarge";
1284
+ readonly m6gd_4xlarge: "m6gd.4xlarge";
1285
+ readonly m6gd_8xlarge: "m6gd.8xlarge";
1286
+ readonly m6gd_large: "m6gd.large";
1287
+ readonly m6gd_medium: "m6gd.medium";
1288
+ readonly m6gd_metal: "m6gd.metal";
1289
+ readonly m6gd_xlarge: "m6gd.xlarge";
1290
+ readonly m6i_12xlarge: "m6i.12xlarge";
1291
+ readonly m6i_16xlarge: "m6i.16xlarge";
1292
+ readonly m6i_24xlarge: "m6i.24xlarge";
1293
+ readonly m6i_2xlarge: "m6i.2xlarge";
1294
+ readonly m6i_32xlarge: "m6i.32xlarge";
1295
+ readonly m6i_4xlarge: "m6i.4xlarge";
1296
+ readonly m6i_8xlarge: "m6i.8xlarge";
1297
+ readonly m6i_large: "m6i.large";
1298
+ readonly m6i_metal: "m6i.metal";
1299
+ readonly m6i_xlarge: "m6i.xlarge";
1300
+ readonly m6id_12xlarge: "m6id.12xlarge";
1301
+ readonly m6id_16xlarge: "m6id.16xlarge";
1302
+ readonly m6id_24xlarge: "m6id.24xlarge";
1303
+ readonly m6id_2xlarge: "m6id.2xlarge";
1304
+ readonly m6id_32xlarge: "m6id.32xlarge";
1305
+ readonly m6id_4xlarge: "m6id.4xlarge";
1306
+ readonly m6id_8xlarge: "m6id.8xlarge";
1307
+ readonly m6id_large: "m6id.large";
1308
+ readonly m6id_metal: "m6id.metal";
1309
+ readonly m6id_xlarge: "m6id.xlarge";
1310
+ readonly m6idn_12xlarge: "m6idn.12xlarge";
1311
+ readonly m6idn_16xlarge: "m6idn.16xlarge";
1312
+ readonly m6idn_24xlarge: "m6idn.24xlarge";
1313
+ readonly m6idn_2xlarge: "m6idn.2xlarge";
1314
+ readonly m6idn_32xlarge: "m6idn.32xlarge";
1315
+ readonly m6idn_4xlarge: "m6idn.4xlarge";
1316
+ readonly m6idn_8xlarge: "m6idn.8xlarge";
1317
+ readonly m6idn_large: "m6idn.large";
1318
+ readonly m6idn_metal: "m6idn.metal";
1319
+ readonly m6idn_xlarge: "m6idn.xlarge";
1320
+ readonly m6in_12xlarge: "m6in.12xlarge";
1321
+ readonly m6in_16xlarge: "m6in.16xlarge";
1322
+ readonly m6in_24xlarge: "m6in.24xlarge";
1323
+ readonly m6in_2xlarge: "m6in.2xlarge";
1324
+ readonly m6in_32xlarge: "m6in.32xlarge";
1325
+ readonly m6in_4xlarge: "m6in.4xlarge";
1326
+ readonly m6in_8xlarge: "m6in.8xlarge";
1327
+ readonly m6in_large: "m6in.large";
1328
+ readonly m6in_metal: "m6in.metal";
1329
+ readonly m6in_xlarge: "m6in.xlarge";
1330
+ readonly m7a_12xlarge: "m7a.12xlarge";
1331
+ readonly m7a_16xlarge: "m7a.16xlarge";
1332
+ readonly m7a_24xlarge: "m7a.24xlarge";
1333
+ readonly m7a_2xlarge: "m7a.2xlarge";
1334
+ readonly m7a_32xlarge: "m7a.32xlarge";
1335
+ readonly m7a_48xlarge: "m7a.48xlarge";
1336
+ readonly m7a_4xlarge: "m7a.4xlarge";
1337
+ readonly m7a_8xlarge: "m7a.8xlarge";
1338
+ readonly m7a_large: "m7a.large";
1339
+ readonly m7a_medium: "m7a.medium";
1340
+ readonly m7a_metal_48xl: "m7a.metal-48xl";
1341
+ readonly m7a_xlarge: "m7a.xlarge";
1342
+ readonly m7g_12xlarge: "m7g.12xlarge";
1343
+ readonly m7g_16xlarge: "m7g.16xlarge";
1344
+ readonly m7g_2xlarge: "m7g.2xlarge";
1345
+ readonly m7g_4xlarge: "m7g.4xlarge";
1346
+ readonly m7g_8xlarge: "m7g.8xlarge";
1347
+ readonly m7g_large: "m7g.large";
1348
+ readonly m7g_medium: "m7g.medium";
1349
+ readonly m7g_metal: "m7g.metal";
1350
+ readonly m7g_xlarge: "m7g.xlarge";
1351
+ readonly m7gd_12xlarge: "m7gd.12xlarge";
1352
+ readonly m7gd_16xlarge: "m7gd.16xlarge";
1353
+ readonly m7gd_2xlarge: "m7gd.2xlarge";
1354
+ readonly m7gd_4xlarge: "m7gd.4xlarge";
1355
+ readonly m7gd_8xlarge: "m7gd.8xlarge";
1356
+ readonly m7gd_large: "m7gd.large";
1357
+ readonly m7gd_medium: "m7gd.medium";
1358
+ readonly m7gd_metal: "m7gd.metal";
1359
+ readonly m7gd_xlarge: "m7gd.xlarge";
1360
+ readonly m7i_12xlarge: "m7i.12xlarge";
1361
+ readonly m7i_16xlarge: "m7i.16xlarge";
1362
+ readonly m7i_24xlarge: "m7i.24xlarge";
1363
+ readonly m7i_2xlarge: "m7i.2xlarge";
1364
+ readonly m7i_48xlarge: "m7i.48xlarge";
1365
+ readonly m7i_4xlarge: "m7i.4xlarge";
1366
+ readonly m7i_8xlarge: "m7i.8xlarge";
1367
+ readonly m7i_flex_12xlarge: "m7i-flex.12xlarge";
1368
+ readonly m7i_flex_16xlarge: "m7i-flex.16xlarge";
1369
+ readonly m7i_flex_2xlarge: "m7i-flex.2xlarge";
1370
+ readonly m7i_flex_4xlarge: "m7i-flex.4xlarge";
1371
+ readonly m7i_flex_8xlarge: "m7i-flex.8xlarge";
1372
+ readonly m7i_flex_large: "m7i-flex.large";
1373
+ readonly m7i_flex_xlarge: "m7i-flex.xlarge";
1374
+ readonly m7i_large: "m7i.large";
1375
+ readonly m7i_metal_24xl: "m7i.metal-24xl";
1376
+ readonly m7i_metal_48xl: "m7i.metal-48xl";
1377
+ readonly m7i_xlarge: "m7i.xlarge";
1378
+ readonly m8a_12xlarge: "m8a.12xlarge";
1379
+ readonly m8a_16xlarge: "m8a.16xlarge";
1380
+ readonly m8a_24xlarge: "m8a.24xlarge";
1381
+ readonly m8a_2xlarge: "m8a.2xlarge";
1382
+ readonly m8a_48xlarge: "m8a.48xlarge";
1383
+ readonly m8a_4xlarge: "m8a.4xlarge";
1384
+ readonly m8a_8xlarge: "m8a.8xlarge";
1385
+ readonly m8a_large: "m8a.large";
1386
+ readonly m8a_medium: "m8a.medium";
1387
+ readonly m8a_metal_24xl: "m8a.metal-24xl";
1388
+ readonly m8a_metal_48xl: "m8a.metal-48xl";
1389
+ readonly m8a_xlarge: "m8a.xlarge";
1390
+ readonly m8g_12xlarge: "m8g.12xlarge";
1391
+ readonly m8g_16xlarge: "m8g.16xlarge";
1392
+ readonly m8g_24xlarge: "m8g.24xlarge";
1393
+ readonly m8g_2xlarge: "m8g.2xlarge";
1394
+ readonly m8g_48xlarge: "m8g.48xlarge";
1395
+ readonly m8g_4xlarge: "m8g.4xlarge";
1396
+ readonly m8g_8xlarge: "m8g.8xlarge";
1397
+ readonly m8g_large: "m8g.large";
1398
+ readonly m8g_medium: "m8g.medium";
1399
+ readonly m8g_metal_24xl: "m8g.metal-24xl";
1400
+ readonly m8g_metal_48xl: "m8g.metal-48xl";
1401
+ readonly m8g_xlarge: "m8g.xlarge";
1402
+ readonly m8gd_12xlarge: "m8gd.12xlarge";
1403
+ readonly m8gd_16xlarge: "m8gd.16xlarge";
1404
+ readonly m8gd_24xlarge: "m8gd.24xlarge";
1405
+ readonly m8gd_2xlarge: "m8gd.2xlarge";
1406
+ readonly m8gd_48xlarge: "m8gd.48xlarge";
1407
+ readonly m8gd_4xlarge: "m8gd.4xlarge";
1408
+ readonly m8gd_8xlarge: "m8gd.8xlarge";
1409
+ readonly m8gd_large: "m8gd.large";
1410
+ readonly m8gd_medium: "m8gd.medium";
1411
+ readonly m8gd_metal_24xl: "m8gd.metal-24xl";
1412
+ readonly m8gd_metal_48xl: "m8gd.metal-48xl";
1413
+ readonly m8gd_xlarge: "m8gd.xlarge";
1414
+ readonly m8i_12xlarge: "m8i.12xlarge";
1415
+ readonly m8i_16xlarge: "m8i.16xlarge";
1416
+ readonly m8i_24xlarge: "m8i.24xlarge";
1417
+ readonly m8i_2xlarge: "m8i.2xlarge";
1418
+ readonly m8i_32xlarge: "m8i.32xlarge";
1419
+ readonly m8i_48xlarge: "m8i.48xlarge";
1420
+ readonly m8i_4xlarge: "m8i.4xlarge";
1421
+ readonly m8i_8xlarge: "m8i.8xlarge";
1422
+ readonly m8i_96xlarge: "m8i.96xlarge";
1423
+ readonly m8i_flex_12xlarge: "m8i-flex.12xlarge";
1424
+ readonly m8i_flex_16xlarge: "m8i-flex.16xlarge";
1425
+ readonly m8i_flex_2xlarge: "m8i-flex.2xlarge";
1426
+ readonly m8i_flex_4xlarge: "m8i-flex.4xlarge";
1427
+ readonly m8i_flex_8xlarge: "m8i-flex.8xlarge";
1428
+ readonly m8i_flex_large: "m8i-flex.large";
1429
+ readonly m8i_flex_xlarge: "m8i-flex.xlarge";
1430
+ readonly m8i_large: "m8i.large";
1431
+ readonly m8i_metal_48xl: "m8i.metal-48xl";
1432
+ readonly m8i_metal_96xl: "m8i.metal-96xl";
1433
+ readonly m8i_xlarge: "m8i.xlarge";
1434
+ readonly mac1_metal: "mac1.metal";
1435
+ readonly mac2_m1ultra_metal: "mac2-m1ultra.metal";
1436
+ readonly mac2_m2_metal: "mac2-m2.metal";
1437
+ readonly mac2_m2pro_metal: "mac2-m2pro.metal";
1438
+ readonly mac2_metal: "mac2.metal";
1439
+ readonly mac_m4_metal: "mac-m4.metal";
1440
+ readonly mac_m4pro_metal: "mac-m4pro.metal";
1441
+ readonly p2_16xlarge: "p2.16xlarge";
1442
+ readonly p2_8xlarge: "p2.8xlarge";
1443
+ readonly p2_xlarge: "p2.xlarge";
1444
+ readonly p3_16xlarge: "p3.16xlarge";
1445
+ readonly p3_2xlarge: "p3.2xlarge";
1446
+ readonly p3_8xlarge: "p3.8xlarge";
1447
+ readonly p3dn_24xlarge: "p3dn.24xlarge";
1448
+ readonly p4d_24xlarge: "p4d.24xlarge";
1449
+ readonly p4de_24xlarge: "p4de.24xlarge";
1450
+ readonly p5_48xlarge: "p5.48xlarge";
1451
+ readonly p5_4xlarge: "p5.4xlarge";
1452
+ readonly p5e_48xlarge: "p5e.48xlarge";
1453
+ readonly p5en_48xlarge: "p5en.48xlarge";
1454
+ readonly p6_b200_48xlarge: "p6-b200.48xlarge";
1455
+ readonly p6e_gb200_36xlarge: "p6e-gb200.36xlarge";
1456
+ readonly r3_2xlarge: "r3.2xlarge";
1457
+ readonly r3_4xlarge: "r3.4xlarge";
1458
+ readonly r3_8xlarge: "r3.8xlarge";
1459
+ readonly r3_large: "r3.large";
1460
+ readonly r3_xlarge: "r3.xlarge";
1461
+ readonly r4_16xlarge: "r4.16xlarge";
1462
+ readonly r4_2xlarge: "r4.2xlarge";
1463
+ readonly r4_4xlarge: "r4.4xlarge";
1464
+ readonly r4_8xlarge: "r4.8xlarge";
1465
+ readonly r4_large: "r4.large";
1466
+ readonly r4_xlarge: "r4.xlarge";
1467
+ readonly r5_12xlarge: "r5.12xlarge";
1468
+ readonly r5_16xlarge: "r5.16xlarge";
1469
+ readonly r5_24xlarge: "r5.24xlarge";
1470
+ readonly r5_2xlarge: "r5.2xlarge";
1471
+ readonly r5_4xlarge: "r5.4xlarge";
1472
+ readonly r5_8xlarge: "r5.8xlarge";
1473
+ readonly r5_large: "r5.large";
1474
+ readonly r5_metal: "r5.metal";
1475
+ readonly r5_xlarge: "r5.xlarge";
1476
+ readonly r5a_12xlarge: "r5a.12xlarge";
1477
+ readonly r5a_16xlarge: "r5a.16xlarge";
1478
+ readonly r5a_24xlarge: "r5a.24xlarge";
1479
+ readonly r5a_2xlarge: "r5a.2xlarge";
1480
+ readonly r5a_4xlarge: "r5a.4xlarge";
1481
+ readonly r5a_8xlarge: "r5a.8xlarge";
1482
+ readonly r5a_large: "r5a.large";
1483
+ readonly r5a_xlarge: "r5a.xlarge";
1484
+ readonly r5ad_12xlarge: "r5ad.12xlarge";
1485
+ readonly r5ad_16xlarge: "r5ad.16xlarge";
1486
+ readonly r5ad_24xlarge: "r5ad.24xlarge";
1487
+ readonly r5ad_2xlarge: "r5ad.2xlarge";
1488
+ readonly r5ad_4xlarge: "r5ad.4xlarge";
1489
+ readonly r5ad_8xlarge: "r5ad.8xlarge";
1490
+ readonly r5ad_large: "r5ad.large";
1491
+ readonly r5ad_xlarge: "r5ad.xlarge";
1492
+ readonly r5b_12xlarge: "r5b.12xlarge";
1493
+ readonly r5b_16xlarge: "r5b.16xlarge";
1494
+ readonly r5b_24xlarge: "r5b.24xlarge";
1495
+ readonly r5b_2xlarge: "r5b.2xlarge";
1496
+ readonly r5b_4xlarge: "r5b.4xlarge";
1497
+ readonly r5b_8xlarge: "r5b.8xlarge";
1498
+ readonly r5b_large: "r5b.large";
1499
+ readonly r5b_metal: "r5b.metal";
1500
+ readonly r5b_xlarge: "r5b.xlarge";
1501
+ readonly r5d_12xlarge: "r5d.12xlarge";
1502
+ readonly r5d_16xlarge: "r5d.16xlarge";
1503
+ readonly r5d_24xlarge: "r5d.24xlarge";
1504
+ readonly r5d_2xlarge: "r5d.2xlarge";
1505
+ readonly r5d_4xlarge: "r5d.4xlarge";
1506
+ readonly r5d_8xlarge: "r5d.8xlarge";
1507
+ readonly r5d_large: "r5d.large";
1508
+ readonly r5d_metal: "r5d.metal";
1509
+ readonly r5d_xlarge: "r5d.xlarge";
1510
+ readonly r5dn_12xlarge: "r5dn.12xlarge";
1511
+ readonly r5dn_16xlarge: "r5dn.16xlarge";
1512
+ readonly r5dn_24xlarge: "r5dn.24xlarge";
1513
+ readonly r5dn_2xlarge: "r5dn.2xlarge";
1514
+ readonly r5dn_4xlarge: "r5dn.4xlarge";
1515
+ readonly r5dn_8xlarge: "r5dn.8xlarge";
1516
+ readonly r5dn_large: "r5dn.large";
1517
+ readonly r5dn_metal: "r5dn.metal";
1518
+ readonly r5dn_xlarge: "r5dn.xlarge";
1519
+ readonly r5n_12xlarge: "r5n.12xlarge";
1520
+ readonly r5n_16xlarge: "r5n.16xlarge";
1521
+ readonly r5n_24xlarge: "r5n.24xlarge";
1522
+ readonly r5n_2xlarge: "r5n.2xlarge";
1523
+ readonly r5n_4xlarge: "r5n.4xlarge";
1524
+ readonly r5n_8xlarge: "r5n.8xlarge";
1525
+ readonly r5n_large: "r5n.large";
1526
+ readonly r5n_metal: "r5n.metal";
1527
+ readonly r5n_xlarge: "r5n.xlarge";
1528
+ readonly r6a_12xlarge: "r6a.12xlarge";
1529
+ readonly r6a_16xlarge: "r6a.16xlarge";
1530
+ readonly r6a_24xlarge: "r6a.24xlarge";
1531
+ readonly r6a_2xlarge: "r6a.2xlarge";
1532
+ readonly r6a_32xlarge: "r6a.32xlarge";
1533
+ readonly r6a_48xlarge: "r6a.48xlarge";
1534
+ readonly r6a_4xlarge: "r6a.4xlarge";
1535
+ readonly r6a_8xlarge: "r6a.8xlarge";
1536
+ readonly r6a_large: "r6a.large";
1537
+ readonly r6a_metal: "r6a.metal";
1538
+ readonly r6a_xlarge: "r6a.xlarge";
1539
+ readonly r6g_12xlarge: "r6g.12xlarge";
1540
+ readonly r6g_16xlarge: "r6g.16xlarge";
1541
+ readonly r6g_2xlarge: "r6g.2xlarge";
1542
+ readonly r6g_4xlarge: "r6g.4xlarge";
1543
+ readonly r6g_8xlarge: "r6g.8xlarge";
1544
+ readonly r6g_large: "r6g.large";
1545
+ readonly r6g_medium: "r6g.medium";
1546
+ readonly r6g_metal: "r6g.metal";
1547
+ readonly r6g_xlarge: "r6g.xlarge";
1548
+ readonly r6gd_12xlarge: "r6gd.12xlarge";
1549
+ readonly r6gd_16xlarge: "r6gd.16xlarge";
1550
+ readonly r6gd_2xlarge: "r6gd.2xlarge";
1551
+ readonly r6gd_4xlarge: "r6gd.4xlarge";
1552
+ readonly r6gd_8xlarge: "r6gd.8xlarge";
1553
+ readonly r6gd_large: "r6gd.large";
1554
+ readonly r6gd_medium: "r6gd.medium";
1555
+ readonly r6gd_metal: "r6gd.metal";
1556
+ readonly r6gd_xlarge: "r6gd.xlarge";
1557
+ readonly r6i_12xlarge: "r6i.12xlarge";
1558
+ readonly r6i_16xlarge: "r6i.16xlarge";
1559
+ readonly r6i_24xlarge: "r6i.24xlarge";
1560
+ readonly r6i_2xlarge: "r6i.2xlarge";
1561
+ readonly r6i_32xlarge: "r6i.32xlarge";
1562
+ readonly r6i_4xlarge: "r6i.4xlarge";
1563
+ readonly r6i_8xlarge: "r6i.8xlarge";
1564
+ readonly r6i_large: "r6i.large";
1565
+ readonly r6i_metal: "r6i.metal";
1566
+ readonly r6i_xlarge: "r6i.xlarge";
1567
+ readonly r6id_12xlarge: "r6id.12xlarge";
1568
+ readonly r6id_16xlarge: "r6id.16xlarge";
1569
+ readonly r6id_24xlarge: "r6id.24xlarge";
1570
+ readonly r6id_2xlarge: "r6id.2xlarge";
1571
+ readonly r6id_32xlarge: "r6id.32xlarge";
1572
+ readonly r6id_4xlarge: "r6id.4xlarge";
1573
+ readonly r6id_8xlarge: "r6id.8xlarge";
1574
+ readonly r6id_large: "r6id.large";
1575
+ readonly r6id_metal: "r6id.metal";
1576
+ readonly r6id_xlarge: "r6id.xlarge";
1577
+ readonly r6idn_12xlarge: "r6idn.12xlarge";
1578
+ readonly r6idn_16xlarge: "r6idn.16xlarge";
1579
+ readonly r6idn_24xlarge: "r6idn.24xlarge";
1580
+ readonly r6idn_2xlarge: "r6idn.2xlarge";
1581
+ readonly r6idn_32xlarge: "r6idn.32xlarge";
1582
+ readonly r6idn_4xlarge: "r6idn.4xlarge";
1583
+ readonly r6idn_8xlarge: "r6idn.8xlarge";
1584
+ readonly r6idn_large: "r6idn.large";
1585
+ readonly r6idn_metal: "r6idn.metal";
1586
+ readonly r6idn_xlarge: "r6idn.xlarge";
1587
+ readonly r6in_12xlarge: "r6in.12xlarge";
1588
+ readonly r6in_16xlarge: "r6in.16xlarge";
1589
+ readonly r6in_24xlarge: "r6in.24xlarge";
1590
+ readonly r6in_2xlarge: "r6in.2xlarge";
1591
+ readonly r6in_32xlarge: "r6in.32xlarge";
1592
+ readonly r6in_4xlarge: "r6in.4xlarge";
1593
+ readonly r6in_8xlarge: "r6in.8xlarge";
1594
+ readonly r6in_large: "r6in.large";
1595
+ readonly r6in_metal: "r6in.metal";
1596
+ readonly r6in_xlarge: "r6in.xlarge";
1597
+ readonly r7a_12xlarge: "r7a.12xlarge";
1598
+ readonly r7a_16xlarge: "r7a.16xlarge";
1599
+ readonly r7a_24xlarge: "r7a.24xlarge";
1600
+ readonly r7a_2xlarge: "r7a.2xlarge";
1601
+ readonly r7a_32xlarge: "r7a.32xlarge";
1602
+ readonly r7a_48xlarge: "r7a.48xlarge";
1603
+ readonly r7a_4xlarge: "r7a.4xlarge";
1604
+ readonly r7a_8xlarge: "r7a.8xlarge";
1605
+ readonly r7a_large: "r7a.large";
1606
+ readonly r7a_medium: "r7a.medium";
1607
+ readonly r7a_metal_48xl: "r7a.metal-48xl";
1608
+ readonly r7a_xlarge: "r7a.xlarge";
1609
+ readonly r7g_12xlarge: "r7g.12xlarge";
1610
+ readonly r7g_16xlarge: "r7g.16xlarge";
1611
+ readonly r7g_2xlarge: "r7g.2xlarge";
1612
+ readonly r7g_4xlarge: "r7g.4xlarge";
1613
+ readonly r7g_8xlarge: "r7g.8xlarge";
1614
+ readonly r7g_large: "r7g.large";
1615
+ readonly r7g_medium: "r7g.medium";
1616
+ readonly r7g_metal: "r7g.metal";
1617
+ readonly r7g_xlarge: "r7g.xlarge";
1618
+ readonly r7gd_12xlarge: "r7gd.12xlarge";
1619
+ readonly r7gd_16xlarge: "r7gd.16xlarge";
1620
+ readonly r7gd_2xlarge: "r7gd.2xlarge";
1621
+ readonly r7gd_4xlarge: "r7gd.4xlarge";
1622
+ readonly r7gd_8xlarge: "r7gd.8xlarge";
1623
+ readonly r7gd_large: "r7gd.large";
1624
+ readonly r7gd_medium: "r7gd.medium";
1625
+ readonly r7gd_metal: "r7gd.metal";
1626
+ readonly r7gd_xlarge: "r7gd.xlarge";
1627
+ readonly r7i_12xlarge: "r7i.12xlarge";
1628
+ readonly r7i_16xlarge: "r7i.16xlarge";
1629
+ readonly r7i_24xlarge: "r7i.24xlarge";
1630
+ readonly r7i_2xlarge: "r7i.2xlarge";
1631
+ readonly r7i_48xlarge: "r7i.48xlarge";
1632
+ readonly r7i_4xlarge: "r7i.4xlarge";
1633
+ readonly r7i_8xlarge: "r7i.8xlarge";
1634
+ readonly r7i_large: "r7i.large";
1635
+ readonly r7i_metal_24xl: "r7i.metal-24xl";
1636
+ readonly r7i_metal_48xl: "r7i.metal-48xl";
1637
+ readonly r7i_xlarge: "r7i.xlarge";
1638
+ readonly r7iz_12xlarge: "r7iz.12xlarge";
1639
+ readonly r7iz_16xlarge: "r7iz.16xlarge";
1640
+ readonly r7iz_2xlarge: "r7iz.2xlarge";
1641
+ readonly r7iz_32xlarge: "r7iz.32xlarge";
1642
+ readonly r7iz_4xlarge: "r7iz.4xlarge";
1643
+ readonly r7iz_8xlarge: "r7iz.8xlarge";
1644
+ readonly r7iz_large: "r7iz.large";
1645
+ readonly r7iz_metal_16xl: "r7iz.metal-16xl";
1646
+ readonly r7iz_metal_32xl: "r7iz.metal-32xl";
1647
+ readonly r7iz_xlarge: "r7iz.xlarge";
1648
+ readonly r8a_12xlarge: "r8a.12xlarge";
1649
+ readonly r8a_16xlarge: "r8a.16xlarge";
1650
+ readonly r8a_24xlarge: "r8a.24xlarge";
1651
+ readonly r8a_2xlarge: "r8a.2xlarge";
1652
+ readonly r8a_48xlarge: "r8a.48xlarge";
1653
+ readonly r8a_4xlarge: "r8a.4xlarge";
1654
+ readonly r8a_8xlarge: "r8a.8xlarge";
1655
+ readonly r8a_large: "r8a.large";
1656
+ readonly r8a_medium: "r8a.medium";
1657
+ readonly r8a_metal_24xl: "r8a.metal-24xl";
1658
+ readonly r8a_metal_48xl: "r8a.metal-48xl";
1659
+ readonly r8a_xlarge: "r8a.xlarge";
1660
+ readonly r8g_12xlarge: "r8g.12xlarge";
1661
+ readonly r8g_16xlarge: "r8g.16xlarge";
1662
+ readonly r8g_24xlarge: "r8g.24xlarge";
1663
+ readonly r8g_2xlarge: "r8g.2xlarge";
1664
+ readonly r8g_48xlarge: "r8g.48xlarge";
1665
+ readonly r8g_4xlarge: "r8g.4xlarge";
1666
+ readonly r8g_8xlarge: "r8g.8xlarge";
1667
+ readonly r8g_large: "r8g.large";
1668
+ readonly r8g_medium: "r8g.medium";
1669
+ readonly r8g_metal_24xl: "r8g.metal-24xl";
1670
+ readonly r8g_metal_48xl: "r8g.metal-48xl";
1671
+ readonly r8g_xlarge: "r8g.xlarge";
1672
+ readonly r8gb_12xlarge: "r8gb.12xlarge";
1673
+ readonly r8gb_16xlarge: "r8gb.16xlarge";
1674
+ readonly r8gb_24xlarge: "r8gb.24xlarge";
1675
+ readonly r8gb_2xlarge: "r8gb.2xlarge";
1676
+ readonly r8gb_4xlarge: "r8gb.4xlarge";
1677
+ readonly r8gb_8xlarge: "r8gb.8xlarge";
1678
+ readonly r8gb_large: "r8gb.large";
1679
+ readonly r8gb_medium: "r8gb.medium";
1680
+ readonly r8gb_metal_24xl: "r8gb.metal-24xl";
1681
+ readonly r8gb_xlarge: "r8gb.xlarge";
1682
+ readonly r8gd_12xlarge: "r8gd.12xlarge";
1683
+ readonly r8gd_16xlarge: "r8gd.16xlarge";
1684
+ readonly r8gd_24xlarge: "r8gd.24xlarge";
1685
+ readonly r8gd_2xlarge: "r8gd.2xlarge";
1686
+ readonly r8gd_48xlarge: "r8gd.48xlarge";
1687
+ readonly r8gd_4xlarge: "r8gd.4xlarge";
1688
+ readonly r8gd_8xlarge: "r8gd.8xlarge";
1689
+ readonly r8gd_large: "r8gd.large";
1690
+ readonly r8gd_medium: "r8gd.medium";
1691
+ readonly r8gd_metal_24xl: "r8gd.metal-24xl";
1692
+ readonly r8gd_metal_48xl: "r8gd.metal-48xl";
1693
+ readonly r8gd_xlarge: "r8gd.xlarge";
1694
+ readonly r8gn_12xlarge: "r8gn.12xlarge";
1695
+ readonly r8gn_16xlarge: "r8gn.16xlarge";
1696
+ readonly r8gn_24xlarge: "r8gn.24xlarge";
1697
+ readonly r8gn_2xlarge: "r8gn.2xlarge";
1698
+ readonly r8gn_48xlarge: "r8gn.48xlarge";
1699
+ readonly r8gn_4xlarge: "r8gn.4xlarge";
1700
+ readonly r8gn_8xlarge: "r8gn.8xlarge";
1701
+ readonly r8gn_large: "r8gn.large";
1702
+ readonly r8gn_medium: "r8gn.medium";
1703
+ readonly r8gn_metal_24xl: "r8gn.metal-24xl";
1704
+ readonly r8gn_metal_48xl: "r8gn.metal-48xl";
1705
+ readonly r8gn_xlarge: "r8gn.xlarge";
1706
+ readonly r8i_12xlarge: "r8i.12xlarge";
1707
+ readonly r8i_16xlarge: "r8i.16xlarge";
1708
+ readonly r8i_24xlarge: "r8i.24xlarge";
1709
+ readonly r8i_2xlarge: "r8i.2xlarge";
1710
+ readonly r8i_32xlarge: "r8i.32xlarge";
1711
+ readonly r8i_48xlarge: "r8i.48xlarge";
1712
+ readonly r8i_4xlarge: "r8i.4xlarge";
1713
+ readonly r8i_8xlarge: "r8i.8xlarge";
1714
+ readonly r8i_96xlarge: "r8i.96xlarge";
1715
+ readonly r8i_flex_12xlarge: "r8i-flex.12xlarge";
1716
+ readonly r8i_flex_16xlarge: "r8i-flex.16xlarge";
1717
+ readonly r8i_flex_2xlarge: "r8i-flex.2xlarge";
1718
+ readonly r8i_flex_4xlarge: "r8i-flex.4xlarge";
1719
+ readonly r8i_flex_8xlarge: "r8i-flex.8xlarge";
1720
+ readonly r8i_flex_large: "r8i-flex.large";
1721
+ readonly r8i_flex_xlarge: "r8i-flex.xlarge";
1722
+ readonly r8i_large: "r8i.large";
1723
+ readonly r8i_metal_48xl: "r8i.metal-48xl";
1724
+ readonly r8i_metal_96xl: "r8i.metal-96xl";
1725
+ readonly r8i_xlarge: "r8i.xlarge";
1726
+ readonly t1_micro: "t1.micro";
1727
+ readonly t2_2xlarge: "t2.2xlarge";
1728
+ readonly t2_large: "t2.large";
1729
+ readonly t2_medium: "t2.medium";
1730
+ readonly t2_micro: "t2.micro";
1731
+ readonly t2_nano: "t2.nano";
1732
+ readonly t2_small: "t2.small";
1733
+ readonly t2_xlarge: "t2.xlarge";
1734
+ readonly t3_2xlarge: "t3.2xlarge";
1735
+ readonly t3_large: "t3.large";
1736
+ readonly t3_medium: "t3.medium";
1737
+ readonly t3_micro: "t3.micro";
1738
+ readonly t3_nano: "t3.nano";
1739
+ readonly t3_small: "t3.small";
1740
+ readonly t3_xlarge: "t3.xlarge";
1741
+ readonly t3a_2xlarge: "t3a.2xlarge";
1742
+ readonly t3a_large: "t3a.large";
1743
+ readonly t3a_medium: "t3a.medium";
1744
+ readonly t3a_micro: "t3a.micro";
1745
+ readonly t3a_nano: "t3a.nano";
1746
+ readonly t3a_small: "t3a.small";
1747
+ readonly t3a_xlarge: "t3a.xlarge";
1748
+ readonly t4g_2xlarge: "t4g.2xlarge";
1749
+ readonly t4g_large: "t4g.large";
1750
+ readonly t4g_medium: "t4g.medium";
1751
+ readonly t4g_micro: "t4g.micro";
1752
+ readonly t4g_nano: "t4g.nano";
1753
+ readonly t4g_small: "t4g.small";
1754
+ readonly t4g_xlarge: "t4g.xlarge";
1755
+ readonly trn1_2xlarge: "trn1.2xlarge";
1756
+ readonly trn1_32xlarge: "trn1.32xlarge";
1757
+ readonly trn1n_32xlarge: "trn1n.32xlarge";
1758
+ readonly trn2_3xlarge: "trn2.3xlarge";
1759
+ readonly trn2_48xlarge: "trn2.48xlarge";
1760
+ readonly u7i_12tb_224xlarge: "u7i-12tb.224xlarge";
1761
+ readonly u7i_6tb_112xlarge: "u7i-6tb.112xlarge";
1762
+ readonly u7i_8tb_112xlarge: "u7i-8tb.112xlarge";
1763
+ readonly u7ib_12tb_224xlarge: "u7ib-12tb.224xlarge";
1764
+ readonly u7in_16tb_224xlarge: "u7in-16tb.224xlarge";
1765
+ readonly u7in_24tb_224xlarge: "u7in-24tb.224xlarge";
1766
+ readonly u7in_32tb_224xlarge: "u7in-32tb.224xlarge";
1767
+ readonly u7inh_32tb_480xlarge: "u7inh-32tb.480xlarge";
1768
+ readonly u_12tb1_112xlarge: "u-12tb1.112xlarge";
1769
+ readonly u_12tb1_metal: "u-12tb1.metal";
1770
+ readonly u_18tb1_112xlarge: "u-18tb1.112xlarge";
1771
+ readonly u_18tb1_metal: "u-18tb1.metal";
1772
+ readonly u_24tb1_112xlarge: "u-24tb1.112xlarge";
1773
+ readonly u_24tb1_metal: "u-24tb1.metal";
1774
+ readonly u_3tb1_56xlarge: "u-3tb1.56xlarge";
1775
+ readonly u_6tb1_112xlarge: "u-6tb1.112xlarge";
1776
+ readonly u_6tb1_56xlarge: "u-6tb1.56xlarge";
1777
+ readonly u_6tb1_metal: "u-6tb1.metal";
1778
+ readonly u_9tb1_112xlarge: "u-9tb1.112xlarge";
1779
+ readonly u_9tb1_metal: "u-9tb1.metal";
1780
+ readonly vt1_24xlarge: "vt1.24xlarge";
1781
+ readonly vt1_3xlarge: "vt1.3xlarge";
1782
+ readonly vt1_6xlarge: "vt1.6xlarge";
1783
+ readonly x1_16xlarge: "x1.16xlarge";
1784
+ readonly x1_32xlarge: "x1.32xlarge";
1785
+ readonly x1e_16xlarge: "x1e.16xlarge";
1786
+ readonly x1e_2xlarge: "x1e.2xlarge";
1787
+ readonly x1e_32xlarge: "x1e.32xlarge";
1788
+ readonly x1e_4xlarge: "x1e.4xlarge";
1789
+ readonly x1e_8xlarge: "x1e.8xlarge";
1790
+ readonly x1e_xlarge: "x1e.xlarge";
1791
+ readonly x2gd_12xlarge: "x2gd.12xlarge";
1792
+ readonly x2gd_16xlarge: "x2gd.16xlarge";
1793
+ readonly x2gd_2xlarge: "x2gd.2xlarge";
1794
+ readonly x2gd_4xlarge: "x2gd.4xlarge";
1795
+ readonly x2gd_8xlarge: "x2gd.8xlarge";
1796
+ readonly x2gd_large: "x2gd.large";
1797
+ readonly x2gd_medium: "x2gd.medium";
1798
+ readonly x2gd_metal: "x2gd.metal";
1799
+ readonly x2gd_xlarge: "x2gd.xlarge";
1800
+ readonly x2idn_16xlarge: "x2idn.16xlarge";
1801
+ readonly x2idn_24xlarge: "x2idn.24xlarge";
1802
+ readonly x2idn_32xlarge: "x2idn.32xlarge";
1803
+ readonly x2idn_metal: "x2idn.metal";
1804
+ readonly x2iedn_16xlarge: "x2iedn.16xlarge";
1805
+ readonly x2iedn_24xlarge: "x2iedn.24xlarge";
1806
+ readonly x2iedn_2xlarge: "x2iedn.2xlarge";
1807
+ readonly x2iedn_32xlarge: "x2iedn.32xlarge";
1808
+ readonly x2iedn_4xlarge: "x2iedn.4xlarge";
1809
+ readonly x2iedn_8xlarge: "x2iedn.8xlarge";
1810
+ readonly x2iedn_metal: "x2iedn.metal";
1811
+ readonly x2iedn_xlarge: "x2iedn.xlarge";
1812
+ readonly x2iezn_12xlarge: "x2iezn.12xlarge";
1813
+ readonly x2iezn_2xlarge: "x2iezn.2xlarge";
1814
+ readonly x2iezn_4xlarge: "x2iezn.4xlarge";
1815
+ readonly x2iezn_6xlarge: "x2iezn.6xlarge";
1816
+ readonly x2iezn_8xlarge: "x2iezn.8xlarge";
1817
+ readonly x2iezn_metal: "x2iezn.metal";
1818
+ readonly x8g_12xlarge: "x8g.12xlarge";
1819
+ readonly x8g_16xlarge: "x8g.16xlarge";
1820
+ readonly x8g_24xlarge: "x8g.24xlarge";
1821
+ readonly x8g_2xlarge: "x8g.2xlarge";
1822
+ readonly x8g_48xlarge: "x8g.48xlarge";
1823
+ readonly x8g_4xlarge: "x8g.4xlarge";
1824
+ readonly x8g_8xlarge: "x8g.8xlarge";
1825
+ readonly x8g_large: "x8g.large";
1826
+ readonly x8g_medium: "x8g.medium";
1827
+ readonly x8g_metal_24xl: "x8g.metal-24xl";
1828
+ readonly x8g_metal_48xl: "x8g.metal-48xl";
1829
+ readonly x8g_xlarge: "x8g.xlarge";
1830
+ readonly z1d_12xlarge: "z1d.12xlarge";
1831
+ readonly z1d_2xlarge: "z1d.2xlarge";
1832
+ readonly z1d_3xlarge: "z1d.3xlarge";
1833
+ readonly z1d_6xlarge: "z1d.6xlarge";
1834
+ readonly z1d_large: "z1d.large";
1835
+ readonly z1d_metal: "z1d.metal";
1836
+ readonly z1d_xlarge: "z1d.xlarge";
1837
+ };
1838
+ export type _InstanceType = (typeof _InstanceType)[keyof typeof _InstanceType];
1839
+ export declare const FleetCapacityReservationTenancy: {
1840
+ readonly default: "default";
1841
+ };
1842
+ export type FleetCapacityReservationTenancy =
1843
+ (typeof FleetCapacityReservationTenancy)[keyof typeof FleetCapacityReservationTenancy];
1844
+ export declare const CarrierGatewayState: {
1845
+ readonly available: "available";
1846
+ readonly deleted: "deleted";
1847
+ readonly deleting: "deleting";
1848
+ readonly pending: "pending";
1849
+ };
1850
+ export type CarrierGatewayState =
1851
+ (typeof CarrierGatewayState)[keyof typeof CarrierGatewayState];
1852
+ export declare const ClientVpnAuthenticationType: {
1853
+ readonly certificate_authentication: "certificate-authentication";
1854
+ readonly directory_service_authentication: "directory-service-authentication";
1855
+ readonly federated_authentication: "federated-authentication";
1856
+ };
1857
+ export type ClientVpnAuthenticationType =
1858
+ (typeof ClientVpnAuthenticationType)[keyof typeof ClientVpnAuthenticationType];
1859
+ export declare const EndpointIpAddressType: {
1860
+ readonly dual_stack: "dual-stack";
1861
+ readonly ipv4: "ipv4";
1862
+ readonly ipv6: "ipv6";
1863
+ };
1864
+ export type EndpointIpAddressType =
1865
+ (typeof EndpointIpAddressType)[keyof typeof EndpointIpAddressType];
1866
+ export declare const SelfServicePortal: {
1867
+ readonly disabled: "disabled";
1868
+ readonly enabled: "enabled";
1869
+ };
1870
+ export type SelfServicePortal =
1871
+ (typeof SelfServicePortal)[keyof typeof SelfServicePortal];
1872
+ export declare const TrafficIpAddressType: {
1873
+ readonly dual_stack: "dual-stack";
1874
+ readonly ipv4: "ipv4";
1875
+ readonly ipv6: "ipv6";
1876
+ };
1877
+ export type TrafficIpAddressType =
1878
+ (typeof TrafficIpAddressType)[keyof typeof TrafficIpAddressType];
1879
+ export declare const TransportProtocol: {
1880
+ readonly tcp: "tcp";
1881
+ readonly udp: "udp";
1882
+ };
1883
+ export type TransportProtocol =
1884
+ (typeof TransportProtocol)[keyof typeof TransportProtocol];
1885
+ export declare const ClientVpnEndpointStatusCode: {
1886
+ readonly available: "available";
1887
+ readonly deleted: "deleted";
1888
+ readonly deleting: "deleting";
1889
+ readonly pending_associate: "pending-associate";
1890
+ };
1891
+ export type ClientVpnEndpointStatusCode =
1892
+ (typeof ClientVpnEndpointStatusCode)[keyof typeof ClientVpnEndpointStatusCode];
1893
+ export declare const ClientVpnRouteStatusCode: {
1894
+ readonly active: "active";
1895
+ readonly creating: "creating";
1896
+ readonly deleting: "deleting";
1897
+ readonly failed: "failed";
1898
+ };
1899
+ export type ClientVpnRouteStatusCode =
1900
+ (typeof ClientVpnRouteStatusCode)[keyof typeof ClientVpnRouteStatusCode];
1901
+ export declare const GatewayType: {
1902
+ readonly ipsec_1: "ipsec.1";
1903
+ };
1904
+ export type GatewayType = (typeof GatewayType)[keyof typeof GatewayType];
1905
+ export declare const BlockPublicAccessMode: {
1906
+ readonly block_bidirectional: "block-bidirectional";
1907
+ readonly block_ingress: "block-ingress";
1908
+ readonly off: "off";
1909
+ };
1910
+ export type BlockPublicAccessMode =
1911
+ (typeof BlockPublicAccessMode)[keyof typeof BlockPublicAccessMode];
1912
+ export declare const HostnameType: {
1913
+ readonly ip_name: "ip-name";
1914
+ readonly resource_name: "resource-name";
1915
+ };
1916
+ export type HostnameType = (typeof HostnameType)[keyof typeof HostnameType];
1917
+ export declare const SubnetState: {
1918
+ readonly available: "available";
1919
+ readonly failed: "failed";
1920
+ readonly failed_insufficient_capacity: "failed-insufficient-capacity";
1921
+ readonly pending: "pending";
1922
+ readonly unavailable: "unavailable";
1923
+ };
1924
+ export type SubnetState = (typeof SubnetState)[keyof typeof SubnetState];
1925
+ export declare const VpcEncryptionControlMode: {
1926
+ readonly enforce: "enforce";
1927
+ readonly monitor: "monitor";
1928
+ };
1929
+ export type VpcEncryptionControlMode =
1930
+ (typeof VpcEncryptionControlMode)[keyof typeof VpcEncryptionControlMode];
1931
+ export declare const VpcEncryptionControlExclusionState: {
1932
+ readonly disabled: "disabled";
1933
+ readonly disabling: "disabling";
1934
+ readonly enabled: "enabled";
1935
+ readonly enabling: "enabling";
1936
+ };
1937
+ export type VpcEncryptionControlExclusionState =
1938
+ (typeof VpcEncryptionControlExclusionState)[keyof typeof VpcEncryptionControlExclusionState];
1939
+ export declare const VpcEncryptionControlState: {
1940
+ readonly available: "available";
1941
+ readonly creating: "creating";
1942
+ readonly delete_failed: "delete-failed";
1943
+ readonly deleted: "deleted";
1944
+ readonly deleting: "deleting";
1945
+ readonly enforce_failed: "enforce-failed";
1946
+ readonly enforce_in_progress: "enforce-in-progress";
1947
+ readonly monitor_failed: "monitor-failed";
1948
+ readonly monitor_in_progress: "monitor-in-progress";
1949
+ };
1950
+ export type VpcEncryptionControlState =
1951
+ (typeof VpcEncryptionControlState)[keyof typeof VpcEncryptionControlState];
1952
+ export declare const Tenancy: {
1953
+ readonly dedicated: "dedicated";
1954
+ readonly default: "default";
1955
+ readonly host: "host";
1956
+ };
1957
+ export type Tenancy = (typeof Tenancy)[keyof typeof Tenancy];
1958
+ export declare const VpcState: {
1959
+ readonly available: "available";
1960
+ readonly pending: "pending";
1961
+ };
1962
+ export type VpcState = (typeof VpcState)[keyof typeof VpcState];
1963
+ export declare const MacSystemIntegrityProtectionSettingStatus: {
1964
+ readonly disabled: "disabled";
1965
+ readonly enabled: "enabled";
1966
+ };
1967
+ export type MacSystemIntegrityProtectionSettingStatus =
1968
+ (typeof MacSystemIntegrityProtectionSettingStatus)[keyof typeof MacSystemIntegrityProtectionSettingStatus];
1969
+ export declare const MacModificationTaskState: {
1970
+ readonly failed: "failed";
1971
+ readonly inprogress: "in-progress";
1972
+ readonly pending: "pending";
1973
+ readonly successful: "successful";
1974
+ };
1975
+ export type MacModificationTaskState =
1976
+ (typeof MacModificationTaskState)[keyof typeof MacModificationTaskState];
1977
+ export declare const MacModificationTaskType: {
1978
+ readonly SIPModification: "sip-modification";
1979
+ readonly VolumeOwnershipDelegation: "volume-ownership-delegation";
1980
+ };
1981
+ export type MacModificationTaskType =
1982
+ (typeof MacModificationTaskType)[keyof typeof MacModificationTaskType];
1983
+ export declare const FleetExcessCapacityTerminationPolicy: {
1984
+ readonly NO_TERMINATION: "no-termination";
1985
+ readonly TERMINATION: "termination";
1986
+ };
1987
+ export type FleetExcessCapacityTerminationPolicy =
1988
+ (typeof FleetExcessCapacityTerminationPolicy)[keyof typeof FleetExcessCapacityTerminationPolicy];
1989
+ export declare const BareMetal: {
1990
+ readonly EXCLUDED: "excluded";
1991
+ readonly INCLUDED: "included";
1992
+ readonly REQUIRED: "required";
1993
+ };
1994
+ export type BareMetal = (typeof BareMetal)[keyof typeof BareMetal];
1995
+ export declare const BurstablePerformance: {
1996
+ readonly EXCLUDED: "excluded";
1997
+ readonly INCLUDED: "included";
1998
+ readonly REQUIRED: "required";
1999
+ };
2000
+ export type BurstablePerformance =
2001
+ (typeof BurstablePerformance)[keyof typeof BurstablePerformance];
2002
+ export declare const CpuManufacturer: {
2003
+ readonly AMAZON_WEB_SERVICES: "amazon-web-services";
2004
+ readonly AMD: "amd";
2005
+ readonly APPLE: "apple";
2006
+ readonly INTEL: "intel";
2007
+ };
2008
+ export type CpuManufacturer =
2009
+ (typeof CpuManufacturer)[keyof typeof CpuManufacturer];
2010
+ export declare const InstanceGeneration: {
2011
+ readonly CURRENT: "current";
2012
+ readonly PREVIOUS: "previous";
2013
+ };
2014
+ export type InstanceGeneration =
2015
+ (typeof InstanceGeneration)[keyof typeof InstanceGeneration];
2016
+ export declare const LocalStorage: {
2017
+ readonly EXCLUDED: "excluded";
2018
+ readonly INCLUDED: "included";
2019
+ readonly REQUIRED: "required";
2020
+ };
2021
+ export type LocalStorage = (typeof LocalStorage)[keyof typeof LocalStorage];
2022
+ export declare const LocalStorageType: {
2023
+ readonly HDD: "hdd";
2024
+ readonly SSD: "ssd";
2025
+ };
2026
+ export type LocalStorageType =
2027
+ (typeof LocalStorageType)[keyof typeof LocalStorageType];
2028
+ export declare const FleetOnDemandAllocationStrategy: {
2029
+ readonly LOWEST_PRICE: "lowest-price";
2030
+ readonly PRIORITIZED: "prioritized";
2031
+ };
2032
+ export type FleetOnDemandAllocationStrategy =
2033
+ (typeof FleetOnDemandAllocationStrategy)[keyof typeof FleetOnDemandAllocationStrategy];
2034
+ export declare const FleetCapacityReservationUsageStrategy: {
2035
+ readonly USE_CAPACITY_RESERVATIONS_FIRST: "use-capacity-reservations-first";
2036
+ };
2037
+ export type FleetCapacityReservationUsageStrategy =
2038
+ (typeof FleetCapacityReservationUsageStrategy)[keyof typeof FleetCapacityReservationUsageStrategy];
2039
+ export declare const SpotAllocationStrategy: {
2040
+ readonly CAPACITY_OPTIMIZED: "capacity-optimized";
2041
+ readonly CAPACITY_OPTIMIZED_PRIORITIZED: "capacity-optimized-prioritized";
2042
+ readonly DIVERSIFIED: "diversified";
2043
+ readonly LOWEST_PRICE: "lowest-price";
2044
+ readonly PRICE_CAPACITY_OPTIMIZED: "price-capacity-optimized";
2045
+ };
2046
+ export type SpotAllocationStrategy =
2047
+ (typeof SpotAllocationStrategy)[keyof typeof SpotAllocationStrategy];
2048
+ export declare const SpotInstanceInterruptionBehavior: {
2049
+ readonly hibernate: "hibernate";
2050
+ readonly stop: "stop";
2051
+ readonly terminate: "terminate";
2052
+ };
2053
+ export type SpotInstanceInterruptionBehavior =
2054
+ (typeof SpotInstanceInterruptionBehavior)[keyof typeof SpotInstanceInterruptionBehavior];
2055
+ export declare const FleetReplacementStrategy: {
2056
+ readonly LAUNCH: "launch";
2057
+ readonly LAUNCH_BEFORE_TERMINATE: "launch-before-terminate";
2058
+ };
2059
+ export type FleetReplacementStrategy =
2060
+ (typeof FleetReplacementStrategy)[keyof typeof FleetReplacementStrategy];
2061
+ export declare const DefaultTargetCapacityType: {
2062
+ readonly CAPACITY_BLOCK: "capacity-block";
2063
+ readonly ON_DEMAND: "on-demand";
2064
+ readonly SPOT: "spot";
2065
+ };
2066
+ export type DefaultTargetCapacityType =
2067
+ (typeof DefaultTargetCapacityType)[keyof typeof DefaultTargetCapacityType];
2068
+ export declare const TargetCapacityUnitType: {
2069
+ readonly MEMORY_MIB: "memory-mib";
2070
+ readonly UNITS: "units";
2071
+ readonly VCPU: "vcpu";
2072
+ };
2073
+ export type TargetCapacityUnitType =
2074
+ (typeof TargetCapacityUnitType)[keyof typeof TargetCapacityUnitType];
2075
+ export declare const FleetType: {
2076
+ readonly INSTANT: "instant";
2077
+ readonly MAINTAIN: "maintain";
2078
+ readonly REQUEST: "request";
2079
+ };
2080
+ export type FleetType = (typeof FleetType)[keyof typeof FleetType];
2081
+ export declare const InstanceLifecycle: {
2082
+ readonly ON_DEMAND: "on-demand";
2083
+ readonly SPOT: "spot";
2084
+ };
2085
+ export type InstanceLifecycle =
2086
+ (typeof InstanceLifecycle)[keyof typeof InstanceLifecycle];
2087
+ export declare const PlatformValues: {
2088
+ readonly Windows: "Windows";
2089
+ };
2090
+ export type PlatformValues =
2091
+ (typeof PlatformValues)[keyof typeof PlatformValues];
2092
+ export declare const DestinationFileFormat: {
2093
+ readonly parquet: "parquet";
2094
+ readonly plain_text: "plain-text";
2095
+ };
2096
+ export type DestinationFileFormat =
2097
+ (typeof DestinationFileFormat)[keyof typeof DestinationFileFormat];
2098
+ export declare const LogDestinationType: {
2099
+ readonly cloud_watch_logs: "cloud-watch-logs";
2100
+ readonly kinesis_data_firehose: "kinesis-data-firehose";
2101
+ readonly s3: "s3";
2102
+ };
2103
+ export type LogDestinationType =
2104
+ (typeof LogDestinationType)[keyof typeof LogDestinationType];
2105
+ export declare const FlowLogsResourceType: {
2106
+ readonly NetworkInterface: "NetworkInterface";
2107
+ readonly RegionalNatGateway: "RegionalNatGateway";
2108
+ readonly Subnet: "Subnet";
2109
+ readonly TransitGateway: "TransitGateway";
2110
+ readonly TransitGatewayAttachment: "TransitGatewayAttachment";
2111
+ readonly VPC: "VPC";
2112
+ };
2113
+ export type FlowLogsResourceType =
2114
+ (typeof FlowLogsResourceType)[keyof typeof FlowLogsResourceType];
2115
+ export declare const TrafficType: {
2116
+ readonly ACCEPT: "ACCEPT";
2117
+ readonly ALL: "ALL";
2118
+ readonly REJECT: "REJECT";
2119
+ };
2120
+ export type TrafficType = (typeof TrafficType)[keyof typeof TrafficType];
2121
+ export declare const SnapshotLocationEnum: {
2122
+ readonly LOCAL: "local";
2123
+ readonly REGIONAL: "regional";
2124
+ };
2125
+ export type SnapshotLocationEnum =
2126
+ (typeof SnapshotLocationEnum)[keyof typeof SnapshotLocationEnum];
2127
+ export declare const IpAddressType: {
2128
+ readonly dualstack: "dualstack";
2129
+ readonly ipv4: "ipv4";
2130
+ readonly ipv6: "ipv6";
2131
+ };
2132
+ export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
2133
+ export declare const Ec2InstanceConnectEndpointState: {
2134
+ readonly create_complete: "create-complete";
2135
+ readonly create_failed: "create-failed";
2136
+ readonly create_in_progress: "create-in-progress";
2137
+ readonly delete_complete: "delete-complete";
2138
+ readonly delete_failed: "delete-failed";
2139
+ readonly delete_in_progress: "delete-in-progress";
2140
+ readonly update_complete: "update-complete";
2141
+ readonly update_failed: "update-failed";
2142
+ readonly update_in_progress: "update-in-progress";
2143
+ };
2144
+ export type Ec2InstanceConnectEndpointState =
2145
+ (typeof Ec2InstanceConnectEndpointState)[keyof typeof Ec2InstanceConnectEndpointState];
2146
+ export declare const ContainerFormat: {
2147
+ readonly ova: "ova";
2148
+ };
2149
+ export type ContainerFormat =
2150
+ (typeof ContainerFormat)[keyof typeof ContainerFormat];
2151
+ export declare const DiskImageFormat: {
2152
+ readonly RAW: "RAW";
2153
+ readonly VHD: "VHD";
2154
+ readonly VMDK: "VMDK";
2155
+ };
2156
+ export type DiskImageFormat =
2157
+ (typeof DiskImageFormat)[keyof typeof DiskImageFormat];
2158
+ export declare const ExportEnvironment: {
2159
+ readonly citrix: "citrix";
2160
+ readonly microsoft: "microsoft";
2161
+ readonly vmware: "vmware";
2162
+ };
2163
+ export type ExportEnvironment =
2164
+ (typeof ExportEnvironment)[keyof typeof ExportEnvironment];
2165
+ export declare const ExportTaskState: {
2166
+ readonly active: "active";
2167
+ readonly cancelled: "cancelled";
2168
+ readonly cancelling: "cancelling";
2169
+ readonly completed: "completed";
2170
+ };
2171
+ export type ExportTaskState =
2172
+ (typeof ExportTaskState)[keyof typeof ExportTaskState];
2173
+ export declare const IpamMeteredAccount: {
2174
+ readonly ipam_owner: "ipam-owner";
2175
+ readonly resource_owner: "resource-owner";
2176
+ };
2177
+ export type IpamMeteredAccount =
2178
+ (typeof IpamMeteredAccount)[keyof typeof IpamMeteredAccount];
2179
+ export declare const IpamTier: {
2180
+ readonly advanced: "advanced";
2181
+ readonly free: "free";
2182
+ };
2183
+ export type IpamTier = (typeof IpamTier)[keyof typeof IpamTier];
2184
+ export declare const IpamState: {
2185
+ readonly create_complete: "create-complete";
2186
+ readonly create_failed: "create-failed";
2187
+ readonly create_in_progress: "create-in-progress";
2188
+ readonly delete_complete: "delete-complete";
2189
+ readonly delete_failed: "delete-failed";
2190
+ readonly delete_in_progress: "delete-in-progress";
2191
+ readonly isolate_complete: "isolate-complete";
2192
+ readonly isolate_in_progress: "isolate-in-progress";
2193
+ readonly modify_complete: "modify-complete";
2194
+ readonly modify_failed: "modify-failed";
2195
+ readonly modify_in_progress: "modify-in-progress";
2196
+ readonly restore_in_progress: "restore-in-progress";
2197
+ };
2198
+ export type IpamState = (typeof IpamState)[keyof typeof IpamState];
2199
+ export declare const IpamExternalResourceVerificationTokenState: {
2200
+ readonly CREATE_COMPLETE: "create-complete";
2201
+ readonly CREATE_FAILED: "create-failed";
2202
+ readonly CREATE_IN_PROGRESS: "create-in-progress";
2203
+ readonly DELETE_COMPLETE: "delete-complete";
2204
+ readonly DELETE_FAILED: "delete-failed";
2205
+ readonly DELETE_IN_PROGRESS: "delete-in-progress";
2206
+ };
2207
+ export type IpamExternalResourceVerificationTokenState =
2208
+ (typeof IpamExternalResourceVerificationTokenState)[keyof typeof IpamExternalResourceVerificationTokenState];
2209
+ export declare const TokenState: {
2210
+ readonly expired: "expired";
2211
+ readonly valid: "valid";
2212
+ };
2213
+ export type TokenState = (typeof TokenState)[keyof typeof TokenState];
2214
+ export declare const IpamPolicyState: {
2215
+ readonly create_complete: "create-complete";
2216
+ readonly create_failed: "create-failed";
2217
+ readonly create_in_progress: "create-in-progress";
2218
+ readonly delete_complete: "delete-complete";
2219
+ readonly delete_failed: "delete-failed";
2220
+ readonly delete_in_progress: "delete-in-progress";
2221
+ readonly isolate_complete: "isolate-complete";
2222
+ readonly isolate_in_progress: "isolate-in-progress";
2223
+ readonly modify_complete: "modify-complete";
2224
+ readonly modify_failed: "modify-failed";
2225
+ readonly modify_in_progress: "modify-in-progress";
2226
+ readonly restore_in_progress: "restore-in-progress";
2227
+ };
2228
+ export type IpamPolicyState =
2229
+ (typeof IpamPolicyState)[keyof typeof IpamPolicyState];
2230
+ export declare const IpamPoolAwsService: {
2231
+ readonly ec2: "ec2";
2232
+ };
2233
+ export type IpamPoolAwsService =
2234
+ (typeof IpamPoolAwsService)[keyof typeof IpamPoolAwsService];
2235
+ export declare const IpamPoolPublicIpSource: {
2236
+ readonly amazon: "amazon";
2237
+ readonly byoip: "byoip";
2238
+ };
2239
+ export type IpamPoolPublicIpSource =
2240
+ (typeof IpamPoolPublicIpSource)[keyof typeof IpamPoolPublicIpSource];
2241
+ export declare const IpamPoolSourceResourceType: {
2242
+ readonly vpc: "vpc";
2243
+ };
2244
+ export type IpamPoolSourceResourceType =
2245
+ (typeof IpamPoolSourceResourceType)[keyof typeof IpamPoolSourceResourceType];
2246
+ export declare const IpamScopeType: {
2247
+ readonly private: "private";
2248
+ readonly public: "public";
2249
+ };
2250
+ export type IpamScopeType = (typeof IpamScopeType)[keyof typeof IpamScopeType];
2251
+ export declare const IpamPoolState: {
2252
+ readonly create_complete: "create-complete";
2253
+ readonly create_failed: "create-failed";
2254
+ readonly create_in_progress: "create-in-progress";
2255
+ readonly delete_complete: "delete-complete";
2256
+ readonly delete_failed: "delete-failed";
2257
+ readonly delete_in_progress: "delete-in-progress";
2258
+ readonly isolate_complete: "isolate-complete";
2259
+ readonly isolate_in_progress: "isolate-in-progress";
2260
+ readonly modify_complete: "modify-complete";
2261
+ readonly modify_failed: "modify-failed";
2262
+ readonly modify_in_progress: "modify-in-progress";
2263
+ readonly restore_in_progress: "restore-in-progress";
2264
+ };
2265
+ export type IpamPoolState = (typeof IpamPoolState)[keyof typeof IpamPoolState];
2266
+ export declare const IpamPrefixListResolverRuleConditionOperation: {
2267
+ readonly equals: "equals";
2268
+ readonly not_equals: "not-equals";
2269
+ readonly subnet_of: "subnet-of";
2270
+ };
2271
+ export type IpamPrefixListResolverRuleConditionOperation =
2272
+ (typeof IpamPrefixListResolverRuleConditionOperation)[keyof typeof IpamPrefixListResolverRuleConditionOperation];
2273
+ export declare const IpamResourceType: {
2274
+ readonly eip: "eip";
2275
+ readonly eni: "eni";
2276
+ readonly ipv6_pool: "ipv6-pool";
2277
+ readonly public_ipv4_pool: "public-ipv4-pool";
2278
+ readonly subnet: "subnet";
2279
+ readonly vpc: "vpc";
2280
+ };
2281
+ export type IpamResourceType =
2282
+ (typeof IpamResourceType)[keyof typeof IpamResourceType];
2283
+ export declare const IpamPrefixListResolverRuleType: {
2284
+ readonly ipam_pool_cidr: "ipam-pool-cidr";
2285
+ readonly ipam_resource_cidr: "ipam-resource-cidr";
2286
+ readonly static_cidr: "static-cidr";
2287
+ };
2288
+ export type IpamPrefixListResolverRuleType =
2289
+ (typeof IpamPrefixListResolverRuleType)[keyof typeof IpamPrefixListResolverRuleType];
2290
+ export declare const IpamPrefixListResolverVersionCreationStatus: {
2291
+ readonly failure: "failure";
2292
+ readonly pending: "pending";
2293
+ readonly success: "success";
2294
+ };
2295
+ export type IpamPrefixListResolverVersionCreationStatus =
2296
+ (typeof IpamPrefixListResolverVersionCreationStatus)[keyof typeof IpamPrefixListResolverVersionCreationStatus];
2297
+ export declare const IpamPrefixListResolverState: {
2298
+ readonly create_complete: "create-complete";
2299
+ readonly create_failed: "create-failed";
2300
+ readonly create_in_progress: "create-in-progress";
2301
+ readonly delete_complete: "delete-complete";
2302
+ readonly delete_failed: "delete-failed";
2303
+ readonly delete_in_progress: "delete-in-progress";
2304
+ readonly isolate_complete: "isolate-complete";
2305
+ readonly isolate_in_progress: "isolate-in-progress";
2306
+ readonly modify_complete: "modify-complete";
2307
+ readonly modify_failed: "modify-failed";
2308
+ readonly modify_in_progress: "modify-in-progress";
2309
+ readonly restore_in_progress: "restore-in-progress";
2310
+ };
2311
+ export type IpamPrefixListResolverState =
2312
+ (typeof IpamPrefixListResolverState)[keyof typeof IpamPrefixListResolverState];
2313
+ export declare const IpamPrefixListResolverTargetState: {
2314
+ readonly create_complete: "create-complete";
2315
+ readonly create_failed: "create-failed";
2316
+ readonly create_in_progress: "create-in-progress";
2317
+ readonly delete_complete: "delete-complete";
2318
+ readonly delete_failed: "delete-failed";
2319
+ readonly delete_in_progress: "delete-in-progress";
2320
+ readonly isolate_complete: "isolate-complete";
2321
+ readonly isolate_in_progress: "isolate-in-progress";
2322
+ readonly modify_complete: "modify-complete";
2323
+ readonly modify_failed: "modify-failed";
2324
+ readonly modify_in_progress: "modify-in-progress";
2325
+ readonly restore_in_progress: "restore-in-progress";
2326
+ readonly sync_complete: "sync-complete";
2327
+ readonly sync_failed: "sync-failed";
2328
+ readonly sync_in_progress: "sync-in-progress";
2329
+ };
2330
+ export type IpamPrefixListResolverTargetState =
2331
+ (typeof IpamPrefixListResolverTargetState)[keyof typeof IpamPrefixListResolverTargetState];
2332
+ export declare const IpamResourceDiscoveryState: {
2333
+ readonly CREATE_COMPLETE: "create-complete";
2334
+ readonly CREATE_FAILED: "create-failed";
2335
+ readonly CREATE_IN_PROGRESS: "create-in-progress";
2336
+ readonly DELETE_COMPLETE: "delete-complete";
2337
+ readonly DELETE_FAILED: "delete-failed";
2338
+ readonly DELETE_IN_PROGRESS: "delete-in-progress";
2339
+ readonly ISOLATE_COMPLETE: "isolate-complete";
2340
+ readonly ISOLATE_IN_PROGRESS: "isolate-in-progress";
2341
+ readonly MODIFY_COMPLETE: "modify-complete";
2342
+ readonly MODIFY_FAILED: "modify-failed";
2343
+ readonly MODIFY_IN_PROGRESS: "modify-in-progress";
2344
+ readonly RESTORE_IN_PROGRESS: "restore-in-progress";
2345
+ };
2346
+ export type IpamResourceDiscoveryState =
2347
+ (typeof IpamResourceDiscoveryState)[keyof typeof IpamResourceDiscoveryState];
2348
+ export declare const IpamScopeExternalAuthorityType: {
2349
+ readonly infoblox: "infoblox";
2350
+ };
2351
+ export type IpamScopeExternalAuthorityType =
2352
+ (typeof IpamScopeExternalAuthorityType)[keyof typeof IpamScopeExternalAuthorityType];
2353
+ export declare const IpamScopeState: {
2354
+ readonly create_complete: "create-complete";
2355
+ readonly create_failed: "create-failed";
2356
+ readonly create_in_progress: "create-in-progress";
2357
+ readonly delete_complete: "delete-complete";
2358
+ readonly delete_failed: "delete-failed";
2359
+ readonly delete_in_progress: "delete-in-progress";
2360
+ readonly isolate_complete: "isolate-complete";
2361
+ readonly isolate_in_progress: "isolate-in-progress";
2362
+ readonly modify_complete: "modify-complete";
2363
+ readonly modify_failed: "modify-failed";
2364
+ readonly modify_in_progress: "modify-in-progress";
2365
+ readonly restore_in_progress: "restore-in-progress";
2366
+ };
2367
+ export type IpamScopeState =
2368
+ (typeof IpamScopeState)[keyof typeof IpamScopeState];
2369
+ export declare const KeyFormat: {
2370
+ readonly pem: "pem";
2371
+ readonly ppk: "ppk";
2372
+ };
2373
+ export type KeyFormat = (typeof KeyFormat)[keyof typeof KeyFormat];
2374
+ export declare const KeyType: {
2375
+ readonly ed25519: "ed25519";
2376
+ readonly rsa: "rsa";
2377
+ };
2378
+ export type KeyType = (typeof KeyType)[keyof typeof KeyType];
2379
+ export declare const CapacityReservationPreference: {
2380
+ readonly capacity_reservations_only: "capacity-reservations-only";
2381
+ readonly none: "none";
2382
+ readonly open: "open";
2383
+ };
2384
+ export type CapacityReservationPreference =
2385
+ (typeof CapacityReservationPreference)[keyof typeof CapacityReservationPreference];
2386
+ export declare const AmdSevSnpSpecification: {
2387
+ readonly disabled: "disabled";
2388
+ readonly enabled: "enabled";
2389
+ };
2390
+ export type AmdSevSnpSpecification =
2391
+ (typeof AmdSevSnpSpecification)[keyof typeof AmdSevSnpSpecification];
2392
+ export declare const ShutdownBehavior: {
2393
+ readonly stop: "stop";
2394
+ readonly terminate: "terminate";
2395
+ };
2396
+ export type ShutdownBehavior =
2397
+ (typeof ShutdownBehavior)[keyof typeof ShutdownBehavior];
2398
+ export declare const MarketType: {
2399
+ readonly capacity_block: "capacity-block";
2400
+ readonly spot: "spot";
2401
+ };
2402
+ export type MarketType = (typeof MarketType)[keyof typeof MarketType];
2403
+ export declare const InstanceInterruptionBehavior: {
2404
+ readonly hibernate: "hibernate";
2405
+ readonly stop: "stop";
2406
+ readonly terminate: "terminate";
2407
+ };
2408
+ export type InstanceInterruptionBehavior =
2409
+ (typeof InstanceInterruptionBehavior)[keyof typeof InstanceInterruptionBehavior];
2410
+ export declare const SpotInstanceType: {
2411
+ readonly one_time: "one-time";
2412
+ readonly persistent: "persistent";
2413
+ };
2414
+ export type SpotInstanceType =
2415
+ (typeof SpotInstanceType)[keyof typeof SpotInstanceType];
2416
+ export declare const LaunchTemplateAutoRecoveryState: {
2417
+ readonly default: "default";
2418
+ readonly disabled: "disabled";
2419
+ };
2420
+ export type LaunchTemplateAutoRecoveryState =
2421
+ (typeof LaunchTemplateAutoRecoveryState)[keyof typeof LaunchTemplateAutoRecoveryState];
2422
+ export declare const LaunchTemplateInstanceMetadataEndpointState: {
2423
+ readonly disabled: "disabled";
2424
+ readonly enabled: "enabled";
2425
+ };
2426
+ export type LaunchTemplateInstanceMetadataEndpointState =
2427
+ (typeof LaunchTemplateInstanceMetadataEndpointState)[keyof typeof LaunchTemplateInstanceMetadataEndpointState];
2428
+ export declare const LaunchTemplateInstanceMetadataProtocolIpv6: {
2429
+ readonly disabled: "disabled";
2430
+ readonly enabled: "enabled";
2431
+ };
2432
+ export type LaunchTemplateInstanceMetadataProtocolIpv6 =
2433
+ (typeof LaunchTemplateInstanceMetadataProtocolIpv6)[keyof typeof LaunchTemplateInstanceMetadataProtocolIpv6];
2434
+ export declare const LaunchTemplateHttpTokensState: {
2435
+ readonly optional: "optional";
2436
+ readonly required: "required";
2437
+ };
2438
+ export type LaunchTemplateHttpTokensState =
2439
+ (typeof LaunchTemplateHttpTokensState)[keyof typeof LaunchTemplateHttpTokensState];
2440
+ export declare const LaunchTemplateInstanceMetadataTagsState: {
2441
+ readonly disabled: "disabled";
2442
+ readonly enabled: "enabled";
2443
+ };
2444
+ export type LaunchTemplateInstanceMetadataTagsState =
2445
+ (typeof LaunchTemplateInstanceMetadataTagsState)[keyof typeof LaunchTemplateInstanceMetadataTagsState];
2446
+ export declare const InstanceBandwidthWeighting: {
2447
+ readonly DEFAULT: "default";
2448
+ readonly EBS_1: "ebs-1";
2449
+ readonly VPC_1: "vpc-1";
2450
+ };
2451
+ export type InstanceBandwidthWeighting =
2452
+ (typeof InstanceBandwidthWeighting)[keyof typeof InstanceBandwidthWeighting];
2453
+ export declare const LaunchTemplateInstanceMetadataOptionsState: {
2454
+ readonly applied: "applied";
2455
+ readonly pending: "pending";
2456
+ };
2457
+ export type LaunchTemplateInstanceMetadataOptionsState =
2458
+ (typeof LaunchTemplateInstanceMetadataOptionsState)[keyof typeof LaunchTemplateInstanceMetadataOptionsState];
2459
+ export declare const LocalGatewayRouteState: {
2460
+ readonly active: "active";
2461
+ readonly blackhole: "blackhole";
2462
+ readonly deleted: "deleted";
2463
+ readonly deleting: "deleting";
2464
+ readonly pending: "pending";
2465
+ };
2466
+ export type LocalGatewayRouteState =
2467
+ (typeof LocalGatewayRouteState)[keyof typeof LocalGatewayRouteState];
2468
+ export declare const LocalGatewayRouteType: {
2469
+ readonly propagated: "propagated";
2470
+ readonly static: "static";
2471
+ };
2472
+ export type LocalGatewayRouteType =
2473
+ (typeof LocalGatewayRouteType)[keyof typeof LocalGatewayRouteType];
2474
+ export declare const LocalGatewayRouteTableMode: {
2475
+ readonly coip: "coip";
2476
+ readonly direct_vpc_routing: "direct-vpc-routing";
2477
+ };
2478
+ export type LocalGatewayRouteTableMode =
2479
+ (typeof LocalGatewayRouteTableMode)[keyof typeof LocalGatewayRouteTableMode];
2480
+ export declare const LocalGatewayVirtualInterfaceConfigurationState: {
2481
+ readonly available: "available";
2482
+ readonly deleted: "deleted";
2483
+ readonly deleting: "deleting";
2484
+ readonly pending: "pending";
2485
+ };
2486
+ export type LocalGatewayVirtualInterfaceConfigurationState =
2487
+ (typeof LocalGatewayVirtualInterfaceConfigurationState)[keyof typeof LocalGatewayVirtualInterfaceConfigurationState];
2488
+ export declare const LocalGatewayVirtualInterfaceGroupConfigurationState: {
2489
+ readonly available: "available";
2490
+ readonly deleted: "deleted";
2491
+ readonly deleting: "deleting";
2492
+ readonly incomplete: "incomplete";
2493
+ readonly pending: "pending";
2494
+ };
2495
+ export type LocalGatewayVirtualInterfaceGroupConfigurationState =
2496
+ (typeof LocalGatewayVirtualInterfaceGroupConfigurationState)[keyof typeof LocalGatewayVirtualInterfaceGroupConfigurationState];
2497
+ export declare const PrefixListState: {
2498
+ readonly create_complete: "create-complete";
2499
+ readonly create_failed: "create-failed";
2500
+ readonly create_in_progress: "create-in-progress";
2501
+ readonly delete_complete: "delete-complete";
2502
+ readonly delete_failed: "delete-failed";
2503
+ readonly delete_in_progress: "delete-in-progress";
2504
+ readonly modify_complete: "modify-complete";
2505
+ readonly modify_failed: "modify-failed";
2506
+ readonly modify_in_progress: "modify-in-progress";
2507
+ readonly restore_complete: "restore-complete";
2508
+ readonly restore_failed: "restore-failed";
2509
+ readonly restore_in_progress: "restore-in-progress";
2510
+ };
2511
+ export type PrefixListState =
2512
+ (typeof PrefixListState)[keyof typeof PrefixListState];
2513
+ export declare const AvailabilityMode: {
2514
+ readonly REGIONAL: "regional";
2515
+ readonly ZONAL: "zonal";
2516
+ };
2517
+ export type AvailabilityMode =
2518
+ (typeof AvailabilityMode)[keyof typeof AvailabilityMode];
2519
+ export declare const ConnectivityType: {
2520
+ readonly PRIVATE: "private";
2521
+ readonly PUBLIC: "public";
2522
+ };
2523
+ export type ConnectivityType =
2524
+ (typeof ConnectivityType)[keyof typeof ConnectivityType];
2525
+ export declare const AutoProvisionZonesState: {
2526
+ readonly DISABLED: "disabled";
2527
+ readonly ENABLED: "enabled";
2528
+ };
2529
+ export type AutoProvisionZonesState =
2530
+ (typeof AutoProvisionZonesState)[keyof typeof AutoProvisionZonesState];
2531
+ export declare const AutoScalingIpsState: {
2532
+ readonly DISABLED: "disabled";
2533
+ readonly ENABLED: "enabled";
2534
+ };
2535
+ export type AutoScalingIpsState =
2536
+ (typeof AutoScalingIpsState)[keyof typeof AutoScalingIpsState];
2537
+ export declare const NatGatewayState: {
2538
+ readonly AVAILABLE: "available";
2539
+ readonly DELETED: "deleted";
2540
+ readonly DELETING: "deleting";
2541
+ readonly FAILED: "failed";
2542
+ readonly PENDING: "pending";
2543
+ };
2544
+ export type NatGatewayState =
2545
+ (typeof NatGatewayState)[keyof typeof NatGatewayState];
2546
+ export declare const RuleAction: {
2547
+ readonly allow: "allow";
2548
+ readonly deny: "deny";
2549
+ };
2550
+ export type RuleAction = (typeof RuleAction)[keyof typeof RuleAction];
2551
+ export declare const NetworkInterfaceCreationType: {
2552
+ readonly branch: "branch";
2553
+ readonly efa: "efa";
2554
+ readonly efa_only: "efa-only";
2555
+ readonly trunk: "trunk";
2556
+ };
2557
+ export type NetworkInterfaceCreationType =
2558
+ (typeof NetworkInterfaceCreationType)[keyof typeof NetworkInterfaceCreationType];
2559
+ export declare const NetworkInterfaceType: {
2560
+ readonly api_gateway_managed: "api_gateway_managed";
2561
+ readonly aws_codestar_connections_managed: "aws_codestar_connections_managed";
2562
+ readonly branch: "branch";
2563
+ readonly efa: "efa";
2564
+ readonly efa_only: "efa-only";
2565
+ readonly gateway_load_balancer: "gateway_load_balancer";
2566
+ readonly gateway_load_balancer_endpoint: "gateway_load_balancer_endpoint";
2567
+ readonly global_accelerator_managed: "global_accelerator_managed";
2568
+ readonly interface: "interface";
2569
+ readonly iot_rules_managed: "iot_rules_managed";
2570
+ readonly lambda: "lambda";
2571
+ readonly load_balancer: "load_balancer";
2572
+ readonly natGateway: "natGateway";
2573
+ readonly network_load_balancer: "network_load_balancer";
2574
+ readonly quicksight: "quicksight";
2575
+ readonly transit_gateway: "transit_gateway";
2576
+ readonly trunk: "trunk";
2577
+ readonly vpc_endpoint: "vpc_endpoint";
2578
+ };
2579
+ export type NetworkInterfaceType =
2580
+ (typeof NetworkInterfaceType)[keyof typeof NetworkInterfaceType];
2581
+ export declare const NetworkInterfaceStatus: {
2582
+ readonly associated: "associated";
2583
+ readonly attaching: "attaching";
2584
+ readonly available: "available";
2585
+ readonly detaching: "detaching";
2586
+ readonly in_use: "in-use";
2587
+ };
2588
+ export type NetworkInterfaceStatus =
2589
+ (typeof NetworkInterfaceStatus)[keyof typeof NetworkInterfaceStatus];
2590
+ export declare const InterfacePermissionType: {
2591
+ readonly EIP_ASSOCIATE: "EIP-ASSOCIATE";
2592
+ readonly INSTANCE_ATTACH: "INSTANCE-ATTACH";
2593
+ };
2594
+ export type InterfacePermissionType =
2595
+ (typeof InterfacePermissionType)[keyof typeof InterfacePermissionType];
2596
+ export declare const NetworkInterfacePermissionStateCode: {
2597
+ readonly granted: "granted";
2598
+ readonly pending: "pending";
2599
+ readonly revoked: "revoked";
2600
+ readonly revoking: "revoking";
2601
+ };
2602
+ export type NetworkInterfacePermissionStateCode =
2603
+ (typeof NetworkInterfacePermissionStateCode)[keyof typeof NetworkInterfacePermissionStateCode];
2604
+ export declare const SpreadLevel: {
2605
+ readonly host: "host";
2606
+ readonly rack: "rack";
2607
+ };
2608
+ export type SpreadLevel = (typeof SpreadLevel)[keyof typeof SpreadLevel];
2609
+ export declare const PlacementStrategy: {
2610
+ readonly cluster: "cluster";
2611
+ readonly partition: "partition";
2612
+ readonly spread: "spread";
2613
+ };
2614
+ export type PlacementStrategy =
2615
+ (typeof PlacementStrategy)[keyof typeof PlacementStrategy];
2616
+ export declare const PlacementGroupState: {
2617
+ readonly available: "available";
2618
+ readonly deleted: "deleted";
2619
+ readonly deleting: "deleting";
2620
+ readonly pending: "pending";
2621
+ };
2622
+ export type PlacementGroupState =
2623
+ (typeof PlacementGroupState)[keyof typeof PlacementGroupState];
2624
+ export declare const ReplaceRootVolumeTaskState: {
2625
+ readonly failed: "failed";
2626
+ readonly failed_detached: "failed-detached";
2627
+ readonly failing: "failing";
2628
+ readonly in_progress: "in-progress";
2629
+ readonly pending: "pending";
2630
+ readonly succeeded: "succeeded";
2631
+ };
2632
+ export type ReplaceRootVolumeTaskState =
2633
+ (typeof ReplaceRootVolumeTaskState)[keyof typeof ReplaceRootVolumeTaskState];
2634
+ export declare const RouteServerPersistRoutesAction: {
2635
+ readonly DISABLE: "disable";
2636
+ readonly ENABLE: "enable";
2637
+ readonly RESET: "reset";
2638
+ };
2639
+ export type RouteServerPersistRoutesAction =
2640
+ (typeof RouteServerPersistRoutesAction)[keyof typeof RouteServerPersistRoutesAction];
2641
+ export declare const RouteServerPersistRoutesState: {
2642
+ readonly DISABLED: "disabled";
2643
+ readonly DISABLING: "disabling";
2644
+ readonly ENABLED: "enabled";
2645
+ readonly ENABLING: "enabling";
2646
+ readonly MODIFYING: "modifying";
2647
+ readonly RESETTING: "resetting";
2648
+ };
2649
+ export type RouteServerPersistRoutesState =
2650
+ (typeof RouteServerPersistRoutesState)[keyof typeof RouteServerPersistRoutesState];
2651
+ export declare const RouteServerState: {
2652
+ readonly AVAILABLE: "available";
2653
+ readonly DELETED: "deleted";
2654
+ readonly DELETING: "deleting";
2655
+ readonly MODIFYING: "modifying";
2656
+ readonly PENDING: "pending";
2657
+ };
2658
+ export type RouteServerState =
2659
+ (typeof RouteServerState)[keyof typeof RouteServerState];
2660
+ export declare const RouteServerEndpointState: {
2661
+ readonly AVAILABLE: "available";
2662
+ readonly DELETED: "deleted";
2663
+ readonly DELETE_FAILED: "delete-failed";
2664
+ readonly DELETING: "deleting";
2665
+ readonly FAILED: "failed";
2666
+ readonly FAILING: "failing";
2667
+ readonly PENDING: "pending";
2668
+ };
2669
+ export type RouteServerEndpointState =
2670
+ (typeof RouteServerEndpointState)[keyof typeof RouteServerEndpointState];
2671
+ export declare const RouteServerPeerLivenessMode: {
2672
+ readonly BFD: "bfd";
2673
+ readonly BGP_KEEPALIVE: "bgp-keepalive";
2674
+ };
2675
+ export type RouteServerPeerLivenessMode =
2676
+ (typeof RouteServerPeerLivenessMode)[keyof typeof RouteServerPeerLivenessMode];
2677
+ export declare const RouteServerBfdState: {
2678
+ readonly DOWN: "down";
2679
+ readonly UP: "up";
2680
+ };
2681
+ export type RouteServerBfdState =
2682
+ (typeof RouteServerBfdState)[keyof typeof RouteServerBfdState];
2683
+ export declare const RouteServerBgpState: {
2684
+ readonly DOWN: "down";
2685
+ readonly UP: "up";
2686
+ };
2687
+ export type RouteServerBgpState =
2688
+ (typeof RouteServerBgpState)[keyof typeof RouteServerBgpState];
2689
+ export declare const RouteServerPeerState: {
2690
+ readonly AVAILABLE: "available";
2691
+ readonly DELETED: "deleted";
2692
+ readonly DELETING: "deleting";
2693
+ readonly FAILED: "failed";
2694
+ readonly FAILING: "failing";
2695
+ readonly PENDING: "pending";
2696
+ };
2697
+ export type RouteServerPeerState =
2698
+ (typeof RouteServerPeerState)[keyof typeof RouteServerPeerState];
2699
+ export declare const RouteOrigin: {
2700
+ readonly Advertisement: "Advertisement";
2701
+ readonly CreateRoute: "CreateRoute";
2702
+ readonly CreateRouteTable: "CreateRouteTable";
2703
+ readonly EnableVgwRoutePropagation: "EnableVgwRoutePropagation";
2704
+ };
2705
+ export type RouteOrigin = (typeof RouteOrigin)[keyof typeof RouteOrigin];
2706
+ export declare const RouteState: {
2707
+ readonly active: "active";
2708
+ readonly blackhole: "blackhole";
2709
+ readonly filtered: "filtered";
2710
+ };
2711
+ export type RouteState = (typeof RouteState)[keyof typeof RouteState];
2712
+ export declare const SnapshotState: {
2713
+ readonly completed: "completed";
2714
+ readonly error: "error";
2715
+ readonly pending: "pending";
2716
+ readonly recoverable: "recoverable";
2717
+ readonly recovering: "recovering";
2718
+ };
2719
+ export type SnapshotState = (typeof SnapshotState)[keyof typeof SnapshotState];
2720
+ export declare const StorageTier: {
2721
+ readonly archive: "archive";
2722
+ readonly standard: "standard";
2723
+ };
2724
+ export type StorageTier = (typeof StorageTier)[keyof typeof StorageTier];
2725
+ export declare const TransferType: {
2726
+ readonly standard: "standard";
2727
+ readonly time_based: "time-based";
2728
+ };
2729
+ export type TransferType = (typeof TransferType)[keyof typeof TransferType];
2730
+ export declare const CopyTagsFromSource: {
2731
+ readonly volume: "volume";
2732
+ };
2733
+ export type CopyTagsFromSource =
2734
+ (typeof CopyTagsFromSource)[keyof typeof CopyTagsFromSource];
2735
+ export declare const DatafeedSubscriptionState: {
2736
+ readonly Active: "Active";
2737
+ readonly Inactive: "Inactive";
2738
+ };
2739
+ export type DatafeedSubscriptionState =
2740
+ (typeof DatafeedSubscriptionState)[keyof typeof DatafeedSubscriptionState];
2741
+ export declare const SubnetCidrReservationType: {
2742
+ readonly explicit: "explicit";
2743
+ readonly prefix: "prefix";
2744
+ };
2745
+ export type SubnetCidrReservationType =
2746
+ (typeof SubnetCidrReservationType)[keyof typeof SubnetCidrReservationType];
2747
+ export declare const TrafficMirrorRuleAction: {
2748
+ readonly accept: "accept";
2749
+ readonly reject: "reject";
2750
+ };
2751
+ export type TrafficMirrorRuleAction =
2752
+ (typeof TrafficMirrorRuleAction)[keyof typeof TrafficMirrorRuleAction];
2753
+ export declare const TrafficDirection: {
2754
+ readonly egress: "egress";
2755
+ readonly ingress: "ingress";
2756
+ };
2757
+ export type TrafficDirection =
2758
+ (typeof TrafficDirection)[keyof typeof TrafficDirection];
2759
+ export declare const TrafficMirrorNetworkService: {
2760
+ readonly amazon_dns: "amazon-dns";
2761
+ };
2762
+ export type TrafficMirrorNetworkService =
2763
+ (typeof TrafficMirrorNetworkService)[keyof typeof TrafficMirrorNetworkService];
2764
+ export declare const TrafficMirrorTargetType: {
2765
+ readonly gateway_load_balancer_endpoint: "gateway-load-balancer-endpoint";
2766
+ readonly network_interface: "network-interface";
2767
+ readonly network_load_balancer: "network-load-balancer";
2768
+ };
2769
+ export type TrafficMirrorTargetType =
2770
+ (typeof TrafficMirrorTargetType)[keyof typeof TrafficMirrorTargetType];
2771
+ export declare const AutoAcceptSharedAttachmentsValue: {
2772
+ readonly disable: "disable";
2773
+ readonly enable: "enable";
2774
+ };
2775
+ export type AutoAcceptSharedAttachmentsValue =
2776
+ (typeof AutoAcceptSharedAttachmentsValue)[keyof typeof AutoAcceptSharedAttachmentsValue];
2777
+ export declare const DefaultRouteTableAssociationValue: {
2778
+ readonly disable: "disable";
2779
+ readonly enable: "enable";
2780
+ };
2781
+ export type DefaultRouteTableAssociationValue =
2782
+ (typeof DefaultRouteTableAssociationValue)[keyof typeof DefaultRouteTableAssociationValue];
2783
+ export declare const DefaultRouteTablePropagationValue: {
2784
+ readonly disable: "disable";
2785
+ readonly enable: "enable";
2786
+ };
2787
+ export type DefaultRouteTablePropagationValue =
2788
+ (typeof DefaultRouteTablePropagationValue)[keyof typeof DefaultRouteTablePropagationValue];
2789
+ export declare const MulticastSupportValue: {
2790
+ readonly disable: "disable";
2791
+ readonly enable: "enable";
2792
+ };
2793
+ export type MulticastSupportValue =
2794
+ (typeof MulticastSupportValue)[keyof typeof MulticastSupportValue];
2795
+ export declare const VpnEcmpSupportValue: {
2796
+ readonly disable: "disable";
2797
+ readonly enable: "enable";
2798
+ };
2799
+ export type VpnEcmpSupportValue =
2800
+ (typeof VpnEcmpSupportValue)[keyof typeof VpnEcmpSupportValue];
2801
+ export declare const TransitGatewayState: {
2802
+ readonly available: "available";
2803
+ readonly deleted: "deleted";
2804
+ readonly deleting: "deleting";
2805
+ readonly modifying: "modifying";
2806
+ readonly pending: "pending";
2807
+ };
2808
+ export type TransitGatewayState =
2809
+ (typeof TransitGatewayState)[keyof typeof TransitGatewayState];
2810
+ export declare const ProtocolValue: {
2811
+ readonly gre: "gre";
2812
+ };
2813
+ export type ProtocolValue = (typeof ProtocolValue)[keyof typeof ProtocolValue];
2814
+ export declare const BgpStatus: {
2815
+ readonly down: "down";
2816
+ readonly up: "up";
2817
+ };
2818
+ export type BgpStatus = (typeof BgpStatus)[keyof typeof BgpStatus];
2819
+ export declare const TransitGatewayConnectPeerState: {
2820
+ readonly available: "available";
2821
+ readonly deleted: "deleted";
2822
+ readonly deleting: "deleting";
2823
+ readonly pending: "pending";
2824
+ };
2825
+ export type TransitGatewayConnectPeerState =
2826
+ (typeof TransitGatewayConnectPeerState)[keyof typeof TransitGatewayConnectPeerState];
2827
+ export declare const AutoAcceptSharedAssociationsValue: {
2828
+ readonly disable: "disable";
2829
+ readonly enable: "enable";
2830
+ };
2831
+ export type AutoAcceptSharedAssociationsValue =
2832
+ (typeof AutoAcceptSharedAssociationsValue)[keyof typeof AutoAcceptSharedAssociationsValue];
2833
+ export declare const Igmpv2SupportValue: {
2834
+ readonly disable: "disable";
2835
+ readonly enable: "enable";
2836
+ };
2837
+ export type Igmpv2SupportValue =
2838
+ (typeof Igmpv2SupportValue)[keyof typeof Igmpv2SupportValue];
2839
+ export declare const StaticSourcesSupportValue: {
2840
+ readonly disable: "disable";
2841
+ readonly enable: "enable";
2842
+ };
2843
+ export type StaticSourcesSupportValue =
2844
+ (typeof StaticSourcesSupportValue)[keyof typeof StaticSourcesSupportValue];
2845
+ export declare const TransitGatewayMulticastDomainState: {
2846
+ readonly available: "available";
2847
+ readonly deleted: "deleted";
2848
+ readonly deleting: "deleting";
2849
+ readonly pending: "pending";
2850
+ };
2851
+ export type TransitGatewayMulticastDomainState =
2852
+ (typeof TransitGatewayMulticastDomainState)[keyof typeof TransitGatewayMulticastDomainState];
2853
+ export declare const TransitGatewayPolicyTableState: {
2854
+ readonly available: "available";
2855
+ readonly deleted: "deleted";
2856
+ readonly deleting: "deleting";
2857
+ readonly pending: "pending";
2858
+ };
2859
+ export type TransitGatewayPolicyTableState =
2860
+ (typeof TransitGatewayPolicyTableState)[keyof typeof TransitGatewayPolicyTableState];
2861
+ export declare const TransitGatewayPrefixListReferenceState: {
2862
+ readonly available: "available";
2863
+ readonly deleting: "deleting";
2864
+ readonly modifying: "modifying";
2865
+ readonly pending: "pending";
2866
+ };
2867
+ export type TransitGatewayPrefixListReferenceState =
2868
+ (typeof TransitGatewayPrefixListReferenceState)[keyof typeof TransitGatewayPrefixListReferenceState];
2869
+ export declare const TransitGatewayRouteState: {
2870
+ readonly active: "active";
2871
+ readonly blackhole: "blackhole";
2872
+ readonly deleted: "deleted";
2873
+ readonly deleting: "deleting";
2874
+ readonly pending: "pending";
2875
+ };
2876
+ export type TransitGatewayRouteState =
2877
+ (typeof TransitGatewayRouteState)[keyof typeof TransitGatewayRouteState];
2878
+ export declare const TransitGatewayRouteType: {
2879
+ readonly propagated: "propagated";
2880
+ readonly static: "static";
2881
+ };
2882
+ export type TransitGatewayRouteType =
2883
+ (typeof TransitGatewayRouteType)[keyof typeof TransitGatewayRouteType];
2884
+ export declare const TransitGatewayRouteTableState: {
2885
+ readonly available: "available";
2886
+ readonly deleted: "deleted";
2887
+ readonly deleting: "deleting";
2888
+ readonly pending: "pending";
2889
+ };
2890
+ export type TransitGatewayRouteTableState =
2891
+ (typeof TransitGatewayRouteTableState)[keyof typeof TransitGatewayRouteTableState];
2892
+ export declare const TransitGatewayRouteTableAnnouncementDirection: {
2893
+ readonly incoming: "incoming";
2894
+ readonly outgoing: "outgoing";
2895
+ };
2896
+ export type TransitGatewayRouteTableAnnouncementDirection =
2897
+ (typeof TransitGatewayRouteTableAnnouncementDirection)[keyof typeof TransitGatewayRouteTableAnnouncementDirection];
2898
+ export declare const TransitGatewayRouteTableAnnouncementState: {
2899
+ readonly available: "available";
2900
+ readonly deleted: "deleted";
2901
+ readonly deleting: "deleting";
2902
+ readonly failed: "failed";
2903
+ readonly failing: "failing";
2904
+ readonly pending: "pending";
2905
+ };
2906
+ export type TransitGatewayRouteTableAnnouncementState =
2907
+ (typeof TransitGatewayRouteTableAnnouncementState)[keyof typeof TransitGatewayRouteTableAnnouncementState];
2908
+ export declare const VerifiedAccessEndpointAttachmentType: {
2909
+ readonly vpc: "vpc";
2910
+ };
2911
+ export type VerifiedAccessEndpointAttachmentType =
2912
+ (typeof VerifiedAccessEndpointAttachmentType)[keyof typeof VerifiedAccessEndpointAttachmentType];
2913
+ export declare const VerifiedAccessEndpointProtocol: {
2914
+ readonly http: "http";
2915
+ readonly https: "https";
2916
+ readonly tcp: "tcp";
2917
+ };
2918
+ export type VerifiedAccessEndpointProtocol =
2919
+ (typeof VerifiedAccessEndpointProtocol)[keyof typeof VerifiedAccessEndpointProtocol];
2920
+ export declare const VerifiedAccessEndpointType: {
2921
+ readonly cidr: "cidr";
2922
+ readonly load_balancer: "load-balancer";
2923
+ readonly network_interface: "network-interface";
2924
+ readonly rds: "rds";
2925
+ };
2926
+ export type VerifiedAccessEndpointType =
2927
+ (typeof VerifiedAccessEndpointType)[keyof typeof VerifiedAccessEndpointType];
2928
+ export declare const VerifiedAccessEndpointStatusCode: {
2929
+ readonly active: "active";
2930
+ readonly deleted: "deleted";
2931
+ readonly deleting: "deleting";
2932
+ readonly pending: "pending";
2933
+ readonly updating: "updating";
2934
+ };
2935
+ export type VerifiedAccessEndpointStatusCode =
2936
+ (typeof VerifiedAccessEndpointStatusCode)[keyof typeof VerifiedAccessEndpointStatusCode];
2937
+ export declare const InternetGatewayExclusionMode: {
2938
+ readonly allow_bidirectional: "allow-bidirectional";
2939
+ readonly allow_egress: "allow-egress";
2940
+ };
2941
+ export type InternetGatewayExclusionMode =
2942
+ (typeof InternetGatewayExclusionMode)[keyof typeof InternetGatewayExclusionMode];
2943
+ export declare const VpcBlockPublicAccessExclusionState: {
2944
+ readonly create_complete: "create-complete";
2945
+ readonly create_failed: "create-failed";
2946
+ readonly create_in_progress: "create-in-progress";
2947
+ readonly delete_complete: "delete-complete";
2948
+ readonly delete_in_progress: "delete-in-progress";
2949
+ readonly disable_complete: "disable-complete";
2950
+ readonly disable_in_progress: "disable-in-progress";
2951
+ readonly update_complete: "update-complete";
2952
+ readonly update_failed: "update-failed";
2953
+ readonly update_in_progress: "update-in-progress";
2954
+ };
2955
+ export type VpcBlockPublicAccessExclusionState =
2956
+ (typeof VpcBlockPublicAccessExclusionState)[keyof typeof VpcBlockPublicAccessExclusionState];
2957
+ export declare const DnsRecordIpType: {
2958
+ readonly dualstack: "dualstack";
2959
+ readonly ipv4: "ipv4";
2960
+ readonly ipv6: "ipv6";
2961
+ readonly service_defined: "service-defined";
2962
+ };
2963
+ export type DnsRecordIpType =
2964
+ (typeof DnsRecordIpType)[keyof typeof DnsRecordIpType];
2965
+ export declare const VpcEndpointType: {
2966
+ readonly Gateway: "Gateway";
2967
+ readonly GatewayLoadBalancer: "GatewayLoadBalancer";
2968
+ readonly Interface: "Interface";
2969
+ readonly Resource: "Resource";
2970
+ readonly ServiceNetwork: "ServiceNetwork";
2971
+ };
2972
+ export type VpcEndpointType =
2973
+ (typeof VpcEndpointType)[keyof typeof VpcEndpointType];
2974
+ export declare const State: {
2975
+ readonly Available: "Available";
2976
+ readonly Deleted: "Deleted";
2977
+ readonly Deleting: "Deleting";
2978
+ readonly Expired: "Expired";
2979
+ readonly Failed: "Failed";
2980
+ readonly Partial: "Partial";
2981
+ readonly Pending: "Pending";
2982
+ readonly PendingAcceptance: "PendingAcceptance";
2983
+ readonly Rejected: "Rejected";
2984
+ };
2985
+ export type State = (typeof State)[keyof typeof State];
2986
+ export declare const ConnectionNotificationState: {
2987
+ readonly Disabled: "Disabled";
2988
+ readonly Enabled: "Enabled";
2989
+ };
2990
+ export type ConnectionNotificationState =
2991
+ (typeof ConnectionNotificationState)[keyof typeof ConnectionNotificationState];
2992
+ export declare const ConnectionNotificationType: {
2993
+ readonly Topic: "Topic";
2994
+ };
2995
+ export type ConnectionNotificationType =
2996
+ (typeof ConnectionNotificationType)[keyof typeof ConnectionNotificationType];
2997
+ export declare const PayerResponsibility: {
2998
+ readonly ServiceOwner: "ServiceOwner";
2999
+ };
3000
+ export type PayerResponsibility =
3001
+ (typeof PayerResponsibility)[keyof typeof PayerResponsibility];
3002
+ export declare const DnsNameState: {
3003
+ readonly Failed: "failed";
3004
+ readonly PendingVerification: "pendingVerification";
3005
+ readonly Verified: "verified";
3006
+ };
3007
+ export type DnsNameState = (typeof DnsNameState)[keyof typeof DnsNameState];
3008
+ export declare const ServiceState: {
3009
+ readonly Available: "Available";
3010
+ readonly Deleted: "Deleted";
3011
+ readonly Deleting: "Deleting";
3012
+ readonly Failed: "Failed";
3013
+ readonly Pending: "Pending";
3014
+ };
3015
+ export type ServiceState = (typeof ServiceState)[keyof typeof ServiceState];
3016
+ export declare const ServiceType: {
3017
+ readonly Gateway: "Gateway";
3018
+ readonly GatewayLoadBalancer: "GatewayLoadBalancer";
3019
+ readonly Interface: "Interface";
3020
+ };
3021
+ export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
3022
+ export declare const ServiceConnectivityType: {
3023
+ readonly ipv4: "ipv4";
3024
+ readonly ipv6: "ipv6";
3025
+ };
3026
+ export type ServiceConnectivityType =
3027
+ (typeof ServiceConnectivityType)[keyof typeof ServiceConnectivityType];
3028
+ export declare const VpnConcentratorType: {
3029
+ readonly ipsec_1: "ipsec.1";
3030
+ };
3031
+ export type VpnConcentratorType =
3032
+ (typeof VpnConcentratorType)[keyof typeof VpnConcentratorType];
3033
+ export declare const VpnTunnelBandwidth: {
3034
+ readonly large: "large";
3035
+ readonly standard: "standard";
3036
+ };
3037
+ export type VpnTunnelBandwidth =
3038
+ (typeof VpnTunnelBandwidth)[keyof typeof VpnTunnelBandwidth];
3039
+ export declare const TunnelInsideIpVersion: {
3040
+ readonly ipv4: "ipv4";
3041
+ readonly ipv6: "ipv6";
3042
+ };
3043
+ export type TunnelInsideIpVersion =
3044
+ (typeof TunnelInsideIpVersion)[keyof typeof TunnelInsideIpVersion];
3045
+ export declare const GatewayAssociationState: {
3046
+ readonly associated: "associated";
3047
+ readonly associating: "associating";
3048
+ readonly disassociating: "disassociating";
3049
+ readonly not_associated: "not-associated";
3050
+ };
3051
+ export type GatewayAssociationState =
3052
+ (typeof GatewayAssociationState)[keyof typeof GatewayAssociationState];
3053
+ export declare const VpnStaticRouteSource: {
3054
+ readonly Static: "Static";
3055
+ };
3056
+ export type VpnStaticRouteSource =
3057
+ (typeof VpnStaticRouteSource)[keyof typeof VpnStaticRouteSource];
3058
+ export declare const VpnState: {
3059
+ readonly available: "available";
3060
+ readonly deleted: "deleted";
3061
+ readonly deleting: "deleting";
3062
+ readonly pending: "pending";
3063
+ };
3064
+ export type VpnState = (typeof VpnState)[keyof typeof VpnState];
3065
+ export declare const TelemetryStatus: {
3066
+ readonly DOWN: "DOWN";
3067
+ readonly UP: "UP";
3068
+ };
3069
+ export type TelemetryStatus =
3070
+ (typeof TelemetryStatus)[keyof typeof TelemetryStatus];
3071
+ export declare const FleetStateCode: {
3072
+ readonly ACTIVE: "active";
3073
+ readonly DELETED: "deleted";
3074
+ readonly DELETED_RUNNING: "deleted_running";
3075
+ readonly DELETED_TERMINATING_INSTANCES: "deleted_terminating";
3076
+ readonly FAILED: "failed";
3077
+ readonly MODIFYING: "modifying";
3078
+ readonly SUBMITTED: "submitted";
3079
+ };
3080
+ export type FleetStateCode =
3081
+ (typeof FleetStateCode)[keyof typeof FleetStateCode];
3082
+ export declare const DeleteFleetErrorCode: {
3083
+ readonly FLEET_ID_DOES_NOT_EXIST: "fleetIdDoesNotExist";
3084
+ readonly FLEET_ID_MALFORMED: "fleetIdMalformed";
3085
+ readonly FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState";
3086
+ readonly UNEXPECTED_ERROR: "unexpectedError";
3087
+ };
3088
+ export type DeleteFleetErrorCode =
3089
+ (typeof DeleteFleetErrorCode)[keyof typeof DeleteFleetErrorCode];
3090
+ export declare const LaunchTemplateErrorCode: {
3091
+ readonly LAUNCH_TEMPLATE_ID_DOES_NOT_EXIST: "launchTemplateIdDoesNotExist";
3092
+ readonly LAUNCH_TEMPLATE_ID_MALFORMED: "launchTemplateIdMalformed";
3093
+ readonly LAUNCH_TEMPLATE_NAME_DOES_NOT_EXIST: "launchTemplateNameDoesNotExist";
3094
+ readonly LAUNCH_TEMPLATE_NAME_MALFORMED: "launchTemplateNameMalformed";
3095
+ readonly LAUNCH_TEMPLATE_VERSION_DOES_NOT_EXIST: "launchTemplateVersionDoesNotExist";
3096
+ readonly UNEXPECTED_ERROR: "unexpectedError";
3097
+ };
3098
+ export type LaunchTemplateErrorCode =
3099
+ (typeof LaunchTemplateErrorCode)[keyof typeof LaunchTemplateErrorCode];
3100
+ export declare const DeleteQueuedReservedInstancesErrorCode: {
3101
+ readonly RESERVED_INSTANCES_ID_INVALID: "reserved-instances-id-invalid";
3102
+ readonly RESERVED_INSTANCES_NOT_IN_QUEUED_STATE: "reserved-instances-not-in-queued-state";
3103
+ readonly UNEXPECTED_ERROR: "unexpected-error";
3104
+ };
3105
+ export type DeleteQueuedReservedInstancesErrorCode =
3106
+ (typeof DeleteQueuedReservedInstancesErrorCode)[keyof typeof DeleteQueuedReservedInstancesErrorCode];
3107
+ export declare const AsnState: {
3108
+ readonly deprovisioned: "deprovisioned";
3109
+ readonly failed_deprovision: "failed-deprovision";
3110
+ readonly failed_provision: "failed-provision";
3111
+ readonly pending_deprovision: "pending-deprovision";
3112
+ readonly pending_provision: "pending-provision";
3113
+ readonly provisioned: "provisioned";
3114
+ };
3115
+ export type AsnState = (typeof AsnState)[keyof typeof AsnState];
3116
+ export declare const IpamPoolCidrFailureCode: {
3117
+ readonly cidr_not_available: "cidr-not-available";
3118
+ readonly limit_exceeded: "limit-exceeded";
3119
+ };
3120
+ export type IpamPoolCidrFailureCode =
3121
+ (typeof IpamPoolCidrFailureCode)[keyof typeof IpamPoolCidrFailureCode];
3122
+ export declare const IpamPoolCidrState: {
3123
+ readonly deprovisioned: "deprovisioned";
3124
+ readonly failed_deprovision: "failed-deprovision";
3125
+ readonly failed_import: "failed-import";
3126
+ readonly failed_provision: "failed-provision";
3127
+ readonly pending_deprovision: "pending-deprovision";
3128
+ readonly pending_import: "pending-import";
3129
+ readonly pending_provision: "pending-provision";
3130
+ readonly provisioned: "provisioned";
3131
+ };
3132
+ export type IpamPoolCidrState =
3133
+ (typeof IpamPoolCidrState)[keyof typeof IpamPoolCidrState];
3134
+ export declare const SnapshotReturnCodes: {
3135
+ readonly ERROR_CODE_CLIENT_ERROR: "client-error";
3136
+ readonly ERROR_CODE_INTERNAL_ERROR: "internal-error";
3137
+ readonly ERROR_MISSING_PERMISSIONS: "missing-permissions";
3138
+ readonly SUCCESS: "success";
3139
+ readonly WARN_SKIPPED: "skipped";
3140
+ };
3141
+ export type SnapshotReturnCodes =
3142
+ (typeof SnapshotReturnCodes)[keyof typeof SnapshotReturnCodes];
3143
+ export declare const AvailabilityZoneOptInStatus: {
3144
+ readonly not_opted_in: "not-opted-in";
3145
+ readonly opt_in_not_required: "opt-in-not-required";
3146
+ readonly opted_in: "opted-in";
3147
+ };
3148
+ export type AvailabilityZoneOptInStatus =
3149
+ (typeof AvailabilityZoneOptInStatus)[keyof typeof AvailabilityZoneOptInStatus];
3150
+ export declare const AvailabilityZoneState: {
3151
+ readonly available: "available";
3152
+ readonly constrained: "constrained";
3153
+ readonly impaired: "impaired";
3154
+ readonly information: "information";
3155
+ readonly unavailable: "unavailable";
3156
+ };
3157
+ export type AvailabilityZoneState =
3158
+ (typeof AvailabilityZoneState)[keyof typeof AvailabilityZoneState];
3159
+ export declare const MetricType: {
3160
+ readonly aggregate_latency: "aggregate-latency";
3161
+ };
3162
+ export type MetricType = (typeof MetricType)[keyof typeof MetricType];
3163
+ export declare const PeriodType: {
3164
+ readonly fifteen_minutes: "fifteen-minutes";
3165
+ readonly five_minutes: "five-minutes";
3166
+ readonly one_day: "one-day";
3167
+ readonly one_hour: "one-hour";
3168
+ readonly one_week: "one-week";
3169
+ readonly three_hours: "three-hours";
3170
+ };
3171
+ export type PeriodType = (typeof PeriodType)[keyof typeof PeriodType];
3172
+ export declare const StatisticType: {
3173
+ readonly p50: "p50";
3174
+ };
3175
+ export type StatisticType = (typeof StatisticType)[keyof typeof StatisticType];
3176
+ export declare const CapacityBlockExtensionStatus: {
3177
+ readonly PAYMENT_FAILED: "payment-failed";
3178
+ readonly PAYMENT_PENDING: "payment-pending";
3179
+ readonly PAYMENT_SUCCEEDED: "payment-succeeded";
3180
+ };
3181
+ export type CapacityBlockExtensionStatus =
3182
+ (typeof CapacityBlockExtensionStatus)[keyof typeof CapacityBlockExtensionStatus];
3183
+ export declare const CapacityBlockResourceState: {
3184
+ readonly active: "active";
3185
+ readonly cancelled: "cancelled";
3186
+ readonly expired: "expired";
3187
+ readonly failed: "failed";
3188
+ readonly payment_failed: "payment-failed";
3189
+ readonly payment_pending: "payment-pending";
3190
+ readonly scheduled: "scheduled";
3191
+ readonly unavailable: "unavailable";
3192
+ };
3193
+ export type CapacityBlockResourceState =
3194
+ (typeof CapacityBlockResourceState)[keyof typeof CapacityBlockResourceState];
3195
+ export declare const CapacityBlockInterconnectStatus: {
3196
+ readonly impaired: "impaired";
3197
+ readonly insufficient_data: "insufficient-data";
3198
+ readonly ok: "ok";
3199
+ };
3200
+ export type CapacityBlockInterconnectStatus =
3201
+ (typeof CapacityBlockInterconnectStatus)[keyof typeof CapacityBlockInterconnectStatus];
3202
+ export declare const CapacityManagerDataExportStatus: {
3203
+ readonly DELIVERED: "delivered";
3204
+ readonly FAILED: "failed";
3205
+ readonly IN_PROGRESS: "in-progress";
3206
+ readonly PENDING: "pending";
3207
+ };
3208
+ export type CapacityManagerDataExportStatus =
3209
+ (typeof CapacityManagerDataExportStatus)[keyof typeof CapacityManagerDataExportStatus];
3210
+ export declare const CallerRole: {
3211
+ readonly odcr_owner: "odcr-owner";
3212
+ readonly unused_reservation_billing_owner: "unused-reservation-billing-owner";
3213
+ };
3214
+ export type CallerRole = (typeof CallerRole)[keyof typeof CallerRole];
3215
+ export declare const CapacityReservationBillingRequestStatus: {
3216
+ readonly accepted: "accepted";
3217
+ readonly cancelled: "cancelled";
3218
+ readonly expired: "expired";
3219
+ readonly pending: "pending";
3220
+ readonly rejected: "rejected";
3221
+ readonly revoked: "revoked";
3222
+ };
3223
+ export type CapacityReservationBillingRequestStatus =
3224
+ (typeof CapacityReservationBillingRequestStatus)[keyof typeof CapacityReservationBillingRequestStatus];
3225
+ export declare const ClientVpnConnectionStatusCode: {
3226
+ readonly active: "active";
3227
+ readonly failed_to_terminate: "failed-to-terminate";
3228
+ readonly terminated: "terminated";
3229
+ readonly terminating: "terminating";
3230
+ };
3231
+ export type ClientVpnConnectionStatusCode =
3232
+ (typeof ClientVpnConnectionStatusCode)[keyof typeof ClientVpnConnectionStatusCode];
3233
+ export declare const AssociatedNetworkType: {
3234
+ readonly vpc: "vpc";
3235
+ };
3236
+ export type AssociatedNetworkType =
3237
+ (typeof AssociatedNetworkType)[keyof typeof AssociatedNetworkType];
3238
+ export declare const ClientVpnEndpointAttributeStatusCode: {
3239
+ readonly applied: "applied";
3240
+ readonly applying: "applying";
3241
+ };
3242
+ export type ClientVpnEndpointAttributeStatusCode =
3243
+ (typeof ClientVpnEndpointAttributeStatusCode)[keyof typeof ClientVpnEndpointAttributeStatusCode];
3244
+ export declare const VpnProtocol: {
3245
+ readonly openvpn: "openvpn";
3246
+ };
3247
+ export type VpnProtocol = (typeof VpnProtocol)[keyof typeof VpnProtocol];
3248
+ export declare const ConversionTaskState: {
3249
+ readonly active: "active";
3250
+ readonly cancelled: "cancelled";
3251
+ readonly cancelling: "cancelling";
3252
+ readonly completed: "completed";
3253
+ };
3254
+ export type ConversionTaskState =
3255
+ (typeof ConversionTaskState)[keyof typeof ConversionTaskState];
3256
+ export declare const ReportState: {
3257
+ readonly cancelled: "cancelled";
3258
+ readonly complete: "complete";
3259
+ readonly error: "error";
3260
+ readonly running: "running";
3261
+ };
3262
+ export type ReportState = (typeof ReportState)[keyof typeof ReportState];
3263
+ export declare const ElasticGpuStatus: {
3264
+ readonly Impaired: "IMPAIRED";
3265
+ readonly Ok: "OK";
3266
+ };
3267
+ export type ElasticGpuStatus =
3268
+ (typeof ElasticGpuStatus)[keyof typeof ElasticGpuStatus];
3269
+ export declare const ElasticGpuState: {
3270
+ readonly Attached: "ATTACHED";
3271
+ };
3272
+ export type ElasticGpuState =
3273
+ (typeof ElasticGpuState)[keyof typeof ElasticGpuState];
3274
+ export declare const FastLaunchResourceType: {
3275
+ readonly SNAPSHOT: "snapshot";
3276
+ };
3277
+ export type FastLaunchResourceType =
3278
+ (typeof FastLaunchResourceType)[keyof typeof FastLaunchResourceType];
3279
+ export declare const FastLaunchStateCode: {
3280
+ readonly disabling: "disabling";
3281
+ readonly disabling_failed: "disabling-failed";
3282
+ readonly enabled: "enabled";
3283
+ readonly enabled_failed: "enabled-failed";
3284
+ readonly enabling: "enabling";
3285
+ readonly enabling_failed: "enabling-failed";
3286
+ };
3287
+ export type FastLaunchStateCode =
3288
+ (typeof FastLaunchStateCode)[keyof typeof FastLaunchStateCode];
3289
+ export declare const FastSnapshotRestoreStateCode: {
3290
+ readonly disabled: "disabled";
3291
+ readonly disabling: "disabling";
3292
+ readonly enabled: "enabled";
3293
+ readonly enabling: "enabling";
3294
+ readonly optimizing: "optimizing";
3295
+ };
3296
+ export type FastSnapshotRestoreStateCode =
3297
+ (typeof FastSnapshotRestoreStateCode)[keyof typeof FastSnapshotRestoreStateCode];
3298
+ export declare const FleetEventType: {
3299
+ readonly FLEET_CHANGE: "fleet-change";
3300
+ readonly INSTANCE_CHANGE: "instance-change";
3301
+ readonly SERVICE_ERROR: "service-error";
3302
+ };
3303
+ export type FleetEventType =
3304
+ (typeof FleetEventType)[keyof typeof FleetEventType];
3305
+ export declare const FleetActivityStatus: {
3306
+ readonly ERROR: "error";
3307
+ readonly FULFILLED: "fulfilled";
3308
+ readonly PENDING_FULFILLMENT: "pending_fulfillment";
3309
+ readonly PENDING_TERMINATION: "pending_termination";
3310
+ };
3311
+ export type FleetActivityStatus =
3312
+ (typeof FleetActivityStatus)[keyof typeof FleetActivityStatus];
3313
+ export declare const FpgaImageAttributeName: {
3314
+ readonly description: "description";
3315
+ readonly loadPermission: "loadPermission";
3316
+ readonly name: "name";
3317
+ readonly productCodes: "productCodes";
3318
+ };
3319
+ export type FpgaImageAttributeName =
3320
+ (typeof FpgaImageAttributeName)[keyof typeof FpgaImageAttributeName];
3321
+ export declare const PermissionGroup: {
3322
+ readonly all: "all";
3323
+ };
3324
+ export type PermissionGroup =
3325
+ (typeof PermissionGroup)[keyof typeof PermissionGroup];
3326
+ export declare const ProductCodeValues: {
3327
+ readonly devpay: "devpay";
3328
+ readonly marketplace: "marketplace";
3329
+ };
3330
+ export type ProductCodeValues =
3331
+ (typeof ProductCodeValues)[keyof typeof ProductCodeValues];
3332
+ export declare const FpgaImageStateCode: {
3333
+ readonly available: "available";
3334
+ readonly failed: "failed";
3335
+ readonly pending: "pending";
3336
+ readonly unavailable: "unavailable";
3337
+ };
3338
+ export type FpgaImageStateCode =
3339
+ (typeof FpgaImageStateCode)[keyof typeof FpgaImageStateCode];
3340
+ export declare const PaymentOption: {
3341
+ readonly ALL_UPFRONT: "AllUpfront";
3342
+ readonly NO_UPFRONT: "NoUpfront";
3343
+ readonly PARTIAL_UPFRONT: "PartialUpfront";
3344
+ };
3345
+ export type PaymentOption = (typeof PaymentOption)[keyof typeof PaymentOption];
3346
+ export declare const ReservationState: {
3347
+ readonly ACTIVE: "active";
3348
+ readonly CANCELLED: "cancelled";
3349
+ readonly DELAYED: "delayed";
3350
+ readonly EXPIRED: "expired";
3351
+ readonly FAILED: "failed";
3352
+ readonly PAYMENT_FAILED: "payment-failed";
3353
+ readonly PAYMENT_PENDING: "payment-pending";
3354
+ readonly PENDING: "pending";
3355
+ readonly RETIRED: "retired";
3356
+ readonly SCHEDULED: "scheduled";
3357
+ readonly UNSUPPORTED: "unsupported";
3358
+ };
3359
+ export type ReservationState =
3360
+ (typeof ReservationState)[keyof typeof ReservationState];
3361
+ export declare const ImageAttributeName: {
3362
+ readonly blockDeviceMapping: "blockDeviceMapping";
3363
+ readonly bootMode: "bootMode";
3364
+ readonly deregistrationProtection: "deregistrationProtection";
3365
+ readonly description: "description";
3366
+ readonly imdsSupport: "imdsSupport";
3367
+ readonly kernel: "kernel";
3368
+ readonly lastLaunchedTime: "lastLaunchedTime";
3369
+ readonly launchPermission: "launchPermission";
3370
+ readonly productCodes: "productCodes";
3371
+ readonly ramdisk: "ramdisk";
3372
+ readonly sriovNetSupport: "sriovNetSupport";
3373
+ readonly tpmSupport: "tpmSupport";
3374
+ readonly uefiData: "uefiData";
3375
+ };
3376
+ export type ImageAttributeName =
3377
+ (typeof ImageAttributeName)[keyof typeof ImageAttributeName];
3378
+ export declare const ImageReferenceResourceType: {
3379
+ readonly EC2_INSTANCE: "ec2:Instance";
3380
+ readonly EC2_LAUNCH_TEMPLATE: "ec2:LaunchTemplate";
3381
+ readonly IMAGE_BUILDER_CONTAINER_RECIPE: "imagebuilder:ContainerRecipe";
3382
+ readonly IMAGE_BUILDER_IMAGE_RECIPE: "imagebuilder:ImageRecipe";
3383
+ readonly SSM_PARAMETER: "ssm:Parameter";
3384
+ };
3385
+ export type ImageReferenceResourceType =
3386
+ (typeof ImageReferenceResourceType)[keyof typeof ImageReferenceResourceType];
3387
+ export declare const ImageReferenceOptionName: {
3388
+ readonly STATE_NAME: "state-name";
3389
+ readonly VERSION_DEPTH: "version-depth";
3390
+ };
3391
+ export type ImageReferenceOptionName =
3392
+ (typeof ImageReferenceOptionName)[keyof typeof ImageReferenceOptionName];
3393
+ export declare const ArchitectureValues: {
3394
+ readonly arm64: "arm64";
3395
+ readonly arm64_mac: "arm64_mac";
3396
+ readonly i386: "i386";
3397
+ readonly x86_64: "x86_64";
3398
+ readonly x86_64_mac: "x86_64_mac";
3399
+ };
3400
+ export type ArchitectureValues =
3401
+ (typeof ArchitectureValues)[keyof typeof ArchitectureValues];
3402
+ export declare const BootModeValues: {
3403
+ readonly legacy_bios: "legacy-bios";
3404
+ readonly uefi: "uefi";
3405
+ readonly uefi_preferred: "uefi-preferred";
3406
+ };
3407
+ export type BootModeValues =
3408
+ (typeof BootModeValues)[keyof typeof BootModeValues];
3409
+ export declare const HypervisorType: {
3410
+ readonly ovm: "ovm";
3411
+ readonly xen: "xen";
3412
+ };
3413
+ export type HypervisorType =
3414
+ (typeof HypervisorType)[keyof typeof HypervisorType];
3415
+ export declare const ImageTypeValues: {
3416
+ readonly kernel: "kernel";
3417
+ readonly machine: "machine";
3418
+ readonly ramdisk: "ramdisk";
3419
+ };
3420
+ export type ImageTypeValues =
3421
+ (typeof ImageTypeValues)[keyof typeof ImageTypeValues];
3422
+ export declare const ImdsSupportValues: {
3423
+ readonly v2_0: "v2.0";
3424
+ };
3425
+ export type ImdsSupportValues =
3426
+ (typeof ImdsSupportValues)[keyof typeof ImdsSupportValues];
3427
+ export declare const DeviceType: {
3428
+ readonly ebs: "ebs";
3429
+ readonly instance_store: "instance-store";
3430
+ };
3431
+ export type DeviceType = (typeof DeviceType)[keyof typeof DeviceType];
3432
+ export declare const ImageState: {
3433
+ readonly available: "available";
3434
+ readonly deregistered: "deregistered";
3435
+ readonly disabled: "disabled";
3436
+ readonly error: "error";
3437
+ readonly failed: "failed";
3438
+ readonly invalid: "invalid";
3439
+ readonly pending: "pending";
3440
+ readonly transient: "transient";
3441
+ };
3442
+ export type ImageState = (typeof ImageState)[keyof typeof ImageState];
3443
+ export declare const TpmSupportValues: {
3444
+ readonly v2_0: "v2.0";
3445
+ };
3446
+ export type TpmSupportValues =
3447
+ (typeof TpmSupportValues)[keyof typeof TpmSupportValues];
3448
+ export declare const VirtualizationType: {
3449
+ readonly hvm: "hvm";
3450
+ readonly paravirtual: "paravirtual";
3451
+ };
3452
+ export type VirtualizationType =
3453
+ (typeof VirtualizationType)[keyof typeof VirtualizationType];
3454
+ export declare const InstanceAttributeName: {
3455
+ readonly blockDeviceMapping: "blockDeviceMapping";
3456
+ readonly disableApiStop: "disableApiStop";
3457
+ readonly disableApiTermination: "disableApiTermination";
3458
+ readonly ebsOptimized: "ebsOptimized";
3459
+ readonly enaSupport: "enaSupport";
3460
+ readonly enclaveOptions: "enclaveOptions";
3461
+ readonly groupSet: "groupSet";
3462
+ readonly instanceInitiatedShutdownBehavior: "instanceInitiatedShutdownBehavior";
3463
+ readonly instanceType: "instanceType";
3464
+ readonly kernel: "kernel";
3465
+ readonly productCodes: "productCodes";
3466
+ readonly ramdisk: "ramdisk";
3467
+ readonly rootDeviceName: "rootDeviceName";
3468
+ readonly sourceDestCheck: "sourceDestCheck";
3469
+ readonly sriovNetSupport: "sriovNetSupport";
3470
+ readonly userData: "userData";
3471
+ };
3472
+ export type InstanceAttributeName =
3473
+ (typeof InstanceAttributeName)[keyof typeof InstanceAttributeName];
3474
+ export declare const InstanceStateName: {
3475
+ readonly pending: "pending";
3476
+ readonly running: "running";
3477
+ readonly shutting_down: "shutting-down";
3478
+ readonly stopped: "stopped";
3479
+ readonly stopping: "stopping";
3480
+ readonly terminated: "terminated";
3481
+ };
3482
+ export type InstanceStateName =
3483
+ (typeof InstanceStateName)[keyof typeof InstanceStateName];
3484
+ export declare const InstanceBootModeValues: {
3485
+ readonly legacy_bios: "legacy-bios";
3486
+ readonly uefi: "uefi";
3487
+ };
3488
+ export type InstanceBootModeValues =
3489
+ (typeof InstanceBootModeValues)[keyof typeof InstanceBootModeValues];
3490
+ export declare const InstanceLifecycleType: {
3491
+ readonly capacity_block: "capacity-block";
3492
+ readonly scheduled: "scheduled";
3493
+ readonly spot: "spot";
3494
+ };
3495
+ export type InstanceLifecycleType =
3496
+ (typeof InstanceLifecycleType)[keyof typeof InstanceLifecycleType];
3497
+ export declare const InstanceAutoRecoveryState: {
3498
+ readonly default: "default";
3499
+ readonly disabled: "disabled";
3500
+ };
3501
+ export type InstanceAutoRecoveryState =
3502
+ (typeof InstanceAutoRecoveryState)[keyof typeof InstanceAutoRecoveryState];
3503
+ export declare const InstanceRebootMigrationState: {
3504
+ readonly default: "default";
3505
+ readonly disabled: "disabled";
3506
+ };
3507
+ export type InstanceRebootMigrationState =
3508
+ (typeof InstanceRebootMigrationState)[keyof typeof InstanceRebootMigrationState];
3509
+ export declare const InstanceMetadataEndpointState: {
3510
+ readonly disabled: "disabled";
3511
+ readonly enabled: "enabled";
3512
+ };
3513
+ export type InstanceMetadataEndpointState =
3514
+ (typeof InstanceMetadataEndpointState)[keyof typeof InstanceMetadataEndpointState];
3515
+ export declare const InstanceMetadataProtocolState: {
3516
+ readonly disabled: "disabled";
3517
+ readonly enabled: "enabled";
3518
+ };
3519
+ export type InstanceMetadataProtocolState =
3520
+ (typeof InstanceMetadataProtocolState)[keyof typeof InstanceMetadataProtocolState];
3521
+ export declare const HttpTokensState: {
3522
+ readonly optional: "optional";
3523
+ readonly required: "required";
3524
+ };
3525
+ export type HttpTokensState =
3526
+ (typeof HttpTokensState)[keyof typeof HttpTokensState];
3527
+ export declare const InstanceMetadataTagsState: {
3528
+ readonly disabled: "disabled";
3529
+ readonly enabled: "enabled";
3530
+ };
3531
+ export type InstanceMetadataTagsState =
3532
+ (typeof InstanceMetadataTagsState)[keyof typeof InstanceMetadataTagsState];
3533
+ export declare const InstanceMetadataOptionsState: {
3534
+ readonly applied: "applied";
3535
+ readonly pending: "pending";
3536
+ };
3537
+ export type InstanceMetadataOptionsState =
3538
+ (typeof InstanceMetadataOptionsState)[keyof typeof InstanceMetadataOptionsState];
3539
+ export declare const MonitoringState: {
3540
+ readonly disabled: "disabled";
3541
+ readonly disabling: "disabling";
3542
+ readonly enabled: "enabled";
3543
+ readonly pending: "pending";
3544
+ };
3545
+ export type MonitoringState =
3546
+ (typeof MonitoringState)[keyof typeof MonitoringState];
3547
+ export declare const HaStatus: {
3548
+ readonly active: "active";
3549
+ readonly invalid: "invalid";
3550
+ readonly processing: "processing";
3551
+ readonly standby: "standby";
3552
+ };
3553
+ export type HaStatus = (typeof HaStatus)[keyof typeof HaStatus];
3554
+ export declare const SqlServerLicenseUsage: {
3555
+ readonly full: "full";
3556
+ readonly waived: "waived";
3557
+ };
3558
+ export type SqlServerLicenseUsage =
3559
+ (typeof SqlServerLicenseUsage)[keyof typeof SqlServerLicenseUsage];
3560
+ export declare const StatusName: {
3561
+ readonly reachability: "reachability";
3562
+ };
3563
+ export type StatusName = (typeof StatusName)[keyof typeof StatusName];
3564
+ export declare const StatusType: {
3565
+ readonly failed: "failed";
3566
+ readonly initializing: "initializing";
3567
+ readonly insufficient_data: "insufficient-data";
3568
+ readonly passed: "passed";
3569
+ };
3570
+ export type StatusType = (typeof StatusType)[keyof typeof StatusType];
3571
+ export declare const SummaryStatus: {
3572
+ readonly impaired: "impaired";
3573
+ readonly initializing: "initializing";
3574
+ readonly insufficient_data: "insufficient-data";
3575
+ readonly not_applicable: "not-applicable";
3576
+ readonly ok: "ok";
3577
+ };
3578
+ export type SummaryStatus = (typeof SummaryStatus)[keyof typeof SummaryStatus];
3579
+ export declare const EventCode: {
3580
+ readonly instance_reboot: "instance-reboot";
3581
+ readonly instance_retirement: "instance-retirement";
3582
+ readonly instance_stop: "instance-stop";
3583
+ readonly system_maintenance: "system-maintenance";
3584
+ readonly system_reboot: "system-reboot";
3585
+ };
3586
+ export type EventCode = (typeof EventCode)[keyof typeof EventCode];
3587
+ export declare const LocationType: {
3588
+ readonly availability_zone: "availability-zone";
3589
+ readonly availability_zone_id: "availability-zone-id";
3590
+ readonly outpost: "outpost";
3591
+ readonly region: "region";
3592
+ };
3593
+ export type LocationType = (typeof LocationType)[keyof typeof LocationType];
3594
+ export declare const AttachmentLimitType: {
3595
+ readonly DEDICATED: "dedicated";
3596
+ readonly SHARED: "shared";
3597
+ };
3598
+ export type AttachmentLimitType =
3599
+ (typeof AttachmentLimitType)[keyof typeof AttachmentLimitType];
3600
+ export declare const EbsOptimizedSupport: {
3601
+ readonly default: "default";
3602
+ readonly supported: "supported";
3603
+ readonly unsupported: "unsupported";
3604
+ };
3605
+ export type EbsOptimizedSupport =
3606
+ (typeof EbsOptimizedSupport)[keyof typeof EbsOptimizedSupport];
3607
+ export declare const EbsEncryptionSupport: {
3608
+ readonly supported: "supported";
3609
+ readonly unsupported: "unsupported";
3610
+ };
3611
+ export type EbsEncryptionSupport =
3612
+ (typeof EbsEncryptionSupport)[keyof typeof EbsEncryptionSupport];
3613
+ export declare const EbsNvmeSupport: {
3614
+ readonly REQUIRED: "required";
3615
+ readonly SUPPORTED: "supported";
3616
+ readonly UNSUPPORTED: "unsupported";
3617
+ };
3618
+ export type EbsNvmeSupport =
3619
+ (typeof EbsNvmeSupport)[keyof typeof EbsNvmeSupport];
3620
+ export declare const InstanceTypeHypervisor: {
3621
+ readonly NITRO: "nitro";
3622
+ readonly XEN: "xen";
3623
+ };
3624
+ export type InstanceTypeHypervisor =
3625
+ (typeof InstanceTypeHypervisor)[keyof typeof InstanceTypeHypervisor];
3626
+ export declare const DiskType: {
3627
+ readonly hdd: "hdd";
3628
+ readonly ssd: "ssd";
3629
+ };
3630
+ export type DiskType = (typeof DiskType)[keyof typeof DiskType];
3631
+ export declare const InstanceStorageEncryptionSupport: {
3632
+ readonly required: "required";
3633
+ readonly unsupported: "unsupported";
3634
+ };
3635
+ export type InstanceStorageEncryptionSupport =
3636
+ (typeof InstanceStorageEncryptionSupport)[keyof typeof InstanceStorageEncryptionSupport];
3637
+ export declare const EphemeralNvmeSupport: {
3638
+ readonly REQUIRED: "required";
3639
+ readonly SUPPORTED: "supported";
3640
+ readonly UNSUPPORTED: "unsupported";
3641
+ };
3642
+ export type EphemeralNvmeSupport =
3643
+ (typeof EphemeralNvmeSupport)[keyof typeof EphemeralNvmeSupport];
3644
+ export declare const BandwidthWeightingType: {
3645
+ readonly DEFAULT: "default";
3646
+ readonly EBS_1: "ebs-1";
3647
+ readonly VPC_1: "vpc-1";
3648
+ };
3649
+ export type BandwidthWeightingType =
3650
+ (typeof BandwidthWeightingType)[keyof typeof BandwidthWeightingType];
3651
+ export declare const EnaSupport: {
3652
+ readonly required: "required";
3653
+ readonly supported: "supported";
3654
+ readonly unsupported: "unsupported";
3655
+ };
3656
+ export type EnaSupport = (typeof EnaSupport)[keyof typeof EnaSupport];
3657
+ export declare const FlexibleEnaQueuesSupport: {
3658
+ readonly SUPPORTED: "supported";
3659
+ readonly UNSUPPORTED: "unsupported";
3660
+ };
3661
+ export type FlexibleEnaQueuesSupport =
3662
+ (typeof FlexibleEnaQueuesSupport)[keyof typeof FlexibleEnaQueuesSupport];
3663
+ export declare const NitroEnclavesSupport: {
3664
+ readonly SUPPORTED: "supported";
3665
+ readonly UNSUPPORTED: "unsupported";
3666
+ };
3667
+ export type NitroEnclavesSupport =
3668
+ (typeof NitroEnclavesSupport)[keyof typeof NitroEnclavesSupport];
3669
+ export declare const NitroTpmSupport: {
3670
+ readonly SUPPORTED: "supported";
3671
+ readonly UNSUPPORTED: "unsupported";
3672
+ };
3673
+ export type NitroTpmSupport =
3674
+ (typeof NitroTpmSupport)[keyof typeof NitroTpmSupport];
3675
+ export declare const PhcSupport: {
3676
+ readonly SUPPORTED: "supported";
3677
+ readonly UNSUPPORTED: "unsupported";
3678
+ };
3679
+ export type PhcSupport = (typeof PhcSupport)[keyof typeof PhcSupport];
3680
+ export declare const PlacementGroupStrategy: {
3681
+ readonly cluster: "cluster";
3682
+ readonly partition: "partition";
3683
+ readonly spread: "spread";
3684
+ };
3685
+ export type PlacementGroupStrategy =
3686
+ (typeof PlacementGroupStrategy)[keyof typeof PlacementGroupStrategy];
3687
+ export declare const ArchitectureType: {
3688
+ readonly arm64: "arm64";
3689
+ readonly arm64_mac: "arm64_mac";
3690
+ readonly i386: "i386";
3691
+ readonly x86_64: "x86_64";
3692
+ readonly x86_64_mac: "x86_64_mac";
3693
+ };
3694
+ export type ArchitectureType =
3695
+ (typeof ArchitectureType)[keyof typeof ArchitectureType];
3696
+ export declare const SupportedAdditionalProcessorFeature: {
3697
+ readonly AMD_SEV_SNP: "amd-sev-snp";
3698
+ };
3699
+ export type SupportedAdditionalProcessorFeature =
3700
+ (typeof SupportedAdditionalProcessorFeature)[keyof typeof SupportedAdditionalProcessorFeature];
3701
+ export declare const RebootMigrationSupport: {
3702
+ readonly SUPPORTED: "supported";
3703
+ readonly UNSUPPORTED: "unsupported";
3704
+ };
3705
+ export type RebootMigrationSupport =
3706
+ (typeof RebootMigrationSupport)[keyof typeof RebootMigrationSupport];
3707
+ export declare const BootModeType: {
3708
+ readonly legacy_bios: "legacy-bios";
3709
+ readonly uefi: "uefi";
3710
+ };
3711
+ export type BootModeType = (typeof BootModeType)[keyof typeof BootModeType];
3712
+ export declare const RootDeviceType: {
3713
+ readonly ebs: "ebs";
3714
+ readonly instance_store: "instance-store";
3715
+ };
3716
+ export type RootDeviceType =
3717
+ (typeof RootDeviceType)[keyof typeof RootDeviceType];
3718
+ export declare const UsageClassType: {
3719
+ readonly capacity_block: "capacity-block";
3720
+ readonly on_demand: "on-demand";
3721
+ readonly spot: "spot";
3722
+ };
3723
+ export type UsageClassType =
3724
+ (typeof UsageClassType)[keyof typeof UsageClassType];
3725
+ export declare const LockState: {
3726
+ readonly compliance: "compliance";
3727
+ readonly compliance_cooloff: "compliance-cooloff";
3728
+ readonly expired: "expired";
3729
+ readonly governance: "governance";
3730
+ };
3731
+ export type LockState = (typeof LockState)[keyof typeof LockState];
3732
+ export declare const MoveStatus: {
3733
+ readonly movingToVpc: "movingToVpc";
3734
+ readonly restoringToClassic: "restoringToClassic";
3735
+ };
3736
+ export type MoveStatus = (typeof MoveStatus)[keyof typeof MoveStatus];
3737
+ export declare const FindingsFound: {
3738
+ readonly false: "false";
3739
+ readonly true: "true";
3740
+ readonly unknown: "unknown";
3741
+ };
3742
+ export type FindingsFound = (typeof FindingsFound)[keyof typeof FindingsFound];
3743
+ export declare const AnalysisStatus: {
3744
+ readonly failed: "failed";
3745
+ readonly running: "running";
3746
+ readonly succeeded: "succeeded";
3747
+ };
3748
+ export type AnalysisStatus =
3749
+ (typeof AnalysisStatus)[keyof typeof AnalysisStatus];
3750
+ export declare const NetworkInterfaceAttribute: {
3751
+ readonly associatePublicIpAddress: "associatePublicIpAddress";
3752
+ readonly attachment: "attachment";
3753
+ readonly description: "description";
3754
+ readonly groupSet: "groupSet";
3755
+ readonly sourceDestCheck: "sourceDestCheck";
3756
+ };
3757
+ export type NetworkInterfaceAttribute =
3758
+ (typeof NetworkInterfaceAttribute)[keyof typeof NetworkInterfaceAttribute];
3759
+ export declare const OfferingClassType: {
3760
+ readonly CONVERTIBLE: "convertible";
3761
+ readonly STANDARD: "standard";
3762
+ };
3763
+ export type OfferingClassType =
3764
+ (typeof OfferingClassType)[keyof typeof OfferingClassType];
3765
+ export declare const OfferingTypeValues: {
3766
+ readonly All_Upfront: "All Upfront";
3767
+ readonly Heavy_Utilization: "Heavy Utilization";
3768
+ readonly Light_Utilization: "Light Utilization";
3769
+ readonly Medium_Utilization: "Medium Utilization";
3770
+ readonly No_Upfront: "No Upfront";
3771
+ readonly Partial_Upfront: "Partial Upfront";
3772
+ };
3773
+ export type OfferingTypeValues =
3774
+ (typeof OfferingTypeValues)[keyof typeof OfferingTypeValues];
3775
+ export declare const RIProductDescription: {
3776
+ readonly Linux_UNIX: "Linux/UNIX";
3777
+ readonly Linux_UNIX_Amazon_VPC_: "Linux/UNIX (Amazon VPC)";
3778
+ readonly Windows: "Windows";
3779
+ readonly Windows_Amazon_VPC_: "Windows (Amazon VPC)";
3780
+ };
3781
+ export type RIProductDescription =
3782
+ (typeof RIProductDescription)[keyof typeof RIProductDescription];
3783
+ export declare const RecurringChargeFrequency: {
3784
+ readonly Hourly: "Hourly";
3785
+ };
3786
+ export type RecurringChargeFrequency =
3787
+ (typeof RecurringChargeFrequency)[keyof typeof RecurringChargeFrequency];
3788
+ export declare const Scope: {
3789
+ readonly AVAILABILITY_ZONE: "Availability Zone";
3790
+ readonly REGIONAL: "Region";
3791
+ };
3792
+ export type Scope = (typeof Scope)[keyof typeof Scope];
3793
+ export declare const ReservedInstanceState: {
3794
+ readonly active: "active";
3795
+ readonly payment_failed: "payment-failed";
3796
+ readonly payment_pending: "payment-pending";
3797
+ readonly queued: "queued";
3798
+ readonly queued_deleted: "queued-deleted";
3799
+ readonly retired: "retired";
3800
+ };
3801
+ export type ReservedInstanceState =
3802
+ (typeof ReservedInstanceState)[keyof typeof ReservedInstanceState];
3803
+ export declare const ServiceLinkVirtualInterfaceConfigurationState: {
3804
+ readonly available: "available";
3805
+ readonly deleted: "deleted";
3806
+ readonly deleting: "deleting";
3807
+ readonly pending: "pending";
3808
+ };
3809
+ export type ServiceLinkVirtualInterfaceConfigurationState =
3810
+ (typeof ServiceLinkVirtualInterfaceConfigurationState)[keyof typeof ServiceLinkVirtualInterfaceConfigurationState];
3811
+ export declare const SnapshotAttributeName: {
3812
+ readonly createVolumePermission: "createVolumePermission";
3813
+ readonly productCodes: "productCodes";
3814
+ };
3815
+ export type SnapshotAttributeName =
3816
+ (typeof SnapshotAttributeName)[keyof typeof SnapshotAttributeName];
3817
+ export declare const TieringOperationStatus: {
3818
+ readonly archival_completed: "archival-completed";
3819
+ readonly archival_failed: "archival-failed";
3820
+ readonly archival_in_progress: "archival-in-progress";
3821
+ readonly permanent_restore_completed: "permanent-restore-completed";
3822
+ readonly permanent_restore_failed: "permanent-restore-failed";
3823
+ readonly permanent_restore_in_progress: "permanent-restore-in-progress";
3824
+ readonly temporary_restore_completed: "temporary-restore-completed";
3825
+ readonly temporary_restore_failed: "temporary-restore-failed";
3826
+ readonly temporary_restore_in_progress: "temporary-restore-in-progress";
3827
+ };
3828
+ export type TieringOperationStatus =
3829
+ (typeof TieringOperationStatus)[keyof typeof TieringOperationStatus];
3830
+ export declare const EventType: {
3831
+ readonly BATCH_CHANGE: "fleetRequestChange";
3832
+ readonly ERROR: "error";
3833
+ readonly INFORMATION: "information";
3834
+ readonly INSTANCE_CHANGE: "instanceChange";
3835
+ };
3836
+ export type EventType = (typeof EventType)[keyof typeof EventType];
3837
+ export declare const ExcessCapacityTerminationPolicy: {
3838
+ readonly DEFAULT: "default";
3839
+ readonly NO_TERMINATION: "noTermination";
3840
+ };
3841
+ export type ExcessCapacityTerminationPolicy =
3842
+ (typeof ExcessCapacityTerminationPolicy)[keyof typeof ExcessCapacityTerminationPolicy];
3843
+ export declare const OnDemandAllocationStrategy: {
3844
+ readonly LOWEST_PRICE: "lowestPrice";
3845
+ readonly PRIORITIZED: "prioritized";
3846
+ };
3847
+ export type OnDemandAllocationStrategy =
3848
+ (typeof OnDemandAllocationStrategy)[keyof typeof OnDemandAllocationStrategy];
3849
+ export declare const ReplacementStrategy: {
3850
+ readonly LAUNCH: "launch";
3851
+ readonly LAUNCH_BEFORE_TERMINATE: "launch-before-terminate";
3852
+ };
3853
+ export type ReplacementStrategy =
3854
+ (typeof ReplacementStrategy)[keyof typeof ReplacementStrategy];
3855
+ export declare const SpotInstanceState: {
3856
+ readonly active: "active";
3857
+ readonly cancelled: "cancelled";
3858
+ readonly closed: "closed";
3859
+ readonly disabled: "disabled";
3860
+ readonly failed: "failed";
3861
+ readonly open: "open";
3862
+ };
3863
+ export type SpotInstanceState =
3864
+ (typeof SpotInstanceState)[keyof typeof SpotInstanceState];
3865
+ export declare const VerifiedAccessLogDeliveryStatusCode: {
3866
+ readonly FAILED: "failed";
3867
+ readonly SUCCESS: "success";
3868
+ };
3869
+ export type VerifiedAccessLogDeliveryStatusCode =
3870
+ (typeof VerifiedAccessLogDeliveryStatusCode)[keyof typeof VerifiedAccessLogDeliveryStatusCode];
3871
+ export declare const VolumeAttributeName: {
3872
+ readonly autoEnableIO: "autoEnableIO";
3873
+ readonly productCodes: "productCodes";
3874
+ };
3875
+ export type VolumeAttributeName =
3876
+ (typeof VolumeAttributeName)[keyof typeof VolumeAttributeName];
3877
+ export declare const VolumeModificationState: {
3878
+ readonly completed: "completed";
3879
+ readonly failed: "failed";
3880
+ readonly modifying: "modifying";
3881
+ readonly optimizing: "optimizing";
3882
+ };
3883
+ export type VolumeModificationState =
3884
+ (typeof VolumeModificationState)[keyof typeof VolumeModificationState];
3885
+ export declare const InitializationType: {
3886
+ readonly default: "default";
3887
+ readonly provisioned_rate: "provisioned-rate";
3888
+ readonly volume_copy: "volume-copy";
3889
+ };
3890
+ export type InitializationType =
3891
+ (typeof InitializationType)[keyof typeof InitializationType];
3892
+ export declare const VolumeStatusName: {
3893
+ readonly initialization_state: "initialization-state";
3894
+ readonly io_enabled: "io-enabled";
3895
+ readonly io_performance: "io-performance";
3896
+ };
3897
+ export type VolumeStatusName =
3898
+ (typeof VolumeStatusName)[keyof typeof VolumeStatusName];
3899
+ export declare const VolumeStatusInfoStatus: {
3900
+ readonly impaired: "impaired";
3901
+ readonly insufficient_data: "insufficient-data";
3902
+ readonly ok: "ok";
3903
+ readonly warning: "warning";
3904
+ };
3905
+ export type VolumeStatusInfoStatus =
3906
+ (typeof VolumeStatusInfoStatus)[keyof typeof VolumeStatusInfoStatus];
3907
+ export declare const VpcAttributeName: {
3908
+ readonly enableDnsHostnames: "enableDnsHostnames";
3909
+ readonly enableDnsSupport: "enableDnsSupport";
3910
+ readonly enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics";
3911
+ };
3912
+ export type VpcAttributeName =
3913
+ (typeof VpcAttributeName)[keyof typeof VpcAttributeName];
3914
+ export declare const VpcBlockPublicAccessExclusionsAllowed: {
3915
+ readonly allowed: "allowed";
3916
+ readonly not_allowed: "not-allowed";
3917
+ };
3918
+ export type VpcBlockPublicAccessExclusionsAllowed =
3919
+ (typeof VpcBlockPublicAccessExclusionsAllowed)[keyof typeof VpcBlockPublicAccessExclusionsAllowed];
3920
+ export declare const InternetGatewayBlockMode: {
3921
+ readonly block_bidirectional: "block-bidirectional";
3922
+ readonly block_ingress: "block-ingress";
3923
+ readonly off: "off";
3924
+ };
3925
+ export type InternetGatewayBlockMode =
3926
+ (typeof InternetGatewayBlockMode)[keyof typeof InternetGatewayBlockMode];
3927
+ export declare const ManagedBy: {
3928
+ readonly account: "account";
3929
+ readonly declarative_policy: "declarative-policy";
3930
+ };
3931
+ export type ManagedBy = (typeof ManagedBy)[keyof typeof ManagedBy];
3932
+ export declare const VpcBlockPublicAccessState: {
3933
+ readonly default_state: "default-state";
3934
+ readonly update_complete: "update-complete";
3935
+ readonly update_in_progress: "update-in-progress";
3936
+ };
3937
+ export type VpcBlockPublicAccessState =
3938
+ (typeof VpcBlockPublicAccessState)[keyof typeof VpcBlockPublicAccessState];
3939
+ export declare const CapacityManagerStatus: {
3940
+ readonly DISABLED: "disabled";
3941
+ readonly ENABLED: "enabled";
3942
+ };
3943
+ export type CapacityManagerStatus =
3944
+ (typeof CapacityManagerStatus)[keyof typeof CapacityManagerStatus];
3945
+ export declare const ImageBlockPublicAccessDisabledState: {
3946
+ readonly unblocked: "unblocked";
3947
+ };
3948
+ export type ImageBlockPublicAccessDisabledState =
3949
+ (typeof ImageBlockPublicAccessDisabledState)[keyof typeof ImageBlockPublicAccessDisabledState];
3950
+ export declare const RouteServerPropagationState: {
3951
+ readonly AVAILABLE: "available";
3952
+ readonly DELETING: "deleting";
3953
+ readonly PENDING: "pending";
3954
+ };
3955
+ export type RouteServerPropagationState =
3956
+ (typeof RouteServerPropagationState)[keyof typeof RouteServerPropagationState];
3957
+ export declare const SnapshotBlockPublicAccessState: {
3958
+ readonly block_all_sharing: "block-all-sharing";
3959
+ readonly block_new_sharing: "block-new-sharing";
3960
+ readonly unblocked: "unblocked";
3961
+ };
3962
+ export type SnapshotBlockPublicAccessState =
3963
+ (typeof SnapshotBlockPublicAccessState)[keyof typeof SnapshotBlockPublicAccessState];
3964
+ export declare const TransitGatewayPropagationState: {
3965
+ readonly disabled: "disabled";
3966
+ readonly disabling: "disabling";
3967
+ readonly enabled: "enabled";
3968
+ readonly enabling: "enabling";
3969
+ };
3970
+ export type TransitGatewayPropagationState =
3971
+ (typeof TransitGatewayPropagationState)[keyof typeof TransitGatewayPropagationState];
3972
+ export declare const ImageBlockPublicAccessEnabledState: {
3973
+ readonly block_new_sharing: "block-new-sharing";
3974
+ };
3975
+ export type ImageBlockPublicAccessEnabledState =
3976
+ (typeof ImageBlockPublicAccessEnabledState)[keyof typeof ImageBlockPublicAccessEnabledState];
3977
+ export declare const ClientCertificateRevocationListStatusCode: {
3978
+ readonly active: "active";
3979
+ readonly pending: "pending";
3980
+ };
3981
+ export type ClientCertificateRevocationListStatusCode =
3982
+ (typeof ClientCertificateRevocationListStatusCode)[keyof typeof ClientCertificateRevocationListStatusCode];
3983
+ export declare const IngestionStatus: {
3984
+ readonly INGESTION_COMPLETE: "ingestion-complete";
3985
+ readonly INGESTION_FAILED: "ingestion-failed";
3986
+ readonly INITIAL_INGESTION_IN_PROGRESS: "initial-ingestion-in-progress";
3987
+ };
3988
+ export type IngestionStatus =
3989
+ (typeof IngestionStatus)[keyof typeof IngestionStatus];
3990
+ export declare const Comparison: {
3991
+ readonly EQUALS: "equals";
3992
+ readonly IN: "in";
3993
+ };
3994
+ export type Comparison = (typeof Comparison)[keyof typeof Comparison];
3995
+ export declare const FilterByDimension: {
3996
+ readonly ACCOUNT_ID: "account-id";
3997
+ readonly AVAILABILITY_ZONE_ID: "availability-zone-id";
3998
+ readonly INSTANCE_FAMILY: "instance-family";
3999
+ readonly INSTANCE_PLATFORM: "instance-platform";
4000
+ readonly INSTANCE_TYPE: "instance-type";
4001
+ readonly RESERVATION_ARN: "reservation-arn";
4002
+ readonly RESERVATION_CREATE_TIMESTAMP: "reservation-create-timestamp";
4003
+ readonly RESERVATION_END_DATE_TYPE: "reservation-end-date-type";
4004
+ readonly RESERVATION_END_TIMESTAMP: "reservation-end-timestamp";
4005
+ readonly RESERVATION_ID: "reservation-id";
4006
+ readonly RESERVATION_INSTANCE_MATCH_CRITERIA: "reservation-instance-match-criteria";
4007
+ readonly RESERVATION_START_TIMESTAMP: "reservation-start-timestamp";
4008
+ readonly RESERVATION_STATE: "reservation-state";
4009
+ readonly RESERVATION_TYPE: "reservation-type";
4010
+ readonly RESERVATION_UNUSED_FINANCIAL_OWNER: "reservation-unused-financial-owner";
4011
+ readonly RESOURCE_REGION: "resource-region";
4012
+ readonly TENANCY: "tenancy";
4013
+ };
4014
+ export type FilterByDimension =
4015
+ (typeof FilterByDimension)[keyof typeof FilterByDimension];
4016
+ export declare const GroupBy: {
4017
+ readonly ACCOUNT_ID: "account-id";
4018
+ readonly AVAILABILITY_ZONE_ID: "availability-zone-id";
4019
+ readonly INSTANCE_FAMILY: "instance-family";
4020
+ readonly INSTANCE_PLATFORM: "instance-platform";
4021
+ readonly INSTANCE_TYPE: "instance-type";
4022
+ readonly RESERVATION_ARN: "reservation-arn";
4023
+ readonly RESERVATION_CREATE_TIMESTAMP: "reservation-create-timestamp";
4024
+ readonly RESERVATION_END_DATE_TYPE: "reservation-end-date-type";
4025
+ readonly RESERVATION_END_TIMESTAMP: "reservation-end-timestamp";
4026
+ readonly RESERVATION_ID: "reservation-id";
4027
+ readonly RESERVATION_INSTANCE_MATCH_CRITERIA: "reservation-instance-match-criteria";
4028
+ readonly RESERVATION_START_TIMESTAMP: "reservation-start-timestamp";
4029
+ readonly RESERVATION_STATE: "reservation-state";
4030
+ readonly RESERVATION_TYPE: "reservation-type";
4031
+ readonly RESERVATION_UNUSED_FINANCIAL_OWNER: "reservation-unused-financial-owner";
4032
+ readonly RESOURCE_REGION: "resource-region";
4033
+ readonly TENANCY: "tenancy";
4034
+ };
4035
+ export type GroupBy = (typeof GroupBy)[keyof typeof GroupBy];
4036
+ export declare const Metric: {
4037
+ readonly RESERVATION_AVG_COMMITTED_SIZE_INST: "reservation-avg-committed-size-inst";
4038
+ readonly RESERVATION_AVG_COMMITTED_SIZE_VCPU: "reservation-avg-committed-size-vcpu";
4039
+ readonly RESERVATION_AVG_FUTURE_SIZE_INST: "reservation-avg-future-size-inst";
4040
+ readonly RESERVATION_AVG_FUTURE_SIZE_VCPU: "reservation-avg-future-size-vcpu";
4041
+ readonly RESERVATION_AVG_UTILIZATION_INST: "reservation-avg-utilization-inst";
4042
+ readonly RESERVATION_AVG_UTILIZATION_VCPU: "reservation-avg-utilization-vcpu";
4043
+ readonly RESERVATION_MAX_COMMITTED_SIZE_INST: "reservation-max-committed-size-inst";
4044
+ readonly RESERVATION_MAX_COMMITTED_SIZE_VCPU: "reservation-max-committed-size-vcpu";
4045
+ readonly RESERVATION_MAX_FUTURE_SIZE_INST: "reservation-max-future-size-inst";
4046
+ readonly RESERVATION_MAX_FUTURE_SIZE_VCPU: "reservation-max-future-size-vcpu";
4047
+ readonly RESERVATION_MAX_SIZE_INST: "reservation-max-size-inst";
4048
+ readonly RESERVATION_MAX_SIZE_VCPU: "reservation-max-size-vcpu";
4049
+ readonly RESERVATION_MAX_UNUSED_SIZE_INST: "reservation-max-unused-size-inst";
4050
+ readonly RESERVATION_MAX_UNUSED_SIZE_VCPU: "reservation-max-unused-size-vcpu";
4051
+ readonly RESERVATION_MAX_UTILIZATION: "reservation-max-utilization";
4052
+ readonly RESERVATION_MIN_COMMITTED_SIZE_INST: "reservation-min-committed-size-inst";
4053
+ readonly RESERVATION_MIN_COMMITTED_SIZE_VCPU: "reservation-min-committed-size-vcpu";
4054
+ readonly RESERVATION_MIN_FUTURE_SIZE_INST: "reservation-min-future-size-inst";
4055
+ readonly RESERVATION_MIN_FUTURE_SIZE_VCPU: "reservation-min-future-size-vcpu";
4056
+ readonly RESERVATION_MIN_SIZE_INST: "reservation-min-size-inst";
4057
+ readonly RESERVATION_MIN_SIZE_VCPU: "reservation-min-size-vcpu";
4058
+ readonly RESERVATION_MIN_UNUSED_SIZE_INST: "reservation-min-unused-size-inst";
4059
+ readonly RESERVATION_MIN_UNUSED_SIZE_VCPU: "reservation-min-unused-size-vcpu";
4060
+ readonly RESERVATION_MIN_UTILIZATION: "reservation-min-utilization";
4061
+ readonly RESERVATION_TOTAL_CAPACITY_HRS_INST: "reservation-total-capacity-hrs-inst";
4062
+ readonly RESERVATION_TOTAL_CAPACITY_HRS_VCPU: "reservation-total-capacity-hrs-vcpu";
4063
+ readonly RESERVATION_TOTAL_COUNT: "reservation-total-count";
4064
+ readonly RESERVATION_TOTAL_ESTIMATED_COST: "reservation-total-estimated-cost";
4065
+ readonly RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_INST: "reservation-unused-total-capacity-hrs-inst";
4066
+ readonly RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_VCPU: "reservation-unused-total-capacity-hrs-vcpu";
4067
+ readonly RESERVATION_UNUSED_TOTAL_ESTIMATED_COST: "reservation-unused-total-estimated-cost";
4068
+ readonly RESERVED_TOTAL_ESTIMATED_COST: "reserved-total-estimated-cost";
4069
+ readonly RESERVED_TOTAL_USAGE_HRS_INST: "reserved-total-usage-hrs-inst";
4070
+ readonly RESERVED_TOTAL_USAGE_HRS_VCPU: "reserved-total-usage-hrs-vcpu";
4071
+ readonly SPOT_AVG_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-avg-run-time-before-interruption-inst";
4072
+ readonly SPOT_MAX_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-max-run-time-before-interruption-inst";
4073
+ readonly SPOT_MIN_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-min-run-time-before-interruption-inst";
4074
+ readonly SPOT_TOTAL_ESTIMATED_COST: "spot-total-estimated-cost";
4075
+ readonly SPOT_TOTAL_USAGE_HRS_INST: "spot-total-usage-hrs-inst";
4076
+ readonly SPOT_TOTAL_USAGE_HRS_VCPU: "spot-total-usage-hrs-vcpu";
4077
+ readonly UNRESERVED_TOTAL_ESTIMATED_COST: "unreserved-total-estimated-cost";
4078
+ readonly UNRESERVED_TOTAL_USAGE_HRS_INST: "unreserved-total-usage-hrs-inst";
4079
+ readonly UNRESERVED_TOTAL_USAGE_HRS_VCPU: "unreserved-total-usage-hrs-vcpu";
4080
+ };
4081
+ export type Metric = (typeof Metric)[keyof typeof Metric];
4082
+ export declare const ReservationEndDateType: {
4083
+ readonly LIMITED: "limited";
4084
+ readonly UNLIMITED: "unlimited";
4085
+ };
4086
+ export type ReservationEndDateType =
4087
+ (typeof ReservationEndDateType)[keyof typeof ReservationEndDateType];
4088
+ export declare const ReservationType: {
4089
+ readonly CAPACITY_BLOCK: "capacity-block";
4090
+ readonly ODCR: "odcr";
4091
+ };
4092
+ export type ReservationType =
4093
+ (typeof ReservationType)[keyof typeof ReservationType];
4094
+ export declare const CapacityTenancy: {
4095
+ readonly DEDICATED: "dedicated";
4096
+ readonly DEFAULT: "default";
4097
+ };
4098
+ export type CapacityTenancy =
4099
+ (typeof CapacityTenancy)[keyof typeof CapacityTenancy];
4100
+ export declare const UnlimitedSupportedInstanceFamily: {
4101
+ readonly t2: "t2";
4102
+ readonly t3: "t3";
4103
+ readonly t3a: "t3a";
4104
+ readonly t4g: "t4g";
4105
+ };
4106
+ export type UnlimitedSupportedInstanceFamily =
4107
+ (typeof UnlimitedSupportedInstanceFamily)[keyof typeof UnlimitedSupportedInstanceFamily];
4108
+ export declare const IpamPolicyManagedBy: {
4109
+ readonly account: "account";
4110
+ readonly delegated_administrator_for_ipam: "delegated-administrator-for-ipam";
4111
+ };
4112
+ export type IpamPolicyManagedBy =
4113
+ (typeof IpamPolicyManagedBy)[keyof typeof IpamPolicyManagedBy];
4114
+ export declare const PartitionLoadFrequency: {
4115
+ readonly DAILY: "daily";
4116
+ readonly MONTHLY: "monthly";
4117
+ readonly NONE: "none";
4118
+ readonly WEEKLY: "weekly";
4119
+ };
4120
+ export type PartitionLoadFrequency =
4121
+ (typeof PartitionLoadFrequency)[keyof typeof PartitionLoadFrequency];
4122
+ export declare const EkPubKeyFormat: {
4123
+ readonly der: "der";
4124
+ readonly tpmt: "tpmt";
4125
+ };
4126
+ export type EkPubKeyFormat =
4127
+ (typeof EkPubKeyFormat)[keyof typeof EkPubKeyFormat];
4128
+ export declare const EkPubKeyType: {
4129
+ readonly ECC_SEC_P384: "ecc-sec-p384";
4130
+ readonly RSA_2048: "rsa-2048";
4131
+ };
4132
+ export type EkPubKeyType = (typeof EkPubKeyType)[keyof typeof EkPubKeyType];
4133
+ export declare const IpamComplianceStatus: {
4134
+ readonly compliant: "compliant";
4135
+ readonly ignored: "ignored";
4136
+ readonly noncompliant: "noncompliant";
4137
+ readonly unmanaged: "unmanaged";
4138
+ };
4139
+ export type IpamComplianceStatus =
4140
+ (typeof IpamComplianceStatus)[keyof typeof IpamComplianceStatus];
4141
+ export declare const IpamOverlapStatus: {
4142
+ readonly ignored: "ignored";
4143
+ readonly nonoverlapping: "nonoverlapping";
4144
+ readonly overlapping: "overlapping";
4145
+ };
4146
+ export type IpamOverlapStatus =
4147
+ (typeof IpamOverlapStatus)[keyof typeof IpamOverlapStatus];
4148
+ export declare const IpamAddressHistoryResourceType: {
4149
+ readonly eip: "eip";
4150
+ readonly instance: "instance";
4151
+ readonly network_interface: "network-interface";
4152
+ readonly subnet: "subnet";
4153
+ readonly vpc: "vpc";
4154
+ };
4155
+ export type IpamAddressHistoryResourceType =
4156
+ (typeof IpamAddressHistoryResourceType)[keyof typeof IpamAddressHistoryResourceType];
4157
+ export declare const IpamDiscoveryFailureCode: {
4158
+ readonly assume_role_failure: "assume-role-failure";
4159
+ readonly throttling_failure: "throttling-failure";
4160
+ readonly unauthorized_failure: "unauthorized-failure";
4161
+ };
4162
+ export type IpamDiscoveryFailureCode =
4163
+ (typeof IpamDiscoveryFailureCode)[keyof typeof IpamDiscoveryFailureCode];
4164
+ export declare const IpamPublicAddressType: {
4165
+ readonly AMAZON_OWNED_CONTIG: "amazon-owned-contig";
4166
+ readonly AMAZON_OWNED_EIP: "amazon-owned-eip";
4167
+ readonly BYOIP: "byoip";
4168
+ readonly EC2_PUBLIC_IP: "ec2-public-ip";
4169
+ readonly SERVICE_MANAGED_BYOIP: "service-managed-byoip";
4170
+ readonly SERVICE_MANAGED_IP: "service-managed-ip";
4171
+ };
4172
+ export type IpamPublicAddressType =
4173
+ (typeof IpamPublicAddressType)[keyof typeof IpamPublicAddressType];
4174
+ export declare const IpamPublicAddressAssociationStatus: {
4175
+ readonly ASSOCIATED: "associated";
4176
+ readonly DISASSOCIATED: "disassociated";
4177
+ };
4178
+ export type IpamPublicAddressAssociationStatus =
4179
+ (typeof IpamPublicAddressAssociationStatus)[keyof typeof IpamPublicAddressAssociationStatus];
4180
+ export declare const IpamPublicAddressAwsService: {
4181
+ readonly AGA: "global-accelerator";
4182
+ readonly DMS: "database-migration-service";
4183
+ readonly EC2_LB: "load-balancer";
4184
+ readonly ECS: "elastic-container-service";
4185
+ readonly NAT_GATEWAY: "nat-gateway";
4186
+ readonly OTHER: "other";
4187
+ readonly RDS: "relational-database-service";
4188
+ readonly REDSHIFT: "redshift";
4189
+ readonly S2S_VPN: "site-to-site-vpn";
4190
+ };
4191
+ export type IpamPublicAddressAwsService =
4192
+ (typeof IpamPublicAddressAwsService)[keyof typeof IpamPublicAddressAwsService];
4193
+ export declare const IpamResourceCidrIpSource: {
4194
+ readonly amazon: "amazon";
4195
+ readonly byoip: "byoip";
4196
+ readonly none: "none";
4197
+ };
4198
+ export type IpamResourceCidrIpSource =
4199
+ (typeof IpamResourceCidrIpSource)[keyof typeof IpamResourceCidrIpSource];
4200
+ export declare const IpamNetworkInterfaceAttachmentStatus: {
4201
+ readonly available: "available";
4202
+ readonly in_use: "in-use";
4203
+ };
4204
+ export type IpamNetworkInterfaceAttachmentStatus =
4205
+ (typeof IpamNetworkInterfaceAttachmentStatus)[keyof typeof IpamNetworkInterfaceAttachmentStatus];
4206
+ export declare const IpamPolicyResourceType: {
4207
+ readonly alb: "alb";
4208
+ readonly eip: "eip";
4209
+ readonly rds: "rds";
4210
+ readonly rnat: "rnat";
4211
+ };
4212
+ export type IpamPolicyResourceType =
4213
+ (typeof IpamPolicyResourceType)[keyof typeof IpamPolicyResourceType];
4214
+ export declare const IpamManagementState: {
4215
+ readonly ignored: "ignored";
4216
+ readonly managed: "managed";
4217
+ readonly unmanaged: "unmanaged";
4218
+ };
4219
+ export type IpamManagementState =
4220
+ (typeof IpamManagementState)[keyof typeof IpamManagementState];
4221
+ export declare const RouteServerRouteInstallationStatus: {
4222
+ readonly INSTALLED: "installed";
4223
+ readonly REJECTED: "rejected";
4224
+ };
4225
+ export type RouteServerRouteInstallationStatus =
4226
+ (typeof RouteServerRouteInstallationStatus)[keyof typeof RouteServerRouteInstallationStatus];
4227
+ export declare const RouteServerRouteStatus: {
4228
+ readonly IN_FIB: "in-fib";
4229
+ readonly IN_RIB: "in-rib";
4230
+ };
4231
+ export type RouteServerRouteStatus =
4232
+ (typeof RouteServerRouteStatus)[keyof typeof RouteServerRouteStatus];
4233
+ export declare const LockMode: {
4234
+ readonly compliance: "compliance";
4235
+ readonly governance: "governance";
4236
+ };
4237
+ export type LockMode = (typeof LockMode)[keyof typeof LockMode];
4238
+ export declare const ModifyAvailabilityZoneOptInStatus: {
4239
+ readonly not_opted_in: "not-opted-in";
4240
+ readonly opted_in: "opted-in";
4241
+ };
4242
+ export type ModifyAvailabilityZoneOptInStatus =
4243
+ (typeof ModifyAvailabilityZoneOptInStatus)[keyof typeof ModifyAvailabilityZoneOptInStatus];
4244
+ export declare const OperationType: {
4245
+ readonly add: "add";
4246
+ readonly remove: "remove";
4247
+ };
4248
+ export type OperationType = (typeof OperationType)[keyof typeof OperationType];
4249
+ export declare const UnsuccessfulInstanceCreditSpecificationErrorCode: {
4250
+ readonly INCORRECT_INSTANCE_STATE: "IncorrectInstanceState";
4251
+ readonly INSTANCE_CREDIT_SPECIFICATION_NOT_SUPPORTED: "InstanceCreditSpecification.NotSupported";
4252
+ readonly INSTANCE_NOT_FOUND: "InvalidInstanceID.NotFound";
4253
+ readonly INVALID_INSTANCE_ID: "InvalidInstanceID.Malformed";
4254
+ };
4255
+ export type UnsuccessfulInstanceCreditSpecificationErrorCode =
4256
+ (typeof UnsuccessfulInstanceCreditSpecificationErrorCode)[keyof typeof UnsuccessfulInstanceCreditSpecificationErrorCode];
4257
+ export declare const DefaultInstanceMetadataEndpointState: {
4258
+ readonly disabled: "disabled";
4259
+ readonly enabled: "enabled";
4260
+ readonly no_preference: "no-preference";
4261
+ };
4262
+ export type DefaultInstanceMetadataEndpointState =
4263
+ (typeof DefaultInstanceMetadataEndpointState)[keyof typeof DefaultInstanceMetadataEndpointState];
4264
+ export declare const MetadataDefaultHttpTokensState: {
4265
+ readonly no_preference: "no-preference";
4266
+ readonly optional: "optional";
4267
+ readonly required: "required";
4268
+ };
4269
+ export type MetadataDefaultHttpTokensState =
4270
+ (typeof MetadataDefaultHttpTokensState)[keyof typeof MetadataDefaultHttpTokensState];
4271
+ export declare const DefaultInstanceMetadataTagsState: {
4272
+ readonly disabled: "disabled";
4273
+ readonly enabled: "enabled";
4274
+ readonly no_preference: "no-preference";
4275
+ };
4276
+ export type DefaultInstanceMetadataTagsState =
4277
+ (typeof DefaultInstanceMetadataTagsState)[keyof typeof DefaultInstanceMetadataTagsState];
4278
+ export declare const HostTenancy: {
4279
+ readonly dedicated: "dedicated";
4280
+ readonly default: "default";
4281
+ readonly host: "host";
4282
+ };
4283
+ export type HostTenancy = (typeof HostTenancy)[keyof typeof HostTenancy];
4284
+ export declare const PublicIpDnsOption: {
4285
+ readonly public_dual_stack_dns_name: "public-dual-stack-dns-name";
4286
+ readonly public_ipv4_dns_name: "public-ipv4-dns-name";
4287
+ readonly public_ipv6_dns_name: "public-ipv6-dns-name";
4288
+ };
4289
+ export type PublicIpDnsOption =
4290
+ (typeof PublicIpDnsOption)[keyof typeof PublicIpDnsOption];
4291
+ export declare const TargetStorageTier: {
4292
+ readonly archive: "archive";
4293
+ };
4294
+ export type TargetStorageTier =
4295
+ (typeof TargetStorageTier)[keyof typeof TargetStorageTier];
4296
+ export declare const TrafficMirrorFilterRuleField: {
4297
+ readonly description: "description";
4298
+ readonly destination_port_range: "destination-port-range";
4299
+ readonly protocol: "protocol";
4300
+ readonly source_port_range: "source-port-range";
4301
+ };
4302
+ export type TrafficMirrorFilterRuleField =
4303
+ (typeof TrafficMirrorFilterRuleField)[keyof typeof TrafficMirrorFilterRuleField];
4304
+ export declare const TrafficMirrorSessionField: {
4305
+ readonly description: "description";
4306
+ readonly packet_length: "packet-length";
4307
+ readonly virtual_network_id: "virtual-network-id";
4308
+ };
4309
+ export type TrafficMirrorSessionField =
4310
+ (typeof TrafficMirrorSessionField)[keyof typeof TrafficMirrorSessionField];
4311
+ export declare const VpcTenancy: {
4312
+ readonly default: "default";
4313
+ };
4314
+ export type VpcTenancy = (typeof VpcTenancy)[keyof typeof VpcTenancy];
4315
+ export declare const Status: {
4316
+ readonly inClassic: "InClassic";
4317
+ readonly inVpc: "InVpc";
4318
+ readonly moveInProgress: "MoveInProgress";
4319
+ };
4320
+ export type Status = (typeof Status)[keyof typeof Status];
4321
+ export declare const VerificationMethod: {
4322
+ readonly dns_token: "dns-token";
4323
+ readonly remarks_x509: "remarks-x509";
4324
+ };
4325
+ export type VerificationMethod =
4326
+ (typeof VerificationMethod)[keyof typeof VerificationMethod];
4327
+ export declare const ReportInstanceReasonCodes: {
4328
+ readonly instance_stuck_in_state: "instance-stuck-in-state";
4329
+ readonly not_accepting_credentials: "not-accepting-credentials";
4330
+ readonly other: "other";
4331
+ readonly password_not_available: "password-not-available";
4332
+ readonly performance_ebs_volume: "performance-ebs-volume";
4333
+ readonly performance_instance_store: "performance-instance-store";
4334
+ readonly performance_network: "performance-network";
4335
+ readonly performance_other: "performance-other";
4336
+ readonly unresponsive: "unresponsive";
4337
+ };
4338
+ export type ReportInstanceReasonCodes =
4339
+ (typeof ReportInstanceReasonCodes)[keyof typeof ReportInstanceReasonCodes];
4340
+ export declare const ReportStatusType: {
4341
+ readonly impaired: "impaired";
4342
+ readonly ok: "ok";
4343
+ };
4344
+ export type ReportStatusType =
4345
+ (typeof ReportStatusType)[keyof typeof ReportStatusType];
4346
+ export declare const ResetFpgaImageAttributeName: {
4347
+ readonly loadPermission: "loadPermission";
4348
+ };
4349
+ export type ResetFpgaImageAttributeName =
4350
+ (typeof ResetFpgaImageAttributeName)[keyof typeof ResetFpgaImageAttributeName];
4351
+ export declare const ResetImageAttributeName: {
4352
+ readonly launchPermission: "launchPermission";
4353
+ };
4354
+ export type ResetImageAttributeName =
4355
+ (typeof ResetImageAttributeName)[keyof typeof ResetImageAttributeName];
4356
+ export declare const MembershipType: {
4357
+ readonly igmp: "igmp";
4358
+ readonly static: "static";
4359
+ };
4360
+ export type MembershipType =
4361
+ (typeof MembershipType)[keyof typeof MembershipType];