@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,5 +1,105 @@
1
1
  import { __assign } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
+ export var ExportImageRequest;
4
+ (function (ExportImageRequest) {
5
+ ExportImageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
6
+ })(ExportImageRequest || (ExportImageRequest = {}));
7
+ export var ExportImageResult;
8
+ (function (ExportImageResult) {
9
+ ExportImageResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
10
+ })(ExportImageResult || (ExportImageResult = {}));
11
+ export var ExportTransitGatewayRoutesRequest;
12
+ (function (ExportTransitGatewayRoutesRequest) {
13
+ ExportTransitGatewayRoutesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
14
+ })(ExportTransitGatewayRoutesRequest || (ExportTransitGatewayRoutesRequest = {}));
15
+ export var ExportTransitGatewayRoutesResult;
16
+ (function (ExportTransitGatewayRoutesResult) {
17
+ ExportTransitGatewayRoutesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
18
+ })(ExportTransitGatewayRoutesResult || (ExportTransitGatewayRoutesResult = {}));
19
+ export var GetAssociatedEnclaveCertificateIamRolesRequest;
20
+ (function (GetAssociatedEnclaveCertificateIamRolesRequest) {
21
+ GetAssociatedEnclaveCertificateIamRolesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
22
+ })(GetAssociatedEnclaveCertificateIamRolesRequest || (GetAssociatedEnclaveCertificateIamRolesRequest = {}));
23
+ export var AssociatedRole;
24
+ (function (AssociatedRole) {
25
+ AssociatedRole.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
26
+ })(AssociatedRole || (AssociatedRole = {}));
27
+ export var GetAssociatedEnclaveCertificateIamRolesResult;
28
+ (function (GetAssociatedEnclaveCertificateIamRolesResult) {
29
+ GetAssociatedEnclaveCertificateIamRolesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
30
+ })(GetAssociatedEnclaveCertificateIamRolesResult || (GetAssociatedEnclaveCertificateIamRolesResult = {}));
31
+ export var GetAssociatedIpv6PoolCidrsRequest;
32
+ (function (GetAssociatedIpv6PoolCidrsRequest) {
33
+ GetAssociatedIpv6PoolCidrsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
34
+ })(GetAssociatedIpv6PoolCidrsRequest || (GetAssociatedIpv6PoolCidrsRequest = {}));
35
+ export var Ipv6CidrAssociation;
36
+ (function (Ipv6CidrAssociation) {
37
+ Ipv6CidrAssociation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
38
+ })(Ipv6CidrAssociation || (Ipv6CidrAssociation = {}));
39
+ export var GetAssociatedIpv6PoolCidrsResult;
40
+ (function (GetAssociatedIpv6PoolCidrsResult) {
41
+ GetAssociatedIpv6PoolCidrsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
42
+ })(GetAssociatedIpv6PoolCidrsResult || (GetAssociatedIpv6PoolCidrsResult = {}));
43
+ export var GetCapacityReservationUsageRequest;
44
+ (function (GetCapacityReservationUsageRequest) {
45
+ GetCapacityReservationUsageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
46
+ })(GetCapacityReservationUsageRequest || (GetCapacityReservationUsageRequest = {}));
47
+ export var InstanceUsage;
48
+ (function (InstanceUsage) {
49
+ InstanceUsage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
50
+ })(InstanceUsage || (InstanceUsage = {}));
51
+ export var GetCapacityReservationUsageResult;
52
+ (function (GetCapacityReservationUsageResult) {
53
+ GetCapacityReservationUsageResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
54
+ })(GetCapacityReservationUsageResult || (GetCapacityReservationUsageResult = {}));
55
+ export var GetCoipPoolUsageRequest;
56
+ (function (GetCoipPoolUsageRequest) {
57
+ GetCoipPoolUsageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
58
+ })(GetCoipPoolUsageRequest || (GetCoipPoolUsageRequest = {}));
59
+ export var CoipAddressUsage;
60
+ (function (CoipAddressUsage) {
61
+ CoipAddressUsage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
62
+ })(CoipAddressUsage || (CoipAddressUsage = {}));
63
+ export var GetCoipPoolUsageResult;
64
+ (function (GetCoipPoolUsageResult) {
65
+ GetCoipPoolUsageResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
66
+ })(GetCoipPoolUsageResult || (GetCoipPoolUsageResult = {}));
67
+ export var GetConsoleOutputRequest;
68
+ (function (GetConsoleOutputRequest) {
69
+ GetConsoleOutputRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
70
+ })(GetConsoleOutputRequest || (GetConsoleOutputRequest = {}));
71
+ export var GetConsoleOutputResult;
72
+ (function (GetConsoleOutputResult) {
73
+ GetConsoleOutputResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
74
+ })(GetConsoleOutputResult || (GetConsoleOutputResult = {}));
75
+ export var GetConsoleScreenshotRequest;
76
+ (function (GetConsoleScreenshotRequest) {
77
+ GetConsoleScreenshotRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
78
+ })(GetConsoleScreenshotRequest || (GetConsoleScreenshotRequest = {}));
79
+ export var GetConsoleScreenshotResult;
80
+ (function (GetConsoleScreenshotResult) {
81
+ GetConsoleScreenshotResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
82
+ })(GetConsoleScreenshotResult || (GetConsoleScreenshotResult = {}));
83
+ export var GetDefaultCreditSpecificationRequest;
84
+ (function (GetDefaultCreditSpecificationRequest) {
85
+ GetDefaultCreditSpecificationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
86
+ })(GetDefaultCreditSpecificationRequest || (GetDefaultCreditSpecificationRequest = {}));
87
+ export var InstanceFamilyCreditSpecification;
88
+ (function (InstanceFamilyCreditSpecification) {
89
+ InstanceFamilyCreditSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
90
+ })(InstanceFamilyCreditSpecification || (InstanceFamilyCreditSpecification = {}));
91
+ export var GetDefaultCreditSpecificationResult;
92
+ (function (GetDefaultCreditSpecificationResult) {
93
+ GetDefaultCreditSpecificationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
94
+ })(GetDefaultCreditSpecificationResult || (GetDefaultCreditSpecificationResult = {}));
95
+ export var GetEbsDefaultKmsKeyIdRequest;
96
+ (function (GetEbsDefaultKmsKeyIdRequest) {
97
+ GetEbsDefaultKmsKeyIdRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
98
+ })(GetEbsDefaultKmsKeyIdRequest || (GetEbsDefaultKmsKeyIdRequest = {}));
99
+ export var GetEbsDefaultKmsKeyIdResult;
100
+ (function (GetEbsDefaultKmsKeyIdResult) {
101
+ GetEbsDefaultKmsKeyIdResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
102
+ })(GetEbsDefaultKmsKeyIdResult || (GetEbsDefaultKmsKeyIdResult = {}));
3
103
  export var GetEbsEncryptionByDefaultRequest;
4
104
  (function (GetEbsEncryptionByDefaultRequest) {
5
105
  GetEbsEncryptionByDefaultRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -286,6 +386,34 @@ export var GetTransitGatewayMulticastDomainAssociationsResult;
286
386
  (function (GetTransitGatewayMulticastDomainAssociationsResult) {
287
387
  GetTransitGatewayMulticastDomainAssociationsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
288
388
  })(GetTransitGatewayMulticastDomainAssociationsResult || (GetTransitGatewayMulticastDomainAssociationsResult = {}));
389
+ export var GetTransitGatewayPolicyTableAssociationsRequest;
390
+ (function (GetTransitGatewayPolicyTableAssociationsRequest) {
391
+ GetTransitGatewayPolicyTableAssociationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
392
+ })(GetTransitGatewayPolicyTableAssociationsRequest || (GetTransitGatewayPolicyTableAssociationsRequest = {}));
393
+ export var GetTransitGatewayPolicyTableAssociationsResult;
394
+ (function (GetTransitGatewayPolicyTableAssociationsResult) {
395
+ GetTransitGatewayPolicyTableAssociationsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
396
+ })(GetTransitGatewayPolicyTableAssociationsResult || (GetTransitGatewayPolicyTableAssociationsResult = {}));
397
+ export var GetTransitGatewayPolicyTableEntriesRequest;
398
+ (function (GetTransitGatewayPolicyTableEntriesRequest) {
399
+ GetTransitGatewayPolicyTableEntriesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
400
+ })(GetTransitGatewayPolicyTableEntriesRequest || (GetTransitGatewayPolicyTableEntriesRequest = {}));
401
+ export var TransitGatewayPolicyRuleMetaData;
402
+ (function (TransitGatewayPolicyRuleMetaData) {
403
+ TransitGatewayPolicyRuleMetaData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
404
+ })(TransitGatewayPolicyRuleMetaData || (TransitGatewayPolicyRuleMetaData = {}));
405
+ export var TransitGatewayPolicyRule;
406
+ (function (TransitGatewayPolicyRule) {
407
+ TransitGatewayPolicyRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
408
+ })(TransitGatewayPolicyRule || (TransitGatewayPolicyRule = {}));
409
+ export var TransitGatewayPolicyTableEntry;
410
+ (function (TransitGatewayPolicyTableEntry) {
411
+ TransitGatewayPolicyTableEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
412
+ })(TransitGatewayPolicyTableEntry || (TransitGatewayPolicyTableEntry = {}));
413
+ export var GetTransitGatewayPolicyTableEntriesResult;
414
+ (function (GetTransitGatewayPolicyTableEntriesResult) {
415
+ GetTransitGatewayPolicyTableEntriesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
416
+ })(GetTransitGatewayPolicyTableEntriesResult || (GetTransitGatewayPolicyTableEntriesResult = {}));
289
417
  export var GetTransitGatewayPrefixListReferencesRequest;
290
418
  (function (GetTransitGatewayPrefixListReferencesRequest) {
291
419
  GetTransitGatewayPrefixListReferencesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1069,135 +1197,3 @@ export var RegisterImageResult;
1069
1197
  (function (RegisterImageResult) {
1070
1198
  RegisterImageResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1071
1199
  })(RegisterImageResult || (RegisterImageResult = {}));
1072
- export var RegisterInstanceTagAttributeRequest;
1073
- (function (RegisterInstanceTagAttributeRequest) {
1074
- RegisterInstanceTagAttributeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1075
- })(RegisterInstanceTagAttributeRequest || (RegisterInstanceTagAttributeRequest = {}));
1076
- export var RegisterInstanceEventNotificationAttributesRequest;
1077
- (function (RegisterInstanceEventNotificationAttributesRequest) {
1078
- RegisterInstanceEventNotificationAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1079
- })(RegisterInstanceEventNotificationAttributesRequest || (RegisterInstanceEventNotificationAttributesRequest = {}));
1080
- export var RegisterInstanceEventNotificationAttributesResult;
1081
- (function (RegisterInstanceEventNotificationAttributesResult) {
1082
- RegisterInstanceEventNotificationAttributesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1083
- })(RegisterInstanceEventNotificationAttributesResult || (RegisterInstanceEventNotificationAttributesResult = {}));
1084
- export var RegisterTransitGatewayMulticastGroupMembersRequest;
1085
- (function (RegisterTransitGatewayMulticastGroupMembersRequest) {
1086
- RegisterTransitGatewayMulticastGroupMembersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1087
- })(RegisterTransitGatewayMulticastGroupMembersRequest || (RegisterTransitGatewayMulticastGroupMembersRequest = {}));
1088
- export var TransitGatewayMulticastRegisteredGroupMembers;
1089
- (function (TransitGatewayMulticastRegisteredGroupMembers) {
1090
- TransitGatewayMulticastRegisteredGroupMembers.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1091
- })(TransitGatewayMulticastRegisteredGroupMembers || (TransitGatewayMulticastRegisteredGroupMembers = {}));
1092
- export var RegisterTransitGatewayMulticastGroupMembersResult;
1093
- (function (RegisterTransitGatewayMulticastGroupMembersResult) {
1094
- RegisterTransitGatewayMulticastGroupMembersResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1095
- })(RegisterTransitGatewayMulticastGroupMembersResult || (RegisterTransitGatewayMulticastGroupMembersResult = {}));
1096
- export var RegisterTransitGatewayMulticastGroupSourcesRequest;
1097
- (function (RegisterTransitGatewayMulticastGroupSourcesRequest) {
1098
- RegisterTransitGatewayMulticastGroupSourcesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1099
- })(RegisterTransitGatewayMulticastGroupSourcesRequest || (RegisterTransitGatewayMulticastGroupSourcesRequest = {}));
1100
- export var TransitGatewayMulticastRegisteredGroupSources;
1101
- (function (TransitGatewayMulticastRegisteredGroupSources) {
1102
- TransitGatewayMulticastRegisteredGroupSources.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1103
- })(TransitGatewayMulticastRegisteredGroupSources || (TransitGatewayMulticastRegisteredGroupSources = {}));
1104
- export var RegisterTransitGatewayMulticastGroupSourcesResult;
1105
- (function (RegisterTransitGatewayMulticastGroupSourcesResult) {
1106
- RegisterTransitGatewayMulticastGroupSourcesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1107
- })(RegisterTransitGatewayMulticastGroupSourcesResult || (RegisterTransitGatewayMulticastGroupSourcesResult = {}));
1108
- export var RejectTransitGatewayMulticastDomainAssociationsRequest;
1109
- (function (RejectTransitGatewayMulticastDomainAssociationsRequest) {
1110
- RejectTransitGatewayMulticastDomainAssociationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1111
- })(RejectTransitGatewayMulticastDomainAssociationsRequest || (RejectTransitGatewayMulticastDomainAssociationsRequest = {}));
1112
- export var RejectTransitGatewayMulticastDomainAssociationsResult;
1113
- (function (RejectTransitGatewayMulticastDomainAssociationsResult) {
1114
- RejectTransitGatewayMulticastDomainAssociationsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1115
- })(RejectTransitGatewayMulticastDomainAssociationsResult || (RejectTransitGatewayMulticastDomainAssociationsResult = {}));
1116
- export var RejectTransitGatewayPeeringAttachmentRequest;
1117
- (function (RejectTransitGatewayPeeringAttachmentRequest) {
1118
- RejectTransitGatewayPeeringAttachmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1119
- })(RejectTransitGatewayPeeringAttachmentRequest || (RejectTransitGatewayPeeringAttachmentRequest = {}));
1120
- export var RejectTransitGatewayPeeringAttachmentResult;
1121
- (function (RejectTransitGatewayPeeringAttachmentResult) {
1122
- RejectTransitGatewayPeeringAttachmentResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1123
- })(RejectTransitGatewayPeeringAttachmentResult || (RejectTransitGatewayPeeringAttachmentResult = {}));
1124
- export var RejectTransitGatewayVpcAttachmentRequest;
1125
- (function (RejectTransitGatewayVpcAttachmentRequest) {
1126
- RejectTransitGatewayVpcAttachmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1127
- })(RejectTransitGatewayVpcAttachmentRequest || (RejectTransitGatewayVpcAttachmentRequest = {}));
1128
- export var RejectTransitGatewayVpcAttachmentResult;
1129
- (function (RejectTransitGatewayVpcAttachmentResult) {
1130
- RejectTransitGatewayVpcAttachmentResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1131
- })(RejectTransitGatewayVpcAttachmentResult || (RejectTransitGatewayVpcAttachmentResult = {}));
1132
- export var RejectVpcEndpointConnectionsRequest;
1133
- (function (RejectVpcEndpointConnectionsRequest) {
1134
- RejectVpcEndpointConnectionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1135
- })(RejectVpcEndpointConnectionsRequest || (RejectVpcEndpointConnectionsRequest = {}));
1136
- export var RejectVpcEndpointConnectionsResult;
1137
- (function (RejectVpcEndpointConnectionsResult) {
1138
- RejectVpcEndpointConnectionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1139
- })(RejectVpcEndpointConnectionsResult || (RejectVpcEndpointConnectionsResult = {}));
1140
- export var RejectVpcPeeringConnectionRequest;
1141
- (function (RejectVpcPeeringConnectionRequest) {
1142
- RejectVpcPeeringConnectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1143
- })(RejectVpcPeeringConnectionRequest || (RejectVpcPeeringConnectionRequest = {}));
1144
- export var RejectVpcPeeringConnectionResult;
1145
- (function (RejectVpcPeeringConnectionResult) {
1146
- RejectVpcPeeringConnectionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1147
- })(RejectVpcPeeringConnectionResult || (RejectVpcPeeringConnectionResult = {}));
1148
- export var ReleaseAddressRequest;
1149
- (function (ReleaseAddressRequest) {
1150
- ReleaseAddressRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1151
- })(ReleaseAddressRequest || (ReleaseAddressRequest = {}));
1152
- export var ReleaseHostsRequest;
1153
- (function (ReleaseHostsRequest) {
1154
- ReleaseHostsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1155
- })(ReleaseHostsRequest || (ReleaseHostsRequest = {}));
1156
- export var ReleaseHostsResult;
1157
- (function (ReleaseHostsResult) {
1158
- ReleaseHostsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1159
- })(ReleaseHostsResult || (ReleaseHostsResult = {}));
1160
- export var ReleaseIpamPoolAllocationRequest;
1161
- (function (ReleaseIpamPoolAllocationRequest) {
1162
- ReleaseIpamPoolAllocationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1163
- })(ReleaseIpamPoolAllocationRequest || (ReleaseIpamPoolAllocationRequest = {}));
1164
- export var ReleaseIpamPoolAllocationResult;
1165
- (function (ReleaseIpamPoolAllocationResult) {
1166
- ReleaseIpamPoolAllocationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1167
- })(ReleaseIpamPoolAllocationResult || (ReleaseIpamPoolAllocationResult = {}));
1168
- export var ReplaceIamInstanceProfileAssociationRequest;
1169
- (function (ReplaceIamInstanceProfileAssociationRequest) {
1170
- ReplaceIamInstanceProfileAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1171
- })(ReplaceIamInstanceProfileAssociationRequest || (ReplaceIamInstanceProfileAssociationRequest = {}));
1172
- export var ReplaceIamInstanceProfileAssociationResult;
1173
- (function (ReplaceIamInstanceProfileAssociationResult) {
1174
- ReplaceIamInstanceProfileAssociationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1175
- })(ReplaceIamInstanceProfileAssociationResult || (ReplaceIamInstanceProfileAssociationResult = {}));
1176
- export var ReplaceNetworkAclAssociationRequest;
1177
- (function (ReplaceNetworkAclAssociationRequest) {
1178
- ReplaceNetworkAclAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1179
- })(ReplaceNetworkAclAssociationRequest || (ReplaceNetworkAclAssociationRequest = {}));
1180
- export var ReplaceNetworkAclAssociationResult;
1181
- (function (ReplaceNetworkAclAssociationResult) {
1182
- ReplaceNetworkAclAssociationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1183
- })(ReplaceNetworkAclAssociationResult || (ReplaceNetworkAclAssociationResult = {}));
1184
- export var ReplaceNetworkAclEntryRequest;
1185
- (function (ReplaceNetworkAclEntryRequest) {
1186
- ReplaceNetworkAclEntryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1187
- })(ReplaceNetworkAclEntryRequest || (ReplaceNetworkAclEntryRequest = {}));
1188
- export var ReplaceRouteRequest;
1189
- (function (ReplaceRouteRequest) {
1190
- ReplaceRouteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1191
- })(ReplaceRouteRequest || (ReplaceRouteRequest = {}));
1192
- export var ReplaceRouteTableAssociationRequest;
1193
- (function (ReplaceRouteTableAssociationRequest) {
1194
- ReplaceRouteTableAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1195
- })(ReplaceRouteTableAssociationRequest || (ReplaceRouteTableAssociationRequest = {}));
1196
- export var ReplaceRouteTableAssociationResult;
1197
- (function (ReplaceRouteTableAssociationResult) {
1198
- ReplaceRouteTableAssociationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1199
- })(ReplaceRouteTableAssociationResult || (ReplaceRouteTableAssociationResult = {}));
1200
- export var ReplaceTransitGatewayRouteRequest;
1201
- (function (ReplaceTransitGatewayRouteRequest) {
1202
- ReplaceTransitGatewayRouteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1203
- })(ReplaceTransitGatewayRouteRequest || (ReplaceTransitGatewayRouteRequest = {}));
@@ -1,5 +1,137 @@
1
1
  import { __assign } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
+ export var RegisterInstanceTagAttributeRequest;
4
+ (function (RegisterInstanceTagAttributeRequest) {
5
+ RegisterInstanceTagAttributeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
6
+ })(RegisterInstanceTagAttributeRequest || (RegisterInstanceTagAttributeRequest = {}));
7
+ export var RegisterInstanceEventNotificationAttributesRequest;
8
+ (function (RegisterInstanceEventNotificationAttributesRequest) {
9
+ RegisterInstanceEventNotificationAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
10
+ })(RegisterInstanceEventNotificationAttributesRequest || (RegisterInstanceEventNotificationAttributesRequest = {}));
11
+ export var RegisterInstanceEventNotificationAttributesResult;
12
+ (function (RegisterInstanceEventNotificationAttributesResult) {
13
+ RegisterInstanceEventNotificationAttributesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
14
+ })(RegisterInstanceEventNotificationAttributesResult || (RegisterInstanceEventNotificationAttributesResult = {}));
15
+ export var RegisterTransitGatewayMulticastGroupMembersRequest;
16
+ (function (RegisterTransitGatewayMulticastGroupMembersRequest) {
17
+ RegisterTransitGatewayMulticastGroupMembersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
18
+ })(RegisterTransitGatewayMulticastGroupMembersRequest || (RegisterTransitGatewayMulticastGroupMembersRequest = {}));
19
+ export var TransitGatewayMulticastRegisteredGroupMembers;
20
+ (function (TransitGatewayMulticastRegisteredGroupMembers) {
21
+ TransitGatewayMulticastRegisteredGroupMembers.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
22
+ })(TransitGatewayMulticastRegisteredGroupMembers || (TransitGatewayMulticastRegisteredGroupMembers = {}));
23
+ export var RegisterTransitGatewayMulticastGroupMembersResult;
24
+ (function (RegisterTransitGatewayMulticastGroupMembersResult) {
25
+ RegisterTransitGatewayMulticastGroupMembersResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
26
+ })(RegisterTransitGatewayMulticastGroupMembersResult || (RegisterTransitGatewayMulticastGroupMembersResult = {}));
27
+ export var RegisterTransitGatewayMulticastGroupSourcesRequest;
28
+ (function (RegisterTransitGatewayMulticastGroupSourcesRequest) {
29
+ RegisterTransitGatewayMulticastGroupSourcesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
30
+ })(RegisterTransitGatewayMulticastGroupSourcesRequest || (RegisterTransitGatewayMulticastGroupSourcesRequest = {}));
31
+ export var TransitGatewayMulticastRegisteredGroupSources;
32
+ (function (TransitGatewayMulticastRegisteredGroupSources) {
33
+ TransitGatewayMulticastRegisteredGroupSources.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
34
+ })(TransitGatewayMulticastRegisteredGroupSources || (TransitGatewayMulticastRegisteredGroupSources = {}));
35
+ export var RegisterTransitGatewayMulticastGroupSourcesResult;
36
+ (function (RegisterTransitGatewayMulticastGroupSourcesResult) {
37
+ RegisterTransitGatewayMulticastGroupSourcesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
38
+ })(RegisterTransitGatewayMulticastGroupSourcesResult || (RegisterTransitGatewayMulticastGroupSourcesResult = {}));
39
+ export var RejectTransitGatewayMulticastDomainAssociationsRequest;
40
+ (function (RejectTransitGatewayMulticastDomainAssociationsRequest) {
41
+ RejectTransitGatewayMulticastDomainAssociationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
42
+ })(RejectTransitGatewayMulticastDomainAssociationsRequest || (RejectTransitGatewayMulticastDomainAssociationsRequest = {}));
43
+ export var RejectTransitGatewayMulticastDomainAssociationsResult;
44
+ (function (RejectTransitGatewayMulticastDomainAssociationsResult) {
45
+ RejectTransitGatewayMulticastDomainAssociationsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
46
+ })(RejectTransitGatewayMulticastDomainAssociationsResult || (RejectTransitGatewayMulticastDomainAssociationsResult = {}));
47
+ export var RejectTransitGatewayPeeringAttachmentRequest;
48
+ (function (RejectTransitGatewayPeeringAttachmentRequest) {
49
+ RejectTransitGatewayPeeringAttachmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
50
+ })(RejectTransitGatewayPeeringAttachmentRequest || (RejectTransitGatewayPeeringAttachmentRequest = {}));
51
+ export var RejectTransitGatewayPeeringAttachmentResult;
52
+ (function (RejectTransitGatewayPeeringAttachmentResult) {
53
+ RejectTransitGatewayPeeringAttachmentResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
54
+ })(RejectTransitGatewayPeeringAttachmentResult || (RejectTransitGatewayPeeringAttachmentResult = {}));
55
+ export var RejectTransitGatewayVpcAttachmentRequest;
56
+ (function (RejectTransitGatewayVpcAttachmentRequest) {
57
+ RejectTransitGatewayVpcAttachmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
58
+ })(RejectTransitGatewayVpcAttachmentRequest || (RejectTransitGatewayVpcAttachmentRequest = {}));
59
+ export var RejectTransitGatewayVpcAttachmentResult;
60
+ (function (RejectTransitGatewayVpcAttachmentResult) {
61
+ RejectTransitGatewayVpcAttachmentResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
62
+ })(RejectTransitGatewayVpcAttachmentResult || (RejectTransitGatewayVpcAttachmentResult = {}));
63
+ export var RejectVpcEndpointConnectionsRequest;
64
+ (function (RejectVpcEndpointConnectionsRequest) {
65
+ RejectVpcEndpointConnectionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
66
+ })(RejectVpcEndpointConnectionsRequest || (RejectVpcEndpointConnectionsRequest = {}));
67
+ export var RejectVpcEndpointConnectionsResult;
68
+ (function (RejectVpcEndpointConnectionsResult) {
69
+ RejectVpcEndpointConnectionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
70
+ })(RejectVpcEndpointConnectionsResult || (RejectVpcEndpointConnectionsResult = {}));
71
+ export var RejectVpcPeeringConnectionRequest;
72
+ (function (RejectVpcPeeringConnectionRequest) {
73
+ RejectVpcPeeringConnectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
74
+ })(RejectVpcPeeringConnectionRequest || (RejectVpcPeeringConnectionRequest = {}));
75
+ export var RejectVpcPeeringConnectionResult;
76
+ (function (RejectVpcPeeringConnectionResult) {
77
+ RejectVpcPeeringConnectionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
78
+ })(RejectVpcPeeringConnectionResult || (RejectVpcPeeringConnectionResult = {}));
79
+ export var ReleaseAddressRequest;
80
+ (function (ReleaseAddressRequest) {
81
+ ReleaseAddressRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
82
+ })(ReleaseAddressRequest || (ReleaseAddressRequest = {}));
83
+ export var ReleaseHostsRequest;
84
+ (function (ReleaseHostsRequest) {
85
+ ReleaseHostsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
86
+ })(ReleaseHostsRequest || (ReleaseHostsRequest = {}));
87
+ export var ReleaseHostsResult;
88
+ (function (ReleaseHostsResult) {
89
+ ReleaseHostsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
90
+ })(ReleaseHostsResult || (ReleaseHostsResult = {}));
91
+ export var ReleaseIpamPoolAllocationRequest;
92
+ (function (ReleaseIpamPoolAllocationRequest) {
93
+ ReleaseIpamPoolAllocationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
94
+ })(ReleaseIpamPoolAllocationRequest || (ReleaseIpamPoolAllocationRequest = {}));
95
+ export var ReleaseIpamPoolAllocationResult;
96
+ (function (ReleaseIpamPoolAllocationResult) {
97
+ ReleaseIpamPoolAllocationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
98
+ })(ReleaseIpamPoolAllocationResult || (ReleaseIpamPoolAllocationResult = {}));
99
+ export var ReplaceIamInstanceProfileAssociationRequest;
100
+ (function (ReplaceIamInstanceProfileAssociationRequest) {
101
+ ReplaceIamInstanceProfileAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
102
+ })(ReplaceIamInstanceProfileAssociationRequest || (ReplaceIamInstanceProfileAssociationRequest = {}));
103
+ export var ReplaceIamInstanceProfileAssociationResult;
104
+ (function (ReplaceIamInstanceProfileAssociationResult) {
105
+ ReplaceIamInstanceProfileAssociationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
106
+ })(ReplaceIamInstanceProfileAssociationResult || (ReplaceIamInstanceProfileAssociationResult = {}));
107
+ export var ReplaceNetworkAclAssociationRequest;
108
+ (function (ReplaceNetworkAclAssociationRequest) {
109
+ ReplaceNetworkAclAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
110
+ })(ReplaceNetworkAclAssociationRequest || (ReplaceNetworkAclAssociationRequest = {}));
111
+ export var ReplaceNetworkAclAssociationResult;
112
+ (function (ReplaceNetworkAclAssociationResult) {
113
+ ReplaceNetworkAclAssociationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
114
+ })(ReplaceNetworkAclAssociationResult || (ReplaceNetworkAclAssociationResult = {}));
115
+ export var ReplaceNetworkAclEntryRequest;
116
+ (function (ReplaceNetworkAclEntryRequest) {
117
+ ReplaceNetworkAclEntryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
118
+ })(ReplaceNetworkAclEntryRequest || (ReplaceNetworkAclEntryRequest = {}));
119
+ export var ReplaceRouteRequest;
120
+ (function (ReplaceRouteRequest) {
121
+ ReplaceRouteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
122
+ })(ReplaceRouteRequest || (ReplaceRouteRequest = {}));
123
+ export var ReplaceRouteTableAssociationRequest;
124
+ (function (ReplaceRouteTableAssociationRequest) {
125
+ ReplaceRouteTableAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
126
+ })(ReplaceRouteTableAssociationRequest || (ReplaceRouteTableAssociationRequest = {}));
127
+ export var ReplaceRouteTableAssociationResult;
128
+ (function (ReplaceRouteTableAssociationResult) {
129
+ ReplaceRouteTableAssociationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
130
+ })(ReplaceRouteTableAssociationResult || (ReplaceRouteTableAssociationResult = {}));
131
+ export var ReplaceTransitGatewayRouteRequest;
132
+ (function (ReplaceTransitGatewayRouteRequest) {
133
+ ReplaceTransitGatewayRouteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
134
+ })(ReplaceTransitGatewayRouteRequest || (ReplaceTransitGatewayRouteRequest = {}));
3
135
  export var ReplaceTransitGatewayRouteResult;
4
136
  (function (ReplaceTransitGatewayRouteResult) {
5
137
  ReplaceTransitGatewayRouteResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -0,0 +1,75 @@
1
+ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
2
+ import { DescribeTransitGatewayPolicyTablesCommand, } from "../commands/DescribeTransitGatewayPolicyTablesCommand";
3
+ import { EC2 } from "../EC2";
4
+ import { EC2Client } from "../EC2Client";
5
+ var makePagedClientRequest = function (client, input) {
6
+ var args = [];
7
+ for (var _i = 2; _i < arguments.length; _i++) {
8
+ args[_i - 2] = arguments[_i];
9
+ }
10
+ return __awaiter(void 0, void 0, void 0, function () {
11
+ return __generator(this, function (_a) {
12
+ switch (_a.label) {
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeTransitGatewayPolicyTablesCommand(input)], __read(args), false))];
14
+ case 1: return [2, _a.sent()];
15
+ }
16
+ });
17
+ });
18
+ };
19
+ var makePagedRequest = function (client, input) {
20
+ var args = [];
21
+ for (var _i = 2; _i < arguments.length; _i++) {
22
+ args[_i - 2] = arguments[_i];
23
+ }
24
+ return __awaiter(void 0, void 0, void 0, function () {
25
+ return __generator(this, function (_a) {
26
+ switch (_a.label) {
27
+ case 0: return [4, client.describeTransitGatewayPolicyTables.apply(client, __spreadArray([input], __read(args), false))];
28
+ case 1: return [2, _a.sent()];
29
+ }
30
+ });
31
+ });
32
+ };
33
+ export function paginateDescribeTransitGatewayPolicyTables(config, input) {
34
+ var additionalArguments = [];
35
+ for (var _i = 2; _i < arguments.length; _i++) {
36
+ additionalArguments[_i - 2] = arguments[_i];
37
+ }
38
+ return __asyncGenerator(this, arguments, function paginateDescribeTransitGatewayPolicyTables_1() {
39
+ var token, hasNext, page, prevToken;
40
+ return __generator(this, function (_a) {
41
+ switch (_a.label) {
42
+ case 0:
43
+ token = config.startingToken || undefined;
44
+ hasNext = true;
45
+ _a.label = 1;
46
+ case 1:
47
+ if (!hasNext) return [3, 9];
48
+ input.NextToken = token;
49
+ input["MaxResults"] = config.pageSize;
50
+ if (!(config.client instanceof EC2)) return [3, 3];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
+ case 2:
53
+ page = _a.sent();
54
+ return [3, 6];
55
+ case 3:
56
+ if (!(config.client instanceof EC2Client)) return [3, 5];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
+ case 4:
59
+ page = _a.sent();
60
+ return [3, 6];
61
+ case 5: throw new Error("Invalid client, expected EC2 | EC2Client");
62
+ case 6: return [4, __await(page)];
63
+ case 7: return [4, _a.sent()];
64
+ case 8:
65
+ _a.sent();
66
+ prevToken = token;
67
+ token = page.NextToken;
68
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
69
+ return [3, 1];
70
+ case 9: return [4, __await(undefined)];
71
+ case 10: return [2, _a.sent()];
72
+ }
73
+ });
74
+ });
75
+ }
@@ -0,0 +1,75 @@
1
+ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
2
+ import { DescribeTransitGatewayRouteTableAnnouncementsCommand, } from "../commands/DescribeTransitGatewayRouteTableAnnouncementsCommand";
3
+ import { EC2 } from "../EC2";
4
+ import { EC2Client } from "../EC2Client";
5
+ var makePagedClientRequest = function (client, input) {
6
+ var args = [];
7
+ for (var _i = 2; _i < arguments.length; _i++) {
8
+ args[_i - 2] = arguments[_i];
9
+ }
10
+ return __awaiter(void 0, void 0, void 0, function () {
11
+ return __generator(this, function (_a) {
12
+ switch (_a.label) {
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeTransitGatewayRouteTableAnnouncementsCommand(input)], __read(args), false))];
14
+ case 1: return [2, _a.sent()];
15
+ }
16
+ });
17
+ });
18
+ };
19
+ var makePagedRequest = function (client, input) {
20
+ var args = [];
21
+ for (var _i = 2; _i < arguments.length; _i++) {
22
+ args[_i - 2] = arguments[_i];
23
+ }
24
+ return __awaiter(void 0, void 0, void 0, function () {
25
+ return __generator(this, function (_a) {
26
+ switch (_a.label) {
27
+ case 0: return [4, client.describeTransitGatewayRouteTableAnnouncements.apply(client, __spreadArray([input], __read(args), false))];
28
+ case 1: return [2, _a.sent()];
29
+ }
30
+ });
31
+ });
32
+ };
33
+ export function paginateDescribeTransitGatewayRouteTableAnnouncements(config, input) {
34
+ var additionalArguments = [];
35
+ for (var _i = 2; _i < arguments.length; _i++) {
36
+ additionalArguments[_i - 2] = arguments[_i];
37
+ }
38
+ return __asyncGenerator(this, arguments, function paginateDescribeTransitGatewayRouteTableAnnouncements_1() {
39
+ var token, hasNext, page, prevToken;
40
+ return __generator(this, function (_a) {
41
+ switch (_a.label) {
42
+ case 0:
43
+ token = config.startingToken || undefined;
44
+ hasNext = true;
45
+ _a.label = 1;
46
+ case 1:
47
+ if (!hasNext) return [3, 9];
48
+ input.NextToken = token;
49
+ input["MaxResults"] = config.pageSize;
50
+ if (!(config.client instanceof EC2)) return [3, 3];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
+ case 2:
53
+ page = _a.sent();
54
+ return [3, 6];
55
+ case 3:
56
+ if (!(config.client instanceof EC2Client)) return [3, 5];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
+ case 4:
59
+ page = _a.sent();
60
+ return [3, 6];
61
+ case 5: throw new Error("Invalid client, expected EC2 | EC2Client");
62
+ case 6: return [4, __await(page)];
63
+ case 7: return [4, _a.sent()];
64
+ case 8:
65
+ _a.sent();
66
+ prevToken = token;
67
+ token = page.NextToken;
68
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
69
+ return [3, 1];
70
+ case 9: return [4, __await(undefined)];
71
+ case 10: return [2, _a.sent()];
72
+ }
73
+ });
74
+ });
75
+ }
@@ -0,0 +1,75 @@
1
+ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
2
+ import { GetTransitGatewayPolicyTableAssociationsCommand, } from "../commands/GetTransitGatewayPolicyTableAssociationsCommand";
3
+ import { EC2 } from "../EC2";
4
+ import { EC2Client } from "../EC2Client";
5
+ var makePagedClientRequest = function (client, input) {
6
+ var args = [];
7
+ for (var _i = 2; _i < arguments.length; _i++) {
8
+ args[_i - 2] = arguments[_i];
9
+ }
10
+ return __awaiter(void 0, void 0, void 0, function () {
11
+ return __generator(this, function (_a) {
12
+ switch (_a.label) {
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new GetTransitGatewayPolicyTableAssociationsCommand(input)], __read(args), false))];
14
+ case 1: return [2, _a.sent()];
15
+ }
16
+ });
17
+ });
18
+ };
19
+ var makePagedRequest = function (client, input) {
20
+ var args = [];
21
+ for (var _i = 2; _i < arguments.length; _i++) {
22
+ args[_i - 2] = arguments[_i];
23
+ }
24
+ return __awaiter(void 0, void 0, void 0, function () {
25
+ return __generator(this, function (_a) {
26
+ switch (_a.label) {
27
+ case 0: return [4, client.getTransitGatewayPolicyTableAssociations.apply(client, __spreadArray([input], __read(args), false))];
28
+ case 1: return [2, _a.sent()];
29
+ }
30
+ });
31
+ });
32
+ };
33
+ export function paginateGetTransitGatewayPolicyTableAssociations(config, input) {
34
+ var additionalArguments = [];
35
+ for (var _i = 2; _i < arguments.length; _i++) {
36
+ additionalArguments[_i - 2] = arguments[_i];
37
+ }
38
+ return __asyncGenerator(this, arguments, function paginateGetTransitGatewayPolicyTableAssociations_1() {
39
+ var token, hasNext, page, prevToken;
40
+ return __generator(this, function (_a) {
41
+ switch (_a.label) {
42
+ case 0:
43
+ token = config.startingToken || undefined;
44
+ hasNext = true;
45
+ _a.label = 1;
46
+ case 1:
47
+ if (!hasNext) return [3, 9];
48
+ input.NextToken = token;
49
+ input["MaxResults"] = config.pageSize;
50
+ if (!(config.client instanceof EC2)) return [3, 3];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
+ case 2:
53
+ page = _a.sent();
54
+ return [3, 6];
55
+ case 3:
56
+ if (!(config.client instanceof EC2Client)) return [3, 5];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
+ case 4:
59
+ page = _a.sent();
60
+ return [3, 6];
61
+ case 5: throw new Error("Invalid client, expected EC2 | EC2Client");
62
+ case 6: return [4, __await(page)];
63
+ case 7: return [4, _a.sent()];
64
+ case 8:
65
+ _a.sent();
66
+ prevToken = token;
67
+ token = page.NextToken;
68
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
69
+ return [3, 1];
70
+ case 9: return [4, __await(undefined)];
71
+ case 10: return [2, _a.sent()];
72
+ }
73
+ });
74
+ });
75
+ }