@aws-sdk/client-ec2 3.934.0 → 3.935.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1335) hide show
  1. package/README.md +72 -0
  2. package/dist-cjs/index.js +948 -86
  3. package/dist-es/EC2.js +18 -0
  4. package/dist-es/commands/CreateIpamPolicyCommand.js +16 -0
  5. package/dist-es/commands/DeleteIpamPolicyCommand.js +16 -0
  6. package/dist-es/commands/DescribeIpamPoliciesCommand.js +16 -0
  7. package/dist-es/commands/DisableIpamPolicyCommand.js +16 -0
  8. package/dist-es/commands/EnableIpamPolicyCommand.js +16 -0
  9. package/dist-es/commands/GetEnabledIpamPolicyCommand.js +16 -0
  10. package/dist-es/commands/GetIpamPolicyAllocationRulesCommand.js +16 -0
  11. package/dist-es/commands/GetIpamPolicyOrganizationTargetsCommand.js +16 -0
  12. package/dist-es/commands/ModifyIpamPolicyAllocationRulesCommand.js +16 -0
  13. package/dist-es/commands/index.js +9 -0
  14. package/dist-es/index.js +1 -1
  15. package/dist-es/models/enums.js +3604 -0
  16. package/dist-es/models/models_0.js +1 -521
  17. package/dist-es/models/models_1.js +1 -1619
  18. package/dist-es/models/models_2.js +1 -354
  19. package/dist-es/models/models_3.js +1 -158
  20. package/dist-es/models/models_4.js +1 -331
  21. package/dist-es/models/models_5.js +1 -213
  22. package/dist-es/models/models_6.js +1 -187
  23. package/dist-es/models/models_7.js +1 -131
  24. package/dist-es/schemas/schemas_0.js +777 -78
  25. package/dist-types/EC2.d.ts +66 -0
  26. package/dist-types/EC2Client.d.ts +11 -2
  27. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  28. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  29. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  30. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +2 -0
  31. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  32. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +4 -0
  33. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  34. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  35. package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
  36. package/dist-types/commands/CopyImageCommand.d.ts +2 -2
  37. package/dist-types/commands/CopySnapshotCommand.d.ts +2 -2
  38. package/dist-types/commands/CopyVolumesCommand.d.ts +2 -2
  39. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +2 -2
  40. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -2
  41. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -2
  42. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  43. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -2
  44. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -2
  45. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
  48. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
  49. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +2 -2
  52. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +3 -2
  53. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -2
  56. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateIpamPolicyCommand.d.ts +103 -0
  66. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  73. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -3
  74. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -2
  76. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -2
  77. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -2
  78. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +2 -2
  79. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +2 -2
  80. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +2 -2
  81. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
  82. package/dist-types/commands/CreateNatGatewayCommand.d.ts +22 -5
  83. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
  84. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -2
  86. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
  87. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -2
  88. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  89. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -2
  90. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
  91. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -2
  92. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
  94. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
  96. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
  97. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +2 -2
  98. package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
  99. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
  100. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
  101. package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
  102. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  116. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  117. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  118. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -3
  120. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
  121. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
  122. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
  123. package/dist-types/commands/CreateVolumeCommand.d.ts +3 -3
  124. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -2
  125. package/dist-types/commands/CreateVpcCommand.d.ts +2 -2
  126. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -2
  127. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  128. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -2
  129. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
  130. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +2 -2
  131. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -2
  132. package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  133. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -2
  134. package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
  135. package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  136. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  137. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
  138. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
  139. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  140. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  141. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  142. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  143. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  144. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
  145. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
  146. package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +1 -1
  147. package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
  148. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  149. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  150. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
  151. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  152. package/dist-types/commands/DeleteIpamPolicyCommand.d.ts +90 -0
  153. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  154. package/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
  155. package/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
  156. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  157. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
  158. package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
  159. package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
  160. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  161. package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  162. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
  163. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  164. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  165. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  166. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  167. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  168. package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
  169. package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
  170. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  171. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  172. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  173. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  174. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  175. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  176. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  177. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  178. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  179. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  180. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  181. package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
  182. package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  183. package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  184. package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
  185. package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
  186. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  187. package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
  188. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  189. package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
  190. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  191. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  192. package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  193. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
  194. package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  195. package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  196. package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
  197. package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  198. package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  199. package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  200. package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
  201. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  202. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  203. package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  204. package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  205. package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  206. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
  207. package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
  208. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  209. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
  210. package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
  211. package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
  212. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -2
  213. package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
  214. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
  215. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  216. package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
  217. package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  218. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  219. package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
  220. package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
  221. package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
  222. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
  223. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  224. package/dist-types/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
  225. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
  226. package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
  227. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  228. package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  229. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
  230. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
  231. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  232. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  233. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  234. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
  235. package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
  236. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
  237. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  238. package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
  239. package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
  240. package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
  241. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  242. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
  243. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
  244. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  245. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  246. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
  247. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  248. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  249. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  250. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  251. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  252. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  253. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  254. package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
  255. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  256. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
  257. package/dist-types/commands/DescribeImageReferencesCommand.d.ts +1 -1
  258. package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
  259. package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
  260. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
  261. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  262. package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
  263. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  264. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  265. package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  266. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  267. package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  268. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  269. package/dist-types/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
  270. package/dist-types/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
  271. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -2
  272. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
  273. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  274. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
  275. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  276. package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  277. package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
  278. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +3 -2
  279. package/dist-types/commands/DescribeIpamPoliciesCommand.d.ts +105 -0
  280. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
  281. package/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
  282. package/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
  283. package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
  284. package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
  285. package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
  286. package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
  287. package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
  288. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
  289. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  290. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
  291. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  292. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  293. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  294. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
  295. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  296. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  297. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  298. package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
  299. package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
  300. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  301. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
  302. package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +7 -1
  303. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  304. package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  305. package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
  306. package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
  307. package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
  308. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  309. package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
  310. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  311. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +1 -1
  312. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
  313. package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
  314. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
  315. package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  316. package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
  317. package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  318. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  319. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  320. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  321. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  322. package/dist-types/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
  323. package/dist-types/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
  324. package/dist-types/commands/DescribeRouteServersCommand.d.ts +1 -1
  325. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  326. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  327. package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
  328. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  329. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
  330. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  331. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  332. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
  333. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  334. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  335. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  336. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  337. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  338. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  339. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -3
  340. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  341. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
  342. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  343. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  344. package/dist-types/commands/DescribeSubnetsCommand.d.ts +1 -1
  345. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -2
  346. package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
  347. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  348. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  349. package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  350. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  351. package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  352. package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  353. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
  354. package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  355. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
  356. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
  357. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  358. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  359. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  360. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  361. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  362. package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
  363. package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
  364. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  365. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  366. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  367. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
  368. package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
  369. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  370. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  371. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
  372. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  373. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  374. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  375. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
  376. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  377. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  378. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
  379. package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  380. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
  381. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
  382. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
  383. package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
  384. package/dist-types/commands/DescribeVpnConcentratorsCommand.d.ts +1 -1
  385. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
  386. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
  387. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  388. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
  389. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  390. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  391. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
  392. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
  393. package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
  394. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  395. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  396. package/dist-types/commands/DisableCapacityManagerCommand.d.ts +1 -1
  397. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  398. package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
  399. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  400. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  401. package/dist-types/commands/DisableImageCommand.d.ts +1 -1
  402. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
  403. package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
  404. package/dist-types/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  405. package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  406. package/dist-types/commands/DisableIpamPolicyCommand.d.ts +77 -0
  407. package/dist-types/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
  408. package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
  409. package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  410. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  411. package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  412. package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  413. package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  414. package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
  415. package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  416. package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  417. package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  418. package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  419. package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  420. package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  421. package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  422. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +3 -1
  423. package/dist-types/commands/DisassociateRouteServerCommand.d.ts +1 -1
  424. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
  425. package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  426. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
  427. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  428. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  429. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  430. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  431. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  432. package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
  433. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
  434. package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  435. package/dist-types/commands/EnableCapacityManagerCommand.d.ts +1 -1
  436. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  437. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  438. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  439. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  440. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  441. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  442. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  443. package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  444. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  445. package/dist-types/commands/EnableIpamPolicyCommand.d.ts +78 -0
  446. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  447. package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  448. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  449. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  450. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  451. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  452. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  453. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  454. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  455. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  456. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  457. package/dist-types/commands/ExportImageCommand.d.ts +2 -2
  458. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  459. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  460. package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
  461. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
  462. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  463. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  464. package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  465. package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
  466. package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
  467. package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
  468. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  469. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  470. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
  471. package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  472. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  473. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  474. package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  475. package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  476. package/dist-types/commands/GetEnabledIpamPolicyCommand.d.ts +77 -0
  477. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  478. package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  479. package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  480. package/dist-types/commands/GetImageAncestryCommand.d.ts +2 -2
  481. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  482. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
  483. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  484. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  485. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  486. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  487. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
  488. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  489. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  490. package/dist-types/commands/GetIpamPolicyAllocationRulesCommand.d.ts +101 -0
  491. package/dist-types/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +92 -0
  492. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  493. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +2 -1
  494. package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
  495. package/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
  496. package/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
  497. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  498. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  499. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  500. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  501. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  502. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  503. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  504. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  505. package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  506. package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  507. package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  508. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  509. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  510. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
  511. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
  512. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  513. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  514. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  515. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  516. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
  517. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  518. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  519. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  520. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  521. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  522. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  523. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  524. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  525. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  526. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  527. package/dist-types/commands/ImportImageCommand.d.ts +2 -2
  528. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  529. package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -2
  530. package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -2
  531. package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
  532. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  533. package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  534. package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
  535. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  536. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  537. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  538. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  539. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  540. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  541. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  542. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  543. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  544. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  545. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  546. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  547. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  548. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  549. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  550. package/dist-types/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
  551. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  552. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  553. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  554. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  555. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  556. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  557. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  558. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  559. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  560. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  561. package/dist-types/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +93 -0
  562. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  563. package/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
  564. package/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
  565. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  566. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  567. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  568. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  569. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  570. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  571. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  572. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  573. package/dist-types/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
  574. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  575. package/dist-types/commands/ModifyRouteServerCommand.d.ts +1 -1
  576. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  577. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  578. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  579. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  580. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  581. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  582. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  583. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  584. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  585. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  586. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  587. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  588. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  589. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  590. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  591. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  592. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  593. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  594. package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  595. package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
  596. package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  597. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  598. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  599. package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  600. package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  601. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  602. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  603. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  604. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  605. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  606. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  607. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  608. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  609. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  610. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  611. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  612. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  613. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  614. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  615. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  616. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  617. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  618. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
  619. package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  620. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
  621. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  622. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  623. package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
  624. package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
  625. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  626. package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  627. package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  628. package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  629. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  630. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  631. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  632. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  633. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  634. package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
  635. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  636. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  637. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  638. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
  639. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  640. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  641. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  642. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  643. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  644. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  645. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  646. package/dist-types/commands/RequestSpotFleetCommand.d.ts +3 -3
  647. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  648. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
  649. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  650. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  651. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  652. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  653. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  654. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  655. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  656. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  657. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  658. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  659. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  660. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  661. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  662. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  663. package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  664. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
  665. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  666. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  667. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  668. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  669. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
  670. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  671. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
  672. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
  673. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  674. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  675. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  676. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  677. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  678. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  679. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
  680. package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
  681. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  682. package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
  683. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  684. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  685. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  686. package/dist-types/commands/index.d.ts +9 -0
  687. package/dist-types/index.d.ts +9 -1
  688. package/dist-types/models/enums.d.ts +6980 -0
  689. package/dist-types/models/models_0.d.ts +2943 -1058
  690. package/dist-types/models/models_1.d.ts +9245 -8143
  691. package/dist-types/models/models_2.d.ts +4061 -6064
  692. package/dist-types/models/models_3.d.ts +9084 -3648
  693. package/dist-types/models/models_4.d.ts +7250 -6766
  694. package/dist-types/models/models_5.d.ts +4333 -7858
  695. package/dist-types/models/models_6.d.ts +5475 -4305
  696. package/dist-types/models/models_7.d.ts +2669 -6042
  697. package/dist-types/schemas/schemas_0.d.ts +39 -0
  698. package/dist-types/ts3.4/EC2.d.ts +156 -0
  699. package/dist-types/ts3.4/EC2Client.d.ts +54 -0
  700. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
  701. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
  702. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
  703. package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +1 -1
  704. package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  705. package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  706. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +1 -1
  707. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  708. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  709. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  710. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  711. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
  712. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
  713. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  714. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  715. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +1 -1
  716. package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  717. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -4
  718. package/dist-types/ts3.4/commands/CreateIpamPolicyCommand.d.ts +50 -0
  719. package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  720. package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
  721. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
  722. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  723. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  724. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  725. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  726. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  727. package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  728. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  729. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -2
  730. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
  731. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  732. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  733. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  734. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  735. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  736. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +1 -1
  737. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  738. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  739. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  740. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  741. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
  742. package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
  743. package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  744. package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  745. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +1 -1
  746. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
  747. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
  748. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
  749. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  750. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  751. package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +4 -2
  752. package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  753. package/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  754. package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  755. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -2
  756. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  757. package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
  758. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -1
  759. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  760. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  761. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  762. package/dist-types/ts3.4/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  763. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -1
  764. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  765. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
  766. package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
  767. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  768. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  769. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
  770. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
  771. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  772. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  773. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  774. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  775. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  776. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
  777. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +1 -1
  778. package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +1 -1
  779. package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
  780. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  781. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  782. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
  783. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  784. package/dist-types/ts3.4/commands/DeleteIpamPolicyCommand.d.ts +50 -0
  785. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
  786. package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
  787. package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
  788. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  789. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
  790. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
  791. package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
  792. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  793. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  794. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
  795. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  796. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  797. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  798. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  799. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  800. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
  801. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
  802. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  803. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  804. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  805. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  806. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  807. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  808. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  809. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
  810. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  811. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  812. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
  813. package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
  814. package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  815. package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  816. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
  817. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +1 -1
  818. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
  819. package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
  820. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  821. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
  822. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  823. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  824. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  825. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
  826. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  827. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  828. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
  829. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  830. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  831. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  832. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
  833. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  834. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  835. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  836. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  837. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  838. package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
  839. package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
  840. package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  841. package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
  842. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -1
  843. package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +4 -2
  844. package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
  845. package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
  846. package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  847. package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
  848. package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  849. package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  850. package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
  851. package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
  852. package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
  853. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
  854. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  855. package/dist-types/ts3.4/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
  856. package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
  857. package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
  858. package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  859. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  860. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
  861. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
  862. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  863. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  864. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  865. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +1 -1
  866. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
  867. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
  868. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  869. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
  870. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +1 -1
  871. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +1 -1
  872. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
  873. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
  874. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
  875. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  876. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  877. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
  878. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  879. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  880. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  881. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  882. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
  883. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  884. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  885. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
  886. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  887. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
  888. package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +1 -1
  889. package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
  890. package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
  891. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
  892. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  893. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
  894. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  895. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  896. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  897. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  898. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  899. package/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  900. package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
  901. package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
  902. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +4 -2
  903. package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +2 -4
  904. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  905. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +1 -1
  906. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +1 -1
  907. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  908. package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
  909. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
  910. package/dist-types/ts3.4/commands/DescribeIpamPoliciesCommand.d.ts +51 -0
  911. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +1 -1
  912. package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
  913. package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
  914. package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
  915. package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
  916. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
  917. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +1 -1
  918. package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
  919. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +1 -1
  920. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  921. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
  922. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  923. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  924. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  925. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
  926. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  927. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  928. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  929. package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
  930. package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
  931. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  932. package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +1 -1
  933. package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -1
  934. package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  935. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  936. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
  937. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
  938. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
  939. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  940. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
  941. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  942. package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +1 -1
  943. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
  944. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
  945. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
  946. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  947. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +1 -1
  948. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  949. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  950. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  951. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  952. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  953. package/dist-types/ts3.4/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
  954. package/dist-types/ts3.4/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
  955. package/dist-types/ts3.4/commands/DescribeRouteServersCommand.d.ts +1 -1
  956. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  957. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  958. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
  959. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  960. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
  961. package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  962. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  963. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
  964. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  965. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  966. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  967. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  968. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  969. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  970. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
  971. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  972. package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
  973. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  974. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  975. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +1 -1
  976. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
  977. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
  978. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  979. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  980. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  981. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  982. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  983. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  984. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
  985. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  986. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
  987. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
  988. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  989. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  990. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  991. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  992. package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  993. package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
  994. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
  995. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  996. package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  997. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  998. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
  999. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
  1000. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  1001. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  1002. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
  1003. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  1004. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  1005. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  1006. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
  1007. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  1008. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  1009. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
  1010. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  1011. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
  1012. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
  1013. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
  1014. package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +1 -1
  1015. package/dist-types/ts3.4/commands/DescribeVpnConcentratorsCommand.d.ts +1 -1
  1016. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
  1017. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
  1018. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  1019. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
  1020. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  1021. package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  1022. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
  1023. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
  1024. package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
  1025. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  1026. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  1027. package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +1 -1
  1028. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  1029. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
  1030. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  1031. package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  1032. package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
  1033. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
  1034. package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
  1035. package/dist-types/ts3.4/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  1036. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  1037. package/dist-types/ts3.4/commands/DisableIpamPolicyCommand.d.ts +51 -0
  1038. package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
  1039. package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
  1040. package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  1041. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  1042. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  1043. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  1044. package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  1045. package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +1 -1
  1046. package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  1047. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  1048. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  1049. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  1050. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  1051. package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  1052. package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  1053. package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  1054. package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +1 -1
  1055. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
  1056. package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  1057. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
  1058. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  1059. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  1060. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  1061. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  1062. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  1063. package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +1 -1
  1064. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
  1065. package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  1066. package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +1 -1
  1067. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  1068. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  1069. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  1070. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  1071. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  1072. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  1073. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  1074. package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  1075. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  1076. package/dist-types/ts3.4/commands/EnableIpamPolicyCommand.d.ts +50 -0
  1077. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  1078. package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  1079. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  1080. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  1081. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  1082. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  1083. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
  1084. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  1085. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  1086. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  1087. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  1088. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  1089. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  1090. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  1091. package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
  1092. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
  1093. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  1094. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  1095. package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  1096. package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
  1097. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
  1098. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
  1099. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  1100. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  1101. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
  1102. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  1103. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  1104. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  1105. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  1106. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  1107. package/dist-types/ts3.4/commands/GetEnabledIpamPolicyCommand.d.ts +51 -0
  1108. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  1109. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  1110. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  1111. package/dist-types/ts3.4/commands/GetImageAncestryCommand.d.ts +1 -1
  1112. package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  1113. package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
  1114. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  1115. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  1116. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  1117. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  1118. package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
  1119. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  1120. package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  1121. package/dist-types/ts3.4/commands/GetIpamPolicyAllocationRulesCommand.d.ts +51 -0
  1122. package/dist-types/ts3.4/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +51 -0
  1123. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  1124. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +2 -4
  1125. package/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
  1126. package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
  1127. package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
  1128. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  1129. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  1130. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  1131. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  1132. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  1133. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  1134. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  1135. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  1136. package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  1137. package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  1138. package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  1139. package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  1140. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  1141. package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
  1142. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
  1143. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  1144. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  1145. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  1146. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  1147. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
  1148. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  1149. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  1150. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  1151. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  1152. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  1153. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  1154. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  1155. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  1156. package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  1157. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  1158. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  1159. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
  1160. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
  1161. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +1 -1
  1162. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
  1163. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  1164. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  1165. package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
  1166. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  1167. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  1168. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  1169. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  1170. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  1171. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  1172. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  1173. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
  1174. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  1175. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  1176. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  1177. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  1178. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  1179. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  1180. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  1181. package/dist-types/ts3.4/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
  1182. package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  1183. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  1184. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  1185. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  1186. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  1187. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  1188. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  1189. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  1190. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  1191. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  1192. package/dist-types/ts3.4/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +51 -0
  1193. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  1194. package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
  1195. package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
  1196. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  1197. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  1198. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  1199. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  1200. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  1201. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  1202. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  1203. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  1204. package/dist-types/ts3.4/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
  1205. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  1206. package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +1 -1
  1207. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  1208. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  1209. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  1210. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  1211. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  1212. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  1213. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  1214. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  1215. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  1216. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  1217. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  1218. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  1219. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  1220. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  1221. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  1222. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  1223. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  1224. package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  1225. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  1226. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
  1227. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  1228. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  1229. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  1230. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  1231. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  1232. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  1233. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  1234. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  1235. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  1236. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  1237. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  1238. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  1239. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  1240. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  1241. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
  1242. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  1243. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  1244. package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  1245. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  1246. package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  1247. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  1248. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  1249. package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  1250. package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  1251. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
  1252. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  1253. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  1254. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
  1255. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
  1256. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  1257. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  1258. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  1259. package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  1260. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  1261. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  1262. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  1263. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  1264. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  1265. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
  1266. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  1267. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  1268. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  1269. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
  1270. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  1271. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  1272. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  1273. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  1274. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  1275. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  1276. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  1277. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
  1278. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  1279. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
  1280. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  1281. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  1282. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  1283. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  1284. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  1285. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  1286. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  1287. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  1288. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  1289. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  1290. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  1291. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  1292. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  1293. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  1294. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +2 -2
  1295. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
  1296. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  1297. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  1298. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  1299. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  1300. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  1301. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
  1302. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  1303. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  1304. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  1305. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  1306. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  1307. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  1308. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  1309. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  1310. package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  1311. package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
  1312. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  1313. package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
  1314. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  1315. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  1316. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  1317. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  1318. package/dist-types/ts3.4/index.d.ts +9 -1
  1319. package/dist-types/ts3.4/models/enums.d.ts +4361 -0
  1320. package/dist-types/ts3.4/models/models_0.d.ts +595 -642
  1321. package/dist-types/ts3.4/models/models_1.d.ts +1362 -2296
  1322. package/dist-types/ts3.4/models/models_2.d.ts +1527 -2046
  1323. package/dist-types/ts3.4/models/models_3.d.ts +1793 -1316
  1324. package/dist-types/ts3.4/models/models_4.d.ts +1768 -1878
  1325. package/dist-types/ts3.4/models/models_5.d.ts +1273 -1692
  1326. package/dist-types/ts3.4/models/models_6.d.ts +1529 -1302
  1327. package/dist-types/ts3.4/models/models_7.d.ts +806 -1614
  1328. package/dist-types/ts3.4/schemas/schemas_0.d.ts +39 -0
  1329. package/package.json +13 -13
  1330. package/dist-es/models/index.js +0 -9
  1331. package/dist-es/models/models_8.js +0 -51
  1332. package/dist-types/models/index.d.ts +0 -9
  1333. package/dist-types/models/models_8.d.ts +0 -7488
  1334. package/dist-types/ts3.4/models/index.d.ts +0 -9
  1335. package/dist-types/ts3.4/models/models_8.d.ts +0 -1694
@@ -1,1612 +1,2089 @@
1
1
  import {
2
- AccountAttribute,
2
+ _InstanceType,
3
3
  AccountAttributeName,
4
+ AddressAttributeName,
5
+ AllocationState,
6
+ AllowsMultipleInstanceTypes,
7
+ AmdSevSnpSpecification,
8
+ ArchitectureValues,
9
+ AsnState,
10
+ AssociatedNetworkType,
11
+ AttachmentStatus,
12
+ AutoPlacement,
13
+ AvailabilityZoneOptInStatus,
14
+ AvailabilityZoneState,
15
+ BootModeValues,
16
+ CallerRole,
17
+ CapacityBlockExtensionStatus,
18
+ CapacityBlockInterconnectStatus,
19
+ CapacityBlockResourceState,
20
+ CapacityManagerDataExportStatus,
21
+ CapacityReservationBillingRequestStatus,
22
+ CapacityReservationFleetState,
23
+ CapacityReservationPreference,
24
+ CapacityReservationTenancy,
25
+ ClientVpnAuthenticationType,
26
+ ClientVpnConnectionStatusCode,
27
+ ClientVpnEndpointAttributeStatusCode,
28
+ ConversionTaskState,
29
+ CurrencyCodeValues,
30
+ DefaultTargetCapacityType,
31
+ DestinationFileFormat,
32
+ DeviceType,
33
+ DiskImageFormat,
34
+ ElasticGpuState,
35
+ ElasticGpuStatus,
36
+ EndpointIpAddressType,
37
+ EventCode,
38
+ FastLaunchResourceType,
39
+ FastLaunchStateCode,
40
+ FastSnapshotRestoreStateCode,
41
+ FleetActivityStatus,
42
+ FleetCapacityReservationTenancy,
43
+ FleetCapacityReservationUsageStrategy,
44
+ FleetEventType,
45
+ FleetExcessCapacityTerminationPolicy,
46
+ FleetInstanceMatchCriteria,
47
+ FleetOnDemandAllocationStrategy,
48
+ FleetReplacementStrategy,
49
+ FleetStateCode,
50
+ FleetType,
51
+ FpgaImageAttributeName,
52
+ FpgaImageStateCode,
53
+ HaStatus,
54
+ HostMaintenance,
55
+ HostnameType,
56
+ HostRecovery,
57
+ HttpTokensState,
58
+ HypervisorType,
59
+ ImageAttributeName,
60
+ ImageReferenceOptionName,
61
+ ImageReferenceResourceType,
62
+ ImageState,
63
+ ImageTypeValues,
64
+ ImdsSupportValues,
65
+ InstanceAttributeName,
66
+ InstanceAutoRecoveryState,
67
+ InstanceBandwidthWeighting,
68
+ InstanceBootModeValues,
69
+ InstanceLifecycle,
70
+ InstanceLifecycleType,
71
+ InstanceMetadataEndpointState,
72
+ InstanceMetadataOptionsState,
73
+ InstanceMetadataProtocolState,
74
+ InstanceMetadataTagsState,
75
+ InstanceRebootMigrationState,
76
+ InstanceStateName,
77
+ IpamPoolCidrFailureCode,
78
+ IpamPoolCidrState,
79
+ LogDestinationType,
80
+ MetricType,
81
+ MonitoringState,
82
+ NetworkInterfaceStatus,
83
+ OutputFormat,
84
+ PaymentOption,
85
+ PeriodType,
86
+ PermissionGroup,
87
+ PlatformValues,
88
+ ProductCodeValues,
89
+ ReportState,
90
+ ReservationState,
91
+ Schedule,
92
+ SnapshotReturnCodes,
93
+ SpotAllocationStrategy,
94
+ SpotInstanceInterruptionBehavior,
95
+ SqlServerLicenseUsage,
96
+ StatisticType,
97
+ StatusName,
98
+ StatusType,
99
+ SummaryStatus,
100
+ TargetCapacityUnitType,
101
+ TpmSupportValues,
102
+ TrafficIpAddressType,
103
+ TrafficType,
104
+ TransportProtocol,
105
+ VirtualizationType,
106
+ VpnProtocol,
107
+ } from "./enums";
108
+ import {
109
+ AccountAttribute,
110
+ ActiveInstance,
4
111
  Address,
5
112
  AddressAttribute,
6
- AddressAttributeName,
7
113
  AddressTransfer,
114
+ AssociationStatus,
115
+ AttributeValue,
116
+ BundleTask,
8
117
  ByoipCidr,
9
- DeviceTrustProviderType,
10
- InstanceEventWindowState,
11
- Tag,
12
- TagSpecification,
13
- TransitGatewayPeeringAttachment,
14
- TransitGatewayVpcAttachment,
15
- TrustProviderType,
16
- UnsuccessfulItem,
17
- UserTrustProviderType,
18
- VerifiedAccessInstance,
19
- VerifiedAccessSseSpecificationResponse,
20
- VerifiedAccessTrustProvider,
21
- VpcAttachment,
22
- VpcPeeringConnection,
23
- } from "./models_0";
24
- import {
118
+ CapacityReservation,
25
119
  CarrierGateway,
120
+ ClientVpnAuthorizationRuleStatus,
26
121
  ClientVpnEndpointStatus,
27
122
  ClientVpnRouteStatus,
28
- CoipCidr,
29
123
  CoipPool,
124
+ CustomerGateway,
125
+ FleetCapacityReservation,
126
+ IamInstanceProfile,
127
+ IamInstanceProfileAssociation,
128
+ InstanceEventWindow,
129
+ OperatorResponse,
130
+ Tag,
131
+ UnsuccessfulItem,
132
+ } from "./models_0";
133
+ import {
134
+ BlockDeviceMapping,
135
+ CapacityReservationTargetResponse,
136
+ DhcpOptions,
30
137
  Ec2InstanceConnectEndpoint,
31
- GatewayType,
32
- IpAddressType,
33
- Ipam,
34
- IpamExternalResourceVerificationToken,
35
- IpamPool,
36
- IpamPrefixListResolver,
37
- IpamPrefixListResolverTarget,
38
- IpamResourceDiscovery,
39
- IpamScope,
40
- Tenancy,
41
- VolumeType,
42
- Vpc,
138
+ EgressOnlyInternetGateway,
139
+ ExportTask,
140
+ FleetLaunchTemplateOverrides,
141
+ FleetLaunchTemplateSpecification,
142
+ GroupIdentifier,
143
+ InstanceIpv6Address,
144
+ LaunchTemplateAndOverridesResponse,
145
+ Placement,
146
+ StateReason,
43
147
  } from "./models_1";
44
- import {
45
- LaunchTemplate,
46
- LocalGatewayRoute,
47
- LocalGatewayRouteTable,
48
- LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
49
- LocalGatewayRouteTableVpcAssociation,
50
- LocalGatewayVirtualInterface,
51
- LocalGatewayVirtualInterfaceGroup,
52
- ManagedPrefixList,
53
- OperatorRequest,
54
- RouteServer,
55
- RouteServerEndpoint,
56
- RouteServerPeer,
57
- SubnetCidrReservation,
58
- TransitGateway,
59
- TransitGatewayConnect,
60
- TransitGatewayConnectPeer,
61
- TransitGatewayMulticastDomain,
62
- TransitGatewayPolicyTable,
63
- TransitGatewayPrefixListReference,
64
- TransitGatewayRoute,
65
- TransitGatewayRouteTable,
66
- TransitGatewayRouteTableAnnouncement,
67
- VerifiedAccessEndpoint,
68
- VerifiedAccessSseSpecificationRequest,
69
- } from "./models_2";
70
- export interface CreateVerifiedAccessEndpointResult {
71
- VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
72
- }
73
- export interface CreateVerifiedAccessGroupRequest {
74
- VerifiedAccessInstanceId: string | undefined;
75
- Description?: string | undefined;
76
- PolicyDocument?: string | undefined;
77
- TagSpecifications?: TagSpecification[] | undefined;
78
- ClientToken?: string | undefined;
79
- DryRun?: boolean | undefined;
80
- SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
81
- }
82
- export interface VerifiedAccessGroup {
83
- VerifiedAccessGroupId?: string | undefined;
84
- VerifiedAccessInstanceId?: string | undefined;
85
- Description?: string | undefined;
86
- Owner?: string | undefined;
87
- VerifiedAccessGroupArn?: string | undefined;
88
- CreationTime?: string | undefined;
89
- LastUpdatedTime?: string | undefined;
90
- DeletionTime?: string | undefined;
91
- Tags?: Tag[] | undefined;
92
- SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
93
- }
94
- export interface CreateVerifiedAccessGroupResult {
95
- VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
96
- }
97
- export interface CreateVerifiedAccessInstanceRequest {
98
- Description?: string | undefined;
99
- TagSpecifications?: TagSpecification[] | undefined;
100
- ClientToken?: string | undefined;
101
- DryRun?: boolean | undefined;
102
- FIPSEnabled?: boolean | undefined;
103
- CidrEndpointsCustomSubDomain?: string | undefined;
104
- }
105
- export interface CreateVerifiedAccessInstanceResult {
106
- VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
107
- }
108
- export interface CreateVerifiedAccessTrustProviderDeviceOptions {
109
- TenantId?: string | undefined;
110
- PublicSigningKeyUrl?: string | undefined;
111
- }
112
- export interface CreateVerifiedAccessNativeApplicationOidcOptions {
113
- PublicSigningKeyEndpoint?: string | undefined;
114
- Issuer?: string | undefined;
115
- AuthorizationEndpoint?: string | undefined;
116
- TokenEndpoint?: string | undefined;
117
- UserInfoEndpoint?: string | undefined;
118
- ClientId?: string | undefined;
119
- ClientSecret?: string | undefined;
120
- Scope?: string | undefined;
121
- }
122
- export interface CreateVerifiedAccessTrustProviderOidcOptions {
123
- Issuer?: string | undefined;
124
- AuthorizationEndpoint?: string | undefined;
125
- TokenEndpoint?: string | undefined;
126
- UserInfoEndpoint?: string | undefined;
127
- ClientId?: string | undefined;
128
- ClientSecret?: string | undefined;
129
- Scope?: string | undefined;
130
- }
131
- export interface CreateVerifiedAccessTrustProviderRequest {
132
- TrustProviderType: TrustProviderType | undefined;
133
- UserTrustProviderType?: UserTrustProviderType | undefined;
134
- DeviceTrustProviderType?: DeviceTrustProviderType | undefined;
135
- OidcOptions?: CreateVerifiedAccessTrustProviderOidcOptions | undefined;
136
- DeviceOptions?: CreateVerifiedAccessTrustProviderDeviceOptions | undefined;
137
- PolicyReferenceName: string | undefined;
138
- Description?: string | undefined;
139
- TagSpecifications?: TagSpecification[] | undefined;
140
- ClientToken?: string | undefined;
141
- DryRun?: boolean | undefined;
142
- SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
143
- NativeApplicationOidcOptions?:
144
- | CreateVerifiedAccessNativeApplicationOidcOptions
145
- | undefined;
146
- }
147
- export interface CreateVerifiedAccessTrustProviderResult {
148
- VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
149
- }
150
- export interface CreateVolumeRequest {
151
- AvailabilityZone?: string | undefined;
152
- AvailabilityZoneId?: string | undefined;
153
- Encrypted?: boolean | undefined;
154
- Iops?: number | undefined;
155
- KmsKeyId?: string | undefined;
156
- OutpostArn?: string | undefined;
157
- Size?: number | undefined;
158
- SnapshotId?: string | undefined;
159
- VolumeType?: VolumeType | undefined;
160
- TagSpecifications?: TagSpecification[] | undefined;
161
- MultiAttachEnabled?: boolean | undefined;
162
- Throughput?: number | undefined;
163
- ClientToken?: string | undefined;
164
- VolumeInitializationRate?: number | undefined;
165
- Operator?: OperatorRequest | undefined;
166
- DryRun?: boolean | undefined;
167
- }
168
- export interface CreateVpcRequest {
169
- CidrBlock?: string | undefined;
170
- Ipv6Pool?: string | undefined;
171
- Ipv6CidrBlock?: string | undefined;
172
- Ipv4IpamPoolId?: string | undefined;
173
- Ipv4NetmaskLength?: number | undefined;
174
- Ipv6IpamPoolId?: string | undefined;
175
- Ipv6NetmaskLength?: number | undefined;
176
- Ipv6CidrBlockNetworkBorderGroup?: string | undefined;
177
- TagSpecifications?: TagSpecification[] | undefined;
178
- DryRun?: boolean | undefined;
179
- InstanceTenancy?: Tenancy | undefined;
180
- AmazonProvidedIpv6CidrBlock?: boolean | undefined;
181
- }
182
- export interface CreateVpcResult {
183
- Vpc?: Vpc | undefined;
184
- }
185
- export declare const InternetGatewayExclusionMode: {
186
- readonly allow_bidirectional: "allow-bidirectional";
187
- readonly allow_egress: "allow-egress";
188
- };
189
- export type InternetGatewayExclusionMode =
190
- (typeof InternetGatewayExclusionMode)[keyof typeof InternetGatewayExclusionMode];
191
- export interface CreateVpcBlockPublicAccessExclusionRequest {
192
- DryRun?: boolean | undefined;
193
- SubnetId?: string | undefined;
194
- VpcId?: string | undefined;
195
- InternetGatewayExclusionMode: InternetGatewayExclusionMode | undefined;
196
- TagSpecifications?: TagSpecification[] | undefined;
197
- }
198
- export declare const VpcBlockPublicAccessExclusionState: {
199
- readonly create_complete: "create-complete";
200
- readonly create_failed: "create-failed";
201
- readonly create_in_progress: "create-in-progress";
202
- readonly delete_complete: "delete-complete";
203
- readonly delete_in_progress: "delete-in-progress";
204
- readonly disable_complete: "disable-complete";
205
- readonly disable_in_progress: "disable-in-progress";
206
- readonly update_complete: "update-complete";
207
- readonly update_failed: "update-failed";
208
- readonly update_in_progress: "update-in-progress";
209
- };
210
- export type VpcBlockPublicAccessExclusionState =
211
- (typeof VpcBlockPublicAccessExclusionState)[keyof typeof VpcBlockPublicAccessExclusionState];
212
- export interface VpcBlockPublicAccessExclusion {
213
- ExclusionId?: string | undefined;
214
- InternetGatewayExclusionMode?: InternetGatewayExclusionMode | undefined;
215
- ResourceArn?: string | undefined;
216
- State?: VpcBlockPublicAccessExclusionState | undefined;
217
- Reason?: string | undefined;
218
- CreationTimestamp?: Date | undefined;
219
- LastUpdateTimestamp?: Date | undefined;
220
- DeletionTimestamp?: Date | undefined;
221
- Tags?: Tag[] | undefined;
222
- }
223
- export interface CreateVpcBlockPublicAccessExclusionResult {
224
- VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
225
- }
226
- export declare const DnsRecordIpType: {
227
- readonly dualstack: "dualstack";
228
- readonly ipv4: "ipv4";
229
- readonly ipv6: "ipv6";
230
- readonly service_defined: "service-defined";
231
- };
232
- export type DnsRecordIpType =
233
- (typeof DnsRecordIpType)[keyof typeof DnsRecordIpType];
234
- export interface DnsOptionsSpecification {
235
- DnsRecordIpType?: DnsRecordIpType | undefined;
236
- PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
237
- PrivateDnsPreference?: string | undefined;
238
- PrivateDnsSpecifiedDomains?: string[] | undefined;
239
- }
240
- export interface SubnetConfiguration {
241
- SubnetId?: string | undefined;
242
- Ipv4?: string | undefined;
243
- Ipv6?: string | undefined;
244
- }
245
- export declare const VpcEndpointType: {
246
- readonly Gateway: "Gateway";
247
- readonly GatewayLoadBalancer: "GatewayLoadBalancer";
248
- readonly Interface: "Interface";
249
- readonly Resource: "Resource";
250
- readonly ServiceNetwork: "ServiceNetwork";
251
- };
252
- export type VpcEndpointType =
253
- (typeof VpcEndpointType)[keyof typeof VpcEndpointType];
254
- export interface CreateVpcEndpointRequest {
255
- DryRun?: boolean | undefined;
256
- VpcEndpointType?: VpcEndpointType | undefined;
148
+ import { VpcBlockPublicAccessExclusion } from "./models_2";
149
+ export interface DeleteVpcRequest {
257
150
  VpcId: string | undefined;
258
- ServiceName?: string | undefined;
259
- PolicyDocument?: string | undefined;
260
- RouteTableIds?: string[] | undefined;
261
- SubnetIds?: string[] | undefined;
262
- SecurityGroupIds?: string[] | undefined;
263
- IpAddressType?: IpAddressType | undefined;
264
- DnsOptions?: DnsOptionsSpecification | undefined;
265
- ClientToken?: string | undefined;
266
- PrivateDnsEnabled?: boolean | undefined;
267
- TagSpecifications?: TagSpecification[] | undefined;
268
- SubnetConfigurations?: SubnetConfiguration[] | undefined;
269
- ServiceNetworkArn?: string | undefined;
270
- ResourceConfigurationArn?: string | undefined;
271
- ServiceRegion?: string | undefined;
272
- }
273
- export interface DnsEntry {
274
- DnsName?: string | undefined;
275
- HostedZoneId?: string | undefined;
276
- }
277
- export interface DnsOptions {
278
- DnsRecordIpType?: DnsRecordIpType | undefined;
279
- PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
280
- PrivateDnsPreference?: string | undefined;
281
- PrivateDnsSpecifiedDomains?: string[] | undefined;
282
- }
283
- export interface SecurityGroupIdentifier {
284
- GroupId?: string | undefined;
285
- GroupName?: string | undefined;
286
- }
287
- export interface SubnetIpPrefixes {
288
- SubnetId?: string | undefined;
289
- IpPrefixes?: string[] | undefined;
290
- }
291
- export interface LastError {
292
- Message?: string | undefined;
293
- Code?: string | undefined;
294
- }
295
- export declare const State: {
296
- readonly Available: "Available";
297
- readonly Deleted: "Deleted";
298
- readonly Deleting: "Deleting";
299
- readonly Expired: "Expired";
300
- readonly Failed: "Failed";
301
- readonly Partial: "Partial";
302
- readonly Pending: "Pending";
303
- readonly PendingAcceptance: "PendingAcceptance";
304
- readonly Rejected: "Rejected";
305
- };
306
- export type State = (typeof State)[keyof typeof State];
307
- export interface VpcEndpoint {
308
- VpcEndpointId?: string | undefined;
309
- VpcEndpointType?: VpcEndpointType | undefined;
310
- VpcId?: string | undefined;
311
- ServiceName?: string | undefined;
312
- State?: State | undefined;
313
- PolicyDocument?: string | undefined;
314
- RouteTableIds?: string[] | undefined;
315
- SubnetIds?: string[] | undefined;
316
- Groups?: SecurityGroupIdentifier[] | undefined;
317
- IpAddressType?: IpAddressType | undefined;
318
- DnsOptions?: DnsOptions | undefined;
319
- PrivateDnsEnabled?: boolean | undefined;
320
- RequesterManaged?: boolean | undefined;
321
- NetworkInterfaceIds?: string[] | undefined;
322
- DnsEntries?: DnsEntry[] | undefined;
323
- CreationTimestamp?: Date | undefined;
324
- Tags?: Tag[] | undefined;
325
- OwnerId?: string | undefined;
326
- LastError?: LastError | undefined;
327
- Ipv4Prefixes?: SubnetIpPrefixes[] | undefined;
328
- Ipv6Prefixes?: SubnetIpPrefixes[] | undefined;
329
- FailureReason?: string | undefined;
330
- ServiceNetworkArn?: string | undefined;
331
- ResourceConfigurationArn?: string | undefined;
332
- ServiceRegion?: string | undefined;
333
- }
334
- export interface CreateVpcEndpointResult {
335
- VpcEndpoint?: VpcEndpoint | undefined;
336
- ClientToken?: string | undefined;
337
- }
338
- export interface CreateVpcEndpointConnectionNotificationRequest {
339
151
  DryRun?: boolean | undefined;
340
- ServiceId?: string | undefined;
341
- VpcEndpointId?: string | undefined;
342
- ConnectionNotificationArn: string | undefined;
343
- ConnectionEvents: string[] | undefined;
344
- ClientToken?: string | undefined;
345
152
  }
346
- export declare const ConnectionNotificationState: {
347
- readonly Disabled: "Disabled";
348
- readonly Enabled: "Enabled";
349
- };
350
- export type ConnectionNotificationState =
351
- (typeof ConnectionNotificationState)[keyof typeof ConnectionNotificationState];
352
- export declare const ConnectionNotificationType: {
353
- readonly Topic: "Topic";
354
- };
355
- export type ConnectionNotificationType =
356
- (typeof ConnectionNotificationType)[keyof typeof ConnectionNotificationType];
357
- export interface ConnectionNotification {
358
- ConnectionNotificationId?: string | undefined;
359
- ServiceId?: string | undefined;
360
- VpcEndpointId?: string | undefined;
361
- ConnectionNotificationType?: ConnectionNotificationType | undefined;
362
- ConnectionNotificationArn?: string | undefined;
363
- ConnectionEvents?: string[] | undefined;
364
- ConnectionNotificationState?: ConnectionNotificationState | undefined;
365
- ServiceRegion?: string | undefined;
366
- }
367
- export interface CreateVpcEndpointConnectionNotificationResult {
368
- ConnectionNotification?: ConnectionNotification | undefined;
369
- ClientToken?: string | undefined;
370
- }
371
- export interface CreateVpcEndpointServiceConfigurationRequest {
153
+ export interface DeleteVpcBlockPublicAccessExclusionRequest {
372
154
  DryRun?: boolean | undefined;
373
- AcceptanceRequired?: boolean | undefined;
374
- PrivateDnsName?: string | undefined;
375
- NetworkLoadBalancerArns?: string[] | undefined;
376
- GatewayLoadBalancerArns?: string[] | undefined;
377
- SupportedIpAddressTypes?: string[] | undefined;
378
- SupportedRegions?: string[] | undefined;
379
- ClientToken?: string | undefined;
380
- TagSpecifications?: TagSpecification[] | undefined;
381
- }
382
- export declare const PayerResponsibility: {
383
- readonly ServiceOwner: "ServiceOwner";
384
- };
385
- export type PayerResponsibility =
386
- (typeof PayerResponsibility)[keyof typeof PayerResponsibility];
387
- export declare const DnsNameState: {
388
- readonly Failed: "failed";
389
- readonly PendingVerification: "pendingVerification";
390
- readonly Verified: "verified";
391
- };
392
- export type DnsNameState = (typeof DnsNameState)[keyof typeof DnsNameState];
393
- export interface PrivateDnsNameConfiguration {
394
- State?: DnsNameState | undefined;
395
- Type?: string | undefined;
396
- Value?: string | undefined;
397
- Name?: string | undefined;
398
- }
399
- export declare const ServiceState: {
400
- readonly Available: "Available";
401
- readonly Deleted: "Deleted";
402
- readonly Deleting: "Deleting";
403
- readonly Failed: "Failed";
404
- readonly Pending: "Pending";
405
- };
406
- export type ServiceState = (typeof ServiceState)[keyof typeof ServiceState];
407
- export declare const ServiceType: {
408
- readonly Gateway: "Gateway";
409
- readonly GatewayLoadBalancer: "GatewayLoadBalancer";
410
- readonly Interface: "Interface";
411
- };
412
- export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
413
- export interface ServiceTypeDetail {
414
- ServiceType?: ServiceType | undefined;
415
- }
416
- export declare const ServiceConnectivityType: {
417
- readonly ipv4: "ipv4";
418
- readonly ipv6: "ipv6";
419
- };
420
- export type ServiceConnectivityType =
421
- (typeof ServiceConnectivityType)[keyof typeof ServiceConnectivityType];
422
- export interface SupportedRegionDetail {
423
- Region?: string | undefined;
424
- ServiceState?: string | undefined;
425
- }
426
- export interface ServiceConfiguration {
427
- ServiceType?: ServiceTypeDetail[] | undefined;
428
- ServiceId?: string | undefined;
429
- ServiceName?: string | undefined;
430
- ServiceState?: ServiceState | undefined;
431
- AvailabilityZoneIds?: string[] | undefined;
432
- AvailabilityZones?: string[] | undefined;
433
- AcceptanceRequired?: boolean | undefined;
434
- ManagesVpcEndpoints?: boolean | undefined;
435
- NetworkLoadBalancerArns?: string[] | undefined;
436
- GatewayLoadBalancerArns?: string[] | undefined;
437
- SupportedIpAddressTypes?: ServiceConnectivityType[] | undefined;
438
- BaseEndpointDnsNames?: string[] | undefined;
439
- PrivateDnsName?: string | undefined;
440
- PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration | undefined;
441
- PayerResponsibility?: PayerResponsibility | undefined;
442
- Tags?: Tag[] | undefined;
443
- SupportedRegions?: SupportedRegionDetail[] | undefined;
444
- RemoteAccessEnabled?: boolean | undefined;
155
+ ExclusionId: string | undefined;
445
156
  }
446
- export interface CreateVpcEndpointServiceConfigurationResult {
447
- ServiceConfiguration?: ServiceConfiguration | undefined;
448
- ClientToken?: string | undefined;
157
+ export interface DeleteVpcBlockPublicAccessExclusionResult {
158
+ VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
449
159
  }
450
- export interface CreateVpcPeeringConnectionRequest {
451
- PeerRegion?: string | undefined;
452
- TagSpecifications?: TagSpecification[] | undefined;
160
+ export interface DeleteVpcEndpointConnectionNotificationsRequest {
453
161
  DryRun?: boolean | undefined;
454
- VpcId: string | undefined;
455
- PeerVpcId?: string | undefined;
456
- PeerOwnerId?: string | undefined;
162
+ ConnectionNotificationIds: string[] | undefined;
457
163
  }
458
- export interface CreateVpcPeeringConnectionResult {
459
- VpcPeeringConnection?: VpcPeeringConnection | undefined;
164
+ export interface DeleteVpcEndpointConnectionNotificationsResult {
165
+ Unsuccessful?: UnsuccessfulItem[] | undefined;
460
166
  }
461
- export declare const VpnConcentratorType: {
462
- readonly ipsec_1: "ipsec.1";
463
- };
464
- export type VpnConcentratorType =
465
- (typeof VpnConcentratorType)[keyof typeof VpnConcentratorType];
466
- export interface CreateVpnConcentratorRequest {
467
- Type: VpnConcentratorType | undefined;
468
- TransitGatewayId?: string | undefined;
469
- TagSpecifications?: TagSpecification[] | undefined;
167
+ export interface DeleteVpcEndpointsRequest {
470
168
  DryRun?: boolean | undefined;
169
+ VpcEndpointIds: string[] | undefined;
471
170
  }
472
- export interface VpnConcentrator {
473
- VpnConcentratorId?: string | undefined;
474
- State?: string | undefined;
475
- TransitGatewayId?: string | undefined;
476
- TransitGatewayAttachmentId?: string | undefined;
477
- Type?: string | undefined;
478
- Tags?: Tag[] | undefined;
479
- }
480
- export interface CreateVpnConcentratorResult {
481
- VpnConcentrator?: VpnConcentrator | undefined;
482
- }
483
- export declare const VpnTunnelBandwidth: {
484
- readonly large: "large";
485
- readonly standard: "standard";
486
- };
487
- export type VpnTunnelBandwidth =
488
- (typeof VpnTunnelBandwidth)[keyof typeof VpnTunnelBandwidth];
489
- export declare const TunnelInsideIpVersion: {
490
- readonly ipv4: "ipv4";
491
- readonly ipv6: "ipv6";
492
- };
493
- export type TunnelInsideIpVersion =
494
- (typeof TunnelInsideIpVersion)[keyof typeof TunnelInsideIpVersion];
495
- export interface IKEVersionsRequestListValue {
496
- Value?: string | undefined;
497
- }
498
- export interface CloudWatchLogOptionsSpecification {
499
- LogEnabled?: boolean | undefined;
500
- LogGroupArn?: string | undefined;
501
- LogOutputFormat?: string | undefined;
502
- }
503
- export interface VpnTunnelLogOptionsSpecification {
504
- CloudWatchLogOptions?: CloudWatchLogOptionsSpecification | undefined;
505
- }
506
- export interface Phase1DHGroupNumbersRequestListValue {
507
- Value?: number | undefined;
508
- }
509
- export interface Phase1EncryptionAlgorithmsRequestListValue {
510
- Value?: string | undefined;
511
- }
512
- export interface Phase1IntegrityAlgorithmsRequestListValue {
513
- Value?: string | undefined;
514
- }
515
- export interface Phase2DHGroupNumbersRequestListValue {
516
- Value?: number | undefined;
517
- }
518
- export interface Phase2EncryptionAlgorithmsRequestListValue {
519
- Value?: string | undefined;
520
- }
521
- export interface Phase2IntegrityAlgorithmsRequestListValue {
522
- Value?: string | undefined;
523
- }
524
- export interface VpnTunnelOptionsSpecification {
525
- TunnelInsideCidr?: string | undefined;
526
- TunnelInsideIpv6Cidr?: string | undefined;
527
- PreSharedKey?: string | undefined;
528
- Phase1LifetimeSeconds?: number | undefined;
529
- Phase2LifetimeSeconds?: number | undefined;
530
- RekeyMarginTimeSeconds?: number | undefined;
531
- RekeyFuzzPercentage?: number | undefined;
532
- ReplayWindowSize?: number | undefined;
533
- DPDTimeoutSeconds?: number | undefined;
534
- DPDTimeoutAction?: string | undefined;
535
- Phase1EncryptionAlgorithms?:
536
- | Phase1EncryptionAlgorithmsRequestListValue[]
537
- | undefined;
538
- Phase2EncryptionAlgorithms?:
539
- | Phase2EncryptionAlgorithmsRequestListValue[]
540
- | undefined;
541
- Phase1IntegrityAlgorithms?:
542
- | Phase1IntegrityAlgorithmsRequestListValue[]
543
- | undefined;
544
- Phase2IntegrityAlgorithms?:
545
- | Phase2IntegrityAlgorithmsRequestListValue[]
546
- | undefined;
547
- Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[] | undefined;
548
- Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[] | undefined;
549
- IKEVersions?: IKEVersionsRequestListValue[] | undefined;
550
- StartupAction?: string | undefined;
551
- LogOptions?: VpnTunnelLogOptionsSpecification | undefined;
552
- EnableTunnelLifecycleControl?: boolean | undefined;
553
- }
554
- export interface VpnConnectionOptionsSpecification {
555
- EnableAcceleration?: boolean | undefined;
556
- TunnelInsideIpVersion?: TunnelInsideIpVersion | undefined;
557
- TunnelOptions?: VpnTunnelOptionsSpecification[] | undefined;
558
- LocalIpv4NetworkCidr?: string | undefined;
559
- RemoteIpv4NetworkCidr?: string | undefined;
560
- LocalIpv6NetworkCidr?: string | undefined;
561
- RemoteIpv6NetworkCidr?: string | undefined;
562
- OutsideIpAddressType?: string | undefined;
563
- TransportTransitGatewayAttachmentId?: string | undefined;
564
- TunnelBandwidth?: VpnTunnelBandwidth | undefined;
565
- StaticRoutesOnly?: boolean | undefined;
566
- }
567
- export interface CreateVpnConnectionRequest {
568
- CustomerGatewayId: string | undefined;
569
- Type: string | undefined;
570
- VpnGatewayId?: string | undefined;
571
- TransitGatewayId?: string | undefined;
572
- VpnConcentratorId?: string | undefined;
573
- TagSpecifications?: TagSpecification[] | undefined;
574
- PreSharedKeyStorage?: string | undefined;
575
- DryRun?: boolean | undefined;
576
- Options?: VpnConnectionOptionsSpecification | undefined;
577
- }
578
- export declare const GatewayAssociationState: {
579
- readonly associated: "associated";
580
- readonly associating: "associating";
581
- readonly disassociating: "disassociating";
582
- readonly not_associated: "not-associated";
583
- };
584
- export type GatewayAssociationState =
585
- (typeof GatewayAssociationState)[keyof typeof GatewayAssociationState];
586
- export interface IKEVersionsListValue {
587
- Value?: string | undefined;
588
- }
589
- export interface CloudWatchLogOptions {
590
- LogEnabled?: boolean | undefined;
591
- LogGroupArn?: string | undefined;
592
- LogOutputFormat?: string | undefined;
593
- }
594
- export interface VpnTunnelLogOptions {
595
- CloudWatchLogOptions?: CloudWatchLogOptions | undefined;
596
- }
597
- export interface Phase1DHGroupNumbersListValue {
598
- Value?: number | undefined;
599
- }
600
- export interface Phase1EncryptionAlgorithmsListValue {
601
- Value?: string | undefined;
602
- }
603
- export interface Phase1IntegrityAlgorithmsListValue {
604
- Value?: string | undefined;
605
- }
606
- export interface Phase2DHGroupNumbersListValue {
607
- Value?: number | undefined;
608
- }
609
- export interface Phase2EncryptionAlgorithmsListValue {
610
- Value?: string | undefined;
611
- }
612
- export interface Phase2IntegrityAlgorithmsListValue {
613
- Value?: string | undefined;
614
- }
615
- export interface TunnelOption {
616
- OutsideIpAddress?: string | undefined;
617
- TunnelInsideCidr?: string | undefined;
618
- TunnelInsideIpv6Cidr?: string | undefined;
619
- PreSharedKey?: string | undefined;
620
- Phase1LifetimeSeconds?: number | undefined;
621
- Phase2LifetimeSeconds?: number | undefined;
622
- RekeyMarginTimeSeconds?: number | undefined;
623
- RekeyFuzzPercentage?: number | undefined;
624
- ReplayWindowSize?: number | undefined;
625
- DpdTimeoutSeconds?: number | undefined;
626
- DpdTimeoutAction?: string | undefined;
627
- Phase1EncryptionAlgorithms?:
628
- | Phase1EncryptionAlgorithmsListValue[]
629
- | undefined;
630
- Phase2EncryptionAlgorithms?:
631
- | Phase2EncryptionAlgorithmsListValue[]
632
- | undefined;
633
- Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsListValue[] | undefined;
634
- Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsListValue[] | undefined;
635
- Phase1DHGroupNumbers?: Phase1DHGroupNumbersListValue[] | undefined;
636
- Phase2DHGroupNumbers?: Phase2DHGroupNumbersListValue[] | undefined;
637
- IkeVersions?: IKEVersionsListValue[] | undefined;
638
- StartupAction?: string | undefined;
639
- LogOptions?: VpnTunnelLogOptions | undefined;
640
- EnableTunnelLifecycleControl?: boolean | undefined;
641
- }
642
- export interface VpnConnectionOptions {
643
- EnableAcceleration?: boolean | undefined;
644
- StaticRoutesOnly?: boolean | undefined;
645
- LocalIpv4NetworkCidr?: string | undefined;
646
- RemoteIpv4NetworkCidr?: string | undefined;
647
- LocalIpv6NetworkCidr?: string | undefined;
648
- RemoteIpv6NetworkCidr?: string | undefined;
649
- OutsideIpAddressType?: string | undefined;
650
- TransportTransitGatewayAttachmentId?: string | undefined;
651
- TunnelInsideIpVersion?: TunnelInsideIpVersion | undefined;
652
- TunnelOptions?: TunnelOption[] | undefined;
653
- TunnelBandwidth?: VpnTunnelBandwidth | undefined;
654
- }
655
- export declare const VpnStaticRouteSource: {
656
- readonly Static: "Static";
657
- };
658
- export type VpnStaticRouteSource =
659
- (typeof VpnStaticRouteSource)[keyof typeof VpnStaticRouteSource];
660
- export declare const VpnState: {
661
- readonly available: "available";
662
- readonly deleted: "deleted";
663
- readonly deleting: "deleting";
664
- readonly pending: "pending";
665
- };
666
- export type VpnState = (typeof VpnState)[keyof typeof VpnState];
667
- export interface VpnStaticRoute {
668
- DestinationCidrBlock?: string | undefined;
669
- Source?: VpnStaticRouteSource | undefined;
670
- State?: VpnState | undefined;
671
- }
672
- export declare const TelemetryStatus: {
673
- readonly DOWN: "DOWN";
674
- readonly UP: "UP";
675
- };
676
- export type TelemetryStatus =
677
- (typeof TelemetryStatus)[keyof typeof TelemetryStatus];
678
- export interface VgwTelemetry {
679
- AcceptedRouteCount?: number | undefined;
680
- LastStatusChange?: Date | undefined;
681
- OutsideIpAddress?: string | undefined;
682
- Status?: TelemetryStatus | undefined;
683
- StatusMessage?: string | undefined;
684
- CertificateArn?: string | undefined;
685
- }
686
- export interface VpnConnection {
687
- Category?: string | undefined;
688
- TransitGatewayId?: string | undefined;
689
- VpnConcentratorId?: string | undefined;
690
- CoreNetworkArn?: string | undefined;
691
- CoreNetworkAttachmentArn?: string | undefined;
692
- GatewayAssociationState?: GatewayAssociationState | undefined;
693
- Options?: VpnConnectionOptions | undefined;
694
- Routes?: VpnStaticRoute[] | undefined;
695
- Tags?: Tag[] | undefined;
696
- VgwTelemetry?: VgwTelemetry[] | undefined;
697
- PreSharedKeyArn?: string | undefined;
698
- VpnConnectionId?: string | undefined;
699
- State?: VpnState | undefined;
700
- CustomerGatewayConfiguration?: string | undefined;
701
- Type?: GatewayType | undefined;
702
- CustomerGatewayId?: string | undefined;
703
- VpnGatewayId?: string | undefined;
704
- }
705
- export interface CreateVpnConnectionResult {
706
- VpnConnection?: VpnConnection | undefined;
707
- }
708
- export interface CreateVpnConnectionRouteRequest {
709
- DestinationCidrBlock: string | undefined;
710
- VpnConnectionId: string | undefined;
171
+ export interface DeleteVpcEndpointsResult {
172
+ Unsuccessful?: UnsuccessfulItem[] | undefined;
711
173
  }
712
- export interface CreateVpnGatewayRequest {
713
- AvailabilityZone?: string | undefined;
714
- Type: GatewayType | undefined;
715
- TagSpecifications?: TagSpecification[] | undefined;
716
- AmazonSideAsn?: number | undefined;
174
+ export interface DeleteVpcEndpointServiceConfigurationsRequest {
717
175
  DryRun?: boolean | undefined;
176
+ ServiceIds: string[] | undefined;
718
177
  }
719
- export interface VpnGateway {
720
- AmazonSideAsn?: number | undefined;
721
- Tags?: Tag[] | undefined;
722
- VpnGatewayId?: string | undefined;
723
- State?: VpnState | undefined;
724
- Type?: GatewayType | undefined;
725
- AvailabilityZone?: string | undefined;
726
- VpcAttachments?: VpcAttachment[] | undefined;
727
- }
728
- export interface CreateVpnGatewayResult {
729
- VpnGateway?: VpnGateway | undefined;
178
+ export interface DeleteVpcEndpointServiceConfigurationsResult {
179
+ Unsuccessful?: UnsuccessfulItem[] | undefined;
730
180
  }
731
- export interface DeleteCapacityManagerDataExportRequest {
732
- CapacityManagerDataExportId: string | undefined;
181
+ export interface DeleteVpcPeeringConnectionRequest {
733
182
  DryRun?: boolean | undefined;
183
+ VpcPeeringConnectionId: string | undefined;
734
184
  }
735
- export interface DeleteCapacityManagerDataExportResult {
736
- CapacityManagerDataExportId?: string | undefined;
185
+ export interface DeleteVpcPeeringConnectionResult {
186
+ Return?: boolean | undefined;
737
187
  }
738
- export interface DeleteCarrierGatewayRequest {
739
- CarrierGatewayId: string | undefined;
188
+ export interface DeleteVpnConcentratorRequest {
189
+ VpnConcentratorId: string | undefined;
740
190
  DryRun?: boolean | undefined;
741
191
  }
742
- export interface DeleteCarrierGatewayResult {
743
- CarrierGateway?: CarrierGateway | undefined;
192
+ export interface DeleteVpnConcentratorResult {
193
+ Return?: boolean | undefined;
744
194
  }
745
- export interface DeleteClientVpnEndpointRequest {
746
- ClientVpnEndpointId: string | undefined;
195
+ export interface DeleteVpnConnectionRequest {
196
+ VpnConnectionId: string | undefined;
747
197
  DryRun?: boolean | undefined;
748
198
  }
749
- export interface DeleteClientVpnEndpointResult {
750
- Status?: ClientVpnEndpointStatus | undefined;
751
- }
752
- export interface DeleteClientVpnRouteRequest {
753
- ClientVpnEndpointId: string | undefined;
754
- TargetVpcSubnetId?: string | undefined;
199
+ export interface DeleteVpnConnectionRouteRequest {
755
200
  DestinationCidrBlock: string | undefined;
756
- DryRun?: boolean | undefined;
757
- }
758
- export interface DeleteClientVpnRouteResult {
759
- Status?: ClientVpnRouteStatus | undefined;
201
+ VpnConnectionId: string | undefined;
760
202
  }
761
- export interface DeleteCoipCidrRequest {
762
- Cidr: string | undefined;
763
- CoipPoolId: string | undefined;
203
+ export interface DeleteVpnGatewayRequest {
204
+ VpnGatewayId: string | undefined;
764
205
  DryRun?: boolean | undefined;
765
206
  }
766
- export interface DeleteCoipCidrResult {
767
- CoipCidr?: CoipCidr | undefined;
768
- }
769
- export interface DeleteCoipPoolRequest {
770
- CoipPoolId: string | undefined;
207
+ export interface DeprovisionByoipCidrRequest {
208
+ Cidr: string | undefined;
771
209
  DryRun?: boolean | undefined;
772
210
  }
773
- export interface DeleteCoipPoolResult {
774
- CoipPool?: CoipPool | undefined;
775
- }
776
- export interface DeleteCustomerGatewayRequest {
777
- CustomerGatewayId: string | undefined;
778
- DryRun?: boolean | undefined;
211
+ export interface DeprovisionByoipCidrResult {
212
+ ByoipCidr?: ByoipCidr | undefined;
779
213
  }
780
- export interface DeleteDhcpOptionsRequest {
781
- DhcpOptionsId: string | undefined;
214
+ export interface DeprovisionIpamByoasnRequest {
782
215
  DryRun?: boolean | undefined;
216
+ IpamId: string | undefined;
217
+ Asn: string | undefined;
783
218
  }
784
- export interface DeleteEgressOnlyInternetGatewayRequest {
785
- DryRun?: boolean | undefined;
786
- EgressOnlyInternetGatewayId: string | undefined;
219
+ export interface Byoasn {
220
+ Asn?: string | undefined;
221
+ IpamId?: string | undefined;
222
+ StatusMessage?: string | undefined;
223
+ State?: AsnState | undefined;
787
224
  }
788
- export interface DeleteEgressOnlyInternetGatewayResult {
789
- ReturnCode?: boolean | undefined;
225
+ export interface DeprovisionIpamByoasnResult {
226
+ Byoasn?: Byoasn | undefined;
790
227
  }
791
- export interface DeleteFleetsRequest {
228
+ export interface DeprovisionIpamPoolCidrRequest {
792
229
  DryRun?: boolean | undefined;
793
- FleetIds: string[] | undefined;
794
- TerminateInstances: boolean | undefined;
795
- }
796
- export declare const FleetStateCode: {
797
- readonly ACTIVE: "active";
798
- readonly DELETED: "deleted";
799
- readonly DELETED_RUNNING: "deleted_running";
800
- readonly DELETED_TERMINATING_INSTANCES: "deleted_terminating";
801
- readonly FAILED: "failed";
802
- readonly MODIFYING: "modifying";
803
- readonly SUBMITTED: "submitted";
804
- };
805
- export type FleetStateCode =
806
- (typeof FleetStateCode)[keyof typeof FleetStateCode];
807
- export interface DeleteFleetSuccessItem {
808
- CurrentFleetState?: FleetStateCode | undefined;
809
- PreviousFleetState?: FleetStateCode | undefined;
810
- FleetId?: string | undefined;
230
+ IpamPoolId: string | undefined;
231
+ Cidr?: string | undefined;
811
232
  }
812
- export declare const DeleteFleetErrorCode: {
813
- readonly FLEET_ID_DOES_NOT_EXIST: "fleetIdDoesNotExist";
814
- readonly FLEET_ID_MALFORMED: "fleetIdMalformed";
815
- readonly FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState";
816
- readonly UNEXPECTED_ERROR: "unexpectedError";
817
- };
818
- export type DeleteFleetErrorCode =
819
- (typeof DeleteFleetErrorCode)[keyof typeof DeleteFleetErrorCode];
820
- export interface DeleteFleetError {
821
- Code?: DeleteFleetErrorCode | undefined;
233
+ export interface IpamPoolCidrFailureReason {
234
+ Code?: IpamPoolCidrFailureCode | undefined;
822
235
  Message?: string | undefined;
823
236
  }
824
- export interface DeleteFleetErrorItem {
825
- Error?: DeleteFleetError | undefined;
826
- FleetId?: string | undefined;
237
+ export interface IpamPoolCidr {
238
+ Cidr?: string | undefined;
239
+ State?: IpamPoolCidrState | undefined;
240
+ FailureReason?: IpamPoolCidrFailureReason | undefined;
241
+ IpamPoolCidrId?: string | undefined;
242
+ NetmaskLength?: number | undefined;
827
243
  }
828
- export interface DeleteFleetsResult {
829
- SuccessfulFleetDeletions?: DeleteFleetSuccessItem[] | undefined;
830
- UnsuccessfulFleetDeletions?: DeleteFleetErrorItem[] | undefined;
244
+ export interface DeprovisionIpamPoolCidrResult {
245
+ IpamPoolCidr?: IpamPoolCidr | undefined;
831
246
  }
832
- export interface DeleteFlowLogsRequest {
247
+ export interface DeprovisionPublicIpv4PoolCidrRequest {
833
248
  DryRun?: boolean | undefined;
834
- FlowLogIds: string[] | undefined;
249
+ PoolId: string | undefined;
250
+ Cidr: string | undefined;
835
251
  }
836
- export interface DeleteFlowLogsResult {
837
- Unsuccessful?: UnsuccessfulItem[] | undefined;
252
+ export interface DeprovisionPublicIpv4PoolCidrResult {
253
+ PoolId?: string | undefined;
254
+ DeprovisionedAddresses?: string[] | undefined;
838
255
  }
839
- export interface DeleteFpgaImageRequest {
256
+ export interface DeregisterImageRequest {
257
+ ImageId: string | undefined;
258
+ DeleteAssociatedSnapshots?: boolean | undefined;
840
259
  DryRun?: boolean | undefined;
841
- FpgaImageId: string | undefined;
842
- }
843
- export interface DeleteFpgaImageResult {
844
- Return?: boolean | undefined;
845
260
  }
846
- export interface DeleteImageUsageReportRequest {
847
- ReportId: string | undefined;
848
- DryRun?: boolean | undefined;
261
+ export interface DeleteSnapshotReturnCode {
262
+ SnapshotId?: string | undefined;
263
+ ReturnCode?: SnapshotReturnCodes | undefined;
849
264
  }
850
- export interface DeleteImageUsageReportResult {
265
+ export interface DeregisterImageResult {
851
266
  Return?: boolean | undefined;
267
+ DeleteSnapshotResults?: DeleteSnapshotReturnCode[] | undefined;
852
268
  }
853
- export interface DeleteInstanceConnectEndpointRequest {
854
- DryRun?: boolean | undefined;
855
- InstanceConnectEndpointId: string | undefined;
856
- }
857
- export interface DeleteInstanceConnectEndpointResult {
858
- InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint | undefined;
269
+ export interface DeregisterInstanceTagAttributeRequest {
270
+ IncludeAllTagsOfInstance?: boolean | undefined;
271
+ InstanceTagKeys?: string[] | undefined;
859
272
  }
860
- export interface DeleteInstanceEventWindowRequest {
273
+ export interface DeregisterInstanceEventNotificationAttributesRequest {
861
274
  DryRun?: boolean | undefined;
862
- ForceDelete?: boolean | undefined;
863
- InstanceEventWindowId: string | undefined;
275
+ InstanceTagAttribute: DeregisterInstanceTagAttributeRequest | undefined;
864
276
  }
865
- export interface InstanceEventWindowStateChange {
866
- InstanceEventWindowId?: string | undefined;
867
- State?: InstanceEventWindowState | undefined;
277
+ export interface InstanceTagNotificationAttribute {
278
+ InstanceTagKeys?: string[] | undefined;
279
+ IncludeAllTagsOfInstance?: boolean | undefined;
868
280
  }
869
- export interface DeleteInstanceEventWindowResult {
870
- InstanceEventWindowState?: InstanceEventWindowStateChange | undefined;
281
+ export interface DeregisterInstanceEventNotificationAttributesResult {
282
+ InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
871
283
  }
872
- export interface DeleteInternetGatewayRequest {
284
+ export interface DeregisterTransitGatewayMulticastGroupMembersRequest {
285
+ TransitGatewayMulticastDomainId?: string | undefined;
286
+ GroupIpAddress?: string | undefined;
287
+ NetworkInterfaceIds?: string[] | undefined;
873
288
  DryRun?: boolean | undefined;
874
- InternetGatewayId: string | undefined;
875
289
  }
876
- export interface DeleteIpamRequest {
877
- DryRun?: boolean | undefined;
878
- IpamId: string | undefined;
879
- Cascade?: boolean | undefined;
290
+ export interface TransitGatewayMulticastDeregisteredGroupMembers {
291
+ TransitGatewayMulticastDomainId?: string | undefined;
292
+ DeregisteredNetworkInterfaceIds?: string[] | undefined;
293
+ GroupIpAddress?: string | undefined;
880
294
  }
881
- export interface DeleteIpamResult {
882
- Ipam?: Ipam | undefined;
295
+ export interface DeregisterTransitGatewayMulticastGroupMembersResult {
296
+ DeregisteredMulticastGroupMembers?:
297
+ | TransitGatewayMulticastDeregisteredGroupMembers
298
+ | undefined;
883
299
  }
884
- export interface DeleteIpamExternalResourceVerificationTokenRequest {
300
+ export interface DeregisterTransitGatewayMulticastGroupSourcesRequest {
301
+ TransitGatewayMulticastDomainId?: string | undefined;
302
+ GroupIpAddress?: string | undefined;
303
+ NetworkInterfaceIds?: string[] | undefined;
885
304
  DryRun?: boolean | undefined;
886
- IpamExternalResourceVerificationTokenId: string | undefined;
887
305
  }
888
- export interface DeleteIpamExternalResourceVerificationTokenResult {
889
- IpamExternalResourceVerificationToken?:
890
- | IpamExternalResourceVerificationToken
306
+ export interface TransitGatewayMulticastDeregisteredGroupSources {
307
+ TransitGatewayMulticastDomainId?: string | undefined;
308
+ DeregisteredNetworkInterfaceIds?: string[] | undefined;
309
+ GroupIpAddress?: string | undefined;
310
+ }
311
+ export interface DeregisterTransitGatewayMulticastGroupSourcesResult {
312
+ DeregisteredMulticastGroupSources?:
313
+ | TransitGatewayMulticastDeregisteredGroupSources
891
314
  | undefined;
892
315
  }
893
- export interface DeleteIpamPoolRequest {
316
+ export interface DescribeAccountAttributesRequest {
894
317
  DryRun?: boolean | undefined;
895
- IpamPoolId: string | undefined;
896
- Cascade?: boolean | undefined;
897
- }
898
- export interface DeleteIpamPoolResult {
899
- IpamPool?: IpamPool | undefined;
318
+ AttributeNames?: AccountAttributeName[] | undefined;
900
319
  }
901
- export interface DeleteIpamPrefixListResolverRequest {
902
- DryRun?: boolean | undefined;
903
- IpamPrefixListResolverId: string | undefined;
320
+ export interface DescribeAccountAttributesResult {
321
+ AccountAttributes?: AccountAttribute[] | undefined;
904
322
  }
905
- export interface DeleteIpamPrefixListResolverResult {
906
- IpamPrefixListResolver?: IpamPrefixListResolver | undefined;
323
+ export interface Filter {
324
+ Name?: string | undefined;
325
+ Values?: string[] | undefined;
907
326
  }
908
- export interface DeleteIpamPrefixListResolverTargetRequest {
327
+ export interface DescribeAddressesRequest {
328
+ PublicIps?: string[] | undefined;
909
329
  DryRun?: boolean | undefined;
910
- IpamPrefixListResolverTargetId: string | undefined;
330
+ Filters?: Filter[] | undefined;
331
+ AllocationIds?: string[] | undefined;
911
332
  }
912
- export interface DeleteIpamPrefixListResolverTargetResult {
913
- IpamPrefixListResolverTarget?: IpamPrefixListResolverTarget | undefined;
333
+ export interface DescribeAddressesResult {
334
+ Addresses?: Address[] | undefined;
914
335
  }
915
- export interface DeleteIpamResourceDiscoveryRequest {
336
+ export interface DescribeAddressesAttributeRequest {
337
+ AllocationIds?: string[] | undefined;
338
+ Attribute?: AddressAttributeName | undefined;
339
+ NextToken?: string | undefined;
340
+ MaxResults?: number | undefined;
916
341
  DryRun?: boolean | undefined;
917
- IpamResourceDiscoveryId: string | undefined;
918
342
  }
919
- export interface DeleteIpamResourceDiscoveryResult {
920
- IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
343
+ export interface DescribeAddressesAttributeResult {
344
+ Addresses?: AddressAttribute[] | undefined;
345
+ NextToken?: string | undefined;
921
346
  }
922
- export interface DeleteIpamScopeRequest {
347
+ export interface DescribeAddressTransfersRequest {
348
+ AllocationIds?: string[] | undefined;
349
+ NextToken?: string | undefined;
350
+ MaxResults?: number | undefined;
923
351
  DryRun?: boolean | undefined;
924
- IpamScopeId: string | undefined;
925
- }
926
- export interface DeleteIpamScopeResult {
927
- IpamScope?: IpamScope | undefined;
928
352
  }
929
- export interface DeleteKeyPairRequest {
930
- KeyName?: string | undefined;
931
- KeyPairId?: string | undefined;
932
- DryRun?: boolean | undefined;
933
- }
934
- export interface DeleteKeyPairResult {
935
- Return?: boolean | undefined;
936
- KeyPairId?: string | undefined;
353
+ export interface DescribeAddressTransfersResult {
354
+ AddressTransfers?: AddressTransfer[] | undefined;
355
+ NextToken?: string | undefined;
937
356
  }
938
- export interface DeleteLaunchTemplateRequest {
357
+ export interface DescribeAggregateIdFormatRequest {
939
358
  DryRun?: boolean | undefined;
940
- LaunchTemplateId?: string | undefined;
941
- LaunchTemplateName?: string | undefined;
942
359
  }
943
- export interface DeleteLaunchTemplateResult {
944
- LaunchTemplate?: LaunchTemplate | undefined;
360
+ export interface IdFormat {
361
+ Deadline?: Date | undefined;
362
+ Resource?: string | undefined;
363
+ UseLongIds?: boolean | undefined;
364
+ }
365
+ export interface DescribeAggregateIdFormatResult {
366
+ UseLongIdsAggregated?: boolean | undefined;
367
+ Statuses?: IdFormat[] | undefined;
945
368
  }
946
- export interface DeleteLaunchTemplateVersionsRequest {
369
+ export interface DescribeAvailabilityZonesRequest {
370
+ ZoneNames?: string[] | undefined;
371
+ ZoneIds?: string[] | undefined;
372
+ AllAvailabilityZones?: boolean | undefined;
947
373
  DryRun?: boolean | undefined;
948
- LaunchTemplateId?: string | undefined;
949
- LaunchTemplateName?: string | undefined;
950
- Versions: string[] | undefined;
374
+ Filters?: Filter[] | undefined;
951
375
  }
952
- export interface DeleteLaunchTemplateVersionsResponseSuccessItem {
953
- LaunchTemplateId?: string | undefined;
954
- LaunchTemplateName?: string | undefined;
955
- VersionNumber?: number | undefined;
956
- }
957
- export declare const LaunchTemplateErrorCode: {
958
- readonly LAUNCH_TEMPLATE_ID_DOES_NOT_EXIST: "launchTemplateIdDoesNotExist";
959
- readonly LAUNCH_TEMPLATE_ID_MALFORMED: "launchTemplateIdMalformed";
960
- readonly LAUNCH_TEMPLATE_NAME_DOES_NOT_EXIST: "launchTemplateNameDoesNotExist";
961
- readonly LAUNCH_TEMPLATE_NAME_MALFORMED: "launchTemplateNameMalformed";
962
- readonly LAUNCH_TEMPLATE_VERSION_DOES_NOT_EXIST: "launchTemplateVersionDoesNotExist";
963
- readonly UNEXPECTED_ERROR: "unexpectedError";
964
- };
965
- export type LaunchTemplateErrorCode =
966
- (typeof LaunchTemplateErrorCode)[keyof typeof LaunchTemplateErrorCode];
967
- export interface ResponseError {
968
- Code?: LaunchTemplateErrorCode | undefined;
376
+ export interface AvailabilityZoneMessage {
969
377
  Message?: string | undefined;
970
378
  }
971
- export interface DeleteLaunchTemplateVersionsResponseErrorItem {
972
- LaunchTemplateId?: string | undefined;
973
- LaunchTemplateName?: string | undefined;
974
- VersionNumber?: number | undefined;
975
- ResponseError?: ResponseError | undefined;
379
+ export interface AvailabilityZone {
380
+ OptInStatus?: AvailabilityZoneOptInStatus | undefined;
381
+ Messages?: AvailabilityZoneMessage[] | undefined;
382
+ RegionName?: string | undefined;
383
+ ZoneName?: string | undefined;
384
+ ZoneId?: string | undefined;
385
+ GroupName?: string | undefined;
386
+ NetworkBorderGroup?: string | undefined;
387
+ ZoneType?: string | undefined;
388
+ ParentZoneName?: string | undefined;
389
+ ParentZoneId?: string | undefined;
390
+ GroupLongName?: string | undefined;
391
+ State?: AvailabilityZoneState | undefined;
976
392
  }
977
- export interface DeleteLaunchTemplateVersionsResult {
978
- SuccessfullyDeletedLaunchTemplateVersions?:
979
- | DeleteLaunchTemplateVersionsResponseSuccessItem[]
980
- | undefined;
981
- UnsuccessfullyDeletedLaunchTemplateVersions?:
982
- | DeleteLaunchTemplateVersionsResponseErrorItem[]
983
- | undefined;
393
+ export interface DescribeAvailabilityZonesResult {
394
+ AvailabilityZones?: AvailabilityZone[] | undefined;
984
395
  }
985
- export interface DeleteLocalGatewayRouteRequest {
986
- DestinationCidrBlock?: string | undefined;
987
- LocalGatewayRouteTableId: string | undefined;
396
+ export interface DescribeAwsNetworkPerformanceMetricSubscriptionsRequest {
397
+ MaxResults?: number | undefined;
398
+ NextToken?: string | undefined;
399
+ Filters?: Filter[] | undefined;
988
400
  DryRun?: boolean | undefined;
989
- DestinationPrefixListId?: string | undefined;
990
401
  }
991
- export interface DeleteLocalGatewayRouteResult {
992
- Route?: LocalGatewayRoute | undefined;
402
+ export interface Subscription {
403
+ Source?: string | undefined;
404
+ Destination?: string | undefined;
405
+ Metric?: MetricType | undefined;
406
+ Statistic?: StatisticType | undefined;
407
+ Period?: PeriodType | undefined;
993
408
  }
994
- export interface DeleteLocalGatewayRouteTableRequest {
995
- LocalGatewayRouteTableId: string | undefined;
996
- DryRun?: boolean | undefined;
997
- }
998
- export interface DeleteLocalGatewayRouteTableResult {
999
- LocalGatewayRouteTable?: LocalGatewayRouteTable | undefined;
409
+ export interface DescribeAwsNetworkPerformanceMetricSubscriptionsResult {
410
+ NextToken?: string | undefined;
411
+ Subscriptions?: Subscription[] | undefined;
1000
412
  }
1001
- export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
1002
- LocalGatewayRouteTableVirtualInterfaceGroupAssociationId: string | undefined;
413
+ export interface DescribeBundleTasksRequest {
414
+ BundleIds?: string[] | undefined;
1003
415
  DryRun?: boolean | undefined;
416
+ Filters?: Filter[] | undefined;
1004
417
  }
1005
- export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
1006
- LocalGatewayRouteTableVirtualInterfaceGroupAssociation?:
1007
- | LocalGatewayRouteTableVirtualInterfaceGroupAssociation
1008
- | undefined;
418
+ export interface DescribeBundleTasksResult {
419
+ BundleTasks?: BundleTask[] | undefined;
1009
420
  }
1010
- export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
1011
- LocalGatewayRouteTableVpcAssociationId: string | undefined;
421
+ export interface DescribeByoipCidrsRequest {
1012
422
  DryRun?: boolean | undefined;
423
+ MaxResults: number | undefined;
424
+ NextToken?: string | undefined;
1013
425
  }
1014
- export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
1015
- LocalGatewayRouteTableVpcAssociation?:
1016
- | LocalGatewayRouteTableVpcAssociation
1017
- | undefined;
426
+ export interface DescribeByoipCidrsResult {
427
+ ByoipCidrs?: ByoipCidr[] | undefined;
428
+ NextToken?: string | undefined;
1018
429
  }
1019
- export interface DeleteLocalGatewayVirtualInterfaceRequest {
1020
- LocalGatewayVirtualInterfaceId: string | undefined;
430
+ export interface DescribeCapacityBlockExtensionHistoryRequest {
431
+ CapacityReservationIds?: string[] | undefined;
432
+ NextToken?: string | undefined;
433
+ MaxResults?: number | undefined;
434
+ Filters?: Filter[] | undefined;
1021
435
  DryRun?: boolean | undefined;
1022
436
  }
1023
- export interface DeleteLocalGatewayVirtualInterfaceResult {
1024
- LocalGatewayVirtualInterface?: LocalGatewayVirtualInterface | undefined;
437
+ export interface CapacityBlockExtension {
438
+ CapacityReservationId?: string | undefined;
439
+ InstanceType?: string | undefined;
440
+ InstanceCount?: number | undefined;
441
+ AvailabilityZone?: string | undefined;
442
+ AvailabilityZoneId?: string | undefined;
443
+ CapacityBlockExtensionOfferingId?: string | undefined;
444
+ CapacityBlockExtensionDurationHours?: number | undefined;
445
+ CapacityBlockExtensionStatus?: CapacityBlockExtensionStatus | undefined;
446
+ CapacityBlockExtensionPurchaseDate?: Date | undefined;
447
+ CapacityBlockExtensionStartDate?: Date | undefined;
448
+ CapacityBlockExtensionEndDate?: Date | undefined;
449
+ UpfrontFee?: string | undefined;
450
+ CurrencyCode?: string | undefined;
451
+ }
452
+ export interface DescribeCapacityBlockExtensionHistoryResult {
453
+ CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
454
+ NextToken?: string | undefined;
1025
455
  }
1026
- export interface DeleteLocalGatewayVirtualInterfaceGroupRequest {
1027
- LocalGatewayVirtualInterfaceGroupId: string | undefined;
456
+ export interface DescribeCapacityBlockExtensionOfferingsRequest {
1028
457
  DryRun?: boolean | undefined;
458
+ CapacityBlockExtensionDurationHours: number | undefined;
459
+ CapacityReservationId: string | undefined;
460
+ NextToken?: string | undefined;
461
+ MaxResults?: number | undefined;
1029
462
  }
1030
- export interface DeleteLocalGatewayVirtualInterfaceGroupResult {
1031
- LocalGatewayVirtualInterfaceGroup?:
1032
- | LocalGatewayVirtualInterfaceGroup
463
+ export interface CapacityBlockExtensionOffering {
464
+ CapacityBlockExtensionOfferingId?: string | undefined;
465
+ InstanceType?: string | undefined;
466
+ InstanceCount?: number | undefined;
467
+ AvailabilityZone?: string | undefined;
468
+ AvailabilityZoneId?: string | undefined;
469
+ StartDate?: Date | undefined;
470
+ CapacityBlockExtensionStartDate?: Date | undefined;
471
+ CapacityBlockExtensionEndDate?: Date | undefined;
472
+ CapacityBlockExtensionDurationHours?: number | undefined;
473
+ UpfrontFee?: string | undefined;
474
+ CurrencyCode?: string | undefined;
475
+ Tenancy?: CapacityReservationTenancy | undefined;
476
+ }
477
+ export interface DescribeCapacityBlockExtensionOfferingsResult {
478
+ CapacityBlockExtensionOfferings?:
479
+ | CapacityBlockExtensionOffering[]
1033
480
  | undefined;
481
+ NextToken?: string | undefined;
1034
482
  }
1035
- export interface DeleteManagedPrefixListRequest {
483
+ export interface DescribeCapacityBlockOfferingsRequest {
1036
484
  DryRun?: boolean | undefined;
1037
- PrefixListId: string | undefined;
485
+ InstanceType?: string | undefined;
486
+ InstanceCount?: number | undefined;
487
+ StartDateRange?: Date | undefined;
488
+ EndDateRange?: Date | undefined;
489
+ CapacityDurationHours: number | undefined;
490
+ NextToken?: string | undefined;
491
+ MaxResults?: number | undefined;
492
+ UltraserverType?: string | undefined;
493
+ UltraserverCount?: number | undefined;
1038
494
  }
1039
- export interface DeleteManagedPrefixListResult {
1040
- PrefixList?: ManagedPrefixList | undefined;
495
+ export interface CapacityBlockOffering {
496
+ CapacityBlockOfferingId?: string | undefined;
497
+ InstanceType?: string | undefined;
498
+ AvailabilityZone?: string | undefined;
499
+ InstanceCount?: number | undefined;
500
+ StartDate?: Date | undefined;
501
+ EndDate?: Date | undefined;
502
+ CapacityBlockDurationHours?: number | undefined;
503
+ UpfrontFee?: string | undefined;
504
+ CurrencyCode?: string | undefined;
505
+ Tenancy?: CapacityReservationTenancy | undefined;
506
+ UltraserverType?: string | undefined;
507
+ UltraserverCount?: number | undefined;
508
+ CapacityBlockDurationMinutes?: number | undefined;
509
+ }
510
+ export interface DescribeCapacityBlockOfferingsResult {
511
+ CapacityBlockOfferings?: CapacityBlockOffering[] | undefined;
512
+ NextToken?: string | undefined;
1041
513
  }
1042
- export interface DeleteNatGatewayRequest {
514
+ export interface DescribeCapacityBlocksRequest {
515
+ CapacityBlockIds?: string[] | undefined;
516
+ NextToken?: string | undefined;
517
+ MaxResults?: number | undefined;
518
+ Filters?: Filter[] | undefined;
1043
519
  DryRun?: boolean | undefined;
1044
- NatGatewayId: string | undefined;
1045
520
  }
1046
- export interface DeleteNatGatewayResult {
1047
- NatGatewayId?: string | undefined;
1048
- }
1049
- export interface DeleteNetworkAclRequest {
1050
- DryRun?: boolean | undefined;
1051
- NetworkAclId: string | undefined;
521
+ export interface CapacityBlock {
522
+ CapacityBlockId?: string | undefined;
523
+ UltraserverType?: string | undefined;
524
+ AvailabilityZone?: string | undefined;
525
+ AvailabilityZoneId?: string | undefined;
526
+ CapacityReservationIds?: string[] | undefined;
527
+ StartDate?: Date | undefined;
528
+ EndDate?: Date | undefined;
529
+ CreateDate?: Date | undefined;
530
+ State?: CapacityBlockResourceState | undefined;
531
+ Tags?: Tag[] | undefined;
1052
532
  }
1053
- export interface DeleteNetworkAclEntryRequest {
1054
- DryRun?: boolean | undefined;
1055
- NetworkAclId: string | undefined;
1056
- RuleNumber: number | undefined;
1057
- Egress: boolean | undefined;
533
+ export interface DescribeCapacityBlocksResult {
534
+ CapacityBlocks?: CapacityBlock[] | undefined;
535
+ NextToken?: string | undefined;
1058
536
  }
1059
- export interface DeleteNetworkInsightsAccessScopeRequest {
537
+ export interface DescribeCapacityBlockStatusRequest {
538
+ CapacityBlockIds?: string[] | undefined;
539
+ NextToken?: string | undefined;
540
+ MaxResults?: number | undefined;
541
+ Filters?: Filter[] | undefined;
1060
542
  DryRun?: boolean | undefined;
1061
- NetworkInsightsAccessScopeId: string | undefined;
1062
543
  }
1063
- export interface DeleteNetworkInsightsAccessScopeResult {
1064
- NetworkInsightsAccessScopeId?: string | undefined;
544
+ export interface CapacityReservationStatus {
545
+ CapacityReservationId?: string | undefined;
546
+ TotalCapacity?: number | undefined;
547
+ TotalAvailableCapacity?: number | undefined;
548
+ TotalUnavailableCapacity?: number | undefined;
1065
549
  }
1066
- export interface DeleteNetworkInsightsAccessScopeAnalysisRequest {
1067
- NetworkInsightsAccessScopeAnalysisId: string | undefined;
1068
- DryRun?: boolean | undefined;
550
+ export interface CapacityBlockStatus {
551
+ CapacityBlockId?: string | undefined;
552
+ InterconnectStatus?: CapacityBlockInterconnectStatus | undefined;
553
+ TotalCapacity?: number | undefined;
554
+ TotalAvailableCapacity?: number | undefined;
555
+ TotalUnavailableCapacity?: number | undefined;
556
+ CapacityReservationStatuses?: CapacityReservationStatus[] | undefined;
1069
557
  }
1070
- export interface DeleteNetworkInsightsAccessScopeAnalysisResult {
1071
- NetworkInsightsAccessScopeAnalysisId?: string | undefined;
558
+ export interface DescribeCapacityBlockStatusResult {
559
+ CapacityBlockStatuses?: CapacityBlockStatus[] | undefined;
560
+ NextToken?: string | undefined;
1072
561
  }
1073
- export interface DeleteNetworkInsightsAnalysisRequest {
562
+ export interface DescribeCapacityManagerDataExportsRequest {
563
+ CapacityManagerDataExportIds?: string[] | undefined;
564
+ MaxResults?: number | undefined;
565
+ NextToken?: string | undefined;
1074
566
  DryRun?: boolean | undefined;
1075
- NetworkInsightsAnalysisId: string | undefined;
567
+ Filters?: Filter[] | undefined;
568
+ }
569
+ export interface CapacityManagerDataExportResponse {
570
+ CapacityManagerDataExportId?: string | undefined;
571
+ S3BucketName?: string | undefined;
572
+ S3BucketPrefix?: string | undefined;
573
+ Schedule?: Schedule | undefined;
574
+ OutputFormat?: OutputFormat | undefined;
575
+ CreateTime?: Date | undefined;
576
+ LatestDeliveryStatus?: CapacityManagerDataExportStatus | undefined;
577
+ LatestDeliveryStatusMessage?: string | undefined;
578
+ LatestDeliveryS3LocationUri?: string | undefined;
579
+ LatestDeliveryTime?: Date | undefined;
580
+ Tags?: Tag[] | undefined;
1076
581
  }
1077
- export interface DeleteNetworkInsightsAnalysisResult {
1078
- NetworkInsightsAnalysisId?: string | undefined;
582
+ export interface DescribeCapacityManagerDataExportsResult {
583
+ CapacityManagerDataExports?: CapacityManagerDataExportResponse[] | undefined;
584
+ NextToken?: string | undefined;
1079
585
  }
1080
- export interface DeleteNetworkInsightsPathRequest {
586
+ export interface DescribeCapacityReservationBillingRequestsRequest {
587
+ CapacityReservationIds?: string[] | undefined;
588
+ Role: CallerRole | undefined;
589
+ NextToken?: string | undefined;
590
+ MaxResults?: number | undefined;
591
+ Filters?: Filter[] | undefined;
1081
592
  DryRun?: boolean | undefined;
1082
- NetworkInsightsPathId: string | undefined;
1083
593
  }
1084
- export interface DeleteNetworkInsightsPathResult {
1085
- NetworkInsightsPathId?: string | undefined;
594
+ export interface CapacityReservationInfo {
595
+ InstanceType?: string | undefined;
596
+ AvailabilityZone?: string | undefined;
597
+ Tenancy?: CapacityReservationTenancy | undefined;
598
+ AvailabilityZoneId?: string | undefined;
1086
599
  }
1087
- export interface DeleteNetworkInterfaceRequest {
1088
- DryRun?: boolean | undefined;
1089
- NetworkInterfaceId: string | undefined;
600
+ export interface CapacityReservationBillingRequest {
601
+ CapacityReservationId?: string | undefined;
602
+ RequestedBy?: string | undefined;
603
+ UnusedReservationBillingOwnerId?: string | undefined;
604
+ LastUpdateTime?: Date | undefined;
605
+ Status?: CapacityReservationBillingRequestStatus | undefined;
606
+ StatusMessage?: string | undefined;
607
+ CapacityReservationInfo?: CapacityReservationInfo | undefined;
1090
608
  }
1091
- export interface DeleteNetworkInterfacePermissionRequest {
1092
- NetworkInterfacePermissionId: string | undefined;
1093
- Force?: boolean | undefined;
609
+ export interface DescribeCapacityReservationBillingRequestsResult {
610
+ NextToken?: string | undefined;
611
+ CapacityReservationBillingRequests?:
612
+ | CapacityReservationBillingRequest[]
613
+ | undefined;
614
+ }
615
+ export interface DescribeCapacityReservationFleetsRequest {
616
+ CapacityReservationFleetIds?: string[] | undefined;
617
+ NextToken?: string | undefined;
618
+ MaxResults?: number | undefined;
619
+ Filters?: Filter[] | undefined;
1094
620
  DryRun?: boolean | undefined;
1095
621
  }
1096
- export interface DeleteNetworkInterfacePermissionResult {
1097
- Return?: boolean | undefined;
622
+ export interface CapacityReservationFleet {
623
+ CapacityReservationFleetId?: string | undefined;
624
+ CapacityReservationFleetArn?: string | undefined;
625
+ State?: CapacityReservationFleetState | undefined;
626
+ TotalTargetCapacity?: number | undefined;
627
+ TotalFulfilledCapacity?: number | undefined;
628
+ Tenancy?: FleetCapacityReservationTenancy | undefined;
629
+ EndDate?: Date | undefined;
630
+ CreateTime?: Date | undefined;
631
+ InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
632
+ AllocationStrategy?: string | undefined;
633
+ InstanceTypeSpecifications?: FleetCapacityReservation[] | undefined;
634
+ Tags?: Tag[] | undefined;
1098
635
  }
1099
- export interface DeletePlacementGroupRequest {
1100
- DryRun?: boolean | undefined;
1101
- GroupName: string | undefined;
636
+ export interface DescribeCapacityReservationFleetsResult {
637
+ CapacityReservationFleets?: CapacityReservationFleet[] | undefined;
638
+ NextToken?: string | undefined;
1102
639
  }
1103
- export interface DeletePublicIpv4PoolRequest {
640
+ export interface DescribeCapacityReservationsRequest {
641
+ CapacityReservationIds?: string[] | undefined;
642
+ NextToken?: string | undefined;
643
+ MaxResults?: number | undefined;
644
+ Filters?: Filter[] | undefined;
1104
645
  DryRun?: boolean | undefined;
1105
- PoolId: string | undefined;
1106
- NetworkBorderGroup?: string | undefined;
1107
646
  }
1108
- export interface DeletePublicIpv4PoolResult {
1109
- ReturnValue?: boolean | undefined;
647
+ export interface DescribeCapacityReservationsResult {
648
+ NextToken?: string | undefined;
649
+ CapacityReservations?: CapacityReservation[] | undefined;
1110
650
  }
1111
- export interface DeleteQueuedReservedInstancesRequest {
651
+ export interface DescribeCapacityReservationTopologyRequest {
1112
652
  DryRun?: boolean | undefined;
1113
- ReservedInstancesIds: string[] | undefined;
653
+ NextToken?: string | undefined;
654
+ MaxResults?: number | undefined;
655
+ CapacityReservationIds?: string[] | undefined;
656
+ Filters?: Filter[] | undefined;
1114
657
  }
1115
- export declare const DeleteQueuedReservedInstancesErrorCode: {
1116
- readonly RESERVED_INSTANCES_ID_INVALID: "reserved-instances-id-invalid";
1117
- readonly RESERVED_INSTANCES_NOT_IN_QUEUED_STATE: "reserved-instances-not-in-queued-state";
1118
- readonly UNEXPECTED_ERROR: "unexpected-error";
1119
- };
1120
- export type DeleteQueuedReservedInstancesErrorCode =
1121
- (typeof DeleteQueuedReservedInstancesErrorCode)[keyof typeof DeleteQueuedReservedInstancesErrorCode];
1122
- export interface DeleteQueuedReservedInstancesError {
1123
- Code?: DeleteQueuedReservedInstancesErrorCode | undefined;
1124
- Message?: string | undefined;
658
+ export interface CapacityReservationTopology {
659
+ CapacityReservationId?: string | undefined;
660
+ CapacityBlockId?: string | undefined;
661
+ State?: string | undefined;
662
+ InstanceType?: string | undefined;
663
+ GroupName?: string | undefined;
664
+ NetworkNodes?: string[] | undefined;
665
+ AvailabilityZoneId?: string | undefined;
666
+ AvailabilityZone?: string | undefined;
1125
667
  }
1126
- export interface FailedQueuedPurchaseDeletion {
1127
- Error?: DeleteQueuedReservedInstancesError | undefined;
1128
- ReservedInstancesId?: string | undefined;
668
+ export interface DescribeCapacityReservationTopologyResult {
669
+ NextToken?: string | undefined;
670
+ CapacityReservations?: CapacityReservationTopology[] | undefined;
1129
671
  }
1130
- export interface SuccessfulQueuedPurchaseDeletion {
1131
- ReservedInstancesId?: string | undefined;
672
+ export interface DescribeCarrierGatewaysRequest {
673
+ CarrierGatewayIds?: string[] | undefined;
674
+ Filters?: Filter[] | undefined;
675
+ MaxResults?: number | undefined;
676
+ NextToken?: string | undefined;
677
+ DryRun?: boolean | undefined;
1132
678
  }
1133
- export interface DeleteQueuedReservedInstancesResult {
1134
- SuccessfulQueuedPurchaseDeletions?:
1135
- | SuccessfulQueuedPurchaseDeletion[]
1136
- | undefined;
1137
- FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[] | undefined;
679
+ export interface DescribeCarrierGatewaysResult {
680
+ CarrierGateways?: CarrierGateway[] | undefined;
681
+ NextToken?: string | undefined;
1138
682
  }
1139
- export interface DeleteRouteRequest {
1140
- DestinationPrefixListId?: string | undefined;
683
+ export interface DescribeClassicLinkInstancesRequest {
1141
684
  DryRun?: boolean | undefined;
1142
- RouteTableId: string | undefined;
1143
- DestinationCidrBlock?: string | undefined;
1144
- DestinationIpv6CidrBlock?: string | undefined;
685
+ InstanceIds?: string[] | undefined;
686
+ Filters?: Filter[] | undefined;
687
+ NextToken?: string | undefined;
688
+ MaxResults?: number | undefined;
1145
689
  }
1146
- export interface DeleteRouteServerRequest {
1147
- RouteServerId: string | undefined;
1148
- DryRun?: boolean | undefined;
690
+ export interface ClassicLinkInstance {
691
+ Groups?: GroupIdentifier[] | undefined;
692
+ InstanceId?: string | undefined;
693
+ Tags?: Tag[] | undefined;
694
+ VpcId?: string | undefined;
1149
695
  }
1150
- export interface DeleteRouteServerResult {
1151
- RouteServer?: RouteServer | undefined;
696
+ export interface DescribeClassicLinkInstancesResult {
697
+ Instances?: ClassicLinkInstance[] | undefined;
698
+ NextToken?: string | undefined;
1152
699
  }
1153
- export interface DeleteRouteServerEndpointRequest {
1154
- RouteServerEndpointId: string | undefined;
700
+ export interface DescribeClientVpnAuthorizationRulesRequest {
701
+ ClientVpnEndpointId: string | undefined;
1155
702
  DryRun?: boolean | undefined;
703
+ NextToken?: string | undefined;
704
+ Filters?: Filter[] | undefined;
705
+ MaxResults?: number | undefined;
706
+ }
707
+ export interface AuthorizationRule {
708
+ ClientVpnEndpointId?: string | undefined;
709
+ Description?: string | undefined;
710
+ GroupId?: string | undefined;
711
+ AccessAll?: boolean | undefined;
712
+ DestinationCidr?: string | undefined;
713
+ Status?: ClientVpnAuthorizationRuleStatus | undefined;
1156
714
  }
1157
- export interface DeleteRouteServerEndpointResult {
1158
- RouteServerEndpoint?: RouteServerEndpoint | undefined;
715
+ export interface DescribeClientVpnAuthorizationRulesResult {
716
+ AuthorizationRules?: AuthorizationRule[] | undefined;
717
+ NextToken?: string | undefined;
1159
718
  }
1160
- export interface DeleteRouteServerPeerRequest {
1161
- RouteServerPeerId: string | undefined;
719
+ export interface DescribeClientVpnConnectionsRequest {
720
+ ClientVpnEndpointId: string | undefined;
721
+ Filters?: Filter[] | undefined;
722
+ NextToken?: string | undefined;
723
+ MaxResults?: number | undefined;
1162
724
  DryRun?: boolean | undefined;
1163
725
  }
1164
- export interface DeleteRouteServerPeerResult {
1165
- RouteServerPeer?: RouteServerPeer | undefined;
726
+ export interface ClientVpnConnectionStatus {
727
+ Code?: ClientVpnConnectionStatusCode | undefined;
728
+ Message?: string | undefined;
1166
729
  }
1167
- export interface DeleteRouteTableRequest {
1168
- DryRun?: boolean | undefined;
1169
- RouteTableId: string | undefined;
730
+ export interface ClientVpnConnection {
731
+ ClientVpnEndpointId?: string | undefined;
732
+ Timestamp?: string | undefined;
733
+ ConnectionId?: string | undefined;
734
+ Username?: string | undefined;
735
+ ConnectionEstablishedTime?: string | undefined;
736
+ IngressBytes?: string | undefined;
737
+ EgressBytes?: string | undefined;
738
+ IngressPackets?: string | undefined;
739
+ EgressPackets?: string | undefined;
740
+ ClientIp?: string | undefined;
741
+ ClientIpv6Address?: string | undefined;
742
+ CommonName?: string | undefined;
743
+ Status?: ClientVpnConnectionStatus | undefined;
744
+ ConnectionEndTime?: string | undefined;
745
+ PostureComplianceStatuses?: string[] | undefined;
746
+ }
747
+ export interface DescribeClientVpnConnectionsResult {
748
+ Connections?: ClientVpnConnection[] | undefined;
749
+ NextToken?: string | undefined;
1170
750
  }
1171
- export interface DeleteSecurityGroupRequest {
1172
- GroupId?: string | undefined;
1173
- GroupName?: string | undefined;
751
+ export interface DescribeClientVpnEndpointsRequest {
752
+ ClientVpnEndpointIds?: string[] | undefined;
753
+ MaxResults?: number | undefined;
754
+ NextToken?: string | undefined;
755
+ Filters?: Filter[] | undefined;
1174
756
  DryRun?: boolean | undefined;
1175
757
  }
1176
- export interface DeleteSecurityGroupResult {
1177
- Return?: boolean | undefined;
1178
- GroupId?: string | undefined;
758
+ export interface AssociatedTargetNetwork {
759
+ NetworkId?: string | undefined;
760
+ NetworkType?: AssociatedNetworkType | undefined;
1179
761
  }
1180
- export interface DeleteSnapshotRequest {
1181
- SnapshotId: string | undefined;
1182
- DryRun?: boolean | undefined;
762
+ export interface DirectoryServiceAuthentication {
763
+ DirectoryId?: string | undefined;
1183
764
  }
1184
- export interface DeleteSpotDatafeedSubscriptionRequest {
1185
- DryRun?: boolean | undefined;
765
+ export interface FederatedAuthentication {
766
+ SamlProviderArn?: string | undefined;
767
+ SelfServiceSamlProviderArn?: string | undefined;
1186
768
  }
1187
- export interface DeleteSubnetRequest {
1188
- SubnetId: string | undefined;
1189
- DryRun?: boolean | undefined;
769
+ export interface CertificateAuthentication {
770
+ ClientRootCertificateChain?: string | undefined;
1190
771
  }
1191
- export interface DeleteSubnetCidrReservationRequest {
1192
- SubnetCidrReservationId: string | undefined;
1193
- DryRun?: boolean | undefined;
772
+ export interface ClientVpnAuthentication {
773
+ Type?: ClientVpnAuthenticationType | undefined;
774
+ ActiveDirectory?: DirectoryServiceAuthentication | undefined;
775
+ MutualAuthentication?: CertificateAuthentication | undefined;
776
+ FederatedAuthentication?: FederatedAuthentication | undefined;
1194
777
  }
1195
- export interface DeleteSubnetCidrReservationResult {
1196
- DeletedSubnetCidrReservation?: SubnetCidrReservation | undefined;
778
+ export interface ClientVpnEndpointAttributeStatus {
779
+ Code?: ClientVpnEndpointAttributeStatusCode | undefined;
780
+ Message?: string | undefined;
1197
781
  }
1198
- export interface DeleteTagsRequest {
1199
- DryRun?: boolean | undefined;
1200
- Resources: string[] | undefined;
1201
- Tags?: Tag[] | undefined;
782
+ export interface ClientConnectResponseOptions {
783
+ Enabled?: boolean | undefined;
784
+ LambdaFunctionArn?: string | undefined;
785
+ Status?: ClientVpnEndpointAttributeStatus | undefined;
1202
786
  }
1203
- export interface DeleteTrafficMirrorFilterRequest {
1204
- TrafficMirrorFilterId: string | undefined;
1205
- DryRun?: boolean | undefined;
787
+ export interface ClientLoginBannerResponseOptions {
788
+ Enabled?: boolean | undefined;
789
+ BannerText?: string | undefined;
1206
790
  }
1207
- export interface DeleteTrafficMirrorFilterResult {
1208
- TrafficMirrorFilterId?: string | undefined;
791
+ export interface ClientRouteEnforcementResponseOptions {
792
+ Enforced?: boolean | undefined;
1209
793
  }
1210
- export interface DeleteTrafficMirrorFilterRuleRequest {
1211
- TrafficMirrorFilterRuleId: string | undefined;
1212
- DryRun?: boolean | undefined;
794
+ export interface ConnectionLogResponseOptions {
795
+ Enabled?: boolean | undefined;
796
+ CloudwatchLogGroup?: string | undefined;
797
+ CloudwatchLogStream?: string | undefined;
798
+ }
799
+ export interface ClientVpnEndpoint {
800
+ ClientVpnEndpointId?: string | undefined;
801
+ Description?: string | undefined;
802
+ Status?: ClientVpnEndpointStatus | undefined;
803
+ CreationTime?: string | undefined;
804
+ DeletionTime?: string | undefined;
805
+ DnsName?: string | undefined;
806
+ ClientCidrBlock?: string | undefined;
807
+ DnsServers?: string[] | undefined;
808
+ SplitTunnel?: boolean | undefined;
809
+ VpnProtocol?: VpnProtocol | undefined;
810
+ TransportProtocol?: TransportProtocol | undefined;
811
+ VpnPort?: number | undefined;
812
+ AssociatedTargetNetworks?: AssociatedTargetNetwork[] | undefined;
813
+ ServerCertificateArn?: string | undefined;
814
+ AuthenticationOptions?: ClientVpnAuthentication[] | undefined;
815
+ ConnectionLogOptions?: ConnectionLogResponseOptions | undefined;
816
+ Tags?: Tag[] | undefined;
817
+ SecurityGroupIds?: string[] | undefined;
818
+ VpcId?: string | undefined;
819
+ SelfServicePortalUrl?: string | undefined;
820
+ ClientConnectOptions?: ClientConnectResponseOptions | undefined;
821
+ SessionTimeoutHours?: number | undefined;
822
+ ClientLoginBannerOptions?: ClientLoginBannerResponseOptions | undefined;
823
+ ClientRouteEnforcementOptions?:
824
+ | ClientRouteEnforcementResponseOptions
825
+ | undefined;
826
+ DisconnectOnSessionTimeout?: boolean | undefined;
827
+ EndpointIpAddressType?: EndpointIpAddressType | undefined;
828
+ TrafficIpAddressType?: TrafficIpAddressType | undefined;
1213
829
  }
1214
- export interface DeleteTrafficMirrorFilterRuleResult {
1215
- TrafficMirrorFilterRuleId?: string | undefined;
830
+ export interface DescribeClientVpnEndpointsResult {
831
+ ClientVpnEndpoints?: ClientVpnEndpoint[] | undefined;
832
+ NextToken?: string | undefined;
1216
833
  }
1217
- export interface DeleteTrafficMirrorSessionRequest {
1218
- TrafficMirrorSessionId: string | undefined;
834
+ export interface DescribeClientVpnRoutesRequest {
835
+ ClientVpnEndpointId: string | undefined;
836
+ Filters?: Filter[] | undefined;
837
+ MaxResults?: number | undefined;
838
+ NextToken?: string | undefined;
1219
839
  DryRun?: boolean | undefined;
1220
840
  }
1221
- export interface DeleteTrafficMirrorSessionResult {
1222
- TrafficMirrorSessionId?: string | undefined;
841
+ export interface ClientVpnRoute {
842
+ ClientVpnEndpointId?: string | undefined;
843
+ DestinationCidr?: string | undefined;
844
+ TargetSubnet?: string | undefined;
845
+ Type?: string | undefined;
846
+ Origin?: string | undefined;
847
+ Status?: ClientVpnRouteStatus | undefined;
848
+ Description?: string | undefined;
849
+ }
850
+ export interface DescribeClientVpnRoutesResult {
851
+ Routes?: ClientVpnRoute[] | undefined;
852
+ NextToken?: string | undefined;
1223
853
  }
1224
- export interface DeleteTrafficMirrorTargetRequest {
1225
- TrafficMirrorTargetId: string | undefined;
854
+ export interface DescribeClientVpnTargetNetworksRequest {
855
+ ClientVpnEndpointId: string | undefined;
856
+ AssociationIds?: string[] | undefined;
857
+ MaxResults?: number | undefined;
858
+ NextToken?: string | undefined;
859
+ Filters?: Filter[] | undefined;
1226
860
  DryRun?: boolean | undefined;
1227
861
  }
1228
- export interface DeleteTrafficMirrorTargetResult {
1229
- TrafficMirrorTargetId?: string | undefined;
862
+ export interface TargetNetwork {
863
+ AssociationId?: string | undefined;
864
+ VpcId?: string | undefined;
865
+ TargetNetworkId?: string | undefined;
866
+ ClientVpnEndpointId?: string | undefined;
867
+ Status?: AssociationStatus | undefined;
868
+ SecurityGroups?: string[] | undefined;
869
+ }
870
+ export interface DescribeClientVpnTargetNetworksResult {
871
+ ClientVpnTargetNetworks?: TargetNetwork[] | undefined;
872
+ NextToken?: string | undefined;
1230
873
  }
1231
- export interface DeleteTransitGatewayRequest {
1232
- TransitGatewayId: string | undefined;
874
+ export interface DescribeCoipPoolsRequest {
875
+ PoolIds?: string[] | undefined;
876
+ Filters?: Filter[] | undefined;
877
+ MaxResults?: number | undefined;
878
+ NextToken?: string | undefined;
1233
879
  DryRun?: boolean | undefined;
1234
880
  }
1235
- export interface DeleteTransitGatewayResult {
1236
- TransitGateway?: TransitGateway | undefined;
881
+ export interface DescribeCoipPoolsResult {
882
+ CoipPools?: CoipPool[] | undefined;
883
+ NextToken?: string | undefined;
1237
884
  }
1238
- export interface DeleteTransitGatewayConnectRequest {
1239
- TransitGatewayAttachmentId: string | undefined;
885
+ export interface DescribeConversionTasksRequest {
1240
886
  DryRun?: boolean | undefined;
887
+ ConversionTaskIds?: string[] | undefined;
1241
888
  }
1242
- export interface DeleteTransitGatewayConnectResult {
1243
- TransitGatewayConnect?: TransitGatewayConnect | undefined;
889
+ export interface DiskImageDescription {
890
+ Checksum?: string | undefined;
891
+ Format?: DiskImageFormat | undefined;
892
+ ImportManifestUrl?: string | undefined;
893
+ Size?: number | undefined;
1244
894
  }
1245
- export interface DeleteTransitGatewayConnectPeerRequest {
1246
- TransitGatewayConnectPeerId: string | undefined;
1247
- DryRun?: boolean | undefined;
895
+ export interface DiskImageVolumeDescription {
896
+ Id?: string | undefined;
897
+ Size?: number | undefined;
898
+ }
899
+ export interface ImportInstanceVolumeDetailItem {
900
+ AvailabilityZone?: string | undefined;
901
+ AvailabilityZoneId?: string | undefined;
902
+ BytesConverted?: number | undefined;
903
+ Description?: string | undefined;
904
+ Image?: DiskImageDescription | undefined;
905
+ Status?: string | undefined;
906
+ StatusMessage?: string | undefined;
907
+ Volume?: DiskImageVolumeDescription | undefined;
1248
908
  }
1249
- export interface DeleteTransitGatewayConnectPeerResult {
1250
- TransitGatewayConnectPeer?: TransitGatewayConnectPeer | undefined;
909
+ export interface ImportInstanceTaskDetails {
910
+ Description?: string | undefined;
911
+ InstanceId?: string | undefined;
912
+ Platform?: PlatformValues | undefined;
913
+ Volumes?: ImportInstanceVolumeDetailItem[] | undefined;
1251
914
  }
1252
- export interface DeleteTransitGatewayMulticastDomainRequest {
1253
- TransitGatewayMulticastDomainId: string | undefined;
1254
- DryRun?: boolean | undefined;
915
+ export interface ImportVolumeTaskDetails {
916
+ AvailabilityZone?: string | undefined;
917
+ AvailabilityZoneId?: string | undefined;
918
+ BytesConverted?: number | undefined;
919
+ Description?: string | undefined;
920
+ Image?: DiskImageDescription | undefined;
921
+ Volume?: DiskImageVolumeDescription | undefined;
922
+ }
923
+ export interface ConversionTask {
924
+ ConversionTaskId?: string | undefined;
925
+ ExpirationTime?: string | undefined;
926
+ ImportInstance?: ImportInstanceTaskDetails | undefined;
927
+ ImportVolume?: ImportVolumeTaskDetails | undefined;
928
+ State?: ConversionTaskState | undefined;
929
+ StatusMessage?: string | undefined;
930
+ Tags?: Tag[] | undefined;
1255
931
  }
1256
- export interface DeleteTransitGatewayMulticastDomainResult {
1257
- TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain | undefined;
932
+ export interface DescribeConversionTasksResult {
933
+ ConversionTasks?: ConversionTask[] | undefined;
1258
934
  }
1259
- export interface DeleteTransitGatewayPeeringAttachmentRequest {
1260
- TransitGatewayAttachmentId: string | undefined;
935
+ export interface DescribeCustomerGatewaysRequest {
936
+ CustomerGatewayIds?: string[] | undefined;
937
+ Filters?: Filter[] | undefined;
1261
938
  DryRun?: boolean | undefined;
1262
939
  }
1263
- export interface DeleteTransitGatewayPeeringAttachmentResult {
1264
- TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment | undefined;
940
+ export interface DescribeCustomerGatewaysResult {
941
+ CustomerGateways?: CustomerGateway[] | undefined;
1265
942
  }
1266
- export interface DeleteTransitGatewayPolicyTableRequest {
1267
- TransitGatewayPolicyTableId: string | undefined;
943
+ export interface DescribeDeclarativePoliciesReportsRequest {
1268
944
  DryRun?: boolean | undefined;
945
+ NextToken?: string | undefined;
946
+ MaxResults?: number | undefined;
947
+ ReportIds?: string[] | undefined;
948
+ }
949
+ export interface DeclarativePoliciesReport {
950
+ ReportId?: string | undefined;
951
+ S3Bucket?: string | undefined;
952
+ S3Prefix?: string | undefined;
953
+ TargetId?: string | undefined;
954
+ StartTime?: Date | undefined;
955
+ EndTime?: Date | undefined;
956
+ Status?: ReportState | undefined;
957
+ Tags?: Tag[] | undefined;
1269
958
  }
1270
- export interface DeleteTransitGatewayPolicyTableResult {
1271
- TransitGatewayPolicyTable?: TransitGatewayPolicyTable | undefined;
959
+ export interface DescribeDeclarativePoliciesReportsResult {
960
+ NextToken?: string | undefined;
961
+ Reports?: DeclarativePoliciesReport[] | undefined;
1272
962
  }
1273
- export interface DeleteTransitGatewayPrefixListReferenceRequest {
1274
- TransitGatewayRouteTableId: string | undefined;
1275
- PrefixListId: string | undefined;
963
+ export interface DescribeDhcpOptionsRequest {
964
+ DhcpOptionsIds?: string[] | undefined;
965
+ NextToken?: string | undefined;
966
+ MaxResults?: number | undefined;
1276
967
  DryRun?: boolean | undefined;
968
+ Filters?: Filter[] | undefined;
1277
969
  }
1278
- export interface DeleteTransitGatewayPrefixListReferenceResult {
1279
- TransitGatewayPrefixListReference?:
1280
- | TransitGatewayPrefixListReference
1281
- | undefined;
970
+ export interface DescribeDhcpOptionsResult {
971
+ NextToken?: string | undefined;
972
+ DhcpOptions?: DhcpOptions[] | undefined;
1282
973
  }
1283
- export interface DeleteTransitGatewayRouteRequest {
1284
- TransitGatewayRouteTableId: string | undefined;
1285
- DestinationCidrBlock: string | undefined;
974
+ export interface DescribeEgressOnlyInternetGatewaysRequest {
1286
975
  DryRun?: boolean | undefined;
976
+ EgressOnlyInternetGatewayIds?: string[] | undefined;
977
+ MaxResults?: number | undefined;
978
+ NextToken?: string | undefined;
979
+ Filters?: Filter[] | undefined;
1287
980
  }
1288
- export interface DeleteTransitGatewayRouteResult {
1289
- Route?: TransitGatewayRoute | undefined;
981
+ export interface DescribeEgressOnlyInternetGatewaysResult {
982
+ EgressOnlyInternetGateways?: EgressOnlyInternetGateway[] | undefined;
983
+ NextToken?: string | undefined;
1290
984
  }
1291
- export interface DeleteTransitGatewayRouteTableRequest {
1292
- TransitGatewayRouteTableId: string | undefined;
985
+ export interface DescribeElasticGpusRequest {
986
+ ElasticGpuIds?: string[] | undefined;
1293
987
  DryRun?: boolean | undefined;
988
+ Filters?: Filter[] | undefined;
989
+ MaxResults?: number | undefined;
990
+ NextToken?: string | undefined;
1294
991
  }
1295
- export interface DeleteTransitGatewayRouteTableResult {
1296
- TransitGatewayRouteTable?: TransitGatewayRouteTable | undefined;
992
+ export interface ElasticGpuHealth {
993
+ Status?: ElasticGpuStatus | undefined;
1297
994
  }
1298
- export interface DeleteTransitGatewayRouteTableAnnouncementRequest {
1299
- TransitGatewayRouteTableAnnouncementId: string | undefined;
1300
- DryRun?: boolean | undefined;
995
+ export interface ElasticGpus {
996
+ ElasticGpuId?: string | undefined;
997
+ AvailabilityZone?: string | undefined;
998
+ ElasticGpuType?: string | undefined;
999
+ ElasticGpuHealth?: ElasticGpuHealth | undefined;
1000
+ ElasticGpuState?: ElasticGpuState | undefined;
1001
+ InstanceId?: string | undefined;
1002
+ Tags?: Tag[] | undefined;
1301
1003
  }
1302
- export interface DeleteTransitGatewayRouteTableAnnouncementResult {
1303
- TransitGatewayRouteTableAnnouncement?:
1304
- | TransitGatewayRouteTableAnnouncement
1305
- | undefined;
1004
+ export interface DescribeElasticGpusResult {
1005
+ ElasticGpuSet?: ElasticGpus[] | undefined;
1006
+ MaxResults?: number | undefined;
1007
+ NextToken?: string | undefined;
1306
1008
  }
1307
- export interface DeleteTransitGatewayVpcAttachmentRequest {
1308
- TransitGatewayAttachmentId: string | undefined;
1009
+ export interface DescribeExportImageTasksRequest {
1309
1010
  DryRun?: boolean | undefined;
1011
+ Filters?: Filter[] | undefined;
1012
+ ExportImageTaskIds?: string[] | undefined;
1013
+ MaxResults?: number | undefined;
1014
+ NextToken?: string | undefined;
1310
1015
  }
1311
- export interface DeleteTransitGatewayVpcAttachmentResult {
1312
- TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
1016
+ export interface ExportTaskS3Location {
1017
+ S3Bucket?: string | undefined;
1018
+ S3Prefix?: string | undefined;
1313
1019
  }
1314
- export interface DeleteVerifiedAccessEndpointRequest {
1315
- VerifiedAccessEndpointId: string | undefined;
1316
- ClientToken?: string | undefined;
1317
- DryRun?: boolean | undefined;
1020
+ export interface ExportImageTask {
1021
+ Description?: string | undefined;
1022
+ ExportImageTaskId?: string | undefined;
1023
+ ImageId?: string | undefined;
1024
+ Progress?: string | undefined;
1025
+ S3ExportLocation?: ExportTaskS3Location | undefined;
1026
+ Status?: string | undefined;
1027
+ StatusMessage?: string | undefined;
1028
+ Tags?: Tag[] | undefined;
1318
1029
  }
1319
- export interface DeleteVerifiedAccessEndpointResult {
1320
- VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
1030
+ export interface DescribeExportImageTasksResult {
1031
+ ExportImageTasks?: ExportImageTask[] | undefined;
1032
+ NextToken?: string | undefined;
1321
1033
  }
1322
- export interface DeleteVerifiedAccessGroupRequest {
1323
- VerifiedAccessGroupId: string | undefined;
1324
- ClientToken?: string | undefined;
1325
- DryRun?: boolean | undefined;
1034
+ export interface DescribeExportTasksRequest {
1035
+ Filters?: Filter[] | undefined;
1036
+ ExportTaskIds?: string[] | undefined;
1326
1037
  }
1327
- export interface DeleteVerifiedAccessGroupResult {
1328
- VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
1038
+ export interface DescribeExportTasksResult {
1039
+ ExportTasks?: ExportTask[] | undefined;
1329
1040
  }
1330
- export interface DeleteVerifiedAccessInstanceRequest {
1331
- VerifiedAccessInstanceId: string | undefined;
1041
+ export interface DescribeFastLaunchImagesRequest {
1042
+ ImageIds?: string[] | undefined;
1043
+ Filters?: Filter[] | undefined;
1044
+ MaxResults?: number | undefined;
1045
+ NextToken?: string | undefined;
1332
1046
  DryRun?: boolean | undefined;
1333
- ClientToken?: string | undefined;
1334
1047
  }
1335
- export interface DeleteVerifiedAccessInstanceResult {
1336
- VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
1048
+ export interface FastLaunchLaunchTemplateSpecificationResponse {
1049
+ LaunchTemplateId?: string | undefined;
1050
+ LaunchTemplateName?: string | undefined;
1051
+ Version?: string | undefined;
1337
1052
  }
1338
- export interface DeleteVerifiedAccessTrustProviderRequest {
1339
- VerifiedAccessTrustProviderId: string | undefined;
1340
- DryRun?: boolean | undefined;
1341
- ClientToken?: string | undefined;
1053
+ export interface FastLaunchSnapshotConfigurationResponse {
1054
+ TargetResourceCount?: number | undefined;
1342
1055
  }
1343
- export interface DeleteVerifiedAccessTrustProviderResult {
1344
- VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
1056
+ export interface DescribeFastLaunchImagesSuccessItem {
1057
+ ImageId?: string | undefined;
1058
+ ResourceType?: FastLaunchResourceType | undefined;
1059
+ SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
1060
+ LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
1061
+ MaxParallelLaunches?: number | undefined;
1062
+ OwnerId?: string | undefined;
1063
+ State?: FastLaunchStateCode | undefined;
1064
+ StateTransitionReason?: string | undefined;
1065
+ StateTransitionTime?: Date | undefined;
1345
1066
  }
1346
- export interface DeleteVolumeRequest {
1347
- VolumeId: string | undefined;
1348
- DryRun?: boolean | undefined;
1067
+ export interface DescribeFastLaunchImagesResult {
1068
+ FastLaunchImages?: DescribeFastLaunchImagesSuccessItem[] | undefined;
1069
+ NextToken?: string | undefined;
1349
1070
  }
1350
- export interface DeleteVpcRequest {
1351
- VpcId: string | undefined;
1071
+ export interface DescribeFastSnapshotRestoresRequest {
1072
+ Filters?: Filter[] | undefined;
1073
+ MaxResults?: number | undefined;
1074
+ NextToken?: string | undefined;
1352
1075
  DryRun?: boolean | undefined;
1353
1076
  }
1354
- export interface DeleteVpcBlockPublicAccessExclusionRequest {
1355
- DryRun?: boolean | undefined;
1356
- ExclusionId: string | undefined;
1077
+ export interface DescribeFastSnapshotRestoreSuccessItem {
1078
+ SnapshotId?: string | undefined;
1079
+ AvailabilityZone?: string | undefined;
1080
+ AvailabilityZoneId?: string | undefined;
1081
+ State?: FastSnapshotRestoreStateCode | undefined;
1082
+ StateTransitionReason?: string | undefined;
1083
+ OwnerId?: string | undefined;
1084
+ OwnerAlias?: string | undefined;
1085
+ EnablingTime?: Date | undefined;
1086
+ OptimizingTime?: Date | undefined;
1087
+ EnabledTime?: Date | undefined;
1088
+ DisablingTime?: Date | undefined;
1089
+ DisabledTime?: Date | undefined;
1090
+ }
1091
+ export interface DescribeFastSnapshotRestoresResult {
1092
+ FastSnapshotRestores?: DescribeFastSnapshotRestoreSuccessItem[] | undefined;
1093
+ NextToken?: string | undefined;
1357
1094
  }
1358
- export interface DeleteVpcBlockPublicAccessExclusionResult {
1359
- VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
1095
+ export interface DescribeFleetHistoryRequest {
1096
+ DryRun?: boolean | undefined;
1097
+ EventType?: FleetEventType | undefined;
1098
+ MaxResults?: number | undefined;
1099
+ NextToken?: string | undefined;
1100
+ FleetId: string | undefined;
1101
+ StartTime: Date | undefined;
1102
+ }
1103
+ export interface EventInformation {
1104
+ EventDescription?: string | undefined;
1105
+ EventSubType?: string | undefined;
1106
+ InstanceId?: string | undefined;
1107
+ }
1108
+ export interface HistoryRecordEntry {
1109
+ EventInformation?: EventInformation | undefined;
1110
+ EventType?: FleetEventType | undefined;
1111
+ Timestamp?: Date | undefined;
1112
+ }
1113
+ export interface DescribeFleetHistoryResult {
1114
+ HistoryRecords?: HistoryRecordEntry[] | undefined;
1115
+ LastEvaluatedTime?: Date | undefined;
1116
+ NextToken?: string | undefined;
1117
+ FleetId?: string | undefined;
1118
+ StartTime?: Date | undefined;
1360
1119
  }
1361
- export interface DeleteVpcEndpointConnectionNotificationsRequest {
1120
+ export interface DescribeFleetInstancesRequest {
1362
1121
  DryRun?: boolean | undefined;
1363
- ConnectionNotificationIds: string[] | undefined;
1122
+ MaxResults?: number | undefined;
1123
+ NextToken?: string | undefined;
1124
+ FleetId: string | undefined;
1125
+ Filters?: Filter[] | undefined;
1364
1126
  }
1365
- export interface DeleteVpcEndpointConnectionNotificationsResult {
1366
- Unsuccessful?: UnsuccessfulItem[] | undefined;
1127
+ export interface DescribeFleetInstancesResult {
1128
+ ActiveInstances?: ActiveInstance[] | undefined;
1129
+ NextToken?: string | undefined;
1130
+ FleetId?: string | undefined;
1367
1131
  }
1368
- export interface DeleteVpcEndpointsRequest {
1132
+ export interface DescribeFleetsRequest {
1369
1133
  DryRun?: boolean | undefined;
1370
- VpcEndpointIds: string[] | undefined;
1134
+ MaxResults?: number | undefined;
1135
+ NextToken?: string | undefined;
1136
+ FleetIds?: string[] | undefined;
1137
+ Filters?: Filter[] | undefined;
1371
1138
  }
1372
- export interface DeleteVpcEndpointsResult {
1373
- Unsuccessful?: UnsuccessfulItem[] | undefined;
1139
+ export interface DescribeFleetError {
1140
+ LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
1141
+ Lifecycle?: InstanceLifecycle | undefined;
1142
+ ErrorCode?: string | undefined;
1143
+ ErrorMessage?: string | undefined;
1144
+ }
1145
+ export interface DescribeFleetsInstances {
1146
+ LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
1147
+ Lifecycle?: InstanceLifecycle | undefined;
1148
+ InstanceIds?: string[] | undefined;
1149
+ InstanceType?: _InstanceType | undefined;
1150
+ Platform?: PlatformValues | undefined;
1151
+ }
1152
+ export interface FleetLaunchTemplateConfig {
1153
+ LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | undefined;
1154
+ Overrides?: FleetLaunchTemplateOverrides[] | undefined;
1155
+ }
1156
+ export interface CapacityReservationOptions {
1157
+ UsageStrategy?: FleetCapacityReservationUsageStrategy | undefined;
1158
+ }
1159
+ export interface OnDemandOptions {
1160
+ AllocationStrategy?: FleetOnDemandAllocationStrategy | undefined;
1161
+ CapacityReservationOptions?: CapacityReservationOptions | undefined;
1162
+ SingleInstanceType?: boolean | undefined;
1163
+ SingleAvailabilityZone?: boolean | undefined;
1164
+ MinTargetCapacity?: number | undefined;
1165
+ MaxTotalPrice?: string | undefined;
1166
+ }
1167
+ export interface FleetSpotCapacityRebalance {
1168
+ ReplacementStrategy?: FleetReplacementStrategy | undefined;
1169
+ TerminationDelay?: number | undefined;
1170
+ }
1171
+ export interface FleetSpotMaintenanceStrategies {
1172
+ CapacityRebalance?: FleetSpotCapacityRebalance | undefined;
1173
+ }
1174
+ export interface SpotOptions {
1175
+ AllocationStrategy?: SpotAllocationStrategy | undefined;
1176
+ MaintenanceStrategies?: FleetSpotMaintenanceStrategies | undefined;
1177
+ InstanceInterruptionBehavior?: SpotInstanceInterruptionBehavior | undefined;
1178
+ InstancePoolsToUseCount?: number | undefined;
1179
+ SingleInstanceType?: boolean | undefined;
1180
+ SingleAvailabilityZone?: boolean | undefined;
1181
+ MinTargetCapacity?: number | undefined;
1182
+ MaxTotalPrice?: string | undefined;
1183
+ }
1184
+ export interface TargetCapacitySpecification {
1185
+ TotalTargetCapacity?: number | undefined;
1186
+ OnDemandTargetCapacity?: number | undefined;
1187
+ SpotTargetCapacity?: number | undefined;
1188
+ DefaultTargetCapacityType?: DefaultTargetCapacityType | undefined;
1189
+ TargetCapacityUnitType?: TargetCapacityUnitType | undefined;
1190
+ }
1191
+ export interface FleetData {
1192
+ ActivityStatus?: FleetActivityStatus | undefined;
1193
+ CreateTime?: Date | undefined;
1194
+ FleetId?: string | undefined;
1195
+ FleetState?: FleetStateCode | undefined;
1196
+ ClientToken?: string | undefined;
1197
+ ExcessCapacityTerminationPolicy?:
1198
+ | FleetExcessCapacityTerminationPolicy
1199
+ | undefined;
1200
+ FulfilledCapacity?: number | undefined;
1201
+ FulfilledOnDemandCapacity?: number | undefined;
1202
+ LaunchTemplateConfigs?: FleetLaunchTemplateConfig[] | undefined;
1203
+ TargetCapacitySpecification?: TargetCapacitySpecification | undefined;
1204
+ TerminateInstancesWithExpiration?: boolean | undefined;
1205
+ Type?: FleetType | undefined;
1206
+ ValidFrom?: Date | undefined;
1207
+ ValidUntil?: Date | undefined;
1208
+ ReplaceUnhealthyInstances?: boolean | undefined;
1209
+ SpotOptions?: SpotOptions | undefined;
1210
+ OnDemandOptions?: OnDemandOptions | undefined;
1211
+ Tags?: Tag[] | undefined;
1212
+ Errors?: DescribeFleetError[] | undefined;
1213
+ Instances?: DescribeFleetsInstances[] | undefined;
1214
+ Context?: string | undefined;
1374
1215
  }
1375
- export interface DeleteVpcEndpointServiceConfigurationsRequest {
1216
+ export interface DescribeFleetsResult {
1217
+ NextToken?: string | undefined;
1218
+ Fleets?: FleetData[] | undefined;
1219
+ }
1220
+ export interface DescribeFlowLogsRequest {
1376
1221
  DryRun?: boolean | undefined;
1377
- ServiceIds: string[] | undefined;
1222
+ Filter?: Filter[] | undefined;
1223
+ FlowLogIds?: string[] | undefined;
1224
+ MaxResults?: number | undefined;
1225
+ NextToken?: string | undefined;
1378
1226
  }
1379
- export interface DeleteVpcEndpointServiceConfigurationsResult {
1380
- Unsuccessful?: UnsuccessfulItem[] | undefined;
1227
+ export interface DestinationOptionsResponse {
1228
+ FileFormat?: DestinationFileFormat | undefined;
1229
+ HiveCompatiblePartitions?: boolean | undefined;
1230
+ PerHourPartition?: boolean | undefined;
1231
+ }
1232
+ export interface FlowLog {
1233
+ CreationTime?: Date | undefined;
1234
+ DeliverLogsErrorMessage?: string | undefined;
1235
+ DeliverLogsPermissionArn?: string | undefined;
1236
+ DeliverCrossAccountRole?: string | undefined;
1237
+ DeliverLogsStatus?: string | undefined;
1238
+ FlowLogId?: string | undefined;
1239
+ FlowLogStatus?: string | undefined;
1240
+ LogGroupName?: string | undefined;
1241
+ ResourceId?: string | undefined;
1242
+ TrafficType?: TrafficType | undefined;
1243
+ LogDestinationType?: LogDestinationType | undefined;
1244
+ LogDestination?: string | undefined;
1245
+ LogFormat?: string | undefined;
1246
+ Tags?: Tag[] | undefined;
1247
+ MaxAggregationInterval?: number | undefined;
1248
+ DestinationOptions?: DestinationOptionsResponse | undefined;
1381
1249
  }
1382
- export interface DeleteVpcPeeringConnectionRequest {
1250
+ export interface DescribeFlowLogsResult {
1251
+ FlowLogs?: FlowLog[] | undefined;
1252
+ NextToken?: string | undefined;
1253
+ }
1254
+ export interface DescribeFpgaImageAttributeRequest {
1383
1255
  DryRun?: boolean | undefined;
1384
- VpcPeeringConnectionId: string | undefined;
1256
+ FpgaImageId: string | undefined;
1257
+ Attribute: FpgaImageAttributeName | undefined;
1385
1258
  }
1386
- export interface DeleteVpcPeeringConnectionResult {
1387
- Return?: boolean | undefined;
1259
+ export interface LoadPermission {
1260
+ UserId?: string | undefined;
1261
+ Group?: PermissionGroup | undefined;
1388
1262
  }
1389
- export interface DeleteVpnConcentratorRequest {
1390
- VpnConcentratorId: string | undefined;
1391
- DryRun?: boolean | undefined;
1263
+ export interface ProductCode {
1264
+ ProductCodeId?: string | undefined;
1265
+ ProductCodeType?: ProductCodeValues | undefined;
1392
1266
  }
1393
- export interface DeleteVpnConcentratorResult {
1394
- Return?: boolean | undefined;
1267
+ export interface FpgaImageAttribute {
1268
+ FpgaImageId?: string | undefined;
1269
+ Name?: string | undefined;
1270
+ Description?: string | undefined;
1271
+ LoadPermissions?: LoadPermission[] | undefined;
1272
+ ProductCodes?: ProductCode[] | undefined;
1395
1273
  }
1396
- export interface DeleteVpnConnectionRequest {
1397
- VpnConnectionId: string | undefined;
1274
+ export interface DescribeFpgaImageAttributeResult {
1275
+ FpgaImageAttribute?: FpgaImageAttribute | undefined;
1276
+ }
1277
+ export interface DescribeFpgaImagesRequest {
1398
1278
  DryRun?: boolean | undefined;
1279
+ FpgaImageIds?: string[] | undefined;
1280
+ Owners?: string[] | undefined;
1281
+ Filters?: Filter[] | undefined;
1282
+ NextToken?: string | undefined;
1283
+ MaxResults?: number | undefined;
1399
1284
  }
1400
- export interface DeleteVpnConnectionRouteRequest {
1401
- DestinationCidrBlock: string | undefined;
1402
- VpnConnectionId: string | undefined;
1285
+ export interface PciId {
1286
+ DeviceId?: string | undefined;
1287
+ VendorId?: string | undefined;
1288
+ SubsystemId?: string | undefined;
1289
+ SubsystemVendorId?: string | undefined;
1403
1290
  }
1404
- export interface DeleteVpnGatewayRequest {
1405
- VpnGatewayId: string | undefined;
1291
+ export interface FpgaImageState {
1292
+ Code?: FpgaImageStateCode | undefined;
1293
+ Message?: string | undefined;
1294
+ }
1295
+ export interface FpgaImage {
1296
+ FpgaImageId?: string | undefined;
1297
+ FpgaImageGlobalId?: string | undefined;
1298
+ Name?: string | undefined;
1299
+ Description?: string | undefined;
1300
+ ShellVersion?: string | undefined;
1301
+ PciId?: PciId | undefined;
1302
+ State?: FpgaImageState | undefined;
1303
+ CreateTime?: Date | undefined;
1304
+ UpdateTime?: Date | undefined;
1305
+ OwnerId?: string | undefined;
1306
+ OwnerAlias?: string | undefined;
1307
+ ProductCodes?: ProductCode[] | undefined;
1308
+ Tags?: Tag[] | undefined;
1309
+ Public?: boolean | undefined;
1310
+ DataRetentionSupport?: boolean | undefined;
1311
+ InstanceTypes?: string[] | undefined;
1312
+ }
1313
+ export interface DescribeFpgaImagesResult {
1314
+ FpgaImages?: FpgaImage[] | undefined;
1315
+ NextToken?: string | undefined;
1316
+ }
1317
+ export interface DescribeHostReservationOfferingsRequest {
1318
+ Filter?: Filter[] | undefined;
1319
+ MaxDuration?: number | undefined;
1320
+ MaxResults?: number | undefined;
1321
+ MinDuration?: number | undefined;
1322
+ NextToken?: string | undefined;
1323
+ OfferingId?: string | undefined;
1324
+ }
1325
+ export interface HostOffering {
1326
+ CurrencyCode?: CurrencyCodeValues | undefined;
1327
+ Duration?: number | undefined;
1328
+ HourlyPrice?: string | undefined;
1329
+ InstanceFamily?: string | undefined;
1330
+ OfferingId?: string | undefined;
1331
+ PaymentOption?: PaymentOption | undefined;
1332
+ UpfrontPrice?: string | undefined;
1333
+ }
1334
+ export interface DescribeHostReservationOfferingsResult {
1335
+ NextToken?: string | undefined;
1336
+ OfferingSet?: HostOffering[] | undefined;
1337
+ }
1338
+ export interface DescribeHostReservationsRequest {
1339
+ Filter?: Filter[] | undefined;
1340
+ HostReservationIdSet?: string[] | undefined;
1341
+ MaxResults?: number | undefined;
1342
+ NextToken?: string | undefined;
1343
+ }
1344
+ export interface HostReservation {
1345
+ Count?: number | undefined;
1346
+ CurrencyCode?: CurrencyCodeValues | undefined;
1347
+ Duration?: number | undefined;
1348
+ End?: Date | undefined;
1349
+ HostIdSet?: string[] | undefined;
1350
+ HostReservationId?: string | undefined;
1351
+ HourlyPrice?: string | undefined;
1352
+ InstanceFamily?: string | undefined;
1353
+ OfferingId?: string | undefined;
1354
+ PaymentOption?: PaymentOption | undefined;
1355
+ Start?: Date | undefined;
1356
+ State?: ReservationState | undefined;
1357
+ UpfrontPrice?: string | undefined;
1358
+ Tags?: Tag[] | undefined;
1359
+ }
1360
+ export interface DescribeHostReservationsResult {
1361
+ HostReservationSet?: HostReservation[] | undefined;
1362
+ NextToken?: string | undefined;
1363
+ }
1364
+ export interface DescribeHostsRequest {
1365
+ HostIds?: string[] | undefined;
1366
+ NextToken?: string | undefined;
1367
+ MaxResults?: number | undefined;
1368
+ Filter?: Filter[] | undefined;
1369
+ }
1370
+ export interface InstanceCapacity {
1371
+ AvailableCapacity?: number | undefined;
1372
+ InstanceType?: string | undefined;
1373
+ TotalCapacity?: number | undefined;
1374
+ }
1375
+ export interface AvailableCapacity {
1376
+ AvailableInstanceCapacity?: InstanceCapacity[] | undefined;
1377
+ AvailableVCpus?: number | undefined;
1378
+ }
1379
+ export interface HostProperties {
1380
+ Cores?: number | undefined;
1381
+ InstanceType?: string | undefined;
1382
+ InstanceFamily?: string | undefined;
1383
+ Sockets?: number | undefined;
1384
+ TotalVCpus?: number | undefined;
1385
+ }
1386
+ export interface HostInstance {
1387
+ InstanceId?: string | undefined;
1388
+ InstanceType?: string | undefined;
1389
+ OwnerId?: string | undefined;
1390
+ }
1391
+ export interface Host {
1392
+ AutoPlacement?: AutoPlacement | undefined;
1393
+ AvailabilityZone?: string | undefined;
1394
+ AvailableCapacity?: AvailableCapacity | undefined;
1395
+ ClientToken?: string | undefined;
1396
+ HostId?: string | undefined;
1397
+ HostProperties?: HostProperties | undefined;
1398
+ HostReservationId?: string | undefined;
1399
+ Instances?: HostInstance[] | undefined;
1400
+ State?: AllocationState | undefined;
1401
+ AllocationTime?: Date | undefined;
1402
+ ReleaseTime?: Date | undefined;
1403
+ Tags?: Tag[] | undefined;
1404
+ HostRecovery?: HostRecovery | undefined;
1405
+ AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | undefined;
1406
+ OwnerId?: string | undefined;
1407
+ AvailabilityZoneId?: string | undefined;
1408
+ MemberOfServiceLinkedResourceGroup?: boolean | undefined;
1409
+ OutpostArn?: string | undefined;
1410
+ HostMaintenance?: HostMaintenance | undefined;
1411
+ AssetId?: string | undefined;
1412
+ }
1413
+ export interface DescribeHostsResult {
1414
+ Hosts?: Host[] | undefined;
1415
+ NextToken?: string | undefined;
1416
+ }
1417
+ export interface DescribeIamInstanceProfileAssociationsRequest {
1418
+ AssociationIds?: string[] | undefined;
1419
+ Filters?: Filter[] | undefined;
1420
+ MaxResults?: number | undefined;
1421
+ NextToken?: string | undefined;
1422
+ }
1423
+ export interface DescribeIamInstanceProfileAssociationsResult {
1424
+ IamInstanceProfileAssociations?: IamInstanceProfileAssociation[] | undefined;
1425
+ NextToken?: string | undefined;
1426
+ }
1427
+ export interface DescribeIdentityIdFormatRequest {
1428
+ Resource?: string | undefined;
1429
+ PrincipalArn: string | undefined;
1430
+ }
1431
+ export interface DescribeIdentityIdFormatResult {
1432
+ Statuses?: IdFormat[] | undefined;
1433
+ }
1434
+ export interface DescribeIdFormatRequest {
1435
+ Resource?: string | undefined;
1436
+ }
1437
+ export interface DescribeIdFormatResult {
1438
+ Statuses?: IdFormat[] | undefined;
1439
+ }
1440
+ export interface DescribeImageAttributeRequest {
1441
+ Attribute: ImageAttributeName | undefined;
1442
+ ImageId: string | undefined;
1406
1443
  DryRun?: boolean | undefined;
1407
1444
  }
1408
- export interface DeprovisionByoipCidrRequest {
1409
- Cidr: string | undefined;
1445
+ export interface LaunchPermission {
1446
+ OrganizationArn?: string | undefined;
1447
+ OrganizationalUnitArn?: string | undefined;
1448
+ UserId?: string | undefined;
1449
+ Group?: PermissionGroup | undefined;
1450
+ }
1451
+ export interface ImageAttribute {
1452
+ Description?: AttributeValue | undefined;
1453
+ KernelId?: AttributeValue | undefined;
1454
+ RamdiskId?: AttributeValue | undefined;
1455
+ SriovNetSupport?: AttributeValue | undefined;
1456
+ BootMode?: AttributeValue | undefined;
1457
+ TpmSupport?: AttributeValue | undefined;
1458
+ UefiData?: AttributeValue | undefined;
1459
+ LastLaunchedTime?: AttributeValue | undefined;
1460
+ ImdsSupport?: AttributeValue | undefined;
1461
+ DeregistrationProtection?: AttributeValue | undefined;
1462
+ ImageId?: string | undefined;
1463
+ LaunchPermissions?: LaunchPermission[] | undefined;
1464
+ ProductCodes?: ProductCode[] | undefined;
1465
+ BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
1466
+ }
1467
+ export interface ResourceTypeOption {
1468
+ OptionName?: ImageReferenceOptionName | undefined;
1469
+ OptionValues?: string[] | undefined;
1470
+ }
1471
+ export interface ResourceTypeRequest {
1472
+ ResourceType?: ImageReferenceResourceType | undefined;
1473
+ ResourceTypeOptions?: ResourceTypeOption[] | undefined;
1474
+ }
1475
+ export interface DescribeImageReferencesRequest {
1476
+ ImageIds: string[] | undefined;
1477
+ IncludeAllResourceTypes?: boolean | undefined;
1478
+ ResourceTypes?: ResourceTypeRequest[] | undefined;
1479
+ NextToken?: string | undefined;
1410
1480
  DryRun?: boolean | undefined;
1481
+ MaxResults?: number | undefined;
1411
1482
  }
1412
- export interface DeprovisionByoipCidrResult {
1413
- ByoipCidr?: ByoipCidr | undefined;
1483
+ export interface ImageReference {
1484
+ ImageId?: string | undefined;
1485
+ ResourceType?: ImageReferenceResourceType | undefined;
1486
+ Arn?: string | undefined;
1414
1487
  }
1415
- export interface DeprovisionIpamByoasnRequest {
1488
+ export interface DescribeImageReferencesResult {
1489
+ NextToken?: string | undefined;
1490
+ ImageReferences?: ImageReference[] | undefined;
1491
+ }
1492
+ export interface DescribeImagesRequest {
1493
+ ExecutableUsers?: string[] | undefined;
1494
+ ImageIds?: string[] | undefined;
1495
+ Owners?: string[] | undefined;
1496
+ IncludeDeprecated?: boolean | undefined;
1497
+ IncludeDisabled?: boolean | undefined;
1498
+ MaxResults?: number | undefined;
1499
+ NextToken?: string | undefined;
1416
1500
  DryRun?: boolean | undefined;
1417
- IpamId: string | undefined;
1418
- Asn: string | undefined;
1501
+ Filters?: Filter[] | undefined;
1419
1502
  }
1420
- export declare const AsnState: {
1421
- readonly deprovisioned: "deprovisioned";
1422
- readonly failed_deprovision: "failed-deprovision";
1423
- readonly failed_provision: "failed-provision";
1424
- readonly pending_deprovision: "pending-deprovision";
1425
- readonly pending_provision: "pending-provision";
1426
- readonly provisioned: "provisioned";
1427
- };
1428
- export type AsnState = (typeof AsnState)[keyof typeof AsnState];
1429
- export interface Byoasn {
1430
- Asn?: string | undefined;
1431
- IpamId?: string | undefined;
1432
- StatusMessage?: string | undefined;
1433
- State?: AsnState | undefined;
1503
+ export interface Image {
1504
+ PlatformDetails?: string | undefined;
1505
+ UsageOperation?: string | undefined;
1506
+ BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
1507
+ Description?: string | undefined;
1508
+ EnaSupport?: boolean | undefined;
1509
+ Hypervisor?: HypervisorType | undefined;
1510
+ ImageOwnerAlias?: string | undefined;
1511
+ Name?: string | undefined;
1512
+ RootDeviceName?: string | undefined;
1513
+ RootDeviceType?: DeviceType | undefined;
1514
+ SriovNetSupport?: string | undefined;
1515
+ StateReason?: StateReason | undefined;
1516
+ Tags?: Tag[] | undefined;
1517
+ VirtualizationType?: VirtualizationType | undefined;
1518
+ BootMode?: BootModeValues | undefined;
1519
+ TpmSupport?: TpmSupportValues | undefined;
1520
+ DeprecationTime?: string | undefined;
1521
+ ImdsSupport?: ImdsSupportValues | undefined;
1522
+ SourceInstanceId?: string | undefined;
1523
+ DeregistrationProtection?: string | undefined;
1524
+ LastLaunchedTime?: string | undefined;
1525
+ ImageAllowed?: boolean | undefined;
1526
+ SourceImageId?: string | undefined;
1527
+ SourceImageRegion?: string | undefined;
1528
+ FreeTierEligible?: boolean | undefined;
1529
+ ImageId?: string | undefined;
1530
+ ImageLocation?: string | undefined;
1531
+ State?: ImageState | undefined;
1532
+ OwnerId?: string | undefined;
1533
+ CreationDate?: string | undefined;
1534
+ Public?: boolean | undefined;
1535
+ ProductCodes?: ProductCode[] | undefined;
1536
+ Architecture?: ArchitectureValues | undefined;
1537
+ ImageType?: ImageTypeValues | undefined;
1538
+ KernelId?: string | undefined;
1539
+ RamdiskId?: string | undefined;
1540
+ Platform?: PlatformValues | undefined;
1541
+ }
1542
+ export interface DescribeImagesResult {
1543
+ NextToken?: string | undefined;
1544
+ Images?: Image[] | undefined;
1434
1545
  }
1435
- export interface DeprovisionIpamByoasnResult {
1436
- Byoasn?: Byoasn | undefined;
1546
+ export interface DescribeImageUsageReportEntriesRequest {
1547
+ ImageIds?: string[] | undefined;
1548
+ ReportIds?: string[] | undefined;
1549
+ NextToken?: string | undefined;
1550
+ Filters?: Filter[] | undefined;
1551
+ DryRun?: boolean | undefined;
1552
+ MaxResults?: number | undefined;
1437
1553
  }
1438
- export interface DeprovisionIpamPoolCidrRequest {
1554
+ export interface ImageUsageReportEntry {
1555
+ ResourceType?: string | undefined;
1556
+ ReportId?: string | undefined;
1557
+ UsageCount?: number | undefined;
1558
+ AccountId?: string | undefined;
1559
+ ImageId?: string | undefined;
1560
+ ReportCreationTime?: Date | undefined;
1561
+ }
1562
+ export interface DescribeImageUsageReportEntriesResult {
1563
+ NextToken?: string | undefined;
1564
+ ImageUsageReportEntries?: ImageUsageReportEntry[] | undefined;
1565
+ }
1566
+ export interface DescribeImageUsageReportsRequest {
1567
+ ImageIds?: string[] | undefined;
1568
+ ReportIds?: string[] | undefined;
1569
+ NextToken?: string | undefined;
1570
+ Filters?: Filter[] | undefined;
1439
1571
  DryRun?: boolean | undefined;
1440
- IpamPoolId: string | undefined;
1441
- Cidr?: string | undefined;
1572
+ MaxResults?: number | undefined;
1442
1573
  }
1443
- export declare const IpamPoolCidrFailureCode: {
1444
- readonly cidr_not_available: "cidr-not-available";
1445
- readonly limit_exceeded: "limit-exceeded";
1446
- };
1447
- export type IpamPoolCidrFailureCode =
1448
- (typeof IpamPoolCidrFailureCode)[keyof typeof IpamPoolCidrFailureCode];
1449
- export interface IpamPoolCidrFailureReason {
1450
- Code?: IpamPoolCidrFailureCode | undefined;
1451
- Message?: string | undefined;
1574
+ export interface ImageUsageResourceTypeOption {
1575
+ OptionName?: string | undefined;
1576
+ OptionValues?: string[] | undefined;
1452
1577
  }
1453
- export declare const IpamPoolCidrState: {
1454
- readonly deprovisioned: "deprovisioned";
1455
- readonly failed_deprovision: "failed-deprovision";
1456
- readonly failed_import: "failed-import";
1457
- readonly failed_provision: "failed-provision";
1458
- readonly pending_deprovision: "pending-deprovision";
1459
- readonly pending_import: "pending-import";
1460
- readonly pending_provision: "pending-provision";
1461
- readonly provisioned: "provisioned";
1462
- };
1463
- export type IpamPoolCidrState =
1464
- (typeof IpamPoolCidrState)[keyof typeof IpamPoolCidrState];
1465
- export interface IpamPoolCidr {
1466
- Cidr?: string | undefined;
1467
- State?: IpamPoolCidrState | undefined;
1468
- FailureReason?: IpamPoolCidrFailureReason | undefined;
1469
- IpamPoolCidrId?: string | undefined;
1470
- NetmaskLength?: number | undefined;
1578
+ export interface ImageUsageResourceType {
1579
+ ResourceType?: string | undefined;
1580
+ ResourceTypeOptions?: ImageUsageResourceTypeOption[] | undefined;
1471
1581
  }
1472
- export interface DeprovisionIpamPoolCidrResult {
1473
- IpamPoolCidr?: IpamPoolCidr | undefined;
1582
+ export interface ImageUsageReport {
1583
+ ImageId?: string | undefined;
1584
+ ReportId?: string | undefined;
1585
+ ResourceTypes?: ImageUsageResourceType[] | undefined;
1586
+ AccountIds?: string[] | undefined;
1587
+ State?: string | undefined;
1588
+ StateReason?: string | undefined;
1589
+ CreationTime?: Date | undefined;
1590
+ ExpirationTime?: Date | undefined;
1591
+ Tags?: Tag[] | undefined;
1474
1592
  }
1475
- export interface DeprovisionPublicIpv4PoolCidrRequest {
1593
+ export interface DescribeImageUsageReportsResult {
1594
+ NextToken?: string | undefined;
1595
+ ImageUsageReports?: ImageUsageReport[] | undefined;
1596
+ }
1597
+ export interface DescribeImportImageTasksRequest {
1476
1598
  DryRun?: boolean | undefined;
1477
- PoolId: string | undefined;
1478
- Cidr: string | undefined;
1599
+ Filters?: Filter[] | undefined;
1600
+ ImportTaskIds?: string[] | undefined;
1601
+ MaxResults?: number | undefined;
1602
+ NextToken?: string | undefined;
1479
1603
  }
1480
- export interface DeprovisionPublicIpv4PoolCidrResult {
1481
- PoolId?: string | undefined;
1482
- DeprovisionedAddresses?: string[] | undefined;
1604
+ export interface ImportImageLicenseConfigurationResponse {
1605
+ LicenseConfigurationArn?: string | undefined;
1483
1606
  }
1484
- export interface DeregisterImageRequest {
1485
- ImageId: string | undefined;
1486
- DeleteAssociatedSnapshots?: boolean | undefined;
1487
- DryRun?: boolean | undefined;
1607
+ export interface UserBucketDetails {
1608
+ S3Bucket?: string | undefined;
1609
+ S3Key?: string | undefined;
1488
1610
  }
1489
- export declare const SnapshotReturnCodes: {
1490
- readonly ERROR_CODE_CLIENT_ERROR: "client-error";
1491
- readonly ERROR_CODE_INTERNAL_ERROR: "internal-error";
1492
- readonly ERROR_MISSING_PERMISSIONS: "missing-permissions";
1493
- readonly SUCCESS: "success";
1494
- readonly WARN_SKIPPED: "skipped";
1495
- };
1496
- export type SnapshotReturnCodes =
1497
- (typeof SnapshotReturnCodes)[keyof typeof SnapshotReturnCodes];
1498
- export interface DeleteSnapshotReturnCode {
1611
+ export interface SnapshotDetail {
1612
+ Description?: string | undefined;
1613
+ DeviceName?: string | undefined;
1614
+ DiskImageSize?: number | undefined;
1615
+ Format?: string | undefined;
1616
+ Progress?: string | undefined;
1499
1617
  SnapshotId?: string | undefined;
1500
- ReturnCode?: SnapshotReturnCodes | undefined;
1618
+ Status?: string | undefined;
1619
+ StatusMessage?: string | undefined;
1620
+ Url?: string | undefined;
1621
+ UserBucket?: UserBucketDetails | undefined;
1501
1622
  }
1502
- export interface DeregisterImageResult {
1503
- Return?: boolean | undefined;
1504
- DeleteSnapshotResults?: DeleteSnapshotReturnCode[] | undefined;
1623
+ export interface ImportImageTask {
1624
+ Architecture?: string | undefined;
1625
+ Description?: string | undefined;
1626
+ Encrypted?: boolean | undefined;
1627
+ Hypervisor?: string | undefined;
1628
+ ImageId?: string | undefined;
1629
+ ImportTaskId?: string | undefined;
1630
+ KmsKeyId?: string | undefined;
1631
+ LicenseType?: string | undefined;
1632
+ Platform?: string | undefined;
1633
+ Progress?: string | undefined;
1634
+ SnapshotDetails?: SnapshotDetail[] | undefined;
1635
+ Status?: string | undefined;
1636
+ StatusMessage?: string | undefined;
1637
+ Tags?: Tag[] | undefined;
1638
+ LicenseSpecifications?: ImportImageLicenseConfigurationResponse[] | undefined;
1639
+ UsageOperation?: string | undefined;
1640
+ BootMode?: BootModeValues | undefined;
1505
1641
  }
1506
- export interface DeregisterInstanceTagAttributeRequest {
1507
- IncludeAllTagsOfInstance?: boolean | undefined;
1508
- InstanceTagKeys?: string[] | undefined;
1642
+ export interface DescribeImportImageTasksResult {
1643
+ ImportImageTasks?: ImportImageTask[] | undefined;
1644
+ NextToken?: string | undefined;
1509
1645
  }
1510
- export interface DeregisterInstanceEventNotificationAttributesRequest {
1646
+ export interface DescribeImportSnapshotTasksRequest {
1511
1647
  DryRun?: boolean | undefined;
1512
- InstanceTagAttribute: DeregisterInstanceTagAttributeRequest | undefined;
1648
+ Filters?: Filter[] | undefined;
1649
+ ImportTaskIds?: string[] | undefined;
1650
+ MaxResults?: number | undefined;
1651
+ NextToken?: string | undefined;
1513
1652
  }
1514
- export interface InstanceTagNotificationAttribute {
1515
- InstanceTagKeys?: string[] | undefined;
1516
- IncludeAllTagsOfInstance?: boolean | undefined;
1653
+ export interface SnapshotTaskDetail {
1654
+ Description?: string | undefined;
1655
+ DiskImageSize?: number | undefined;
1656
+ Encrypted?: boolean | undefined;
1657
+ Format?: string | undefined;
1658
+ KmsKeyId?: string | undefined;
1659
+ Progress?: string | undefined;
1660
+ SnapshotId?: string | undefined;
1661
+ Status?: string | undefined;
1662
+ StatusMessage?: string | undefined;
1663
+ Url?: string | undefined;
1664
+ UserBucket?: UserBucketDetails | undefined;
1517
1665
  }
1518
- export interface DeregisterInstanceEventNotificationAttributesResult {
1519
- InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
1666
+ export interface ImportSnapshotTask {
1667
+ Description?: string | undefined;
1668
+ ImportTaskId?: string | undefined;
1669
+ SnapshotTaskDetail?: SnapshotTaskDetail | undefined;
1670
+ Tags?: Tag[] | undefined;
1520
1671
  }
1521
- export interface DeregisterTransitGatewayMulticastGroupMembersRequest {
1522
- TransitGatewayMulticastDomainId?: string | undefined;
1523
- GroupIpAddress?: string | undefined;
1524
- NetworkInterfaceIds?: string[] | undefined;
1525
- DryRun?: boolean | undefined;
1672
+ export interface DescribeImportSnapshotTasksResult {
1673
+ ImportSnapshotTasks?: ImportSnapshotTask[] | undefined;
1674
+ NextToken?: string | undefined;
1526
1675
  }
1527
- export interface TransitGatewayMulticastDeregisteredGroupMembers {
1528
- TransitGatewayMulticastDomainId?: string | undefined;
1529
- DeregisteredNetworkInterfaceIds?: string[] | undefined;
1530
- GroupIpAddress?: string | undefined;
1676
+ export interface DescribeInstanceAttributeRequest {
1677
+ DryRun?: boolean | undefined;
1678
+ InstanceId: string | undefined;
1679
+ Attribute: InstanceAttributeName | undefined;
1680
+ }
1681
+ export interface EbsInstanceBlockDevice {
1682
+ AttachTime?: Date | undefined;
1683
+ DeleteOnTermination?: boolean | undefined;
1684
+ Status?: AttachmentStatus | undefined;
1685
+ VolumeId?: string | undefined;
1686
+ AssociatedResource?: string | undefined;
1687
+ VolumeOwnerId?: string | undefined;
1688
+ Operator?: OperatorResponse | undefined;
1689
+ }
1690
+ export interface InstanceBlockDeviceMapping {
1691
+ DeviceName?: string | undefined;
1692
+ Ebs?: EbsInstanceBlockDevice | undefined;
1693
+ }
1694
+ export interface AttributeBooleanValue {
1695
+ Value?: boolean | undefined;
1696
+ }
1697
+ export interface EnclaveOptions {
1698
+ Enabled?: boolean | undefined;
1699
+ }
1700
+ export interface InstanceAttribute {
1701
+ BlockDeviceMappings?: InstanceBlockDeviceMapping[] | undefined;
1702
+ DisableApiTermination?: AttributeBooleanValue | undefined;
1703
+ EnaSupport?: AttributeBooleanValue | undefined;
1704
+ EnclaveOptions?: EnclaveOptions | undefined;
1705
+ EbsOptimized?: AttributeBooleanValue | undefined;
1706
+ InstanceId?: string | undefined;
1707
+ InstanceInitiatedShutdownBehavior?: AttributeValue | undefined;
1708
+ InstanceType?: AttributeValue | undefined;
1709
+ KernelId?: AttributeValue | undefined;
1710
+ ProductCodes?: ProductCode[] | undefined;
1711
+ RamdiskId?: AttributeValue | undefined;
1712
+ RootDeviceName?: AttributeValue | undefined;
1713
+ SourceDestCheck?: AttributeBooleanValue | undefined;
1714
+ SriovNetSupport?: AttributeValue | undefined;
1715
+ UserData?: AttributeValue | undefined;
1716
+ DisableApiStop?: AttributeBooleanValue | undefined;
1717
+ Groups?: GroupIdentifier[] | undefined;
1718
+ }
1719
+ export interface DescribeInstanceConnectEndpointsRequest {
1720
+ DryRun?: boolean | undefined;
1721
+ MaxResults?: number | undefined;
1722
+ NextToken?: string | undefined;
1723
+ Filters?: Filter[] | undefined;
1724
+ InstanceConnectEndpointIds?: string[] | undefined;
1531
1725
  }
1532
- export interface DeregisterTransitGatewayMulticastGroupMembersResult {
1533
- DeregisteredMulticastGroupMembers?:
1534
- | TransitGatewayMulticastDeregisteredGroupMembers
1535
- | undefined;
1726
+ export interface DescribeInstanceConnectEndpointsResult {
1727
+ InstanceConnectEndpoints?: Ec2InstanceConnectEndpoint[] | undefined;
1728
+ NextToken?: string | undefined;
1536
1729
  }
1537
- export interface DeregisterTransitGatewayMulticastGroupSourcesRequest {
1538
- TransitGatewayMulticastDomainId?: string | undefined;
1539
- GroupIpAddress?: string | undefined;
1540
- NetworkInterfaceIds?: string[] | undefined;
1730
+ export interface DescribeInstanceCreditSpecificationsRequest {
1541
1731
  DryRun?: boolean | undefined;
1732
+ Filters?: Filter[] | undefined;
1733
+ InstanceIds?: string[] | undefined;
1734
+ MaxResults?: number | undefined;
1735
+ NextToken?: string | undefined;
1542
1736
  }
1543
- export interface TransitGatewayMulticastDeregisteredGroupSources {
1544
- TransitGatewayMulticastDomainId?: string | undefined;
1545
- DeregisteredNetworkInterfaceIds?: string[] | undefined;
1546
- GroupIpAddress?: string | undefined;
1737
+ export interface InstanceCreditSpecification {
1738
+ InstanceId?: string | undefined;
1739
+ CpuCredits?: string | undefined;
1547
1740
  }
1548
- export interface DeregisterTransitGatewayMulticastGroupSourcesResult {
1549
- DeregisteredMulticastGroupSources?:
1550
- | TransitGatewayMulticastDeregisteredGroupSources
1551
- | undefined;
1741
+ export interface DescribeInstanceCreditSpecificationsResult {
1742
+ InstanceCreditSpecifications?: InstanceCreditSpecification[] | undefined;
1743
+ NextToken?: string | undefined;
1552
1744
  }
1553
- export interface DescribeAccountAttributesRequest {
1745
+ export interface DescribeInstanceEventNotificationAttributesRequest {
1554
1746
  DryRun?: boolean | undefined;
1555
- AttributeNames?: AccountAttributeName[] | undefined;
1556
1747
  }
1557
- export interface DescribeAccountAttributesResult {
1558
- AccountAttributes?: AccountAttribute[] | undefined;
1748
+ export interface DescribeInstanceEventNotificationAttributesResult {
1749
+ InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
1559
1750
  }
1560
- export interface Filter {
1751
+ export interface DescribeInstanceEventWindowsRequest {
1752
+ DryRun?: boolean | undefined;
1753
+ InstanceEventWindowIds?: string[] | undefined;
1754
+ Filters?: Filter[] | undefined;
1755
+ MaxResults?: number | undefined;
1756
+ NextToken?: string | undefined;
1757
+ }
1758
+ export interface DescribeInstanceEventWindowsResult {
1759
+ InstanceEventWindows?: InstanceEventWindow[] | undefined;
1760
+ NextToken?: string | undefined;
1761
+ }
1762
+ export interface DescribeInstanceImageMetadataRequest {
1763
+ Filters?: Filter[] | undefined;
1764
+ InstanceIds?: string[] | undefined;
1765
+ MaxResults?: number | undefined;
1766
+ NextToken?: string | undefined;
1767
+ DryRun?: boolean | undefined;
1768
+ }
1769
+ export interface ImageMetadata {
1770
+ ImageId?: string | undefined;
1561
1771
  Name?: string | undefined;
1562
- Values?: string[] | undefined;
1772
+ OwnerId?: string | undefined;
1773
+ State?: ImageState | undefined;
1774
+ ImageOwnerAlias?: string | undefined;
1775
+ CreationDate?: string | undefined;
1776
+ DeprecationTime?: string | undefined;
1777
+ ImageAllowed?: boolean | undefined;
1778
+ IsPublic?: boolean | undefined;
1779
+ }
1780
+ export interface InstanceState {
1781
+ Code?: number | undefined;
1782
+ Name?: InstanceStateName | undefined;
1783
+ }
1784
+ export interface InstanceImageMetadata {
1785
+ InstanceId?: string | undefined;
1786
+ InstanceType?: _InstanceType | undefined;
1787
+ LaunchTime?: Date | undefined;
1788
+ AvailabilityZone?: string | undefined;
1789
+ ZoneId?: string | undefined;
1790
+ State?: InstanceState | undefined;
1791
+ OwnerId?: string | undefined;
1792
+ Tags?: Tag[] | undefined;
1793
+ ImageMetadata?: ImageMetadata | undefined;
1794
+ Operator?: OperatorResponse | undefined;
1563
1795
  }
1564
- export interface DescribeAddressesRequest {
1565
- PublicIps?: string[] | undefined;
1796
+ export interface DescribeInstanceImageMetadataResult {
1797
+ InstanceImageMetadata?: InstanceImageMetadata[] | undefined;
1798
+ NextToken?: string | undefined;
1799
+ }
1800
+ export interface DescribeInstancesRequest {
1801
+ InstanceIds?: string[] | undefined;
1566
1802
  DryRun?: boolean | undefined;
1567
1803
  Filters?: Filter[] | undefined;
1568
- AllocationIds?: string[] | undefined;
1804
+ NextToken?: string | undefined;
1805
+ MaxResults?: number | undefined;
1569
1806
  }
1570
- export interface DescribeAddressesResult {
1571
- Addresses?: Address[] | undefined;
1807
+ export interface CapacityReservationSpecificationResponse {
1808
+ CapacityReservationPreference?: CapacityReservationPreference | undefined;
1809
+ CapacityReservationTarget?: CapacityReservationTargetResponse | undefined;
1810
+ }
1811
+ export interface CpuOptions {
1812
+ CoreCount?: number | undefined;
1813
+ ThreadsPerCore?: number | undefined;
1814
+ AmdSevSnp?: AmdSevSnpSpecification | undefined;
1815
+ }
1816
+ export interface ElasticGpuAssociation {
1817
+ ElasticGpuId?: string | undefined;
1818
+ ElasticGpuAssociationId?: string | undefined;
1819
+ ElasticGpuAssociationState?: string | undefined;
1820
+ ElasticGpuAssociationTime?: string | undefined;
1821
+ }
1822
+ export interface ElasticInferenceAcceleratorAssociation {
1823
+ ElasticInferenceAcceleratorArn?: string | undefined;
1824
+ ElasticInferenceAcceleratorAssociationId?: string | undefined;
1825
+ ElasticInferenceAcceleratorAssociationState?: string | undefined;
1826
+ ElasticInferenceAcceleratorAssociationTime?: Date | undefined;
1827
+ }
1828
+ export interface HibernationOptions {
1829
+ Configured?: boolean | undefined;
1830
+ }
1831
+ export interface LicenseConfiguration {
1832
+ LicenseConfigurationArn?: string | undefined;
1833
+ }
1834
+ export interface InstanceMaintenanceOptions {
1835
+ AutoRecovery?: InstanceAutoRecoveryState | undefined;
1836
+ RebootMigration?: InstanceRebootMigrationState | undefined;
1837
+ }
1838
+ export interface InstanceMetadataOptionsResponse {
1839
+ State?: InstanceMetadataOptionsState | undefined;
1840
+ HttpTokens?: HttpTokensState | undefined;
1841
+ HttpPutResponseHopLimit?: number | undefined;
1842
+ HttpEndpoint?: InstanceMetadataEndpointState | undefined;
1843
+ HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
1844
+ InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
1845
+ }
1846
+ export interface Monitoring {
1847
+ State?: MonitoringState | undefined;
1848
+ }
1849
+ export interface InstanceNetworkInterfaceAssociation {
1850
+ CarrierIp?: string | undefined;
1851
+ CustomerOwnedIp?: string | undefined;
1852
+ IpOwnerId?: string | undefined;
1853
+ PublicDnsName?: string | undefined;
1854
+ PublicIp?: string | undefined;
1855
+ }
1856
+ export interface InstanceAttachmentEnaSrdUdpSpecification {
1857
+ EnaSrdUdpEnabled?: boolean | undefined;
1858
+ }
1859
+ export interface InstanceAttachmentEnaSrdSpecification {
1860
+ EnaSrdEnabled?: boolean | undefined;
1861
+ EnaSrdUdpSpecification?: InstanceAttachmentEnaSrdUdpSpecification | undefined;
1862
+ }
1863
+ export interface InstanceNetworkInterfaceAttachment {
1864
+ AttachTime?: Date | undefined;
1865
+ AttachmentId?: string | undefined;
1866
+ DeleteOnTermination?: boolean | undefined;
1867
+ DeviceIndex?: number | undefined;
1868
+ Status?: AttachmentStatus | undefined;
1869
+ NetworkCardIndex?: number | undefined;
1870
+ EnaSrdSpecification?: InstanceAttachmentEnaSrdSpecification | undefined;
1871
+ EnaQueueCount?: number | undefined;
1872
+ }
1873
+ export interface ConnectionTrackingSpecificationResponse {
1874
+ TcpEstablishedTimeout?: number | undefined;
1875
+ UdpStreamTimeout?: number | undefined;
1876
+ UdpTimeout?: number | undefined;
1877
+ }
1878
+ export interface InstanceIpv4Prefix {
1879
+ Ipv4Prefix?: string | undefined;
1880
+ }
1881
+ export interface InstanceIpv6Prefix {
1882
+ Ipv6Prefix?: string | undefined;
1883
+ }
1884
+ export interface InstancePrivateIpAddress {
1885
+ Association?: InstanceNetworkInterfaceAssociation | undefined;
1886
+ Primary?: boolean | undefined;
1887
+ PrivateDnsName?: string | undefined;
1888
+ PrivateIpAddress?: string | undefined;
1572
1889
  }
1573
- export interface DescribeAddressesAttributeRequest {
1574
- AllocationIds?: string[] | undefined;
1575
- Attribute?: AddressAttributeName | undefined;
1890
+ export interface InstanceNetworkInterface {
1891
+ Association?: InstanceNetworkInterfaceAssociation | undefined;
1892
+ Attachment?: InstanceNetworkInterfaceAttachment | undefined;
1893
+ Description?: string | undefined;
1894
+ Groups?: GroupIdentifier[] | undefined;
1895
+ Ipv6Addresses?: InstanceIpv6Address[] | undefined;
1896
+ MacAddress?: string | undefined;
1897
+ NetworkInterfaceId?: string | undefined;
1898
+ OwnerId?: string | undefined;
1899
+ PrivateDnsName?: string | undefined;
1900
+ PrivateIpAddress?: string | undefined;
1901
+ PrivateIpAddresses?: InstancePrivateIpAddress[] | undefined;
1902
+ SourceDestCheck?: boolean | undefined;
1903
+ Status?: NetworkInterfaceStatus | undefined;
1904
+ SubnetId?: string | undefined;
1905
+ VpcId?: string | undefined;
1906
+ InterfaceType?: string | undefined;
1907
+ Ipv4Prefixes?: InstanceIpv4Prefix[] | undefined;
1908
+ Ipv6Prefixes?: InstanceIpv6Prefix[] | undefined;
1909
+ ConnectionTrackingConfiguration?:
1910
+ | ConnectionTrackingSpecificationResponse
1911
+ | undefined;
1912
+ Operator?: OperatorResponse | undefined;
1913
+ }
1914
+ export interface InstanceNetworkPerformanceOptions {
1915
+ BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
1916
+ }
1917
+ export interface PrivateDnsNameOptionsResponse {
1918
+ HostnameType?: HostnameType | undefined;
1919
+ EnableResourceNameDnsARecord?: boolean | undefined;
1920
+ EnableResourceNameDnsAAAARecord?: boolean | undefined;
1921
+ }
1922
+ export interface Instance {
1923
+ Architecture?: ArchitectureValues | undefined;
1924
+ BlockDeviceMappings?: InstanceBlockDeviceMapping[] | undefined;
1925
+ ClientToken?: string | undefined;
1926
+ EbsOptimized?: boolean | undefined;
1927
+ EnaSupport?: boolean | undefined;
1928
+ Hypervisor?: HypervisorType | undefined;
1929
+ IamInstanceProfile?: IamInstanceProfile | undefined;
1930
+ InstanceLifecycle?: InstanceLifecycleType | undefined;
1931
+ ElasticGpuAssociations?: ElasticGpuAssociation[] | undefined;
1932
+ ElasticInferenceAcceleratorAssociations?:
1933
+ | ElasticInferenceAcceleratorAssociation[]
1934
+ | undefined;
1935
+ NetworkInterfaces?: InstanceNetworkInterface[] | undefined;
1936
+ OutpostArn?: string | undefined;
1937
+ RootDeviceName?: string | undefined;
1938
+ RootDeviceType?: DeviceType | undefined;
1939
+ SecurityGroups?: GroupIdentifier[] | undefined;
1940
+ SourceDestCheck?: boolean | undefined;
1941
+ SpotInstanceRequestId?: string | undefined;
1942
+ SriovNetSupport?: string | undefined;
1943
+ StateReason?: StateReason | undefined;
1944
+ Tags?: Tag[] | undefined;
1945
+ VirtualizationType?: VirtualizationType | undefined;
1946
+ CpuOptions?: CpuOptions | undefined;
1947
+ CapacityBlockId?: string | undefined;
1948
+ CapacityReservationId?: string | undefined;
1949
+ CapacityReservationSpecification?:
1950
+ | CapacityReservationSpecificationResponse
1951
+ | undefined;
1952
+ HibernationOptions?: HibernationOptions | undefined;
1953
+ Licenses?: LicenseConfiguration[] | undefined;
1954
+ MetadataOptions?: InstanceMetadataOptionsResponse | undefined;
1955
+ EnclaveOptions?: EnclaveOptions | undefined;
1956
+ BootMode?: BootModeValues | undefined;
1957
+ PlatformDetails?: string | undefined;
1958
+ UsageOperation?: string | undefined;
1959
+ UsageOperationUpdateTime?: Date | undefined;
1960
+ PrivateDnsNameOptions?: PrivateDnsNameOptionsResponse | undefined;
1961
+ Ipv6Address?: string | undefined;
1962
+ TpmSupport?: string | undefined;
1963
+ MaintenanceOptions?: InstanceMaintenanceOptions | undefined;
1964
+ CurrentInstanceBootMode?: InstanceBootModeValues | undefined;
1965
+ NetworkPerformanceOptions?: InstanceNetworkPerformanceOptions | undefined;
1966
+ Operator?: OperatorResponse | undefined;
1967
+ InstanceId?: string | undefined;
1968
+ ImageId?: string | undefined;
1969
+ State?: InstanceState | undefined;
1970
+ PrivateDnsName?: string | undefined;
1971
+ PublicDnsName?: string | undefined;
1972
+ StateTransitionReason?: string | undefined;
1973
+ KeyName?: string | undefined;
1974
+ AmiLaunchIndex?: number | undefined;
1975
+ ProductCodes?: ProductCode[] | undefined;
1976
+ InstanceType?: _InstanceType | undefined;
1977
+ LaunchTime?: Date | undefined;
1978
+ Placement?: Placement | undefined;
1979
+ KernelId?: string | undefined;
1980
+ RamdiskId?: string | undefined;
1981
+ Platform?: PlatformValues | undefined;
1982
+ Monitoring?: Monitoring | undefined;
1983
+ SubnetId?: string | undefined;
1984
+ VpcId?: string | undefined;
1985
+ PrivateIpAddress?: string | undefined;
1986
+ PublicIpAddress?: string | undefined;
1987
+ }
1988
+ export interface Reservation {
1989
+ ReservationId?: string | undefined;
1990
+ OwnerId?: string | undefined;
1991
+ RequesterId?: string | undefined;
1992
+ Groups?: GroupIdentifier[] | undefined;
1993
+ Instances?: Instance[] | undefined;
1994
+ }
1995
+ export interface DescribeInstancesResult {
1996
+ NextToken?: string | undefined;
1997
+ Reservations?: Reservation[] | undefined;
1998
+ }
1999
+ export interface DescribeInstanceSqlHaHistoryStatesRequest {
2000
+ InstanceIds?: string[] | undefined;
2001
+ StartTime?: Date | undefined;
2002
+ EndTime?: Date | undefined;
1576
2003
  NextToken?: string | undefined;
1577
2004
  MaxResults?: number | undefined;
2005
+ Filters?: Filter[] | undefined;
1578
2006
  DryRun?: boolean | undefined;
1579
2007
  }
1580
- export interface DescribeAddressesAttributeResult {
1581
- Addresses?: AddressAttribute[] | undefined;
2008
+ export interface RegisteredInstance {
2009
+ InstanceId?: string | undefined;
2010
+ SqlServerLicenseUsage?: SqlServerLicenseUsage | undefined;
2011
+ HaStatus?: HaStatus | undefined;
2012
+ ProcessingStatus?: string | undefined;
2013
+ LastUpdatedTime?: Date | undefined;
2014
+ SqlServerCredentials?: string | undefined;
2015
+ Tags?: Tag[] | undefined;
2016
+ }
2017
+ export interface DescribeInstanceSqlHaHistoryStatesResult {
2018
+ Instances?: RegisteredInstance[] | undefined;
1582
2019
  NextToken?: string | undefined;
1583
2020
  }
1584
- export interface DescribeAddressTransfersRequest {
1585
- AllocationIds?: string[] | undefined;
2021
+ export interface DescribeInstanceSqlHaStatesRequest {
2022
+ InstanceIds?: string[] | undefined;
1586
2023
  NextToken?: string | undefined;
1587
2024
  MaxResults?: number | undefined;
2025
+ Filters?: Filter[] | undefined;
1588
2026
  DryRun?: boolean | undefined;
1589
2027
  }
1590
- export interface DescribeAddressTransfersResult {
1591
- AddressTransfers?: AddressTransfer[] | undefined;
2028
+ export interface DescribeInstanceSqlHaStatesResult {
2029
+ Instances?: RegisteredInstance[] | undefined;
1592
2030
  NextToken?: string | undefined;
1593
2031
  }
1594
- export interface DescribeAggregateIdFormatRequest {
2032
+ export interface DescribeInstanceStatusRequest {
2033
+ InstanceIds?: string[] | undefined;
2034
+ MaxResults?: number | undefined;
2035
+ NextToken?: string | undefined;
1595
2036
  DryRun?: boolean | undefined;
2037
+ Filters?: Filter[] | undefined;
2038
+ IncludeAllInstances?: boolean | undefined;
1596
2039
  }
1597
- export interface IdFormat {
1598
- Deadline?: Date | undefined;
1599
- Resource?: string | undefined;
1600
- UseLongIds?: boolean | undefined;
2040
+ export interface EbsStatusDetails {
2041
+ ImpairedSince?: Date | undefined;
2042
+ Name?: StatusName | undefined;
2043
+ Status?: StatusType | undefined;
1601
2044
  }
1602
- export interface DescribeAggregateIdFormatResult {
1603
- UseLongIdsAggregated?: boolean | undefined;
1604
- Statuses?: IdFormat[] | undefined;
2045
+ export interface EbsStatusSummary {
2046
+ Details?: EbsStatusDetails[] | undefined;
2047
+ Status?: SummaryStatus | undefined;
1605
2048
  }
1606
- export interface DescribeAvailabilityZonesRequest {
1607
- ZoneNames?: string[] | undefined;
1608
- ZoneIds?: string[] | undefined;
1609
- AllAvailabilityZones?: boolean | undefined;
2049
+ export interface InstanceStatusEvent {
2050
+ InstanceEventId?: string | undefined;
2051
+ Code?: EventCode | undefined;
2052
+ Description?: string | undefined;
2053
+ NotAfter?: Date | undefined;
2054
+ NotBefore?: Date | undefined;
2055
+ NotBeforeDeadline?: Date | undefined;
2056
+ }
2057
+ export interface InstanceStatusDetails {
2058
+ ImpairedSince?: Date | undefined;
2059
+ Name?: StatusName | undefined;
2060
+ Status?: StatusType | undefined;
2061
+ }
2062
+ export interface InstanceStatusSummary {
2063
+ Details?: InstanceStatusDetails[] | undefined;
2064
+ Status?: SummaryStatus | undefined;
2065
+ }
2066
+ export interface InstanceStatus {
2067
+ AvailabilityZone?: string | undefined;
2068
+ AvailabilityZoneId?: string | undefined;
2069
+ OutpostArn?: string | undefined;
2070
+ Operator?: OperatorResponse | undefined;
2071
+ Events?: InstanceStatusEvent[] | undefined;
2072
+ InstanceId?: string | undefined;
2073
+ InstanceState?: InstanceState | undefined;
2074
+ InstanceStatus?: InstanceStatusSummary | undefined;
2075
+ SystemStatus?: InstanceStatusSummary | undefined;
2076
+ AttachedEbsStatus?: EbsStatusSummary | undefined;
2077
+ }
2078
+ export interface DescribeInstanceStatusResult {
2079
+ InstanceStatuses?: InstanceStatus[] | undefined;
2080
+ NextToken?: string | undefined;
2081
+ }
2082
+ export interface DescribeInstanceTopologyRequest {
1610
2083
  DryRun?: boolean | undefined;
2084
+ NextToken?: string | undefined;
2085
+ MaxResults?: number | undefined;
2086
+ InstanceIds?: string[] | undefined;
2087
+ GroupNames?: string[] | undefined;
1611
2088
  Filters?: Filter[] | undefined;
1612
2089
  }