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