@aws-sdk/client-ec2 3.257.0 → 3.258.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 (268) hide show
  1. package/dist-cjs/EC2.js +135 -0
  2. package/dist-cjs/commands/AssociateIpamResourceDiscoveryCommand.js +46 -0
  3. package/dist-cjs/commands/CreateClientVpnRouteCommand.js +2 -1
  4. package/dist-cjs/commands/CreateCoipCidrCommand.js +1 -2
  5. package/dist-cjs/commands/CreateIpamResourceDiscoveryCommand.js +46 -0
  6. package/dist-cjs/commands/CreateRouteTableCommand.js +2 -1
  7. package/dist-cjs/commands/CreateSecurityGroupCommand.js +3 -3
  8. package/dist-cjs/commands/CreateSnapshotCommand.js +3 -3
  9. package/dist-cjs/commands/CreateSnapshotsCommand.js +1 -2
  10. package/dist-cjs/commands/DeleteIpamResourceDiscoveryCommand.js +46 -0
  11. package/dist-cjs/commands/DeleteTransitGatewayConnectCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteTransitGatewayConnectPeerCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteTransitGatewayMulticastDomainCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteTransitGatewayPeeringAttachmentCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteTransitGatewayPolicyTableCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteTransitGatewayPrefixListReferenceCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteTransitGatewayRouteCommand.js +1 -2
  18. package/dist-cjs/commands/DescribeInstanceStatusCommand.js +2 -1
  19. package/dist-cjs/commands/DescribeInstanceTypeOfferingsCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeInstanceTypesCommand.js +1 -2
  21. package/dist-cjs/commands/DescribeIpamResourceDiscoveriesCommand.js +46 -0
  22. package/dist-cjs/commands/DescribeIpamResourceDiscoveryAssociationsCommand.js +46 -0
  23. package/dist-cjs/commands/DescribeVpcAttributeCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeVpcClassicLinkCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeVpcClassicLinkDnsSupportCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeVpcEndpointConnectionNotificationsCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeVpcEndpointConnectionsCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeVpcEndpointServiceConfigurationsCommand.js +1 -2
  29. package/dist-cjs/commands/DescribeVpcEndpointsCommand.js +3 -3
  30. package/dist-cjs/commands/DisassociateIpamResourceDiscoveryCommand.js +46 -0
  31. package/dist-cjs/commands/GetIpamDiscoveredAccountsCommand.js +46 -0
  32. package/dist-cjs/commands/GetIpamDiscoveredResourceCidrsCommand.js +46 -0
  33. package/dist-cjs/commands/ModifyClientVpnEndpointCommand.js +3 -3
  34. package/dist-cjs/commands/ModifyDefaultCreditSpecificationCommand.js +3 -3
  35. package/dist-cjs/commands/ModifyEbsDefaultKmsKeyIdCommand.js +3 -3
  36. package/dist-cjs/commands/ModifyFleetCommand.js +3 -3
  37. package/dist-cjs/commands/ModifyFpgaImageAttributeCommand.js +3 -3
  38. package/dist-cjs/commands/ModifyHostsCommand.js +3 -3
  39. package/dist-cjs/commands/ModifyIdFormatCommand.js +2 -2
  40. package/dist-cjs/commands/ModifyIdentityIdFormatCommand.js +2 -2
  41. package/dist-cjs/commands/ModifyImageAttributeCommand.js +2 -2
  42. package/dist-cjs/commands/ModifyInstanceAttributeCommand.js +2 -2
  43. package/dist-cjs/commands/ModifyInstanceCapacityReservationAttributesCommand.js +3 -3
  44. package/dist-cjs/commands/ModifyIpamResourceDiscoveryCommand.js +46 -0
  45. package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.js +3 -3
  46. package/dist-cjs/commands/WithdrawByoipCidrCommand.js +3 -3
  47. package/dist-cjs/commands/index.js +9 -0
  48. package/dist-cjs/endpoint/ruleset.js +3 -3
  49. package/dist-cjs/models/index.js +1 -0
  50. package/dist-cjs/models/models_0.js +37 -29
  51. package/dist-cjs/models/models_1.js +61 -51
  52. package/dist-cjs/models/models_2.js +59 -54
  53. package/dist-cjs/models/models_3.js +55 -63
  54. package/dist-cjs/models/models_4.js +79 -70
  55. package/dist-cjs/models/models_5.js +112 -111
  56. package/dist-cjs/models/models_6.js +119 -22
  57. package/dist-cjs/models/models_7.js +19 -0
  58. package/dist-cjs/pagination/DescribeIpamResourceDiscoveriesPaginator.js +36 -0
  59. package/dist-cjs/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.js +36 -0
  60. package/dist-cjs/pagination/GetIpamDiscoveredAccountsPaginator.js +36 -0
  61. package/dist-cjs/pagination/GetIpamDiscoveredResourceCidrsPaginator.js +36 -0
  62. package/dist-cjs/pagination/index.js +4 -0
  63. package/dist-cjs/protocols/Aws_ec2.js +997 -24
  64. package/dist-cjs/runtimeConfig.browser.js +0 -3
  65. package/dist-cjs/runtimeConfig.js +0 -3
  66. package/dist-cjs/runtimeConfig.shared.js +3 -0
  67. package/dist-es/EC2.js +135 -0
  68. package/dist-es/commands/AssociateIpamResourceDiscoveryCommand.js +42 -0
  69. package/dist-es/commands/CreateClientVpnRouteCommand.js +2 -1
  70. package/dist-es/commands/CreateCoipCidrCommand.js +1 -2
  71. package/dist-es/commands/CreateIpamResourceDiscoveryCommand.js +42 -0
  72. package/dist-es/commands/CreateRouteTableCommand.js +2 -1
  73. package/dist-es/commands/CreateSecurityGroupCommand.js +1 -1
  74. package/dist-es/commands/CreateSnapshotCommand.js +1 -1
  75. package/dist-es/commands/CreateSnapshotsCommand.js +1 -2
  76. package/dist-es/commands/DeleteIpamResourceDiscoveryCommand.js +42 -0
  77. package/dist-es/commands/DeleteTransitGatewayConnectCommand.js +2 -1
  78. package/dist-es/commands/DeleteTransitGatewayConnectPeerCommand.js +1 -1
  79. package/dist-es/commands/DeleteTransitGatewayMulticastDomainCommand.js +1 -1
  80. package/dist-es/commands/DeleteTransitGatewayPeeringAttachmentCommand.js +1 -1
  81. package/dist-es/commands/DeleteTransitGatewayPolicyTableCommand.js +1 -1
  82. package/dist-es/commands/DeleteTransitGatewayPrefixListReferenceCommand.js +1 -1
  83. package/dist-es/commands/DeleteTransitGatewayRouteCommand.js +1 -2
  84. package/dist-es/commands/DescribeInstanceStatusCommand.js +2 -1
  85. package/dist-es/commands/DescribeInstanceTypeOfferingsCommand.js +1 -1
  86. package/dist-es/commands/DescribeInstanceTypesCommand.js +1 -2
  87. package/dist-es/commands/DescribeIpamResourceDiscoveriesCommand.js +42 -0
  88. package/dist-es/commands/DescribeIpamResourceDiscoveryAssociationsCommand.js +42 -0
  89. package/dist-es/commands/DescribeVpcAttributeCommand.js +1 -1
  90. package/dist-es/commands/DescribeVpcClassicLinkCommand.js +1 -1
  91. package/dist-es/commands/DescribeVpcClassicLinkDnsSupportCommand.js +1 -1
  92. package/dist-es/commands/DescribeVpcEndpointConnectionNotificationsCommand.js +1 -1
  93. package/dist-es/commands/DescribeVpcEndpointConnectionsCommand.js +1 -1
  94. package/dist-es/commands/DescribeVpcEndpointServiceConfigurationsCommand.js +1 -2
  95. package/dist-es/commands/DescribeVpcEndpointsCommand.js +1 -1
  96. package/dist-es/commands/DisassociateIpamResourceDiscoveryCommand.js +42 -0
  97. package/dist-es/commands/GetIpamDiscoveredAccountsCommand.js +42 -0
  98. package/dist-es/commands/GetIpamDiscoveredResourceCidrsCommand.js +42 -0
  99. package/dist-es/commands/ModifyClientVpnEndpointCommand.js +1 -1
  100. package/dist-es/commands/ModifyDefaultCreditSpecificationCommand.js +1 -1
  101. package/dist-es/commands/ModifyEbsDefaultKmsKeyIdCommand.js +1 -1
  102. package/dist-es/commands/ModifyFleetCommand.js +1 -1
  103. package/dist-es/commands/ModifyFpgaImageAttributeCommand.js +1 -1
  104. package/dist-es/commands/ModifyHostsCommand.js +1 -1
  105. package/dist-es/commands/ModifyIdFormatCommand.js +1 -1
  106. package/dist-es/commands/ModifyIdentityIdFormatCommand.js +1 -1
  107. package/dist-es/commands/ModifyImageAttributeCommand.js +1 -1
  108. package/dist-es/commands/ModifyInstanceAttributeCommand.js +1 -1
  109. package/dist-es/commands/ModifyInstanceCapacityReservationAttributesCommand.js +1 -1
  110. package/dist-es/commands/ModifyIpamResourceDiscoveryCommand.js +42 -0
  111. package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.js +1 -1
  112. package/dist-es/commands/WithdrawByoipCidrCommand.js +1 -1
  113. package/dist-es/commands/index.js +9 -0
  114. package/dist-es/endpoint/ruleset.js +3 -3
  115. package/dist-es/models/index.js +1 -0
  116. package/dist-es/models/models_0.js +28 -19
  117. package/dist-es/models/models_1.js +48 -38
  118. package/dist-es/models/models_2.js +44 -36
  119. package/dist-es/models/models_3.js +37 -49
  120. package/dist-es/models/models_4.js +61 -48
  121. package/dist-es/models/models_5.js +81 -80
  122. package/dist-es/models/models_6.js +86 -12
  123. package/dist-es/models/models_7.js +12 -0
  124. package/dist-es/pagination/DescribeIpamResourceDiscoveriesPaginator.js +32 -0
  125. package/dist-es/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.js +32 -0
  126. package/dist-es/pagination/GetIpamDiscoveredAccountsPaginator.js +32 -0
  127. package/dist-es/pagination/GetIpamDiscoveredResourceCidrsPaginator.js +32 -0
  128. package/dist-es/pagination/index.js +4 -0
  129. package/dist-es/protocols/Aws_ec2.js +955 -0
  130. package/dist-es/runtimeConfig.browser.js +0 -3
  131. package/dist-es/runtimeConfig.js +0 -3
  132. package/dist-es/runtimeConfig.shared.js +3 -0
  133. package/dist-types/EC2.d.ts +67 -4
  134. package/dist-types/EC2Client.d.ts +11 -2
  135. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  136. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +37 -0
  137. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +2 -1
  138. package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -2
  139. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +37 -0
  140. package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -1
  141. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  142. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  143. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -2
  144. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +37 -0
  145. package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +2 -1
  146. package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  147. package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  148. package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  149. package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
  150. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  151. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -2
  152. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +2 -1
  153. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  154. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -2
  155. package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +37 -0
  156. package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +37 -0
  157. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  158. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  159. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  160. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  161. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  162. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -2
  163. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
  164. package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +37 -0
  165. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +37 -0
  166. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +37 -0
  167. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  168. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  169. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  170. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  171. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  172. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  173. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  174. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  175. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  176. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  177. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  178. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +37 -0
  180. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -2
  181. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  182. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  183. package/dist-types/commands/index.d.ts +9 -0
  184. package/dist-types/models/index.d.ts +1 -0
  185. package/dist-types/models/models_0.d.ts +160 -89
  186. package/dist-types/models/models_1.d.ts +262 -294
  187. package/dist-types/models/models_2.d.ts +316 -166
  188. package/dist-types/models/models_3.d.ts +169 -441
  189. package/dist-types/models/models_4.d.ts +1328 -1301
  190. package/dist-types/models/models_5.d.ts +3670 -3659
  191. package/dist-types/models/models_6.d.ts +803 -80
  192. package/dist-types/models/models_7.d.ts +72 -0
  193. package/dist-types/pagination/DescribeIpamResourceDiscoveriesPaginator.d.ts +4 -0
  194. package/dist-types/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.d.ts +4 -0
  195. package/dist-types/pagination/GetIpamDiscoveredAccountsPaginator.d.ts +4 -0
  196. package/dist-types/pagination/GetIpamDiscoveredResourceCidrsPaginator.d.ts +4 -0
  197. package/dist-types/pagination/index.d.ts +4 -0
  198. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  199. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  200. package/dist-types/runtimeConfig.d.ts +2 -2
  201. package/dist-types/runtimeConfig.shared.d.ts +2 -0
  202. package/dist-types/ts3.4/EC2.d.ts +165 -0
  203. package/dist-types/ts3.4/EC2Client.d.ts +54 -0
  204. package/dist-types/ts3.4/commands/AssociateIpamResourceDiscoveryCommand.d.ts +41 -0
  205. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +2 -4
  206. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +4 -2
  207. package/dist-types/ts3.4/commands/CreateIpamResourceDiscoveryCommand.d.ts +41 -0
  208. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +2 -4
  209. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +4 -2
  212. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +41 -0
  213. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +2 -4
  214. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +4 -2
  220. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +2 -4
  221. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +4 -2
  223. package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +41 -0
  224. package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +41 -0
  225. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  230. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +4 -2
  231. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
  232. package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +41 -0
  233. package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +41 -0
  234. package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +41 -0
  235. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +41 -0
  247. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  250. package/dist-types/ts3.4/models/index.d.ts +1 -0
  251. package/dist-types/ts3.4/models/models_0.d.ts +49 -33
  252. package/dist-types/ts3.4/models/models_1.d.ts +86 -87
  253. package/dist-types/ts3.4/models/models_2.d.ts +103 -83
  254. package/dist-types/ts3.4/models/models_3.d.ts +90 -91
  255. package/dist-types/ts3.4/models/models_4.d.ts +131 -145
  256. package/dist-types/ts3.4/models/models_5.d.ts +237 -259
  257. package/dist-types/ts3.4/models/models_6.d.ts +271 -32
  258. package/dist-types/ts3.4/models/models_7.d.ts +31 -0
  259. package/dist-types/ts3.4/pagination/DescribeIpamResourceDiscoveriesPaginator.d.ts +11 -0
  260. package/dist-types/ts3.4/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.d.ts +11 -0
  261. package/dist-types/ts3.4/pagination/GetIpamDiscoveredAccountsPaginator.d.ts +11 -0
  262. package/dist-types/ts3.4/pagination/GetIpamDiscoveredResourceCidrsPaginator.d.ts +11 -0
  263. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  264. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +108 -0
  265. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  266. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  267. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
  268. package/package.json +4 -5
@@ -1,297 +1,710 @@
1
- import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
- import { AttributeValue, BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamPool, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotInstanceType, StorageTier, Subnet, TargetCapacityUnitType, Tenancy, VolumeType } from "./models_1";
3
- import { ConnectionNotification, DnsEntry, IpAddressType, SpotDatafeedSubscription, SpotInstanceStateFault, State, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcEndpoint } from "./models_2";
4
- import { AttributeBooleanValue, EventInformation, Filter, IdFormat, PermissionGroup, ProductCode, VirtualizationType } from "./models_3";
5
- /**
6
- * <p>Describes the optimized EBS performance for supported instance types.</p>
7
- */
8
- export interface EbsOptimizedInfo {
9
- /**
10
- * <p>The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.</p>
11
- */
12
- BaselineBandwidthInMbps?: number;
13
- /**
14
- * <p>The baseline throughput performance for an EBS-optimized instance type, in MB/s.</p>
15
- */
16
- BaselineThroughputInMBps?: number;
17
- /**
18
- * <p>The baseline input/output storage operations per seconds for an EBS-optimized instance type.</p>
19
- */
20
- BaselineIops?: number;
21
- /**
22
- * <p>The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.</p>
23
- */
24
- MaximumBandwidthInMbps?: number;
25
- /**
26
- * <p>The maximum throughput performance for an EBS-optimized instance type, in MB/s.</p>
27
- */
28
- MaximumThroughputInMBps?: number;
29
- /**
30
- * <p>The maximum input/output storage operations per second for an EBS-optimized instance type.</p>
31
- */
32
- MaximumIops?: number;
33
- }
34
- export declare enum EbsOptimizedSupport {
35
- default = "default",
36
- supported = "supported",
37
- unsupported = "unsupported"
38
- }
39
- export declare enum EbsEncryptionSupport {
40
- supported = "supported",
41
- unsupported = "unsupported"
42
- }
43
- export declare enum EbsNvmeSupport {
44
- REQUIRED = "required",
45
- SUPPORTED = "supported",
46
- UNSUPPORTED = "unsupported"
1
+ import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
+ import { AttributeValue, BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteTable, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType } from "./models_1";
3
+ import { Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume } from "./models_2";
4
+ import { AttributeBooleanValue, EventInformation, Filter, IdFormat, InstanceState, InstanceStatusEvent, PermissionGroup, ProductCode, VirtualizationType } from "./models_3";
5
+ export declare enum StatusName {
6
+ reachability = "reachability"
7
+ }
8
+ export declare enum StatusType {
9
+ failed = "failed",
10
+ initializing = "initializing",
11
+ insufficient_data = "insufficient-data",
12
+ passed = "passed"
47
13
  }
48
14
  /**
49
- * <p>Describes the Amazon EBS features supported by the instance type.</p>
15
+ * <p>Describes the instance status.</p>
50
16
  */
51
- export interface EbsInfo {
52
- /**
53
- * <p>Indicates whether the instance type is Amazon EBS-optimized. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html">Amazon EBS-optimized
54
- * instances</a> in <i>Amazon EC2 User Guide</i>.</p>
55
- */
56
- EbsOptimizedSupport?: EbsOptimizedSupport | string;
17
+ export interface InstanceStatusDetails {
57
18
  /**
58
- * <p>Indicates whether Amazon EBS encryption is supported.</p>
19
+ * <p>The time when a status check failed. For an instance that was launched and impaired,
20
+ * this is the time when the instance was launched.</p>
59
21
  */
60
- EncryptionSupport?: EbsEncryptionSupport | string;
22
+ ImpairedSince?: Date;
61
23
  /**
62
- * <p>Describes the optimized EBS performance for the instance type.</p>
24
+ * <p>The type of instance status.</p>
63
25
  */
64
- EbsOptimizedInfo?: EbsOptimizedInfo;
26
+ Name?: StatusName | string;
65
27
  /**
66
- * <p>Indicates whether non-volatile memory express (NVMe) is supported.</p>
28
+ * <p>The status.</p>
67
29
  */
68
- NvmeSupport?: EbsNvmeSupport | string;
30
+ Status?: StatusType | string;
69
31
  }
70
- /**
71
- * <p>Describes the memory for the FPGA accelerator for the instance type.</p>
72
- */
73
- export interface FpgaDeviceMemoryInfo {
74
- /**
75
- * <p>The size of the memory available to the FPGA accelerator, in MiB.</p>
76
- */
77
- SizeInMiB?: number;
32
+ export declare enum SummaryStatus {
33
+ impaired = "impaired",
34
+ initializing = "initializing",
35
+ insufficient_data = "insufficient-data",
36
+ not_applicable = "not-applicable",
37
+ ok = "ok"
78
38
  }
79
39
  /**
80
- * <p>Describes the FPGA accelerator for the instance type.</p>
40
+ * <p>Describes the status of an instance.</p>
81
41
  */
82
- export interface FpgaDeviceInfo {
83
- /**
84
- * <p>The name of the FPGA accelerator.</p>
85
- */
86
- Name?: string;
87
- /**
88
- * <p>The manufacturer of the FPGA accelerator.</p>
89
- */
90
- Manufacturer?: string;
42
+ export interface InstanceStatusSummary {
91
43
  /**
92
- * <p>The count of FPGA accelerators for the instance type.</p>
44
+ * <p>The system instance health or application instance health.</p>
93
45
  */
94
- Count?: number;
46
+ Details?: InstanceStatusDetails[];
95
47
  /**
96
- * <p>Describes the memory for the FPGA accelerator for the instance type.</p>
48
+ * <p>The status.</p>
97
49
  */
98
- MemoryInfo?: FpgaDeviceMemoryInfo;
50
+ Status?: SummaryStatus | string;
99
51
  }
100
52
  /**
101
- * <p>Describes the FPGAs for the instance type.</p>
53
+ * <p>Describes the status of an instance.</p>
102
54
  */
103
- export interface FpgaInfo {
55
+ export interface InstanceStatus {
104
56
  /**
105
- * <p>Describes the FPGAs for the instance type.</p>
57
+ * <p>The Availability Zone of the instance.</p>
106
58
  */
107
- Fpgas?: FpgaDeviceInfo[];
59
+ AvailabilityZone?: string;
108
60
  /**
109
- * <p>The total memory of all FPGA accelerators for the instance type.</p>
61
+ * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
110
62
  */
111
- TotalFpgaMemoryInMiB?: number;
112
- }
113
- /**
114
- * <p>Describes the memory available to the GPU accelerator.</p>
115
- */
116
- export interface GpuDeviceMemoryInfo {
63
+ OutpostArn?: string;
117
64
  /**
118
- * <p>The size of the memory available to the GPU accelerator, in MiB.</p>
65
+ * <p>Any scheduled events associated with the instance.</p>
119
66
  */
120
- SizeInMiB?: number;
121
- }
122
- /**
123
- * <p>Describes the GPU accelerators for the instance type.</p>
124
- */
125
- export interface GpuDeviceInfo {
67
+ Events?: InstanceStatusEvent[];
126
68
  /**
127
- * <p>The name of the GPU accelerator.</p>
69
+ * <p>The ID of the instance.</p>
128
70
  */
129
- Name?: string;
71
+ InstanceId?: string;
130
72
  /**
131
- * <p>The manufacturer of the GPU accelerator.</p>
73
+ * <p>The intended state of the instance. <a>DescribeInstanceStatus</a> requires
74
+ * that an instance be in the <code>running</code> state.</p>
132
75
  */
133
- Manufacturer?: string;
76
+ InstanceState?: InstanceState;
134
77
  /**
135
- * <p>The number of GPUs for the instance type.</p>
78
+ * <p>Reports impaired functionality that stems from issues internal to the instance, such
79
+ * as impaired reachability.</p>
136
80
  */
137
- Count?: number;
81
+ InstanceStatus?: InstanceStatusSummary;
138
82
  /**
139
- * <p>Describes the memory available to the GPU accelerator.</p>
83
+ * <p>Reports impaired functionality that stems from issues related to the systems that
84
+ * support an instance, such as hardware failures and network connectivity problems.</p>
140
85
  */
141
- MemoryInfo?: GpuDeviceMemoryInfo;
86
+ SystemStatus?: InstanceStatusSummary;
142
87
  }
143
- /**
144
- * <p>Describes the GPU accelerators for the instance type.</p>
145
- */
146
- export interface GpuInfo {
88
+ export interface DescribeInstanceStatusResult {
147
89
  /**
148
- * <p>Describes the GPU accelerators for the instance type.</p>
90
+ * <p>Information about the status of the instances.</p>
149
91
  */
150
- Gpus?: GpuDeviceInfo[];
92
+ InstanceStatuses?: InstanceStatus[];
151
93
  /**
152
- * <p>The total size of the memory for the GPU accelerators for the instance type, in MiB.</p>
94
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
95
+ * when there are no more results to return.</p>
153
96
  */
154
- TotalGpuMemoryInMiB?: number;
97
+ NextToken?: string;
155
98
  }
156
- export declare enum InstanceTypeHypervisor {
157
- NITRO = "nitro",
158
- XEN = "xen"
99
+ export declare enum LocationType {
100
+ availability_zone = "availability-zone",
101
+ availability_zone_id = "availability-zone-id",
102
+ region = "region"
159
103
  }
160
- /**
161
- * <p>Describes the Inference accelerators for the instance type.</p>
162
- */
163
- export interface InferenceDeviceInfo {
164
- /**
165
- * <p>The number of Inference accelerators for the instance type.</p>
166
- */
167
- Count?: number;
104
+ export interface DescribeInstanceTypeOfferingsRequest {
168
105
  /**
169
- * <p>The name of the Inference accelerator.</p>
170
- */
171
- Name?: string;
172
- /**
173
- * <p>The manufacturer of the Inference accelerator.</p>
106
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
107
+ * and provides an error response. If you have the required permissions, the error response is
108
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
174
109
  */
175
- Manufacturer?: string;
176
- }
177
- /**
178
- * <p>Describes the Inference accelerators for the instance type.</p>
179
- */
180
- export interface InferenceAcceleratorInfo {
110
+ DryRun?: boolean;
181
111
  /**
182
- * <p>Describes the Inference accelerators for the instance type.</p>
112
+ * <p>The location type.</p>
183
113
  */
184
- Accelerators?: InferenceDeviceInfo[];
185
- }
186
- export declare enum DiskType {
187
- hdd = "hdd",
188
- ssd = "ssd"
189
- }
190
- /**
191
- * <p>Describes a disk.</p>
192
- */
193
- export interface DiskInfo {
114
+ LocationType?: LocationType | string;
194
115
  /**
195
- * <p>The size of the disk in GB.</p>
116
+ * <p>One or more filters. Filter names and values are case-sensitive.</p>
117
+ * <ul>
118
+ * <li>
119
+ * <p>
120
+ * <code>location</code> - This depends on the location type. For example, if the location type is
121
+ * <code>region</code> (default), the location is the Region code (for example, <code>us-east-2</code>.)</p>
122
+ * </li>
123
+ * <li>
124
+ * <p>
125
+ * <code>instance-type</code> - The instance type. For example,
126
+ * <code>c5.2xlarge</code>.</p>
127
+ * </li>
128
+ * </ul>
196
129
  */
197
- SizeInGB?: number;
130
+ Filters?: Filter[];
198
131
  /**
199
- * <p>The number of disks with this configuration.</p>
132
+ * <p>The maximum number of results to return for the request in a single page. The remaining results
133
+ * can be seen by sending another request with the next token value.</p>
200
134
  */
201
- Count?: number;
135
+ MaxResults?: number;
202
136
  /**
203
- * <p>The type of disk.</p>
137
+ * <p>The token to retrieve the next page of results.</p>
204
138
  */
205
- Type?: DiskType | string;
206
- }
207
- export declare enum InstanceStorageEncryptionSupport {
208
- required = "required",
209
- unsupported = "unsupported"
210
- }
211
- export declare enum EphemeralNvmeSupport {
212
- REQUIRED = "required",
213
- SUPPORTED = "supported",
214
- UNSUPPORTED = "unsupported"
139
+ NextToken?: string;
215
140
  }
216
141
  /**
217
- * <p>Describes the instance store features that are supported by the instance type.</p>
142
+ * <p>The instance types offered.</p>
218
143
  */
219
- export interface InstanceStorageInfo {
220
- /**
221
- * <p>The total size of the disks, in GB.</p>
222
- */
223
- TotalSizeInGB?: number;
224
- /**
225
- * <p>Describes the disks that are available for the instance type.</p>
226
- */
227
- Disks?: DiskInfo[];
228
- /**
229
- * <p>Indicates whether non-volatile memory express (NVMe) is supported.</p>
230
- */
231
- NvmeSupport?: EphemeralNvmeSupport | string;
144
+ export interface InstanceTypeOffering {
232
145
  /**
233
- * <p>Indicates whether data is encrypted at rest.</p>
146
+ * <p>The instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the <i>Amazon EC2 User Guide</i>.</p>
234
147
  */
235
- EncryptionSupport?: InstanceStorageEncryptionSupport | string;
236
- }
237
- /**
238
- * <p>Describes the memory for the instance type.</p>
239
- */
240
- export interface MemoryInfo {
148
+ InstanceType?: _InstanceType | string;
241
149
  /**
242
- * <p>The size of the memory, in MiB.</p>
150
+ * <p>The location type.</p>
243
151
  */
244
- SizeInMiB?: number;
245
- }
246
- /**
247
- * <p>Describes the Elastic Fabric Adapters for the instance type.</p>
248
- */
249
- export interface EfaInfo {
152
+ LocationType?: LocationType | string;
250
153
  /**
251
- * <p>The maximum number of Elastic Fabric Adapters for the instance type.</p>
154
+ * <p>The identifier for the location. This depends on the location type. For example, if the location type is
155
+ * <code>region</code>, the location is the Region code (for example, <code>us-east-2</code>.)</p>
252
156
  */
253
- MaximumEfaInterfaces?: number;
254
- }
255
- export declare enum EnaSupport {
256
- required = "required",
257
- supported = "supported",
258
- unsupported = "unsupported"
157
+ Location?: string;
259
158
  }
260
- /**
261
- * <p>Describes the network card support of the instance type.</p>
262
- */
263
- export interface NetworkCardInfo {
264
- /**
265
- * <p>The index of the network card.</p>
266
- */
267
- NetworkCardIndex?: number;
159
+ export interface DescribeInstanceTypeOfferingsResult {
268
160
  /**
269
- * <p>The network performance of the network card.</p>
161
+ * <p>The instance types offered.</p>
270
162
  */
271
- NetworkPerformance?: string;
163
+ InstanceTypeOfferings?: InstanceTypeOffering[];
272
164
  /**
273
- * <p>The maximum number of network interfaces for the network card.</p>
165
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there
166
+ * are no more results to return.</p>
274
167
  */
275
- MaximumNetworkInterfaces?: number;
168
+ NextToken?: string;
276
169
  }
277
- /**
278
- * <p>Describes the networking features of the instance type.</p>
279
- */
280
- export interface NetworkInfo {
281
- /**
282
- * <p>The network performance.</p>
283
- */
284
- NetworkPerformance?: string;
170
+ export interface DescribeInstanceTypesRequest {
285
171
  /**
286
- * <p>The maximum number of network interfaces for the instance type.</p>
172
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
173
+ * and provides an error response. If you have the required permissions, the error response is
174
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
287
175
  */
288
- MaximumNetworkInterfaces?: number;
176
+ DryRun?: boolean;
289
177
  /**
290
- * <p>The maximum number of physical network cards that can be allocated to the instance.</p>
178
+ * <p>The instance types. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the <i>Amazon EC2 User Guide</i>.</p>
291
179
  */
292
- MaximumNetworkCards?: number;
180
+ InstanceTypes?: (_InstanceType | string)[];
293
181
  /**
294
- * <p>The index of the default network card, starting at 0.</p>
182
+ * <p>One or more filters. Filter names and values are case-sensitive.</p>
183
+ * <ul>
184
+ * <li>
185
+ * <p>
186
+ * <code>auto-recovery-supported</code> - Indicates whether auto recovery is supported (<code>true</code> | <code>false</code>).</p>
187
+ * </li>
188
+ * <li>
189
+ * <p>
190
+ * <code>bare-metal</code> - Indicates whether it is a bare metal instance type (<code>true</code> | <code>false</code>).</p>
191
+ * </li>
192
+ * <li>
193
+ * <p>
194
+ * <code>burstable-performance-supported</code> - Indicates whether it is a burstable
195
+ * performance instance type (<code>true</code> | <code>false</code>).</p>
196
+ * </li>
197
+ * <li>
198
+ * <p>
199
+ * <code>current-generation</code> - Indicates whether this instance type is the latest
200
+ * generation instance type of an instance family (<code>true</code> | <code>false</code>).</p>
201
+ * </li>
202
+ * <li>
203
+ * <p>
204
+ * <code>ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps</code> - The baseline
205
+ * bandwidth performance for an EBS-optimized instance type, in Mbps.</p>
206
+ * </li>
207
+ * <li>
208
+ * <p>
209
+ * <code>ebs-info.ebs-optimized-info.baseline-iops</code> - The baseline input/output storage
210
+ * operations per second for an EBS-optimized instance type.</p>
211
+ * </li>
212
+ * <li>
213
+ * <p>
214
+ * <code>ebs-info.ebs-optimized-info.baseline-throughput-in-mbps</code> - The baseline
215
+ * throughput performance for an EBS-optimized instance type, in MB/s.</p>
216
+ * </li>
217
+ * <li>
218
+ * <p>
219
+ * <code>ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps</code> - The maximum bandwidth
220
+ * performance for an EBS-optimized instance type, in Mbps.</p>
221
+ * </li>
222
+ * <li>
223
+ * <p>
224
+ * <code>ebs-info.ebs-optimized-info.maximum-iops</code> - The maximum input/output storage
225
+ * operations per second for an EBS-optimized instance type.</p>
226
+ * </li>
227
+ * <li>
228
+ * <p>
229
+ * <code>ebs-info.ebs-optimized-info.maximum-throughput-in-mbps</code> - The maximum
230
+ * throughput performance for an EBS-optimized instance type, in MB/s.</p>
231
+ * </li>
232
+ * <li>
233
+ * <p>
234
+ * <code>ebs-info.ebs-optimized-support</code> - Indicates whether the instance type is
235
+ * EBS-optimized (<code>supported</code> | <code>unsupported</code> |
236
+ * <code>default</code>).</p>
237
+ * </li>
238
+ * <li>
239
+ * <p>
240
+ * <code>ebs-info.encryption-support</code> - Indicates whether EBS encryption is supported
241
+ * (<code>supported</code> | <code>unsupported</code>).</p>
242
+ * </li>
243
+ * <li>
244
+ * <p>
245
+ * <code>ebs-info.nvme-support</code> - Indicates whether non-volatile memory express (NVMe)
246
+ * is supported for EBS volumes (<code>required</code> | <code>supported</code> | <code>unsupported</code>).</p>
247
+ * </li>
248
+ * <li>
249
+ * <p>
250
+ * <code>free-tier-eligible</code> - Indicates whether the instance type is eligible to use
251
+ * in the free tier (<code>true</code> | <code>false</code>).</p>
252
+ * </li>
253
+ * <li>
254
+ * <p>
255
+ * <code>hibernation-supported</code> - Indicates whether On-Demand hibernation is supported (<code>true</code> | <code>false</code>).</p>
256
+ * </li>
257
+ * <li>
258
+ * <p>
259
+ * <code>hypervisor</code> - The hypervisor (<code>nitro</code> | <code>xen</code>).</p>
260
+ * </li>
261
+ * <li>
262
+ * <p>
263
+ * <code>instance-storage-info.disk.count</code> - The number of local disks.</p>
264
+ * </li>
265
+ * <li>
266
+ * <p>
267
+ * <code>instance-storage-info.disk.size-in-gb</code> - The storage size of each instance storage disk, in
268
+ * GB.</p>
269
+ * </li>
270
+ * <li>
271
+ * <p>
272
+ * <code>instance-storage-info.disk.type</code> - The storage technology for the local
273
+ * instance storage disks (<code>hdd</code> | <code>ssd</code>).</p>
274
+ * </li>
275
+ * <li>
276
+ * <p>
277
+ * <code>instance-storage-info.encryption-support</code> - Indicates whether data is encrypted at rest
278
+ * (<code>required</code> | <code>supported</code> | <code>unsupported</code>).</p>
279
+ * </li>
280
+ * <li>
281
+ * <p>
282
+ * <code>instance-storage-info.nvme-support</code> - Indicates whether non-volatile memory
283
+ * express (NVMe) is supported for instance store (<code>required</code> | <code>supported</code> |
284
+ * <code>unsupported</code>).</p>
285
+ * </li>
286
+ * <li>
287
+ * <p>
288
+ * <code>instance-storage-info.total-size-in-gb</code> - The total amount of storage available from all local
289
+ * instance storage, in GB.</p>
290
+ * </li>
291
+ * <li>
292
+ * <p>
293
+ * <code>instance-storage-supported</code> - Indicates whether the instance type has local
294
+ * instance storage (<code>true</code> | <code>false</code>).</p>
295
+ * </li>
296
+ * <li>
297
+ * <p>
298
+ * <code>instance-type</code> - The instance type (for example <code>c5.2xlarge</code> or
299
+ * c5*).</p>
300
+ * </li>
301
+ * <li>
302
+ * <p>
303
+ * <code>memory-info.size-in-mib</code> - The memory size.</p>
304
+ * </li>
305
+ * <li>
306
+ * <p>
307
+ * <code>network-info.efa-info.maximum-efa-interfaces</code> - The maximum number of Elastic
308
+ * Fabric Adapters (EFAs) per instance.</p>
309
+ * </li>
310
+ * <li>
311
+ * <p>
312
+ * <code>network-info.efa-supported</code> - Indicates whether the instance type supports
313
+ * Elastic Fabric Adapter (EFA) (<code>true</code> | <code>false</code>).</p>
314
+ * </li>
315
+ * <li>
316
+ * <p>
317
+ * <code>network-info.ena-support</code> - Indicates whether Elastic Network Adapter (ENA) is
318
+ * supported or required (<code>required</code> | <code>supported</code> |
319
+ * <code>unsupported</code>).</p>
320
+ * </li>
321
+ * <li>
322
+ * <p>
323
+ * <code>network-info.encryption-in-transit-supported</code> - Indicates whether the instance type
324
+ * automatically encrypts in-transit traffic between instances (<code>true</code> | <code>false</code>).</p>
325
+ * </li>
326
+ * <li>
327
+ * <p>
328
+ * <code>network-info.ipv4-addresses-per-interface</code> - The maximum number of private IPv4 addresses per
329
+ * network interface.</p>
330
+ * </li>
331
+ * <li>
332
+ * <p>
333
+ * <code>network-info.ipv6-addresses-per-interface</code> - The maximum number of private IPv6 addresses per
334
+ * network interface.</p>
335
+ * </li>
336
+ * <li>
337
+ * <p>
338
+ * <code>network-info.ipv6-supported</code> - Indicates whether the instance type supports IPv6 (<code>true</code> | <code>false</code>).</p>
339
+ * </li>
340
+ * <li>
341
+ * <p>
342
+ * <code>network-info.maximum-network-cards</code> - The maximum number of network cards per
343
+ * instance.</p>
344
+ * </li>
345
+ * <li>
346
+ * <p>
347
+ * <code>network-info.maximum-network-interfaces</code> - The maximum number of network interfaces per instance.</p>
348
+ * </li>
349
+ * <li>
350
+ * <p>
351
+ * <code>network-info.network-performance</code> - The network performance (for example, "25
352
+ * Gigabit").</p>
353
+ * </li>
354
+ * <li>
355
+ * <p>
356
+ * <code>processor-info.supported-architecture</code> - The CPU architecture
357
+ * (<code>arm64</code> | <code>i386</code> | <code>x86_64</code>).</p>
358
+ * </li>
359
+ * <li>
360
+ * <p>
361
+ * <code>processor-info.sustained-clock-speed-in-ghz</code> - The CPU clock speed, in GHz.</p>
362
+ * </li>
363
+ * <li>
364
+ * <p>
365
+ * <code>supported-boot-mode</code> - The boot mode (<code>legacy-bios</code> |
366
+ * <code>uefi</code>).</p>
367
+ * </li>
368
+ * <li>
369
+ * <p>
370
+ * <code>supported-root-device-type</code> - The root device type (<code>ebs</code> |
371
+ * <code>instance-store</code>).</p>
372
+ * </li>
373
+ * <li>
374
+ * <p>
375
+ * <code>supported-usage-class</code> - The usage class (<code>on-demand</code> |
376
+ * <code>spot</code>).</p>
377
+ * </li>
378
+ * <li>
379
+ * <p>
380
+ * <code>supported-virtualization-type</code> - The virtualization type (<code>hvm</code> |
381
+ * <code>paravirtual</code>).</p>
382
+ * </li>
383
+ * <li>
384
+ * <p>
385
+ * <code>vcpu-info.default-cores</code> - The default number of cores for the instance type.</p>
386
+ * </li>
387
+ * <li>
388
+ * <p>
389
+ * <code>vcpu-info.default-threads-per-core</code> - The default number of threads per core for the instance
390
+ * type.</p>
391
+ * </li>
392
+ * <li>
393
+ * <p>
394
+ * <code>vcpu-info.default-vcpus</code> - The default number of vCPUs for the instance type.</p>
395
+ * </li>
396
+ * <li>
397
+ * <p>
398
+ * <code>vcpu-info.valid-cores</code> - The number of cores that can be configured for the instance type.</p>
399
+ * </li>
400
+ * <li>
401
+ * <p>
402
+ * <code>vcpu-info.valid-threads-per-core</code> - The number of threads per core that can be configured for the instance type.
403
+ * For example, "1" or "1,2".</p>
404
+ * </li>
405
+ * </ul>
406
+ */
407
+ Filters?: Filter[];
408
+ /**
409
+ * <p>The maximum number of results to return for the request in a single page. The remaining results
410
+ * can be seen by sending another request with the next token value.</p>
411
+ */
412
+ MaxResults?: number;
413
+ /**
414
+ * <p>The token to retrieve the next page of results.</p>
415
+ */
416
+ NextToken?: string;
417
+ }
418
+ /**
419
+ * <p>Describes the optimized EBS performance for supported instance types.</p>
420
+ */
421
+ export interface EbsOptimizedInfo {
422
+ /**
423
+ * <p>The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.</p>
424
+ */
425
+ BaselineBandwidthInMbps?: number;
426
+ /**
427
+ * <p>The baseline throughput performance for an EBS-optimized instance type, in MB/s.</p>
428
+ */
429
+ BaselineThroughputInMBps?: number;
430
+ /**
431
+ * <p>The baseline input/output storage operations per seconds for an EBS-optimized instance type.</p>
432
+ */
433
+ BaselineIops?: number;
434
+ /**
435
+ * <p>The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.</p>
436
+ */
437
+ MaximumBandwidthInMbps?: number;
438
+ /**
439
+ * <p>The maximum throughput performance for an EBS-optimized instance type, in MB/s.</p>
440
+ */
441
+ MaximumThroughputInMBps?: number;
442
+ /**
443
+ * <p>The maximum input/output storage operations per second for an EBS-optimized instance type.</p>
444
+ */
445
+ MaximumIops?: number;
446
+ }
447
+ export declare enum EbsOptimizedSupport {
448
+ default = "default",
449
+ supported = "supported",
450
+ unsupported = "unsupported"
451
+ }
452
+ export declare enum EbsEncryptionSupport {
453
+ supported = "supported",
454
+ unsupported = "unsupported"
455
+ }
456
+ export declare enum EbsNvmeSupport {
457
+ REQUIRED = "required",
458
+ SUPPORTED = "supported",
459
+ UNSUPPORTED = "unsupported"
460
+ }
461
+ /**
462
+ * <p>Describes the Amazon EBS features supported by the instance type.</p>
463
+ */
464
+ export interface EbsInfo {
465
+ /**
466
+ * <p>Indicates whether the instance type is Amazon EBS-optimized. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html">Amazon EBS-optimized
467
+ * instances</a> in <i>Amazon EC2 User Guide</i>.</p>
468
+ */
469
+ EbsOptimizedSupport?: EbsOptimizedSupport | string;
470
+ /**
471
+ * <p>Indicates whether Amazon EBS encryption is supported.</p>
472
+ */
473
+ EncryptionSupport?: EbsEncryptionSupport | string;
474
+ /**
475
+ * <p>Describes the optimized EBS performance for the instance type.</p>
476
+ */
477
+ EbsOptimizedInfo?: EbsOptimizedInfo;
478
+ /**
479
+ * <p>Indicates whether non-volatile memory express (NVMe) is supported.</p>
480
+ */
481
+ NvmeSupport?: EbsNvmeSupport | string;
482
+ }
483
+ /**
484
+ * <p>Describes the memory for the FPGA accelerator for the instance type.</p>
485
+ */
486
+ export interface FpgaDeviceMemoryInfo {
487
+ /**
488
+ * <p>The size of the memory available to the FPGA accelerator, in MiB.</p>
489
+ */
490
+ SizeInMiB?: number;
491
+ }
492
+ /**
493
+ * <p>Describes the FPGA accelerator for the instance type.</p>
494
+ */
495
+ export interface FpgaDeviceInfo {
496
+ /**
497
+ * <p>The name of the FPGA accelerator.</p>
498
+ */
499
+ Name?: string;
500
+ /**
501
+ * <p>The manufacturer of the FPGA accelerator.</p>
502
+ */
503
+ Manufacturer?: string;
504
+ /**
505
+ * <p>The count of FPGA accelerators for the instance type.</p>
506
+ */
507
+ Count?: number;
508
+ /**
509
+ * <p>Describes the memory for the FPGA accelerator for the instance type.</p>
510
+ */
511
+ MemoryInfo?: FpgaDeviceMemoryInfo;
512
+ }
513
+ /**
514
+ * <p>Describes the FPGAs for the instance type.</p>
515
+ */
516
+ export interface FpgaInfo {
517
+ /**
518
+ * <p>Describes the FPGAs for the instance type.</p>
519
+ */
520
+ Fpgas?: FpgaDeviceInfo[];
521
+ /**
522
+ * <p>The total memory of all FPGA accelerators for the instance type.</p>
523
+ */
524
+ TotalFpgaMemoryInMiB?: number;
525
+ }
526
+ /**
527
+ * <p>Describes the memory available to the GPU accelerator.</p>
528
+ */
529
+ export interface GpuDeviceMemoryInfo {
530
+ /**
531
+ * <p>The size of the memory available to the GPU accelerator, in MiB.</p>
532
+ */
533
+ SizeInMiB?: number;
534
+ }
535
+ /**
536
+ * <p>Describes the GPU accelerators for the instance type.</p>
537
+ */
538
+ export interface GpuDeviceInfo {
539
+ /**
540
+ * <p>The name of the GPU accelerator.</p>
541
+ */
542
+ Name?: string;
543
+ /**
544
+ * <p>The manufacturer of the GPU accelerator.</p>
545
+ */
546
+ Manufacturer?: string;
547
+ /**
548
+ * <p>The number of GPUs for the instance type.</p>
549
+ */
550
+ Count?: number;
551
+ /**
552
+ * <p>Describes the memory available to the GPU accelerator.</p>
553
+ */
554
+ MemoryInfo?: GpuDeviceMemoryInfo;
555
+ }
556
+ /**
557
+ * <p>Describes the GPU accelerators for the instance type.</p>
558
+ */
559
+ export interface GpuInfo {
560
+ /**
561
+ * <p>Describes the GPU accelerators for the instance type.</p>
562
+ */
563
+ Gpus?: GpuDeviceInfo[];
564
+ /**
565
+ * <p>The total size of the memory for the GPU accelerators for the instance type, in MiB.</p>
566
+ */
567
+ TotalGpuMemoryInMiB?: number;
568
+ }
569
+ export declare enum InstanceTypeHypervisor {
570
+ NITRO = "nitro",
571
+ XEN = "xen"
572
+ }
573
+ /**
574
+ * <p>Describes the Inference accelerators for the instance type.</p>
575
+ */
576
+ export interface InferenceDeviceInfo {
577
+ /**
578
+ * <p>The number of Inference accelerators for the instance type.</p>
579
+ */
580
+ Count?: number;
581
+ /**
582
+ * <p>The name of the Inference accelerator.</p>
583
+ */
584
+ Name?: string;
585
+ /**
586
+ * <p>The manufacturer of the Inference accelerator.</p>
587
+ */
588
+ Manufacturer?: string;
589
+ }
590
+ /**
591
+ * <p>Describes the Inference accelerators for the instance type.</p>
592
+ */
593
+ export interface InferenceAcceleratorInfo {
594
+ /**
595
+ * <p>Describes the Inference accelerators for the instance type.</p>
596
+ */
597
+ Accelerators?: InferenceDeviceInfo[];
598
+ }
599
+ export declare enum DiskType {
600
+ hdd = "hdd",
601
+ ssd = "ssd"
602
+ }
603
+ /**
604
+ * <p>Describes a disk.</p>
605
+ */
606
+ export interface DiskInfo {
607
+ /**
608
+ * <p>The size of the disk in GB.</p>
609
+ */
610
+ SizeInGB?: number;
611
+ /**
612
+ * <p>The number of disks with this configuration.</p>
613
+ */
614
+ Count?: number;
615
+ /**
616
+ * <p>The type of disk.</p>
617
+ */
618
+ Type?: DiskType | string;
619
+ }
620
+ export declare enum InstanceStorageEncryptionSupport {
621
+ required = "required",
622
+ unsupported = "unsupported"
623
+ }
624
+ export declare enum EphemeralNvmeSupport {
625
+ REQUIRED = "required",
626
+ SUPPORTED = "supported",
627
+ UNSUPPORTED = "unsupported"
628
+ }
629
+ /**
630
+ * <p>Describes the instance store features that are supported by the instance type.</p>
631
+ */
632
+ export interface InstanceStorageInfo {
633
+ /**
634
+ * <p>The total size of the disks, in GB.</p>
635
+ */
636
+ TotalSizeInGB?: number;
637
+ /**
638
+ * <p>Describes the disks that are available for the instance type.</p>
639
+ */
640
+ Disks?: DiskInfo[];
641
+ /**
642
+ * <p>Indicates whether non-volatile memory express (NVMe) is supported.</p>
643
+ */
644
+ NvmeSupport?: EphemeralNvmeSupport | string;
645
+ /**
646
+ * <p>Indicates whether data is encrypted at rest.</p>
647
+ */
648
+ EncryptionSupport?: InstanceStorageEncryptionSupport | string;
649
+ }
650
+ /**
651
+ * <p>Describes the memory for the instance type.</p>
652
+ */
653
+ export interface MemoryInfo {
654
+ /**
655
+ * <p>The size of the memory, in MiB.</p>
656
+ */
657
+ SizeInMiB?: number;
658
+ }
659
+ /**
660
+ * <p>Describes the Elastic Fabric Adapters for the instance type.</p>
661
+ */
662
+ export interface EfaInfo {
663
+ /**
664
+ * <p>The maximum number of Elastic Fabric Adapters for the instance type.</p>
665
+ */
666
+ MaximumEfaInterfaces?: number;
667
+ }
668
+ export declare enum EnaSupport {
669
+ required = "required",
670
+ supported = "supported",
671
+ unsupported = "unsupported"
672
+ }
673
+ /**
674
+ * <p>Describes the network card support of the instance type.</p>
675
+ */
676
+ export interface NetworkCardInfo {
677
+ /**
678
+ * <p>The index of the network card.</p>
679
+ */
680
+ NetworkCardIndex?: number;
681
+ /**
682
+ * <p>The network performance of the network card.</p>
683
+ */
684
+ NetworkPerformance?: string;
685
+ /**
686
+ * <p>The maximum number of network interfaces for the network card.</p>
687
+ */
688
+ MaximumNetworkInterfaces?: number;
689
+ }
690
+ /**
691
+ * <p>Describes the networking features of the instance type.</p>
692
+ */
693
+ export interface NetworkInfo {
694
+ /**
695
+ * <p>The network performance.</p>
696
+ */
697
+ NetworkPerformance?: string;
698
+ /**
699
+ * <p>The maximum number of network interfaces for the instance type.</p>
700
+ */
701
+ MaximumNetworkInterfaces?: number;
702
+ /**
703
+ * <p>The maximum number of physical network cards that can be allocated to the instance.</p>
704
+ */
705
+ MaximumNetworkCards?: number;
706
+ /**
707
+ * <p>The index of the default network card, starting at 0.</p>
295
708
  */
296
709
  DefaultNetworkCardIndex?: number;
297
710
  /**
@@ -571,17 +984,85 @@ export interface DescribeInternetGatewaysRequest {
571
984
  */
572
985
  MaxResults?: number;
573
986
  }
574
- export interface DescribeInternetGatewaysResult {
987
+ export interface DescribeInternetGatewaysResult {
988
+ /**
989
+ * <p>Information about one or more internet gateways.</p>
990
+ */
991
+ InternetGateways?: InternetGateway[];
992
+ /**
993
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
994
+ */
995
+ NextToken?: string;
996
+ }
997
+ export interface DescribeIpamPoolsRequest {
998
+ /**
999
+ * <p>A check for whether you have the required permissions for the action without actually making the request
1000
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1001
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1002
+ */
1003
+ DryRun?: boolean;
1004
+ /**
1005
+ * <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
1006
+ */
1007
+ Filters?: Filter[];
1008
+ /**
1009
+ * <p>The maximum number of results to return in the request.</p>
1010
+ */
1011
+ MaxResults?: number;
1012
+ /**
1013
+ * <p>The token for the next page of results.</p>
1014
+ */
1015
+ NextToken?: string;
1016
+ /**
1017
+ * <p>The IDs of the IPAM pools you would like information on.</p>
1018
+ */
1019
+ IpamPoolIds?: string[];
1020
+ }
1021
+ export interface DescribeIpamPoolsResult {
1022
+ /**
1023
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
1024
+ */
1025
+ NextToken?: string;
1026
+ /**
1027
+ * <p>Information about the IPAM pools.</p>
1028
+ */
1029
+ IpamPools?: IpamPool[];
1030
+ }
1031
+ export interface DescribeIpamResourceDiscoveriesRequest {
1032
+ /**
1033
+ * <p>A check for whether you have the required permissions for the action without actually making the request
1034
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1035
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1036
+ */
1037
+ DryRun?: boolean;
1038
+ /**
1039
+ * <p>The IPAM resource discovery IDs.</p>
1040
+ */
1041
+ IpamResourceDiscoveryIds?: string[];
1042
+ /**
1043
+ * <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
1044
+ */
1045
+ NextToken?: string;
1046
+ /**
1047
+ * <p>The maximum number of resource discoveries to return in one page of results.</p>
1048
+ */
1049
+ MaxResults?: number;
1050
+ /**
1051
+ * <p>The resource discovery filters.</p>
1052
+ */
1053
+ Filters?: Filter[];
1054
+ }
1055
+ export interface DescribeIpamResourceDiscoveriesResult {
575
1056
  /**
576
- * <p>Information about one or more internet gateways.</p>
1057
+ * <p>The resource discoveries.</p>
577
1058
  */
578
- InternetGateways?: InternetGateway[];
1059
+ IpamResourceDiscoveries?: IpamResourceDiscovery[];
579
1060
  /**
580
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
1061
+ * <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
581
1062
  */
582
1063
  NextToken?: string;
583
1064
  }
584
- export interface DescribeIpamPoolsRequest {
1065
+ export interface DescribeIpamResourceDiscoveryAssociationsRequest {
585
1066
  /**
586
1067
  * <p>A check for whether you have the required permissions for the action without actually making the request
587
1068
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -589,31 +1070,31 @@ export interface DescribeIpamPoolsRequest {
589
1070
  */
590
1071
  DryRun?: boolean;
591
1072
  /**
592
- * <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
1073
+ * <p>The resource discovery association IDs.</p>
593
1074
  */
594
- Filters?: Filter[];
1075
+ IpamResourceDiscoveryAssociationIds?: string[];
595
1076
  /**
596
- * <p>The maximum number of results to return in the request.</p>
1077
+ * <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
597
1078
  */
598
- MaxResults?: number;
1079
+ NextToken?: string;
599
1080
  /**
600
- * <p>The token for the next page of results.</p>
1081
+ * <p>The maximum number of resource discovery associations to return in one page of results.</p>
601
1082
  */
602
- NextToken?: string;
1083
+ MaxResults?: number;
603
1084
  /**
604
- * <p>The IDs of the IPAM pools you would like information on.</p>
1085
+ * <p>The resource discovery association filters.</p>
605
1086
  */
606
- IpamPoolIds?: string[];
1087
+ Filters?: Filter[];
607
1088
  }
608
- export interface DescribeIpamPoolsResult {
1089
+ export interface DescribeIpamResourceDiscoveryAssociationsResult {
609
1090
  /**
610
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
1091
+ * <p>The resource discovery associations.</p>
611
1092
  */
612
- NextToken?: string;
1093
+ IpamResourceDiscoveryAssociations?: IpamResourceDiscoveryAssociation[];
613
1094
  /**
614
- * <p>Information about the IPAM pools.</p>
1095
+ * <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
615
1096
  */
616
- IpamPools?: IpamPool[];
1097
+ NextToken?: string;
617
1098
  }
618
1099
  export interface DescribeIpamsRequest {
619
1100
  /**
@@ -7307,304 +7788,89 @@ export interface DescribeTransitGatewayVpcAttachmentsRequest {
7307
7788
  */
7308
7789
  Filters?: Filter[];
7309
7790
  /**
7310
- * <p>The maximum number of results to return with a single call.
7311
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7312
- */
7313
- MaxResults?: number;
7314
- /**
7315
- * <p>The token for the next page of results.</p>
7316
- */
7317
- NextToken?: string;
7318
- /**
7319
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7320
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7321
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7322
- */
7323
- DryRun?: boolean;
7324
- }
7325
- export interface DescribeTransitGatewayVpcAttachmentsResult {
7326
- /**
7327
- * <p>Information about the VPC attachments.</p>
7328
- */
7329
- TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[];
7330
- /**
7331
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
7332
- */
7333
- NextToken?: string;
7334
- }
7335
- export interface DescribeTrunkInterfaceAssociationsRequest {
7336
- /**
7337
- * <p>The IDs of the associations.</p>
7338
- */
7339
- AssociationIds?: string[];
7340
- /**
7341
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7342
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7343
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7344
- */
7345
- DryRun?: boolean;
7346
- /**
7347
- * <p>One or more filters.</p>
7348
- * <ul>
7349
- * <li>
7350
- * <p>
7351
- * <code>gre-key</code> - The ID of a trunk interface association.</p>
7352
- * </li>
7353
- * <li>
7354
- * <p>
7355
- * <code>interface-protocol</code> - The interface protocol. Valid values are <code>VLAN</code> and <code>GRE</code>.</p>
7356
- * </li>
7357
- * </ul>
7358
- */
7359
- Filters?: Filter[];
7360
- /**
7361
- * <p>The token for the next page of results.</p>
7362
- */
7363
- NextToken?: string;
7364
- /**
7365
- * <p>The maximum number of results to return with a single call.
7366
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7367
- */
7368
- MaxResults?: number;
7369
- }
7370
- export interface DescribeTrunkInterfaceAssociationsResult {
7371
- /**
7372
- * <p>Information about the trunk associations.</p>
7373
- */
7374
- InterfaceAssociations?: TrunkInterfaceAssociation[];
7375
- /**
7376
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
7377
- */
7378
- NextToken?: string;
7379
- }
7380
- export interface DescribeVerifiedAccessEndpointsRequest {
7381
- /**
7382
- * <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
7383
- */
7384
- VerifiedAccessEndpointIds?: string[];
7385
- /**
7386
- * <p>The ID of the Amazon Web Services Verified Access instance.</p>
7387
- */
7388
- VerifiedAccessInstanceId?: string;
7389
- /**
7390
- * <p>The ID of the Amazon Web Services Verified Access group.</p>
7391
- */
7392
- VerifiedAccessGroupId?: string;
7393
- /**
7394
- * <p>The maximum number of results to return with a single call.
7395
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7396
- */
7397
- MaxResults?: number;
7398
- /**
7399
- * <p>The token for the next page of results.</p>
7400
- */
7401
- NextToken?: string;
7402
- /**
7403
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
7404
- */
7405
- Filters?: Filter[];
7406
- /**
7407
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7408
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7409
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7410
- */
7411
- DryRun?: boolean;
7412
- }
7413
- export interface DescribeVerifiedAccessEndpointsResult {
7414
- /**
7415
- * <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
7416
- */
7417
- VerifiedAccessEndpoints?: VerifiedAccessEndpoint[];
7418
- /**
7419
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
7420
- */
7421
- NextToken?: string;
7422
- }
7423
- export interface DescribeVerifiedAccessGroupsRequest {
7424
- /**
7425
- * <p>The ID of the Amazon Web Services Verified Access groups.</p>
7426
- */
7427
- VerifiedAccessGroupIds?: string[];
7428
- /**
7429
- * <p>The ID of the Amazon Web Services Verified Access instance.</p>
7430
- */
7431
- VerifiedAccessInstanceId?: string;
7432
- /**
7433
- * <p>The maximum number of results to return with a single call.
7434
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7435
- */
7436
- MaxResults?: number;
7437
- /**
7438
- * <p>The token for the next page of results.</p>
7439
- */
7440
- NextToken?: string;
7441
- /**
7442
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
7443
- */
7444
- Filters?: Filter[];
7445
- /**
7446
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7447
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7448
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7449
- */
7450
- DryRun?: boolean;
7451
- }
7452
- export interface DescribeVerifiedAccessGroupsResult {
7453
- /**
7454
- * <p>The ID of the Verified Access group.</p>
7455
- */
7456
- VerifiedAccessGroups?: VerifiedAccessGroup[];
7457
- /**
7458
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
7459
- */
7460
- NextToken?: string;
7461
- }
7462
- export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
7463
- /**
7464
- * <p>The IDs of the Amazon Web Services Verified Access instances.</p>
7465
- */
7466
- VerifiedAccessInstanceIds?: string[];
7467
- /**
7468
- * <p>The maximum number of results to return with a single call.
7469
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7470
- */
7471
- MaxResults?: number;
7472
- /**
7473
- * <p>The token for the next page of results.</p>
7474
- */
7475
- NextToken?: string;
7476
- /**
7477
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
7478
- */
7479
- Filters?: Filter[];
7480
- /**
7481
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7482
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7483
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7484
- */
7485
- DryRun?: boolean;
7486
- }
7487
- export declare enum VerifiedAccessLogDeliveryStatusCode {
7488
- FAILED = "failed",
7489
- SUCCESS = "success"
7490
- }
7491
- /**
7492
- * <p>Describes a log delivery status.</p>
7493
- */
7494
- export interface VerifiedAccessLogDeliveryStatus {
7495
- /**
7496
- * <p>The status code.</p>
7497
- */
7498
- Code?: VerifiedAccessLogDeliveryStatusCode | string;
7499
- /**
7500
- * <p>The status message.</p>
7501
- */
7502
- Message?: string;
7503
- }
7504
- /**
7505
- * <p>Options for CloudWatch Logs as a logging destination.</p>
7506
- */
7507
- export interface VerifiedAccessLogCloudWatchLogsDestination {
7508
- /**
7509
- * <p>Indicates whether logging is enabled.</p>
7510
- */
7511
- Enabled?: boolean;
7512
- /**
7513
- * <p>The delivery status for access logs.</p>
7514
- */
7515
- DeliveryStatus?: VerifiedAccessLogDeliveryStatus;
7516
- /**
7517
- * <p>The ID of the CloudWatch Logs log group.</p>
7518
- */
7519
- LogGroup?: string;
7520
- }
7521
- /**
7522
- * <p>Options for Kinesis as a logging destination.</p>
7523
- */
7524
- export interface VerifiedAccessLogKinesisDataFirehoseDestination {
7525
- /**
7526
- * <p>Indicates whether logging is enabled.</p>
7527
- */
7528
- Enabled?: boolean;
7529
- /**
7530
- * <p>The delivery status.</p>
7531
- */
7532
- DeliveryStatus?: VerifiedAccessLogDeliveryStatus;
7533
- /**
7534
- * <p>The ID of the delivery stream.</p>
7535
- */
7536
- DeliveryStream?: string;
7537
- }
7538
- /**
7539
- * <p>Options for Amazon S3 as a logging destination.</p>
7540
- */
7541
- export interface VerifiedAccessLogS3Destination {
7542
- /**
7543
- * <p>Indicates whether logging is enabled.</p>
7791
+ * <p>The maximum number of results to return with a single call.
7792
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7544
7793
  */
7545
- Enabled?: boolean;
7794
+ MaxResults?: number;
7546
7795
  /**
7547
- * <p>The delivery status.</p>
7796
+ * <p>The token for the next page of results.</p>
7548
7797
  */
7549
- DeliveryStatus?: VerifiedAccessLogDeliveryStatus;
7798
+ NextToken?: string;
7550
7799
  /**
7551
- * <p>The bucket name.</p>
7800
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
7801
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7802
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7552
7803
  */
7553
- BucketName?: string;
7804
+ DryRun?: boolean;
7805
+ }
7806
+ export interface DescribeTransitGatewayVpcAttachmentsResult {
7554
7807
  /**
7555
- * <p>The bucket prefix.</p>
7808
+ * <p>Information about the VPC attachments.</p>
7556
7809
  */
7557
- Prefix?: string;
7810
+ TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[];
7558
7811
  /**
7559
- * <p>The Amazon Web Services account number that owns the bucket.</p>
7812
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
7560
7813
  */
7561
- BucketOwner?: string;
7814
+ NextToken?: string;
7562
7815
  }
7563
- /**
7564
- * <p>Describes the destinations for Verified Access logs.</p>
7565
- */
7566
- export interface VerifiedAccessLogs {
7816
+ export interface DescribeTrunkInterfaceAssociationsRequest {
7567
7817
  /**
7568
- * <p>Amazon S3 logging options.</p>
7818
+ * <p>The IDs of the associations.</p>
7569
7819
  */
7570
- S3?: VerifiedAccessLogS3Destination;
7820
+ AssociationIds?: string[];
7571
7821
  /**
7572
- * <p>CloudWatch Logs logging destination.</p>
7822
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
7823
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7824
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7573
7825
  */
7574
- CloudWatchLogs?: VerifiedAccessLogCloudWatchLogsDestination;
7826
+ DryRun?: boolean;
7575
7827
  /**
7576
- * <p>Kinesis logging destination.</p>
7828
+ * <p>One or more filters.</p>
7829
+ * <ul>
7830
+ * <li>
7831
+ * <p>
7832
+ * <code>gre-key</code> - The ID of a trunk interface association.</p>
7833
+ * </li>
7834
+ * <li>
7835
+ * <p>
7836
+ * <code>interface-protocol</code> - The interface protocol. Valid values are <code>VLAN</code> and <code>GRE</code>.</p>
7837
+ * </li>
7838
+ * </ul>
7577
7839
  */
7578
- KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestination;
7579
- }
7580
- /**
7581
- * <p>Describes logging options for an Amazon Web Services Verified Access instance.</p>
7582
- */
7583
- export interface VerifiedAccessInstanceLoggingConfiguration {
7840
+ Filters?: Filter[];
7584
7841
  /**
7585
- * <p>The ID of the Amazon Web Services Verified Access instance.</p>
7842
+ * <p>The token for the next page of results.</p>
7586
7843
  */
7587
- VerifiedAccessInstanceId?: string;
7844
+ NextToken?: string;
7588
7845
  /**
7589
- * <p>Details about the logging options.</p>
7846
+ * <p>The maximum number of results to return with a single call.
7847
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7590
7848
  */
7591
- AccessLogs?: VerifiedAccessLogs;
7849
+ MaxResults?: number;
7592
7850
  }
7593
- export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
7851
+ export interface DescribeTrunkInterfaceAssociationsResult {
7594
7852
  /**
7595
- * <p>The current logging configuration for the Amazon Web Services Verified Access instances.</p>
7853
+ * <p>Information about the trunk associations.</p>
7596
7854
  */
7597
- LoggingConfigurations?: VerifiedAccessInstanceLoggingConfiguration[];
7855
+ InterfaceAssociations?: TrunkInterfaceAssociation[];
7598
7856
  /**
7599
7857
  * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
7600
7858
  */
7601
7859
  NextToken?: string;
7602
7860
  }
7603
- export interface DescribeVerifiedAccessInstancesRequest {
7861
+ export interface DescribeVerifiedAccessEndpointsRequest {
7604
7862
  /**
7605
- * <p>The IDs of the Amazon Web Services Verified Access instances.</p>
7863
+ * <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
7606
7864
  */
7607
- VerifiedAccessInstanceIds?: string[];
7865
+ VerifiedAccessEndpointIds?: string[];
7866
+ /**
7867
+ * <p>The ID of the Amazon Web Services Verified Access instance.</p>
7868
+ */
7869
+ VerifiedAccessInstanceId?: string;
7870
+ /**
7871
+ * <p>The ID of the Amazon Web Services Verified Access group.</p>
7872
+ */
7873
+ VerifiedAccessGroupId?: string;
7608
7874
  /**
7609
7875
  * <p>The maximum number of results to return with a single call.
7610
7876
  * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
@@ -7625,21 +7891,25 @@ export interface DescribeVerifiedAccessInstancesRequest {
7625
7891
  */
7626
7892
  DryRun?: boolean;
7627
7893
  }
7628
- export interface DescribeVerifiedAccessInstancesResult {
7894
+ export interface DescribeVerifiedAccessEndpointsResult {
7629
7895
  /**
7630
- * <p>The IDs of the Amazon Web Services Verified Access instances.</p>
7896
+ * <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
7631
7897
  */
7632
- VerifiedAccessInstances?: VerifiedAccessInstance[];
7898
+ VerifiedAccessEndpoints?: VerifiedAccessEndpoint[];
7633
7899
  /**
7634
7900
  * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
7635
7901
  */
7636
7902
  NextToken?: string;
7637
7903
  }
7638
- export interface DescribeVerifiedAccessTrustProvidersRequest {
7904
+ export interface DescribeVerifiedAccessGroupsRequest {
7639
7905
  /**
7640
- * <p>The IDs of the Amazon Web Services Verified Access trust providers.</p>
7906
+ * <p>The ID of the Amazon Web Services Verified Access groups.</p>
7641
7907
  */
7642
- VerifiedAccessTrustProviderIds?: string[];
7908
+ VerifiedAccessGroupIds?: string[];
7909
+ /**
7910
+ * <p>The ID of the Amazon Web Services Verified Access instance.</p>
7911
+ */
7912
+ VerifiedAccessInstanceId?: string;
7643
7913
  /**
7644
7914
  * <p>The maximum number of results to return with a single call.
7645
7915
  * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
@@ -7660,29 +7930,34 @@ export interface DescribeVerifiedAccessTrustProvidersRequest {
7660
7930
  */
7661
7931
  DryRun?: boolean;
7662
7932
  }
7663
- export interface DescribeVerifiedAccessTrustProvidersResult {
7933
+ export interface DescribeVerifiedAccessGroupsResult {
7664
7934
  /**
7665
- * <p>The IDs of the Amazon Web Services Verified Access trust providers.</p>
7935
+ * <p>The ID of the Verified Access group.</p>
7666
7936
  */
7667
- VerifiedAccessTrustProviders?: VerifiedAccessTrustProvider[];
7937
+ VerifiedAccessGroups?: VerifiedAccessGroup[];
7668
7938
  /**
7669
7939
  * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
7670
7940
  */
7671
7941
  NextToken?: string;
7672
7942
  }
7673
- export declare enum VolumeAttributeName {
7674
- autoEnableIO = "autoEnableIO",
7675
- productCodes = "productCodes"
7676
- }
7677
- export interface DescribeVolumeAttributeRequest {
7943
+ export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
7678
7944
  /**
7679
- * <p>The attribute of the volume. This parameter is required.</p>
7945
+ * <p>The IDs of the Amazon Web Services Verified Access instances.</p>
7680
7946
  */
7681
- Attribute: VolumeAttributeName | string | undefined;
7947
+ VerifiedAccessInstanceIds?: string[];
7682
7948
  /**
7683
- * <p>The ID of the volume.</p>
7949
+ * <p>The maximum number of results to return with a single call.
7950
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7684
7951
  */
7685
- VolumeId: string | undefined;
7952
+ MaxResults?: number;
7953
+ /**
7954
+ * <p>The token for the next page of results.</p>
7955
+ */
7956
+ NextToken?: string;
7957
+ /**
7958
+ * <p>One or more filters. Filter names and values are case-sensitive.</p>
7959
+ */
7960
+ Filters?: Filter[];
7686
7961
  /**
7687
7962
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
7688
7963
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -7690,401 +7965,317 @@ export interface DescribeVolumeAttributeRequest {
7690
7965
  */
7691
7966
  DryRun?: boolean;
7692
7967
  }
7693
- export interface DescribeVolumeAttributeResult {
7968
+ export declare enum VerifiedAccessLogDeliveryStatusCode {
7969
+ FAILED = "failed",
7970
+ SUCCESS = "success"
7971
+ }
7972
+ /**
7973
+ * <p>Describes a log delivery status.</p>
7974
+ */
7975
+ export interface VerifiedAccessLogDeliveryStatus {
7694
7976
  /**
7695
- * <p>The state of <code>autoEnableIO</code> attribute.</p>
7977
+ * <p>The status code.</p>
7696
7978
  */
7697
- AutoEnableIO?: AttributeBooleanValue;
7979
+ Code?: VerifiedAccessLogDeliveryStatusCode | string;
7698
7980
  /**
7699
- * <p>A list of product codes.</p>
7981
+ * <p>The status message.</p>
7700
7982
  */
7701
- ProductCodes?: ProductCode[];
7983
+ Message?: string;
7984
+ }
7985
+ /**
7986
+ * <p>Options for CloudWatch Logs as a logging destination.</p>
7987
+ */
7988
+ export interface VerifiedAccessLogCloudWatchLogsDestination {
7702
7989
  /**
7703
- * <p>The ID of the volume.</p>
7990
+ * <p>Indicates whether logging is enabled.</p>
7704
7991
  */
7705
- VolumeId?: string;
7706
- }
7707
- export interface DescribeVolumesRequest {
7992
+ Enabled?: boolean;
7708
7993
  /**
7709
- * <p>The filters.</p>
7710
- * <ul>
7711
- * <li>
7712
- * <p>
7713
- * <code>attachment.attach-time</code> - The time stamp when the attachment
7714
- * initiated.</p>
7715
- * </li>
7716
- * <li>
7717
- * <p>
7718
- * <code>attachment.delete-on-termination</code> - Whether the volume is deleted on
7719
- * instance termination.</p>
7720
- * </li>
7721
- * <li>
7722
- * <p>
7723
- * <code>attachment.device</code> - The device name specified in the block device mapping
7724
- * (for example, <code>/dev/sda1</code>).</p>
7725
- * </li>
7726
- * <li>
7727
- * <p>
7728
- * <code>attachment.instance-id</code> - The ID of the instance the volume is attached
7729
- * to.</p>
7730
- * </li>
7731
- * <li>
7732
- * <p>
7733
- * <code>attachment.status</code> - The attachment state (<code>attaching</code> |
7734
- * <code>attached</code> | <code>detaching</code>).</p>
7735
- * </li>
7736
- * <li>
7737
- * <p>
7738
- * <code>availability-zone</code> - The Availability Zone in which the volume was
7739
- * created.</p>
7740
- * </li>
7741
- * <li>
7742
- * <p>
7743
- * <code>create-time</code> - The time stamp when the volume was created.</p>
7744
- * </li>
7745
- * <li>
7746
- * <p>
7747
- * <code>encrypted</code> - Indicates whether the volume is encrypted (<code>true</code>
7748
- * | <code>false</code>)</p>
7749
- * </li>
7750
- * <li>
7751
- * <p>
7752
- * <code>multi-attach-enabled</code> - Indicates whether the volume is enabled for Multi-Attach (<code>true</code>
7753
- * | <code>false</code>)</p>
7754
- * </li>
7755
- * <li>
7756
- * <p>
7757
- * <code>fast-restored</code> - Indicates whether the volume was created from a
7758
- * snapshot that is enabled for fast snapshot restore (<code>true</code> |
7759
- * <code>false</code>).</p>
7760
- * </li>
7761
- * <li>
7762
- * <p>
7763
- * <code>size</code> - The size of the volume, in GiB.</p>
7764
- * </li>
7765
- * <li>
7766
- * <p>
7767
- * <code>snapshot-id</code> - The snapshot from which the volume was created.</p>
7768
- * </li>
7769
- * <li>
7770
- * <p>
7771
- * <code>status</code> - The state of the volume (<code>creating</code> |
7772
- * <code>available</code> | <code>in-use</code> | <code>deleting</code> |
7773
- * <code>deleted</code> | <code>error</code>).</p>
7774
- * </li>
7775
- * <li>
7776
- * <p>
7777
- * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
7778
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
7779
- * </li>
7780
- * <li>
7781
- * <p>
7782
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
7783
- * </li>
7784
- * <li>
7785
- * <p>
7786
- * <code>volume-id</code> - The volume ID.</p>
7787
- * </li>
7788
- * <li>
7789
- * <p>
7790
- * <code>volume-type</code> - The Amazon EBS volume type (<code>gp2</code> | <code>gp3</code> | <code>io1</code> | <code>io2</code> |
7791
- * <code>st1</code> | <code>sc1</code>| <code>standard</code>)</p>
7792
- * </li>
7793
- * </ul>
7994
+ * <p>The delivery status for access logs.</p>
7995
+ */
7996
+ DeliveryStatus?: VerifiedAccessLogDeliveryStatus;
7997
+ /**
7998
+ * <p>The ID of the CloudWatch Logs log group.</p>
7999
+ */
8000
+ LogGroup?: string;
8001
+ }
8002
+ /**
8003
+ * <p>Options for Kinesis as a logging destination.</p>
8004
+ */
8005
+ export interface VerifiedAccessLogKinesisDataFirehoseDestination {
8006
+ /**
8007
+ * <p>Indicates whether logging is enabled.</p>
7794
8008
  */
7795
- Filters?: Filter[];
8009
+ Enabled?: boolean;
7796
8010
  /**
7797
- * <p>The volume IDs.</p>
8011
+ * <p>The delivery status.</p>
7798
8012
  */
7799
- VolumeIds?: string[];
8013
+ DeliveryStatus?: VerifiedAccessLogDeliveryStatus;
7800
8014
  /**
7801
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7802
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7803
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8015
+ * <p>The ID of the delivery stream.</p>
7804
8016
  */
7805
- DryRun?: boolean;
8017
+ DeliveryStream?: string;
8018
+ }
8019
+ /**
8020
+ * <p>Options for Amazon S3 as a logging destination.</p>
8021
+ */
8022
+ export interface VerifiedAccessLogS3Destination {
7806
8023
  /**
7807
- * <p>The maximum number of volume results returned by <code>DescribeVolumes</code> in paginated
7808
- * output. When this parameter is used, <code>DescribeVolumes</code> only returns
7809
- * <code>MaxResults</code> results in a single page along with a <code>NextToken</code>
7810
- * response element. The remaining results of the initial request can be seen by sending another
7811
- * <code>DescribeVolumes</code> request with the returned <code>NextToken</code> value. This
7812
- * value can be between 5 and 500; if <code>MaxResults</code> is given a value larger than 500,
7813
- * only 500 results are returned. If this parameter is not used, then
7814
- * <code>DescribeVolumes</code> returns all results. You cannot specify this parameter and the
7815
- * volume IDs parameter in the same request.</p>
8024
+ * <p>Indicates whether logging is enabled.</p>
7816
8025
  */
7817
- MaxResults?: number;
8026
+ Enabled?: boolean;
7818
8027
  /**
7819
- * <p>The <code>NextToken</code> value returned from a previous paginated
7820
- * <code>DescribeVolumes</code> request where <code>MaxResults</code> was used and the results
7821
- * exceeded the value of that parameter. Pagination continues from the end of the previous
7822
- * results that returned the <code>NextToken</code> value. This value is <code>null</code> when
7823
- * there are no more results to return.</p>
8028
+ * <p>The delivery status.</p>
7824
8029
  */
7825
- NextToken?: string;
7826
- }
7827
- export interface DescribeVolumesResult {
8030
+ DeliveryStatus?: VerifiedAccessLogDeliveryStatus;
7828
8031
  /**
7829
- * <p>Information about the volumes.</p>
8032
+ * <p>The bucket name.</p>
7830
8033
  */
7831
- Volumes?: Volume[];
8034
+ BucketName?: string;
7832
8035
  /**
7833
- * <p>The <code>NextToken</code> value to include in a future <code>DescribeVolumes</code>
7834
- * request. When the results of a <code>DescribeVolumes</code> request exceed
7835
- * <code>MaxResults</code>, this value can be used to retrieve the next page of results. This
7836
- * value is <code>null</code> when there are no more results to return.</p>
8036
+ * <p>The bucket prefix.</p>
7837
8037
  */
7838
- NextToken?: string;
8038
+ Prefix?: string;
8039
+ /**
8040
+ * <p>The Amazon Web Services account number that owns the bucket.</p>
8041
+ */
8042
+ BucketOwner?: string;
7839
8043
  }
7840
- export interface DescribeVolumesModificationsRequest {
8044
+ /**
8045
+ * <p>Describes the destinations for Verified Access logs.</p>
8046
+ */
8047
+ export interface VerifiedAccessLogs {
7841
8048
  /**
7842
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7843
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7844
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8049
+ * <p>Amazon S3 logging options.</p>
7845
8050
  */
7846
- DryRun?: boolean;
8051
+ S3?: VerifiedAccessLogS3Destination;
7847
8052
  /**
7848
- * <p>The IDs of the volumes.</p>
8053
+ * <p>CloudWatch Logs logging destination.</p>
7849
8054
  */
7850
- VolumeIds?: string[];
8055
+ CloudWatchLogs?: VerifiedAccessLogCloudWatchLogsDestination;
7851
8056
  /**
7852
- * <p>The filters.</p>
7853
- * <ul>
7854
- * <li>
7855
- * <p>
7856
- * <code>modification-state</code> - The current modification state (modifying |
7857
- * optimizing | completed | failed).</p>
7858
- * </li>
7859
- * <li>
7860
- * <p>
7861
- * <code>original-iops</code> - The original IOPS rate of the volume.</p>
7862
- * </li>
7863
- * <li>
7864
- * <p>
7865
- * <code>original-size</code> - The original size of the volume, in GiB.</p>
7866
- * </li>
7867
- * <li>
7868
- * <p>
7869
- * <code>original-volume-type</code> - The original volume type of the volume (standard |
7870
- * io1 | io2 | gp2 | sc1 | st1).</p>
7871
- * </li>
7872
- * <li>
7873
- * <p>
7874
- * <code>originalMultiAttachEnabled</code> - Indicates whether Multi-Attach support was enabled (true | false).</p>
7875
- * </li>
7876
- * <li>
7877
- * <p>
7878
- * <code>start-time</code> - The modification start time.</p>
7879
- * </li>
7880
- * <li>
7881
- * <p>
7882
- * <code>target-iops</code> - The target IOPS rate of the volume.</p>
7883
- * </li>
7884
- * <li>
7885
- * <p>
7886
- * <code>target-size</code> - The target size of the volume, in GiB.</p>
7887
- * </li>
7888
- * <li>
7889
- * <p>
7890
- * <code>target-volume-type</code> - The target volume type of the volume (standard |
7891
- * io1 | io2 | gp2 | sc1 | st1).</p>
7892
- * </li>
7893
- * <li>
7894
- * <p>
7895
- * <code>targetMultiAttachEnabled</code> - Indicates whether Multi-Attach support is to be enabled (true | false).</p>
7896
- * </li>
7897
- * <li>
7898
- * <p>
7899
- * <code>volume-id</code> - The ID of the volume.</p>
7900
- * </li>
7901
- * </ul>
8057
+ * <p>Kinesis logging destination.</p>
7902
8058
  */
7903
- Filters?: Filter[];
8059
+ KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestination;
8060
+ }
8061
+ /**
8062
+ * <p>Describes logging options for an Amazon Web Services Verified Access instance.</p>
8063
+ */
8064
+ export interface VerifiedAccessInstanceLoggingConfiguration {
7904
8065
  /**
7905
- * <p>The <code>nextToken</code> value returned by a previous paginated request.</p>
8066
+ * <p>The ID of the Amazon Web Services Verified Access instance.</p>
7906
8067
  */
7907
- NextToken?: string;
8068
+ VerifiedAccessInstanceId?: string;
7908
8069
  /**
7909
- * <p>The maximum number of results (up to a limit of 500) to be returned in a paginated
7910
- * request.</p>
8070
+ * <p>Details about the logging options.</p>
7911
8071
  */
7912
- MaxResults?: number;
8072
+ AccessLogs?: VerifiedAccessLogs;
7913
8073
  }
7914
- export declare enum VolumeModificationState {
7915
- completed = "completed",
7916
- failed = "failed",
7917
- modifying = "modifying",
7918
- optimizing = "optimizing"
8074
+ export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
8075
+ /**
8076
+ * <p>The current logging configuration for the Amazon Web Services Verified Access instances.</p>
8077
+ */
8078
+ LoggingConfigurations?: VerifiedAccessInstanceLoggingConfiguration[];
8079
+ /**
8080
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
8081
+ */
8082
+ NextToken?: string;
7919
8083
  }
7920
- /**
7921
- * <p>Describes the modification status of an EBS volume.</p>
7922
- * <p>If the volume has never been modified, some element values will be null.</p>
7923
- */
7924
- export interface VolumeModification {
8084
+ export interface DescribeVerifiedAccessInstancesRequest {
7925
8085
  /**
7926
- * <p>The ID of the volume.</p>
8086
+ * <p>The IDs of the Amazon Web Services Verified Access instances.</p>
7927
8087
  */
7928
- VolumeId?: string;
8088
+ VerifiedAccessInstanceIds?: string[];
7929
8089
  /**
7930
- * <p>The current modification state. The modification state is null for unmodified
7931
- * volumes.</p>
8090
+ * <p>The maximum number of results to return with a single call.
8091
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7932
8092
  */
7933
- ModificationState?: VolumeModificationState | string;
8093
+ MaxResults?: number;
7934
8094
  /**
7935
- * <p>A status message about the modification progress or failure.</p>
8095
+ * <p>The token for the next page of results.</p>
7936
8096
  */
7937
- StatusMessage?: string;
8097
+ NextToken?: string;
7938
8098
  /**
7939
- * <p>The target size of the volume, in GiB.</p>
8099
+ * <p>One or more filters. Filter names and values are case-sensitive.</p>
7940
8100
  */
7941
- TargetSize?: number;
8101
+ Filters?: Filter[];
7942
8102
  /**
7943
- * <p>The target IOPS rate of the volume.</p>
8103
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
8104
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8105
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7944
8106
  */
7945
- TargetIops?: number;
8107
+ DryRun?: boolean;
8108
+ }
8109
+ export interface DescribeVerifiedAccessInstancesResult {
7946
8110
  /**
7947
- * <p>The target EBS volume type of the volume.</p>
8111
+ * <p>The IDs of the Amazon Web Services Verified Access instances.</p>
7948
8112
  */
7949
- TargetVolumeType?: VolumeType | string;
8113
+ VerifiedAccessInstances?: VerifiedAccessInstance[];
7950
8114
  /**
7951
- * <p>The target throughput of the volume, in MiB/s.</p>
8115
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
7952
8116
  */
7953
- TargetThroughput?: number;
8117
+ NextToken?: string;
8118
+ }
8119
+ export interface DescribeVerifiedAccessTrustProvidersRequest {
7954
8120
  /**
7955
- * <p>The target setting for Amazon EBS Multi-Attach.</p>
8121
+ * <p>The IDs of the Amazon Web Services Verified Access trust providers.</p>
7956
8122
  */
7957
- TargetMultiAttachEnabled?: boolean;
8123
+ VerifiedAccessTrustProviderIds?: string[];
7958
8124
  /**
7959
- * <p>The original size of the volume, in GiB.</p>
8125
+ * <p>The maximum number of results to return with a single call.
8126
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7960
8127
  */
7961
- OriginalSize?: number;
8128
+ MaxResults?: number;
7962
8129
  /**
7963
- * <p>The original IOPS rate of the volume.</p>
8130
+ * <p>The token for the next page of results.</p>
7964
8131
  */
7965
- OriginalIops?: number;
8132
+ NextToken?: string;
7966
8133
  /**
7967
- * <p>The original EBS volume type of the volume.</p>
8134
+ * <p>One or more filters. Filter names and values are case-sensitive.</p>
7968
8135
  */
7969
- OriginalVolumeType?: VolumeType | string;
8136
+ Filters?: Filter[];
7970
8137
  /**
7971
- * <p>The original throughput of the volume, in MiB/s.</p>
8138
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
8139
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8140
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7972
8141
  */
7973
- OriginalThroughput?: number;
8142
+ DryRun?: boolean;
8143
+ }
8144
+ export interface DescribeVerifiedAccessTrustProvidersResult {
7974
8145
  /**
7975
- * <p>The original setting for Amazon EBS Multi-Attach.</p>
8146
+ * <p>The IDs of the Amazon Web Services Verified Access trust providers.</p>
7976
8147
  */
7977
- OriginalMultiAttachEnabled?: boolean;
8148
+ VerifiedAccessTrustProviders?: VerifiedAccessTrustProvider[];
7978
8149
  /**
7979
- * <p>The modification progress, from 0 to 100 percent complete.</p>
8150
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
7980
8151
  */
7981
- Progress?: number;
8152
+ NextToken?: string;
8153
+ }
8154
+ export declare enum VolumeAttributeName {
8155
+ autoEnableIO = "autoEnableIO",
8156
+ productCodes = "productCodes"
8157
+ }
8158
+ export interface DescribeVolumeAttributeRequest {
7982
8159
  /**
7983
- * <p>The modification start time.</p>
8160
+ * <p>The attribute of the volume. This parameter is required.</p>
7984
8161
  */
7985
- StartTime?: Date;
8162
+ Attribute: VolumeAttributeName | string | undefined;
7986
8163
  /**
7987
- * <p>The modification completion or failure time.</p>
8164
+ * <p>The ID of the volume.</p>
7988
8165
  */
7989
- EndTime?: Date;
8166
+ VolumeId: string | undefined;
8167
+ /**
8168
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
8169
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8170
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8171
+ */
8172
+ DryRun?: boolean;
7990
8173
  }
7991
- export interface DescribeVolumesModificationsResult {
8174
+ export interface DescribeVolumeAttributeResult {
7992
8175
  /**
7993
- * <p>Information about the volume modifications.</p>
8176
+ * <p>The state of <code>autoEnableIO</code> attribute.</p>
8177
+ */
8178
+ AutoEnableIO?: AttributeBooleanValue;
8179
+ /**
8180
+ * <p>A list of product codes.</p>
7994
8181
  */
7995
- VolumesModifications?: VolumeModification[];
8182
+ ProductCodes?: ProductCode[];
7996
8183
  /**
7997
- * <p>Token for pagination, null if there are no more results </p>
8184
+ * <p>The ID of the volume.</p>
7998
8185
  */
7999
- NextToken?: string;
8186
+ VolumeId?: string;
8000
8187
  }
8001
- export interface DescribeVolumeStatusRequest {
8188
+ export interface DescribeVolumesRequest {
8002
8189
  /**
8003
8190
  * <p>The filters.</p>
8004
8191
  * <ul>
8005
8192
  * <li>
8006
8193
  * <p>
8007
- * <code>action.code</code> - The action code for the event (for example,
8008
- * <code>enable-volume-io</code>).</p>
8194
+ * <code>attachment.attach-time</code> - The time stamp when the attachment
8195
+ * initiated.</p>
8009
8196
  * </li>
8010
8197
  * <li>
8011
8198
  * <p>
8012
- * <code>action.description</code> - A description of the action.</p>
8199
+ * <code>attachment.delete-on-termination</code> - Whether the volume is deleted on
8200
+ * instance termination.</p>
8013
8201
  * </li>
8014
8202
  * <li>
8015
8203
  * <p>
8016
- * <code>action.event-id</code> - The event ID associated with the action.</p>
8204
+ * <code>attachment.device</code> - The device name specified in the block device mapping
8205
+ * (for example, <code>/dev/sda1</code>).</p>
8017
8206
  * </li>
8018
8207
  * <li>
8019
8208
  * <p>
8020
- * <code>availability-zone</code> - The Availability Zone of the instance.</p>
8209
+ * <code>attachment.instance-id</code> - The ID of the instance the volume is attached
8210
+ * to.</p>
8021
8211
  * </li>
8022
8212
  * <li>
8023
8213
  * <p>
8024
- * <code>event.description</code> - A description of the event.</p>
8214
+ * <code>attachment.status</code> - The attachment state (<code>attaching</code> |
8215
+ * <code>attached</code> | <code>detaching</code>).</p>
8025
8216
  * </li>
8026
8217
  * <li>
8027
8218
  * <p>
8028
- * <code>event.event-id</code> - The event ID.</p>
8219
+ * <code>availability-zone</code> - The Availability Zone in which the volume was
8220
+ * created.</p>
8029
8221
  * </li>
8030
8222
  * <li>
8031
8223
  * <p>
8032
- * <code>event.event-type</code> - The event type (for <code>io-enabled</code>:
8033
- * <code>passed</code> | <code>failed</code>; for <code>io-performance</code>:
8034
- * <code>io-performance:degraded</code> | <code>io-performance:severely-degraded</code> |
8035
- * <code>io-performance:stalled</code>).</p>
8224
+ * <code>create-time</code> - The time stamp when the volume was created.</p>
8036
8225
  * </li>
8037
8226
  * <li>
8038
8227
  * <p>
8039
- * <code>event.not-after</code> - The latest end time for the event.</p>
8228
+ * <code>encrypted</code> - Indicates whether the volume is encrypted (<code>true</code>
8229
+ * | <code>false</code>)</p>
8040
8230
  * </li>
8041
8231
  * <li>
8042
8232
  * <p>
8043
- * <code>event.not-before</code> - The earliest start time for the event.</p>
8233
+ * <code>multi-attach-enabled</code> - Indicates whether the volume is enabled for Multi-Attach (<code>true</code>
8234
+ * | <code>false</code>)</p>
8044
8235
  * </li>
8045
8236
  * <li>
8046
8237
  * <p>
8047
- * <code>volume-status.details-name</code> - The cause for
8048
- * <code>volume-status.status</code> (<code>io-enabled</code> |
8049
- * <code>io-performance</code>).</p>
8238
+ * <code>fast-restored</code> - Indicates whether the volume was created from a
8239
+ * snapshot that is enabled for fast snapshot restore (<code>true</code> |
8240
+ * <code>false</code>).</p>
8050
8241
  * </li>
8051
8242
  * <li>
8052
8243
  * <p>
8053
- * <code>volume-status.details-status</code> - The status of
8054
- * <code>volume-status.details-name</code> (for <code>io-enabled</code>:
8055
- * <code>passed</code> | <code>failed</code>; for <code>io-performance</code>:
8056
- * <code>normal</code> | <code>degraded</code> | <code>severely-degraded</code> |
8057
- * <code>stalled</code>).</p>
8244
+ * <code>size</code> - The size of the volume, in GiB.</p>
8058
8245
  * </li>
8059
8246
  * <li>
8060
8247
  * <p>
8061
- * <code>volume-status.status</code> - The status of the volume (<code>ok</code> |
8062
- * <code>impaired</code> | <code>warning</code> | <code>insufficient-data</code>).</p>
8248
+ * <code>snapshot-id</code> - The snapshot from which the volume was created.</p>
8249
+ * </li>
8250
+ * <li>
8251
+ * <p>
8252
+ * <code>status</code> - The state of the volume (<code>creating</code> |
8253
+ * <code>available</code> | <code>in-use</code> | <code>deleting</code> |
8254
+ * <code>deleted</code> | <code>error</code>).</p>
8255
+ * </li>
8256
+ * <li>
8257
+ * <p>
8258
+ * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
8259
+ * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
8260
+ * </li>
8261
+ * <li>
8262
+ * <p>
8263
+ * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
8264
+ * </li>
8265
+ * <li>
8266
+ * <p>
8267
+ * <code>volume-id</code> - The volume ID.</p>
8268
+ * </li>
8269
+ * <li>
8270
+ * <p>
8271
+ * <code>volume-type</code> - The Amazon EBS volume type (<code>gp2</code> | <code>gp3</code> | <code>io1</code> | <code>io2</code> |
8272
+ * <code>st1</code> | <code>sc1</code>| <code>standard</code>)</p>
8063
8273
  * </li>
8064
8274
  * </ul>
8065
8275
  */
8066
8276
  Filters?: Filter[];
8067
8277
  /**
8068
- * <p>The maximum number of volume results returned by <code>DescribeVolumeStatus</code> in
8069
- * paginated output. When this parameter is used, the request only returns
8070
- * <code>MaxResults</code> results in a single page along with a <code>NextToken</code>
8071
- * response element. The remaining results of the initial request can be seen by sending another
8072
- * request with the returned <code>NextToken</code> value. This value can be between 5 and 1,000;
8073
- * if <code>MaxResults</code> is given a value larger than 1,000, only 1,000 results are returned.
8074
- * If this parameter is not used, then <code>DescribeVolumeStatus</code> returns all results. You
8075
- * cannot specify this parameter and the volume IDs parameter in the same request.</p>
8076
- */
8077
- MaxResults?: number;
8078
- /**
8079
- * <p>The <code>NextToken</code> value to include in a future <code>DescribeVolumeStatus</code>
8080
- * request. When the results of the request exceed <code>MaxResults</code>, this value can be
8081
- * used to retrieve the next page of results. This value is <code>null</code> when there are no
8082
- * more results to return.</p>
8083
- */
8084
- NextToken?: string;
8085
- /**
8086
- * <p>The IDs of the volumes.</p>
8087
- * <p>Default: Describes all your volumes.</p>
8278
+ * <p>The volume IDs.</p>
8088
8279
  */
8089
8280
  VolumeIds?: string[];
8090
8281
  /**
@@ -8093,592 +8284,476 @@ export interface DescribeVolumeStatusRequest {
8093
8284
  * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8094
8285
  */
8095
8286
  DryRun?: boolean;
8096
- }
8097
- /**
8098
- * <p>Describes a volume status operation code.</p>
8099
- */
8100
- export interface VolumeStatusAction {
8101
- /**
8102
- * <p>The code identifying the operation, for example, <code>enable-volume-io</code>.</p>
8103
- */
8104
- Code?: string;
8105
- /**
8106
- * <p>A description of the operation.</p>
8107
- */
8108
- Description?: string;
8109
- /**
8110
- * <p>The ID of the event associated with this operation.</p>
8111
- */
8112
- EventId?: string;
8113
- /**
8114
- * <p>The event type associated with this operation.</p>
8115
- */
8116
- EventType?: string;
8117
- }
8118
- /**
8119
- * <p>Information about the instances to which the volume is attached.</p>
8120
- */
8121
- export interface VolumeStatusAttachmentStatus {
8122
- /**
8123
- * <p>The maximum IOPS supported by the attached instance.</p>
8124
- */
8125
- IoPerformance?: string;
8126
- /**
8127
- * <p>The ID of the attached instance.</p>
8128
- */
8129
- InstanceId?: string;
8130
- }
8131
- /**
8132
- * <p>Describes a volume status event.</p>
8133
- */
8134
- export interface VolumeStatusEvent {
8135
- /**
8136
- * <p>A description of the event.</p>
8137
- */
8138
- Description?: string;
8139
- /**
8140
- * <p>The ID of this event.</p>
8141
- */
8142
- EventId?: string;
8143
- /**
8144
- * <p>The type of this event.</p>
8145
- */
8146
- EventType?: string;
8147
- /**
8148
- * <p>The latest end time of the event.</p>
8149
- */
8150
- NotAfter?: Date;
8151
- /**
8152
- * <p>The earliest start time of the event.</p>
8153
- */
8154
- NotBefore?: Date;
8155
- /**
8156
- * <p>The ID of the instance associated with the event.</p>
8157
- */
8158
- InstanceId?: string;
8159
- }
8160
- export declare enum VolumeStatusName {
8161
- io_enabled = "io-enabled",
8162
- io_performance = "io-performance"
8163
- }
8164
- /**
8165
- * <p>Describes a volume status.</p>
8166
- */
8167
- export interface VolumeStatusDetails {
8168
- /**
8169
- * <p>The name of the volume status.</p>
8170
- */
8171
- Name?: VolumeStatusName | string;
8172
- /**
8173
- * <p>The intended status of the volume status.</p>
8174
- */
8175
- Status?: string;
8176
- }
8177
- export declare enum VolumeStatusInfoStatus {
8178
- impaired = "impaired",
8179
- insufficient_data = "insufficient-data",
8180
- ok = "ok"
8181
- }
8182
- /**
8183
- * <p>Describes the status of a volume.</p>
8184
- */
8185
- export interface VolumeStatusInfo {
8186
- /**
8187
- * <p>The details of the volume status.</p>
8188
- */
8189
- Details?: VolumeStatusDetails[];
8190
- /**
8191
- * <p>The status of the volume.</p>
8192
- */
8193
- Status?: VolumeStatusInfoStatus | string;
8194
- }
8195
- /**
8196
- * <p>Describes the volume status.</p>
8197
- */
8198
- export interface VolumeStatusItem {
8199
- /**
8200
- * <p>The details of the operation.</p>
8201
- */
8202
- Actions?: VolumeStatusAction[];
8203
- /**
8204
- * <p>The Availability Zone of the volume.</p>
8205
- */
8206
- AvailabilityZone?: string;
8207
- /**
8208
- * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
8209
- */
8210
- OutpostArn?: string;
8211
- /**
8212
- * <p>A list of events associated with the volume.</p>
8213
- */
8214
- Events?: VolumeStatusEvent[];
8215
- /**
8216
- * <p>The volume ID.</p>
8217
- */
8218
- VolumeId?: string;
8219
- /**
8220
- * <p>The volume status.</p>
8221
- */
8222
- VolumeStatus?: VolumeStatusInfo;
8223
- /**
8224
- * <p>Information about the instances to which the volume is attached.</p>
8225
- */
8226
- AttachmentStatuses?: VolumeStatusAttachmentStatus[];
8227
- }
8228
- export interface DescribeVolumeStatusResult {
8229
8287
  /**
8230
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
8231
- * when there are no more results to return.</p>
8288
+ * <p>The maximum number of volume results returned by <code>DescribeVolumes</code> in paginated
8289
+ * output. When this parameter is used, <code>DescribeVolumes</code> only returns
8290
+ * <code>MaxResults</code> results in a single page along with a <code>NextToken</code>
8291
+ * response element. The remaining results of the initial request can be seen by sending another
8292
+ * <code>DescribeVolumes</code> request with the returned <code>NextToken</code> value. This
8293
+ * value can be between 5 and 500; if <code>MaxResults</code> is given a value larger than 500,
8294
+ * only 500 results are returned. If this parameter is not used, then
8295
+ * <code>DescribeVolumes</code> returns all results. You cannot specify this parameter and the
8296
+ * volume IDs parameter in the same request.</p>
8232
8297
  */
8233
- NextToken?: string;
8298
+ MaxResults?: number;
8234
8299
  /**
8235
- * <p>Information about the status of the volumes.</p>
8236
- */
8237
- VolumeStatuses?: VolumeStatusItem[];
8238
- }
8239
- export declare enum VpcAttributeName {
8240
- enableDnsHostnames = "enableDnsHostnames",
8241
- enableDnsSupport = "enableDnsSupport",
8242
- enableNetworkAddressUsageMetrics = "enableNetworkAddressUsageMetrics"
8300
+ * <p>The <code>NextToken</code> value returned from a previous paginated
8301
+ * <code>DescribeVolumes</code> request where <code>MaxResults</code> was used and the results
8302
+ * exceeded the value of that parameter. Pagination continues from the end of the previous
8303
+ * results that returned the <code>NextToken</code> value. This value is <code>null</code> when
8304
+ * there are no more results to return.</p>
8305
+ */
8306
+ NextToken?: string;
8243
8307
  }
8244
- export interface DescribeVpcAttributeRequest {
8308
+ export interface DescribeVolumesResult {
8245
8309
  /**
8246
- * <p>The VPC attribute.</p>
8310
+ * <p>Information about the volumes.</p>
8247
8311
  */
8248
- Attribute: VpcAttributeName | string | undefined;
8312
+ Volumes?: Volume[];
8249
8313
  /**
8250
- * <p>The ID of the VPC.</p>
8314
+ * <p>The <code>NextToken</code> value to include in a future <code>DescribeVolumes</code>
8315
+ * request. When the results of a <code>DescribeVolumes</code> request exceed
8316
+ * <code>MaxResults</code>, this value can be used to retrieve the next page of results. This
8317
+ * value is <code>null</code> when there are no more results to return.</p>
8251
8318
  */
8252
- VpcId: string | undefined;
8319
+ NextToken?: string;
8320
+ }
8321
+ export interface DescribeVolumesModificationsRequest {
8253
8322
  /**
8254
8323
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
8255
8324
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8256
8325
  * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8257
8326
  */
8258
8327
  DryRun?: boolean;
8259
- }
8260
- export interface DescribeVpcAttributeResult {
8261
- /**
8262
- * <p>The ID of the VPC.</p>
8263
- */
8264
- VpcId?: string;
8265
- /**
8266
- * <p>Indicates whether the instances launched in the VPC get DNS hostnames.
8267
- * If this attribute is <code>true</code>, instances in the VPC get DNS hostnames;
8268
- * otherwise, they do not.</p>
8269
- */
8270
- EnableDnsHostnames?: AttributeBooleanValue;
8271
- /**
8272
- * <p>Indicates whether DNS resolution is enabled for
8273
- * the VPC. If this attribute is <code>true</code>, the Amazon DNS server
8274
- * resolves DNS hostnames for your instances to their corresponding
8275
- * IP addresses; otherwise, it does not.</p>
8276
- */
8277
- EnableDnsSupport?: AttributeBooleanValue;
8278
8328
  /**
8279
- * <p>Indicates whether Network Address Usage metrics are enabled for your VPC.</p>
8329
+ * <p>The IDs of the volumes.</p>
8280
8330
  */
8281
- EnableNetworkAddressUsageMetrics?: AttributeBooleanValue;
8282
- }
8283
- export interface DescribeVpcClassicLinkRequest {
8331
+ VolumeIds?: string[];
8284
8332
  /**
8285
- * <p>One or more filters.</p>
8333
+ * <p>The filters.</p>
8286
8334
  * <ul>
8287
8335
  * <li>
8288
8336
  * <p>
8289
- * <code>is-classic-link-enabled</code> - Whether the VPC is enabled for ClassicLink
8290
- * (<code>true</code> | <code>false</code>).</p>
8337
+ * <code>modification-state</code> - The current modification state (modifying |
8338
+ * optimizing | completed | failed).</p>
8339
+ * </li>
8340
+ * <li>
8341
+ * <p>
8342
+ * <code>original-iops</code> - The original IOPS rate of the volume.</p>
8291
8343
  * </li>
8292
8344
  * <li>
8293
8345
  * <p>
8294
- * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
8295
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
8346
+ * <code>original-size</code> - The original size of the volume, in GiB.</p>
8296
8347
  * </li>
8297
8348
  * <li>
8298
8349
  * <p>
8299
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
8350
+ * <code>original-volume-type</code> - The original volume type of the volume (standard |
8351
+ * io1 | io2 | gp2 | sc1 | st1).</p>
8352
+ * </li>
8353
+ * <li>
8354
+ * <p>
8355
+ * <code>originalMultiAttachEnabled</code> - Indicates whether Multi-Attach support was enabled (true | false).</p>
8356
+ * </li>
8357
+ * <li>
8358
+ * <p>
8359
+ * <code>start-time</code> - The modification start time.</p>
8360
+ * </li>
8361
+ * <li>
8362
+ * <p>
8363
+ * <code>target-iops</code> - The target IOPS rate of the volume.</p>
8364
+ * </li>
8365
+ * <li>
8366
+ * <p>
8367
+ * <code>target-size</code> - The target size of the volume, in GiB.</p>
8368
+ * </li>
8369
+ * <li>
8370
+ * <p>
8371
+ * <code>target-volume-type</code> - The target volume type of the volume (standard |
8372
+ * io1 | io2 | gp2 | sc1 | st1).</p>
8373
+ * </li>
8374
+ * <li>
8375
+ * <p>
8376
+ * <code>targetMultiAttachEnabled</code> - Indicates whether Multi-Attach support is to be enabled (true | false).</p>
8377
+ * </li>
8378
+ * <li>
8379
+ * <p>
8380
+ * <code>volume-id</code> - The ID of the volume.</p>
8300
8381
  * </li>
8301
8382
  * </ul>
8302
8383
  */
8303
8384
  Filters?: Filter[];
8304
8385
  /**
8305
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8306
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8307
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8386
+ * <p>The <code>nextToken</code> value returned by a previous paginated request.</p>
8308
8387
  */
8309
- DryRun?: boolean;
8388
+ NextToken?: string;
8310
8389
  /**
8311
- * <p>One or more VPCs for which you want to describe the ClassicLink status.</p>
8390
+ * <p>The maximum number of results (up to a limit of 500) to be returned in a paginated
8391
+ * request.</p>
8312
8392
  */
8313
- VpcIds?: string[];
8393
+ MaxResults?: number;
8394
+ }
8395
+ export declare enum VolumeModificationState {
8396
+ completed = "completed",
8397
+ failed = "failed",
8398
+ modifying = "modifying",
8399
+ optimizing = "optimizing"
8314
8400
  }
8315
8401
  /**
8316
- * <note>
8317
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
8318
- * </note>
8319
- * <p>Describes whether a VPC is enabled for ClassicLink.</p>
8402
+ * <p>Describes the modification status of an EBS volume.</p>
8403
+ * <p>If the volume has never been modified, some element values will be null.</p>
8320
8404
  */
8321
- export interface VpcClassicLink {
8405
+ export interface VolumeModification {
8322
8406
  /**
8323
- * <p>Indicates whether the VPC is enabled for ClassicLink.</p>
8407
+ * <p>The ID of the volume.</p>
8324
8408
  */
8325
- ClassicLinkEnabled?: boolean;
8409
+ VolumeId?: string;
8326
8410
  /**
8327
- * <p>Any tags assigned to the VPC.</p>
8411
+ * <p>The current modification state. The modification state is null for unmodified
8412
+ * volumes.</p>
8328
8413
  */
8329
- Tags?: Tag[];
8414
+ ModificationState?: VolumeModificationState | string;
8330
8415
  /**
8331
- * <p>The ID of the VPC.</p>
8416
+ * <p>A status message about the modification progress or failure.</p>
8332
8417
  */
8333
- VpcId?: string;
8334
- }
8335
- export interface DescribeVpcClassicLinkResult {
8418
+ StatusMessage?: string;
8336
8419
  /**
8337
- * <p>The ClassicLink status of one or more VPCs.</p>
8420
+ * <p>The target size of the volume, in GiB.</p>
8338
8421
  */
8339
- Vpcs?: VpcClassicLink[];
8340
- }
8341
- export interface DescribeVpcClassicLinkDnsSupportRequest {
8422
+ TargetSize?: number;
8342
8423
  /**
8343
- * <p>The maximum number of results to return with a single call.
8344
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
8424
+ * <p>The target IOPS rate of the volume.</p>
8345
8425
  */
8346
- MaxResults?: number;
8426
+ TargetIops?: number;
8347
8427
  /**
8348
- * <p>The token for the next page of results.</p>
8428
+ * <p>The target EBS volume type of the volume.</p>
8349
8429
  */
8350
- NextToken?: string;
8430
+ TargetVolumeType?: VolumeType | string;
8351
8431
  /**
8352
- * <p>One or more VPC IDs.</p>
8432
+ * <p>The target throughput of the volume, in MiB/s.</p>
8353
8433
  */
8354
- VpcIds?: string[];
8355
- }
8356
- /**
8357
- * <p>Describes the ClassicLink DNS support status of a VPC.</p>
8358
- */
8359
- export interface ClassicLinkDnsSupport {
8434
+ TargetThroughput?: number;
8360
8435
  /**
8361
- * <p>Indicates whether ClassicLink DNS support is enabled for the VPC.</p>
8436
+ * <p>The target setting for Amazon EBS Multi-Attach.</p>
8362
8437
  */
8363
- ClassicLinkDnsSupported?: boolean;
8438
+ TargetMultiAttachEnabled?: boolean;
8364
8439
  /**
8365
- * <p>The ID of the VPC.</p>
8440
+ * <p>The original size of the volume, in GiB.</p>
8366
8441
  */
8367
- VpcId?: string;
8368
- }
8369
- export interface DescribeVpcClassicLinkDnsSupportResult {
8442
+ OriginalSize?: number;
8370
8443
  /**
8371
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
8444
+ * <p>The original IOPS rate of the volume.</p>
8372
8445
  */
8373
- NextToken?: string;
8446
+ OriginalIops?: number;
8447
+ /**
8448
+ * <p>The original EBS volume type of the volume.</p>
8449
+ */
8450
+ OriginalVolumeType?: VolumeType | string;
8451
+ /**
8452
+ * <p>The original throughput of the volume, in MiB/s.</p>
8453
+ */
8454
+ OriginalThroughput?: number;
8455
+ /**
8456
+ * <p>The original setting for Amazon EBS Multi-Attach.</p>
8457
+ */
8458
+ OriginalMultiAttachEnabled?: boolean;
8459
+ /**
8460
+ * <p>The modification progress, from 0 to 100 percent complete.</p>
8461
+ */
8462
+ Progress?: number;
8463
+ /**
8464
+ * <p>The modification start time.</p>
8465
+ */
8466
+ StartTime?: Date;
8374
8467
  /**
8375
- * <p>Information about the ClassicLink DNS support status of the VPCs.</p>
8468
+ * <p>The modification completion or failure time.</p>
8376
8469
  */
8377
- Vpcs?: ClassicLinkDnsSupport[];
8470
+ EndTime?: Date;
8378
8471
  }
8379
- export interface DescribeVpcEndpointConnectionNotificationsRequest {
8472
+ export interface DescribeVolumesModificationsResult {
8380
8473
  /**
8381
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8382
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8383
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8474
+ * <p>Information about the volume modifications.</p>
8384
8475
  */
8385
- DryRun?: boolean;
8476
+ VolumesModifications?: VolumeModification[];
8386
8477
  /**
8387
- * <p>The ID of the notification.</p>
8478
+ * <p>Token for pagination, null if there are no more results </p>
8388
8479
  */
8389
- ConnectionNotificationId?: string;
8480
+ NextToken?: string;
8481
+ }
8482
+ export interface DescribeVolumeStatusRequest {
8390
8483
  /**
8391
8484
  * <p>The filters.</p>
8392
8485
  * <ul>
8393
8486
  * <li>
8394
8487
  * <p>
8395
- * <code>connection-notification-arn</code> - The ARN of the SNS topic for the
8396
- * notification.</p>
8488
+ * <code>action.code</code> - The action code for the event (for example,
8489
+ * <code>enable-volume-io</code>).</p>
8490
+ * </li>
8491
+ * <li>
8492
+ * <p>
8493
+ * <code>action.description</code> - A description of the action.</p>
8494
+ * </li>
8495
+ * <li>
8496
+ * <p>
8497
+ * <code>action.event-id</code> - The event ID associated with the action.</p>
8498
+ * </li>
8499
+ * <li>
8500
+ * <p>
8501
+ * <code>availability-zone</code> - The Availability Zone of the instance.</p>
8502
+ * </li>
8503
+ * <li>
8504
+ * <p>
8505
+ * <code>event.description</code> - A description of the event.</p>
8506
+ * </li>
8507
+ * <li>
8508
+ * <p>
8509
+ * <code>event.event-id</code> - The event ID.</p>
8510
+ * </li>
8511
+ * <li>
8512
+ * <p>
8513
+ * <code>event.event-type</code> - The event type (for <code>io-enabled</code>:
8514
+ * <code>passed</code> | <code>failed</code>; for <code>io-performance</code>:
8515
+ * <code>io-performance:degraded</code> | <code>io-performance:severely-degraded</code> |
8516
+ * <code>io-performance:stalled</code>).</p>
8397
8517
  * </li>
8398
8518
  * <li>
8399
8519
  * <p>
8400
- * <code>connection-notification-id</code> - The ID of the
8401
- * notification.</p>
8520
+ * <code>event.not-after</code> - The latest end time for the event.</p>
8402
8521
  * </li>
8403
8522
  * <li>
8404
8523
  * <p>
8405
- * <code>connection-notification-state</code> - The state of the notification
8406
- * (<code>Enabled</code> | <code>Disabled</code>).</p>
8524
+ * <code>event.not-before</code> - The earliest start time for the event.</p>
8407
8525
  * </li>
8408
8526
  * <li>
8409
8527
  * <p>
8410
- * <code>connection-notification-type</code> - The type of notification
8411
- * (<code>Topic</code>).</p>
8528
+ * <code>volume-status.details-name</code> - The cause for
8529
+ * <code>volume-status.status</code> (<code>io-enabled</code> |
8530
+ * <code>io-performance</code>).</p>
8412
8531
  * </li>
8413
8532
  * <li>
8414
8533
  * <p>
8415
- * <code>service-id</code> - The ID of the endpoint service.</p>
8534
+ * <code>volume-status.details-status</code> - The status of
8535
+ * <code>volume-status.details-name</code> (for <code>io-enabled</code>:
8536
+ * <code>passed</code> | <code>failed</code>; for <code>io-performance</code>:
8537
+ * <code>normal</code> | <code>degraded</code> | <code>severely-degraded</code> |
8538
+ * <code>stalled</code>).</p>
8416
8539
  * </li>
8417
8540
  * <li>
8418
8541
  * <p>
8419
- * <code>vpc-endpoint-id</code> - The ID of the VPC endpoint.</p>
8542
+ * <code>volume-status.status</code> - The status of the volume (<code>ok</code> |
8543
+ * <code>impaired</code> | <code>warning</code> | <code>insufficient-data</code>).</p>
8420
8544
  * </li>
8421
8545
  * </ul>
8422
8546
  */
8423
8547
  Filters?: Filter[];
8424
8548
  /**
8425
- * <p>The maximum number of results to return in a single call. To retrieve the remaining
8426
- * results, make another request with the returned <code>NextToken</code> value.</p>
8549
+ * <p>The maximum number of volume results returned by <code>DescribeVolumeStatus</code> in
8550
+ * paginated output. When this parameter is used, the request only returns
8551
+ * <code>MaxResults</code> results in a single page along with a <code>NextToken</code>
8552
+ * response element. The remaining results of the initial request can be seen by sending another
8553
+ * request with the returned <code>NextToken</code> value. This value can be between 5 and 1,000;
8554
+ * if <code>MaxResults</code> is given a value larger than 1,000, only 1,000 results are returned.
8555
+ * If this parameter is not used, then <code>DescribeVolumeStatus</code> returns all results. You
8556
+ * cannot specify this parameter and the volume IDs parameter in the same request.</p>
8427
8557
  */
8428
8558
  MaxResults?: number;
8429
8559
  /**
8430
- * <p>The token to request the next page of results.</p>
8560
+ * <p>The <code>NextToken</code> value to include in a future <code>DescribeVolumeStatus</code>
8561
+ * request. When the results of the request exceed <code>MaxResults</code>, this value can be
8562
+ * used to retrieve the next page of results. This value is <code>null</code> when there are no
8563
+ * more results to return.</p>
8431
8564
  */
8432
8565
  NextToken?: string;
8433
- }
8434
- export interface DescribeVpcEndpointConnectionNotificationsResult {
8435
- /**
8436
- * <p>The notifications.</p>
8437
- */
8438
- ConnectionNotificationSet?: ConnectionNotification[];
8439
8566
  /**
8440
- * <p>The token to use to retrieve the next page of results. This value is
8441
- * <code>null</code> when there are no more results to return.</p>
8567
+ * <p>The IDs of the volumes.</p>
8568
+ * <p>Default: Describes all your volumes.</p>
8442
8569
  */
8443
- NextToken?: string;
8444
- }
8445
- export interface DescribeVpcEndpointConnectionsRequest {
8570
+ VolumeIds?: string[];
8446
8571
  /**
8447
8572
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
8448
8573
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8449
8574
  * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8450
8575
  */
8451
8576
  DryRun?: boolean;
8577
+ }
8578
+ /**
8579
+ * <p>Describes a volume status operation code.</p>
8580
+ */
8581
+ export interface VolumeStatusAction {
8452
8582
  /**
8453
- * <p>The filters.</p>
8454
- * <ul>
8455
- * <li>
8456
- * <p>
8457
- * <code>ip-address-type</code> - The IP address type (<code>ipv4</code> | <code>ipv6</code>).</p>
8458
- * </li>
8459
- * <li>
8460
- * <p>
8461
- * <code>service-id</code> - The ID of the service.</p>
8462
- * </li>
8463
- * <li>
8464
- * <p>
8465
- * <code>vpc-endpoint-owner</code> - The ID of the Amazon Web Services account ID
8466
- * that owns the endpoint.</p>
8467
- * </li>
8468
- * <li>
8469
- * <p>
8470
- * <code>vpc-endpoint-state</code> - The state of the endpoint
8471
- * (<code>pendingAcceptance</code> | <code>pending</code> |
8472
- * <code>available</code> | <code>deleting</code> | <code>deleted</code> |
8473
- * <code>rejected</code> | <code>failed</code>).</p>
8474
- * </li>
8475
- * <li>
8476
- * <p>
8477
- * <code>vpc-endpoint-id</code> - The ID of the endpoint.</p>
8478
- * </li>
8479
- * </ul>
8583
+ * <p>The code identifying the operation, for example, <code>enable-volume-io</code>.</p>
8480
8584
  */
8481
- Filters?: Filter[];
8585
+ Code?: string;
8586
+ /**
8587
+ * <p>A description of the operation.</p>
8588
+ */
8589
+ Description?: string;
8482
8590
  /**
8483
- * <p>The maximum number of results to return for the request in a single page. The remaining
8484
- * results of the initial request can be seen by sending another request with the returned
8485
- * <code>NextToken</code> value. This value can be between 5 and 1,000; if
8486
- * <code>MaxResults</code> is given a value larger than 1,000, only 1,000 results are
8487
- * returned.</p>
8591
+ * <p>The ID of the event associated with this operation.</p>
8488
8592
  */
8489
- MaxResults?: number;
8593
+ EventId?: string;
8490
8594
  /**
8491
- * <p>The token to retrieve the next page of results.</p>
8595
+ * <p>The event type associated with this operation.</p>
8492
8596
  */
8493
- NextToken?: string;
8597
+ EventType?: string;
8494
8598
  }
8495
8599
  /**
8496
- * <p>Describes a VPC endpoint connection to a service.</p>
8600
+ * <p>Information about the instances to which the volume is attached.</p>
8497
8601
  */
8498
- export interface VpcEndpointConnection {
8499
- /**
8500
- * <p>The ID of the service to which the endpoint is connected.</p>
8501
- */
8502
- ServiceId?: string;
8602
+ export interface VolumeStatusAttachmentStatus {
8503
8603
  /**
8504
- * <p>The ID of the VPC endpoint.</p>
8604
+ * <p>The maximum IOPS supported by the attached instance.</p>
8505
8605
  */
8506
- VpcEndpointId?: string;
8606
+ IoPerformance?: string;
8507
8607
  /**
8508
- * <p>The ID of the Amazon Web Services account that owns the VPC endpoint.</p>
8608
+ * <p>The ID of the attached instance.</p>
8509
8609
  */
8510
- VpcEndpointOwner?: string;
8610
+ InstanceId?: string;
8611
+ }
8612
+ /**
8613
+ * <p>Describes a volume status event.</p>
8614
+ */
8615
+ export interface VolumeStatusEvent {
8511
8616
  /**
8512
- * <p>The state of the VPC endpoint.</p>
8617
+ * <p>A description of the event.</p>
8513
8618
  */
8514
- VpcEndpointState?: State | string;
8619
+ Description?: string;
8515
8620
  /**
8516
- * <p>The date and time that the VPC endpoint was created.</p>
8621
+ * <p>The ID of this event.</p>
8517
8622
  */
8518
- CreationTimestamp?: Date;
8623
+ EventId?: string;
8519
8624
  /**
8520
- * <p>The DNS entries for the VPC endpoint.</p>
8625
+ * <p>The type of this event.</p>
8521
8626
  */
8522
- DnsEntries?: DnsEntry[];
8627
+ EventType?: string;
8523
8628
  /**
8524
- * <p>The Amazon Resource Names (ARNs) of the network load balancers for the service.</p>
8629
+ * <p>The latest end time of the event.</p>
8525
8630
  */
8526
- NetworkLoadBalancerArns?: string[];
8631
+ NotAfter?: Date;
8527
8632
  /**
8528
- * <p>The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.</p>
8633
+ * <p>The earliest start time of the event.</p>
8529
8634
  */
8530
- GatewayLoadBalancerArns?: string[];
8635
+ NotBefore?: Date;
8531
8636
  /**
8532
- * <p>The IP address type for the endpoint.</p>
8637
+ * <p>The ID of the instance associated with the event.</p>
8533
8638
  */
8534
- IpAddressType?: IpAddressType | string;
8639
+ InstanceId?: string;
8640
+ }
8641
+ export declare enum VolumeStatusName {
8642
+ io_enabled = "io-enabled",
8643
+ io_performance = "io-performance"
8644
+ }
8645
+ /**
8646
+ * <p>Describes a volume status.</p>
8647
+ */
8648
+ export interface VolumeStatusDetails {
8535
8649
  /**
8536
- * <p>The ID of the VPC endpoint connection.</p>
8650
+ * <p>The name of the volume status.</p>
8537
8651
  */
8538
- VpcEndpointConnectionId?: string;
8652
+ Name?: VolumeStatusName | string;
8539
8653
  /**
8540
- * <p>The tags.</p>
8654
+ * <p>The intended status of the volume status.</p>
8541
8655
  */
8542
- Tags?: Tag[];
8656
+ Status?: string;
8657
+ }
8658
+ export declare enum VolumeStatusInfoStatus {
8659
+ impaired = "impaired",
8660
+ insufficient_data = "insufficient-data",
8661
+ ok = "ok"
8543
8662
  }
8544
- export interface DescribeVpcEndpointConnectionsResult {
8663
+ /**
8664
+ * <p>Describes the status of a volume.</p>
8665
+ */
8666
+ export interface VolumeStatusInfo {
8545
8667
  /**
8546
- * <p>Information about the VPC endpoint connections.</p>
8668
+ * <p>The details of the volume status.</p>
8547
8669
  */
8548
- VpcEndpointConnections?: VpcEndpointConnection[];
8670
+ Details?: VolumeStatusDetails[];
8549
8671
  /**
8550
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
8672
+ * <p>The status of the volume.</p>
8551
8673
  */
8552
- NextToken?: string;
8674
+ Status?: VolumeStatusInfoStatus | string;
8553
8675
  }
8554
- export interface DescribeVpcEndpointsRequest {
8676
+ /**
8677
+ * <p>Describes the volume status.</p>
8678
+ */
8679
+ export interface VolumeStatusItem {
8555
8680
  /**
8556
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8557
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8558
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8681
+ * <p>The details of the operation.</p>
8559
8682
  */
8560
- DryRun?: boolean;
8683
+ Actions?: VolumeStatusAction[];
8561
8684
  /**
8562
- * <p>The IDs of the VPC endpoints.</p>
8685
+ * <p>The Availability Zone of the volume.</p>
8563
8686
  */
8564
- VpcEndpointIds?: string[];
8687
+ AvailabilityZone?: string;
8565
8688
  /**
8566
- * <p>The filters.</p>
8567
- * <ul>
8568
- * <li>
8569
- * <p>
8570
- * <code>ip-address-type</code> - The IP address type (<code>ipv4</code> | <code>ipv6</code>).</p>
8571
- * </li>
8572
- * <li>
8573
- * <p>
8574
- * <code>service-name</code> - The name of the service.</p>
8575
- * </li>
8576
- * <li>
8577
- * <p>
8578
- * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
8579
- * </li>
8580
- * <li>
8581
- * <p>
8582
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
8583
- * </li>
8584
- * <li>
8585
- * <p>
8586
- * <code>vpc-id</code> - The ID of the VPC in which the endpoint resides.</p>
8587
- * </li>
8588
- * <li>
8589
- * <p>
8590
- * <code>vpc-endpoint-id</code> - The ID of the endpoint.</p>
8591
- * </li>
8592
- * <li>
8593
- * <p>
8594
- * <code>vpc-endpoint-state</code> - The state of the endpoint
8595
- * (<code>pendingAcceptance</code> | <code>pending</code> |
8596
- * <code>available</code> | <code>deleting</code> | <code>deleted</code> |
8597
- * <code>rejected</code> | <code>failed</code>).</p>
8598
- * </li>
8599
- * <li>
8600
- * <p>
8601
- * <code>vpc-endpoint-type</code> - The type of VPC endpoint (<code>Interface</code> | <code>Gateway</code> | <code>GatewayLoadBalancer</code>).</p>
8602
- * </li>
8603
- * </ul>
8689
+ * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
8604
8690
  */
8605
- Filters?: Filter[];
8691
+ OutpostArn?: string;
8606
8692
  /**
8607
- * <p>The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.</p>
8608
- * <p>Constraint: If the value is greater than 1,000, we return only 1,000 items.</p>
8693
+ * <p>A list of events associated with the volume.</p>
8609
8694
  */
8610
- MaxResults?: number;
8695
+ Events?: VolumeStatusEvent[];
8611
8696
  /**
8612
- * <p>The token for the next set of items to return. (You received this token from a prior call.)</p>
8697
+ * <p>The volume ID.</p>
8613
8698
  */
8614
- NextToken?: string;
8615
- }
8616
- export interface DescribeVpcEndpointsResult {
8699
+ VolumeId?: string;
8617
8700
  /**
8618
- * <p>Information about the endpoints.</p>
8701
+ * <p>The volume status.</p>
8619
8702
  */
8620
- VpcEndpoints?: VpcEndpoint[];
8703
+ VolumeStatus?: VolumeStatusInfo;
8621
8704
  /**
8622
- * <p>The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.</p>
8705
+ * <p>Information about the instances to which the volume is attached.</p>
8623
8706
  */
8624
- NextToken?: string;
8707
+ AttachmentStatuses?: VolumeStatusAttachmentStatus[];
8625
8708
  }
8626
- export interface DescribeVpcEndpointServiceConfigurationsRequest {
8627
- /**
8628
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8629
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8630
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8631
- */
8632
- DryRun?: boolean;
8633
- /**
8634
- * <p>The IDs of the endpoint services.</p>
8635
- */
8636
- ServiceIds?: string[];
8637
- /**
8638
- * <p>The filters.</p>
8639
- * <ul>
8640
- * <li>
8641
- * <p>
8642
- * <code>service-name</code> - The name of the service.</p>
8643
- * </li>
8644
- * <li>
8645
- * <p>
8646
- * <code>service-id</code> - The ID of the service.</p>
8647
- * </li>
8648
- * <li>
8649
- * <p>
8650
- * <code>service-state</code> - The state of the service (<code>Pending</code> |
8651
- * <code>Available</code> | <code>Deleting</code> | <code>Deleted</code> |
8652
- * <code>Failed</code>). </p>
8653
- * </li>
8654
- * <li>
8655
- * <p>
8656
- * <code>supported-ip-address-types</code> - The IP address type (<code>ipv4</code> | <code>ipv6</code>).</p>
8657
- * </li>
8658
- * <li>
8659
- * <p>
8660
- * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
8661
- * </li>
8662
- * <li>
8663
- * <p>
8664
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
8665
- * </li>
8666
- * </ul>
8667
- */
8668
- Filters?: Filter[];
8709
+ export interface DescribeVolumeStatusResult {
8669
8710
  /**
8670
- * <p>The maximum number of results to return for the request in a single page. The remaining
8671
- * results of the initial request can be seen by sending another request with the returned
8672
- * <code>NextToken</code> value. This value can be between 5 and 1,000; if
8673
- * <code>MaxResults</code> is given a value larger than 1,000, only 1,000 results are
8674
- * returned.</p>
8711
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
8712
+ * when there are no more results to return.</p>
8675
8713
  */
8676
- MaxResults?: number;
8714
+ NextToken?: string;
8677
8715
  /**
8678
- * <p>The token to retrieve the next page of results.</p>
8716
+ * <p>Information about the status of the volumes.</p>
8679
8717
  */
8680
- NextToken?: string;
8718
+ VolumeStatuses?: VolumeStatusItem[];
8719
+ }
8720
+ export declare enum VpcAttributeName {
8721
+ enableDnsHostnames = "enableDnsHostnames",
8722
+ enableDnsSupport = "enableDnsSupport",
8723
+ enableNetworkAddressUsageMetrics = "enableNetworkAddressUsageMetrics"
8681
8724
  }
8725
+ /**
8726
+ * @internal
8727
+ */
8728
+ export declare const InstanceStatusDetailsFilterSensitiveLog: (obj: InstanceStatusDetails) => any;
8729
+ /**
8730
+ * @internal
8731
+ */
8732
+ export declare const InstanceStatusSummaryFilterSensitiveLog: (obj: InstanceStatusSummary) => any;
8733
+ /**
8734
+ * @internal
8735
+ */
8736
+ export declare const InstanceStatusFilterSensitiveLog: (obj: InstanceStatus) => any;
8737
+ /**
8738
+ * @internal
8739
+ */
8740
+ export declare const DescribeInstanceStatusResultFilterSensitiveLog: (obj: DescribeInstanceStatusResult) => any;
8741
+ /**
8742
+ * @internal
8743
+ */
8744
+ export declare const DescribeInstanceTypeOfferingsRequestFilterSensitiveLog: (obj: DescribeInstanceTypeOfferingsRequest) => any;
8745
+ /**
8746
+ * @internal
8747
+ */
8748
+ export declare const InstanceTypeOfferingFilterSensitiveLog: (obj: InstanceTypeOffering) => any;
8749
+ /**
8750
+ * @internal
8751
+ */
8752
+ export declare const DescribeInstanceTypeOfferingsResultFilterSensitiveLog: (obj: DescribeInstanceTypeOfferingsResult) => any;
8753
+ /**
8754
+ * @internal
8755
+ */
8756
+ export declare const DescribeInstanceTypesRequestFilterSensitiveLog: (obj: DescribeInstanceTypesRequest) => any;
8682
8757
  /**
8683
8758
  * @internal
8684
8759
  */
@@ -8779,6 +8854,22 @@ export declare const DescribeIpamPoolsRequestFilterSensitiveLog: (obj: DescribeI
8779
8854
  * @internal
8780
8855
  */
8781
8856
  export declare const DescribeIpamPoolsResultFilterSensitiveLog: (obj: DescribeIpamPoolsResult) => any;
8857
+ /**
8858
+ * @internal
8859
+ */
8860
+ export declare const DescribeIpamResourceDiscoveriesRequestFilterSensitiveLog: (obj: DescribeIpamResourceDiscoveriesRequest) => any;
8861
+ /**
8862
+ * @internal
8863
+ */
8864
+ export declare const DescribeIpamResourceDiscoveriesResultFilterSensitiveLog: (obj: DescribeIpamResourceDiscoveriesResult) => any;
8865
+ /**
8866
+ * @internal
8867
+ */
8868
+ export declare const DescribeIpamResourceDiscoveryAssociationsRequestFilterSensitiveLog: (obj: DescribeIpamResourceDiscoveryAssociationsRequest) => any;
8869
+ /**
8870
+ * @internal
8871
+ */
8872
+ export declare const DescribeIpamResourceDiscoveryAssociationsResultFilterSensitiveLog: (obj: DescribeIpamResourceDiscoveryAssociationsResult) => any;
8782
8873
  /**
8783
8874
  * @internal
8784
8875
  */
@@ -9671,67 +9762,3 @@ export declare const VolumeStatusItemFilterSensitiveLog: (obj: VolumeStatusItem)
9671
9762
  * @internal
9672
9763
  */
9673
9764
  export declare const DescribeVolumeStatusResultFilterSensitiveLog: (obj: DescribeVolumeStatusResult) => any;
9674
- /**
9675
- * @internal
9676
- */
9677
- export declare const DescribeVpcAttributeRequestFilterSensitiveLog: (obj: DescribeVpcAttributeRequest) => any;
9678
- /**
9679
- * @internal
9680
- */
9681
- export declare const DescribeVpcAttributeResultFilterSensitiveLog: (obj: DescribeVpcAttributeResult) => any;
9682
- /**
9683
- * @internal
9684
- */
9685
- export declare const DescribeVpcClassicLinkRequestFilterSensitiveLog: (obj: DescribeVpcClassicLinkRequest) => any;
9686
- /**
9687
- * @internal
9688
- */
9689
- export declare const VpcClassicLinkFilterSensitiveLog: (obj: VpcClassicLink) => any;
9690
- /**
9691
- * @internal
9692
- */
9693
- export declare const DescribeVpcClassicLinkResultFilterSensitiveLog: (obj: DescribeVpcClassicLinkResult) => any;
9694
- /**
9695
- * @internal
9696
- */
9697
- export declare const DescribeVpcClassicLinkDnsSupportRequestFilterSensitiveLog: (obj: DescribeVpcClassicLinkDnsSupportRequest) => any;
9698
- /**
9699
- * @internal
9700
- */
9701
- export declare const ClassicLinkDnsSupportFilterSensitiveLog: (obj: ClassicLinkDnsSupport) => any;
9702
- /**
9703
- * @internal
9704
- */
9705
- export declare const DescribeVpcClassicLinkDnsSupportResultFilterSensitiveLog: (obj: DescribeVpcClassicLinkDnsSupportResult) => any;
9706
- /**
9707
- * @internal
9708
- */
9709
- export declare const DescribeVpcEndpointConnectionNotificationsRequestFilterSensitiveLog: (obj: DescribeVpcEndpointConnectionNotificationsRequest) => any;
9710
- /**
9711
- * @internal
9712
- */
9713
- export declare const DescribeVpcEndpointConnectionNotificationsResultFilterSensitiveLog: (obj: DescribeVpcEndpointConnectionNotificationsResult) => any;
9714
- /**
9715
- * @internal
9716
- */
9717
- export declare const DescribeVpcEndpointConnectionsRequestFilterSensitiveLog: (obj: DescribeVpcEndpointConnectionsRequest) => any;
9718
- /**
9719
- * @internal
9720
- */
9721
- export declare const VpcEndpointConnectionFilterSensitiveLog: (obj: VpcEndpointConnection) => any;
9722
- /**
9723
- * @internal
9724
- */
9725
- export declare const DescribeVpcEndpointConnectionsResultFilterSensitiveLog: (obj: DescribeVpcEndpointConnectionsResult) => any;
9726
- /**
9727
- * @internal
9728
- */
9729
- export declare const DescribeVpcEndpointsRequestFilterSensitiveLog: (obj: DescribeVpcEndpointsRequest) => any;
9730
- /**
9731
- * @internal
9732
- */
9733
- export declare const DescribeVpcEndpointsResultFilterSensitiveLog: (obj: DescribeVpcEndpointsResult) => any;
9734
- /**
9735
- * @internal
9736
- */
9737
- export declare const DescribeVpcEndpointServiceConfigurationsRequestFilterSensitiveLog: (obj: DescribeVpcEndpointServiceConfigurationsRequest) => any;