@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
@@ -83,6 +83,10 @@ import {
83
83
  AssociateInstanceEventWindowCommandInput,
84
84
  AssociateInstanceEventWindowCommandOutput,
85
85
  } from "../commands/AssociateInstanceEventWindowCommand";
86
+ import {
87
+ AssociateIpamResourceDiscoveryCommandInput,
88
+ AssociateIpamResourceDiscoveryCommandOutput,
89
+ } from "../commands/AssociateIpamResourceDiscoveryCommand";
86
90
  import {
87
91
  AssociateRouteTableCommandInput,
88
92
  AssociateRouteTableCommandOutput,
@@ -291,6 +295,10 @@ import {
291
295
  CreateIpamPoolCommandInput,
292
296
  CreateIpamPoolCommandOutput,
293
297
  } from "../commands/CreateIpamPoolCommand";
298
+ import {
299
+ CreateIpamResourceDiscoveryCommandInput,
300
+ CreateIpamResourceDiscoveryCommandOutput,
301
+ } from "../commands/CreateIpamResourceDiscoveryCommand";
294
302
  import {
295
303
  CreateIpamScopeCommandInput,
296
304
  CreateIpamScopeCommandOutput,
@@ -587,6 +595,10 @@ import {
587
595
  DeleteIpamPoolCommandInput,
588
596
  DeleteIpamPoolCommandOutput,
589
597
  } from "../commands/DeleteIpamPoolCommand";
598
+ import {
599
+ DeleteIpamResourceDiscoveryCommandInput,
600
+ DeleteIpamResourceDiscoveryCommandOutput,
601
+ } from "../commands/DeleteIpamResourceDiscoveryCommand";
590
602
  import {
591
603
  DeleteIpamScopeCommandInput,
592
604
  DeleteIpamScopeCommandOutput,
@@ -1059,6 +1071,14 @@ import {
1059
1071
  DescribeIpamPoolsCommandInput,
1060
1072
  DescribeIpamPoolsCommandOutput,
1061
1073
  } from "../commands/DescribeIpamPoolsCommand";
1074
+ import {
1075
+ DescribeIpamResourceDiscoveriesCommandInput,
1076
+ DescribeIpamResourceDiscoveriesCommandOutput,
1077
+ } from "../commands/DescribeIpamResourceDiscoveriesCommand";
1078
+ import {
1079
+ DescribeIpamResourceDiscoveryAssociationsCommandInput,
1080
+ DescribeIpamResourceDiscoveryAssociationsCommandOutput,
1081
+ } from "../commands/DescribeIpamResourceDiscoveryAssociationsCommand";
1062
1082
  import {
1063
1083
  DescribeIpamsCommandInput,
1064
1084
  DescribeIpamsCommandOutput,
@@ -1503,6 +1523,10 @@ import {
1503
1523
  DisassociateInstanceEventWindowCommandInput,
1504
1524
  DisassociateInstanceEventWindowCommandOutput,
1505
1525
  } from "../commands/DisassociateInstanceEventWindowCommand";
1526
+ import {
1527
+ DisassociateIpamResourceDiscoveryCommandInput,
1528
+ DisassociateIpamResourceDiscoveryCommandOutput,
1529
+ } from "../commands/DisassociateIpamResourceDiscoveryCommand";
1506
1530
  import {
1507
1531
  DisassociateRouteTableCommandInput,
1508
1532
  DisassociateRouteTableCommandOutput,
@@ -1667,6 +1691,14 @@ import {
1667
1691
  GetIpamAddressHistoryCommandInput,
1668
1692
  GetIpamAddressHistoryCommandOutput,
1669
1693
  } from "../commands/GetIpamAddressHistoryCommand";
1694
+ import {
1695
+ GetIpamDiscoveredAccountsCommandInput,
1696
+ GetIpamDiscoveredAccountsCommandOutput,
1697
+ } from "../commands/GetIpamDiscoveredAccountsCommand";
1698
+ import {
1699
+ GetIpamDiscoveredResourceCidrsCommandInput,
1700
+ GetIpamDiscoveredResourceCidrsCommandOutput,
1701
+ } from "../commands/GetIpamDiscoveredResourceCidrsCommand";
1670
1702
  import {
1671
1703
  GetIpamPoolAllocationsCommandInput,
1672
1704
  GetIpamPoolAllocationsCommandOutput,
@@ -1891,6 +1923,10 @@ import {
1891
1923
  ModifyIpamResourceCidrCommandInput,
1892
1924
  ModifyIpamResourceCidrCommandOutput,
1893
1925
  } from "../commands/ModifyIpamResourceCidrCommand";
1926
+ import {
1927
+ ModifyIpamResourceDiscoveryCommandInput,
1928
+ ModifyIpamResourceDiscoveryCommandOutput,
1929
+ } from "../commands/ModifyIpamResourceDiscoveryCommand";
1894
1930
  import {
1895
1931
  ModifyIpamScopeCommandInput,
1896
1932
  ModifyIpamScopeCommandOutput,
@@ -2387,6 +2423,10 @@ export declare const serializeAws_ec2AssociateInstanceEventWindowCommand: (
2387
2423
  input: AssociateInstanceEventWindowCommandInput,
2388
2424
  context: __SerdeContext
2389
2425
  ) => Promise<__HttpRequest>;
2426
+ export declare const serializeAws_ec2AssociateIpamResourceDiscoveryCommand: (
2427
+ input: AssociateIpamResourceDiscoveryCommandInput,
2428
+ context: __SerdeContext
2429
+ ) => Promise<__HttpRequest>;
2390
2430
  export declare const serializeAws_ec2AssociateRouteTableCommand: (
2391
2431
  input: AssociateRouteTableCommandInput,
2392
2432
  context: __SerdeContext
@@ -2595,6 +2635,10 @@ export declare const serializeAws_ec2CreateIpamPoolCommand: (
2595
2635
  input: CreateIpamPoolCommandInput,
2596
2636
  context: __SerdeContext
2597
2637
  ) => Promise<__HttpRequest>;
2638
+ export declare const serializeAws_ec2CreateIpamResourceDiscoveryCommand: (
2639
+ input: CreateIpamResourceDiscoveryCommandInput,
2640
+ context: __SerdeContext
2641
+ ) => Promise<__HttpRequest>;
2598
2642
  export declare const serializeAws_ec2CreateIpamScopeCommand: (
2599
2643
  input: CreateIpamScopeCommandInput,
2600
2644
  context: __SerdeContext
@@ -2891,6 +2935,10 @@ export declare const serializeAws_ec2DeleteIpamPoolCommand: (
2891
2935
  input: DeleteIpamPoolCommandInput,
2892
2936
  context: __SerdeContext
2893
2937
  ) => Promise<__HttpRequest>;
2938
+ export declare const serializeAws_ec2DeleteIpamResourceDiscoveryCommand: (
2939
+ input: DeleteIpamResourceDiscoveryCommandInput,
2940
+ context: __SerdeContext
2941
+ ) => Promise<__HttpRequest>;
2894
2942
  export declare const serializeAws_ec2DeleteIpamScopeCommand: (
2895
2943
  input: DeleteIpamScopeCommandInput,
2896
2944
  context: __SerdeContext
@@ -3363,6 +3411,14 @@ export declare const serializeAws_ec2DescribeIpamPoolsCommand: (
3363
3411
  input: DescribeIpamPoolsCommandInput,
3364
3412
  context: __SerdeContext
3365
3413
  ) => Promise<__HttpRequest>;
3414
+ export declare const serializeAws_ec2DescribeIpamResourceDiscoveriesCommand: (
3415
+ input: DescribeIpamResourceDiscoveriesCommandInput,
3416
+ context: __SerdeContext
3417
+ ) => Promise<__HttpRequest>;
3418
+ export declare const serializeAws_ec2DescribeIpamResourceDiscoveryAssociationsCommand: (
3419
+ input: DescribeIpamResourceDiscoveryAssociationsCommandInput,
3420
+ context: __SerdeContext
3421
+ ) => Promise<__HttpRequest>;
3366
3422
  export declare const serializeAws_ec2DescribeIpamsCommand: (
3367
3423
  input: DescribeIpamsCommandInput,
3368
3424
  context: __SerdeContext
@@ -3807,6 +3863,10 @@ export declare const serializeAws_ec2DisassociateInstanceEventWindowCommand: (
3807
3863
  input: DisassociateInstanceEventWindowCommandInput,
3808
3864
  context: __SerdeContext
3809
3865
  ) => Promise<__HttpRequest>;
3866
+ export declare const serializeAws_ec2DisassociateIpamResourceDiscoveryCommand: (
3867
+ input: DisassociateIpamResourceDiscoveryCommandInput,
3868
+ context: __SerdeContext
3869
+ ) => Promise<__HttpRequest>;
3810
3870
  export declare const serializeAws_ec2DisassociateRouteTableCommand: (
3811
3871
  input: DisassociateRouteTableCommandInput,
3812
3872
  context: __SerdeContext
@@ -3971,6 +4031,14 @@ export declare const serializeAws_ec2GetIpamAddressHistoryCommand: (
3971
4031
  input: GetIpamAddressHistoryCommandInput,
3972
4032
  context: __SerdeContext
3973
4033
  ) => Promise<__HttpRequest>;
4034
+ export declare const serializeAws_ec2GetIpamDiscoveredAccountsCommand: (
4035
+ input: GetIpamDiscoveredAccountsCommandInput,
4036
+ context: __SerdeContext
4037
+ ) => Promise<__HttpRequest>;
4038
+ export declare const serializeAws_ec2GetIpamDiscoveredResourceCidrsCommand: (
4039
+ input: GetIpamDiscoveredResourceCidrsCommandInput,
4040
+ context: __SerdeContext
4041
+ ) => Promise<__HttpRequest>;
3974
4042
  export declare const serializeAws_ec2GetIpamPoolAllocationsCommand: (
3975
4043
  input: GetIpamPoolAllocationsCommandInput,
3976
4044
  context: __SerdeContext
@@ -4195,6 +4263,10 @@ export declare const serializeAws_ec2ModifyIpamResourceCidrCommand: (
4195
4263
  input: ModifyIpamResourceCidrCommandInput,
4196
4264
  context: __SerdeContext
4197
4265
  ) => Promise<__HttpRequest>;
4266
+ export declare const serializeAws_ec2ModifyIpamResourceDiscoveryCommand: (
4267
+ input: ModifyIpamResourceDiscoveryCommandInput,
4268
+ context: __SerdeContext
4269
+ ) => Promise<__HttpRequest>;
4198
4270
  export declare const serializeAws_ec2ModifyIpamScopeCommand: (
4199
4271
  input: ModifyIpamScopeCommandInput,
4200
4272
  context: __SerdeContext
@@ -4691,6 +4763,10 @@ export declare const deserializeAws_ec2AssociateInstanceEventWindowCommand: (
4691
4763
  output: __HttpResponse,
4692
4764
  context: __SerdeContext
4693
4765
  ) => Promise<AssociateInstanceEventWindowCommandOutput>;
4766
+ export declare const deserializeAws_ec2AssociateIpamResourceDiscoveryCommand: (
4767
+ output: __HttpResponse,
4768
+ context: __SerdeContext
4769
+ ) => Promise<AssociateIpamResourceDiscoveryCommandOutput>;
4694
4770
  export declare const deserializeAws_ec2AssociateRouteTableCommand: (
4695
4771
  output: __HttpResponse,
4696
4772
  context: __SerdeContext
@@ -4899,6 +4975,10 @@ export declare const deserializeAws_ec2CreateIpamPoolCommand: (
4899
4975
  output: __HttpResponse,
4900
4976
  context: __SerdeContext
4901
4977
  ) => Promise<CreateIpamPoolCommandOutput>;
4978
+ export declare const deserializeAws_ec2CreateIpamResourceDiscoveryCommand: (
4979
+ output: __HttpResponse,
4980
+ context: __SerdeContext
4981
+ ) => Promise<CreateIpamResourceDiscoveryCommandOutput>;
4902
4982
  export declare const deserializeAws_ec2CreateIpamScopeCommand: (
4903
4983
  output: __HttpResponse,
4904
4984
  context: __SerdeContext
@@ -5195,6 +5275,10 @@ export declare const deserializeAws_ec2DeleteIpamPoolCommand: (
5195
5275
  output: __HttpResponse,
5196
5276
  context: __SerdeContext
5197
5277
  ) => Promise<DeleteIpamPoolCommandOutput>;
5278
+ export declare const deserializeAws_ec2DeleteIpamResourceDiscoveryCommand: (
5279
+ output: __HttpResponse,
5280
+ context: __SerdeContext
5281
+ ) => Promise<DeleteIpamResourceDiscoveryCommandOutput>;
5198
5282
  export declare const deserializeAws_ec2DeleteIpamScopeCommand: (
5199
5283
  output: __HttpResponse,
5200
5284
  context: __SerdeContext
@@ -5667,6 +5751,14 @@ export declare const deserializeAws_ec2DescribeIpamPoolsCommand: (
5667
5751
  output: __HttpResponse,
5668
5752
  context: __SerdeContext
5669
5753
  ) => Promise<DescribeIpamPoolsCommandOutput>;
5754
+ export declare const deserializeAws_ec2DescribeIpamResourceDiscoveriesCommand: (
5755
+ output: __HttpResponse,
5756
+ context: __SerdeContext
5757
+ ) => Promise<DescribeIpamResourceDiscoveriesCommandOutput>;
5758
+ export declare const deserializeAws_ec2DescribeIpamResourceDiscoveryAssociationsCommand: (
5759
+ output: __HttpResponse,
5760
+ context: __SerdeContext
5761
+ ) => Promise<DescribeIpamResourceDiscoveryAssociationsCommandOutput>;
5670
5762
  export declare const deserializeAws_ec2DescribeIpamsCommand: (
5671
5763
  output: __HttpResponse,
5672
5764
  context: __SerdeContext
@@ -6111,6 +6203,10 @@ export declare const deserializeAws_ec2DisassociateInstanceEventWindowCommand: (
6111
6203
  output: __HttpResponse,
6112
6204
  context: __SerdeContext
6113
6205
  ) => Promise<DisassociateInstanceEventWindowCommandOutput>;
6206
+ export declare const deserializeAws_ec2DisassociateIpamResourceDiscoveryCommand: (
6207
+ output: __HttpResponse,
6208
+ context: __SerdeContext
6209
+ ) => Promise<DisassociateIpamResourceDiscoveryCommandOutput>;
6114
6210
  export declare const deserializeAws_ec2DisassociateRouteTableCommand: (
6115
6211
  output: __HttpResponse,
6116
6212
  context: __SerdeContext
@@ -6275,6 +6371,14 @@ export declare const deserializeAws_ec2GetIpamAddressHistoryCommand: (
6275
6371
  output: __HttpResponse,
6276
6372
  context: __SerdeContext
6277
6373
  ) => Promise<GetIpamAddressHistoryCommandOutput>;
6374
+ export declare const deserializeAws_ec2GetIpamDiscoveredAccountsCommand: (
6375
+ output: __HttpResponse,
6376
+ context: __SerdeContext
6377
+ ) => Promise<GetIpamDiscoveredAccountsCommandOutput>;
6378
+ export declare const deserializeAws_ec2GetIpamDiscoveredResourceCidrsCommand: (
6379
+ output: __HttpResponse,
6380
+ context: __SerdeContext
6381
+ ) => Promise<GetIpamDiscoveredResourceCidrsCommandOutput>;
6278
6382
  export declare const deserializeAws_ec2GetIpamPoolAllocationsCommand: (
6279
6383
  output: __HttpResponse,
6280
6384
  context: __SerdeContext
@@ -6499,6 +6603,10 @@ export declare const deserializeAws_ec2ModifyIpamResourceCidrCommand: (
6499
6603
  output: __HttpResponse,
6500
6604
  context: __SerdeContext
6501
6605
  ) => Promise<ModifyIpamResourceCidrCommandOutput>;
6606
+ export declare const deserializeAws_ec2ModifyIpamResourceDiscoveryCommand: (
6607
+ output: __HttpResponse,
6608
+ context: __SerdeContext
6609
+ ) => Promise<ModifyIpamResourceDiscoveryCommandOutput>;
6502
6610
  export declare const deserializeAws_ec2ModifyIpamScopeCommand: (
6503
6611
  output: __HttpResponse,
6504
6612
  context: __SerdeContext
@@ -27,12 +27,12 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
27
27
  streamCollector: import("@aws-sdk/types").StreamCollector;
28
28
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
29
29
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
30
- utf8Decoder: import("@aws-sdk/types").Decoder;
31
- utf8Encoder: import("@aws-sdk/types").Encoder;
32
30
  apiVersion: string;
33
31
  urlParser: import("@aws-sdk/types").UrlParser;
34
32
  base64Decoder: import("@aws-sdk/types").Decoder;
35
33
  base64Encoder: import("@aws-sdk/types").Encoder;
34
+ utf8Decoder: import("@aws-sdk/types").Decoder;
35
+ utf8Encoder: import("@aws-sdk/types").Encoder;
36
36
  disableHostPrefix: boolean;
37
37
  logger: import("@aws-sdk/types").Logger;
38
38
  serviceId: string;
@@ -27,12 +27,12 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
27
27
  streamCollector: import("@aws-sdk/types").StreamCollector;
28
28
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
29
29
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
30
- utf8Decoder: import("@aws-sdk/types").Decoder;
31
- utf8Encoder: import("@aws-sdk/types").Encoder;
32
30
  apiVersion: string;
33
31
  urlParser: import("@aws-sdk/types").UrlParser;
34
32
  base64Decoder: import("@aws-sdk/types").Decoder;
35
33
  base64Encoder: import("@aws-sdk/types").Encoder;
34
+ utf8Decoder: import("@aws-sdk/types").Decoder;
35
+ utf8Encoder: import("@aws-sdk/types").Encoder;
36
36
  disableHostPrefix: boolean;
37
37
  logger: import("@aws-sdk/types").Logger;
38
38
  serviceId: string;
@@ -13,4 +13,6 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
13
13
  logger: import("@aws-sdk/types").Logger;
14
14
  serviceId: string;
15
15
  urlParser: import("@aws-sdk/types").UrlParser;
16
+ utf8Decoder: import("@aws-sdk/types").Decoder;
17
+ utf8Encoder: import("@aws-sdk/types").Encoder;
16
18
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.257.0",
4
+ "version": "3.258.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.257.0",
23
+ "@aws-sdk/client-sts": "3.258.0",
24
24
  "@aws-sdk/config-resolver": "3.257.0",
25
- "@aws-sdk/credential-provider-node": "3.257.0",
25
+ "@aws-sdk/credential-provider-node": "3.258.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.257.0",
27
27
  "@aws-sdk/hash-node": "3.257.0",
28
28
  "@aws-sdk/invalid-dependency": "3.257.0",
@@ -52,8 +52,7 @@
52
52
  "@aws-sdk/util-retry": "3.257.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.257.0",
54
54
  "@aws-sdk/util-user-agent-node": "3.257.0",
55
- "@aws-sdk/util-utf8-browser": "3.188.0",
56
- "@aws-sdk/util-utf8-node": "3.208.0",
55
+ "@aws-sdk/util-utf8": "3.254.0",
57
56
  "@aws-sdk/util-waiter": "3.257.0",
58
57
  "fast-xml-parser": "4.0.11",
59
58
  "tslib": "^2.3.1",