@aws-sdk/client-ec2 3.118.1 → 3.127.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 (257) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/dist-cjs/EC2.js +150 -0
  3. package/dist-cjs/commands/AssociateTransitGatewayPolicyTableCommand.js +36 -0
  4. package/dist-cjs/commands/CreateTransitGatewayCommand.js +2 -1
  5. package/dist-cjs/commands/CreateTransitGatewayPolicyTableCommand.js +36 -0
  6. package/dist-cjs/commands/CreateTransitGatewayRouteTableAnnouncementCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteTransitGatewayPolicyTableCommand.js +36 -0
  8. package/dist-cjs/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.js +36 -0
  9. package/dist-cjs/commands/DescribeClientVpnConnectionsCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeClientVpnEndpointsCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeClientVpnRoutesCommand.js +1 -2
  12. package/dist-cjs/commands/DescribeNetworkInsightsAnalysesCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeNetworkInsightsPathsCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeNetworkInterfaceAttributeCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeNetworkInterfacePermissionsCommand.js +3 -3
  16. package/dist-cjs/commands/DescribeNetworkInterfacesCommand.js +3 -3
  17. package/dist-cjs/commands/DescribePlacementGroupsCommand.js +3 -3
  18. package/dist-cjs/commands/DescribePrefixListsCommand.js +3 -3
  19. package/dist-cjs/commands/DescribePrincipalIdFormatCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeTransitGatewayPolicyTablesCommand.js +36 -0
  21. package/dist-cjs/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.js +36 -0
  22. package/dist-cjs/commands/DisassociateTransitGatewayPolicyTableCommand.js +36 -0
  23. package/dist-cjs/commands/ExportImageCommand.js +3 -3
  24. package/dist-cjs/commands/ExportTransitGatewayRoutesCommand.js +3 -3
  25. package/dist-cjs/commands/GetAssociatedEnclaveCertificateIamRolesCommand.js +3 -3
  26. package/dist-cjs/commands/GetAssociatedIpv6PoolCidrsCommand.js +3 -3
  27. package/dist-cjs/commands/GetCapacityReservationUsageCommand.js +3 -3
  28. package/dist-cjs/commands/GetCoipPoolUsageCommand.js +3 -3
  29. package/dist-cjs/commands/GetConsoleOutputCommand.js +3 -3
  30. package/dist-cjs/commands/GetConsoleScreenshotCommand.js +3 -3
  31. package/dist-cjs/commands/GetDefaultCreditSpecificationCommand.js +3 -3
  32. package/dist-cjs/commands/GetEbsDefaultKmsKeyIdCommand.js +3 -3
  33. package/dist-cjs/commands/GetTransitGatewayPolicyTableAssociationsCommand.js +36 -0
  34. package/dist-cjs/commands/GetTransitGatewayPolicyTableEntriesCommand.js +36 -0
  35. package/dist-cjs/commands/RegisterInstanceEventNotificationAttributesCommand.js +3 -3
  36. package/dist-cjs/commands/RegisterTransitGatewayMulticastGroupMembersCommand.js +3 -3
  37. package/dist-cjs/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.js +3 -3
  38. package/dist-cjs/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.js +3 -3
  39. package/dist-cjs/commands/RejectTransitGatewayPeeringAttachmentCommand.js +3 -3
  40. package/dist-cjs/commands/RejectTransitGatewayVpcAttachmentCommand.js +3 -3
  41. package/dist-cjs/commands/RejectVpcEndpointConnectionsCommand.js +3 -3
  42. package/dist-cjs/commands/RejectVpcPeeringConnectionCommand.js +3 -3
  43. package/dist-cjs/commands/ReleaseAddressCommand.js +2 -2
  44. package/dist-cjs/commands/ReleaseHostsCommand.js +3 -3
  45. package/dist-cjs/commands/ReleaseIpamPoolAllocationCommand.js +3 -3
  46. package/dist-cjs/commands/ReplaceIamInstanceProfileAssociationCommand.js +3 -3
  47. package/dist-cjs/commands/ReplaceNetworkAclAssociationCommand.js +3 -3
  48. package/dist-cjs/commands/ReplaceNetworkAclEntryCommand.js +2 -2
  49. package/dist-cjs/commands/ReplaceRouteCommand.js +2 -2
  50. package/dist-cjs/commands/ReplaceRouteTableAssociationCommand.js +3 -3
  51. package/dist-cjs/commands/ReplaceTransitGatewayRouteCommand.js +1 -2
  52. package/dist-cjs/commands/index.js +10 -0
  53. package/dist-cjs/models/models_0.js +35 -36
  54. package/dist-cjs/models/models_1.js +41 -30
  55. package/dist-cjs/models/models_2.js +117 -102
  56. package/dist-cjs/models/models_3.js +102 -120
  57. package/dist-cjs/models/models_4.js +156 -156
  58. package/dist-cjs/models/models_5.js +198 -204
  59. package/dist-cjs/models/models_6.js +201 -2
  60. package/dist-cjs/pagination/DescribeTransitGatewayPolicyTablesPaginator.js +36 -0
  61. package/dist-cjs/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.js +36 -0
  62. package/dist-cjs/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.js +36 -0
  63. package/dist-cjs/pagination/index.js +3 -0
  64. package/dist-cjs/protocols/Aws_ec2.js +3702 -2114
  65. package/dist-es/EC2.js +150 -0
  66. package/dist-es/commands/AssociateTransitGatewayPolicyTableCommand.js +39 -0
  67. package/dist-es/commands/CreateTransitGatewayCommand.js +2 -1
  68. package/dist-es/commands/CreateTransitGatewayPolicyTableCommand.js +39 -0
  69. package/dist-es/commands/CreateTransitGatewayRouteTableAnnouncementCommand.js +39 -0
  70. package/dist-es/commands/DeleteTransitGatewayPolicyTableCommand.js +39 -0
  71. package/dist-es/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.js +39 -0
  72. package/dist-es/commands/DescribeClientVpnConnectionsCommand.js +2 -1
  73. package/dist-es/commands/DescribeClientVpnEndpointsCommand.js +1 -1
  74. package/dist-es/commands/DescribeClientVpnRoutesCommand.js +1 -2
  75. package/dist-es/commands/DescribeNetworkInsightsAnalysesCommand.js +2 -1
  76. package/dist-es/commands/DescribeNetworkInsightsPathsCommand.js +1 -1
  77. package/dist-es/commands/DescribeNetworkInterfaceAttributeCommand.js +1 -1
  78. package/dist-es/commands/DescribeNetworkInterfacePermissionsCommand.js +1 -1
  79. package/dist-es/commands/DescribeNetworkInterfacesCommand.js +1 -1
  80. package/dist-es/commands/DescribePlacementGroupsCommand.js +1 -1
  81. package/dist-es/commands/DescribePrefixListsCommand.js +1 -1
  82. package/dist-es/commands/DescribePrincipalIdFormatCommand.js +1 -1
  83. package/dist-es/commands/DescribeTransitGatewayPolicyTablesCommand.js +39 -0
  84. package/dist-es/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.js +39 -0
  85. package/dist-es/commands/DisassociateTransitGatewayPolicyTableCommand.js +39 -0
  86. package/dist-es/commands/ExportImageCommand.js +1 -1
  87. package/dist-es/commands/ExportTransitGatewayRoutesCommand.js +1 -1
  88. package/dist-es/commands/GetAssociatedEnclaveCertificateIamRolesCommand.js +1 -1
  89. package/dist-es/commands/GetAssociatedIpv6PoolCidrsCommand.js +1 -1
  90. package/dist-es/commands/GetCapacityReservationUsageCommand.js +1 -1
  91. package/dist-es/commands/GetCoipPoolUsageCommand.js +1 -1
  92. package/dist-es/commands/GetConsoleOutputCommand.js +1 -1
  93. package/dist-es/commands/GetConsoleScreenshotCommand.js +1 -1
  94. package/dist-es/commands/GetDefaultCreditSpecificationCommand.js +1 -1
  95. package/dist-es/commands/GetEbsDefaultKmsKeyIdCommand.js +1 -1
  96. package/dist-es/commands/GetTransitGatewayPolicyTableAssociationsCommand.js +39 -0
  97. package/dist-es/commands/GetTransitGatewayPolicyTableEntriesCommand.js +39 -0
  98. package/dist-es/commands/RegisterInstanceEventNotificationAttributesCommand.js +1 -1
  99. package/dist-es/commands/RegisterTransitGatewayMulticastGroupMembersCommand.js +1 -1
  100. package/dist-es/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.js +1 -1
  101. package/dist-es/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.js +1 -1
  102. package/dist-es/commands/RejectTransitGatewayPeeringAttachmentCommand.js +1 -1
  103. package/dist-es/commands/RejectTransitGatewayVpcAttachmentCommand.js +1 -1
  104. package/dist-es/commands/RejectVpcEndpointConnectionsCommand.js +1 -1
  105. package/dist-es/commands/RejectVpcPeeringConnectionCommand.js +1 -1
  106. package/dist-es/commands/ReleaseAddressCommand.js +1 -1
  107. package/dist-es/commands/ReleaseHostsCommand.js +1 -1
  108. package/dist-es/commands/ReleaseIpamPoolAllocationCommand.js +1 -1
  109. package/dist-es/commands/ReplaceIamInstanceProfileAssociationCommand.js +1 -1
  110. package/dist-es/commands/ReplaceNetworkAclAssociationCommand.js +1 -1
  111. package/dist-es/commands/ReplaceNetworkAclEntryCommand.js +1 -1
  112. package/dist-es/commands/ReplaceRouteCommand.js +1 -1
  113. package/dist-es/commands/ReplaceRouteTableAssociationCommand.js +1 -1
  114. package/dist-es/commands/ReplaceTransitGatewayRouteCommand.js +1 -2
  115. package/dist-es/commands/index.js +10 -0
  116. package/dist-es/models/models_0.js +21 -26
  117. package/dist-es/models/models_1.js +31 -16
  118. package/dist-es/models/models_2.js +81 -64
  119. package/dist-es/models/models_3.js +64 -76
  120. package/dist-es/models/models_4.js +100 -100
  121. package/dist-es/models/models_5.js +128 -132
  122. package/dist-es/models/models_6.js +132 -0
  123. package/dist-es/pagination/DescribeTransitGatewayPolicyTablesPaginator.js +75 -0
  124. package/dist-es/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.js +75 -0
  125. package/dist-es/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.js +75 -0
  126. package/dist-es/pagination/index.js +3 -0
  127. package/dist-es/protocols/Aws_ec2.js +4029 -2321
  128. package/dist-types/EC2.d.ts +80 -7
  129. package/dist-types/EC2Client.d.ts +12 -2
  130. package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +35 -0
  131. package/dist-types/commands/CreateRouteCommand.d.ts +2 -2
  132. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +2 -1
  133. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +35 -0
  134. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +35 -0
  135. package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +35 -0
  136. package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +35 -0
  137. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
  138. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -2
  140. package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -1
  141. package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
  144. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
  146. package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
  147. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
  148. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +35 -0
  149. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +35 -0
  150. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +35 -0
  151. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  152. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  153. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  154. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  155. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  156. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  157. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
  158. package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  159. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  160. package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  161. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +35 -0
  162. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +35 -0
  163. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  164. package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  165. package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  166. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  167. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  168. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  169. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  170. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  171. package/dist-types/commands/ReleaseAddressCommand.d.ts +4 -1
  172. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  173. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  174. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  175. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  176. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  177. package/dist-types/commands/ReplaceRouteCommand.d.ts +6 -6
  178. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  179. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -2
  180. package/dist-types/commands/index.d.ts +10 -0
  181. package/dist-types/models/models_0.d.ts +93 -73
  182. package/dist-types/models/models_1.d.ts +134 -143
  183. package/dist-types/models/models_2.d.ts +367 -504
  184. package/dist-types/models/models_3.d.ts +6185 -6615
  185. package/dist-types/models/models_4.d.ts +6273 -5847
  186. package/dist-types/models/models_5.d.ts +4669 -4540
  187. package/dist-types/models/models_6.d.ts +708 -5
  188. package/dist-types/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +4 -0
  189. package/dist-types/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +4 -0
  190. package/dist-types/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +4 -0
  191. package/dist-types/pagination/index.d.ts +3 -0
  192. package/dist-types/protocols/Aws_ec2.d.ts +30 -0
  193. package/dist-types/ts3.4/EC2.d.ts +50 -0
  194. package/dist-types/ts3.4/EC2Client.d.ts +12 -2
  195. package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +17 -0
  196. package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +2 -1
  197. package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +17 -0
  198. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +17 -0
  199. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +17 -0
  200. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +17 -0
  201. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
  202. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -2
  204. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -1
  205. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +17 -0
  213. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +17 -0
  214. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +17 -0
  215. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +17 -0
  226. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +17 -0
  227. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  230. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  231. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  232. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  233. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  234. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  235. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -2
  244. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  245. package/dist-types/ts3.4/models/models_0.d.ts +54 -41
  246. package/dist-types/ts3.4/models/models_1.d.ts +48 -70
  247. package/dist-types/ts3.4/models/models_2.d.ts +220 -260
  248. package/dist-types/ts3.4/models/models_3.d.ts +260 -359
  249. package/dist-types/ts3.4/models/models_4.d.ts +441 -324
  250. package/dist-types/ts3.4/models/models_5.d.ts +420 -396
  251. package/dist-types/ts3.4/models/models_6.d.ts +396 -5
  252. package/dist-types/ts3.4/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +4 -0
  253. package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +4 -0
  254. package/dist-types/ts3.4/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +4 -0
  255. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  256. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +30 -0
  257. package/package.json +28 -28
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ReleaseAddressRequest } from "../models/models_5";
4
+ import { ReleaseAddressRequest } from "../models/models_6";
5
5
  export interface ReleaseAddressCommandInput extends ReleaseAddressRequest {
6
6
  }
7
7
  export interface ReleaseAddressCommandOutput extends __MetadataBearer {
@@ -19,6 +19,9 @@ export interface ReleaseAddressCommandOutput extends __MetadataBearer {
19
19
  * <code>AuthFailure</code> error if the address is already allocated to another Amazon Web Services account.</p>
20
20
  * <p>[EC2-VPC] After you release an Elastic IP address for use in a VPC, you might be able to recover it.
21
21
  * For more information, see <a>AllocateAddress</a>.</p>
22
+ * <p>For more
23
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP
24
+ * Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
22
25
  * @example
23
26
  * Use a bare-bones client and the command you need to make an API call.
24
27
  * ```javascript
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ReleaseHostsRequest, ReleaseHostsResult } from "../models/models_5";
4
+ import { ReleaseHostsRequest, ReleaseHostsResult } from "../models/models_6";
5
5
  export interface ReleaseHostsCommandInput extends ReleaseHostsRequest {
6
6
  }
7
7
  export interface ReleaseHostsCommandOutput extends ReleaseHostsResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ReleaseIpamPoolAllocationRequest, ReleaseIpamPoolAllocationResult } from "../models/models_5";
4
+ import { ReleaseIpamPoolAllocationRequest, ReleaseIpamPoolAllocationResult } from "../models/models_6";
5
5
  export interface ReleaseIpamPoolAllocationCommandInput extends ReleaseIpamPoolAllocationRequest {
6
6
  }
7
7
  export interface ReleaseIpamPoolAllocationCommandOutput extends ReleaseIpamPoolAllocationResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ReplaceIamInstanceProfileAssociationRequest, ReplaceIamInstanceProfileAssociationResult } from "../models/models_5";
4
+ import { ReplaceIamInstanceProfileAssociationRequest, ReplaceIamInstanceProfileAssociationResult } from "../models/models_6";
5
5
  export interface ReplaceIamInstanceProfileAssociationCommandInput extends ReplaceIamInstanceProfileAssociationRequest {
6
6
  }
7
7
  export interface ReplaceIamInstanceProfileAssociationCommandOutput extends ReplaceIamInstanceProfileAssociationResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ReplaceNetworkAclAssociationRequest, ReplaceNetworkAclAssociationResult } from "../models/models_5";
4
+ import { ReplaceNetworkAclAssociationRequest, ReplaceNetworkAclAssociationResult } from "../models/models_6";
5
5
  export interface ReplaceNetworkAclAssociationCommandInput extends ReplaceNetworkAclAssociationRequest {
6
6
  }
7
7
  export interface ReplaceNetworkAclAssociationCommandOutput extends ReplaceNetworkAclAssociationResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ReplaceNetworkAclEntryRequest } from "../models/models_5";
4
+ import { ReplaceNetworkAclEntryRequest } from "../models/models_6";
5
5
  export interface ReplaceNetworkAclEntryCommandInput extends ReplaceNetworkAclEntryRequest {
6
6
  }
7
7
  export interface ReplaceNetworkAclEntryCommandOutput extends __MetadataBearer {
@@ -1,17 +1,17 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ReplaceRouteRequest } from "../models/models_5";
4
+ import { ReplaceRouteRequest } from "../models/models_6";
5
5
  export interface ReplaceRouteCommandInput extends ReplaceRouteRequest {
6
6
  }
7
7
  export interface ReplaceRouteCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Replaces an existing route within a route table in a VPC. You must provide only one of
11
- * the following: internet gateway, virtual private gateway, NAT instance, NAT gateway, VPC
12
- * peering connection, network interface, egress-only internet gateway, or transit
13
- * gateway.</p>
14
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the
10
+ * <p>Replaces an existing route within a route table in a VPC.</p>
11
+ * <p>You must specify either a destination CIDR block or a prefix list ID. You must also specify
12
+ * exactly one of the resources from the parameter list, or reset the local route to its default
13
+ * target.</p>
14
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the
15
15
  * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
16
16
  * @example
17
17
  * Use a bare-bones client and the command you need to make an API call.
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ReplaceRouteTableAssociationRequest, ReplaceRouteTableAssociationResult } from "../models/models_5";
4
+ import { ReplaceRouteTableAssociationRequest, ReplaceRouteTableAssociationResult } from "../models/models_6";
5
5
  export interface ReplaceRouteTableAssociationCommandInput extends ReplaceRouteTableAssociationRequest {
6
6
  }
7
7
  export interface ReplaceRouteTableAssociationCommandOutput extends ReplaceRouteTableAssociationResult, __MetadataBearer {
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ReplaceTransitGatewayRouteRequest } from "../models/models_5";
5
- import { ReplaceTransitGatewayRouteResult } from "../models/models_6";
4
+ import { ReplaceTransitGatewayRouteRequest, ReplaceTransitGatewayRouteResult } from "../models/models_6";
6
5
  export interface ReplaceTransitGatewayRouteCommandInput extends ReplaceTransitGatewayRouteRequest {
7
6
  }
8
7
  export interface ReplaceTransitGatewayRouteCommandOutput extends ReplaceTransitGatewayRouteResult, __MetadataBearer {
@@ -20,6 +20,7 @@ export * from "./AssociateInstanceEventWindowCommand";
20
20
  export * from "./AssociateRouteTableCommand";
21
21
  export * from "./AssociateSubnetCidrBlockCommand";
22
22
  export * from "./AssociateTransitGatewayMulticastDomainCommand";
23
+ export * from "./AssociateTransitGatewayPolicyTableCommand";
23
24
  export * from "./AssociateTransitGatewayRouteTableCommand";
24
25
  export * from "./AssociateTrunkInterfaceCommand";
25
26
  export * from "./AssociateVpcCidrBlockCommand";
@@ -102,8 +103,10 @@ export * from "./CreateTransitGatewayConnectCommand";
102
103
  export * from "./CreateTransitGatewayConnectPeerCommand";
103
104
  export * from "./CreateTransitGatewayMulticastDomainCommand";
104
105
  export * from "./CreateTransitGatewayPeeringAttachmentCommand";
106
+ export * from "./CreateTransitGatewayPolicyTableCommand";
105
107
  export * from "./CreateTransitGatewayPrefixListReferenceCommand";
106
108
  export * from "./CreateTransitGatewayRouteCommand";
109
+ export * from "./CreateTransitGatewayRouteTableAnnouncementCommand";
107
110
  export * from "./CreateTransitGatewayRouteTableCommand";
108
111
  export * from "./CreateTransitGatewayVpcAttachmentCommand";
109
112
  export * from "./CreateVolumeCommand";
@@ -164,8 +167,10 @@ export * from "./DeleteTransitGatewayConnectCommand";
164
167
  export * from "./DeleteTransitGatewayConnectPeerCommand";
165
168
  export * from "./DeleteTransitGatewayMulticastDomainCommand";
166
169
  export * from "./DeleteTransitGatewayPeeringAttachmentCommand";
170
+ export * from "./DeleteTransitGatewayPolicyTableCommand";
167
171
  export * from "./DeleteTransitGatewayPrefixListReferenceCommand";
168
172
  export * from "./DeleteTransitGatewayRouteCommand";
173
+ export * from "./DeleteTransitGatewayRouteTableAnnouncementCommand";
169
174
  export * from "./DeleteTransitGatewayRouteTableCommand";
170
175
  export * from "./DeleteTransitGatewayVpcAttachmentCommand";
171
176
  export * from "./DeleteVolumeCommand";
@@ -296,6 +301,8 @@ export * from "./DescribeTransitGatewayConnectPeersCommand";
296
301
  export * from "./DescribeTransitGatewayConnectsCommand";
297
302
  export * from "./DescribeTransitGatewayMulticastDomainsCommand";
298
303
  export * from "./DescribeTransitGatewayPeeringAttachmentsCommand";
304
+ export * from "./DescribeTransitGatewayPolicyTablesCommand";
305
+ export * from "./DescribeTransitGatewayRouteTableAnnouncementsCommand";
299
306
  export * from "./DescribeTransitGatewayRouteTablesCommand";
300
307
  export * from "./DescribeTransitGatewayVpcAttachmentsCommand";
301
308
  export * from "./DescribeTransitGatewaysCommand";
@@ -340,6 +347,7 @@ export * from "./DisassociateInstanceEventWindowCommand";
340
347
  export * from "./DisassociateRouteTableCommand";
341
348
  export * from "./DisassociateSubnetCidrBlockCommand";
342
349
  export * from "./DisassociateTransitGatewayMulticastDomainCommand";
350
+ export * from "./DisassociateTransitGatewayPolicyTableCommand";
343
351
  export * from "./DisassociateTransitGatewayRouteTableCommand";
344
352
  export * from "./DisassociateTrunkInterfaceCommand";
345
353
  export * from "./DisassociateVpcCidrBlockCommand";
@@ -388,6 +396,8 @@ export * from "./GetSpotPlacementScoresCommand";
388
396
  export * from "./GetSubnetCidrReservationsCommand";
389
397
  export * from "./GetTransitGatewayAttachmentPropagationsCommand";
390
398
  export * from "./GetTransitGatewayMulticastDomainAssociationsCommand";
399
+ export * from "./GetTransitGatewayPolicyTableAssociationsCommand";
400
+ export * from "./GetTransitGatewayPolicyTableEntriesCommand";
391
401
  export * from "./GetTransitGatewayPrefixListReferencesCommand";
392
402
  export * from "./GetTransitGatewayRouteTableAssociationsCommand";
393
403
  export * from "./GetTransitGatewayRouteTablePropagationsCommand";
@@ -288,6 +288,7 @@ export interface PeeringTgwInfo {
288
288
  * <p>The ID of the transit gateway.</p>
289
289
  */
290
290
  TransitGatewayId?: string;
291
+ CoreNetworkId?: string;
291
292
  /**
292
293
  * <p>The ID of the Amazon Web Services account that owns the transit gateway.</p>
293
294
  */
@@ -303,6 +304,19 @@ export declare namespace PeeringTgwInfo {
303
304
  */
304
305
  const filterSensitiveLog: (obj: PeeringTgwInfo) => any;
305
306
  }
307
+ export declare enum DynamicRoutingValue {
308
+ disable = "disable",
309
+ enable = "enable"
310
+ }
311
+ export interface TransitGatewayPeeringAttachmentOptions {
312
+ DynamicRouting?: DynamicRoutingValue | string;
313
+ }
314
+ export declare namespace TransitGatewayPeeringAttachmentOptions {
315
+ /**
316
+ * @internal
317
+ */
318
+ const filterSensitiveLog: (obj: TransitGatewayPeeringAttachmentOptions) => any;
319
+ }
306
320
  export declare type TransitGatewayAttachmentState = "available" | "deleted" | "deleting" | "failed" | "failing" | "initiating" | "initiatingRequest" | "modifying" | "pending" | "pendingAcceptance" | "rejected" | "rejecting" | "rollingBack";
307
321
  /**
308
322
  * <p>The status of the transit gateway peering attachment.</p>
@@ -353,6 +367,10 @@ export interface TransitGatewayPeeringAttachment {
353
367
  * <p>The ID of the transit gateway peering attachment.</p>
354
368
  */
355
369
  TransitGatewayAttachmentId?: string;
370
+ /**
371
+ * <p>The ID of the accepter transit gateway attachment.</p>
372
+ */
373
+ AccepterTransitGatewayAttachmentId?: string;
356
374
  /**
357
375
  * <p>Information about the requester transit gateway.</p>
358
376
  */
@@ -361,6 +379,7 @@ export interface TransitGatewayPeeringAttachment {
361
379
  * <p>Information about the accepter transit gateway.</p>
362
380
  */
363
381
  AccepterTgwInfo?: PeeringTgwInfo;
382
+ Options?: TransitGatewayPeeringAttachmentOptions;
364
383
  /**
365
384
  * <p>The status of the transit gateway peering attachment.</p>
366
385
  */
@@ -1087,7 +1106,7 @@ export interface PathComponent {
1087
1106
  */
1088
1107
  AdditionalDetails?: AdditionalDetail[];
1089
1108
  /**
1090
- * <p>Describes a path component.</p>
1109
+ * <p>The transit gateway.</p>
1091
1110
  */
1092
1111
  TransitGateway?: AnalysisComponent;
1093
1112
  /**
@@ -1658,7 +1677,7 @@ export declare namespace AdvertiseByoipCidrResult {
1658
1677
  const filterSensitiveLog: (obj: AdvertiseByoipCidrResult) => any;
1659
1678
  }
1660
1679
  export declare type Affinity = "default" | "host";
1661
- export declare type ResourceType = "capacity-reservation" | "carrier-gateway" | "client-vpn-endpoint" | "customer-gateway" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-gpu" | "elastic-ip" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-route-table-virtual-interface-group-association" | "local-gateway-route-table-vpc-association" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "natgateway" | "network-acl" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "network-insights-analysis" | "network-insights-path" | "network-interface" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-route-table" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-service" | "vpc-flow-log" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway";
1680
+ export declare type ResourceType = "capacity-reservation" | "carrier-gateway" | "client-vpn-endpoint" | "customer-gateway" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-gpu" | "elastic-ip" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-route-table-virtual-interface-group-association" | "local-gateway-route-table-vpc-association" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "natgateway" | "network-acl" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "network-insights-analysis" | "network-insights-path" | "network-interface" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-service" | "vpc-flow-log" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway";
1662
1681
  /**
1663
1682
  * <p>The tags to apply to a resource when the resource is being created.</p>
1664
1683
  */
@@ -2837,6 +2856,72 @@ export declare namespace AssociateTransitGatewayMulticastDomainResult {
2837
2856
  */
2838
2857
  const filterSensitiveLog: (obj: AssociateTransitGatewayMulticastDomainResult) => any;
2839
2858
  }
2859
+ export interface AssociateTransitGatewayPolicyTableRequest {
2860
+ /**
2861
+ * <p>The ID of the transit gateway policy table to associate with the transit gateway attachment.</p>
2862
+ */
2863
+ TransitGatewayPolicyTableId: string | undefined;
2864
+ /**
2865
+ * <p>The ID of the transit gateway attachment to associate with the policy table.</p>
2866
+ */
2867
+ TransitGatewayAttachmentId: string | undefined;
2868
+ /**
2869
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
2870
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
2871
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2872
+ */
2873
+ DryRun?: boolean;
2874
+ }
2875
+ export declare namespace AssociateTransitGatewayPolicyTableRequest {
2876
+ /**
2877
+ * @internal
2878
+ */
2879
+ const filterSensitiveLog: (obj: AssociateTransitGatewayPolicyTableRequest) => any;
2880
+ }
2881
+ export declare type TransitGatewayAssociationState = "associated" | "associating" | "disassociated" | "disassociating";
2882
+ /**
2883
+ * <p>Describes a transit gateway policy table association.</p>
2884
+ */
2885
+ export interface TransitGatewayPolicyTableAssociation {
2886
+ /**
2887
+ * <p>The ID of the transit gateway policy table.</p>
2888
+ */
2889
+ TransitGatewayPolicyTableId?: string;
2890
+ /**
2891
+ * <p>The ID of the transit gateway attachment.</p>
2892
+ */
2893
+ TransitGatewayAttachmentId?: string;
2894
+ /**
2895
+ * <p>The resource ID of the transit gateway attachment.</p>
2896
+ */
2897
+ ResourceId?: string;
2898
+ /**
2899
+ * <p>The resource type for the transit gateway policy table association.</p>
2900
+ */
2901
+ ResourceType?: TransitGatewayAttachmentResourceType | string;
2902
+ /**
2903
+ * <p>The state of the transit gateway policy table association.</p>
2904
+ */
2905
+ State?: TransitGatewayAssociationState | string;
2906
+ }
2907
+ export declare namespace TransitGatewayPolicyTableAssociation {
2908
+ /**
2909
+ * @internal
2910
+ */
2911
+ const filterSensitiveLog: (obj: TransitGatewayPolicyTableAssociation) => any;
2912
+ }
2913
+ export interface AssociateTransitGatewayPolicyTableResult {
2914
+ /**
2915
+ * <p>Describes the association of a transit gateway and a transit gateway policy table.</p>
2916
+ */
2917
+ Association?: TransitGatewayPolicyTableAssociation;
2918
+ }
2919
+ export declare namespace AssociateTransitGatewayPolicyTableResult {
2920
+ /**
2921
+ * @internal
2922
+ */
2923
+ const filterSensitiveLog: (obj: AssociateTransitGatewayPolicyTableResult) => any;
2924
+ }
2840
2925
  export interface AssociateTransitGatewayRouteTableRequest {
2841
2926
  /**
2842
2927
  * <p>The ID of the transit gateway route table.</p>
@@ -2859,7 +2944,6 @@ export declare namespace AssociateTransitGatewayRouteTableRequest {
2859
2944
  */
2860
2945
  const filterSensitiveLog: (obj: AssociateTransitGatewayRouteTableRequest) => any;
2861
2946
  }
2862
- export declare type TransitGatewayAssociationState = "associated" | "associating" | "disassociated" | "disassociating";
2863
2947
  /**
2864
2948
  * <p>Describes an association between a resource attachment and a transit gateway route table.</p>
2865
2949
  */
@@ -4967,8 +5051,9 @@ export interface CreateCapacityReservationRequest {
4967
5051
  */
4968
5052
  EbsOptimized?: boolean;
4969
5053
  /**
4970
- * <p>Indicates whether the Capacity Reservation supports instances with temporary, block-level
4971
- * storage.</p>
5054
+ * <p>
5055
+ * <i>Deprecated.</i>
5056
+ * </p>
4972
5057
  */
4973
5058
  EphemeralStorage?: boolean;
4974
5059
  /**
@@ -5113,8 +5198,9 @@ export interface CapacityReservation {
5113
5198
  */
5114
5199
  EbsOptimized?: boolean;
5115
5200
  /**
5116
- * <p>Indicates whether the Capacity Reservation supports instances with temporary, block-level
5117
- * storage.</p>
5201
+ * <p>
5202
+ * <i>Deprecated.</i>
5203
+ * </p>
5118
5204
  */
5119
5205
  EphemeralStorage?: boolean;
5120
5206
  /**
@@ -6543,69 +6629,3 @@ export declare enum FleetExcessCapacityTerminationPolicy {
6543
6629
  NO_TERMINATION = "no-termination",
6544
6630
  TERMINATION = "termination"
6545
6631
  }
6546
- /**
6547
- * <p>Describes the Amazon EC2 launch template and the launch template version that can be used by
6548
- * an EC2 Fleet to configure Amazon EC2 instances. For information about launch templates, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html">Launching
6549
- * an instance from a launch template</a> in the
6550
- * <i>Amazon EC2 User Guide</i>.</p>
6551
- */
6552
- export interface FleetLaunchTemplateSpecificationRequest {
6553
- /**
6554
- * <p>The ID of the launch template. If you specify the template ID, you can't specify the template name.</p>
6555
- */
6556
- LaunchTemplateId?: string;
6557
- /**
6558
- * <p>The name of the launch template. If you specify the template name, you can't specify the template ID.</p>
6559
- */
6560
- LaunchTemplateName?: string;
6561
- /**
6562
- * <p>The launch template version number, <code>$Latest</code>, or <code>$Default</code>. You must specify a value, otherwise the request fails.</p>
6563
- * <p>If the value is <code>$Latest</code>, Amazon EC2 uses the latest version of the launch template.</p>
6564
- * <p>If the value is <code>$Default</code>, Amazon EC2 uses the default version of the launch template.</p>
6565
- */
6566
- Version?: string;
6567
- }
6568
- export declare namespace FleetLaunchTemplateSpecificationRequest {
6569
- /**
6570
- * @internal
6571
- */
6572
- const filterSensitiveLog: (obj: FleetLaunchTemplateSpecificationRequest) => any;
6573
- }
6574
- export declare enum BareMetal {
6575
- EXCLUDED = "excluded",
6576
- INCLUDED = "included",
6577
- REQUIRED = "required"
6578
- }
6579
- /**
6580
- * <p>The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see
6581
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html">Amazon
6582
- * EBS–optimized instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
6583
- */
6584
- export interface BaselineEbsBandwidthMbpsRequest {
6585
- /**
6586
- * <p>The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit
6587
- * this parameter.</p>
6588
- */
6589
- Min?: number;
6590
- /**
6591
- * <p>The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit
6592
- * this parameter.</p>
6593
- */
6594
- Max?: number;
6595
- }
6596
- export declare namespace BaselineEbsBandwidthMbpsRequest {
6597
- /**
6598
- * @internal
6599
- */
6600
- const filterSensitiveLog: (obj: BaselineEbsBandwidthMbpsRequest) => any;
6601
- }
6602
- export declare enum BurstablePerformance {
6603
- EXCLUDED = "excluded",
6604
- INCLUDED = "included",
6605
- REQUIRED = "required"
6606
- }
6607
- export declare enum CpuManufacturer {
6608
- AMAZON_WEB_SERVICES = "amazon-web-services",
6609
- AMD = "amd",
6610
- INTEL = "intel"
6611
- }