@aws-sdk/client-ec2 3.934.0 → 3.935.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1335) hide show
  1. package/README.md +72 -0
  2. package/dist-cjs/index.js +948 -86
  3. package/dist-es/EC2.js +18 -0
  4. package/dist-es/commands/CreateIpamPolicyCommand.js +16 -0
  5. package/dist-es/commands/DeleteIpamPolicyCommand.js +16 -0
  6. package/dist-es/commands/DescribeIpamPoliciesCommand.js +16 -0
  7. package/dist-es/commands/DisableIpamPolicyCommand.js +16 -0
  8. package/dist-es/commands/EnableIpamPolicyCommand.js +16 -0
  9. package/dist-es/commands/GetEnabledIpamPolicyCommand.js +16 -0
  10. package/dist-es/commands/GetIpamPolicyAllocationRulesCommand.js +16 -0
  11. package/dist-es/commands/GetIpamPolicyOrganizationTargetsCommand.js +16 -0
  12. package/dist-es/commands/ModifyIpamPolicyAllocationRulesCommand.js +16 -0
  13. package/dist-es/commands/index.js +9 -0
  14. package/dist-es/index.js +1 -1
  15. package/dist-es/models/enums.js +3604 -0
  16. package/dist-es/models/models_0.js +1 -521
  17. package/dist-es/models/models_1.js +1 -1619
  18. package/dist-es/models/models_2.js +1 -354
  19. package/dist-es/models/models_3.js +1 -158
  20. package/dist-es/models/models_4.js +1 -331
  21. package/dist-es/models/models_5.js +1 -213
  22. package/dist-es/models/models_6.js +1 -187
  23. package/dist-es/models/models_7.js +1 -131
  24. package/dist-es/schemas/schemas_0.js +777 -78
  25. package/dist-types/EC2.d.ts +66 -0
  26. package/dist-types/EC2Client.d.ts +11 -2
  27. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  28. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  29. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  30. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +2 -0
  31. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  32. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +4 -0
  33. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  34. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  35. package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
  36. package/dist-types/commands/CopyImageCommand.d.ts +2 -2
  37. package/dist-types/commands/CopySnapshotCommand.d.ts +2 -2
  38. package/dist-types/commands/CopyVolumesCommand.d.ts +2 -2
  39. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +2 -2
  40. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -2
  41. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -2
  42. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  43. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -2
  44. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -2
  45. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
  48. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
  49. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +2 -2
  52. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +3 -2
  53. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -2
  56. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateIpamPolicyCommand.d.ts +103 -0
  66. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  73. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -3
  74. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -2
  76. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -2
  77. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -2
  78. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +2 -2
  79. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +2 -2
  80. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +2 -2
  81. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
  82. package/dist-types/commands/CreateNatGatewayCommand.d.ts +22 -5
  83. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
  84. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -2
  86. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
  87. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -2
  88. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  89. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -2
  90. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
  91. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -2
  92. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
  94. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
  96. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
  97. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +2 -2
  98. package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
  99. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
  100. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
  101. package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
  102. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  116. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  117. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  118. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -3
  120. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
  121. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
  122. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
  123. package/dist-types/commands/CreateVolumeCommand.d.ts +3 -3
  124. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -2
  125. package/dist-types/commands/CreateVpcCommand.d.ts +2 -2
  126. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -2
  127. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  128. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -2
  129. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
  130. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +2 -2
  131. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -2
  132. package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  133. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -2
  134. package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
  135. package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  136. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  137. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
  138. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
  139. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  140. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  141. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  142. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  143. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  144. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
  145. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
  146. package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +1 -1
  147. package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
  148. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  149. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  150. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
  151. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  152. package/dist-types/commands/DeleteIpamPolicyCommand.d.ts +90 -0
  153. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  154. package/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
  155. package/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
  156. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  157. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
  158. package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
  159. package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
  160. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  161. package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  162. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
  163. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  164. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  165. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  166. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  167. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  168. package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
  169. package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
  170. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  171. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  172. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  173. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  174. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  175. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  176. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  177. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  178. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  179. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  180. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  181. package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
  182. package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  183. package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  184. package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
  185. package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
  186. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  187. package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
  188. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  189. package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
  190. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  191. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  192. package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  193. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
  194. package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  195. package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  196. package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
  197. package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  198. package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  199. package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  200. package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
  201. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  202. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  203. package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  204. package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  205. package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  206. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
  207. package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
  208. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  209. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
  210. package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
  211. package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
  212. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -2
  213. package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
  214. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
  215. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  216. package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
  217. package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  218. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  219. package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
  220. package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
  221. package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
  222. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
  223. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  224. package/dist-types/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
  225. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
  226. package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
  227. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  228. package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  229. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
  230. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
  231. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  232. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  233. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  234. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
  235. package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
  236. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
  237. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  238. package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
  239. package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
  240. package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
  241. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  242. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
  243. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
  244. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  245. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  246. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
  247. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  248. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  249. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  250. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  251. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  252. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  253. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  254. package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
  255. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  256. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
  257. package/dist-types/commands/DescribeImageReferencesCommand.d.ts +1 -1
  258. package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
  259. package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
  260. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
  261. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  262. package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
  263. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  264. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  265. package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  266. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  267. package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  268. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  269. package/dist-types/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
  270. package/dist-types/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
  271. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -2
  272. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
  273. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  274. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
  275. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  276. package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  277. package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
  278. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +3 -2
  279. package/dist-types/commands/DescribeIpamPoliciesCommand.d.ts +105 -0
  280. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
  281. package/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
  282. package/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
  283. package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
  284. package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
  285. package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
  286. package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
  287. package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
  288. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
  289. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  290. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
  291. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  292. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  293. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  294. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
  295. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  296. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  297. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  298. package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
  299. package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
  300. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  301. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
  302. package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +7 -1
  303. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  304. package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  305. package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
  306. package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
  307. package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
  308. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  309. package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
  310. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  311. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +1 -1
  312. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
  313. package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
  314. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
  315. package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  316. package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
  317. package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  318. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  319. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  320. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  321. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  322. package/dist-types/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
  323. package/dist-types/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
  324. package/dist-types/commands/DescribeRouteServersCommand.d.ts +1 -1
  325. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  326. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  327. package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
  328. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  329. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
  330. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  331. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  332. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
  333. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  334. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  335. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  336. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  337. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  338. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  339. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -3
  340. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  341. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
  342. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  343. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  344. package/dist-types/commands/DescribeSubnetsCommand.d.ts +1 -1
  345. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -2
  346. package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
  347. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  348. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  349. package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  350. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  351. package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  352. package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  353. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
  354. package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  355. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
  356. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
  357. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  358. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  359. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  360. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  361. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  362. package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
  363. package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
  364. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  365. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  366. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  367. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
  368. package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
  369. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  370. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  371. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
  372. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  373. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  374. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  375. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
  376. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  377. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  378. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
  379. package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  380. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
  381. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
  382. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
  383. package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
  384. package/dist-types/commands/DescribeVpnConcentratorsCommand.d.ts +1 -1
  385. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
  386. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
  387. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  388. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
  389. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  390. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  391. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
  392. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
  393. package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
  394. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  395. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  396. package/dist-types/commands/DisableCapacityManagerCommand.d.ts +1 -1
  397. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  398. package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
  399. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  400. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  401. package/dist-types/commands/DisableImageCommand.d.ts +1 -1
  402. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
  403. package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
  404. package/dist-types/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  405. package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  406. package/dist-types/commands/DisableIpamPolicyCommand.d.ts +77 -0
  407. package/dist-types/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
  408. package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
  409. package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  410. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  411. package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  412. package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  413. package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  414. package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
  415. package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  416. package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  417. package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  418. package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  419. package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  420. package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  421. package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  422. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +3 -1
  423. package/dist-types/commands/DisassociateRouteServerCommand.d.ts +1 -1
  424. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
  425. package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  426. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
  427. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  428. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  429. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  430. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  431. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  432. package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
  433. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
  434. package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  435. package/dist-types/commands/EnableCapacityManagerCommand.d.ts +1 -1
  436. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  437. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  438. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  439. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  440. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  441. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  442. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  443. package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  444. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  445. package/dist-types/commands/EnableIpamPolicyCommand.d.ts +78 -0
  446. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  447. package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  448. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  449. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  450. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  451. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  452. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  453. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  454. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  455. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  456. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  457. package/dist-types/commands/ExportImageCommand.d.ts +2 -2
  458. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  459. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  460. package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
  461. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
  462. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  463. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  464. package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  465. package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
  466. package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
  467. package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
  468. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  469. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  470. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
  471. package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  472. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  473. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  474. package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  475. package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  476. package/dist-types/commands/GetEnabledIpamPolicyCommand.d.ts +77 -0
  477. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  478. package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  479. package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  480. package/dist-types/commands/GetImageAncestryCommand.d.ts +2 -2
  481. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  482. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
  483. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  484. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  485. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  486. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  487. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
  488. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  489. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  490. package/dist-types/commands/GetIpamPolicyAllocationRulesCommand.d.ts +101 -0
  491. package/dist-types/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +92 -0
  492. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  493. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +2 -1
  494. package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
  495. package/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
  496. package/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
  497. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  498. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  499. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  500. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  501. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  502. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  503. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  504. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  505. package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  506. package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  507. package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  508. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  509. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  510. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
  511. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
  512. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  513. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  514. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  515. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  516. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
  517. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  518. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  519. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  520. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  521. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  522. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  523. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  524. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  525. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  526. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  527. package/dist-types/commands/ImportImageCommand.d.ts +2 -2
  528. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  529. package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -2
  530. package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -2
  531. package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
  532. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  533. package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  534. package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
  535. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  536. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  537. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  538. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  539. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  540. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  541. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  542. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  543. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  544. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  545. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  546. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  547. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  548. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  549. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  550. package/dist-types/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
  551. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  552. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  553. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  554. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  555. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  556. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  557. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  558. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  559. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  560. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  561. package/dist-types/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +93 -0
  562. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  563. package/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
  564. package/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
  565. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  566. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  567. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  568. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  569. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  570. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  571. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  572. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  573. package/dist-types/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
  574. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  575. package/dist-types/commands/ModifyRouteServerCommand.d.ts +1 -1
  576. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  577. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  578. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  579. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  580. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  581. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  582. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  583. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  584. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  585. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  586. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  587. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  588. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  589. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  590. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  591. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  592. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  593. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  594. package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  595. package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
  596. package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  597. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  598. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  599. package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  600. package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  601. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  602. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  603. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  604. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  605. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  606. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  607. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  608. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  609. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  610. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  611. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  612. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  613. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  614. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  615. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  616. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  617. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  618. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
  619. package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  620. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
  621. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  622. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  623. package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
  624. package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
  625. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  626. package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  627. package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  628. package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  629. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  630. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  631. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  632. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  633. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  634. package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
  635. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  636. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  637. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  638. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
  639. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  640. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  641. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  642. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  643. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  644. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  645. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  646. package/dist-types/commands/RequestSpotFleetCommand.d.ts +3 -3
  647. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  648. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
  649. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  650. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  651. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  652. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  653. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  654. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  655. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  656. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  657. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  658. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  659. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  660. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  661. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  662. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  663. package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  664. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
  665. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  666. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  667. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  668. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  669. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
  670. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  671. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
  672. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
  673. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  674. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  675. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  676. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  677. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  678. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  679. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
  680. package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
  681. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  682. package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
  683. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  684. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  685. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  686. package/dist-types/commands/index.d.ts +9 -0
  687. package/dist-types/index.d.ts +9 -1
  688. package/dist-types/models/enums.d.ts +6980 -0
  689. package/dist-types/models/models_0.d.ts +2943 -1058
  690. package/dist-types/models/models_1.d.ts +9245 -8143
  691. package/dist-types/models/models_2.d.ts +4061 -6064
  692. package/dist-types/models/models_3.d.ts +9084 -3648
  693. package/dist-types/models/models_4.d.ts +7250 -6766
  694. package/dist-types/models/models_5.d.ts +4333 -7858
  695. package/dist-types/models/models_6.d.ts +5475 -4305
  696. package/dist-types/models/models_7.d.ts +2669 -6042
  697. package/dist-types/schemas/schemas_0.d.ts +39 -0
  698. package/dist-types/ts3.4/EC2.d.ts +156 -0
  699. package/dist-types/ts3.4/EC2Client.d.ts +54 -0
  700. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
  701. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
  702. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
  703. package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +1 -1
  704. package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  705. package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  706. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +1 -1
  707. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  708. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  709. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  710. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  711. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
  712. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
  713. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  714. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  715. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +1 -1
  716. package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  717. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -4
  718. package/dist-types/ts3.4/commands/CreateIpamPolicyCommand.d.ts +50 -0
  719. package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  720. package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
  721. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
  722. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  723. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  724. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  725. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  726. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  727. package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  728. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  729. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -2
  730. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
  731. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  732. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  733. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  734. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  735. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  736. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +1 -1
  737. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  738. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  739. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  740. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  741. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
  742. package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
  743. package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  744. package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  745. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +1 -1
  746. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
  747. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
  748. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
  749. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  750. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  751. package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +4 -2
  752. package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  753. package/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  754. package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  755. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -2
  756. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  757. package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
  758. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -1
  759. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  760. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  761. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  762. package/dist-types/ts3.4/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  763. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -1
  764. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  765. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
  766. package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
  767. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  768. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  769. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
  770. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
  771. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  772. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  773. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  774. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  775. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  776. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
  777. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +1 -1
  778. package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +1 -1
  779. package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
  780. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  781. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  782. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
  783. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  784. package/dist-types/ts3.4/commands/DeleteIpamPolicyCommand.d.ts +50 -0
  785. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
  786. package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
  787. package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
  788. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  789. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
  790. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
  791. package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
  792. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  793. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  794. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
  795. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  796. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  797. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  798. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  799. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  800. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
  801. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
  802. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  803. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  804. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  805. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  806. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  807. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  808. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  809. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
  810. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  811. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  812. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
  813. package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
  814. package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  815. package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  816. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
  817. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +1 -1
  818. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
  819. package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
  820. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  821. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
  822. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  823. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  824. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  825. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
  826. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  827. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  828. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
  829. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  830. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  831. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  832. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
  833. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  834. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  835. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  836. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  837. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  838. package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
  839. package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
  840. package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  841. package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
  842. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -1
  843. package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +4 -2
  844. package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
  845. package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
  846. package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  847. package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
  848. package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  849. package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  850. package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
  851. package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
  852. package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
  853. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
  854. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  855. package/dist-types/ts3.4/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
  856. package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
  857. package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
  858. package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  859. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  860. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
  861. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
  862. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  863. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  864. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  865. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +1 -1
  866. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
  867. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
  868. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  869. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
  870. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +1 -1
  871. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +1 -1
  872. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
  873. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
  874. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
  875. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  876. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  877. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
  878. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  879. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  880. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  881. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  882. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
  883. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  884. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  885. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
  886. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  887. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
  888. package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +1 -1
  889. package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
  890. package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
  891. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
  892. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  893. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
  894. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  895. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  896. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  897. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  898. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  899. package/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  900. package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
  901. package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
  902. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +4 -2
  903. package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +2 -4
  904. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  905. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +1 -1
  906. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +1 -1
  907. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  908. package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
  909. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
  910. package/dist-types/ts3.4/commands/DescribeIpamPoliciesCommand.d.ts +51 -0
  911. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +1 -1
  912. package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
  913. package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
  914. package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
  915. package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
  916. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
  917. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +1 -1
  918. package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
  919. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +1 -1
  920. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  921. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
  922. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  923. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  924. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  925. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
  926. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  927. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  928. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  929. package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
  930. package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
  931. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  932. package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +1 -1
  933. package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -1
  934. package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  935. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  936. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
  937. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
  938. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
  939. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  940. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
  941. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  942. package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +1 -1
  943. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
  944. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
  945. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
  946. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  947. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +1 -1
  948. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  949. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  950. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  951. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  952. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  953. package/dist-types/ts3.4/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
  954. package/dist-types/ts3.4/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
  955. package/dist-types/ts3.4/commands/DescribeRouteServersCommand.d.ts +1 -1
  956. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  957. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  958. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
  959. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  960. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
  961. package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  962. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  963. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
  964. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  965. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  966. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  967. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  968. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  969. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  970. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
  971. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  972. package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
  973. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  974. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  975. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +1 -1
  976. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
  977. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
  978. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  979. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  980. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  981. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  982. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  983. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  984. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
  985. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  986. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
  987. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
  988. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  989. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  990. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  991. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  992. package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  993. package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
  994. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
  995. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  996. package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  997. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  998. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
  999. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
  1000. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  1001. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  1002. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
  1003. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  1004. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  1005. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  1006. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
  1007. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  1008. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  1009. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
  1010. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  1011. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
  1012. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
  1013. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
  1014. package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +1 -1
  1015. package/dist-types/ts3.4/commands/DescribeVpnConcentratorsCommand.d.ts +1 -1
  1016. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
  1017. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
  1018. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  1019. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
  1020. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  1021. package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  1022. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
  1023. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
  1024. package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
  1025. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  1026. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  1027. package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +1 -1
  1028. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  1029. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
  1030. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  1031. package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  1032. package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
  1033. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
  1034. package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
  1035. package/dist-types/ts3.4/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  1036. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  1037. package/dist-types/ts3.4/commands/DisableIpamPolicyCommand.d.ts +51 -0
  1038. package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
  1039. package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
  1040. package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  1041. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  1042. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  1043. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  1044. package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  1045. package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +1 -1
  1046. package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  1047. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  1048. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  1049. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  1050. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  1051. package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  1052. package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  1053. package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  1054. package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +1 -1
  1055. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
  1056. package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  1057. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
  1058. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  1059. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  1060. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  1061. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  1062. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  1063. package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +1 -1
  1064. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
  1065. package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  1066. package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +1 -1
  1067. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  1068. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  1069. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  1070. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  1071. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  1072. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  1073. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  1074. package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  1075. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  1076. package/dist-types/ts3.4/commands/EnableIpamPolicyCommand.d.ts +50 -0
  1077. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  1078. package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  1079. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  1080. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  1081. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  1082. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  1083. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
  1084. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  1085. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  1086. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  1087. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  1088. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  1089. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  1090. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  1091. package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
  1092. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
  1093. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  1094. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  1095. package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  1096. package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
  1097. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
  1098. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
  1099. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  1100. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  1101. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
  1102. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  1103. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  1104. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  1105. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  1106. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  1107. package/dist-types/ts3.4/commands/GetEnabledIpamPolicyCommand.d.ts +51 -0
  1108. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  1109. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  1110. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  1111. package/dist-types/ts3.4/commands/GetImageAncestryCommand.d.ts +1 -1
  1112. package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  1113. package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
  1114. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  1115. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  1116. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  1117. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  1118. package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
  1119. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  1120. package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  1121. package/dist-types/ts3.4/commands/GetIpamPolicyAllocationRulesCommand.d.ts +51 -0
  1122. package/dist-types/ts3.4/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +51 -0
  1123. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  1124. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +2 -4
  1125. package/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
  1126. package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
  1127. package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
  1128. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  1129. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  1130. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  1131. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  1132. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  1133. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  1134. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  1135. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  1136. package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  1137. package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  1138. package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  1139. package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  1140. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  1141. package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
  1142. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
  1143. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  1144. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  1145. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  1146. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  1147. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
  1148. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  1149. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  1150. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  1151. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  1152. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  1153. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  1154. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  1155. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  1156. package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  1157. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  1158. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  1159. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
  1160. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
  1161. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +1 -1
  1162. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
  1163. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  1164. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  1165. package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
  1166. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  1167. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  1168. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  1169. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  1170. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  1171. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  1172. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  1173. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
  1174. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  1175. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  1176. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  1177. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  1178. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  1179. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  1180. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  1181. package/dist-types/ts3.4/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
  1182. package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  1183. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  1184. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  1185. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  1186. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  1187. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  1188. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  1189. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  1190. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  1191. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  1192. package/dist-types/ts3.4/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +51 -0
  1193. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  1194. package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
  1195. package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
  1196. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  1197. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  1198. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  1199. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  1200. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  1201. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  1202. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  1203. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  1204. package/dist-types/ts3.4/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
  1205. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  1206. package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +1 -1
  1207. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  1208. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  1209. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  1210. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  1211. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  1212. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  1213. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  1214. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  1215. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  1216. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  1217. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  1218. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  1219. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  1220. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  1221. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  1222. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  1223. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  1224. package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  1225. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  1226. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
  1227. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  1228. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  1229. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  1230. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  1231. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  1232. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  1233. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  1234. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  1235. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  1236. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  1237. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  1238. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  1239. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  1240. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  1241. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
  1242. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  1243. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  1244. package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  1245. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  1246. package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  1247. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  1248. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  1249. package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  1250. package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  1251. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
  1252. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  1253. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  1254. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
  1255. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
  1256. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  1257. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  1258. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  1259. package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  1260. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  1261. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  1262. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  1263. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  1264. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  1265. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
  1266. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  1267. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  1268. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  1269. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
  1270. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  1271. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  1272. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  1273. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  1274. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  1275. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  1276. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  1277. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
  1278. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  1279. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
  1280. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  1281. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  1282. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  1283. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  1284. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  1285. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  1286. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  1287. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  1288. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  1289. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  1290. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  1291. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  1292. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  1293. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  1294. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +2 -2
  1295. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
  1296. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  1297. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  1298. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  1299. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  1300. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  1301. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
  1302. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  1303. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  1304. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  1305. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  1306. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  1307. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  1308. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  1309. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  1310. package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  1311. package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
  1312. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  1313. package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
  1314. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  1315. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  1316. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  1317. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  1318. package/dist-types/ts3.4/index.d.ts +9 -1
  1319. package/dist-types/ts3.4/models/enums.d.ts +4361 -0
  1320. package/dist-types/ts3.4/models/models_0.d.ts +595 -642
  1321. package/dist-types/ts3.4/models/models_1.d.ts +1362 -2296
  1322. package/dist-types/ts3.4/models/models_2.d.ts +1527 -2046
  1323. package/dist-types/ts3.4/models/models_3.d.ts +1793 -1316
  1324. package/dist-types/ts3.4/models/models_4.d.ts +1768 -1878
  1325. package/dist-types/ts3.4/models/models_5.d.ts +1273 -1692
  1326. package/dist-types/ts3.4/models/models_6.d.ts +1529 -1302
  1327. package/dist-types/ts3.4/models/models_7.d.ts +806 -1614
  1328. package/dist-types/ts3.4/schemas/schemas_0.d.ts +39 -0
  1329. package/package.json +13 -13
  1330. package/dist-es/models/index.js +0 -9
  1331. package/dist-es/models/models_8.js +0 -51
  1332. package/dist-types/models/index.d.ts +0 -9
  1333. package/dist-types/models/models_8.d.ts +0 -7488
  1334. package/dist-types/ts3.4/models/index.d.ts +0 -9
  1335. package/dist-types/ts3.4/models/models_8.d.ts +0 -1694
@@ -1,1619 +1 @@
1
- export const VolumeType = {
2
- gp2: "gp2",
3
- gp3: "gp3",
4
- io1: "io1",
5
- io2: "io2",
6
- sc1: "sc1",
7
- st1: "st1",
8
- standard: "standard",
9
- };
10
- export const SSEType = {
11
- none: "none",
12
- sse_ebs: "sse-ebs",
13
- sse_kms: "sse-kms",
14
- };
15
- export const VolumeState = {
16
- available: "available",
17
- creating: "creating",
18
- deleted: "deleted",
19
- deleting: "deleting",
20
- error: "error",
21
- in_use: "in-use",
22
- };
23
- export const OutputFormat = {
24
- CSV: "csv",
25
- PARQUET: "parquet",
26
- };
27
- export const Schedule = {
28
- HOURLY: "hourly",
29
- };
30
- export const CapacityReservationDeliveryPreference = {
31
- FIXED: "fixed",
32
- INCREMENTAL: "incremental",
33
- };
34
- export const EndDateType = {
35
- limited: "limited",
36
- unlimited: "unlimited",
37
- };
38
- export const InstanceMatchCriteria = {
39
- open: "open",
40
- targeted: "targeted",
41
- };
42
- export const CapacityReservationInstancePlatform = {
43
- LINUX_UNIX: "Linux/UNIX",
44
- LINUX_WITH_SQL_SERVER_ENTERPRISE: "Linux with SQL Server Enterprise",
45
- LINUX_WITH_SQL_SERVER_STANDARD: "Linux with SQL Server Standard",
46
- LINUX_WITH_SQL_SERVER_WEB: "Linux with SQL Server Web",
47
- RED_HAT_ENTERPRISE_LINUX: "Red Hat Enterprise Linux",
48
- RHEL_WITH_HA: "RHEL with HA",
49
- RHEL_WITH_HA_AND_SQL_SERVER_ENTERPRISE: "RHEL with HA and SQL Server Enterprise",
50
- RHEL_WITH_HA_AND_SQL_SERVER_STANDARD: "RHEL with HA and SQL Server Standard",
51
- RHEL_WITH_SQL_SERVER_ENTERPRISE: "RHEL with SQL Server Enterprise",
52
- RHEL_WITH_SQL_SERVER_STANDARD: "RHEL with SQL Server Standard",
53
- RHEL_WITH_SQL_SERVER_WEB: "RHEL with SQL Server Web",
54
- SUSE_LINUX: "SUSE Linux",
55
- UBUNTU_PRO_LINUX: "Ubuntu Pro",
56
- WINDOWS: "Windows",
57
- WINDOWS_WITH_SQL_SERVER: "Windows with SQL Server",
58
- WINDOWS_WITH_SQL_SERVER_ENTERPRISE: "Windows with SQL Server Enterprise",
59
- WINDOWS_WITH_SQL_SERVER_STANDARD: "Windows with SQL Server Standard",
60
- WINDOWS_WITH_SQL_SERVER_WEB: "Windows with SQL Server Web",
61
- };
62
- export const CapacityReservationTenancy = {
63
- dedicated: "dedicated",
64
- default: "default",
65
- };
66
- export const CapacityReservationType = {
67
- CAPACITY_BLOCK: "capacity-block",
68
- DEFAULT: "default",
69
- };
70
- export const CapacityReservationState = {
71
- active: "active",
72
- assessing: "assessing",
73
- cancelled: "cancelled",
74
- delayed: "delayed",
75
- expired: "expired",
76
- failed: "failed",
77
- payment_failed: "payment-failed",
78
- payment_pending: "payment-pending",
79
- pending: "pending",
80
- scheduled: "scheduled",
81
- unavailable: "unavailable",
82
- unsupported: "unsupported",
83
- };
84
- export const FleetInstanceMatchCriteria = {
85
- open: "open",
86
- };
87
- export const _InstanceType = {
88
- a1_2xlarge: "a1.2xlarge",
89
- a1_4xlarge: "a1.4xlarge",
90
- a1_large: "a1.large",
91
- a1_medium: "a1.medium",
92
- a1_metal: "a1.metal",
93
- a1_xlarge: "a1.xlarge",
94
- c1_medium: "c1.medium",
95
- c1_xlarge: "c1.xlarge",
96
- c3_2xlarge: "c3.2xlarge",
97
- c3_4xlarge: "c3.4xlarge",
98
- c3_8xlarge: "c3.8xlarge",
99
- c3_large: "c3.large",
100
- c3_xlarge: "c3.xlarge",
101
- c4_2xlarge: "c4.2xlarge",
102
- c4_4xlarge: "c4.4xlarge",
103
- c4_8xlarge: "c4.8xlarge",
104
- c4_large: "c4.large",
105
- c4_xlarge: "c4.xlarge",
106
- c5_12xlarge: "c5.12xlarge",
107
- c5_18xlarge: "c5.18xlarge",
108
- c5_24xlarge: "c5.24xlarge",
109
- c5_2xlarge: "c5.2xlarge",
110
- c5_4xlarge: "c5.4xlarge",
111
- c5_9xlarge: "c5.9xlarge",
112
- c5_large: "c5.large",
113
- c5_metal: "c5.metal",
114
- c5_xlarge: "c5.xlarge",
115
- c5a_12xlarge: "c5a.12xlarge",
116
- c5a_16xlarge: "c5a.16xlarge",
117
- c5a_24xlarge: "c5a.24xlarge",
118
- c5a_2xlarge: "c5a.2xlarge",
119
- c5a_4xlarge: "c5a.4xlarge",
120
- c5a_8xlarge: "c5a.8xlarge",
121
- c5a_large: "c5a.large",
122
- c5a_xlarge: "c5a.xlarge",
123
- c5ad_12xlarge: "c5ad.12xlarge",
124
- c5ad_16xlarge: "c5ad.16xlarge",
125
- c5ad_24xlarge: "c5ad.24xlarge",
126
- c5ad_2xlarge: "c5ad.2xlarge",
127
- c5ad_4xlarge: "c5ad.4xlarge",
128
- c5ad_8xlarge: "c5ad.8xlarge",
129
- c5ad_large: "c5ad.large",
130
- c5ad_xlarge: "c5ad.xlarge",
131
- c5d_12xlarge: "c5d.12xlarge",
132
- c5d_18xlarge: "c5d.18xlarge",
133
- c5d_24xlarge: "c5d.24xlarge",
134
- c5d_2xlarge: "c5d.2xlarge",
135
- c5d_4xlarge: "c5d.4xlarge",
136
- c5d_9xlarge: "c5d.9xlarge",
137
- c5d_large: "c5d.large",
138
- c5d_metal: "c5d.metal",
139
- c5d_xlarge: "c5d.xlarge",
140
- c5n_18xlarge: "c5n.18xlarge",
141
- c5n_2xlarge: "c5n.2xlarge",
142
- c5n_4xlarge: "c5n.4xlarge",
143
- c5n_9xlarge: "c5n.9xlarge",
144
- c5n_large: "c5n.large",
145
- c5n_metal: "c5n.metal",
146
- c5n_xlarge: "c5n.xlarge",
147
- c6a_12xlarge: "c6a.12xlarge",
148
- c6a_16xlarge: "c6a.16xlarge",
149
- c6a_24xlarge: "c6a.24xlarge",
150
- c6a_2xlarge: "c6a.2xlarge",
151
- c6a_32xlarge: "c6a.32xlarge",
152
- c6a_48xlarge: "c6a.48xlarge",
153
- c6a_4xlarge: "c6a.4xlarge",
154
- c6a_8xlarge: "c6a.8xlarge",
155
- c6a_large: "c6a.large",
156
- c6a_metal: "c6a.metal",
157
- c6a_xlarge: "c6a.xlarge",
158
- c6g_12xlarge: "c6g.12xlarge",
159
- c6g_16xlarge: "c6g.16xlarge",
160
- c6g_2xlarge: "c6g.2xlarge",
161
- c6g_4xlarge: "c6g.4xlarge",
162
- c6g_8xlarge: "c6g.8xlarge",
163
- c6g_large: "c6g.large",
164
- c6g_medium: "c6g.medium",
165
- c6g_metal: "c6g.metal",
166
- c6g_xlarge: "c6g.xlarge",
167
- c6gd_12xlarge: "c6gd.12xlarge",
168
- c6gd_16xlarge: "c6gd.16xlarge",
169
- c6gd_2xlarge: "c6gd.2xlarge",
170
- c6gd_4xlarge: "c6gd.4xlarge",
171
- c6gd_8xlarge: "c6gd.8xlarge",
172
- c6gd_large: "c6gd.large",
173
- c6gd_medium: "c6gd.medium",
174
- c6gd_metal: "c6gd.metal",
175
- c6gd_xlarge: "c6gd.xlarge",
176
- c6gn_12xlarge: "c6gn.12xlarge",
177
- c6gn_16xlarge: "c6gn.16xlarge",
178
- c6gn_2xlarge: "c6gn.2xlarge",
179
- c6gn_4xlarge: "c6gn.4xlarge",
180
- c6gn_8xlarge: "c6gn.8xlarge",
181
- c6gn_large: "c6gn.large",
182
- c6gn_medium: "c6gn.medium",
183
- c6gn_xlarge: "c6gn.xlarge",
184
- c6i_12xlarge: "c6i.12xlarge",
185
- c6i_16xlarge: "c6i.16xlarge",
186
- c6i_24xlarge: "c6i.24xlarge",
187
- c6i_2xlarge: "c6i.2xlarge",
188
- c6i_32xlarge: "c6i.32xlarge",
189
- c6i_4xlarge: "c6i.4xlarge",
190
- c6i_8xlarge: "c6i.8xlarge",
191
- c6i_large: "c6i.large",
192
- c6i_metal: "c6i.metal",
193
- c6i_xlarge: "c6i.xlarge",
194
- c6id_12xlarge: "c6id.12xlarge",
195
- c6id_16xlarge: "c6id.16xlarge",
196
- c6id_24xlarge: "c6id.24xlarge",
197
- c6id_2xlarge: "c6id.2xlarge",
198
- c6id_32xlarge: "c6id.32xlarge",
199
- c6id_4xlarge: "c6id.4xlarge",
200
- c6id_8xlarge: "c6id.8xlarge",
201
- c6id_large: "c6id.large",
202
- c6id_metal: "c6id.metal",
203
- c6id_xlarge: "c6id.xlarge",
204
- c6in_12xlarge: "c6in.12xlarge",
205
- c6in_16xlarge: "c6in.16xlarge",
206
- c6in_24xlarge: "c6in.24xlarge",
207
- c6in_2xlarge: "c6in.2xlarge",
208
- c6in_32xlarge: "c6in.32xlarge",
209
- c6in_4xlarge: "c6in.4xlarge",
210
- c6in_8xlarge: "c6in.8xlarge",
211
- c6in_large: "c6in.large",
212
- c6in_metal: "c6in.metal",
213
- c6in_xlarge: "c6in.xlarge",
214
- c7a_12xlarge: "c7a.12xlarge",
215
- c7a_16xlarge: "c7a.16xlarge",
216
- c7a_24xlarge: "c7a.24xlarge",
217
- c7a_2xlarge: "c7a.2xlarge",
218
- c7a_32xlarge: "c7a.32xlarge",
219
- c7a_48xlarge: "c7a.48xlarge",
220
- c7a_4xlarge: "c7a.4xlarge",
221
- c7a_8xlarge: "c7a.8xlarge",
222
- c7a_large: "c7a.large",
223
- c7a_medium: "c7a.medium",
224
- c7a_metal_48xl: "c7a.metal-48xl",
225
- c7a_xlarge: "c7a.xlarge",
226
- c7g_12xlarge: "c7g.12xlarge",
227
- c7g_16xlarge: "c7g.16xlarge",
228
- c7g_2xlarge: "c7g.2xlarge",
229
- c7g_4xlarge: "c7g.4xlarge",
230
- c7g_8xlarge: "c7g.8xlarge",
231
- c7g_large: "c7g.large",
232
- c7g_medium: "c7g.medium",
233
- c7g_metal: "c7g.metal",
234
- c7g_xlarge: "c7g.xlarge",
235
- c7gd_12xlarge: "c7gd.12xlarge",
236
- c7gd_16xlarge: "c7gd.16xlarge",
237
- c7gd_2xlarge: "c7gd.2xlarge",
238
- c7gd_4xlarge: "c7gd.4xlarge",
239
- c7gd_8xlarge: "c7gd.8xlarge",
240
- c7gd_large: "c7gd.large",
241
- c7gd_medium: "c7gd.medium",
242
- c7gd_metal: "c7gd.metal",
243
- c7gd_xlarge: "c7gd.xlarge",
244
- c7gn_12xlarge: "c7gn.12xlarge",
245
- c7gn_16xlarge: "c7gn.16xlarge",
246
- c7gn_2xlarge: "c7gn.2xlarge",
247
- c7gn_4xlarge: "c7gn.4xlarge",
248
- c7gn_8xlarge: "c7gn.8xlarge",
249
- c7gn_large: "c7gn.large",
250
- c7gn_medium: "c7gn.medium",
251
- c7gn_metal: "c7gn.metal",
252
- c7gn_xlarge: "c7gn.xlarge",
253
- c7i_12xlarge: "c7i.12xlarge",
254
- c7i_16xlarge: "c7i.16xlarge",
255
- c7i_24xlarge: "c7i.24xlarge",
256
- c7i_2xlarge: "c7i.2xlarge",
257
- c7i_48xlarge: "c7i.48xlarge",
258
- c7i_4xlarge: "c7i.4xlarge",
259
- c7i_8xlarge: "c7i.8xlarge",
260
- c7i_flex_12xlarge: "c7i-flex.12xlarge",
261
- c7i_flex_16xlarge: "c7i-flex.16xlarge",
262
- c7i_flex_2xlarge: "c7i-flex.2xlarge",
263
- c7i_flex_4xlarge: "c7i-flex.4xlarge",
264
- c7i_flex_8xlarge: "c7i-flex.8xlarge",
265
- c7i_flex_large: "c7i-flex.large",
266
- c7i_flex_xlarge: "c7i-flex.xlarge",
267
- c7i_large: "c7i.large",
268
- c7i_metal_24xl: "c7i.metal-24xl",
269
- c7i_metal_48xl: "c7i.metal-48xl",
270
- c7i_xlarge: "c7i.xlarge",
271
- c8g_12xlarge: "c8g.12xlarge",
272
- c8g_16xlarge: "c8g.16xlarge",
273
- c8g_24xlarge: "c8g.24xlarge",
274
- c8g_2xlarge: "c8g.2xlarge",
275
- c8g_48xlarge: "c8g.48xlarge",
276
- c8g_4xlarge: "c8g.4xlarge",
277
- c8g_8xlarge: "c8g.8xlarge",
278
- c8g_large: "c8g.large",
279
- c8g_medium: "c8g.medium",
280
- c8g_metal_24xl: "c8g.metal-24xl",
281
- c8g_metal_48xl: "c8g.metal-48xl",
282
- c8g_xlarge: "c8g.xlarge",
283
- c8gd_12xlarge: "c8gd.12xlarge",
284
- c8gd_16xlarge: "c8gd.16xlarge",
285
- c8gd_24xlarge: "c8gd.24xlarge",
286
- c8gd_2xlarge: "c8gd.2xlarge",
287
- c8gd_48xlarge: "c8gd.48xlarge",
288
- c8gd_4xlarge: "c8gd.4xlarge",
289
- c8gd_8xlarge: "c8gd.8xlarge",
290
- c8gd_large: "c8gd.large",
291
- c8gd_medium: "c8gd.medium",
292
- c8gd_metal_24xl: "c8gd.metal-24xl",
293
- c8gd_metal_48xl: "c8gd.metal-48xl",
294
- c8gd_xlarge: "c8gd.xlarge",
295
- c8gn_12xlarge: "c8gn.12xlarge",
296
- c8gn_16xlarge: "c8gn.16xlarge",
297
- c8gn_24xlarge: "c8gn.24xlarge",
298
- c8gn_2xlarge: "c8gn.2xlarge",
299
- c8gn_48xlarge: "c8gn.48xlarge",
300
- c8gn_4xlarge: "c8gn.4xlarge",
301
- c8gn_8xlarge: "c8gn.8xlarge",
302
- c8gn_large: "c8gn.large",
303
- c8gn_medium: "c8gn.medium",
304
- c8gn_metal_24xl: "c8gn.metal-24xl",
305
- c8gn_metal_48xl: "c8gn.metal-48xl",
306
- c8gn_xlarge: "c8gn.xlarge",
307
- c8i_12xlarge: "c8i.12xlarge",
308
- c8i_16xlarge: "c8i.16xlarge",
309
- c8i_24xlarge: "c8i.24xlarge",
310
- c8i_2xlarge: "c8i.2xlarge",
311
- c8i_32xlarge: "c8i.32xlarge",
312
- c8i_48xlarge: "c8i.48xlarge",
313
- c8i_4xlarge: "c8i.4xlarge",
314
- c8i_8xlarge: "c8i.8xlarge",
315
- c8i_96xlarge: "c8i.96xlarge",
316
- c8i_flex_12xlarge: "c8i-flex.12xlarge",
317
- c8i_flex_16xlarge: "c8i-flex.16xlarge",
318
- c8i_flex_2xlarge: "c8i-flex.2xlarge",
319
- c8i_flex_4xlarge: "c8i-flex.4xlarge",
320
- c8i_flex_8xlarge: "c8i-flex.8xlarge",
321
- c8i_flex_large: "c8i-flex.large",
322
- c8i_flex_xlarge: "c8i-flex.xlarge",
323
- c8i_large: "c8i.large",
324
- c8i_metal_48xl: "c8i.metal-48xl",
325
- c8i_metal_96xl: "c8i.metal-96xl",
326
- c8i_xlarge: "c8i.xlarge",
327
- cc1_4xlarge: "cc1.4xlarge",
328
- cc2_8xlarge: "cc2.8xlarge",
329
- cg1_4xlarge: "cg1.4xlarge",
330
- cr1_8xlarge: "cr1.8xlarge",
331
- d2_2xlarge: "d2.2xlarge",
332
- d2_4xlarge: "d2.4xlarge",
333
- d2_8xlarge: "d2.8xlarge",
334
- d2_xlarge: "d2.xlarge",
335
- d3_2xlarge: "d3.2xlarge",
336
- d3_4xlarge: "d3.4xlarge",
337
- d3_8xlarge: "d3.8xlarge",
338
- d3_xlarge: "d3.xlarge",
339
- d3en_12xlarge: "d3en.12xlarge",
340
- d3en_2xlarge: "d3en.2xlarge",
341
- d3en_4xlarge: "d3en.4xlarge",
342
- d3en_6xlarge: "d3en.6xlarge",
343
- d3en_8xlarge: "d3en.8xlarge",
344
- d3en_xlarge: "d3en.xlarge",
345
- dl1_24xlarge: "dl1.24xlarge",
346
- dl2q_24xlarge: "dl2q.24xlarge",
347
- f1_16xlarge: "f1.16xlarge",
348
- f1_2xlarge: "f1.2xlarge",
349
- f1_4xlarge: "f1.4xlarge",
350
- f2_12xlarge: "f2.12xlarge",
351
- f2_48xlarge: "f2.48xlarge",
352
- f2_6xlarge: "f2.6xlarge",
353
- g2_2xlarge: "g2.2xlarge",
354
- g2_8xlarge: "g2.8xlarge",
355
- g3_16xlarge: "g3.16xlarge",
356
- g3_4xlarge: "g3.4xlarge",
357
- g3_8xlarge: "g3.8xlarge",
358
- g3s_xlarge: "g3s.xlarge",
359
- g4ad_16xlarge: "g4ad.16xlarge",
360
- g4ad_2xlarge: "g4ad.2xlarge",
361
- g4ad_4xlarge: "g4ad.4xlarge",
362
- g4ad_8xlarge: "g4ad.8xlarge",
363
- g4ad_xlarge: "g4ad.xlarge",
364
- g4dn_12xlarge: "g4dn.12xlarge",
365
- g4dn_16xlarge: "g4dn.16xlarge",
366
- g4dn_2xlarge: "g4dn.2xlarge",
367
- g4dn_4xlarge: "g4dn.4xlarge",
368
- g4dn_8xlarge: "g4dn.8xlarge",
369
- g4dn_metal: "g4dn.metal",
370
- g4dn_xlarge: "g4dn.xlarge",
371
- g5_12xlarge: "g5.12xlarge",
372
- g5_16xlarge: "g5.16xlarge",
373
- g5_24xlarge: "g5.24xlarge",
374
- g5_2xlarge: "g5.2xlarge",
375
- g5_48xlarge: "g5.48xlarge",
376
- g5_4xlarge: "g5.4xlarge",
377
- g5_8xlarge: "g5.8xlarge",
378
- g5_xlarge: "g5.xlarge",
379
- g5g_16xlarge: "g5g.16xlarge",
380
- g5g_2xlarge: "g5g.2xlarge",
381
- g5g_4xlarge: "g5g.4xlarge",
382
- g5g_8xlarge: "g5g.8xlarge",
383
- g5g_metal: "g5g.metal",
384
- g5g_xlarge: "g5g.xlarge",
385
- g6_12xlarge: "g6.12xlarge",
386
- g6_16xlarge: "g6.16xlarge",
387
- g6_24xlarge: "g6.24xlarge",
388
- g6_2xlarge: "g6.2xlarge",
389
- g6_48xlarge: "g6.48xlarge",
390
- g6_4xlarge: "g6.4xlarge",
391
- g6_8xlarge: "g6.8xlarge",
392
- g6_xlarge: "g6.xlarge",
393
- g6e_12xlarge: "g6e.12xlarge",
394
- g6e_16xlarge: "g6e.16xlarge",
395
- g6e_24xlarge: "g6e.24xlarge",
396
- g6e_2xlarge: "g6e.2xlarge",
397
- g6e_48xlarge: "g6e.48xlarge",
398
- g6e_4xlarge: "g6e.4xlarge",
399
- g6e_8xlarge: "g6e.8xlarge",
400
- g6e_xlarge: "g6e.xlarge",
401
- g6f_2xlarge: "g6f.2xlarge",
402
- g6f_4xlarge: "g6f.4xlarge",
403
- g6f_large: "g6f.large",
404
- g6f_xlarge: "g6f.xlarge",
405
- gr6_4xlarge: "gr6.4xlarge",
406
- gr6_8xlarge: "gr6.8xlarge",
407
- gr6f_4xlarge: "gr6f.4xlarge",
408
- h1_16xlarge: "h1.16xlarge",
409
- h1_2xlarge: "h1.2xlarge",
410
- h1_4xlarge: "h1.4xlarge",
411
- h1_8xlarge: "h1.8xlarge",
412
- hi1_4xlarge: "hi1.4xlarge",
413
- hpc6a_48xlarge: "hpc6a.48xlarge",
414
- hpc6id_32xlarge: "hpc6id.32xlarge",
415
- hpc7a_12xlarge: "hpc7a.12xlarge",
416
- hpc7a_24xlarge: "hpc7a.24xlarge",
417
- hpc7a_48xlarge: "hpc7a.48xlarge",
418
- hpc7a_96xlarge: "hpc7a.96xlarge",
419
- hpc7g_16xlarge: "hpc7g.16xlarge",
420
- hpc7g_4xlarge: "hpc7g.4xlarge",
421
- hpc7g_8xlarge: "hpc7g.8xlarge",
422
- hs1_8xlarge: "hs1.8xlarge",
423
- i2_2xlarge: "i2.2xlarge",
424
- i2_4xlarge: "i2.4xlarge",
425
- i2_8xlarge: "i2.8xlarge",
426
- i2_xlarge: "i2.xlarge",
427
- i3_16xlarge: "i3.16xlarge",
428
- i3_2xlarge: "i3.2xlarge",
429
- i3_4xlarge: "i3.4xlarge",
430
- i3_8xlarge: "i3.8xlarge",
431
- i3_large: "i3.large",
432
- i3_metal: "i3.metal",
433
- i3_xlarge: "i3.xlarge",
434
- i3en_12xlarge: "i3en.12xlarge",
435
- i3en_24xlarge: "i3en.24xlarge",
436
- i3en_2xlarge: "i3en.2xlarge",
437
- i3en_3xlarge: "i3en.3xlarge",
438
- i3en_6xlarge: "i3en.6xlarge",
439
- i3en_large: "i3en.large",
440
- i3en_metal: "i3en.metal",
441
- i3en_xlarge: "i3en.xlarge",
442
- i4g_16xlarge: "i4g.16xlarge",
443
- i4g_2xlarge: "i4g.2xlarge",
444
- i4g_4xlarge: "i4g.4xlarge",
445
- i4g_8xlarge: "i4g.8xlarge",
446
- i4g_large: "i4g.large",
447
- i4g_xlarge: "i4g.xlarge",
448
- i4i_12xlarge: "i4i.12xlarge",
449
- i4i_16xlarge: "i4i.16xlarge",
450
- i4i_24xlarge: "i4i.24xlarge",
451
- i4i_2xlarge: "i4i.2xlarge",
452
- i4i_32xlarge: "i4i.32xlarge",
453
- i4i_4xlarge: "i4i.4xlarge",
454
- i4i_8xlarge: "i4i.8xlarge",
455
- i4i_large: "i4i.large",
456
- i4i_metal: "i4i.metal",
457
- i4i_xlarge: "i4i.xlarge",
458
- i7i_12xlarge: "i7i.12xlarge",
459
- i7i_16xlarge: "i7i.16xlarge",
460
- i7i_24xlarge: "i7i.24xlarge",
461
- i7i_2xlarge: "i7i.2xlarge",
462
- i7i_48xlarge: "i7i.48xlarge",
463
- i7i_4xlarge: "i7i.4xlarge",
464
- i7i_8xlarge: "i7i.8xlarge",
465
- i7i_large: "i7i.large",
466
- i7i_metal_24xl: "i7i.metal-24xl",
467
- i7i_metal_48xl: "i7i.metal-48xl",
468
- i7i_xlarge: "i7i.xlarge",
469
- i7ie_12xlarge: "i7ie.12xlarge",
470
- i7ie_18xlarge: "i7ie.18xlarge",
471
- i7ie_24xlarge: "i7ie.24xlarge",
472
- i7ie_2xlarge: "i7ie.2xlarge",
473
- i7ie_3xlarge: "i7ie.3xlarge",
474
- i7ie_48xlarge: "i7ie.48xlarge",
475
- i7ie_6xlarge: "i7ie.6xlarge",
476
- i7ie_large: "i7ie.large",
477
- i7ie_metal_24xl: "i7ie.metal-24xl",
478
- i7ie_metal_48xl: "i7ie.metal-48xl",
479
- i7ie_xlarge: "i7ie.xlarge",
480
- i8g_12xlarge: "i8g.12xlarge",
481
- i8g_16xlarge: "i8g.16xlarge",
482
- i8g_24xlarge: "i8g.24xlarge",
483
- i8g_2xlarge: "i8g.2xlarge",
484
- i8g_48xlarge: "i8g.48xlarge",
485
- i8g_4xlarge: "i8g.4xlarge",
486
- i8g_8xlarge: "i8g.8xlarge",
487
- i8g_large: "i8g.large",
488
- i8g_metal_24xl: "i8g.metal-24xl",
489
- i8g_xlarge: "i8g.xlarge",
490
- i8ge_12xlarge: "i8ge.12xlarge",
491
- i8ge_18xlarge: "i8ge.18xlarge",
492
- i8ge_24xlarge: "i8ge.24xlarge",
493
- i8ge_2xlarge: "i8ge.2xlarge",
494
- i8ge_3xlarge: "i8ge.3xlarge",
495
- i8ge_48xlarge: "i8ge.48xlarge",
496
- i8ge_6xlarge: "i8ge.6xlarge",
497
- i8ge_large: "i8ge.large",
498
- i8ge_metal_24xl: "i8ge.metal-24xl",
499
- i8ge_metal_48xl: "i8ge.metal-48xl",
500
- i8ge_xlarge: "i8ge.xlarge",
501
- im4gn_16xlarge: "im4gn.16xlarge",
502
- im4gn_2xlarge: "im4gn.2xlarge",
503
- im4gn_4xlarge: "im4gn.4xlarge",
504
- im4gn_8xlarge: "im4gn.8xlarge",
505
- im4gn_large: "im4gn.large",
506
- im4gn_xlarge: "im4gn.xlarge",
507
- inf1_24xlarge: "inf1.24xlarge",
508
- inf1_2xlarge: "inf1.2xlarge",
509
- inf1_6xlarge: "inf1.6xlarge",
510
- inf1_xlarge: "inf1.xlarge",
511
- inf2_24xlarge: "inf2.24xlarge",
512
- inf2_48xlarge: "inf2.48xlarge",
513
- inf2_8xlarge: "inf2.8xlarge",
514
- inf2_xlarge: "inf2.xlarge",
515
- is4gen_2xlarge: "is4gen.2xlarge",
516
- is4gen_4xlarge: "is4gen.4xlarge",
517
- is4gen_8xlarge: "is4gen.8xlarge",
518
- is4gen_large: "is4gen.large",
519
- is4gen_medium: "is4gen.medium",
520
- is4gen_xlarge: "is4gen.xlarge",
521
- m1_large: "m1.large",
522
- m1_medium: "m1.medium",
523
- m1_small: "m1.small",
524
- m1_xlarge: "m1.xlarge",
525
- m2_2xlarge: "m2.2xlarge",
526
- m2_4xlarge: "m2.4xlarge",
527
- m2_xlarge: "m2.xlarge",
528
- m3_2xlarge: "m3.2xlarge",
529
- m3_large: "m3.large",
530
- m3_medium: "m3.medium",
531
- m3_xlarge: "m3.xlarge",
532
- m4_10xlarge: "m4.10xlarge",
533
- m4_16xlarge: "m4.16xlarge",
534
- m4_2xlarge: "m4.2xlarge",
535
- m4_4xlarge: "m4.4xlarge",
536
- m4_large: "m4.large",
537
- m4_xlarge: "m4.xlarge",
538
- m5_12xlarge: "m5.12xlarge",
539
- m5_16xlarge: "m5.16xlarge",
540
- m5_24xlarge: "m5.24xlarge",
541
- m5_2xlarge: "m5.2xlarge",
542
- m5_4xlarge: "m5.4xlarge",
543
- m5_8xlarge: "m5.8xlarge",
544
- m5_large: "m5.large",
545
- m5_metal: "m5.metal",
546
- m5_xlarge: "m5.xlarge",
547
- m5a_12xlarge: "m5a.12xlarge",
548
- m5a_16xlarge: "m5a.16xlarge",
549
- m5a_24xlarge: "m5a.24xlarge",
550
- m5a_2xlarge: "m5a.2xlarge",
551
- m5a_4xlarge: "m5a.4xlarge",
552
- m5a_8xlarge: "m5a.8xlarge",
553
- m5a_large: "m5a.large",
554
- m5a_xlarge: "m5a.xlarge",
555
- m5ad_12xlarge: "m5ad.12xlarge",
556
- m5ad_16xlarge: "m5ad.16xlarge",
557
- m5ad_24xlarge: "m5ad.24xlarge",
558
- m5ad_2xlarge: "m5ad.2xlarge",
559
- m5ad_4xlarge: "m5ad.4xlarge",
560
- m5ad_8xlarge: "m5ad.8xlarge",
561
- m5ad_large: "m5ad.large",
562
- m5ad_xlarge: "m5ad.xlarge",
563
- m5d_12xlarge: "m5d.12xlarge",
564
- m5d_16xlarge: "m5d.16xlarge",
565
- m5d_24xlarge: "m5d.24xlarge",
566
- m5d_2xlarge: "m5d.2xlarge",
567
- m5d_4xlarge: "m5d.4xlarge",
568
- m5d_8xlarge: "m5d.8xlarge",
569
- m5d_large: "m5d.large",
570
- m5d_metal: "m5d.metal",
571
- m5d_xlarge: "m5d.xlarge",
572
- m5dn_12xlarge: "m5dn.12xlarge",
573
- m5dn_16xlarge: "m5dn.16xlarge",
574
- m5dn_24xlarge: "m5dn.24xlarge",
575
- m5dn_2xlarge: "m5dn.2xlarge",
576
- m5dn_4xlarge: "m5dn.4xlarge",
577
- m5dn_8xlarge: "m5dn.8xlarge",
578
- m5dn_large: "m5dn.large",
579
- m5dn_metal: "m5dn.metal",
580
- m5dn_xlarge: "m5dn.xlarge",
581
- m5n_12xlarge: "m5n.12xlarge",
582
- m5n_16xlarge: "m5n.16xlarge",
583
- m5n_24xlarge: "m5n.24xlarge",
584
- m5n_2xlarge: "m5n.2xlarge",
585
- m5n_4xlarge: "m5n.4xlarge",
586
- m5n_8xlarge: "m5n.8xlarge",
587
- m5n_large: "m5n.large",
588
- m5n_metal: "m5n.metal",
589
- m5n_xlarge: "m5n.xlarge",
590
- m5zn_12xlarge: "m5zn.12xlarge",
591
- m5zn_2xlarge: "m5zn.2xlarge",
592
- m5zn_3xlarge: "m5zn.3xlarge",
593
- m5zn_6xlarge: "m5zn.6xlarge",
594
- m5zn_large: "m5zn.large",
595
- m5zn_metal: "m5zn.metal",
596
- m5zn_xlarge: "m5zn.xlarge",
597
- m6a_12xlarge: "m6a.12xlarge",
598
- m6a_16xlarge: "m6a.16xlarge",
599
- m6a_24xlarge: "m6a.24xlarge",
600
- m6a_2xlarge: "m6a.2xlarge",
601
- m6a_32xlarge: "m6a.32xlarge",
602
- m6a_48xlarge: "m6a.48xlarge",
603
- m6a_4xlarge: "m6a.4xlarge",
604
- m6a_8xlarge: "m6a.8xlarge",
605
- m6a_large: "m6a.large",
606
- m6a_metal: "m6a.metal",
607
- m6a_xlarge: "m6a.xlarge",
608
- m6g_12xlarge: "m6g.12xlarge",
609
- m6g_16xlarge: "m6g.16xlarge",
610
- m6g_2xlarge: "m6g.2xlarge",
611
- m6g_4xlarge: "m6g.4xlarge",
612
- m6g_8xlarge: "m6g.8xlarge",
613
- m6g_large: "m6g.large",
614
- m6g_medium: "m6g.medium",
615
- m6g_metal: "m6g.metal",
616
- m6g_xlarge: "m6g.xlarge",
617
- m6gd_12xlarge: "m6gd.12xlarge",
618
- m6gd_16xlarge: "m6gd.16xlarge",
619
- m6gd_2xlarge: "m6gd.2xlarge",
620
- m6gd_4xlarge: "m6gd.4xlarge",
621
- m6gd_8xlarge: "m6gd.8xlarge",
622
- m6gd_large: "m6gd.large",
623
- m6gd_medium: "m6gd.medium",
624
- m6gd_metal: "m6gd.metal",
625
- m6gd_xlarge: "m6gd.xlarge",
626
- m6i_12xlarge: "m6i.12xlarge",
627
- m6i_16xlarge: "m6i.16xlarge",
628
- m6i_24xlarge: "m6i.24xlarge",
629
- m6i_2xlarge: "m6i.2xlarge",
630
- m6i_32xlarge: "m6i.32xlarge",
631
- m6i_4xlarge: "m6i.4xlarge",
632
- m6i_8xlarge: "m6i.8xlarge",
633
- m6i_large: "m6i.large",
634
- m6i_metal: "m6i.metal",
635
- m6i_xlarge: "m6i.xlarge",
636
- m6id_12xlarge: "m6id.12xlarge",
637
- m6id_16xlarge: "m6id.16xlarge",
638
- m6id_24xlarge: "m6id.24xlarge",
639
- m6id_2xlarge: "m6id.2xlarge",
640
- m6id_32xlarge: "m6id.32xlarge",
641
- m6id_4xlarge: "m6id.4xlarge",
642
- m6id_8xlarge: "m6id.8xlarge",
643
- m6id_large: "m6id.large",
644
- m6id_metal: "m6id.metal",
645
- m6id_xlarge: "m6id.xlarge",
646
- m6idn_12xlarge: "m6idn.12xlarge",
647
- m6idn_16xlarge: "m6idn.16xlarge",
648
- m6idn_24xlarge: "m6idn.24xlarge",
649
- m6idn_2xlarge: "m6idn.2xlarge",
650
- m6idn_32xlarge: "m6idn.32xlarge",
651
- m6idn_4xlarge: "m6idn.4xlarge",
652
- m6idn_8xlarge: "m6idn.8xlarge",
653
- m6idn_large: "m6idn.large",
654
- m6idn_metal: "m6idn.metal",
655
- m6idn_xlarge: "m6idn.xlarge",
656
- m6in_12xlarge: "m6in.12xlarge",
657
- m6in_16xlarge: "m6in.16xlarge",
658
- m6in_24xlarge: "m6in.24xlarge",
659
- m6in_2xlarge: "m6in.2xlarge",
660
- m6in_32xlarge: "m6in.32xlarge",
661
- m6in_4xlarge: "m6in.4xlarge",
662
- m6in_8xlarge: "m6in.8xlarge",
663
- m6in_large: "m6in.large",
664
- m6in_metal: "m6in.metal",
665
- m6in_xlarge: "m6in.xlarge",
666
- m7a_12xlarge: "m7a.12xlarge",
667
- m7a_16xlarge: "m7a.16xlarge",
668
- m7a_24xlarge: "m7a.24xlarge",
669
- m7a_2xlarge: "m7a.2xlarge",
670
- m7a_32xlarge: "m7a.32xlarge",
671
- m7a_48xlarge: "m7a.48xlarge",
672
- m7a_4xlarge: "m7a.4xlarge",
673
- m7a_8xlarge: "m7a.8xlarge",
674
- m7a_large: "m7a.large",
675
- m7a_medium: "m7a.medium",
676
- m7a_metal_48xl: "m7a.metal-48xl",
677
- m7a_xlarge: "m7a.xlarge",
678
- m7g_12xlarge: "m7g.12xlarge",
679
- m7g_16xlarge: "m7g.16xlarge",
680
- m7g_2xlarge: "m7g.2xlarge",
681
- m7g_4xlarge: "m7g.4xlarge",
682
- m7g_8xlarge: "m7g.8xlarge",
683
- m7g_large: "m7g.large",
684
- m7g_medium: "m7g.medium",
685
- m7g_metal: "m7g.metal",
686
- m7g_xlarge: "m7g.xlarge",
687
- m7gd_12xlarge: "m7gd.12xlarge",
688
- m7gd_16xlarge: "m7gd.16xlarge",
689
- m7gd_2xlarge: "m7gd.2xlarge",
690
- m7gd_4xlarge: "m7gd.4xlarge",
691
- m7gd_8xlarge: "m7gd.8xlarge",
692
- m7gd_large: "m7gd.large",
693
- m7gd_medium: "m7gd.medium",
694
- m7gd_metal: "m7gd.metal",
695
- m7gd_xlarge: "m7gd.xlarge",
696
- m7i_12xlarge: "m7i.12xlarge",
697
- m7i_16xlarge: "m7i.16xlarge",
698
- m7i_24xlarge: "m7i.24xlarge",
699
- m7i_2xlarge: "m7i.2xlarge",
700
- m7i_48xlarge: "m7i.48xlarge",
701
- m7i_4xlarge: "m7i.4xlarge",
702
- m7i_8xlarge: "m7i.8xlarge",
703
- m7i_flex_12xlarge: "m7i-flex.12xlarge",
704
- m7i_flex_16xlarge: "m7i-flex.16xlarge",
705
- m7i_flex_2xlarge: "m7i-flex.2xlarge",
706
- m7i_flex_4xlarge: "m7i-flex.4xlarge",
707
- m7i_flex_8xlarge: "m7i-flex.8xlarge",
708
- m7i_flex_large: "m7i-flex.large",
709
- m7i_flex_xlarge: "m7i-flex.xlarge",
710
- m7i_large: "m7i.large",
711
- m7i_metal_24xl: "m7i.metal-24xl",
712
- m7i_metal_48xl: "m7i.metal-48xl",
713
- m7i_xlarge: "m7i.xlarge",
714
- m8a_12xlarge: "m8a.12xlarge",
715
- m8a_16xlarge: "m8a.16xlarge",
716
- m8a_24xlarge: "m8a.24xlarge",
717
- m8a_2xlarge: "m8a.2xlarge",
718
- m8a_48xlarge: "m8a.48xlarge",
719
- m8a_4xlarge: "m8a.4xlarge",
720
- m8a_8xlarge: "m8a.8xlarge",
721
- m8a_large: "m8a.large",
722
- m8a_medium: "m8a.medium",
723
- m8a_metal_24xl: "m8a.metal-24xl",
724
- m8a_metal_48xl: "m8a.metal-48xl",
725
- m8a_xlarge: "m8a.xlarge",
726
- m8g_12xlarge: "m8g.12xlarge",
727
- m8g_16xlarge: "m8g.16xlarge",
728
- m8g_24xlarge: "m8g.24xlarge",
729
- m8g_2xlarge: "m8g.2xlarge",
730
- m8g_48xlarge: "m8g.48xlarge",
731
- m8g_4xlarge: "m8g.4xlarge",
732
- m8g_8xlarge: "m8g.8xlarge",
733
- m8g_large: "m8g.large",
734
- m8g_medium: "m8g.medium",
735
- m8g_metal_24xl: "m8g.metal-24xl",
736
- m8g_metal_48xl: "m8g.metal-48xl",
737
- m8g_xlarge: "m8g.xlarge",
738
- m8gd_12xlarge: "m8gd.12xlarge",
739
- m8gd_16xlarge: "m8gd.16xlarge",
740
- m8gd_24xlarge: "m8gd.24xlarge",
741
- m8gd_2xlarge: "m8gd.2xlarge",
742
- m8gd_48xlarge: "m8gd.48xlarge",
743
- m8gd_4xlarge: "m8gd.4xlarge",
744
- m8gd_8xlarge: "m8gd.8xlarge",
745
- m8gd_large: "m8gd.large",
746
- m8gd_medium: "m8gd.medium",
747
- m8gd_metal_24xl: "m8gd.metal-24xl",
748
- m8gd_metal_48xl: "m8gd.metal-48xl",
749
- m8gd_xlarge: "m8gd.xlarge",
750
- m8i_12xlarge: "m8i.12xlarge",
751
- m8i_16xlarge: "m8i.16xlarge",
752
- m8i_24xlarge: "m8i.24xlarge",
753
- m8i_2xlarge: "m8i.2xlarge",
754
- m8i_32xlarge: "m8i.32xlarge",
755
- m8i_48xlarge: "m8i.48xlarge",
756
- m8i_4xlarge: "m8i.4xlarge",
757
- m8i_8xlarge: "m8i.8xlarge",
758
- m8i_96xlarge: "m8i.96xlarge",
759
- m8i_flex_12xlarge: "m8i-flex.12xlarge",
760
- m8i_flex_16xlarge: "m8i-flex.16xlarge",
761
- m8i_flex_2xlarge: "m8i-flex.2xlarge",
762
- m8i_flex_4xlarge: "m8i-flex.4xlarge",
763
- m8i_flex_8xlarge: "m8i-flex.8xlarge",
764
- m8i_flex_large: "m8i-flex.large",
765
- m8i_flex_xlarge: "m8i-flex.xlarge",
766
- m8i_large: "m8i.large",
767
- m8i_metal_48xl: "m8i.metal-48xl",
768
- m8i_metal_96xl: "m8i.metal-96xl",
769
- m8i_xlarge: "m8i.xlarge",
770
- mac1_metal: "mac1.metal",
771
- mac2_m1ultra_metal: "mac2-m1ultra.metal",
772
- mac2_m2_metal: "mac2-m2.metal",
773
- mac2_m2pro_metal: "mac2-m2pro.metal",
774
- mac2_metal: "mac2.metal",
775
- mac_m4_metal: "mac-m4.metal",
776
- mac_m4pro_metal: "mac-m4pro.metal",
777
- p2_16xlarge: "p2.16xlarge",
778
- p2_8xlarge: "p2.8xlarge",
779
- p2_xlarge: "p2.xlarge",
780
- p3_16xlarge: "p3.16xlarge",
781
- p3_2xlarge: "p3.2xlarge",
782
- p3_8xlarge: "p3.8xlarge",
783
- p3dn_24xlarge: "p3dn.24xlarge",
784
- p4d_24xlarge: "p4d.24xlarge",
785
- p4de_24xlarge: "p4de.24xlarge",
786
- p5_48xlarge: "p5.48xlarge",
787
- p5_4xlarge: "p5.4xlarge",
788
- p5e_48xlarge: "p5e.48xlarge",
789
- p5en_48xlarge: "p5en.48xlarge",
790
- p6_b200_48xlarge: "p6-b200.48xlarge",
791
- p6e_gb200_36xlarge: "p6e-gb200.36xlarge",
792
- r3_2xlarge: "r3.2xlarge",
793
- r3_4xlarge: "r3.4xlarge",
794
- r3_8xlarge: "r3.8xlarge",
795
- r3_large: "r3.large",
796
- r3_xlarge: "r3.xlarge",
797
- r4_16xlarge: "r4.16xlarge",
798
- r4_2xlarge: "r4.2xlarge",
799
- r4_4xlarge: "r4.4xlarge",
800
- r4_8xlarge: "r4.8xlarge",
801
- r4_large: "r4.large",
802
- r4_xlarge: "r4.xlarge",
803
- r5_12xlarge: "r5.12xlarge",
804
- r5_16xlarge: "r5.16xlarge",
805
- r5_24xlarge: "r5.24xlarge",
806
- r5_2xlarge: "r5.2xlarge",
807
- r5_4xlarge: "r5.4xlarge",
808
- r5_8xlarge: "r5.8xlarge",
809
- r5_large: "r5.large",
810
- r5_metal: "r5.metal",
811
- r5_xlarge: "r5.xlarge",
812
- r5a_12xlarge: "r5a.12xlarge",
813
- r5a_16xlarge: "r5a.16xlarge",
814
- r5a_24xlarge: "r5a.24xlarge",
815
- r5a_2xlarge: "r5a.2xlarge",
816
- r5a_4xlarge: "r5a.4xlarge",
817
- r5a_8xlarge: "r5a.8xlarge",
818
- r5a_large: "r5a.large",
819
- r5a_xlarge: "r5a.xlarge",
820
- r5ad_12xlarge: "r5ad.12xlarge",
821
- r5ad_16xlarge: "r5ad.16xlarge",
822
- r5ad_24xlarge: "r5ad.24xlarge",
823
- r5ad_2xlarge: "r5ad.2xlarge",
824
- r5ad_4xlarge: "r5ad.4xlarge",
825
- r5ad_8xlarge: "r5ad.8xlarge",
826
- r5ad_large: "r5ad.large",
827
- r5ad_xlarge: "r5ad.xlarge",
828
- r5b_12xlarge: "r5b.12xlarge",
829
- r5b_16xlarge: "r5b.16xlarge",
830
- r5b_24xlarge: "r5b.24xlarge",
831
- r5b_2xlarge: "r5b.2xlarge",
832
- r5b_4xlarge: "r5b.4xlarge",
833
- r5b_8xlarge: "r5b.8xlarge",
834
- r5b_large: "r5b.large",
835
- r5b_metal: "r5b.metal",
836
- r5b_xlarge: "r5b.xlarge",
837
- r5d_12xlarge: "r5d.12xlarge",
838
- r5d_16xlarge: "r5d.16xlarge",
839
- r5d_24xlarge: "r5d.24xlarge",
840
- r5d_2xlarge: "r5d.2xlarge",
841
- r5d_4xlarge: "r5d.4xlarge",
842
- r5d_8xlarge: "r5d.8xlarge",
843
- r5d_large: "r5d.large",
844
- r5d_metal: "r5d.metal",
845
- r5d_xlarge: "r5d.xlarge",
846
- r5dn_12xlarge: "r5dn.12xlarge",
847
- r5dn_16xlarge: "r5dn.16xlarge",
848
- r5dn_24xlarge: "r5dn.24xlarge",
849
- r5dn_2xlarge: "r5dn.2xlarge",
850
- r5dn_4xlarge: "r5dn.4xlarge",
851
- r5dn_8xlarge: "r5dn.8xlarge",
852
- r5dn_large: "r5dn.large",
853
- r5dn_metal: "r5dn.metal",
854
- r5dn_xlarge: "r5dn.xlarge",
855
- r5n_12xlarge: "r5n.12xlarge",
856
- r5n_16xlarge: "r5n.16xlarge",
857
- r5n_24xlarge: "r5n.24xlarge",
858
- r5n_2xlarge: "r5n.2xlarge",
859
- r5n_4xlarge: "r5n.4xlarge",
860
- r5n_8xlarge: "r5n.8xlarge",
861
- r5n_large: "r5n.large",
862
- r5n_metal: "r5n.metal",
863
- r5n_xlarge: "r5n.xlarge",
864
- r6a_12xlarge: "r6a.12xlarge",
865
- r6a_16xlarge: "r6a.16xlarge",
866
- r6a_24xlarge: "r6a.24xlarge",
867
- r6a_2xlarge: "r6a.2xlarge",
868
- r6a_32xlarge: "r6a.32xlarge",
869
- r6a_48xlarge: "r6a.48xlarge",
870
- r6a_4xlarge: "r6a.4xlarge",
871
- r6a_8xlarge: "r6a.8xlarge",
872
- r6a_large: "r6a.large",
873
- r6a_metal: "r6a.metal",
874
- r6a_xlarge: "r6a.xlarge",
875
- r6g_12xlarge: "r6g.12xlarge",
876
- r6g_16xlarge: "r6g.16xlarge",
877
- r6g_2xlarge: "r6g.2xlarge",
878
- r6g_4xlarge: "r6g.4xlarge",
879
- r6g_8xlarge: "r6g.8xlarge",
880
- r6g_large: "r6g.large",
881
- r6g_medium: "r6g.medium",
882
- r6g_metal: "r6g.metal",
883
- r6g_xlarge: "r6g.xlarge",
884
- r6gd_12xlarge: "r6gd.12xlarge",
885
- r6gd_16xlarge: "r6gd.16xlarge",
886
- r6gd_2xlarge: "r6gd.2xlarge",
887
- r6gd_4xlarge: "r6gd.4xlarge",
888
- r6gd_8xlarge: "r6gd.8xlarge",
889
- r6gd_large: "r6gd.large",
890
- r6gd_medium: "r6gd.medium",
891
- r6gd_metal: "r6gd.metal",
892
- r6gd_xlarge: "r6gd.xlarge",
893
- r6i_12xlarge: "r6i.12xlarge",
894
- r6i_16xlarge: "r6i.16xlarge",
895
- r6i_24xlarge: "r6i.24xlarge",
896
- r6i_2xlarge: "r6i.2xlarge",
897
- r6i_32xlarge: "r6i.32xlarge",
898
- r6i_4xlarge: "r6i.4xlarge",
899
- r6i_8xlarge: "r6i.8xlarge",
900
- r6i_large: "r6i.large",
901
- r6i_metal: "r6i.metal",
902
- r6i_xlarge: "r6i.xlarge",
903
- r6id_12xlarge: "r6id.12xlarge",
904
- r6id_16xlarge: "r6id.16xlarge",
905
- r6id_24xlarge: "r6id.24xlarge",
906
- r6id_2xlarge: "r6id.2xlarge",
907
- r6id_32xlarge: "r6id.32xlarge",
908
- r6id_4xlarge: "r6id.4xlarge",
909
- r6id_8xlarge: "r6id.8xlarge",
910
- r6id_large: "r6id.large",
911
- r6id_metal: "r6id.metal",
912
- r6id_xlarge: "r6id.xlarge",
913
- r6idn_12xlarge: "r6idn.12xlarge",
914
- r6idn_16xlarge: "r6idn.16xlarge",
915
- r6idn_24xlarge: "r6idn.24xlarge",
916
- r6idn_2xlarge: "r6idn.2xlarge",
917
- r6idn_32xlarge: "r6idn.32xlarge",
918
- r6idn_4xlarge: "r6idn.4xlarge",
919
- r6idn_8xlarge: "r6idn.8xlarge",
920
- r6idn_large: "r6idn.large",
921
- r6idn_metal: "r6idn.metal",
922
- r6idn_xlarge: "r6idn.xlarge",
923
- r6in_12xlarge: "r6in.12xlarge",
924
- r6in_16xlarge: "r6in.16xlarge",
925
- r6in_24xlarge: "r6in.24xlarge",
926
- r6in_2xlarge: "r6in.2xlarge",
927
- r6in_32xlarge: "r6in.32xlarge",
928
- r6in_4xlarge: "r6in.4xlarge",
929
- r6in_8xlarge: "r6in.8xlarge",
930
- r6in_large: "r6in.large",
931
- r6in_metal: "r6in.metal",
932
- r6in_xlarge: "r6in.xlarge",
933
- r7a_12xlarge: "r7a.12xlarge",
934
- r7a_16xlarge: "r7a.16xlarge",
935
- r7a_24xlarge: "r7a.24xlarge",
936
- r7a_2xlarge: "r7a.2xlarge",
937
- r7a_32xlarge: "r7a.32xlarge",
938
- r7a_48xlarge: "r7a.48xlarge",
939
- r7a_4xlarge: "r7a.4xlarge",
940
- r7a_8xlarge: "r7a.8xlarge",
941
- r7a_large: "r7a.large",
942
- r7a_medium: "r7a.medium",
943
- r7a_metal_48xl: "r7a.metal-48xl",
944
- r7a_xlarge: "r7a.xlarge",
945
- r7g_12xlarge: "r7g.12xlarge",
946
- r7g_16xlarge: "r7g.16xlarge",
947
- r7g_2xlarge: "r7g.2xlarge",
948
- r7g_4xlarge: "r7g.4xlarge",
949
- r7g_8xlarge: "r7g.8xlarge",
950
- r7g_large: "r7g.large",
951
- r7g_medium: "r7g.medium",
952
- r7g_metal: "r7g.metal",
953
- r7g_xlarge: "r7g.xlarge",
954
- r7gd_12xlarge: "r7gd.12xlarge",
955
- r7gd_16xlarge: "r7gd.16xlarge",
956
- r7gd_2xlarge: "r7gd.2xlarge",
957
- r7gd_4xlarge: "r7gd.4xlarge",
958
- r7gd_8xlarge: "r7gd.8xlarge",
959
- r7gd_large: "r7gd.large",
960
- r7gd_medium: "r7gd.medium",
961
- r7gd_metal: "r7gd.metal",
962
- r7gd_xlarge: "r7gd.xlarge",
963
- r7i_12xlarge: "r7i.12xlarge",
964
- r7i_16xlarge: "r7i.16xlarge",
965
- r7i_24xlarge: "r7i.24xlarge",
966
- r7i_2xlarge: "r7i.2xlarge",
967
- r7i_48xlarge: "r7i.48xlarge",
968
- r7i_4xlarge: "r7i.4xlarge",
969
- r7i_8xlarge: "r7i.8xlarge",
970
- r7i_large: "r7i.large",
971
- r7i_metal_24xl: "r7i.metal-24xl",
972
- r7i_metal_48xl: "r7i.metal-48xl",
973
- r7i_xlarge: "r7i.xlarge",
974
- r7iz_12xlarge: "r7iz.12xlarge",
975
- r7iz_16xlarge: "r7iz.16xlarge",
976
- r7iz_2xlarge: "r7iz.2xlarge",
977
- r7iz_32xlarge: "r7iz.32xlarge",
978
- r7iz_4xlarge: "r7iz.4xlarge",
979
- r7iz_8xlarge: "r7iz.8xlarge",
980
- r7iz_large: "r7iz.large",
981
- r7iz_metal_16xl: "r7iz.metal-16xl",
982
- r7iz_metal_32xl: "r7iz.metal-32xl",
983
- r7iz_xlarge: "r7iz.xlarge",
984
- r8a_12xlarge: "r8a.12xlarge",
985
- r8a_16xlarge: "r8a.16xlarge",
986
- r8a_24xlarge: "r8a.24xlarge",
987
- r8a_2xlarge: "r8a.2xlarge",
988
- r8a_48xlarge: "r8a.48xlarge",
989
- r8a_4xlarge: "r8a.4xlarge",
990
- r8a_8xlarge: "r8a.8xlarge",
991
- r8a_large: "r8a.large",
992
- r8a_medium: "r8a.medium",
993
- r8a_metal_24xl: "r8a.metal-24xl",
994
- r8a_metal_48xl: "r8a.metal-48xl",
995
- r8a_xlarge: "r8a.xlarge",
996
- r8g_12xlarge: "r8g.12xlarge",
997
- r8g_16xlarge: "r8g.16xlarge",
998
- r8g_24xlarge: "r8g.24xlarge",
999
- r8g_2xlarge: "r8g.2xlarge",
1000
- r8g_48xlarge: "r8g.48xlarge",
1001
- r8g_4xlarge: "r8g.4xlarge",
1002
- r8g_8xlarge: "r8g.8xlarge",
1003
- r8g_large: "r8g.large",
1004
- r8g_medium: "r8g.medium",
1005
- r8g_metal_24xl: "r8g.metal-24xl",
1006
- r8g_metal_48xl: "r8g.metal-48xl",
1007
- r8g_xlarge: "r8g.xlarge",
1008
- r8gb_12xlarge: "r8gb.12xlarge",
1009
- r8gb_16xlarge: "r8gb.16xlarge",
1010
- r8gb_24xlarge: "r8gb.24xlarge",
1011
- r8gb_2xlarge: "r8gb.2xlarge",
1012
- r8gb_4xlarge: "r8gb.4xlarge",
1013
- r8gb_8xlarge: "r8gb.8xlarge",
1014
- r8gb_large: "r8gb.large",
1015
- r8gb_medium: "r8gb.medium",
1016
- r8gb_metal_24xl: "r8gb.metal-24xl",
1017
- r8gb_xlarge: "r8gb.xlarge",
1018
- r8gd_12xlarge: "r8gd.12xlarge",
1019
- r8gd_16xlarge: "r8gd.16xlarge",
1020
- r8gd_24xlarge: "r8gd.24xlarge",
1021
- r8gd_2xlarge: "r8gd.2xlarge",
1022
- r8gd_48xlarge: "r8gd.48xlarge",
1023
- r8gd_4xlarge: "r8gd.4xlarge",
1024
- r8gd_8xlarge: "r8gd.8xlarge",
1025
- r8gd_large: "r8gd.large",
1026
- r8gd_medium: "r8gd.medium",
1027
- r8gd_metal_24xl: "r8gd.metal-24xl",
1028
- r8gd_metal_48xl: "r8gd.metal-48xl",
1029
- r8gd_xlarge: "r8gd.xlarge",
1030
- r8gn_12xlarge: "r8gn.12xlarge",
1031
- r8gn_16xlarge: "r8gn.16xlarge",
1032
- r8gn_24xlarge: "r8gn.24xlarge",
1033
- r8gn_2xlarge: "r8gn.2xlarge",
1034
- r8gn_48xlarge: "r8gn.48xlarge",
1035
- r8gn_4xlarge: "r8gn.4xlarge",
1036
- r8gn_8xlarge: "r8gn.8xlarge",
1037
- r8gn_large: "r8gn.large",
1038
- r8gn_medium: "r8gn.medium",
1039
- r8gn_metal_24xl: "r8gn.metal-24xl",
1040
- r8gn_metal_48xl: "r8gn.metal-48xl",
1041
- r8gn_xlarge: "r8gn.xlarge",
1042
- r8i_12xlarge: "r8i.12xlarge",
1043
- r8i_16xlarge: "r8i.16xlarge",
1044
- r8i_24xlarge: "r8i.24xlarge",
1045
- r8i_2xlarge: "r8i.2xlarge",
1046
- r8i_32xlarge: "r8i.32xlarge",
1047
- r8i_48xlarge: "r8i.48xlarge",
1048
- r8i_4xlarge: "r8i.4xlarge",
1049
- r8i_8xlarge: "r8i.8xlarge",
1050
- r8i_96xlarge: "r8i.96xlarge",
1051
- r8i_flex_12xlarge: "r8i-flex.12xlarge",
1052
- r8i_flex_16xlarge: "r8i-flex.16xlarge",
1053
- r8i_flex_2xlarge: "r8i-flex.2xlarge",
1054
- r8i_flex_4xlarge: "r8i-flex.4xlarge",
1055
- r8i_flex_8xlarge: "r8i-flex.8xlarge",
1056
- r8i_flex_large: "r8i-flex.large",
1057
- r8i_flex_xlarge: "r8i-flex.xlarge",
1058
- r8i_large: "r8i.large",
1059
- r8i_metal_48xl: "r8i.metal-48xl",
1060
- r8i_metal_96xl: "r8i.metal-96xl",
1061
- r8i_xlarge: "r8i.xlarge",
1062
- t1_micro: "t1.micro",
1063
- t2_2xlarge: "t2.2xlarge",
1064
- t2_large: "t2.large",
1065
- t2_medium: "t2.medium",
1066
- t2_micro: "t2.micro",
1067
- t2_nano: "t2.nano",
1068
- t2_small: "t2.small",
1069
- t2_xlarge: "t2.xlarge",
1070
- t3_2xlarge: "t3.2xlarge",
1071
- t3_large: "t3.large",
1072
- t3_medium: "t3.medium",
1073
- t3_micro: "t3.micro",
1074
- t3_nano: "t3.nano",
1075
- t3_small: "t3.small",
1076
- t3_xlarge: "t3.xlarge",
1077
- t3a_2xlarge: "t3a.2xlarge",
1078
- t3a_large: "t3a.large",
1079
- t3a_medium: "t3a.medium",
1080
- t3a_micro: "t3a.micro",
1081
- t3a_nano: "t3a.nano",
1082
- t3a_small: "t3a.small",
1083
- t3a_xlarge: "t3a.xlarge",
1084
- t4g_2xlarge: "t4g.2xlarge",
1085
- t4g_large: "t4g.large",
1086
- t4g_medium: "t4g.medium",
1087
- t4g_micro: "t4g.micro",
1088
- t4g_nano: "t4g.nano",
1089
- t4g_small: "t4g.small",
1090
- t4g_xlarge: "t4g.xlarge",
1091
- trn1_2xlarge: "trn1.2xlarge",
1092
- trn1_32xlarge: "trn1.32xlarge",
1093
- trn1n_32xlarge: "trn1n.32xlarge",
1094
- trn2_3xlarge: "trn2.3xlarge",
1095
- trn2_48xlarge: "trn2.48xlarge",
1096
- u7i_12tb_224xlarge: "u7i-12tb.224xlarge",
1097
- u7i_6tb_112xlarge: "u7i-6tb.112xlarge",
1098
- u7i_8tb_112xlarge: "u7i-8tb.112xlarge",
1099
- u7ib_12tb_224xlarge: "u7ib-12tb.224xlarge",
1100
- u7in_16tb_224xlarge: "u7in-16tb.224xlarge",
1101
- u7in_24tb_224xlarge: "u7in-24tb.224xlarge",
1102
- u7in_32tb_224xlarge: "u7in-32tb.224xlarge",
1103
- u7inh_32tb_480xlarge: "u7inh-32tb.480xlarge",
1104
- u_12tb1_112xlarge: "u-12tb1.112xlarge",
1105
- u_12tb1_metal: "u-12tb1.metal",
1106
- u_18tb1_112xlarge: "u-18tb1.112xlarge",
1107
- u_18tb1_metal: "u-18tb1.metal",
1108
- u_24tb1_112xlarge: "u-24tb1.112xlarge",
1109
- u_24tb1_metal: "u-24tb1.metal",
1110
- u_3tb1_56xlarge: "u-3tb1.56xlarge",
1111
- u_6tb1_112xlarge: "u-6tb1.112xlarge",
1112
- u_6tb1_56xlarge: "u-6tb1.56xlarge",
1113
- u_6tb1_metal: "u-6tb1.metal",
1114
- u_9tb1_112xlarge: "u-9tb1.112xlarge",
1115
- u_9tb1_metal: "u-9tb1.metal",
1116
- vt1_24xlarge: "vt1.24xlarge",
1117
- vt1_3xlarge: "vt1.3xlarge",
1118
- vt1_6xlarge: "vt1.6xlarge",
1119
- x1_16xlarge: "x1.16xlarge",
1120
- x1_32xlarge: "x1.32xlarge",
1121
- x1e_16xlarge: "x1e.16xlarge",
1122
- x1e_2xlarge: "x1e.2xlarge",
1123
- x1e_32xlarge: "x1e.32xlarge",
1124
- x1e_4xlarge: "x1e.4xlarge",
1125
- x1e_8xlarge: "x1e.8xlarge",
1126
- x1e_xlarge: "x1e.xlarge",
1127
- x2gd_12xlarge: "x2gd.12xlarge",
1128
- x2gd_16xlarge: "x2gd.16xlarge",
1129
- x2gd_2xlarge: "x2gd.2xlarge",
1130
- x2gd_4xlarge: "x2gd.4xlarge",
1131
- x2gd_8xlarge: "x2gd.8xlarge",
1132
- x2gd_large: "x2gd.large",
1133
- x2gd_medium: "x2gd.medium",
1134
- x2gd_metal: "x2gd.metal",
1135
- x2gd_xlarge: "x2gd.xlarge",
1136
- x2idn_16xlarge: "x2idn.16xlarge",
1137
- x2idn_24xlarge: "x2idn.24xlarge",
1138
- x2idn_32xlarge: "x2idn.32xlarge",
1139
- x2idn_metal: "x2idn.metal",
1140
- x2iedn_16xlarge: "x2iedn.16xlarge",
1141
- x2iedn_24xlarge: "x2iedn.24xlarge",
1142
- x2iedn_2xlarge: "x2iedn.2xlarge",
1143
- x2iedn_32xlarge: "x2iedn.32xlarge",
1144
- x2iedn_4xlarge: "x2iedn.4xlarge",
1145
- x2iedn_8xlarge: "x2iedn.8xlarge",
1146
- x2iedn_metal: "x2iedn.metal",
1147
- x2iedn_xlarge: "x2iedn.xlarge",
1148
- x2iezn_12xlarge: "x2iezn.12xlarge",
1149
- x2iezn_2xlarge: "x2iezn.2xlarge",
1150
- x2iezn_4xlarge: "x2iezn.4xlarge",
1151
- x2iezn_6xlarge: "x2iezn.6xlarge",
1152
- x2iezn_8xlarge: "x2iezn.8xlarge",
1153
- x2iezn_metal: "x2iezn.metal",
1154
- x8g_12xlarge: "x8g.12xlarge",
1155
- x8g_16xlarge: "x8g.16xlarge",
1156
- x8g_24xlarge: "x8g.24xlarge",
1157
- x8g_2xlarge: "x8g.2xlarge",
1158
- x8g_48xlarge: "x8g.48xlarge",
1159
- x8g_4xlarge: "x8g.4xlarge",
1160
- x8g_8xlarge: "x8g.8xlarge",
1161
- x8g_large: "x8g.large",
1162
- x8g_medium: "x8g.medium",
1163
- x8g_metal_24xl: "x8g.metal-24xl",
1164
- x8g_metal_48xl: "x8g.metal-48xl",
1165
- x8g_xlarge: "x8g.xlarge",
1166
- z1d_12xlarge: "z1d.12xlarge",
1167
- z1d_2xlarge: "z1d.2xlarge",
1168
- z1d_3xlarge: "z1d.3xlarge",
1169
- z1d_6xlarge: "z1d.6xlarge",
1170
- z1d_large: "z1d.large",
1171
- z1d_metal: "z1d.metal",
1172
- z1d_xlarge: "z1d.xlarge",
1173
- };
1174
- export const FleetCapacityReservationTenancy = {
1175
- default: "default",
1176
- };
1177
- export const CarrierGatewayState = {
1178
- available: "available",
1179
- deleted: "deleted",
1180
- deleting: "deleting",
1181
- pending: "pending",
1182
- };
1183
- export const ClientVpnAuthenticationType = {
1184
- certificate_authentication: "certificate-authentication",
1185
- directory_service_authentication: "directory-service-authentication",
1186
- federated_authentication: "federated-authentication",
1187
- };
1188
- export const EndpointIpAddressType = {
1189
- dual_stack: "dual-stack",
1190
- ipv4: "ipv4",
1191
- ipv6: "ipv6",
1192
- };
1193
- export const SelfServicePortal = {
1194
- disabled: "disabled",
1195
- enabled: "enabled",
1196
- };
1197
- export const TrafficIpAddressType = {
1198
- dual_stack: "dual-stack",
1199
- ipv4: "ipv4",
1200
- ipv6: "ipv6",
1201
- };
1202
- export const TransportProtocol = {
1203
- tcp: "tcp",
1204
- udp: "udp",
1205
- };
1206
- export const ClientVpnEndpointStatusCode = {
1207
- available: "available",
1208
- deleted: "deleted",
1209
- deleting: "deleting",
1210
- pending_associate: "pending-associate",
1211
- };
1212
- export const ClientVpnRouteStatusCode = {
1213
- active: "active",
1214
- creating: "creating",
1215
- deleting: "deleting",
1216
- failed: "failed",
1217
- };
1218
- export const GatewayType = {
1219
- ipsec_1: "ipsec.1",
1220
- };
1221
- export const BlockPublicAccessMode = {
1222
- block_bidirectional: "block-bidirectional",
1223
- block_ingress: "block-ingress",
1224
- off: "off",
1225
- };
1226
- export const HostnameType = {
1227
- ip_name: "ip-name",
1228
- resource_name: "resource-name",
1229
- };
1230
- export const SubnetState = {
1231
- available: "available",
1232
- failed: "failed",
1233
- failed_insufficient_capacity: "failed-insufficient-capacity",
1234
- pending: "pending",
1235
- unavailable: "unavailable",
1236
- };
1237
- export const VpcEncryptionControlMode = {
1238
- enforce: "enforce",
1239
- monitor: "monitor",
1240
- };
1241
- export const VpcEncryptionControlExclusionState = {
1242
- disabled: "disabled",
1243
- disabling: "disabling",
1244
- enabled: "enabled",
1245
- enabling: "enabling",
1246
- };
1247
- export const VpcEncryptionControlState = {
1248
- available: "available",
1249
- creating: "creating",
1250
- delete_failed: "delete-failed",
1251
- deleted: "deleted",
1252
- deleting: "deleting",
1253
- enforce_failed: "enforce-failed",
1254
- enforce_in_progress: "enforce-in-progress",
1255
- monitor_failed: "monitor-failed",
1256
- monitor_in_progress: "monitor-in-progress",
1257
- };
1258
- export const Tenancy = {
1259
- dedicated: "dedicated",
1260
- default: "default",
1261
- host: "host",
1262
- };
1263
- export const VpcState = {
1264
- available: "available",
1265
- pending: "pending",
1266
- };
1267
- export const MacSystemIntegrityProtectionSettingStatus = {
1268
- disabled: "disabled",
1269
- enabled: "enabled",
1270
- };
1271
- export const MacModificationTaskState = {
1272
- failed: "failed",
1273
- inprogress: "in-progress",
1274
- pending: "pending",
1275
- successful: "successful",
1276
- };
1277
- export const MacModificationTaskType = {
1278
- SIPModification: "sip-modification",
1279
- VolumeOwnershipDelegation: "volume-ownership-delegation",
1280
- };
1281
- export const FleetExcessCapacityTerminationPolicy = {
1282
- NO_TERMINATION: "no-termination",
1283
- TERMINATION: "termination",
1284
- };
1285
- export const BareMetal = {
1286
- EXCLUDED: "excluded",
1287
- INCLUDED: "included",
1288
- REQUIRED: "required",
1289
- };
1290
- export const BurstablePerformance = {
1291
- EXCLUDED: "excluded",
1292
- INCLUDED: "included",
1293
- REQUIRED: "required",
1294
- };
1295
- export const CpuManufacturer = {
1296
- AMAZON_WEB_SERVICES: "amazon-web-services",
1297
- AMD: "amd",
1298
- APPLE: "apple",
1299
- INTEL: "intel",
1300
- };
1301
- export const InstanceGeneration = {
1302
- CURRENT: "current",
1303
- PREVIOUS: "previous",
1304
- };
1305
- export const LocalStorage = {
1306
- EXCLUDED: "excluded",
1307
- INCLUDED: "included",
1308
- REQUIRED: "required",
1309
- };
1310
- export const LocalStorageType = {
1311
- HDD: "hdd",
1312
- SSD: "ssd",
1313
- };
1314
- export const FleetOnDemandAllocationStrategy = {
1315
- LOWEST_PRICE: "lowest-price",
1316
- PRIORITIZED: "prioritized",
1317
- };
1318
- export const FleetCapacityReservationUsageStrategy = {
1319
- USE_CAPACITY_RESERVATIONS_FIRST: "use-capacity-reservations-first",
1320
- };
1321
- export const SpotAllocationStrategy = {
1322
- CAPACITY_OPTIMIZED: "capacity-optimized",
1323
- CAPACITY_OPTIMIZED_PRIORITIZED: "capacity-optimized-prioritized",
1324
- DIVERSIFIED: "diversified",
1325
- LOWEST_PRICE: "lowest-price",
1326
- PRICE_CAPACITY_OPTIMIZED: "price-capacity-optimized",
1327
- };
1328
- export const SpotInstanceInterruptionBehavior = {
1329
- hibernate: "hibernate",
1330
- stop: "stop",
1331
- terminate: "terminate",
1332
- };
1333
- export const FleetReplacementStrategy = {
1334
- LAUNCH: "launch",
1335
- LAUNCH_BEFORE_TERMINATE: "launch-before-terminate",
1336
- };
1337
- export const DefaultTargetCapacityType = {
1338
- CAPACITY_BLOCK: "capacity-block",
1339
- ON_DEMAND: "on-demand",
1340
- SPOT: "spot",
1341
- };
1342
- export const TargetCapacityUnitType = {
1343
- MEMORY_MIB: "memory-mib",
1344
- UNITS: "units",
1345
- VCPU: "vcpu",
1346
- };
1347
- export const FleetType = {
1348
- INSTANT: "instant",
1349
- MAINTAIN: "maintain",
1350
- REQUEST: "request",
1351
- };
1352
- export const InstanceLifecycle = {
1353
- ON_DEMAND: "on-demand",
1354
- SPOT: "spot",
1355
- };
1356
- export const PlatformValues = {
1357
- Windows: "Windows",
1358
- };
1359
- export const DestinationFileFormat = {
1360
- parquet: "parquet",
1361
- plain_text: "plain-text",
1362
- };
1363
- export const LogDestinationType = {
1364
- cloud_watch_logs: "cloud-watch-logs",
1365
- kinesis_data_firehose: "kinesis-data-firehose",
1366
- s3: "s3",
1367
- };
1368
- export const FlowLogsResourceType = {
1369
- NetworkInterface: "NetworkInterface",
1370
- Subnet: "Subnet",
1371
- TransitGateway: "TransitGateway",
1372
- TransitGatewayAttachment: "TransitGatewayAttachment",
1373
- VPC: "VPC",
1374
- };
1375
- export const TrafficType = {
1376
- ACCEPT: "ACCEPT",
1377
- ALL: "ALL",
1378
- REJECT: "REJECT",
1379
- };
1380
- export const SnapshotLocationEnum = {
1381
- LOCAL: "local",
1382
- REGIONAL: "regional",
1383
- };
1384
- export const IpAddressType = {
1385
- dualstack: "dualstack",
1386
- ipv4: "ipv4",
1387
- ipv6: "ipv6",
1388
- };
1389
- export const Ec2InstanceConnectEndpointState = {
1390
- create_complete: "create-complete",
1391
- create_failed: "create-failed",
1392
- create_in_progress: "create-in-progress",
1393
- delete_complete: "delete-complete",
1394
- delete_failed: "delete-failed",
1395
- delete_in_progress: "delete-in-progress",
1396
- update_complete: "update-complete",
1397
- update_failed: "update-failed",
1398
- update_in_progress: "update-in-progress",
1399
- };
1400
- export const ContainerFormat = {
1401
- ova: "ova",
1402
- };
1403
- export const DiskImageFormat = {
1404
- RAW: "RAW",
1405
- VHD: "VHD",
1406
- VMDK: "VMDK",
1407
- };
1408
- export const ExportEnvironment = {
1409
- citrix: "citrix",
1410
- microsoft: "microsoft",
1411
- vmware: "vmware",
1412
- };
1413
- export const ExportTaskState = {
1414
- active: "active",
1415
- cancelled: "cancelled",
1416
- cancelling: "cancelling",
1417
- completed: "completed",
1418
- };
1419
- export const IpamMeteredAccount = {
1420
- ipam_owner: "ipam-owner",
1421
- resource_owner: "resource-owner",
1422
- };
1423
- export const IpamTier = {
1424
- advanced: "advanced",
1425
- free: "free",
1426
- };
1427
- export const IpamState = {
1428
- create_complete: "create-complete",
1429
- create_failed: "create-failed",
1430
- create_in_progress: "create-in-progress",
1431
- delete_complete: "delete-complete",
1432
- delete_failed: "delete-failed",
1433
- delete_in_progress: "delete-in-progress",
1434
- isolate_complete: "isolate-complete",
1435
- isolate_in_progress: "isolate-in-progress",
1436
- modify_complete: "modify-complete",
1437
- modify_failed: "modify-failed",
1438
- modify_in_progress: "modify-in-progress",
1439
- restore_in_progress: "restore-in-progress",
1440
- };
1441
- export const IpamExternalResourceVerificationTokenState = {
1442
- CREATE_COMPLETE: "create-complete",
1443
- CREATE_FAILED: "create-failed",
1444
- CREATE_IN_PROGRESS: "create-in-progress",
1445
- DELETE_COMPLETE: "delete-complete",
1446
- DELETE_FAILED: "delete-failed",
1447
- DELETE_IN_PROGRESS: "delete-in-progress",
1448
- };
1449
- export const TokenState = {
1450
- expired: "expired",
1451
- valid: "valid",
1452
- };
1453
- export const IpamPoolAwsService = {
1454
- ec2: "ec2",
1455
- };
1456
- export const IpamPoolPublicIpSource = {
1457
- amazon: "amazon",
1458
- byoip: "byoip",
1459
- };
1460
- export const IpamPoolSourceResourceType = {
1461
- vpc: "vpc",
1462
- };
1463
- export const IpamScopeType = {
1464
- private: "private",
1465
- public: "public",
1466
- };
1467
- export const IpamPoolState = {
1468
- create_complete: "create-complete",
1469
- create_failed: "create-failed",
1470
- create_in_progress: "create-in-progress",
1471
- delete_complete: "delete-complete",
1472
- delete_failed: "delete-failed",
1473
- delete_in_progress: "delete-in-progress",
1474
- isolate_complete: "isolate-complete",
1475
- isolate_in_progress: "isolate-in-progress",
1476
- modify_complete: "modify-complete",
1477
- modify_failed: "modify-failed",
1478
- modify_in_progress: "modify-in-progress",
1479
- restore_in_progress: "restore-in-progress",
1480
- };
1481
- export const IpamPrefixListResolverRuleConditionOperation = {
1482
- equals: "equals",
1483
- not_equals: "not-equals",
1484
- subnet_of: "subnet-of",
1485
- };
1486
- export const IpamResourceType = {
1487
- eip: "eip",
1488
- eni: "eni",
1489
- ipv6_pool: "ipv6-pool",
1490
- public_ipv4_pool: "public-ipv4-pool",
1491
- subnet: "subnet",
1492
- vpc: "vpc",
1493
- };
1494
- export const IpamPrefixListResolverRuleType = {
1495
- ipam_pool_cidr: "ipam-pool-cidr",
1496
- ipam_resource_cidr: "ipam-resource-cidr",
1497
- static_cidr: "static-cidr",
1498
- };
1499
- export const IpamPrefixListResolverVersionCreationStatus = {
1500
- failure: "failure",
1501
- pending: "pending",
1502
- success: "success",
1503
- };
1504
- export const IpamPrefixListResolverState = {
1505
- create_complete: "create-complete",
1506
- create_failed: "create-failed",
1507
- create_in_progress: "create-in-progress",
1508
- delete_complete: "delete-complete",
1509
- delete_failed: "delete-failed",
1510
- delete_in_progress: "delete-in-progress",
1511
- isolate_complete: "isolate-complete",
1512
- isolate_in_progress: "isolate-in-progress",
1513
- modify_complete: "modify-complete",
1514
- modify_failed: "modify-failed",
1515
- modify_in_progress: "modify-in-progress",
1516
- restore_in_progress: "restore-in-progress",
1517
- };
1518
- export const IpamPrefixListResolverTargetState = {
1519
- create_complete: "create-complete",
1520
- create_failed: "create-failed",
1521
- create_in_progress: "create-in-progress",
1522
- delete_complete: "delete-complete",
1523
- delete_failed: "delete-failed",
1524
- delete_in_progress: "delete-in-progress",
1525
- isolate_complete: "isolate-complete",
1526
- isolate_in_progress: "isolate-in-progress",
1527
- modify_complete: "modify-complete",
1528
- modify_failed: "modify-failed",
1529
- modify_in_progress: "modify-in-progress",
1530
- restore_in_progress: "restore-in-progress",
1531
- sync_complete: "sync-complete",
1532
- sync_failed: "sync-failed",
1533
- sync_in_progress: "sync-in-progress",
1534
- };
1535
- export const IpamResourceDiscoveryState = {
1536
- CREATE_COMPLETE: "create-complete",
1537
- CREATE_FAILED: "create-failed",
1538
- CREATE_IN_PROGRESS: "create-in-progress",
1539
- DELETE_COMPLETE: "delete-complete",
1540
- DELETE_FAILED: "delete-failed",
1541
- DELETE_IN_PROGRESS: "delete-in-progress",
1542
- ISOLATE_COMPLETE: "isolate-complete",
1543
- ISOLATE_IN_PROGRESS: "isolate-in-progress",
1544
- MODIFY_COMPLETE: "modify-complete",
1545
- MODIFY_FAILED: "modify-failed",
1546
- MODIFY_IN_PROGRESS: "modify-in-progress",
1547
- RESTORE_IN_PROGRESS: "restore-in-progress",
1548
- };
1549
- export const IpamScopeExternalAuthorityType = {
1550
- infoblox: "infoblox",
1551
- };
1552
- export const IpamScopeState = {
1553
- create_complete: "create-complete",
1554
- create_failed: "create-failed",
1555
- create_in_progress: "create-in-progress",
1556
- delete_complete: "delete-complete",
1557
- delete_failed: "delete-failed",
1558
- delete_in_progress: "delete-in-progress",
1559
- isolate_complete: "isolate-complete",
1560
- isolate_in_progress: "isolate-in-progress",
1561
- modify_complete: "modify-complete",
1562
- modify_failed: "modify-failed",
1563
- modify_in_progress: "modify-in-progress",
1564
- restore_in_progress: "restore-in-progress",
1565
- };
1566
- export const KeyFormat = {
1567
- pem: "pem",
1568
- ppk: "ppk",
1569
- };
1570
- export const KeyType = {
1571
- ed25519: "ed25519",
1572
- rsa: "rsa",
1573
- };
1574
- export const CapacityReservationPreference = {
1575
- capacity_reservations_only: "capacity-reservations-only",
1576
- none: "none",
1577
- open: "open",
1578
- };
1579
- export const AmdSevSnpSpecification = {
1580
- disabled: "disabled",
1581
- enabled: "enabled",
1582
- };
1583
- export const ShutdownBehavior = {
1584
- stop: "stop",
1585
- terminate: "terminate",
1586
- };
1587
- export const MarketType = {
1588
- capacity_block: "capacity-block",
1589
- spot: "spot",
1590
- };
1591
- export const InstanceInterruptionBehavior = {
1592
- hibernate: "hibernate",
1593
- stop: "stop",
1594
- terminate: "terminate",
1595
- };
1596
- export const SpotInstanceType = {
1597
- one_time: "one-time",
1598
- persistent: "persistent",
1599
- };
1600
- export const LaunchTemplateAutoRecoveryState = {
1601
- default: "default",
1602
- disabled: "disabled",
1603
- };
1604
- export const LaunchTemplateInstanceMetadataEndpointState = {
1605
- disabled: "disabled",
1606
- enabled: "enabled",
1607
- };
1608
- export const LaunchTemplateInstanceMetadataProtocolIpv6 = {
1609
- disabled: "disabled",
1610
- enabled: "enabled",
1611
- };
1612
- export const LaunchTemplateHttpTokensState = {
1613
- optional: "optional",
1614
- required: "required",
1615
- };
1616
- export const LaunchTemplateInstanceMetadataTagsState = {
1617
- disabled: "disabled",
1618
- enabled: "enabled",
1619
- };
1
+ export {};