@aws-sdk/client-ec2 3.257.0 → 3.258.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (268) hide show
  1. package/dist-cjs/EC2.js +135 -0
  2. package/dist-cjs/commands/AssociateIpamResourceDiscoveryCommand.js +46 -0
  3. package/dist-cjs/commands/CreateClientVpnRouteCommand.js +2 -1
  4. package/dist-cjs/commands/CreateCoipCidrCommand.js +1 -2
  5. package/dist-cjs/commands/CreateIpamResourceDiscoveryCommand.js +46 -0
  6. package/dist-cjs/commands/CreateRouteTableCommand.js +2 -1
  7. package/dist-cjs/commands/CreateSecurityGroupCommand.js +3 -3
  8. package/dist-cjs/commands/CreateSnapshotCommand.js +3 -3
  9. package/dist-cjs/commands/CreateSnapshotsCommand.js +1 -2
  10. package/dist-cjs/commands/DeleteIpamResourceDiscoveryCommand.js +46 -0
  11. package/dist-cjs/commands/DeleteTransitGatewayConnectCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteTransitGatewayConnectPeerCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteTransitGatewayMulticastDomainCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteTransitGatewayPeeringAttachmentCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteTransitGatewayPolicyTableCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteTransitGatewayPrefixListReferenceCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteTransitGatewayRouteCommand.js +1 -2
  18. package/dist-cjs/commands/DescribeInstanceStatusCommand.js +2 -1
  19. package/dist-cjs/commands/DescribeInstanceTypeOfferingsCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeInstanceTypesCommand.js +1 -2
  21. package/dist-cjs/commands/DescribeIpamResourceDiscoveriesCommand.js +46 -0
  22. package/dist-cjs/commands/DescribeIpamResourceDiscoveryAssociationsCommand.js +46 -0
  23. package/dist-cjs/commands/DescribeVpcAttributeCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeVpcClassicLinkCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeVpcClassicLinkDnsSupportCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeVpcEndpointConnectionNotificationsCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeVpcEndpointConnectionsCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeVpcEndpointServiceConfigurationsCommand.js +1 -2
  29. package/dist-cjs/commands/DescribeVpcEndpointsCommand.js +3 -3
  30. package/dist-cjs/commands/DisassociateIpamResourceDiscoveryCommand.js +46 -0
  31. package/dist-cjs/commands/GetIpamDiscoveredAccountsCommand.js +46 -0
  32. package/dist-cjs/commands/GetIpamDiscoveredResourceCidrsCommand.js +46 -0
  33. package/dist-cjs/commands/ModifyClientVpnEndpointCommand.js +3 -3
  34. package/dist-cjs/commands/ModifyDefaultCreditSpecificationCommand.js +3 -3
  35. package/dist-cjs/commands/ModifyEbsDefaultKmsKeyIdCommand.js +3 -3
  36. package/dist-cjs/commands/ModifyFleetCommand.js +3 -3
  37. package/dist-cjs/commands/ModifyFpgaImageAttributeCommand.js +3 -3
  38. package/dist-cjs/commands/ModifyHostsCommand.js +3 -3
  39. package/dist-cjs/commands/ModifyIdFormatCommand.js +2 -2
  40. package/dist-cjs/commands/ModifyIdentityIdFormatCommand.js +2 -2
  41. package/dist-cjs/commands/ModifyImageAttributeCommand.js +2 -2
  42. package/dist-cjs/commands/ModifyInstanceAttributeCommand.js +2 -2
  43. package/dist-cjs/commands/ModifyInstanceCapacityReservationAttributesCommand.js +3 -3
  44. package/dist-cjs/commands/ModifyIpamResourceDiscoveryCommand.js +46 -0
  45. package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.js +3 -3
  46. package/dist-cjs/commands/WithdrawByoipCidrCommand.js +3 -3
  47. package/dist-cjs/commands/index.js +9 -0
  48. package/dist-cjs/endpoint/ruleset.js +3 -3
  49. package/dist-cjs/models/index.js +1 -0
  50. package/dist-cjs/models/models_0.js +37 -29
  51. package/dist-cjs/models/models_1.js +61 -51
  52. package/dist-cjs/models/models_2.js +59 -54
  53. package/dist-cjs/models/models_3.js +55 -63
  54. package/dist-cjs/models/models_4.js +79 -70
  55. package/dist-cjs/models/models_5.js +112 -111
  56. package/dist-cjs/models/models_6.js +119 -22
  57. package/dist-cjs/models/models_7.js +19 -0
  58. package/dist-cjs/pagination/DescribeIpamResourceDiscoveriesPaginator.js +36 -0
  59. package/dist-cjs/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.js +36 -0
  60. package/dist-cjs/pagination/GetIpamDiscoveredAccountsPaginator.js +36 -0
  61. package/dist-cjs/pagination/GetIpamDiscoveredResourceCidrsPaginator.js +36 -0
  62. package/dist-cjs/pagination/index.js +4 -0
  63. package/dist-cjs/protocols/Aws_ec2.js +997 -24
  64. package/dist-cjs/runtimeConfig.browser.js +0 -3
  65. package/dist-cjs/runtimeConfig.js +0 -3
  66. package/dist-cjs/runtimeConfig.shared.js +3 -0
  67. package/dist-es/EC2.js +135 -0
  68. package/dist-es/commands/AssociateIpamResourceDiscoveryCommand.js +42 -0
  69. package/dist-es/commands/CreateClientVpnRouteCommand.js +2 -1
  70. package/dist-es/commands/CreateCoipCidrCommand.js +1 -2
  71. package/dist-es/commands/CreateIpamResourceDiscoveryCommand.js +42 -0
  72. package/dist-es/commands/CreateRouteTableCommand.js +2 -1
  73. package/dist-es/commands/CreateSecurityGroupCommand.js +1 -1
  74. package/dist-es/commands/CreateSnapshotCommand.js +1 -1
  75. package/dist-es/commands/CreateSnapshotsCommand.js +1 -2
  76. package/dist-es/commands/DeleteIpamResourceDiscoveryCommand.js +42 -0
  77. package/dist-es/commands/DeleteTransitGatewayConnectCommand.js +2 -1
  78. package/dist-es/commands/DeleteTransitGatewayConnectPeerCommand.js +1 -1
  79. package/dist-es/commands/DeleteTransitGatewayMulticastDomainCommand.js +1 -1
  80. package/dist-es/commands/DeleteTransitGatewayPeeringAttachmentCommand.js +1 -1
  81. package/dist-es/commands/DeleteTransitGatewayPolicyTableCommand.js +1 -1
  82. package/dist-es/commands/DeleteTransitGatewayPrefixListReferenceCommand.js +1 -1
  83. package/dist-es/commands/DeleteTransitGatewayRouteCommand.js +1 -2
  84. package/dist-es/commands/DescribeInstanceStatusCommand.js +2 -1
  85. package/dist-es/commands/DescribeInstanceTypeOfferingsCommand.js +1 -1
  86. package/dist-es/commands/DescribeInstanceTypesCommand.js +1 -2
  87. package/dist-es/commands/DescribeIpamResourceDiscoveriesCommand.js +42 -0
  88. package/dist-es/commands/DescribeIpamResourceDiscoveryAssociationsCommand.js +42 -0
  89. package/dist-es/commands/DescribeVpcAttributeCommand.js +1 -1
  90. package/dist-es/commands/DescribeVpcClassicLinkCommand.js +1 -1
  91. package/dist-es/commands/DescribeVpcClassicLinkDnsSupportCommand.js +1 -1
  92. package/dist-es/commands/DescribeVpcEndpointConnectionNotificationsCommand.js +1 -1
  93. package/dist-es/commands/DescribeVpcEndpointConnectionsCommand.js +1 -1
  94. package/dist-es/commands/DescribeVpcEndpointServiceConfigurationsCommand.js +1 -2
  95. package/dist-es/commands/DescribeVpcEndpointsCommand.js +1 -1
  96. package/dist-es/commands/DisassociateIpamResourceDiscoveryCommand.js +42 -0
  97. package/dist-es/commands/GetIpamDiscoveredAccountsCommand.js +42 -0
  98. package/dist-es/commands/GetIpamDiscoveredResourceCidrsCommand.js +42 -0
  99. package/dist-es/commands/ModifyClientVpnEndpointCommand.js +1 -1
  100. package/dist-es/commands/ModifyDefaultCreditSpecificationCommand.js +1 -1
  101. package/dist-es/commands/ModifyEbsDefaultKmsKeyIdCommand.js +1 -1
  102. package/dist-es/commands/ModifyFleetCommand.js +1 -1
  103. package/dist-es/commands/ModifyFpgaImageAttributeCommand.js +1 -1
  104. package/dist-es/commands/ModifyHostsCommand.js +1 -1
  105. package/dist-es/commands/ModifyIdFormatCommand.js +1 -1
  106. package/dist-es/commands/ModifyIdentityIdFormatCommand.js +1 -1
  107. package/dist-es/commands/ModifyImageAttributeCommand.js +1 -1
  108. package/dist-es/commands/ModifyInstanceAttributeCommand.js +1 -1
  109. package/dist-es/commands/ModifyInstanceCapacityReservationAttributesCommand.js +1 -1
  110. package/dist-es/commands/ModifyIpamResourceDiscoveryCommand.js +42 -0
  111. package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.js +1 -1
  112. package/dist-es/commands/WithdrawByoipCidrCommand.js +1 -1
  113. package/dist-es/commands/index.js +9 -0
  114. package/dist-es/endpoint/ruleset.js +3 -3
  115. package/dist-es/models/index.js +1 -0
  116. package/dist-es/models/models_0.js +28 -19
  117. package/dist-es/models/models_1.js +48 -38
  118. package/dist-es/models/models_2.js +44 -36
  119. package/dist-es/models/models_3.js +37 -49
  120. package/dist-es/models/models_4.js +61 -48
  121. package/dist-es/models/models_5.js +81 -80
  122. package/dist-es/models/models_6.js +86 -12
  123. package/dist-es/models/models_7.js +12 -0
  124. package/dist-es/pagination/DescribeIpamResourceDiscoveriesPaginator.js +32 -0
  125. package/dist-es/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.js +32 -0
  126. package/dist-es/pagination/GetIpamDiscoveredAccountsPaginator.js +32 -0
  127. package/dist-es/pagination/GetIpamDiscoveredResourceCidrsPaginator.js +32 -0
  128. package/dist-es/pagination/index.js +4 -0
  129. package/dist-es/protocols/Aws_ec2.js +955 -0
  130. package/dist-es/runtimeConfig.browser.js +0 -3
  131. package/dist-es/runtimeConfig.js +0 -3
  132. package/dist-es/runtimeConfig.shared.js +3 -0
  133. package/dist-types/EC2.d.ts +67 -4
  134. package/dist-types/EC2Client.d.ts +11 -2
  135. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  136. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +37 -0
  137. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +2 -1
  138. package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -2
  139. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +37 -0
  140. package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -1
  141. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  142. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  143. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -2
  144. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +37 -0
  145. package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +2 -1
  146. package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  147. package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  148. package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  149. package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
  150. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  151. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -2
  152. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +2 -1
  153. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  154. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -2
  155. package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +37 -0
  156. package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +37 -0
  157. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  158. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  159. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  160. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  161. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  162. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -2
  163. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
  164. package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +37 -0
  165. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +37 -0
  166. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +37 -0
  167. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  168. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  169. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  170. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  171. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  172. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  173. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  174. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  175. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  176. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  177. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  178. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +37 -0
  180. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -2
  181. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  182. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  183. package/dist-types/commands/index.d.ts +9 -0
  184. package/dist-types/models/index.d.ts +1 -0
  185. package/dist-types/models/models_0.d.ts +160 -89
  186. package/dist-types/models/models_1.d.ts +262 -294
  187. package/dist-types/models/models_2.d.ts +316 -166
  188. package/dist-types/models/models_3.d.ts +169 -441
  189. package/dist-types/models/models_4.d.ts +1328 -1301
  190. package/dist-types/models/models_5.d.ts +3670 -3659
  191. package/dist-types/models/models_6.d.ts +803 -80
  192. package/dist-types/models/models_7.d.ts +72 -0
  193. package/dist-types/pagination/DescribeIpamResourceDiscoveriesPaginator.d.ts +4 -0
  194. package/dist-types/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.d.ts +4 -0
  195. package/dist-types/pagination/GetIpamDiscoveredAccountsPaginator.d.ts +4 -0
  196. package/dist-types/pagination/GetIpamDiscoveredResourceCidrsPaginator.d.ts +4 -0
  197. package/dist-types/pagination/index.d.ts +4 -0
  198. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  199. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  200. package/dist-types/runtimeConfig.d.ts +2 -2
  201. package/dist-types/runtimeConfig.shared.d.ts +2 -0
  202. package/dist-types/ts3.4/EC2.d.ts +165 -0
  203. package/dist-types/ts3.4/EC2Client.d.ts +54 -0
  204. package/dist-types/ts3.4/commands/AssociateIpamResourceDiscoveryCommand.d.ts +41 -0
  205. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +2 -4
  206. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +4 -2
  207. package/dist-types/ts3.4/commands/CreateIpamResourceDiscoveryCommand.d.ts +41 -0
  208. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +2 -4
  209. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +4 -2
  212. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +41 -0
  213. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +2 -4
  214. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +4 -2
  220. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +2 -4
  221. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +4 -2
  223. package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +41 -0
  224. package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +41 -0
  225. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  230. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +4 -2
  231. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
  232. package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +41 -0
  233. package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +41 -0
  234. package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +41 -0
  235. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +41 -0
  247. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  250. package/dist-types/ts3.4/models/index.d.ts +1 -0
  251. package/dist-types/ts3.4/models/models_0.d.ts +49 -33
  252. package/dist-types/ts3.4/models/models_1.d.ts +86 -87
  253. package/dist-types/ts3.4/models/models_2.d.ts +103 -83
  254. package/dist-types/ts3.4/models/models_3.d.ts +90 -91
  255. package/dist-types/ts3.4/models/models_4.d.ts +131 -145
  256. package/dist-types/ts3.4/models/models_5.d.ts +237 -259
  257. package/dist-types/ts3.4/models/models_6.d.ts +271 -32
  258. package/dist-types/ts3.4/models/models_7.d.ts +31 -0
  259. package/dist-types/ts3.4/pagination/DescribeIpamResourceDiscoveriesPaginator.d.ts +11 -0
  260. package/dist-types/ts3.4/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.d.ts +11 -0
  261. package/dist-types/ts3.4/pagination/GetIpamDiscoveredAccountsPaginator.d.ts +11 -0
  262. package/dist-types/ts3.4/pagination/GetIpamDiscoveredResourceCidrsPaginator.d.ts +11 -0
  263. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  264. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +108 -0
  265. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  266. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  267. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
  268. package/package.json +4 -5
@@ -1,6 +1,122 @@
1
- import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CurrencyCodeValues, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransitGatewayVpcAttachment, TransportProtocol, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
- import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, HostnameType, InstanceIpv6Address, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, NetworkInterfaceStatus, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType } from "./models_1";
3
- import { FleetStateCode, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
1
+ import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, CurrencyCodeValues, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TransportProtocol, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
+ import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, HostnameType, InstanceIpv6Address, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, NetworkInterfaceStatus, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType } from "./models_1";
3
+ import { FleetStateCode, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
4
+ export interface DeleteTransitGatewayConnectResult {
5
+ /**
6
+ * <p>Information about the deleted Connect attachment.</p>
7
+ */
8
+ TransitGatewayConnect?: TransitGatewayConnect;
9
+ }
10
+ export interface DeleteTransitGatewayConnectPeerRequest {
11
+ /**
12
+ * <p>The ID of the Connect peer.</p>
13
+ */
14
+ TransitGatewayConnectPeerId: string | undefined;
15
+ /**
16
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
17
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
18
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
19
+ */
20
+ DryRun?: boolean;
21
+ }
22
+ export interface DeleteTransitGatewayConnectPeerResult {
23
+ /**
24
+ * <p>Information about the deleted Connect peer.</p>
25
+ */
26
+ TransitGatewayConnectPeer?: TransitGatewayConnectPeer;
27
+ }
28
+ export interface DeleteTransitGatewayMulticastDomainRequest {
29
+ /**
30
+ * <p>The ID of the transit gateway multicast domain.</p>
31
+ */
32
+ TransitGatewayMulticastDomainId: string | undefined;
33
+ /**
34
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
35
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
36
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
37
+ */
38
+ DryRun?: boolean;
39
+ }
40
+ export interface DeleteTransitGatewayMulticastDomainResult {
41
+ /**
42
+ * <p>Information about the deleted transit gateway multicast domain.</p>
43
+ */
44
+ TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain;
45
+ }
46
+ export interface DeleteTransitGatewayPeeringAttachmentRequest {
47
+ /**
48
+ * <p>The ID of the transit gateway peering attachment.</p>
49
+ */
50
+ TransitGatewayAttachmentId: string | undefined;
51
+ /**
52
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
53
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
54
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
55
+ */
56
+ DryRun?: boolean;
57
+ }
58
+ export interface DeleteTransitGatewayPeeringAttachmentResult {
59
+ /**
60
+ * <p>The transit gateway peering attachment.</p>
61
+ */
62
+ TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
63
+ }
64
+ export interface DeleteTransitGatewayPolicyTableRequest {
65
+ /**
66
+ * <p>The transit gateway policy table to delete.</p>
67
+ */
68
+ TransitGatewayPolicyTableId: string | undefined;
69
+ /**
70
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
71
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
72
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
73
+ */
74
+ DryRun?: boolean;
75
+ }
76
+ export interface DeleteTransitGatewayPolicyTableResult {
77
+ /**
78
+ * <p>Provides details about the deleted transit gateway policy table.</p>
79
+ */
80
+ TransitGatewayPolicyTable?: TransitGatewayPolicyTable;
81
+ }
82
+ export interface DeleteTransitGatewayPrefixListReferenceRequest {
83
+ /**
84
+ * <p>The ID of the route table.</p>
85
+ */
86
+ TransitGatewayRouteTableId: string | undefined;
87
+ /**
88
+ * <p>The ID of the prefix list.</p>
89
+ */
90
+ PrefixListId: string | undefined;
91
+ /**
92
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
93
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
94
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
95
+ */
96
+ DryRun?: boolean;
97
+ }
98
+ export interface DeleteTransitGatewayPrefixListReferenceResult {
99
+ /**
100
+ * <p>Information about the deleted prefix list reference.</p>
101
+ */
102
+ TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
103
+ }
104
+ export interface DeleteTransitGatewayRouteRequest {
105
+ /**
106
+ * <p>The ID of the transit gateway route table.</p>
107
+ */
108
+ TransitGatewayRouteTableId: string | undefined;
109
+ /**
110
+ * <p>The CIDR range for the route. This must match the CIDR for the route exactly.</p>
111
+ */
112
+ DestinationCidrBlock: string | undefined;
113
+ /**
114
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
115
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
116
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
117
+ */
118
+ DryRun?: boolean;
119
+ }
4
120
  export interface DeleteTransitGatewayRouteResult {
5
121
  /**
6
122
  * <p>Information about the route.</p>
@@ -332,7 +448,8 @@ export interface DeprovisionIpamPoolCidrRequest {
332
448
  Cidr?: string;
333
449
  }
334
450
  export declare enum IpamPoolCidrFailureCode {
335
- cidr_not_available = "cidr-not-available"
451
+ cidr_not_available = "cidr-not-available",
452
+ limit_exceeded = "limit-exceeded"
336
453
  }
337
454
  /**
338
455
  * <p>Details related to why an IPAM pool CIDR failed to be provisioned.</p>
@@ -374,6 +491,14 @@ export interface IpamPoolCidr {
374
491
  * <p>Details related to why an IPAM pool CIDR failed to be provisioned.</p>
375
492
  */
376
493
  FailureReason?: IpamPoolCidrFailureReason;
494
+ /**
495
+ * <p>The IPAM pool CIDR ID.</p>
496
+ */
497
+ IpamPoolCidrId?: string;
498
+ /**
499
+ * <p>The netmask length of the CIDR you'd like to provision to a pool. Can be used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools. Cannot be used to provision BYOIP CIDRs to top-level pools. "NetmaskLength" or "Cidr" is required.</p>
500
+ */
501
+ NetmaskLength?: number;
377
502
  }
378
503
  export interface DeprovisionIpamPoolCidrResult {
379
504
  /**
@@ -7530,419 +7655,54 @@ export interface InstanceStatusEvent {
7530
7655
  */
7531
7656
  NotBeforeDeadline?: Date;
7532
7657
  }
7533
- export declare enum StatusName {
7534
- reachability = "reachability"
7535
- }
7536
- export declare enum StatusType {
7537
- failed = "failed",
7538
- initializing = "initializing",
7539
- insufficient_data = "insufficient-data",
7540
- passed = "passed"
7541
- }
7542
7658
  /**
7543
- * <p>Describes the instance status.</p>
7659
+ * @internal
7544
7660
  */
7545
- export interface InstanceStatusDetails {
7546
- /**
7547
- * <p>The time when a status check failed. For an instance that was launched and impaired,
7548
- * this is the time when the instance was launched.</p>
7549
- */
7550
- ImpairedSince?: Date;
7551
- /**
7552
- * <p>The type of instance status.</p>
7553
- */
7554
- Name?: StatusName | string;
7555
- /**
7556
- * <p>The status.</p>
7557
- */
7558
- Status?: StatusType | string;
7559
- }
7560
- export declare enum SummaryStatus {
7561
- impaired = "impaired",
7562
- initializing = "initializing",
7563
- insufficient_data = "insufficient-data",
7564
- not_applicable = "not-applicable",
7565
- ok = "ok"
7566
- }
7661
+ export declare const DeleteTransitGatewayConnectResultFilterSensitiveLog: (obj: DeleteTransitGatewayConnectResult) => any;
7567
7662
  /**
7568
- * <p>Describes the status of an instance.</p>
7663
+ * @internal
7569
7664
  */
7570
- export interface InstanceStatusSummary {
7571
- /**
7572
- * <p>The system instance health or application instance health.</p>
7573
- */
7574
- Details?: InstanceStatusDetails[];
7575
- /**
7576
- * <p>The status.</p>
7577
- */
7578
- Status?: SummaryStatus | string;
7579
- }
7665
+ export declare const DeleteTransitGatewayConnectPeerRequestFilterSensitiveLog: (obj: DeleteTransitGatewayConnectPeerRequest) => any;
7580
7666
  /**
7581
- * <p>Describes the status of an instance.</p>
7667
+ * @internal
7582
7668
  */
7583
- export interface InstanceStatus {
7584
- /**
7585
- * <p>The Availability Zone of the instance.</p>
7586
- */
7587
- AvailabilityZone?: string;
7588
- /**
7589
- * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
7590
- */
7591
- OutpostArn?: string;
7592
- /**
7593
- * <p>Any scheduled events associated with the instance.</p>
7594
- */
7595
- Events?: InstanceStatusEvent[];
7596
- /**
7597
- * <p>The ID of the instance.</p>
7598
- */
7599
- InstanceId?: string;
7600
- /**
7601
- * <p>The intended state of the instance. <a>DescribeInstanceStatus</a> requires
7602
- * that an instance be in the <code>running</code> state.</p>
7603
- */
7604
- InstanceState?: InstanceState;
7605
- /**
7606
- * <p>Reports impaired functionality that stems from issues internal to the instance, such
7607
- * as impaired reachability.</p>
7608
- */
7609
- InstanceStatus?: InstanceStatusSummary;
7610
- /**
7611
- * <p>Reports impaired functionality that stems from issues related to the systems that
7612
- * support an instance, such as hardware failures and network connectivity problems.</p>
7613
- */
7614
- SystemStatus?: InstanceStatusSummary;
7615
- }
7616
- export interface DescribeInstanceStatusResult {
7617
- /**
7618
- * <p>Information about the status of the instances.</p>
7619
- */
7620
- InstanceStatuses?: InstanceStatus[];
7621
- /**
7622
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
7623
- * when there are no more results to return.</p>
7624
- */
7625
- NextToken?: string;
7626
- }
7627
- export declare enum LocationType {
7628
- availability_zone = "availability-zone",
7629
- availability_zone_id = "availability-zone-id",
7630
- region = "region"
7631
- }
7632
- export interface DescribeInstanceTypeOfferingsRequest {
7633
- /**
7634
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7635
- * and provides an error response. If you have the required permissions, the error response is
7636
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7637
- */
7638
- DryRun?: boolean;
7639
- /**
7640
- * <p>The location type.</p>
7641
- */
7642
- LocationType?: LocationType | string;
7643
- /**
7644
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
7645
- * <ul>
7646
- * <li>
7647
- * <p>
7648
- * <code>location</code> - This depends on the location type. For example, if the location type is
7649
- * <code>region</code> (default), the location is the Region code (for example, <code>us-east-2</code>.)</p>
7650
- * </li>
7651
- * <li>
7652
- * <p>
7653
- * <code>instance-type</code> - The instance type. For example,
7654
- * <code>c5.2xlarge</code>.</p>
7655
- * </li>
7656
- * </ul>
7657
- */
7658
- Filters?: Filter[];
7659
- /**
7660
- * <p>The maximum number of results to return for the request in a single page. The remaining results
7661
- * can be seen by sending another request with the next token value.</p>
7662
- */
7663
- MaxResults?: number;
7664
- /**
7665
- * <p>The token to retrieve the next page of results.</p>
7666
- */
7667
- NextToken?: string;
7668
- }
7669
+ export declare const DeleteTransitGatewayConnectPeerResultFilterSensitiveLog: (obj: DeleteTransitGatewayConnectPeerResult) => any;
7669
7670
  /**
7670
- * <p>The instance types offered.</p>
7671
+ * @internal
7671
7672
  */
7672
- export interface InstanceTypeOffering {
7673
- /**
7674
- * <p>The instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the <i>Amazon EC2 User Guide</i>.</p>
7675
- */
7676
- InstanceType?: _InstanceType | string;
7677
- /**
7678
- * <p>The location type.</p>
7679
- */
7680
- LocationType?: LocationType | string;
7681
- /**
7682
- * <p>The identifier for the location. This depends on the location type. For example, if the location type is
7683
- * <code>region</code>, the location is the Region code (for example, <code>us-east-2</code>.)</p>
7684
- */
7685
- Location?: string;
7686
- }
7687
- export interface DescribeInstanceTypeOfferingsResult {
7688
- /**
7689
- * <p>The instance types offered.</p>
7690
- */
7691
- InstanceTypeOfferings?: InstanceTypeOffering[];
7692
- /**
7693
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there
7694
- * are no more results to return.</p>
7695
- */
7696
- NextToken?: string;
7697
- }
7698
- export interface DescribeInstanceTypesRequest {
7699
- /**
7700
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7701
- * and provides an error response. If you have the required permissions, the error response is
7702
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7703
- */
7704
- DryRun?: boolean;
7705
- /**
7706
- * <p>The instance types. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the <i>Amazon EC2 User Guide</i>.</p>
7707
- */
7708
- InstanceTypes?: (_InstanceType | string)[];
7709
- /**
7710
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
7711
- * <ul>
7712
- * <li>
7713
- * <p>
7714
- * <code>auto-recovery-supported</code> - Indicates whether auto recovery is supported (<code>true</code> | <code>false</code>).</p>
7715
- * </li>
7716
- * <li>
7717
- * <p>
7718
- * <code>bare-metal</code> - Indicates whether it is a bare metal instance type (<code>true</code> | <code>false</code>).</p>
7719
- * </li>
7720
- * <li>
7721
- * <p>
7722
- * <code>burstable-performance-supported</code> - Indicates whether it is a burstable
7723
- * performance instance type (<code>true</code> | <code>false</code>).</p>
7724
- * </li>
7725
- * <li>
7726
- * <p>
7727
- * <code>current-generation</code> - Indicates whether this instance type is the latest
7728
- * generation instance type of an instance family (<code>true</code> | <code>false</code>).</p>
7729
- * </li>
7730
- * <li>
7731
- * <p>
7732
- * <code>ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps</code> - The baseline
7733
- * bandwidth performance for an EBS-optimized instance type, in Mbps.</p>
7734
- * </li>
7735
- * <li>
7736
- * <p>
7737
- * <code>ebs-info.ebs-optimized-info.baseline-iops</code> - The baseline input/output storage
7738
- * operations per second for an EBS-optimized instance type.</p>
7739
- * </li>
7740
- * <li>
7741
- * <p>
7742
- * <code>ebs-info.ebs-optimized-info.baseline-throughput-in-mbps</code> - The baseline
7743
- * throughput performance for an EBS-optimized instance type, in MB/s.</p>
7744
- * </li>
7745
- * <li>
7746
- * <p>
7747
- * <code>ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps</code> - The maximum bandwidth
7748
- * performance for an EBS-optimized instance type, in Mbps.</p>
7749
- * </li>
7750
- * <li>
7751
- * <p>
7752
- * <code>ebs-info.ebs-optimized-info.maximum-iops</code> - The maximum input/output storage
7753
- * operations per second for an EBS-optimized instance type.</p>
7754
- * </li>
7755
- * <li>
7756
- * <p>
7757
- * <code>ebs-info.ebs-optimized-info.maximum-throughput-in-mbps</code> - The maximum
7758
- * throughput performance for an EBS-optimized instance type, in MB/s.</p>
7759
- * </li>
7760
- * <li>
7761
- * <p>
7762
- * <code>ebs-info.ebs-optimized-support</code> - Indicates whether the instance type is
7763
- * EBS-optimized (<code>supported</code> | <code>unsupported</code> |
7764
- * <code>default</code>).</p>
7765
- * </li>
7766
- * <li>
7767
- * <p>
7768
- * <code>ebs-info.encryption-support</code> - Indicates whether EBS encryption is supported
7769
- * (<code>supported</code> | <code>unsupported</code>).</p>
7770
- * </li>
7771
- * <li>
7772
- * <p>
7773
- * <code>ebs-info.nvme-support</code> - Indicates whether non-volatile memory express (NVMe)
7774
- * is supported for EBS volumes (<code>required</code> | <code>supported</code> | <code>unsupported</code>).</p>
7775
- * </li>
7776
- * <li>
7777
- * <p>
7778
- * <code>free-tier-eligible</code> - Indicates whether the instance type is eligible to use
7779
- * in the free tier (<code>true</code> | <code>false</code>).</p>
7780
- * </li>
7781
- * <li>
7782
- * <p>
7783
- * <code>hibernation-supported</code> - Indicates whether On-Demand hibernation is supported (<code>true</code> | <code>false</code>).</p>
7784
- * </li>
7785
- * <li>
7786
- * <p>
7787
- * <code>hypervisor</code> - The hypervisor (<code>nitro</code> | <code>xen</code>).</p>
7788
- * </li>
7789
- * <li>
7790
- * <p>
7791
- * <code>instance-storage-info.disk.count</code> - The number of local disks.</p>
7792
- * </li>
7793
- * <li>
7794
- * <p>
7795
- * <code>instance-storage-info.disk.size-in-gb</code> - The storage size of each instance storage disk, in
7796
- * GB.</p>
7797
- * </li>
7798
- * <li>
7799
- * <p>
7800
- * <code>instance-storage-info.disk.type</code> - The storage technology for the local
7801
- * instance storage disks (<code>hdd</code> | <code>ssd</code>).</p>
7802
- * </li>
7803
- * <li>
7804
- * <p>
7805
- * <code>instance-storage-info.encryption-support</code> - Indicates whether data is encrypted at rest
7806
- * (<code>required</code> | <code>supported</code> | <code>unsupported</code>).</p>
7807
- * </li>
7808
- * <li>
7809
- * <p>
7810
- * <code>instance-storage-info.nvme-support</code> - Indicates whether non-volatile memory
7811
- * express (NVMe) is supported for instance store (<code>required</code> | <code>supported</code> |
7812
- * <code>unsupported</code>).</p>
7813
- * </li>
7814
- * <li>
7815
- * <p>
7816
- * <code>instance-storage-info.total-size-in-gb</code> - The total amount of storage available from all local
7817
- * instance storage, in GB.</p>
7818
- * </li>
7819
- * <li>
7820
- * <p>
7821
- * <code>instance-storage-supported</code> - Indicates whether the instance type has local
7822
- * instance storage (<code>true</code> | <code>false</code>).</p>
7823
- * </li>
7824
- * <li>
7825
- * <p>
7826
- * <code>instance-type</code> - The instance type (for example <code>c5.2xlarge</code> or
7827
- * c5*).</p>
7828
- * </li>
7829
- * <li>
7830
- * <p>
7831
- * <code>memory-info.size-in-mib</code> - The memory size.</p>
7832
- * </li>
7833
- * <li>
7834
- * <p>
7835
- * <code>network-info.efa-info.maximum-efa-interfaces</code> - The maximum number of Elastic
7836
- * Fabric Adapters (EFAs) per instance.</p>
7837
- * </li>
7838
- * <li>
7839
- * <p>
7840
- * <code>network-info.efa-supported</code> - Indicates whether the instance type supports
7841
- * Elastic Fabric Adapter (EFA) (<code>true</code> | <code>false</code>).</p>
7842
- * </li>
7843
- * <li>
7844
- * <p>
7845
- * <code>network-info.ena-support</code> - Indicates whether Elastic Network Adapter (ENA) is
7846
- * supported or required (<code>required</code> | <code>supported</code> |
7847
- * <code>unsupported</code>).</p>
7848
- * </li>
7849
- * <li>
7850
- * <p>
7851
- * <code>network-info.encryption-in-transit-supported</code> - Indicates whether the instance type
7852
- * automatically encrypts in-transit traffic between instances (<code>true</code> | <code>false</code>).</p>
7853
- * </li>
7854
- * <li>
7855
- * <p>
7856
- * <code>network-info.ipv4-addresses-per-interface</code> - The maximum number of private IPv4 addresses per
7857
- * network interface.</p>
7858
- * </li>
7859
- * <li>
7860
- * <p>
7861
- * <code>network-info.ipv6-addresses-per-interface</code> - The maximum number of private IPv6 addresses per
7862
- * network interface.</p>
7863
- * </li>
7864
- * <li>
7865
- * <p>
7866
- * <code>network-info.ipv6-supported</code> - Indicates whether the instance type supports IPv6 (<code>true</code> | <code>false</code>).</p>
7867
- * </li>
7868
- * <li>
7869
- * <p>
7870
- * <code>network-info.maximum-network-cards</code> - The maximum number of network cards per
7871
- * instance.</p>
7872
- * </li>
7873
- * <li>
7874
- * <p>
7875
- * <code>network-info.maximum-network-interfaces</code> - The maximum number of network interfaces per instance.</p>
7876
- * </li>
7877
- * <li>
7878
- * <p>
7879
- * <code>network-info.network-performance</code> - The network performance (for example, "25
7880
- * Gigabit").</p>
7881
- * </li>
7882
- * <li>
7883
- * <p>
7884
- * <code>processor-info.supported-architecture</code> - The CPU architecture
7885
- * (<code>arm64</code> | <code>i386</code> | <code>x86_64</code>).</p>
7886
- * </li>
7887
- * <li>
7888
- * <p>
7889
- * <code>processor-info.sustained-clock-speed-in-ghz</code> - The CPU clock speed, in GHz.</p>
7890
- * </li>
7891
- * <li>
7892
- * <p>
7893
- * <code>supported-boot-mode</code> - The boot mode (<code>legacy-bios</code> |
7894
- * <code>uefi</code>).</p>
7895
- * </li>
7896
- * <li>
7897
- * <p>
7898
- * <code>supported-root-device-type</code> - The root device type (<code>ebs</code> |
7899
- * <code>instance-store</code>).</p>
7900
- * </li>
7901
- * <li>
7902
- * <p>
7903
- * <code>supported-usage-class</code> - The usage class (<code>on-demand</code> |
7904
- * <code>spot</code>).</p>
7905
- * </li>
7906
- * <li>
7907
- * <p>
7908
- * <code>supported-virtualization-type</code> - The virtualization type (<code>hvm</code> |
7909
- * <code>paravirtual</code>).</p>
7910
- * </li>
7911
- * <li>
7912
- * <p>
7913
- * <code>vcpu-info.default-cores</code> - The default number of cores for the instance type.</p>
7914
- * </li>
7915
- * <li>
7916
- * <p>
7917
- * <code>vcpu-info.default-threads-per-core</code> - The default number of threads per core for the instance
7918
- * type.</p>
7919
- * </li>
7920
- * <li>
7921
- * <p>
7922
- * <code>vcpu-info.default-vcpus</code> - The default number of vCPUs for the instance type.</p>
7923
- * </li>
7924
- * <li>
7925
- * <p>
7926
- * <code>vcpu-info.valid-cores</code> - The number of cores that can be configured for the instance type.</p>
7927
- * </li>
7928
- * <li>
7929
- * <p>
7930
- * <code>vcpu-info.valid-threads-per-core</code> - The number of threads per core that can be configured for the instance type.
7931
- * For example, "1" or "1,2".</p>
7932
- * </li>
7933
- * </ul>
7934
- */
7935
- Filters?: Filter[];
7936
- /**
7937
- * <p>The maximum number of results to return for the request in a single page. The remaining results
7938
- * can be seen by sending another request with the next token value.</p>
7939
- */
7940
- MaxResults?: number;
7941
- /**
7942
- * <p>The token to retrieve the next page of results.</p>
7943
- */
7944
- NextToken?: string;
7945
- }
7673
+ export declare const DeleteTransitGatewayMulticastDomainRequestFilterSensitiveLog: (obj: DeleteTransitGatewayMulticastDomainRequest) => any;
7674
+ /**
7675
+ * @internal
7676
+ */
7677
+ export declare const DeleteTransitGatewayMulticastDomainResultFilterSensitiveLog: (obj: DeleteTransitGatewayMulticastDomainResult) => any;
7678
+ /**
7679
+ * @internal
7680
+ */
7681
+ export declare const DeleteTransitGatewayPeeringAttachmentRequestFilterSensitiveLog: (obj: DeleteTransitGatewayPeeringAttachmentRequest) => any;
7682
+ /**
7683
+ * @internal
7684
+ */
7685
+ export declare const DeleteTransitGatewayPeeringAttachmentResultFilterSensitiveLog: (obj: DeleteTransitGatewayPeeringAttachmentResult) => any;
7686
+ /**
7687
+ * @internal
7688
+ */
7689
+ export declare const DeleteTransitGatewayPolicyTableRequestFilterSensitiveLog: (obj: DeleteTransitGatewayPolicyTableRequest) => any;
7690
+ /**
7691
+ * @internal
7692
+ */
7693
+ export declare const DeleteTransitGatewayPolicyTableResultFilterSensitiveLog: (obj: DeleteTransitGatewayPolicyTableResult) => any;
7694
+ /**
7695
+ * @internal
7696
+ */
7697
+ export declare const DeleteTransitGatewayPrefixListReferenceRequestFilterSensitiveLog: (obj: DeleteTransitGatewayPrefixListReferenceRequest) => any;
7698
+ /**
7699
+ * @internal
7700
+ */
7701
+ export declare const DeleteTransitGatewayPrefixListReferenceResultFilterSensitiveLog: (obj: DeleteTransitGatewayPrefixListReferenceResult) => any;
7702
+ /**
7703
+ * @internal
7704
+ */
7705
+ export declare const DeleteTransitGatewayRouteRequestFilterSensitiveLog: (obj: DeleteTransitGatewayRouteRequest) => any;
7946
7706
  /**
7947
7707
  * @internal
7948
7708
  */
@@ -8911,35 +8671,3 @@ export declare const DescribeInstanceStatusRequestFilterSensitiveLog: (obj: Desc
8911
8671
  * @internal
8912
8672
  */
8913
8673
  export declare const InstanceStatusEventFilterSensitiveLog: (obj: InstanceStatusEvent) => any;
8914
- /**
8915
- * @internal
8916
- */
8917
- export declare const InstanceStatusDetailsFilterSensitiveLog: (obj: InstanceStatusDetails) => any;
8918
- /**
8919
- * @internal
8920
- */
8921
- export declare const InstanceStatusSummaryFilterSensitiveLog: (obj: InstanceStatusSummary) => any;
8922
- /**
8923
- * @internal
8924
- */
8925
- export declare const InstanceStatusFilterSensitiveLog: (obj: InstanceStatus) => any;
8926
- /**
8927
- * @internal
8928
- */
8929
- export declare const DescribeInstanceStatusResultFilterSensitiveLog: (obj: DescribeInstanceStatusResult) => any;
8930
- /**
8931
- * @internal
8932
- */
8933
- export declare const DescribeInstanceTypeOfferingsRequestFilterSensitiveLog: (obj: DescribeInstanceTypeOfferingsRequest) => any;
8934
- /**
8935
- * @internal
8936
- */
8937
- export declare const InstanceTypeOfferingFilterSensitiveLog: (obj: InstanceTypeOffering) => any;
8938
- /**
8939
- * @internal
8940
- */
8941
- export declare const DescribeInstanceTypeOfferingsResultFilterSensitiveLog: (obj: DescribeInstanceTypeOfferingsResult) => any;
8942
- /**
8943
- * @internal
8944
- */
8945
- export declare const DescribeInstanceTypesRequestFilterSensitiveLog: (obj: DescribeInstanceTypesRequest) => any;