@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
@@ -13,7 +13,6 @@ import {
13
13
  AddPrefixListEntry,
14
14
  AddressFamily,
15
15
  AttachmentStatus,
16
- CoipCidr,
17
16
  CurrencyCodeValues,
18
17
  InstanceEventWindow,
19
18
  Ipv4PrefixSpecification,
@@ -30,6 +29,29 @@ import {
30
29
  VpcIpv6CidrBlockAssociation,
31
30
  WeekDay,
32
31
  } from "./models_0";
32
+ export declare enum ClientVpnRouteStatusCode {
33
+ active = "active",
34
+ creating = "creating",
35
+ deleting = "deleting",
36
+ failed = "failed",
37
+ }
38
+ export interface ClientVpnRouteStatus {
39
+ Code?: ClientVpnRouteStatusCode | string;
40
+ Message?: string;
41
+ }
42
+ export interface CreateClientVpnRouteResult {
43
+ Status?: ClientVpnRouteStatus;
44
+ }
45
+ export interface CreateCoipCidrRequest {
46
+ Cidr: string | undefined;
47
+ CoipPoolId: string | undefined;
48
+ DryRun?: boolean;
49
+ }
50
+ export interface CoipCidr {
51
+ Cidr?: string;
52
+ CoipPoolId?: string;
53
+ LocalGatewayRouteTableId?: string;
54
+ }
33
55
  export interface CreateCoipCidrResult {
34
56
  CoipCidr?: CoipCidr;
35
57
  }
@@ -717,6 +739,9 @@ export interface Ipam {
717
739
  OperatingRegions?: IpamOperatingRegion[];
718
740
  State?: IpamState | string;
719
741
  Tags?: Tag[];
742
+ DefaultResourceDiscoveryId?: string;
743
+ DefaultResourceDiscoveryAssociationId?: string;
744
+ ResourceDiscoveryAssociationCount?: number;
720
745
  }
721
746
  export interface CreateIpamResult {
722
747
  Ipam?: Ipam;
@@ -728,6 +753,10 @@ export interface RequestIpamResourceTag {
728
753
  export declare enum IpamPoolAwsService {
729
754
  ec2 = "ec2",
730
755
  }
756
+ export declare enum IpamPoolPublicIpSource {
757
+ amazon = "amazon",
758
+ byoip = "byoip",
759
+ }
731
760
  export interface CreateIpamPoolRequest {
732
761
  DryRun?: boolean;
733
762
  IpamScopeId: string | undefined;
@@ -744,6 +773,7 @@ export interface CreateIpamPoolRequest {
744
773
  TagSpecifications?: TagSpecification[];
745
774
  ClientToken?: string;
746
775
  AwsService?: IpamPoolAwsService | string;
776
+ PublicIpSource?: IpamPoolPublicIpSource | string;
747
777
  }
748
778
  export interface IpamResourceTag {
749
779
  Key?: string;
@@ -790,10 +820,46 @@ export interface IpamPool {
790
820
  AllocationResourceTags?: IpamResourceTag[];
791
821
  Tags?: Tag[];
792
822
  AwsService?: IpamPoolAwsService | string;
823
+ PublicIpSource?: IpamPoolPublicIpSource | string;
793
824
  }
794
825
  export interface CreateIpamPoolResult {
795
826
  IpamPool?: IpamPool;
796
827
  }
828
+ export interface CreateIpamResourceDiscoveryRequest {
829
+ DryRun?: boolean;
830
+ Description?: string;
831
+ OperatingRegions?: AddIpamOperatingRegion[];
832
+ TagSpecifications?: TagSpecification[];
833
+ ClientToken?: string;
834
+ }
835
+ export declare enum IpamResourceDiscoveryState {
836
+ CREATE_COMPLETE = "create-complete",
837
+ CREATE_FAILED = "create-failed",
838
+ CREATE_IN_PROGRESS = "create-in-progress",
839
+ DELETE_COMPLETE = "delete-complete",
840
+ DELETE_FAILED = "delete-failed",
841
+ DELETE_IN_PROGRESS = "delete-in-progress",
842
+ ISOLATE_COMPLETE = "isolate-complete",
843
+ ISOLATE_IN_PROGRESS = "isolate-in-progress",
844
+ MODIFY_COMPLETE = "modify-complete",
845
+ MODIFY_FAILED = "modify-failed",
846
+ MODIFY_IN_PROGRESS = "modify-in-progress",
847
+ RESTORE_IN_PROGRESS = "restore-in-progress",
848
+ }
849
+ export interface IpamResourceDiscovery {
850
+ OwnerId?: string;
851
+ IpamResourceDiscoveryId?: string;
852
+ IpamResourceDiscoveryArn?: string;
853
+ IpamResourceDiscoveryRegion?: string;
854
+ Description?: string;
855
+ OperatingRegions?: IpamOperatingRegion[];
856
+ IsDefault?: boolean;
857
+ State?: IpamResourceDiscoveryState | string;
858
+ Tags?: Tag[];
859
+ }
860
+ export interface CreateIpamResourceDiscoveryResult {
861
+ IpamResourceDiscovery?: IpamResourceDiscovery;
862
+ }
797
863
  export interface CreateIpamScopeRequest {
798
864
  DryRun?: boolean;
799
865
  IpamId: string | undefined;
@@ -1888,73 +1954,16 @@ export interface RouteTable {
1888
1954
  VpcId?: string;
1889
1955
  OwnerId?: string;
1890
1956
  }
1891
- export interface CreateRouteTableResult {
1892
- RouteTable?: RouteTable;
1893
- }
1894
- export interface CreateSecurityGroupRequest {
1895
- Description: string | undefined;
1896
- GroupName: string | undefined;
1897
- VpcId?: string;
1898
- TagSpecifications?: TagSpecification[];
1899
- DryRun?: boolean;
1900
- }
1901
- export interface CreateSecurityGroupResult {
1902
- GroupId?: string;
1903
- Tags?: Tag[];
1904
- }
1905
- export interface CreateSnapshotRequest {
1906
- Description?: string;
1907
- OutpostArn?: string;
1908
- VolumeId: string | undefined;
1909
- TagSpecifications?: TagSpecification[];
1910
- DryRun?: boolean;
1911
- }
1912
- export declare enum SnapshotState {
1913
- completed = "completed",
1914
- error = "error",
1915
- pending = "pending",
1916
- recoverable = "recoverable",
1917
- recovering = "recovering",
1918
- }
1919
- export declare enum StorageTier {
1920
- archive = "archive",
1921
- standard = "standard",
1922
- }
1923
- export interface Snapshot {
1924
- DataEncryptionKeyId?: string;
1925
- Description?: string;
1926
- Encrypted?: boolean;
1927
- KmsKeyId?: string;
1928
- OwnerId?: string;
1929
- Progress?: string;
1930
- SnapshotId?: string;
1931
- StartTime?: Date;
1932
- State?: SnapshotState | string;
1933
- StateMessage?: string;
1934
- VolumeId?: string;
1935
- VolumeSize?: number;
1936
- OwnerAlias?: string;
1937
- OutpostArn?: string;
1938
- Tags?: Tag[];
1939
- StorageTier?: StorageTier | string;
1940
- RestoreExpiryTime?: Date;
1941
- }
1942
- export declare enum CopyTagsFromSource {
1943
- volume = "volume",
1944
- }
1945
- export interface InstanceSpecification {
1946
- InstanceId?: string;
1947
- ExcludeBootVolume?: boolean;
1948
- ExcludeDataVolumeIds?: string[];
1949
- }
1950
- export interface CreateSnapshotsRequest {
1951
- Description?: string;
1952
- InstanceSpecification: InstanceSpecification | undefined;
1953
- OutpostArn?: string;
1954
- TagSpecifications?: TagSpecification[];
1955
- DryRun?: boolean;
1956
- CopyTagsFromSource?: CopyTagsFromSource | string;
1957
- }
1957
+ export declare const ClientVpnRouteStatusFilterSensitiveLog: (
1958
+ obj: ClientVpnRouteStatus
1959
+ ) => any;
1960
+ export declare const CreateClientVpnRouteResultFilterSensitiveLog: (
1961
+ obj: CreateClientVpnRouteResult
1962
+ ) => any;
1963
+ export declare const CreateCoipCidrRequestFilterSensitiveLog: (
1964
+ obj: CreateCoipCidrRequest
1965
+ ) => any;
1966
+ export declare const CoipCidrFilterSensitiveLog: (obj: CoipCidr) => any;
1958
1967
  export declare const CreateCoipCidrResultFilterSensitiveLog: (
1959
1968
  obj: CreateCoipCidrResult
1960
1969
  ) => any;
@@ -2204,6 +2213,15 @@ export declare const IpamPoolFilterSensitiveLog: (obj: IpamPool) => any;
2204
2213
  export declare const CreateIpamPoolResultFilterSensitiveLog: (
2205
2214
  obj: CreateIpamPoolResult
2206
2215
  ) => any;
2216
+ export declare const CreateIpamResourceDiscoveryRequestFilterSensitiveLog: (
2217
+ obj: CreateIpamResourceDiscoveryRequest
2218
+ ) => any;
2219
+ export declare const IpamResourceDiscoveryFilterSensitiveLog: (
2220
+ obj: IpamResourceDiscovery
2221
+ ) => any;
2222
+ export declare const CreateIpamResourceDiscoveryResultFilterSensitiveLog: (
2223
+ obj: CreateIpamResourceDiscoveryResult
2224
+ ) => any;
2207
2225
  export declare const CreateIpamScopeRequestFilterSensitiveLog: (
2208
2226
  obj: CreateIpamScopeRequest
2209
2227
  ) => any;
@@ -2590,22 +2608,3 @@ export declare const PropagatingVgwFilterSensitiveLog: (
2590
2608
  ) => any;
2591
2609
  export declare const RouteFilterSensitiveLog: (obj: Route) => any;
2592
2610
  export declare const RouteTableFilterSensitiveLog: (obj: RouteTable) => any;
2593
- export declare const CreateRouteTableResultFilterSensitiveLog: (
2594
- obj: CreateRouteTableResult
2595
- ) => any;
2596
- export declare const CreateSecurityGroupRequestFilterSensitiveLog: (
2597
- obj: CreateSecurityGroupRequest
2598
- ) => any;
2599
- export declare const CreateSecurityGroupResultFilterSensitiveLog: (
2600
- obj: CreateSecurityGroupResult
2601
- ) => any;
2602
- export declare const CreateSnapshotRequestFilterSensitiveLog: (
2603
- obj: CreateSnapshotRequest
2604
- ) => any;
2605
- export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
2606
- export declare const InstanceSpecificationFilterSensitiveLog: (
2607
- obj: InstanceSpecification
2608
- ) => any;
2609
- export declare const CreateSnapshotsRequestFilterSensitiveLog: (
2610
- obj: CreateSnapshotsRequest
2611
- ) => any;
@@ -2,8 +2,6 @@ import {
2
2
  ApplianceModeSupportValue,
3
3
  CarrierGateway,
4
4
  ClientVpnEndpointStatus,
5
- ClientVpnRouteStatus,
6
- CoipCidr,
7
5
  DeviceTrustProviderType,
8
6
  DnsSupportValue,
9
7
  DynamicRoutingValue,
@@ -25,10 +23,13 @@ import {
25
23
  VpcPeeringConnection,
26
24
  } from "./models_0";
27
25
  import {
26
+ ClientVpnRouteStatus,
27
+ CoipCidr,
28
28
  CoipPool,
29
29
  GatewayType,
30
30
  Ipam,
31
31
  IpamPool,
32
+ IpamResourceDiscovery,
32
33
  IpamScope,
33
34
  LaunchTemplate,
34
35
  LocalGatewayRoute,
@@ -36,12 +37,79 @@ import {
36
37
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
37
38
  LocalGatewayRouteTableVpcAssociation,
38
39
  ManagedPrefixList,
39
- SnapshotState,
40
+ RouteTable,
40
41
  Subnet,
41
42
  Tenancy,
42
43
  VolumeType,
43
44
  Vpc,
44
45
  } from "./models_1";
46
+ export interface CreateRouteTableResult {
47
+ RouteTable?: RouteTable;
48
+ }
49
+ export interface CreateSecurityGroupRequest {
50
+ Description: string | undefined;
51
+ GroupName: string | undefined;
52
+ VpcId?: string;
53
+ TagSpecifications?: TagSpecification[];
54
+ DryRun?: boolean;
55
+ }
56
+ export interface CreateSecurityGroupResult {
57
+ GroupId?: string;
58
+ Tags?: Tag[];
59
+ }
60
+ export interface CreateSnapshotRequest {
61
+ Description?: string;
62
+ OutpostArn?: string;
63
+ VolumeId: string | undefined;
64
+ TagSpecifications?: TagSpecification[];
65
+ DryRun?: boolean;
66
+ }
67
+ export declare enum SnapshotState {
68
+ completed = "completed",
69
+ error = "error",
70
+ pending = "pending",
71
+ recoverable = "recoverable",
72
+ recovering = "recovering",
73
+ }
74
+ export declare enum StorageTier {
75
+ archive = "archive",
76
+ standard = "standard",
77
+ }
78
+ export interface Snapshot {
79
+ DataEncryptionKeyId?: string;
80
+ Description?: string;
81
+ Encrypted?: boolean;
82
+ KmsKeyId?: string;
83
+ OwnerId?: string;
84
+ Progress?: string;
85
+ SnapshotId?: string;
86
+ StartTime?: Date;
87
+ State?: SnapshotState | string;
88
+ StateMessage?: string;
89
+ VolumeId?: string;
90
+ VolumeSize?: number;
91
+ OwnerAlias?: string;
92
+ OutpostArn?: string;
93
+ Tags?: Tag[];
94
+ StorageTier?: StorageTier | string;
95
+ RestoreExpiryTime?: Date;
96
+ }
97
+ export declare enum CopyTagsFromSource {
98
+ volume = "volume",
99
+ }
100
+ export interface InstanceSpecification {
101
+ InstanceId?: string;
102
+ ExcludeBootVolume?: boolean;
103
+ ExcludeDataVolumeIds?: string[];
104
+ }
105
+ export interface CreateSnapshotsRequest {
106
+ Description?: string;
107
+ InstanceSpecification: InstanceSpecification | undefined;
108
+ OutpostArn?: string;
109
+ TagSpecifications?: TagSpecification[];
110
+ DryRun?: boolean;
111
+ CopyTagsFromSource?: CopyTagsFromSource | string;
112
+ }
45
113
  export interface SnapshotInfo {
46
114
  Description?: string;
47
115
  Tags?: Tag[];
@@ -1358,6 +1426,13 @@ export interface DeleteIpamPoolRequest {
1358
1426
  export interface DeleteIpamPoolResult {
1359
1427
  IpamPool?: IpamPool;
1360
1428
  }
1429
+ export interface DeleteIpamResourceDiscoveryRequest {
1430
+ DryRun?: boolean;
1431
+ IpamResourceDiscoveryId: string | undefined;
1432
+ }
1433
+ export interface DeleteIpamResourceDiscoveryResult {
1434
+ IpamResourceDiscovery?: IpamResourceDiscovery;
1435
+ }
1361
1436
  export interface DeleteIpamScopeRequest {
1362
1437
  DryRun?: boolean;
1363
1438
  IpamScopeId: string | undefined;
@@ -1617,50 +1692,25 @@ export interface DeleteTransitGatewayConnectRequest {
1617
1692
  TransitGatewayAttachmentId: string | undefined;
1618
1693
  DryRun?: boolean;
1619
1694
  }
1620
- export interface DeleteTransitGatewayConnectResult {
1621
- TransitGatewayConnect?: TransitGatewayConnect;
1622
- }
1623
- export interface DeleteTransitGatewayConnectPeerRequest {
1624
- TransitGatewayConnectPeerId: string | undefined;
1625
- DryRun?: boolean;
1626
- }
1627
- export interface DeleteTransitGatewayConnectPeerResult {
1628
- TransitGatewayConnectPeer?: TransitGatewayConnectPeer;
1629
- }
1630
- export interface DeleteTransitGatewayMulticastDomainRequest {
1631
- TransitGatewayMulticastDomainId: string | undefined;
1632
- DryRun?: boolean;
1633
- }
1634
- export interface DeleteTransitGatewayMulticastDomainResult {
1635
- TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain;
1636
- }
1637
- export interface DeleteTransitGatewayPeeringAttachmentRequest {
1638
- TransitGatewayAttachmentId: string | undefined;
1639
- DryRun?: boolean;
1640
- }
1641
- export interface DeleteTransitGatewayPeeringAttachmentResult {
1642
- TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
1643
- }
1644
- export interface DeleteTransitGatewayPolicyTableRequest {
1645
- TransitGatewayPolicyTableId: string | undefined;
1646
- DryRun?: boolean;
1647
- }
1648
- export interface DeleteTransitGatewayPolicyTableResult {
1649
- TransitGatewayPolicyTable?: TransitGatewayPolicyTable;
1650
- }
1651
- export interface DeleteTransitGatewayPrefixListReferenceRequest {
1652
- TransitGatewayRouteTableId: string | undefined;
1653
- PrefixListId: string | undefined;
1654
- DryRun?: boolean;
1655
- }
1656
- export interface DeleteTransitGatewayPrefixListReferenceResult {
1657
- TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
1658
- }
1659
- export interface DeleteTransitGatewayRouteRequest {
1660
- TransitGatewayRouteTableId: string | undefined;
1661
- DestinationCidrBlock: string | undefined;
1662
- DryRun?: boolean;
1663
- }
1695
+ export declare const CreateRouteTableResultFilterSensitiveLog: (
1696
+ obj: CreateRouteTableResult
1697
+ ) => any;
1698
+ export declare const CreateSecurityGroupRequestFilterSensitiveLog: (
1699
+ obj: CreateSecurityGroupRequest
1700
+ ) => any;
1701
+ export declare const CreateSecurityGroupResultFilterSensitiveLog: (
1702
+ obj: CreateSecurityGroupResult
1703
+ ) => any;
1704
+ export declare const CreateSnapshotRequestFilterSensitiveLog: (
1705
+ obj: CreateSnapshotRequest
1706
+ ) => any;
1707
+ export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
1708
+ export declare const InstanceSpecificationFilterSensitiveLog: (
1709
+ obj: InstanceSpecification
1710
+ ) => any;
1711
+ export declare const CreateSnapshotsRequestFilterSensitiveLog: (
1712
+ obj: CreateSnapshotsRequest
1713
+ ) => any;
1664
1714
  export declare const SnapshotInfoFilterSensitiveLog: (obj: SnapshotInfo) => any;
1665
1715
  export declare const CreateSnapshotsResultFilterSensitiveLog: (
1666
1716
  obj: CreateSnapshotsResult
@@ -2163,6 +2213,12 @@ export declare const DeleteIpamPoolRequestFilterSensitiveLog: (
2163
2213
  export declare const DeleteIpamPoolResultFilterSensitiveLog: (
2164
2214
  obj: DeleteIpamPoolResult
2165
2215
  ) => any;
2216
+ export declare const DeleteIpamResourceDiscoveryRequestFilterSensitiveLog: (
2217
+ obj: DeleteIpamResourceDiscoveryRequest
2218
+ ) => any;
2219
+ export declare const DeleteIpamResourceDiscoveryResultFilterSensitiveLog: (
2220
+ obj: DeleteIpamResourceDiscoveryResult
2221
+ ) => any;
2166
2222
  export declare const DeleteIpamScopeRequestFilterSensitiveLog: (
2167
2223
  obj: DeleteIpamScopeRequest
2168
2224
  ) => any;
@@ -2352,39 +2408,3 @@ export declare const DeleteTransitGatewayResultFilterSensitiveLog: (
2352
2408
  export declare const DeleteTransitGatewayConnectRequestFilterSensitiveLog: (
2353
2409
  obj: DeleteTransitGatewayConnectRequest
2354
2410
  ) => any;
2355
- export declare const DeleteTransitGatewayConnectResultFilterSensitiveLog: (
2356
- obj: DeleteTransitGatewayConnectResult
2357
- ) => any;
2358
- export declare const DeleteTransitGatewayConnectPeerRequestFilterSensitiveLog: (
2359
- obj: DeleteTransitGatewayConnectPeerRequest
2360
- ) => any;
2361
- export declare const DeleteTransitGatewayConnectPeerResultFilterSensitiveLog: (
2362
- obj: DeleteTransitGatewayConnectPeerResult
2363
- ) => any;
2364
- export declare const DeleteTransitGatewayMulticastDomainRequestFilterSensitiveLog: (
2365
- obj: DeleteTransitGatewayMulticastDomainRequest
2366
- ) => any;
2367
- export declare const DeleteTransitGatewayMulticastDomainResultFilterSensitiveLog: (
2368
- obj: DeleteTransitGatewayMulticastDomainResult
2369
- ) => any;
2370
- export declare const DeleteTransitGatewayPeeringAttachmentRequestFilterSensitiveLog: (
2371
- obj: DeleteTransitGatewayPeeringAttachmentRequest
2372
- ) => any;
2373
- export declare const DeleteTransitGatewayPeeringAttachmentResultFilterSensitiveLog: (
2374
- obj: DeleteTransitGatewayPeeringAttachmentResult
2375
- ) => any;
2376
- export declare const DeleteTransitGatewayPolicyTableRequestFilterSensitiveLog: (
2377
- obj: DeleteTransitGatewayPolicyTableRequest
2378
- ) => any;
2379
- export declare const DeleteTransitGatewayPolicyTableResultFilterSensitiveLog: (
2380
- obj: DeleteTransitGatewayPolicyTableResult
2381
- ) => any;
2382
- export declare const DeleteTransitGatewayPrefixListReferenceRequestFilterSensitiveLog: (
2383
- obj: DeleteTransitGatewayPrefixListReferenceRequest
2384
- ) => any;
2385
- export declare const DeleteTransitGatewayPrefixListReferenceResultFilterSensitiveLog: (
2386
- obj: DeleteTransitGatewayPrefixListReferenceResult
2387
- ) => any;
2388
- export declare const DeleteTransitGatewayRouteRequestFilterSensitiveLog: (
2389
- obj: DeleteTransitGatewayRouteRequest
2390
- ) => any;