@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
@@ -124,6 +124,10 @@ import {
124
124
  AssociateInstanceEventWindowCommandInput,
125
125
  AssociateInstanceEventWindowCommandOutput,
126
126
  } from "./commands/AssociateInstanceEventWindowCommand";
127
+ import {
128
+ AssociateIpamResourceDiscoveryCommandInput,
129
+ AssociateIpamResourceDiscoveryCommandOutput,
130
+ } from "./commands/AssociateIpamResourceDiscoveryCommand";
127
131
  import {
128
132
  AssociateRouteTableCommandInput,
129
133
  AssociateRouteTableCommandOutput,
@@ -332,6 +336,10 @@ import {
332
336
  CreateIpamPoolCommandInput,
333
337
  CreateIpamPoolCommandOutput,
334
338
  } from "./commands/CreateIpamPoolCommand";
339
+ import {
340
+ CreateIpamResourceDiscoveryCommandInput,
341
+ CreateIpamResourceDiscoveryCommandOutput,
342
+ } from "./commands/CreateIpamResourceDiscoveryCommand";
335
343
  import {
336
344
  CreateIpamScopeCommandInput,
337
345
  CreateIpamScopeCommandOutput,
@@ -628,6 +636,10 @@ import {
628
636
  DeleteIpamPoolCommandInput,
629
637
  DeleteIpamPoolCommandOutput,
630
638
  } from "./commands/DeleteIpamPoolCommand";
639
+ import {
640
+ DeleteIpamResourceDiscoveryCommandInput,
641
+ DeleteIpamResourceDiscoveryCommandOutput,
642
+ } from "./commands/DeleteIpamResourceDiscoveryCommand";
631
643
  import {
632
644
  DeleteIpamScopeCommandInput,
633
645
  DeleteIpamScopeCommandOutput,
@@ -1100,6 +1112,14 @@ import {
1100
1112
  DescribeIpamPoolsCommandInput,
1101
1113
  DescribeIpamPoolsCommandOutput,
1102
1114
  } from "./commands/DescribeIpamPoolsCommand";
1115
+ import {
1116
+ DescribeIpamResourceDiscoveriesCommandInput,
1117
+ DescribeIpamResourceDiscoveriesCommandOutput,
1118
+ } from "./commands/DescribeIpamResourceDiscoveriesCommand";
1119
+ import {
1120
+ DescribeIpamResourceDiscoveryAssociationsCommandInput,
1121
+ DescribeIpamResourceDiscoveryAssociationsCommandOutput,
1122
+ } from "./commands/DescribeIpamResourceDiscoveryAssociationsCommand";
1103
1123
  import {
1104
1124
  DescribeIpamsCommandInput,
1105
1125
  DescribeIpamsCommandOutput,
@@ -1544,6 +1564,10 @@ import {
1544
1564
  DisassociateInstanceEventWindowCommandInput,
1545
1565
  DisassociateInstanceEventWindowCommandOutput,
1546
1566
  } from "./commands/DisassociateInstanceEventWindowCommand";
1567
+ import {
1568
+ DisassociateIpamResourceDiscoveryCommandInput,
1569
+ DisassociateIpamResourceDiscoveryCommandOutput,
1570
+ } from "./commands/DisassociateIpamResourceDiscoveryCommand";
1547
1571
  import {
1548
1572
  DisassociateRouteTableCommandInput,
1549
1573
  DisassociateRouteTableCommandOutput,
@@ -1708,6 +1732,14 @@ import {
1708
1732
  GetIpamAddressHistoryCommandInput,
1709
1733
  GetIpamAddressHistoryCommandOutput,
1710
1734
  } from "./commands/GetIpamAddressHistoryCommand";
1735
+ import {
1736
+ GetIpamDiscoveredAccountsCommandInput,
1737
+ GetIpamDiscoveredAccountsCommandOutput,
1738
+ } from "./commands/GetIpamDiscoveredAccountsCommand";
1739
+ import {
1740
+ GetIpamDiscoveredResourceCidrsCommandInput,
1741
+ GetIpamDiscoveredResourceCidrsCommandOutput,
1742
+ } from "./commands/GetIpamDiscoveredResourceCidrsCommand";
1711
1743
  import {
1712
1744
  GetIpamPoolAllocationsCommandInput,
1713
1745
  GetIpamPoolAllocationsCommandOutput,
@@ -1932,6 +1964,10 @@ import {
1932
1964
  ModifyIpamResourceCidrCommandInput,
1933
1965
  ModifyIpamResourceCidrCommandOutput,
1934
1966
  } from "./commands/ModifyIpamResourceCidrCommand";
1967
+ import {
1968
+ ModifyIpamResourceDiscoveryCommandInput,
1969
+ ModifyIpamResourceDiscoveryCommandOutput,
1970
+ } from "./commands/ModifyIpamResourceDiscoveryCommand";
1935
1971
  import {
1936
1972
  ModifyIpamScopeCommandInput,
1937
1973
  ModifyIpamScopeCommandOutput,
@@ -2374,6 +2410,7 @@ export declare type ServiceInputTypes =
2374
2410
  | AssociateEnclaveCertificateIamRoleCommandInput
2375
2411
  | AssociateIamInstanceProfileCommandInput
2376
2412
  | AssociateInstanceEventWindowCommandInput
2413
+ | AssociateIpamResourceDiscoveryCommandInput
2377
2414
  | AssociateRouteTableCommandInput
2378
2415
  | AssociateSubnetCidrBlockCommandInput
2379
2416
  | AssociateTransitGatewayMulticastDomainCommandInput
@@ -2426,6 +2463,7 @@ export declare type ServiceInputTypes =
2426
2463
  | CreateInternetGatewayCommandInput
2427
2464
  | CreateIpamCommandInput
2428
2465
  | CreateIpamPoolCommandInput
2466
+ | CreateIpamResourceDiscoveryCommandInput
2429
2467
  | CreateIpamScopeCommandInput
2430
2468
  | CreateKeyPairCommandInput
2431
2469
  | CreateLaunchTemplateCommandInput
@@ -2500,6 +2538,7 @@ export declare type ServiceInputTypes =
2500
2538
  | DeleteInternetGatewayCommandInput
2501
2539
  | DeleteIpamCommandInput
2502
2540
  | DeleteIpamPoolCommandInput
2541
+ | DeleteIpamResourceDiscoveryCommandInput
2503
2542
  | DeleteIpamScopeCommandInput
2504
2543
  | DeleteKeyPairCommandInput
2505
2544
  | DeleteLaunchTemplateCommandInput
@@ -2618,6 +2657,8 @@ export declare type ServiceInputTypes =
2618
2657
  | DescribeInstancesCommandInput
2619
2658
  | DescribeInternetGatewaysCommandInput
2620
2659
  | DescribeIpamPoolsCommandInput
2660
+ | DescribeIpamResourceDiscoveriesCommandInput
2661
+ | DescribeIpamResourceDiscoveryAssociationsCommandInput
2621
2662
  | DescribeIpamScopesCommandInput
2622
2663
  | DescribeIpamsCommandInput
2623
2664
  | DescribeIpv6PoolsCommandInput
@@ -2729,6 +2770,7 @@ export declare type ServiceInputTypes =
2729
2770
  | DisassociateEnclaveCertificateIamRoleCommandInput
2730
2771
  | DisassociateIamInstanceProfileCommandInput
2731
2772
  | DisassociateInstanceEventWindowCommandInput
2773
+ | DisassociateIpamResourceDiscoveryCommandInput
2732
2774
  | DisassociateRouteTableCommandInput
2733
2775
  | DisassociateSubnetCidrBlockCommandInput
2734
2776
  | DisassociateTransitGatewayMulticastDomainCommandInput
@@ -2770,6 +2812,8 @@ export declare type ServiceInputTypes =
2770
2812
  | GetInstanceTypesFromInstanceRequirementsCommandInput
2771
2813
  | GetInstanceUefiDataCommandInput
2772
2814
  | GetIpamAddressHistoryCommandInput
2815
+ | GetIpamDiscoveredAccountsCommandInput
2816
+ | GetIpamDiscoveredResourceCidrsCommandInput
2773
2817
  | GetIpamPoolAllocationsCommandInput
2774
2818
  | GetIpamPoolCidrsCommandInput
2775
2819
  | GetIpamResourceCidrsCommandInput
@@ -2826,6 +2870,7 @@ export declare type ServiceInputTypes =
2826
2870
  | ModifyIpamCommandInput
2827
2871
  | ModifyIpamPoolCommandInput
2828
2872
  | ModifyIpamResourceCidrCommandInput
2873
+ | ModifyIpamResourceDiscoveryCommandInput
2829
2874
  | ModifyIpamScopeCommandInput
2830
2875
  | ModifyLaunchTemplateCommandInput
2831
2876
  | ModifyLocalGatewayRouteCommandInput
@@ -2951,6 +2996,7 @@ export declare type ServiceOutputTypes =
2951
2996
  | AssociateEnclaveCertificateIamRoleCommandOutput
2952
2997
  | AssociateIamInstanceProfileCommandOutput
2953
2998
  | AssociateInstanceEventWindowCommandOutput
2999
+ | AssociateIpamResourceDiscoveryCommandOutput
2954
3000
  | AssociateRouteTableCommandOutput
2955
3001
  | AssociateSubnetCidrBlockCommandOutput
2956
3002
  | AssociateTransitGatewayMulticastDomainCommandOutput
@@ -3003,6 +3049,7 @@ export declare type ServiceOutputTypes =
3003
3049
  | CreateInternetGatewayCommandOutput
3004
3050
  | CreateIpamCommandOutput
3005
3051
  | CreateIpamPoolCommandOutput
3052
+ | CreateIpamResourceDiscoveryCommandOutput
3006
3053
  | CreateIpamScopeCommandOutput
3007
3054
  | CreateKeyPairCommandOutput
3008
3055
  | CreateLaunchTemplateCommandOutput
@@ -3077,6 +3124,7 @@ export declare type ServiceOutputTypes =
3077
3124
  | DeleteInternetGatewayCommandOutput
3078
3125
  | DeleteIpamCommandOutput
3079
3126
  | DeleteIpamPoolCommandOutput
3127
+ | DeleteIpamResourceDiscoveryCommandOutput
3080
3128
  | DeleteIpamScopeCommandOutput
3081
3129
  | DeleteKeyPairCommandOutput
3082
3130
  | DeleteLaunchTemplateCommandOutput
@@ -3195,6 +3243,8 @@ export declare type ServiceOutputTypes =
3195
3243
  | DescribeInstancesCommandOutput
3196
3244
  | DescribeInternetGatewaysCommandOutput
3197
3245
  | DescribeIpamPoolsCommandOutput
3246
+ | DescribeIpamResourceDiscoveriesCommandOutput
3247
+ | DescribeIpamResourceDiscoveryAssociationsCommandOutput
3198
3248
  | DescribeIpamScopesCommandOutput
3199
3249
  | DescribeIpamsCommandOutput
3200
3250
  | DescribeIpv6PoolsCommandOutput
@@ -3306,6 +3356,7 @@ export declare type ServiceOutputTypes =
3306
3356
  | DisassociateEnclaveCertificateIamRoleCommandOutput
3307
3357
  | DisassociateIamInstanceProfileCommandOutput
3308
3358
  | DisassociateInstanceEventWindowCommandOutput
3359
+ | DisassociateIpamResourceDiscoveryCommandOutput
3309
3360
  | DisassociateRouteTableCommandOutput
3310
3361
  | DisassociateSubnetCidrBlockCommandOutput
3311
3362
  | DisassociateTransitGatewayMulticastDomainCommandOutput
@@ -3347,6 +3398,8 @@ export declare type ServiceOutputTypes =
3347
3398
  | GetInstanceTypesFromInstanceRequirementsCommandOutput
3348
3399
  | GetInstanceUefiDataCommandOutput
3349
3400
  | GetIpamAddressHistoryCommandOutput
3401
+ | GetIpamDiscoveredAccountsCommandOutput
3402
+ | GetIpamDiscoveredResourceCidrsCommandOutput
3350
3403
  | GetIpamPoolAllocationsCommandOutput
3351
3404
  | GetIpamPoolCidrsCommandOutput
3352
3405
  | GetIpamResourceCidrsCommandOutput
@@ -3403,6 +3456,7 @@ export declare type ServiceOutputTypes =
3403
3456
  | ModifyIpamCommandOutput
3404
3457
  | ModifyIpamPoolCommandOutput
3405
3458
  | ModifyIpamResourceCidrCommandOutput
3459
+ | ModifyIpamResourceDiscoveryCommandOutput
3406
3460
  | ModifyIpamScopeCommandOutput
3407
3461
  | ModifyLaunchTemplateCommandOutput
3408
3462
  | ModifyLocalGatewayRouteCommandOutput
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ EC2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EC2Client";
14
+ import {
15
+ AssociateIpamResourceDiscoveryRequest,
16
+ AssociateIpamResourceDiscoveryResult,
17
+ } from "../models/models_0";
18
+ export interface AssociateIpamResourceDiscoveryCommandInput
19
+ extends AssociateIpamResourceDiscoveryRequest {}
20
+ export interface AssociateIpamResourceDiscoveryCommandOutput
21
+ extends AssociateIpamResourceDiscoveryResult,
22
+ __MetadataBearer {}
23
+ export declare class AssociateIpamResourceDiscoveryCommand extends $Command<
24
+ AssociateIpamResourceDiscoveryCommandInput,
25
+ AssociateIpamResourceDiscoveryCommandOutput,
26
+ EC2ClientResolvedConfig
27
+ > {
28
+ readonly input: AssociateIpamResourceDiscoveryCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: AssociateIpamResourceDiscoveryCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EC2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AssociateIpamResourceDiscoveryCommandInput,
37
+ AssociateIpamResourceDiscoveryCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -11,10 +11,8 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import {
15
- CreateClientVpnRouteRequest,
16
- CreateClientVpnRouteResult,
17
- } from "../models/models_0";
14
+ import { CreateClientVpnRouteRequest } from "../models/models_0";
15
+ import { CreateClientVpnRouteResult } from "../models/models_1";
18
16
  export interface CreateClientVpnRouteCommandInput
19
17
  extends CreateClientVpnRouteRequest {}
20
18
  export interface CreateClientVpnRouteCommandOutput
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { CreateCoipCidrRequest } from "../models/models_0";
15
- import { CreateCoipCidrResult } from "../models/models_1";
14
+ import {
15
+ CreateCoipCidrRequest,
16
+ CreateCoipCidrResult,
17
+ } from "../models/models_1";
16
18
  export interface CreateCoipCidrCommandInput extends CreateCoipCidrRequest {}
17
19
  export interface CreateCoipCidrCommandOutput
18
20
  extends CreateCoipCidrResult,
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ EC2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EC2Client";
14
+ import {
15
+ CreateIpamResourceDiscoveryRequest,
16
+ CreateIpamResourceDiscoveryResult,
17
+ } from "../models/models_1";
18
+ export interface CreateIpamResourceDiscoveryCommandInput
19
+ extends CreateIpamResourceDiscoveryRequest {}
20
+ export interface CreateIpamResourceDiscoveryCommandOutput
21
+ extends CreateIpamResourceDiscoveryResult,
22
+ __MetadataBearer {}
23
+ export declare class CreateIpamResourceDiscoveryCommand extends $Command<
24
+ CreateIpamResourceDiscoveryCommandInput,
25
+ CreateIpamResourceDiscoveryCommandOutput,
26
+ EC2ClientResolvedConfig
27
+ > {
28
+ readonly input: CreateIpamResourceDiscoveryCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: CreateIpamResourceDiscoveryCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EC2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateIpamResourceDiscoveryCommandInput,
37
+ CreateIpamResourceDiscoveryCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -11,10 +11,8 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import {
15
- CreateRouteTableRequest,
16
- CreateRouteTableResult,
17
- } from "../models/models_1";
14
+ import { CreateRouteTableRequest } from "../models/models_1";
15
+ import { CreateRouteTableResult } from "../models/models_2";
18
16
  export interface CreateRouteTableCommandInput extends CreateRouteTableRequest {}
19
17
  export interface CreateRouteTableCommandOutput
20
18
  extends CreateRouteTableResult,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  CreateSecurityGroupRequest,
16
16
  CreateSecurityGroupResult,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export interface CreateSecurityGroupCommandInput
19
19
  extends CreateSecurityGroupRequest {}
20
20
  export interface CreateSecurityGroupCommandOutput
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { CreateSnapshotRequest, Snapshot } from "../models/models_1";
14
+ import { CreateSnapshotRequest, Snapshot } from "../models/models_2";
15
15
  export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {}
16
16
  export interface CreateSnapshotCommandOutput
17
17
  extends Snapshot,
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { CreateSnapshotsRequest } from "../models/models_1";
15
- import { CreateSnapshotsResult } from "../models/models_2";
14
+ import {
15
+ CreateSnapshotsRequest,
16
+ CreateSnapshotsResult,
17
+ } from "../models/models_2";
16
18
  export interface CreateSnapshotsCommandInput extends CreateSnapshotsRequest {}
17
19
  export interface CreateSnapshotsCommandOutput
18
20
  extends CreateSnapshotsResult,
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ EC2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EC2Client";
14
+ import {
15
+ DeleteIpamResourceDiscoveryRequest,
16
+ DeleteIpamResourceDiscoveryResult,
17
+ } from "../models/models_2";
18
+ export interface DeleteIpamResourceDiscoveryCommandInput
19
+ extends DeleteIpamResourceDiscoveryRequest {}
20
+ export interface DeleteIpamResourceDiscoveryCommandOutput
21
+ extends DeleteIpamResourceDiscoveryResult,
22
+ __MetadataBearer {}
23
+ export declare class DeleteIpamResourceDiscoveryCommand extends $Command<
24
+ DeleteIpamResourceDiscoveryCommandInput,
25
+ DeleteIpamResourceDiscoveryCommandOutput,
26
+ EC2ClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteIpamResourceDiscoveryCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DeleteIpamResourceDiscoveryCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EC2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteIpamResourceDiscoveryCommandInput,
37
+ DeleteIpamResourceDiscoveryCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -11,10 +11,8 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import {
15
- DeleteTransitGatewayConnectRequest,
16
- DeleteTransitGatewayConnectResult,
17
- } from "../models/models_2";
14
+ import { DeleteTransitGatewayConnectRequest } from "../models/models_2";
15
+ import { DeleteTransitGatewayConnectResult } from "../models/models_3";
18
16
  export interface DeleteTransitGatewayConnectCommandInput
19
17
  extends DeleteTransitGatewayConnectRequest {}
20
18
  export interface DeleteTransitGatewayConnectCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DeleteTransitGatewayConnectPeerRequest,
16
16
  DeleteTransitGatewayConnectPeerResult,
17
- } from "../models/models_2";
17
+ } from "../models/models_3";
18
18
  export interface DeleteTransitGatewayConnectPeerCommandInput
19
19
  extends DeleteTransitGatewayConnectPeerRequest {}
20
20
  export interface DeleteTransitGatewayConnectPeerCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DeleteTransitGatewayMulticastDomainRequest,
16
16
  DeleteTransitGatewayMulticastDomainResult,
17
- } from "../models/models_2";
17
+ } from "../models/models_3";
18
18
  export interface DeleteTransitGatewayMulticastDomainCommandInput
19
19
  extends DeleteTransitGatewayMulticastDomainRequest {}
20
20
  export interface DeleteTransitGatewayMulticastDomainCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DeleteTransitGatewayPeeringAttachmentRequest,
16
16
  DeleteTransitGatewayPeeringAttachmentResult,
17
- } from "../models/models_2";
17
+ } from "../models/models_3";
18
18
  export interface DeleteTransitGatewayPeeringAttachmentCommandInput
19
19
  extends DeleteTransitGatewayPeeringAttachmentRequest {}
20
20
  export interface DeleteTransitGatewayPeeringAttachmentCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DeleteTransitGatewayPolicyTableRequest,
16
16
  DeleteTransitGatewayPolicyTableResult,
17
- } from "../models/models_2";
17
+ } from "../models/models_3";
18
18
  export interface DeleteTransitGatewayPolicyTableCommandInput
19
19
  extends DeleteTransitGatewayPolicyTableRequest {}
20
20
  export interface DeleteTransitGatewayPolicyTableCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DeleteTransitGatewayPrefixListReferenceRequest,
16
16
  DeleteTransitGatewayPrefixListReferenceResult,
17
- } from "../models/models_2";
17
+ } from "../models/models_3";
18
18
  export interface DeleteTransitGatewayPrefixListReferenceCommandInput
19
19
  extends DeleteTransitGatewayPrefixListReferenceRequest {}
20
20
  export interface DeleteTransitGatewayPrefixListReferenceCommandOutput
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { DeleteTransitGatewayRouteRequest } from "../models/models_2";
15
- import { DeleteTransitGatewayRouteResult } from "../models/models_3";
14
+ import {
15
+ DeleteTransitGatewayRouteRequest,
16
+ DeleteTransitGatewayRouteResult,
17
+ } from "../models/models_3";
16
18
  export interface DeleteTransitGatewayRouteCommandInput
17
19
  extends DeleteTransitGatewayRouteRequest {}
18
20
  export interface DeleteTransitGatewayRouteCommandOutput
@@ -11,10 +11,8 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import {
15
- DescribeInstanceStatusRequest,
16
- DescribeInstanceStatusResult,
17
- } from "../models/models_3";
14
+ import { DescribeInstanceStatusRequest } from "../models/models_3";
15
+ import { DescribeInstanceStatusResult } from "../models/models_4";
18
16
  export interface DescribeInstanceStatusCommandInput
19
17
  extends DescribeInstanceStatusRequest {}
20
18
  export interface DescribeInstanceStatusCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DescribeInstanceTypeOfferingsRequest,
16
16
  DescribeInstanceTypeOfferingsResult,
17
- } from "../models/models_3";
17
+ } from "../models/models_4";
18
18
  export interface DescribeInstanceTypeOfferingsCommandInput
19
19
  extends DescribeInstanceTypeOfferingsRequest {}
20
20
  export interface DescribeInstanceTypeOfferingsCommandOutput
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { DescribeInstanceTypesRequest } from "../models/models_3";
15
- import { DescribeInstanceTypesResult } from "../models/models_4";
14
+ import {
15
+ DescribeInstanceTypesRequest,
16
+ DescribeInstanceTypesResult,
17
+ } from "../models/models_4";
16
18
  export interface DescribeInstanceTypesCommandInput
17
19
  extends DescribeInstanceTypesRequest {}
18
20
  export interface DescribeInstanceTypesCommandOutput
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ EC2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EC2Client";
14
+ import {
15
+ DescribeIpamResourceDiscoveriesRequest,
16
+ DescribeIpamResourceDiscoveriesResult,
17
+ } from "../models/models_4";
18
+ export interface DescribeIpamResourceDiscoveriesCommandInput
19
+ extends DescribeIpamResourceDiscoveriesRequest {}
20
+ export interface DescribeIpamResourceDiscoveriesCommandOutput
21
+ extends DescribeIpamResourceDiscoveriesResult,
22
+ __MetadataBearer {}
23
+ export declare class DescribeIpamResourceDiscoveriesCommand extends $Command<
24
+ DescribeIpamResourceDiscoveriesCommandInput,
25
+ DescribeIpamResourceDiscoveriesCommandOutput,
26
+ EC2ClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeIpamResourceDiscoveriesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DescribeIpamResourceDiscoveriesCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EC2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeIpamResourceDiscoveriesCommandInput,
37
+ DescribeIpamResourceDiscoveriesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ EC2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EC2Client";
14
+ import {
15
+ DescribeIpamResourceDiscoveryAssociationsRequest,
16
+ DescribeIpamResourceDiscoveryAssociationsResult,
17
+ } from "../models/models_4";
18
+ export interface DescribeIpamResourceDiscoveryAssociationsCommandInput
19
+ extends DescribeIpamResourceDiscoveryAssociationsRequest {}
20
+ export interface DescribeIpamResourceDiscoveryAssociationsCommandOutput
21
+ extends DescribeIpamResourceDiscoveryAssociationsResult,
22
+ __MetadataBearer {}
23
+ export declare class DescribeIpamResourceDiscoveryAssociationsCommand extends $Command<
24
+ DescribeIpamResourceDiscoveryAssociationsCommandInput,
25
+ DescribeIpamResourceDiscoveryAssociationsCommandOutput,
26
+ EC2ClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeIpamResourceDiscoveryAssociationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DescribeIpamResourceDiscoveryAssociationsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EC2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeIpamResourceDiscoveryAssociationsCommandInput,
37
+ DescribeIpamResourceDiscoveryAssociationsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DescribeVpcAttributeRequest,
16
16
  DescribeVpcAttributeResult,
17
- } from "../models/models_4";
17
+ } from "../models/models_5";
18
18
  export interface DescribeVpcAttributeCommandInput
19
19
  extends DescribeVpcAttributeRequest {}
20
20
  export interface DescribeVpcAttributeCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DescribeVpcClassicLinkRequest,
16
16
  DescribeVpcClassicLinkResult,
17
- } from "../models/models_4";
17
+ } from "../models/models_5";
18
18
  export interface DescribeVpcClassicLinkCommandInput
19
19
  extends DescribeVpcClassicLinkRequest {}
20
20
  export interface DescribeVpcClassicLinkCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DescribeVpcClassicLinkDnsSupportRequest,
16
16
  DescribeVpcClassicLinkDnsSupportResult,
17
- } from "../models/models_4";
17
+ } from "../models/models_5";
18
18
  export interface DescribeVpcClassicLinkDnsSupportCommandInput
19
19
  extends DescribeVpcClassicLinkDnsSupportRequest {}
20
20
  export interface DescribeVpcClassicLinkDnsSupportCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DescribeVpcEndpointConnectionNotificationsRequest,
16
16
  DescribeVpcEndpointConnectionNotificationsResult,
17
- } from "../models/models_4";
17
+ } from "../models/models_5";
18
18
  export interface DescribeVpcEndpointConnectionNotificationsCommandInput
19
19
  extends DescribeVpcEndpointConnectionNotificationsRequest {}
20
20
  export interface DescribeVpcEndpointConnectionNotificationsCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DescribeVpcEndpointConnectionsRequest,
16
16
  DescribeVpcEndpointConnectionsResult,
17
- } from "../models/models_4";
17
+ } from "../models/models_5";
18
18
  export interface DescribeVpcEndpointConnectionsCommandInput
19
19
  extends DescribeVpcEndpointConnectionsRequest {}
20
20
  export interface DescribeVpcEndpointConnectionsCommandOutput
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { DescribeVpcEndpointServiceConfigurationsRequest } from "../models/models_4";
15
- import { DescribeVpcEndpointServiceConfigurationsResult } from "../models/models_5";
14
+ import {
15
+ DescribeVpcEndpointServiceConfigurationsRequest,
16
+ DescribeVpcEndpointServiceConfigurationsResult,
17
+ } from "../models/models_5";
16
18
  export interface DescribeVpcEndpointServiceConfigurationsCommandInput
17
19
  extends DescribeVpcEndpointServiceConfigurationsRequest {}
18
20
  export interface DescribeVpcEndpointServiceConfigurationsCommandOutput