@aws-sdk/client-ec2 3.121.0 → 3.130.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 (249) hide show
  1. package/CHANGELOG.md +30 -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/DescribeNetworkInsightsAnalysesCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeNetworkInsightsPathsCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeNetworkInterfaceAttributeCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeNetworkInterfacePermissionsCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeNetworkInterfacesCommand.js +3 -3
  16. package/dist-cjs/commands/DescribePlacementGroupsCommand.js +3 -3
  17. package/dist-cjs/commands/DescribePrefixListsCommand.js +3 -3
  18. package/dist-cjs/commands/DescribePrincipalIdFormatCommand.js +1 -2
  19. package/dist-cjs/commands/DescribeTransitGatewayPolicyTablesCommand.js +36 -0
  20. package/dist-cjs/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.js +36 -0
  21. package/dist-cjs/commands/DisassociateTransitGatewayPolicyTableCommand.js +36 -0
  22. package/dist-cjs/commands/ExportImageCommand.js +3 -3
  23. package/dist-cjs/commands/ExportTransitGatewayRoutesCommand.js +3 -3
  24. package/dist-cjs/commands/GetAssociatedEnclaveCertificateIamRolesCommand.js +3 -3
  25. package/dist-cjs/commands/GetAssociatedIpv6PoolCidrsCommand.js +3 -3
  26. package/dist-cjs/commands/GetCapacityReservationUsageCommand.js +3 -3
  27. package/dist-cjs/commands/GetCoipPoolUsageCommand.js +3 -3
  28. package/dist-cjs/commands/GetConsoleOutputCommand.js +3 -3
  29. package/dist-cjs/commands/GetConsoleScreenshotCommand.js +3 -3
  30. package/dist-cjs/commands/GetDefaultCreditSpecificationCommand.js +3 -3
  31. package/dist-cjs/commands/GetEbsDefaultKmsKeyIdCommand.js +1 -2
  32. package/dist-cjs/commands/GetTransitGatewayPolicyTableAssociationsCommand.js +36 -0
  33. package/dist-cjs/commands/GetTransitGatewayPolicyTableEntriesCommand.js +36 -0
  34. package/dist-cjs/commands/RegisterInstanceEventNotificationAttributesCommand.js +3 -3
  35. package/dist-cjs/commands/RegisterTransitGatewayMulticastGroupMembersCommand.js +3 -3
  36. package/dist-cjs/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.js +3 -3
  37. package/dist-cjs/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.js +3 -3
  38. package/dist-cjs/commands/RejectTransitGatewayPeeringAttachmentCommand.js +3 -3
  39. package/dist-cjs/commands/RejectTransitGatewayVpcAttachmentCommand.js +3 -3
  40. package/dist-cjs/commands/RejectVpcEndpointConnectionsCommand.js +3 -3
  41. package/dist-cjs/commands/RejectVpcPeeringConnectionCommand.js +3 -3
  42. package/dist-cjs/commands/ReleaseAddressCommand.js +2 -2
  43. package/dist-cjs/commands/ReleaseHostsCommand.js +3 -3
  44. package/dist-cjs/commands/ReleaseIpamPoolAllocationCommand.js +3 -3
  45. package/dist-cjs/commands/ReplaceIamInstanceProfileAssociationCommand.js +3 -3
  46. package/dist-cjs/commands/ReplaceNetworkAclAssociationCommand.js +3 -3
  47. package/dist-cjs/commands/ReplaceNetworkAclEntryCommand.js +2 -2
  48. package/dist-cjs/commands/ReplaceRouteCommand.js +2 -2
  49. package/dist-cjs/commands/ReplaceRouteTableAssociationCommand.js +3 -3
  50. package/dist-cjs/commands/index.js +10 -0
  51. package/dist-cjs/models/models_0.js +35 -36
  52. package/dist-cjs/models/models_1.js +36 -24
  53. package/dist-cjs/models/models_2.js +111 -96
  54. package/dist-cjs/models/models_3.js +96 -114
  55. package/dist-cjs/models/models_4.js +150 -150
  56. package/dist-cjs/models/models_5.js +192 -198
  57. package/dist-cjs/models/models_6.js +195 -2
  58. package/dist-cjs/pagination/DescribeTransitGatewayPolicyTablesPaginator.js +36 -0
  59. package/dist-cjs/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.js +36 -0
  60. package/dist-cjs/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.js +36 -0
  61. package/dist-cjs/pagination/index.js +3 -0
  62. package/dist-cjs/protocols/Aws_ec2.js +1080 -21
  63. package/dist-es/EC2.js +150 -0
  64. package/dist-es/commands/AssociateTransitGatewayPolicyTableCommand.js +39 -0
  65. package/dist-es/commands/CreateTransitGatewayCommand.js +2 -1
  66. package/dist-es/commands/CreateTransitGatewayPolicyTableCommand.js +39 -0
  67. package/dist-es/commands/CreateTransitGatewayRouteTableAnnouncementCommand.js +39 -0
  68. package/dist-es/commands/DeleteTransitGatewayPolicyTableCommand.js +39 -0
  69. package/dist-es/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.js +39 -0
  70. package/dist-es/commands/DescribeClientVpnConnectionsCommand.js +2 -1
  71. package/dist-es/commands/DescribeClientVpnEndpointsCommand.js +1 -1
  72. package/dist-es/commands/DescribeNetworkInsightsAnalysesCommand.js +2 -1
  73. package/dist-es/commands/DescribeNetworkInsightsPathsCommand.js +1 -1
  74. package/dist-es/commands/DescribeNetworkInterfaceAttributeCommand.js +1 -1
  75. package/dist-es/commands/DescribeNetworkInterfacePermissionsCommand.js +1 -1
  76. package/dist-es/commands/DescribeNetworkInterfacesCommand.js +1 -1
  77. package/dist-es/commands/DescribePlacementGroupsCommand.js +1 -1
  78. package/dist-es/commands/DescribePrefixListsCommand.js +1 -1
  79. package/dist-es/commands/DescribePrincipalIdFormatCommand.js +1 -2
  80. package/dist-es/commands/DescribeTransitGatewayPolicyTablesCommand.js +39 -0
  81. package/dist-es/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.js +39 -0
  82. package/dist-es/commands/DisassociateTransitGatewayPolicyTableCommand.js +39 -0
  83. package/dist-es/commands/ExportImageCommand.js +1 -1
  84. package/dist-es/commands/ExportTransitGatewayRoutesCommand.js +1 -1
  85. package/dist-es/commands/GetAssociatedEnclaveCertificateIamRolesCommand.js +1 -1
  86. package/dist-es/commands/GetAssociatedIpv6PoolCidrsCommand.js +1 -1
  87. package/dist-es/commands/GetCapacityReservationUsageCommand.js +1 -1
  88. package/dist-es/commands/GetCoipPoolUsageCommand.js +1 -1
  89. package/dist-es/commands/GetConsoleOutputCommand.js +1 -1
  90. package/dist-es/commands/GetConsoleScreenshotCommand.js +1 -1
  91. package/dist-es/commands/GetDefaultCreditSpecificationCommand.js +1 -1
  92. package/dist-es/commands/GetEbsDefaultKmsKeyIdCommand.js +1 -2
  93. package/dist-es/commands/GetTransitGatewayPolicyTableAssociationsCommand.js +39 -0
  94. package/dist-es/commands/GetTransitGatewayPolicyTableEntriesCommand.js +39 -0
  95. package/dist-es/commands/RegisterInstanceEventNotificationAttributesCommand.js +1 -1
  96. package/dist-es/commands/RegisterTransitGatewayMulticastGroupMembersCommand.js +1 -1
  97. package/dist-es/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.js +1 -1
  98. package/dist-es/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.js +1 -1
  99. package/dist-es/commands/RejectTransitGatewayPeeringAttachmentCommand.js +1 -1
  100. package/dist-es/commands/RejectTransitGatewayVpcAttachmentCommand.js +1 -1
  101. package/dist-es/commands/RejectVpcEndpointConnectionsCommand.js +1 -1
  102. package/dist-es/commands/RejectVpcPeeringConnectionCommand.js +1 -1
  103. package/dist-es/commands/ReleaseAddressCommand.js +1 -1
  104. package/dist-es/commands/ReleaseHostsCommand.js +1 -1
  105. package/dist-es/commands/ReleaseIpamPoolAllocationCommand.js +1 -1
  106. package/dist-es/commands/ReplaceIamInstanceProfileAssociationCommand.js +1 -1
  107. package/dist-es/commands/ReplaceNetworkAclAssociationCommand.js +1 -1
  108. package/dist-es/commands/ReplaceNetworkAclEntryCommand.js +1 -1
  109. package/dist-es/commands/ReplaceRouteCommand.js +1 -1
  110. package/dist-es/commands/ReplaceRouteTableAssociationCommand.js +1 -1
  111. package/dist-es/commands/index.js +10 -0
  112. package/dist-es/models/models_0.js +21 -26
  113. package/dist-es/models/models_1.js +26 -12
  114. package/dist-es/models/models_2.js +77 -60
  115. package/dist-es/models/models_3.js +60 -72
  116. package/dist-es/models/models_4.js +96 -96
  117. package/dist-es/models/models_5.js +124 -128
  118. package/dist-es/models/models_6.js +128 -0
  119. package/dist-es/pagination/DescribeTransitGatewayPolicyTablesPaginator.js +75 -0
  120. package/dist-es/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.js +75 -0
  121. package/dist-es/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.js +75 -0
  122. package/dist-es/pagination/index.js +3 -0
  123. package/dist-es/protocols/Aws_ec2.js +1387 -208
  124. package/dist-types/EC2.d.ts +73 -2
  125. package/dist-types/EC2Client.d.ts +12 -2
  126. package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +35 -0
  127. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +2 -1
  128. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +3 -2
  129. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +35 -0
  130. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +35 -0
  131. package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +35 -0
  132. package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +35 -0
  133. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
  134. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -1
  136. package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
  137. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -2
  143. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +35 -0
  144. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +35 -0
  145. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +35 -0
  146. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  147. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  148. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  149. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  150. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  151. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  152. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
  153. package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  154. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  155. package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -2
  156. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +35 -0
  157. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +35 -0
  158. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  159. package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  160. package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  161. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  162. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  163. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  164. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  165. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  166. package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
  167. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  168. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  169. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  170. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  171. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  172. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  173. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  174. package/dist-types/commands/index.d.ts +10 -0
  175. package/dist-types/models/models_0.d.ts +86 -68
  176. package/dist-types/models/models_1.d.ts +69 -112
  177. package/dist-types/models/models_2.d.ts +352 -462
  178. package/dist-types/models/models_3.d.ts +6282 -6748
  179. package/dist-types/models/models_4.d.ts +6282 -5860
  180. package/dist-types/models/models_5.d.ts +4656 -4507
  181. package/dist-types/models/models_6.d.ts +678 -5
  182. package/dist-types/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +4 -0
  183. package/dist-types/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +4 -0
  184. package/dist-types/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +4 -0
  185. package/dist-types/pagination/index.d.ts +3 -0
  186. package/dist-types/protocols/Aws_ec2.d.ts +30 -0
  187. package/dist-types/ts3.4/EC2.d.ts +50 -0
  188. package/dist-types/ts3.4/EC2Client.d.ts +12 -2
  189. package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +2 -1
  191. package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +17 -0
  194. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +17 -0
  195. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
  196. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -1
  198. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +1 -2
  205. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +17 -0
  206. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +17 -0
  207. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +17 -0
  208. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -2
  218. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +17 -0
  219. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +17 -0
  220. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  230. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  231. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  232. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  233. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  234. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  235. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  237. package/dist-types/ts3.4/models/models_0.d.ts +54 -41
  238. package/dist-types/ts3.4/models/models_1.d.ts +42 -63
  239. package/dist-types/ts3.4/models/models_2.d.ts +211 -244
  240. package/dist-types/ts3.4/models/models_3.d.ts +244 -349
  241. package/dist-types/ts3.4/models/models_4.d.ts +431 -316
  242. package/dist-types/ts3.4/models/models_5.d.ts +412 -380
  243. package/dist-types/ts3.4/models/models_6.d.ts +380 -5
  244. package/dist-types/ts3.4/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +4 -0
  245. package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +4 -0
  246. package/dist-types/ts3.4/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +4 -0
  247. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  248. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +30 -0
  249. package/package.json +28 -28
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeTransitGatewayRouteTableAnnouncementsRequest, DescribeTransitGatewayRouteTableAnnouncementsResult, } from "../models/models_4";
5
+ import { deserializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand, serializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand, } from "../protocols/Aws_ec2";
6
+ var DescribeTransitGatewayRouteTableAnnouncementsCommand = (function (_super) {
7
+ __extends(DescribeTransitGatewayRouteTableAnnouncementsCommand, _super);
8
+ function DescribeTransitGatewayRouteTableAnnouncementsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DescribeTransitGatewayRouteTableAnnouncementsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "EC2Client";
18
+ var commandName = "DescribeTransitGatewayRouteTableAnnouncementsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DescribeTransitGatewayRouteTableAnnouncementsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeTransitGatewayRouteTableAnnouncementsResult.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeTransitGatewayRouteTableAnnouncementsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand(input, context);
33
+ };
34
+ DescribeTransitGatewayRouteTableAnnouncementsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand(output, context);
36
+ };
37
+ return DescribeTransitGatewayRouteTableAnnouncementsCommand;
38
+ }($Command));
39
+ export { DescribeTransitGatewayRouteTableAnnouncementsCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DisassociateTransitGatewayPolicyTableRequest, DisassociateTransitGatewayPolicyTableResult, } from "../models/models_4";
5
+ import { deserializeAws_ec2DisassociateTransitGatewayPolicyTableCommand, serializeAws_ec2DisassociateTransitGatewayPolicyTableCommand, } from "../protocols/Aws_ec2";
6
+ var DisassociateTransitGatewayPolicyTableCommand = (function (_super) {
7
+ __extends(DisassociateTransitGatewayPolicyTableCommand, _super);
8
+ function DisassociateTransitGatewayPolicyTableCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DisassociateTransitGatewayPolicyTableCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "EC2Client";
18
+ var commandName = "DisassociateTransitGatewayPolicyTableCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DisassociateTransitGatewayPolicyTableRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DisassociateTransitGatewayPolicyTableResult.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DisassociateTransitGatewayPolicyTableCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_ec2DisassociateTransitGatewayPolicyTableCommand(input, context);
33
+ };
34
+ DisassociateTransitGatewayPolicyTableCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_ec2DisassociateTransitGatewayPolicyTableCommand(output, context);
36
+ };
37
+ return DisassociateTransitGatewayPolicyTableCommand;
38
+ }($Command));
39
+ export { DisassociateTransitGatewayPolicyTableCommand };
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ExportImageRequest, ExportImageResult } from "../models/models_4";
4
+ import { ExportImageRequest, ExportImageResult } from "../models/models_5";
5
5
  import { deserializeAws_ec2ExportImageCommand, serializeAws_ec2ExportImageCommand } from "../protocols/Aws_ec2";
6
6
  var ExportImageCommand = (function (_super) {
7
7
  __extends(ExportImageCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ExportTransitGatewayRoutesRequest, ExportTransitGatewayRoutesResult } from "../models/models_4";
4
+ import { ExportTransitGatewayRoutesRequest, ExportTransitGatewayRoutesResult } from "../models/models_5";
5
5
  import { deserializeAws_ec2ExportTransitGatewayRoutesCommand, serializeAws_ec2ExportTransitGatewayRoutesCommand, } from "../protocols/Aws_ec2";
6
6
  var ExportTransitGatewayRoutesCommand = (function (_super) {
7
7
  __extends(ExportTransitGatewayRoutesCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetAssociatedEnclaveCertificateIamRolesRequest, GetAssociatedEnclaveCertificateIamRolesResult, } from "../models/models_4";
4
+ import { GetAssociatedEnclaveCertificateIamRolesRequest, GetAssociatedEnclaveCertificateIamRolesResult, } from "../models/models_5";
5
5
  import { deserializeAws_ec2GetAssociatedEnclaveCertificateIamRolesCommand, serializeAws_ec2GetAssociatedEnclaveCertificateIamRolesCommand, } from "../protocols/Aws_ec2";
6
6
  var GetAssociatedEnclaveCertificateIamRolesCommand = (function (_super) {
7
7
  __extends(GetAssociatedEnclaveCertificateIamRolesCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetAssociatedIpv6PoolCidrsRequest, GetAssociatedIpv6PoolCidrsResult } from "../models/models_4";
4
+ import { GetAssociatedIpv6PoolCidrsRequest, GetAssociatedIpv6PoolCidrsResult } from "../models/models_5";
5
5
  import { deserializeAws_ec2GetAssociatedIpv6PoolCidrsCommand, serializeAws_ec2GetAssociatedIpv6PoolCidrsCommand, } from "../protocols/Aws_ec2";
6
6
  var GetAssociatedIpv6PoolCidrsCommand = (function (_super) {
7
7
  __extends(GetAssociatedIpv6PoolCidrsCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetCapacityReservationUsageRequest, GetCapacityReservationUsageResult } from "../models/models_4";
4
+ import { GetCapacityReservationUsageRequest, GetCapacityReservationUsageResult } from "../models/models_5";
5
5
  import { deserializeAws_ec2GetCapacityReservationUsageCommand, serializeAws_ec2GetCapacityReservationUsageCommand, } from "../protocols/Aws_ec2";
6
6
  var GetCapacityReservationUsageCommand = (function (_super) {
7
7
  __extends(GetCapacityReservationUsageCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetCoipPoolUsageRequest, GetCoipPoolUsageResult } from "../models/models_4";
4
+ import { GetCoipPoolUsageRequest, GetCoipPoolUsageResult } from "../models/models_5";
5
5
  import { deserializeAws_ec2GetCoipPoolUsageCommand, serializeAws_ec2GetCoipPoolUsageCommand, } from "../protocols/Aws_ec2";
6
6
  var GetCoipPoolUsageCommand = (function (_super) {
7
7
  __extends(GetCoipPoolUsageCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetConsoleOutputRequest, GetConsoleOutputResult } from "../models/models_4";
4
+ import { GetConsoleOutputRequest, GetConsoleOutputResult } from "../models/models_5";
5
5
  import { deserializeAws_ec2GetConsoleOutputCommand, serializeAws_ec2GetConsoleOutputCommand, } from "../protocols/Aws_ec2";
6
6
  var GetConsoleOutputCommand = (function (_super) {
7
7
  __extends(GetConsoleOutputCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetConsoleScreenshotRequest, GetConsoleScreenshotResult } from "../models/models_4";
4
+ import { GetConsoleScreenshotRequest, GetConsoleScreenshotResult } from "../models/models_5";
5
5
  import { deserializeAws_ec2GetConsoleScreenshotCommand, serializeAws_ec2GetConsoleScreenshotCommand, } from "../protocols/Aws_ec2";
6
6
  var GetConsoleScreenshotCommand = (function (_super) {
7
7
  __extends(GetConsoleScreenshotCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetDefaultCreditSpecificationRequest, GetDefaultCreditSpecificationResult } from "../models/models_4";
4
+ import { GetDefaultCreditSpecificationRequest, GetDefaultCreditSpecificationResult } from "../models/models_5";
5
5
  import { deserializeAws_ec2GetDefaultCreditSpecificationCommand, serializeAws_ec2GetDefaultCreditSpecificationCommand, } from "../protocols/Aws_ec2";
6
6
  var GetDefaultCreditSpecificationCommand = (function (_super) {
7
7
  __extends(GetDefaultCreditSpecificationCommand, _super);
@@ -1,8 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetEbsDefaultKmsKeyIdRequest } from "../models/models_4";
5
- import { GetEbsDefaultKmsKeyIdResult } from "../models/models_5";
4
+ import { GetEbsDefaultKmsKeyIdRequest, GetEbsDefaultKmsKeyIdResult } from "../models/models_5";
6
5
  import { deserializeAws_ec2GetEbsDefaultKmsKeyIdCommand, serializeAws_ec2GetEbsDefaultKmsKeyIdCommand, } from "../protocols/Aws_ec2";
7
6
  var GetEbsDefaultKmsKeyIdCommand = (function (_super) {
8
7
  __extends(GetEbsDefaultKmsKeyIdCommand, _super);
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetTransitGatewayPolicyTableAssociationsRequest, GetTransitGatewayPolicyTableAssociationsResult, } from "../models/models_5";
5
+ import { deserializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand, serializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand, } from "../protocols/Aws_ec2";
6
+ var GetTransitGatewayPolicyTableAssociationsCommand = (function (_super) {
7
+ __extends(GetTransitGatewayPolicyTableAssociationsCommand, _super);
8
+ function GetTransitGatewayPolicyTableAssociationsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetTransitGatewayPolicyTableAssociationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "EC2Client";
18
+ var commandName = "GetTransitGatewayPolicyTableAssociationsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetTransitGatewayPolicyTableAssociationsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetTransitGatewayPolicyTableAssociationsResult.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetTransitGatewayPolicyTableAssociationsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand(input, context);
33
+ };
34
+ GetTransitGatewayPolicyTableAssociationsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand(output, context);
36
+ };
37
+ return GetTransitGatewayPolicyTableAssociationsCommand;
38
+ }($Command));
39
+ export { GetTransitGatewayPolicyTableAssociationsCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetTransitGatewayPolicyTableEntriesRequest, GetTransitGatewayPolicyTableEntriesResult, } from "../models/models_5";
5
+ import { deserializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand, serializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand, } from "../protocols/Aws_ec2";
6
+ var GetTransitGatewayPolicyTableEntriesCommand = (function (_super) {
7
+ __extends(GetTransitGatewayPolicyTableEntriesCommand, _super);
8
+ function GetTransitGatewayPolicyTableEntriesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetTransitGatewayPolicyTableEntriesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "EC2Client";
18
+ var commandName = "GetTransitGatewayPolicyTableEntriesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetTransitGatewayPolicyTableEntriesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetTransitGatewayPolicyTableEntriesResult.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetTransitGatewayPolicyTableEntriesCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand(input, context);
33
+ };
34
+ GetTransitGatewayPolicyTableEntriesCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand(output, context);
36
+ };
37
+ return GetTransitGatewayPolicyTableEntriesCommand;
38
+ }($Command));
39
+ export { GetTransitGatewayPolicyTableEntriesCommand };
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RegisterInstanceEventNotificationAttributesRequest, RegisterInstanceEventNotificationAttributesResult, } from "../models/models_5";
4
+ import { RegisterInstanceEventNotificationAttributesRequest, RegisterInstanceEventNotificationAttributesResult, } from "../models/models_6";
5
5
  import { deserializeAws_ec2RegisterInstanceEventNotificationAttributesCommand, serializeAws_ec2RegisterInstanceEventNotificationAttributesCommand, } from "../protocols/Aws_ec2";
6
6
  var RegisterInstanceEventNotificationAttributesCommand = (function (_super) {
7
7
  __extends(RegisterInstanceEventNotificationAttributesCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RegisterTransitGatewayMulticastGroupMembersRequest, RegisterTransitGatewayMulticastGroupMembersResult, } from "../models/models_5";
4
+ import { RegisterTransitGatewayMulticastGroupMembersRequest, RegisterTransitGatewayMulticastGroupMembersResult, } from "../models/models_6";
5
5
  import { deserializeAws_ec2RegisterTransitGatewayMulticastGroupMembersCommand, serializeAws_ec2RegisterTransitGatewayMulticastGroupMembersCommand, } from "../protocols/Aws_ec2";
6
6
  var RegisterTransitGatewayMulticastGroupMembersCommand = (function (_super) {
7
7
  __extends(RegisterTransitGatewayMulticastGroupMembersCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RegisterTransitGatewayMulticastGroupSourcesRequest, RegisterTransitGatewayMulticastGroupSourcesResult, } from "../models/models_5";
4
+ import { RegisterTransitGatewayMulticastGroupSourcesRequest, RegisterTransitGatewayMulticastGroupSourcesResult, } from "../models/models_6";
5
5
  import { deserializeAws_ec2RegisterTransitGatewayMulticastGroupSourcesCommand, serializeAws_ec2RegisterTransitGatewayMulticastGroupSourcesCommand, } from "../protocols/Aws_ec2";
6
6
  var RegisterTransitGatewayMulticastGroupSourcesCommand = (function (_super) {
7
7
  __extends(RegisterTransitGatewayMulticastGroupSourcesCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RejectTransitGatewayMulticastDomainAssociationsRequest, RejectTransitGatewayMulticastDomainAssociationsResult, } from "../models/models_5";
4
+ import { RejectTransitGatewayMulticastDomainAssociationsRequest, RejectTransitGatewayMulticastDomainAssociationsResult, } from "../models/models_6";
5
5
  import { deserializeAws_ec2RejectTransitGatewayMulticastDomainAssociationsCommand, serializeAws_ec2RejectTransitGatewayMulticastDomainAssociationsCommand, } from "../protocols/Aws_ec2";
6
6
  var RejectTransitGatewayMulticastDomainAssociationsCommand = (function (_super) {
7
7
  __extends(RejectTransitGatewayMulticastDomainAssociationsCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RejectTransitGatewayPeeringAttachmentRequest, RejectTransitGatewayPeeringAttachmentResult, } from "../models/models_5";
4
+ import { RejectTransitGatewayPeeringAttachmentRequest, RejectTransitGatewayPeeringAttachmentResult, } from "../models/models_6";
5
5
  import { deserializeAws_ec2RejectTransitGatewayPeeringAttachmentCommand, serializeAws_ec2RejectTransitGatewayPeeringAttachmentCommand, } from "../protocols/Aws_ec2";
6
6
  var RejectTransitGatewayPeeringAttachmentCommand = (function (_super) {
7
7
  __extends(RejectTransitGatewayPeeringAttachmentCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RejectTransitGatewayVpcAttachmentRequest, RejectTransitGatewayVpcAttachmentResult } from "../models/models_5";
4
+ import { RejectTransitGatewayVpcAttachmentRequest, RejectTransitGatewayVpcAttachmentResult } from "../models/models_6";
5
5
  import { deserializeAws_ec2RejectTransitGatewayVpcAttachmentCommand, serializeAws_ec2RejectTransitGatewayVpcAttachmentCommand, } from "../protocols/Aws_ec2";
6
6
  var RejectTransitGatewayVpcAttachmentCommand = (function (_super) {
7
7
  __extends(RejectTransitGatewayVpcAttachmentCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RejectVpcEndpointConnectionsRequest, RejectVpcEndpointConnectionsResult } from "../models/models_5";
4
+ import { RejectVpcEndpointConnectionsRequest, RejectVpcEndpointConnectionsResult } from "../models/models_6";
5
5
  import { deserializeAws_ec2RejectVpcEndpointConnectionsCommand, serializeAws_ec2RejectVpcEndpointConnectionsCommand, } from "../protocols/Aws_ec2";
6
6
  var RejectVpcEndpointConnectionsCommand = (function (_super) {
7
7
  __extends(RejectVpcEndpointConnectionsCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RejectVpcPeeringConnectionRequest, RejectVpcPeeringConnectionResult } from "../models/models_5";
4
+ import { RejectVpcPeeringConnectionRequest, RejectVpcPeeringConnectionResult } from "../models/models_6";
5
5
  import { deserializeAws_ec2RejectVpcPeeringConnectionCommand, serializeAws_ec2RejectVpcPeeringConnectionCommand, } from "../protocols/Aws_ec2";
6
6
  var RejectVpcPeeringConnectionCommand = (function (_super) {
7
7
  __extends(RejectVpcPeeringConnectionCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ReleaseAddressRequest } from "../models/models_5";
4
+ import { ReleaseAddressRequest } from "../models/models_6";
5
5
  import { deserializeAws_ec2ReleaseAddressCommand, serializeAws_ec2ReleaseAddressCommand } from "../protocols/Aws_ec2";
6
6
  var ReleaseAddressCommand = (function (_super) {
7
7
  __extends(ReleaseAddressCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ReleaseHostsRequest, ReleaseHostsResult } from "../models/models_5";
4
+ import { ReleaseHostsRequest, ReleaseHostsResult } from "../models/models_6";
5
5
  import { deserializeAws_ec2ReleaseHostsCommand, serializeAws_ec2ReleaseHostsCommand } from "../protocols/Aws_ec2";
6
6
  var ReleaseHostsCommand = (function (_super) {
7
7
  __extends(ReleaseHostsCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ReleaseIpamPoolAllocationRequest, ReleaseIpamPoolAllocationResult } from "../models/models_5";
4
+ import { ReleaseIpamPoolAllocationRequest, ReleaseIpamPoolAllocationResult } from "../models/models_6";
5
5
  import { deserializeAws_ec2ReleaseIpamPoolAllocationCommand, serializeAws_ec2ReleaseIpamPoolAllocationCommand, } from "../protocols/Aws_ec2";
6
6
  var ReleaseIpamPoolAllocationCommand = (function (_super) {
7
7
  __extends(ReleaseIpamPoolAllocationCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ReplaceIamInstanceProfileAssociationRequest, ReplaceIamInstanceProfileAssociationResult, } from "../models/models_5";
4
+ import { ReplaceIamInstanceProfileAssociationRequest, ReplaceIamInstanceProfileAssociationResult, } from "../models/models_6";
5
5
  import { deserializeAws_ec2ReplaceIamInstanceProfileAssociationCommand, serializeAws_ec2ReplaceIamInstanceProfileAssociationCommand, } from "../protocols/Aws_ec2";
6
6
  var ReplaceIamInstanceProfileAssociationCommand = (function (_super) {
7
7
  __extends(ReplaceIamInstanceProfileAssociationCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ReplaceNetworkAclAssociationRequest, ReplaceNetworkAclAssociationResult } from "../models/models_5";
4
+ import { ReplaceNetworkAclAssociationRequest, ReplaceNetworkAclAssociationResult } from "../models/models_6";
5
5
  import { deserializeAws_ec2ReplaceNetworkAclAssociationCommand, serializeAws_ec2ReplaceNetworkAclAssociationCommand, } from "../protocols/Aws_ec2";
6
6
  var ReplaceNetworkAclAssociationCommand = (function (_super) {
7
7
  __extends(ReplaceNetworkAclAssociationCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ReplaceNetworkAclEntryRequest } from "../models/models_5";
4
+ import { ReplaceNetworkAclEntryRequest } from "../models/models_6";
5
5
  import { deserializeAws_ec2ReplaceNetworkAclEntryCommand, serializeAws_ec2ReplaceNetworkAclEntryCommand, } from "../protocols/Aws_ec2";
6
6
  var ReplaceNetworkAclEntryCommand = (function (_super) {
7
7
  __extends(ReplaceNetworkAclEntryCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ReplaceRouteRequest } from "../models/models_5";
4
+ import { ReplaceRouteRequest } from "../models/models_6";
5
5
  import { deserializeAws_ec2ReplaceRouteCommand, serializeAws_ec2ReplaceRouteCommand } from "../protocols/Aws_ec2";
6
6
  var ReplaceRouteCommand = (function (_super) {
7
7
  __extends(ReplaceRouteCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ReplaceRouteTableAssociationRequest, ReplaceRouteTableAssociationResult } from "../models/models_5";
4
+ import { ReplaceRouteTableAssociationRequest, ReplaceRouteTableAssociationResult } from "../models/models_6";
5
5
  import { deserializeAws_ec2ReplaceRouteTableAssociationCommand, serializeAws_ec2ReplaceRouteTableAssociationCommand, } from "../protocols/Aws_ec2";
6
6
  var ReplaceRouteTableAssociationCommand = (function (_super) {
7
7
  __extends(ReplaceRouteTableAssociationCommand, _super);
@@ -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";
@@ -74,6 +74,15 @@ export var PeeringTgwInfo;
74
74
  (function (PeeringTgwInfo) {
75
75
  PeeringTgwInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
76
76
  })(PeeringTgwInfo || (PeeringTgwInfo = {}));
77
+ export var DynamicRoutingValue;
78
+ (function (DynamicRoutingValue) {
79
+ DynamicRoutingValue["disable"] = "disable";
80
+ DynamicRoutingValue["enable"] = "enable";
81
+ })(DynamicRoutingValue || (DynamicRoutingValue = {}));
82
+ export var TransitGatewayPeeringAttachmentOptions;
83
+ (function (TransitGatewayPeeringAttachmentOptions) {
84
+ TransitGatewayPeeringAttachmentOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
85
+ })(TransitGatewayPeeringAttachmentOptions || (TransitGatewayPeeringAttachmentOptions = {}));
77
86
  export var PeeringAttachmentStatus;
78
87
  (function (PeeringAttachmentStatus) {
79
88
  PeeringAttachmentStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -526,6 +535,18 @@ export var AssociateTransitGatewayMulticastDomainResult;
526
535
  (function (AssociateTransitGatewayMulticastDomainResult) {
527
536
  AssociateTransitGatewayMulticastDomainResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
528
537
  })(AssociateTransitGatewayMulticastDomainResult || (AssociateTransitGatewayMulticastDomainResult = {}));
538
+ export var AssociateTransitGatewayPolicyTableRequest;
539
+ (function (AssociateTransitGatewayPolicyTableRequest) {
540
+ AssociateTransitGatewayPolicyTableRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
541
+ })(AssociateTransitGatewayPolicyTableRequest || (AssociateTransitGatewayPolicyTableRequest = {}));
542
+ export var TransitGatewayPolicyTableAssociation;
543
+ (function (TransitGatewayPolicyTableAssociation) {
544
+ TransitGatewayPolicyTableAssociation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
545
+ })(TransitGatewayPolicyTableAssociation || (TransitGatewayPolicyTableAssociation = {}));
546
+ export var AssociateTransitGatewayPolicyTableResult;
547
+ (function (AssociateTransitGatewayPolicyTableResult) {
548
+ AssociateTransitGatewayPolicyTableResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
549
+ })(AssociateTransitGatewayPolicyTableResult || (AssociateTransitGatewayPolicyTableResult = {}));
529
550
  export var AssociateTransitGatewayRouteTableRequest;
530
551
  (function (AssociateTransitGatewayRouteTableRequest) {
531
552
  AssociateTransitGatewayRouteTableRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1070,29 +1091,3 @@ export var FleetExcessCapacityTerminationPolicy;
1070
1091
  FleetExcessCapacityTerminationPolicy["NO_TERMINATION"] = "no-termination";
1071
1092
  FleetExcessCapacityTerminationPolicy["TERMINATION"] = "termination";
1072
1093
  })(FleetExcessCapacityTerminationPolicy || (FleetExcessCapacityTerminationPolicy = {}));
1073
- export var FleetLaunchTemplateSpecificationRequest;
1074
- (function (FleetLaunchTemplateSpecificationRequest) {
1075
- FleetLaunchTemplateSpecificationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1076
- })(FleetLaunchTemplateSpecificationRequest || (FleetLaunchTemplateSpecificationRequest = {}));
1077
- export var BareMetal;
1078
- (function (BareMetal) {
1079
- BareMetal["EXCLUDED"] = "excluded";
1080
- BareMetal["INCLUDED"] = "included";
1081
- BareMetal["REQUIRED"] = "required";
1082
- })(BareMetal || (BareMetal = {}));
1083
- export var BaselineEbsBandwidthMbpsRequest;
1084
- (function (BaselineEbsBandwidthMbpsRequest) {
1085
- BaselineEbsBandwidthMbpsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1086
- })(BaselineEbsBandwidthMbpsRequest || (BaselineEbsBandwidthMbpsRequest = {}));
1087
- export var BurstablePerformance;
1088
- (function (BurstablePerformance) {
1089
- BurstablePerformance["EXCLUDED"] = "excluded";
1090
- BurstablePerformance["INCLUDED"] = "included";
1091
- BurstablePerformance["REQUIRED"] = "required";
1092
- })(BurstablePerformance || (BurstablePerformance = {}));
1093
- export var CpuManufacturer;
1094
- (function (CpuManufacturer) {
1095
- CpuManufacturer["AMAZON_WEB_SERVICES"] = "amazon-web-services";
1096
- CpuManufacturer["AMD"] = "amd";
1097
- CpuManufacturer["INTEL"] = "intel";
1098
- })(CpuManufacturer || (CpuManufacturer = {}));
@@ -1,5 +1,31 @@
1
1
  import { __assign } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
+ export var FleetLaunchTemplateSpecificationRequest;
4
+ (function (FleetLaunchTemplateSpecificationRequest) {
5
+ FleetLaunchTemplateSpecificationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
6
+ })(FleetLaunchTemplateSpecificationRequest || (FleetLaunchTemplateSpecificationRequest = {}));
7
+ export var BareMetal;
8
+ (function (BareMetal) {
9
+ BareMetal["EXCLUDED"] = "excluded";
10
+ BareMetal["INCLUDED"] = "included";
11
+ BareMetal["REQUIRED"] = "required";
12
+ })(BareMetal || (BareMetal = {}));
13
+ export var BaselineEbsBandwidthMbpsRequest;
14
+ (function (BaselineEbsBandwidthMbpsRequest) {
15
+ BaselineEbsBandwidthMbpsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
16
+ })(BaselineEbsBandwidthMbpsRequest || (BaselineEbsBandwidthMbpsRequest = {}));
17
+ export var BurstablePerformance;
18
+ (function (BurstablePerformance) {
19
+ BurstablePerformance["EXCLUDED"] = "excluded";
20
+ BurstablePerformance["INCLUDED"] = "included";
21
+ BurstablePerformance["REQUIRED"] = "required";
22
+ })(BurstablePerformance || (BurstablePerformance = {}));
23
+ export var CpuManufacturer;
24
+ (function (CpuManufacturer) {
25
+ CpuManufacturer["AMAZON_WEB_SERVICES"] = "amazon-web-services";
26
+ CpuManufacturer["AMD"] = "amd";
27
+ CpuManufacturer["INTEL"] = "intel";
28
+ })(CpuManufacturer || (CpuManufacturer = {}));
3
29
  export var InstanceGeneration;
4
30
  (function (InstanceGeneration) {
5
31
  InstanceGeneration["CURRENT"] = "current";
@@ -1081,15 +1107,3 @@ export var CreateTransitGatewayRequest;
1081
1107
  (function (CreateTransitGatewayRequest) {
1082
1108
  CreateTransitGatewayRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1083
1109
  })(CreateTransitGatewayRequest || (CreateTransitGatewayRequest = {}));
1084
- export var TransitGatewayOptions;
1085
- (function (TransitGatewayOptions) {
1086
- TransitGatewayOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1087
- })(TransitGatewayOptions || (TransitGatewayOptions = {}));
1088
- export var TransitGateway;
1089
- (function (TransitGateway) {
1090
- TransitGateway.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1091
- })(TransitGateway || (TransitGateway = {}));
1092
- export var CreateTransitGatewayResult;
1093
- (function (CreateTransitGatewayResult) {
1094
- CreateTransitGatewayResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1095
- })(CreateTransitGatewayResult || (CreateTransitGatewayResult = {}));