@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
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DescribeVpcEndpointsRequest,
16
16
  DescribeVpcEndpointsResult,
17
- } from "../models/models_4";
17
+ } from "../models/models_5";
18
18
  export interface DescribeVpcEndpointsCommandInput
19
19
  extends DescribeVpcEndpointsRequest {}
20
20
  export interface DescribeVpcEndpointsCommandOutput
@@ -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
+ DisassociateIpamResourceDiscoveryRequest,
16
+ DisassociateIpamResourceDiscoveryResult,
17
+ } from "../models/models_5";
18
+ export interface DisassociateIpamResourceDiscoveryCommandInput
19
+ extends DisassociateIpamResourceDiscoveryRequest {}
20
+ export interface DisassociateIpamResourceDiscoveryCommandOutput
21
+ extends DisassociateIpamResourceDiscoveryResult,
22
+ __MetadataBearer {}
23
+ export declare class DisassociateIpamResourceDiscoveryCommand extends $Command<
24
+ DisassociateIpamResourceDiscoveryCommandInput,
25
+ DisassociateIpamResourceDiscoveryCommandOutput,
26
+ EC2ClientResolvedConfig
27
+ > {
28
+ readonly input: DisassociateIpamResourceDiscoveryCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DisassociateIpamResourceDiscoveryCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EC2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DisassociateIpamResourceDiscoveryCommandInput,
37
+ DisassociateIpamResourceDiscoveryCommandOutput
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
+ GetIpamDiscoveredAccountsRequest,
16
+ GetIpamDiscoveredAccountsResult,
17
+ } from "../models/models_5";
18
+ export interface GetIpamDiscoveredAccountsCommandInput
19
+ extends GetIpamDiscoveredAccountsRequest {}
20
+ export interface GetIpamDiscoveredAccountsCommandOutput
21
+ extends GetIpamDiscoveredAccountsResult,
22
+ __MetadataBearer {}
23
+ export declare class GetIpamDiscoveredAccountsCommand extends $Command<
24
+ GetIpamDiscoveredAccountsCommandInput,
25
+ GetIpamDiscoveredAccountsCommandOutput,
26
+ EC2ClientResolvedConfig
27
+ > {
28
+ readonly input: GetIpamDiscoveredAccountsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetIpamDiscoveredAccountsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EC2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetIpamDiscoveredAccountsCommandInput,
37
+ GetIpamDiscoveredAccountsCommandOutput
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
+ GetIpamDiscoveredResourceCidrsRequest,
16
+ GetIpamDiscoveredResourceCidrsResult,
17
+ } from "../models/models_5";
18
+ export interface GetIpamDiscoveredResourceCidrsCommandInput
19
+ extends GetIpamDiscoveredResourceCidrsRequest {}
20
+ export interface GetIpamDiscoveredResourceCidrsCommandOutput
21
+ extends GetIpamDiscoveredResourceCidrsResult,
22
+ __MetadataBearer {}
23
+ export declare class GetIpamDiscoveredResourceCidrsCommand extends $Command<
24
+ GetIpamDiscoveredResourceCidrsCommandInput,
25
+ GetIpamDiscoveredResourceCidrsCommandOutput,
26
+ EC2ClientResolvedConfig
27
+ > {
28
+ readonly input: GetIpamDiscoveredResourceCidrsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetIpamDiscoveredResourceCidrsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EC2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetIpamDiscoveredResourceCidrsCommandInput,
37
+ GetIpamDiscoveredResourceCidrsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ModifyClientVpnEndpointRequest,
16
16
  ModifyClientVpnEndpointResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export interface ModifyClientVpnEndpointCommandInput
19
19
  extends ModifyClientVpnEndpointRequest {}
20
20
  export interface ModifyClientVpnEndpointCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ModifyDefaultCreditSpecificationRequest,
16
16
  ModifyDefaultCreditSpecificationResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export interface ModifyDefaultCreditSpecificationCommandInput
19
19
  extends ModifyDefaultCreditSpecificationRequest {}
20
20
  export interface ModifyDefaultCreditSpecificationCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ModifyEbsDefaultKmsKeyIdRequest,
16
16
  ModifyEbsDefaultKmsKeyIdResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export interface ModifyEbsDefaultKmsKeyIdCommandInput
19
19
  extends ModifyEbsDefaultKmsKeyIdRequest {}
20
20
  export interface ModifyEbsDefaultKmsKeyIdCommandOutput
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { ModifyFleetRequest, ModifyFleetResult } from "../models/models_5";
14
+ import { ModifyFleetRequest, ModifyFleetResult } from "../models/models_6";
15
15
  export interface ModifyFleetCommandInput extends ModifyFleetRequest {}
16
16
  export interface ModifyFleetCommandOutput
17
17
  extends ModifyFleetResult,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ModifyFpgaImageAttributeRequest,
16
16
  ModifyFpgaImageAttributeResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export interface ModifyFpgaImageAttributeCommandInput
19
19
  extends ModifyFpgaImageAttributeRequest {}
20
20
  export interface ModifyFpgaImageAttributeCommandOutput
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { ModifyHostsRequest, ModifyHostsResult } from "../models/models_5";
14
+ import { ModifyHostsRequest, ModifyHostsResult } from "../models/models_6";
15
15
  export interface ModifyHostsCommandInput extends ModifyHostsRequest {}
16
16
  export interface ModifyHostsCommandOutput
17
17
  extends ModifyHostsResult,
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { ModifyIdFormatRequest } from "../models/models_5";
14
+ import { ModifyIdFormatRequest } from "../models/models_6";
15
15
  export interface ModifyIdFormatCommandInput extends ModifyIdFormatRequest {}
16
16
  export interface ModifyIdFormatCommandOutput extends __MetadataBearer {}
17
17
  export declare class ModifyIdFormatCommand extends $Command<
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { ModifyIdentityIdFormatRequest } from "../models/models_5";
14
+ import { ModifyIdentityIdFormatRequest } from "../models/models_6";
15
15
  export interface ModifyIdentityIdFormatCommandInput
16
16
  extends ModifyIdentityIdFormatRequest {}
17
17
  export interface ModifyIdentityIdFormatCommandOutput extends __MetadataBearer {}
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { ModifyImageAttributeRequest } from "../models/models_5";
14
+ import { ModifyImageAttributeRequest } from "../models/models_6";
15
15
  export interface ModifyImageAttributeCommandInput
16
16
  extends ModifyImageAttributeRequest {}
17
17
  export interface ModifyImageAttributeCommandOutput extends __MetadataBearer {}
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { ModifyInstanceAttributeRequest } from "../models/models_5";
14
+ import { ModifyInstanceAttributeRequest } from "../models/models_6";
15
15
  export interface ModifyInstanceAttributeCommandInput
16
16
  extends ModifyInstanceAttributeRequest {}
17
17
  export interface ModifyInstanceAttributeCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ModifyInstanceCapacityReservationAttributesRequest,
16
16
  ModifyInstanceCapacityReservationAttributesResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export interface ModifyInstanceCapacityReservationAttributesCommandInput
19
19
  extends ModifyInstanceCapacityReservationAttributesRequest {}
20
20
  export interface ModifyInstanceCapacityReservationAttributesCommandOutput
@@ -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
+ ModifyIpamResourceDiscoveryRequest,
16
+ ModifyIpamResourceDiscoveryResult,
17
+ } from "../models/models_6";
18
+ export interface ModifyIpamResourceDiscoveryCommandInput
19
+ extends ModifyIpamResourceDiscoveryRequest {}
20
+ export interface ModifyIpamResourceDiscoveryCommandOutput
21
+ extends ModifyIpamResourceDiscoveryResult,
22
+ __MetadataBearer {}
23
+ export declare class ModifyIpamResourceDiscoveryCommand extends $Command<
24
+ ModifyIpamResourceDiscoveryCommandInput,
25
+ ModifyIpamResourceDiscoveryCommandOutput,
26
+ EC2ClientResolvedConfig
27
+ > {
28
+ readonly input: ModifyIpamResourceDiscoveryCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ModifyIpamResourceDiscoveryCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EC2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ModifyIpamResourceDiscoveryCommandInput,
37
+ ModifyIpamResourceDiscoveryCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  UpdateSecurityGroupRuleDescriptionsIngressRequest,
16
16
  UpdateSecurityGroupRuleDescriptionsIngressResult,
17
- } from "../models/models_6";
17
+ } from "../models/models_7";
18
18
  export interface UpdateSecurityGroupRuleDescriptionsIngressCommandInput
19
19
  extends UpdateSecurityGroupRuleDescriptionsIngressRequest {}
20
20
  export interface UpdateSecurityGroupRuleDescriptionsIngressCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  WithdrawByoipCidrRequest,
16
16
  WithdrawByoipCidrResult,
17
- } from "../models/models_6";
17
+ } from "../models/models_7";
18
18
  export interface WithdrawByoipCidrCommandInput
19
19
  extends WithdrawByoipCidrRequest {}
20
20
  export interface WithdrawByoipCidrCommandOutput
@@ -18,6 +18,7 @@ export * from "./AssociateDhcpOptionsCommand";
18
18
  export * from "./AssociateEnclaveCertificateIamRoleCommand";
19
19
  export * from "./AssociateIamInstanceProfileCommand";
20
20
  export * from "./AssociateInstanceEventWindowCommand";
21
+ export * from "./AssociateIpamResourceDiscoveryCommand";
21
22
  export * from "./AssociateRouteTableCommand";
22
23
  export * from "./AssociateSubnetCidrBlockCommand";
23
24
  export * from "./AssociateTransitGatewayMulticastDomainCommand";
@@ -70,6 +71,7 @@ export * from "./CreateInstanceExportTaskCommand";
70
71
  export * from "./CreateInternetGatewayCommand";
71
72
  export * from "./CreateIpamCommand";
72
73
  export * from "./CreateIpamPoolCommand";
74
+ export * from "./CreateIpamResourceDiscoveryCommand";
73
75
  export * from "./CreateIpamScopeCommand";
74
76
  export * from "./CreateKeyPairCommand";
75
77
  export * from "./CreateLaunchTemplateCommand";
@@ -144,6 +146,7 @@ export * from "./DeleteInstanceEventWindowCommand";
144
146
  export * from "./DeleteInternetGatewayCommand";
145
147
  export * from "./DeleteIpamCommand";
146
148
  export * from "./DeleteIpamPoolCommand";
149
+ export * from "./DeleteIpamResourceDiscoveryCommand";
147
150
  export * from "./DeleteIpamScopeCommand";
148
151
  export * from "./DeleteKeyPairCommand";
149
152
  export * from "./DeleteLaunchTemplateCommand";
@@ -262,6 +265,8 @@ export * from "./DescribeInstanceTypesCommand";
262
265
  export * from "./DescribeInstancesCommand";
263
266
  export * from "./DescribeInternetGatewaysCommand";
264
267
  export * from "./DescribeIpamPoolsCommand";
268
+ export * from "./DescribeIpamResourceDiscoveriesCommand";
269
+ export * from "./DescribeIpamResourceDiscoveryAssociationsCommand";
265
270
  export * from "./DescribeIpamScopesCommand";
266
271
  export * from "./DescribeIpamsCommand";
267
272
  export * from "./DescribeIpv6PoolsCommand";
@@ -373,6 +378,7 @@ export * from "./DisassociateClientVpnTargetNetworkCommand";
373
378
  export * from "./DisassociateEnclaveCertificateIamRoleCommand";
374
379
  export * from "./DisassociateIamInstanceProfileCommand";
375
380
  export * from "./DisassociateInstanceEventWindowCommand";
381
+ export * from "./DisassociateIpamResourceDiscoveryCommand";
376
382
  export * from "./DisassociateRouteTableCommand";
377
383
  export * from "./DisassociateSubnetCidrBlockCommand";
378
384
  export * from "./DisassociateTransitGatewayMulticastDomainCommand";
@@ -414,6 +420,8 @@ export * from "./GetHostReservationPurchasePreviewCommand";
414
420
  export * from "./GetInstanceTypesFromInstanceRequirementsCommand";
415
421
  export * from "./GetInstanceUefiDataCommand";
416
422
  export * from "./GetIpamAddressHistoryCommand";
423
+ export * from "./GetIpamDiscoveredAccountsCommand";
424
+ export * from "./GetIpamDiscoveredResourceCidrsCommand";
417
425
  export * from "./GetIpamPoolAllocationsCommand";
418
426
  export * from "./GetIpamPoolCidrsCommand";
419
427
  export * from "./GetIpamResourceCidrsCommand";
@@ -470,6 +478,7 @@ export * from "./ModifyInstancePlacementCommand";
470
478
  export * from "./ModifyIpamCommand";
471
479
  export * from "./ModifyIpamPoolCommand";
472
480
  export * from "./ModifyIpamResourceCidrCommand";
481
+ export * from "./ModifyIpamResourceDiscoveryCommand";
473
482
  export * from "./ModifyIpamScopeCommand";
474
483
  export * from "./ModifyLaunchTemplateCommand";
475
484
  export * from "./ModifyLocalGatewayRouteCommand";
@@ -5,3 +5,4 @@ export * from "./models_3";
5
5
  export * from "./models_4";
6
6
  export * from "./models_5";
7
7
  export * from "./models_6";
8
+ export * from "./models_7";
@@ -61,6 +61,8 @@ export declare enum ResourceType {
61
61
  internet_gateway = "internet-gateway",
62
62
  ipam = "ipam",
63
63
  ipam_pool = "ipam-pool",
64
+ ipam_resource_discovery = "ipam-resource-discovery",
65
+ ipam_resource_discovery_association = "ipam-resource-discovery-association",
64
66
  ipam_scope = "ipam-scope",
65
67
  ipv4pool_ec2 = "ipv4pool-ec2",
66
68
  ipv6pool_ec2 = "ipv6pool-ec2",
@@ -930,6 +932,44 @@ export interface InstanceEventWindow {
930
932
  export interface AssociateInstanceEventWindowResult {
931
933
  InstanceEventWindow?: InstanceEventWindow;
932
934
  }
935
+ export interface AssociateIpamResourceDiscoveryRequest {
936
+ DryRun?: boolean;
937
+ IpamId: string | undefined;
938
+ IpamResourceDiscoveryId: string | undefined;
939
+ TagSpecifications?: TagSpecification[];
940
+ ClientToken?: string;
941
+ }
942
+ export declare enum IpamAssociatedResourceDiscoveryStatus {
943
+ ACTIVE = "active",
944
+ NOT_FOUND = "not-found",
945
+ }
946
+ export declare enum IpamResourceDiscoveryAssociationState {
947
+ ASSOCIATE_COMPLETE = "associate-complete",
948
+ ASSOCIATE_FAILED = "associate-failed",
949
+ ASSOCIATE_IN_PROGRESS = "associate-in-progress",
950
+ DISASSOCIATE_COMPLETE = "disassociate-complete",
951
+ DISASSOCIATE_FAILED = "disassociate-failed",
952
+ DISASSOCIATE_IN_PROGRESS = "disassociate-in-progress",
953
+ ISOLATE_COMPLETE = "isolate-complete",
954
+ ISOLATE_IN_PROGRESS = "isolate-in-progress",
955
+ RESTORE_IN_PROGRESS = "restore-in-progress",
956
+ }
957
+ export interface IpamResourceDiscoveryAssociation {
958
+ OwnerId?: string;
959
+ IpamResourceDiscoveryAssociationId?: string;
960
+ IpamResourceDiscoveryAssociationArn?: string;
961
+ IpamResourceDiscoveryId?: string;
962
+ IpamId?: string;
963
+ IpamArn?: string;
964
+ IpamRegion?: string;
965
+ IsDefault?: boolean;
966
+ ResourceDiscoveryStatus?: IpamAssociatedResourceDiscoveryStatus | string;
967
+ State?: IpamResourceDiscoveryAssociationState | string;
968
+ Tags?: Tag[];
969
+ }
970
+ export interface AssociateIpamResourceDiscoveryResult {
971
+ IpamResourceDiscoveryAssociation?: IpamResourceDiscoveryAssociation;
972
+ }
933
973
  export interface AssociateRouteTableRequest {
934
974
  DryRun?: boolean;
935
975
  RouteTableId: string | undefined;
@@ -2459,29 +2499,6 @@ export interface CreateClientVpnRouteRequest {
2459
2499
  ClientToken?: string;
2460
2500
  DryRun?: boolean;
2461
2501
  }
2462
- export declare enum ClientVpnRouteStatusCode {
2463
- active = "active",
2464
- creating = "creating",
2465
- deleting = "deleting",
2466
- failed = "failed",
2467
- }
2468
- export interface ClientVpnRouteStatus {
2469
- Code?: ClientVpnRouteStatusCode | string;
2470
- Message?: string;
2471
- }
2472
- export interface CreateClientVpnRouteResult {
2473
- Status?: ClientVpnRouteStatus;
2474
- }
2475
- export interface CreateCoipCidrRequest {
2476
- Cidr: string | undefined;
2477
- CoipPoolId: string | undefined;
2478
- DryRun?: boolean;
2479
- }
2480
- export interface CoipCidr {
2481
- Cidr?: string;
2482
- CoipPoolId?: string;
2483
- LocalGatewayRouteTableId?: string;
2484
- }
2485
2502
  export declare const AcceleratorCountFilterSensitiveLog: (
2486
2503
  obj: AcceleratorCount
2487
2504
  ) => any;
@@ -2797,6 +2814,15 @@ export declare const InstanceEventWindowFilterSensitiveLog: (
2797
2814
  export declare const AssociateInstanceEventWindowResultFilterSensitiveLog: (
2798
2815
  obj: AssociateInstanceEventWindowResult
2799
2816
  ) => any;
2817
+ export declare const AssociateIpamResourceDiscoveryRequestFilterSensitiveLog: (
2818
+ obj: AssociateIpamResourceDiscoveryRequest
2819
+ ) => any;
2820
+ export declare const IpamResourceDiscoveryAssociationFilterSensitiveLog: (
2821
+ obj: IpamResourceDiscoveryAssociation
2822
+ ) => any;
2823
+ export declare const AssociateIpamResourceDiscoveryResultFilterSensitiveLog: (
2824
+ obj: AssociateIpamResourceDiscoveryResult
2825
+ ) => any;
2800
2826
  export declare const AssociateRouteTableRequestFilterSensitiveLog: (
2801
2827
  obj: AssociateRouteTableRequest
2802
2828
  ) => any;
@@ -3141,13 +3167,3 @@ export declare const CreateClientVpnEndpointResultFilterSensitiveLog: (
3141
3167
  export declare const CreateClientVpnRouteRequestFilterSensitiveLog: (
3142
3168
  obj: CreateClientVpnRouteRequest
3143
3169
  ) => any;
3144
- export declare const ClientVpnRouteStatusFilterSensitiveLog: (
3145
- obj: ClientVpnRouteStatus
3146
- ) => any;
3147
- export declare const CreateClientVpnRouteResultFilterSensitiveLog: (
3148
- obj: CreateClientVpnRouteResult
3149
- ) => any;
3150
- export declare const CreateCoipCidrRequestFilterSensitiveLog: (
3151
- obj: CreateCoipCidrRequest
3152
- ) => any;
3153
- export declare const CoipCidrFilterSensitiveLog: (obj: CoipCidr) => any;