@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,4 +1,74 @@
1
- import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CoipCidr, CurrencyCodeValues, InstanceEventWindow, Ipv4PrefixSpecification, PortRange, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
1
+ import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CurrencyCodeValues, InstanceEventWindow, Ipv4PrefixSpecification, PortRange, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
2
+ export declare enum ClientVpnRouteStatusCode {
3
+ active = "active",
4
+ creating = "creating",
5
+ deleting = "deleting",
6
+ failed = "failed"
7
+ }
8
+ /**
9
+ * <p>Describes the state of a Client VPN endpoint route.</p>
10
+ */
11
+ export interface ClientVpnRouteStatus {
12
+ /**
13
+ * <p>The state of the Client VPN endpoint route.</p>
14
+ */
15
+ Code?: ClientVpnRouteStatusCode | string;
16
+ /**
17
+ * <p>A message about the status of the Client VPN endpoint route, if applicable.</p>
18
+ */
19
+ Message?: string;
20
+ }
21
+ export interface CreateClientVpnRouteResult {
22
+ /**
23
+ * <p>The current state of the route.</p>
24
+ */
25
+ Status?: ClientVpnRouteStatus;
26
+ }
27
+ export interface CreateCoipCidrRequest {
28
+ /**
29
+ * <p>
30
+ * A customer-owned IP address range to create.
31
+ * </p>
32
+ */
33
+ Cidr: string | undefined;
34
+ /**
35
+ * <p>
36
+ * The ID of the address pool.
37
+ * </p>
38
+ */
39
+ CoipPoolId: string | undefined;
40
+ /**
41
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
42
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
43
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
44
+ */
45
+ DryRun?: boolean;
46
+ }
47
+ /**
48
+ * <p>
49
+ * Information about a customer-owned IP address range.
50
+ * </p>
51
+ */
52
+ export interface CoipCidr {
53
+ /**
54
+ * <p>
55
+ * An address range in a customer-owned IP address space.
56
+ * </p>
57
+ */
58
+ Cidr?: string;
59
+ /**
60
+ * <p>
61
+ * The ID of the address pool.
62
+ * </p>
63
+ */
64
+ CoipPoolId?: string;
65
+ /**
66
+ * <p>
67
+ * The ID of the local gateway route table.
68
+ * </p>
69
+ */
70
+ LocalGatewayRouteTableId?: string;
71
+ }
2
72
  export interface CreateCoipCidrResult {
3
73
  /**
4
74
  * <p>
@@ -2881,8 +2951,7 @@ export interface CreateIpamRequest {
2881
2951
  */
2882
2952
  Description?: string;
2883
2953
  /**
2884
- * <p>The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only
2885
- * discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
2954
+ * <p>The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions. </p>
2886
2955
  * <p>For more information about operating Regions, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.
2887
2956
  * </p>
2888
2957
  */
@@ -2898,8 +2967,7 @@ export interface CreateIpamRequest {
2898
2967
  ClientToken?: string;
2899
2968
  }
2900
2969
  /**
2901
- * <p>The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only
2902
- * discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
2970
+ * <p>The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
2903
2971
  * <p>For more information about operating Regions, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
2904
2972
  */
2905
2973
  export interface IpamOperatingRegion {
@@ -2935,7 +3003,7 @@ export interface Ipam {
2935
3003
  */
2936
3004
  IpamId?: string;
2937
3005
  /**
2938
- * <p>The ARN of the IPAM.</p>
3006
+ * <p>The Amazon Resource Name (ARN) of the IPAM.</p>
2939
3007
  */
2940
3008
  IpamArn?: string;
2941
3009
  /**
@@ -2960,8 +3028,7 @@ export interface Ipam {
2960
3028
  */
2961
3029
  Description?: string;
2962
3030
  /**
2963
- * <p>The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only
2964
- * discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
3031
+ * <p>The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
2965
3032
  * <p>For more information about operating Regions, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
2966
3033
  */
2967
3034
  OperatingRegions?: IpamOperatingRegion[];
@@ -2974,6 +3041,18 @@ export interface Ipam {
2974
3041
  * 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>
2975
3042
  */
2976
3043
  Tags?: Tag[];
3044
+ /**
3045
+ * <p>The IPAM's default resource discovery ID.</p>
3046
+ */
3047
+ DefaultResourceDiscoveryId?: string;
3048
+ /**
3049
+ * <p>The IPAM's default resource discovery association ID.</p>
3050
+ */
3051
+ DefaultResourceDiscoveryAssociationId?: string;
3052
+ /**
3053
+ * <p>The IPAM's resource discovery association count.</p>
3054
+ */
3055
+ ResourceDiscoveryAssociationCount?: number;
2977
3056
  }
2978
3057
  export interface CreateIpamResult {
2979
3058
  /**
@@ -2997,6 +3076,10 @@ export interface RequestIpamResourceTag {
2997
3076
  export declare enum IpamPoolAwsService {
2998
3077
  ec2 = "ec2"
2999
3078
  }
3079
+ export declare enum IpamPoolPublicIpSource {
3080
+ amazon = "amazon",
3081
+ byoip = "byoip"
3082
+ }
3000
3083
  export interface CreateIpamPoolRequest {
3001
3084
  /**
3002
3085
  * <p>A check for whether you have the required permissions for the action without actually making the request
@@ -3072,6 +3155,11 @@ export interface CreateIpamPoolRequest {
3072
3155
  * <p>Limits which service in Amazon Web Services that the pool can be used in. "ec2", for example, allows users to use space for Elastic IP addresses and VPCs.</p>
3073
3156
  */
3074
3157
  AwsService?: IpamPoolAwsService | string;
3158
+ /**
3159
+ * <p>The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is <code>byoip</code>. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/intro-create-ipv6-pools.html">Create IPv6 pools</a> in the <i>Amazon VPC IPAM User Guide</i>.
3160
+ * By default, you can add only one Amazon-provided IPv6 CIDR block to a top-level IPv6 pool if PublicIpSource is <code>amazon</code>. For information on increasing the default limit, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/quotas-ipam.html"> Quotas for your IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
3161
+ */
3162
+ PublicIpSource?: IpamPoolPublicIpSource | string;
3075
3163
  }
3076
3164
  /**
3077
3165
  * <p>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.
@@ -3122,7 +3210,7 @@ export interface IpamPool {
3122
3210
  */
3123
3211
  SourceIpamPoolId?: string;
3124
3212
  /**
3125
- * <p>The ARN of the IPAM pool.</p>
3213
+ * <p>The Amazon Resource Name (ARN) of the IPAM pool.</p>
3126
3214
  */
3127
3215
  IpamPoolArn?: string;
3128
3216
  /**
@@ -3207,6 +3295,11 @@ export interface IpamPool {
3207
3295
  * <p>Limits which service in Amazon Web Services that the pool can be used in. "ec2", for example, allows users to use space for Elastic IP addresses and VPCs.</p>
3208
3296
  */
3209
3297
  AwsService?: IpamPoolAwsService | string;
3298
+ /**
3299
+ * <p>The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is <code>BYOIP</code>. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/intro-create-ipv6-pools.html">Create IPv6 pools</a> in the <i>Amazon VPC IPAM User Guide</i>.
3300
+ * By default, you can add only one Amazon-provided IPv6 CIDR block to a top-level IPv6 pool. For information on increasing the default limit, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/quotas-ipam.html"> Quotas for your IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
3301
+ */
3302
+ PublicIpSource?: IpamPoolPublicIpSource | string;
3210
3303
  }
3211
3304
  export interface CreateIpamPoolResult {
3212
3305
  /**
@@ -3214,6 +3307,141 @@ export interface CreateIpamPoolResult {
3214
3307
  */
3215
3308
  IpamPool?: IpamPool;
3216
3309
  }
3310
+ export interface CreateIpamResourceDiscoveryRequest {
3311
+ /**
3312
+ * <p>A check for whether you have the required permissions for the action without actually making the request
3313
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
3314
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3315
+ */
3316
+ DryRun?: boolean;
3317
+ /**
3318
+ * <p>A description for the IPAM resource discovery.</p>
3319
+ */
3320
+ Description?: string;
3321
+ /**
3322
+ * <p>Operating Regions for the IPAM resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
3323
+ */
3324
+ OperatingRegions?: AddIpamOperatingRegion[];
3325
+ /**
3326
+ * <p>Tag specifications for the IPAM resource discovery.</p>
3327
+ */
3328
+ TagSpecifications?: TagSpecification[];
3329
+ /**
3330
+ * <p>A client token for the IPAM resource discovery.</p>
3331
+ */
3332
+ ClientToken?: string;
3333
+ }
3334
+ export declare enum IpamResourceDiscoveryState {
3335
+ CREATE_COMPLETE = "create-complete",
3336
+ CREATE_FAILED = "create-failed",
3337
+ CREATE_IN_PROGRESS = "create-in-progress",
3338
+ DELETE_COMPLETE = "delete-complete",
3339
+ DELETE_FAILED = "delete-failed",
3340
+ DELETE_IN_PROGRESS = "delete-in-progress",
3341
+ ISOLATE_COMPLETE = "isolate-complete",
3342
+ ISOLATE_IN_PROGRESS = "isolate-in-progress",
3343
+ MODIFY_COMPLETE = "modify-complete",
3344
+ MODIFY_FAILED = "modify-failed",
3345
+ MODIFY_IN_PROGRESS = "modify-in-progress",
3346
+ RESTORE_IN_PROGRESS = "restore-in-progress"
3347
+ }
3348
+ /**
3349
+ * <p>A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.</p>
3350
+ */
3351
+ export interface IpamResourceDiscovery {
3352
+ /**
3353
+ * <p>The ID of the owner.</p>
3354
+ */
3355
+ OwnerId?: string;
3356
+ /**
3357
+ * <p>The resource discovery ID.</p>
3358
+ */
3359
+ IpamResourceDiscoveryId?: string;
3360
+ /**
3361
+ * <p>The resource discovery Amazon Resource Name (ARN).</p>
3362
+ */
3363
+ IpamResourceDiscoveryArn?: string;
3364
+ /**
3365
+ * <p>The resource discovery Region.</p>
3366
+ */
3367
+ IpamResourceDiscoveryRegion?: string;
3368
+ /**
3369
+ * <p>The resource discovery description.</p>
3370
+ */
3371
+ Description?: string;
3372
+ /**
3373
+ * <p>The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
3374
+ */
3375
+ OperatingRegions?: IpamOperatingRegion[];
3376
+ /**
3377
+ * <p>Defines if the resource discovery is the default. The default resource discovery is the resource discovery automatically created when you create an IPAM.</p>
3378
+ */
3379
+ IsDefault?: boolean;
3380
+ /**
3381
+ * <p>The lifecycle state of the resource discovery.</p>
3382
+ * <ul>
3383
+ * <li>
3384
+ * <p>
3385
+ * <code>create-in-progress</code> - Resource discovery is being created.</p>
3386
+ * </li>
3387
+ * <li>
3388
+ * <p>
3389
+ * <code>create-complete</code> - Resource discovery creation is complete.</p>
3390
+ * </li>
3391
+ * <li>
3392
+ * <p>
3393
+ * <code>create-failed</code> - Resource discovery creation has failed.</p>
3394
+ * </li>
3395
+ * <li>
3396
+ * <p>
3397
+ * <code>modify-in-progress</code> - Resource discovery is being modified.</p>
3398
+ * </li>
3399
+ * <li>
3400
+ * <p>
3401
+ * <code>modify-complete</code> - Resource discovery modification is complete.</p>
3402
+ * </li>
3403
+ * <li>
3404
+ * <p>
3405
+ * <code>modify-failed</code> - Resource discovery modification has failed.</p>
3406
+ * </li>
3407
+ * <li>
3408
+ * <p>
3409
+ * <code>delete-in-progress</code> - Resource discovery is being deleted.</p>
3410
+ * </li>
3411
+ * <li>
3412
+ * <p>
3413
+ * <code>delete-complete</code> - Resource discovery deletion is complete.</p>
3414
+ * </li>
3415
+ * <li>
3416
+ * <p>
3417
+ * <code>delete-failed</code> - Resource discovery deletion has failed.</p>
3418
+ * </li>
3419
+ * <li>
3420
+ * <p>
3421
+ * <code>isolate-in-progress</code> - Amazon Web Services account that created the resource discovery has been removed and the resource discovery is being isolated.</p>
3422
+ * </li>
3423
+ * <li>
3424
+ * <p>
3425
+ * <code>isolate-complete</code> - Resource discovery isolation is complete.</p>
3426
+ * </li>
3427
+ * <li>
3428
+ * <p>
3429
+ * <code>restore-in-progress</code> - Amazon Web Services account that created the resource discovery and was isolated has been restored.</p>
3430
+ * </li>
3431
+ * </ul>
3432
+ */
3433
+ State?: IpamResourceDiscoveryState | string;
3434
+ /**
3435
+ * <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
3436
+ */
3437
+ Tags?: Tag[];
3438
+ }
3439
+ export interface CreateIpamResourceDiscoveryResult {
3440
+ /**
3441
+ * <p>An IPAM resource discovery.</p>
3442
+ */
3443
+ IpamResourceDiscovery?: IpamResourceDiscovery;
3444
+ }
3217
3445
  export interface CreateIpamScopeRequest {
3218
3446
  /**
3219
3447
  * <p>A check for whether you have the required permissions for the action without actually making the request
@@ -3267,7 +3495,7 @@ export interface IpamScope {
3267
3495
  */
3268
3496
  IpamScopeId?: string;
3269
3497
  /**
3270
- * <p>The ARN of the scope.</p>
3498
+ * <p>The Amazon Resource Name (ARN) of the scope.</p>
3271
3499
  */
3272
3500
  IpamScopeArn?: string;
3273
3501
  /**
@@ -7319,266 +7547,22 @@ export interface RouteTable {
7319
7547
  */
7320
7548
  OwnerId?: string;
7321
7549
  }
7322
- export interface CreateRouteTableResult {
7323
- /**
7324
- * <p>Information about the route table.</p>
7325
- */
7326
- RouteTable?: RouteTable;
7327
- }
7328
- export interface CreateSecurityGroupRequest {
7329
- /**
7330
- * <p>A description for the security group. This is informational only.</p>
7331
- * <p>Constraints: Up to 255 characters in length</p>
7332
- * <p>Constraints for EC2-Classic: ASCII characters</p>
7333
- * <p>Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*</p>
7334
- */
7335
- Description: string | undefined;
7336
- /**
7337
- * <p>The name of the security group.</p>
7338
- * <p>Constraints: Up to 255 characters in length. Cannot start with
7339
- * <code>sg-</code>.</p>
7340
- * <p>Constraints for EC2-Classic: ASCII characters</p>
7341
- * <p>Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*</p>
7342
- */
7343
- GroupName: string | undefined;
7344
- /**
7345
- * <p>[EC2-VPC] The ID of the VPC. Required for EC2-VPC.</p>
7346
- */
7347
- VpcId?: string;
7348
- /**
7349
- * <p>The tags to assign to the security group.</p>
7350
- */
7351
- TagSpecifications?: TagSpecification[];
7352
- /**
7353
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7354
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7355
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7356
- */
7357
- DryRun?: boolean;
7358
- }
7359
- export interface CreateSecurityGroupResult {
7360
- /**
7361
- * <p>The ID of the security group.</p>
7362
- */
7363
- GroupId?: string;
7364
- /**
7365
- * <p>The tags assigned to the security group.</p>
7366
- */
7367
- Tags?: Tag[];
7368
- }
7369
- export interface CreateSnapshotRequest {
7370
- /**
7371
- * <p>A description for the snapshot.</p>
7372
- */
7373
- Description?: string;
7374
- /**
7375
- * <p>The Amazon Resource Name (ARN) of the Outpost on which to create a local
7376
- * snapshot.</p>
7377
- * <ul>
7378
- * <li>
7379
- * <p>To create a snapshot of a volume in a Region, omit this parameter. The snapshot
7380
- * is created in the same Region as the volume.</p>
7381
- * </li>
7382
- * <li>
7383
- * <p>To create a snapshot of a volume on an Outpost and store the snapshot in the
7384
- * Region, omit this parameter. The snapshot is created in the Region for the
7385
- * Outpost.</p>
7386
- * </li>
7387
- * <li>
7388
- * <p>To create a snapshot of a volume on an Outpost and store the snapshot on an
7389
- * Outpost, specify the ARN of the destination Outpost. The snapshot must be created on
7390
- * the same Outpost as the volume.</p>
7391
- * </li>
7392
- * </ul>
7393
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshots-outposts.html#create-snapshot">Create local snapshots from volumes on an Outpost</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
7394
- */
7395
- OutpostArn?: string;
7396
- /**
7397
- * <p>The ID of the Amazon EBS volume.</p>
7398
- */
7399
- VolumeId: string | undefined;
7400
- /**
7401
- * <p>The tags to apply to the snapshot during creation.</p>
7402
- */
7403
- TagSpecifications?: TagSpecification[];
7404
- /**
7405
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7406
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7407
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7408
- */
7409
- DryRun?: boolean;
7410
- }
7411
- export declare enum SnapshotState {
7412
- completed = "completed",
7413
- error = "error",
7414
- pending = "pending",
7415
- recoverable = "recoverable",
7416
- recovering = "recovering"
7417
- }
7418
- export declare enum StorageTier {
7419
- archive = "archive",
7420
- standard = "standard"
7421
- }
7422
7550
  /**
7423
- * <p>Describes a snapshot.</p>
7551
+ * @internal
7424
7552
  */
7425
- export interface Snapshot {
7426
- /**
7427
- * <p>The data encryption key identifier for the snapshot. This value is a unique identifier
7428
- * that corresponds to the data encryption key that was used to encrypt the original volume or
7429
- * snapshot copy. Because data encryption keys are inherited by volumes created from snapshots,
7430
- * and vice versa, if snapshots share the same data encryption key identifier, then they belong
7431
- * to the same volume/snapshot lineage. This parameter is only returned by <a>DescribeSnapshots</a>.</p>
7432
- */
7433
- DataEncryptionKeyId?: string;
7434
- /**
7435
- * <p>The description for the snapshot.</p>
7436
- */
7437
- Description?: string;
7438
- /**
7439
- * <p>Indicates whether the snapshot is encrypted.</p>
7440
- */
7441
- Encrypted?: boolean;
7442
- /**
7443
- * <p>The Amazon Resource Name (ARN) of the Key Management Service (KMS) KMS key that was used to protect the
7444
- * volume encryption key for the parent volume.</p>
7445
- */
7446
- KmsKeyId?: string;
7447
- /**
7448
- * <p>The ID of the Amazon Web Services account that owns the EBS snapshot.</p>
7449
- */
7450
- OwnerId?: string;
7451
- /**
7452
- * <p>The progress of the snapshot, as a percentage.</p>
7453
- */
7454
- Progress?: string;
7455
- /**
7456
- * <p>The ID of the snapshot. Each snapshot receives a unique identifier when it is
7457
- * created.</p>
7458
- */
7459
- SnapshotId?: string;
7460
- /**
7461
- * <p>The time stamp when the snapshot was initiated.</p>
7462
- */
7463
- StartTime?: Date;
7464
- /**
7465
- * <p>The snapshot state.</p>
7466
- */
7467
- State?: SnapshotState | string;
7468
- /**
7469
- * <p>Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails
7470
- * (for example, if the proper Key Management Service (KMS) permissions are not obtained) this field displays error
7471
- * state details to help you diagnose why the error occurred. This parameter is only returned by
7472
- * <a>DescribeSnapshots</a>.</p>
7473
- */
7474
- StateMessage?: string;
7475
- /**
7476
- * <p>The ID of the volume that was used to create the snapshot. Snapshots created by the <a>CopySnapshot</a> action have an arbitrary volume ID that should not be used for any
7477
- * purpose.</p>
7478
- */
7479
- VolumeId?: string;
7480
- /**
7481
- * <p>The size of the volume, in GiB.</p>
7482
- */
7483
- VolumeSize?: number;
7484
- /**
7485
- * <p>The Amazon Web Services owner alias, from an Amazon-maintained list (<code>amazon</code>). This is not
7486
- * the user-configured Amazon Web Services account alias set using the IAM console.</p>
7487
- */
7488
- OwnerAlias?: string;
7489
- /**
7490
- * <p>The ARN of the Outpost on which the snapshot is stored. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshots-outposts.html">Amazon EBS local snapshots on Outposts</a> in the
7491
- * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
7492
- */
7493
- OutpostArn?: string;
7494
- /**
7495
- * <p>Any tags assigned to the snapshot.</p>
7496
- */
7497
- Tags?: Tag[];
7498
- /**
7499
- * <p>The storage tier in which the snapshot is stored. <code>standard</code> indicates
7500
- * that the snapshot is stored in the standard snapshot storage tier and that it is ready
7501
- * for use. <code>archive</code> indicates that the snapshot is currently archived and that
7502
- * it must be restored before it can be used.</p>
7503
- */
7504
- StorageTier?: StorageTier | string;
7505
- /**
7506
- * <p>Only for archived snapshots that are temporarily restored. Indicates the date and
7507
- * time when a temporarily restored snapshot will be automatically re-archived.</p>
7508
- */
7509
- RestoreExpiryTime?: Date;
7510
- }
7511
- export declare enum CopyTagsFromSource {
7512
- volume = "volume"
7513
- }
7553
+ export declare const ClientVpnRouteStatusFilterSensitiveLog: (obj: ClientVpnRouteStatus) => any;
7514
7554
  /**
7515
- * <p>The instance details to specify which volumes should be snapshotted.</p>
7555
+ * @internal
7516
7556
  */
7517
- export interface InstanceSpecification {
7518
- /**
7519
- * <p>The instance to specify which volumes should be snapshotted.</p>
7520
- */
7521
- InstanceId?: string;
7522
- /**
7523
- * <p>Excludes the root volume from being snapshotted.</p>
7524
- */
7525
- ExcludeBootVolume?: boolean;
7526
- /**
7527
- * <p>The IDs of the data (non-root) volumes to exclude from the multi-volume snapshot set.
7528
- * If you specify the ID of the root volume, the request fails. To exclude the root volume,
7529
- * use <b>ExcludeBootVolume</b>.</p>
7530
- * <p>You can specify up to 40 volume IDs per request.</p>
7531
- */
7532
- ExcludeDataVolumeIds?: string[];
7533
- }
7534
- export interface CreateSnapshotsRequest {
7535
- /**
7536
- * <p> A description propagated to every snapshot specified by the instance.</p>
7537
- */
7538
- Description?: string;
7539
- /**
7540
- * <p>The instance to specify which volumes should be included in the snapshots.</p>
7541
- */
7542
- InstanceSpecification: InstanceSpecification | undefined;
7543
- /**
7544
- * <p>The Amazon Resource Name (ARN) of the Outpost on which to create the local
7545
- * snapshots.</p>
7546
- * <ul>
7547
- * <li>
7548
- * <p>To create snapshots from an instance in a Region, omit this parameter. The
7549
- * snapshots are created in the same Region as the instance.</p>
7550
- * </li>
7551
- * <li>
7552
- * <p>To create snapshots from an instance on an Outpost and store the snapshots
7553
- * in the Region, omit this parameter. The snapshots are created in the Region
7554
- * for the Outpost.</p>
7555
- * </li>
7556
- * <li>
7557
- * <p>To create snapshots from an instance on an Outpost and store the snapshots
7558
- * on an Outpost, specify the ARN of the destination Outpost. The snapshots must
7559
- * be created on the same Outpost as the instance.</p>
7560
- * </li>
7561
- * </ul>
7562
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshots-outposts.html#create-multivol-snapshot">
7563
- * Create multi-volume local snapshots from instances on an Outpost</a> in the
7564
- * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
7565
- */
7566
- OutpostArn?: string;
7567
- /**
7568
- * <p>Tags to apply to every snapshot specified by the instance.</p>
7569
- */
7570
- TagSpecifications?: TagSpecification[];
7571
- /**
7572
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7573
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7574
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7575
- */
7576
- DryRun?: boolean;
7577
- /**
7578
- * <p>Copies the tags from the specified volume to corresponding snapshot.</p>
7579
- */
7580
- CopyTagsFromSource?: CopyTagsFromSource | string;
7581
- }
7557
+ export declare const CreateClientVpnRouteResultFilterSensitiveLog: (obj: CreateClientVpnRouteResult) => any;
7558
+ /**
7559
+ * @internal
7560
+ */
7561
+ export declare const CreateCoipCidrRequestFilterSensitiveLog: (obj: CreateCoipCidrRequest) => any;
7562
+ /**
7563
+ * @internal
7564
+ */
7565
+ export declare const CoipCidrFilterSensitiveLog: (obj: CoipCidr) => any;
7582
7566
  /**
7583
7567
  * @internal
7584
7568
  */
@@ -7935,6 +7919,18 @@ export declare const IpamPoolFilterSensitiveLog: (obj: IpamPool) => any;
7935
7919
  * @internal
7936
7920
  */
7937
7921
  export declare const CreateIpamPoolResultFilterSensitiveLog: (obj: CreateIpamPoolResult) => any;
7922
+ /**
7923
+ * @internal
7924
+ */
7925
+ export declare const CreateIpamResourceDiscoveryRequestFilterSensitiveLog: (obj: CreateIpamResourceDiscoveryRequest) => any;
7926
+ /**
7927
+ * @internal
7928
+ */
7929
+ export declare const IpamResourceDiscoveryFilterSensitiveLog: (obj: IpamResourceDiscovery) => any;
7930
+ /**
7931
+ * @internal
7932
+ */
7933
+ export declare const CreateIpamResourceDiscoveryResultFilterSensitiveLog: (obj: CreateIpamResourceDiscoveryResult) => any;
7938
7934
  /**
7939
7935
  * @internal
7940
7936
  */
@@ -8471,31 +8467,3 @@ export declare const RouteFilterSensitiveLog: (obj: Route) => any;
8471
8467
  * @internal
8472
8468
  */
8473
8469
  export declare const RouteTableFilterSensitiveLog: (obj: RouteTable) => any;
8474
- /**
8475
- * @internal
8476
- */
8477
- export declare const CreateRouteTableResultFilterSensitiveLog: (obj: CreateRouteTableResult) => any;
8478
- /**
8479
- * @internal
8480
- */
8481
- export declare const CreateSecurityGroupRequestFilterSensitiveLog: (obj: CreateSecurityGroupRequest) => any;
8482
- /**
8483
- * @internal
8484
- */
8485
- export declare const CreateSecurityGroupResultFilterSensitiveLog: (obj: CreateSecurityGroupResult) => any;
8486
- /**
8487
- * @internal
8488
- */
8489
- export declare const CreateSnapshotRequestFilterSensitiveLog: (obj: CreateSnapshotRequest) => any;
8490
- /**
8491
- * @internal
8492
- */
8493
- export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
8494
- /**
8495
- * @internal
8496
- */
8497
- export declare const InstanceSpecificationFilterSensitiveLog: (obj: InstanceSpecification) => any;
8498
- /**
8499
- * @internal
8500
- */
8501
- export declare const CreateSnapshotsRequestFilterSensitiveLog: (obj: CreateSnapshotsRequest) => any;