@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,129 @@
1
- import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, ApplianceModeSupportValue, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, DnsSupportValue, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, InstanceEventWindowState, Ipv6SupportValue, Tag, TagSpecification, Tenancy, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TransportProtocol, UnsuccessfulItem, VolumeAttachment, Vpc, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
- import { CreateTransitGatewayConnectRequestOptions, GroupIdentifier, Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, ProtocolValue, SubnetCidrReservation, TransitGateway, VolumeType } from "./models_1";
1
+ import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, ApplianceModeSupportValue, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, DnsSupportValue, DynamicRoutingValue, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, InstanceEventWindowState, Ipv6SupportValue, Tag, TagSpecification, Tenancy, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VolumeAttachment, Vpc, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
+ import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, GroupIdentifier, Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, MulticastSupportValue, SubnetCidrReservation, VolumeType, VpnEcmpSupportValue } from "./models_1";
3
+ /**
4
+ * <p>Describes the options for a transit gateway.</p>
5
+ */
6
+ export interface TransitGatewayOptions {
7
+ /**
8
+ * <p>A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
9
+ * The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.</p>
10
+ */
11
+ AmazonSideAsn?: number;
12
+ /**
13
+ * <p>The transit gateway CIDR blocks.</p>
14
+ */
15
+ TransitGatewayCidrBlocks?: string[];
16
+ /**
17
+ * <p>Indicates whether attachment requests are automatically accepted.</p>
18
+ */
19
+ AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | string;
20
+ /**
21
+ * <p>Indicates whether resource attachments are automatically associated with the default association route table.</p>
22
+ */
23
+ DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | string;
24
+ /**
25
+ * <p>The ID of the default association route table.</p>
26
+ */
27
+ AssociationDefaultRouteTableId?: string;
28
+ /**
29
+ * <p>Indicates whether resource attachments automatically propagate routes to the default propagation route table.</p>
30
+ */
31
+ DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
32
+ /**
33
+ * <p>The ID of the default propagation route table.</p>
34
+ */
35
+ PropagationDefaultRouteTableId?: string;
36
+ /**
37
+ * <p>Indicates whether Equal Cost Multipath Protocol support is enabled.</p>
38
+ */
39
+ VpnEcmpSupport?: VpnEcmpSupportValue | string;
40
+ /**
41
+ * <p>Indicates whether DNS support is enabled.</p>
42
+ */
43
+ DnsSupport?: DnsSupportValue | string;
44
+ /**
45
+ * <p>Indicates whether multicast is enabled on the transit gateway</p>
46
+ */
47
+ MulticastSupport?: MulticastSupportValue | string;
48
+ }
49
+ export declare namespace TransitGatewayOptions {
50
+ /**
51
+ * @internal
52
+ */
53
+ const filterSensitiveLog: (obj: TransitGatewayOptions) => any;
54
+ }
55
+ export declare type TransitGatewayState = "available" | "deleted" | "deleting" | "modifying" | "pending";
56
+ /**
57
+ * <p>Describes a transit gateway.</p>
58
+ */
59
+ export interface TransitGateway {
60
+ /**
61
+ * <p>The ID of the transit gateway.</p>
62
+ */
63
+ TransitGatewayId?: string;
64
+ /**
65
+ * <p>The Amazon Resource Name (ARN) of the transit gateway.</p>
66
+ */
67
+ TransitGatewayArn?: string;
68
+ /**
69
+ * <p>The state of the transit gateway.</p>
70
+ */
71
+ State?: TransitGatewayState | string;
72
+ /**
73
+ * <p>The ID of the Amazon Web Services account that owns the transit gateway.</p>
74
+ */
75
+ OwnerId?: string;
76
+ /**
77
+ * <p>The description of the transit gateway.</p>
78
+ */
79
+ Description?: string;
80
+ /**
81
+ * <p>The creation time.</p>
82
+ */
83
+ CreationTime?: Date;
84
+ /**
85
+ * <p>The transit gateway options.</p>
86
+ */
87
+ Options?: TransitGatewayOptions;
88
+ /**
89
+ * <p>The tags for the transit gateway.</p>
90
+ */
91
+ Tags?: Tag[];
92
+ }
93
+ export declare namespace TransitGateway {
94
+ /**
95
+ * @internal
96
+ */
97
+ const filterSensitiveLog: (obj: TransitGateway) => any;
98
+ }
99
+ export interface CreateTransitGatewayResult {
100
+ /**
101
+ * <p>Information about the transit gateway.</p>
102
+ */
103
+ TransitGateway?: TransitGateway;
104
+ }
105
+ export declare namespace CreateTransitGatewayResult {
106
+ /**
107
+ * @internal
108
+ */
109
+ const filterSensitiveLog: (obj: CreateTransitGatewayResult) => any;
110
+ }
111
+ export declare type ProtocolValue = "gre";
112
+ /**
113
+ * <p>The options for a Connect attachment.</p>
114
+ */
115
+ export interface CreateTransitGatewayConnectRequestOptions {
116
+ /**
117
+ * <p>The tunnel protocol.</p>
118
+ */
119
+ Protocol: ProtocolValue | string | undefined;
120
+ }
121
+ export declare namespace CreateTransitGatewayConnectRequestOptions {
122
+ /**
123
+ * @internal
124
+ */
125
+ const filterSensitiveLog: (obj: CreateTransitGatewayConnectRequestOptions) => any;
126
+ }
3
127
  export interface CreateTransitGatewayConnectRequest {
4
128
  /**
5
129
  * <p>The ID of the transit gateway attachment. You can specify a VPC attachment or Amazon Web Services Direct Connect attachment.</p>
@@ -393,6 +517,15 @@ export declare namespace CreateTransitGatewayMulticastDomainResult {
393
517
  */
394
518
  const filterSensitiveLog: (obj: CreateTransitGatewayMulticastDomainResult) => any;
395
519
  }
520
+ export interface CreateTransitGatewayPeeringAttachmentRequestOptions {
521
+ DynamicRouting?: DynamicRoutingValue | string;
522
+ }
523
+ export declare namespace CreateTransitGatewayPeeringAttachmentRequestOptions {
524
+ /**
525
+ * @internal
526
+ */
527
+ const filterSensitiveLog: (obj: CreateTransitGatewayPeeringAttachmentRequestOptions) => any;
528
+ }
396
529
  export interface CreateTransitGatewayPeeringAttachmentRequest {
397
530
  /**
398
531
  * <p>The ID of the transit gateway.</p>
@@ -410,6 +543,7 @@ export interface CreateTransitGatewayPeeringAttachmentRequest {
410
543
  * <p>The Region where the peer transit gateway is located.</p>
411
544
  */
412
545
  PeerRegion: string | undefined;
546
+ Options?: CreateTransitGatewayPeeringAttachmentRequestOptions;
413
547
  /**
414
548
  * <p>The tags to apply to the transit gateway peering attachment.</p>
415
549
  */
@@ -439,6 +573,77 @@ export declare namespace CreateTransitGatewayPeeringAttachmentResult {
439
573
  */
440
574
  const filterSensitiveLog: (obj: CreateTransitGatewayPeeringAttachmentResult) => any;
441
575
  }
576
+ export interface CreateTransitGatewayPolicyTableRequest {
577
+ /**
578
+ * <p>The ID of the transit gateway used for the policy table.</p>
579
+ */
580
+ TransitGatewayId: string | undefined;
581
+ /**
582
+ * <p>The tags specification for the transit gateway policy table created during the request.</p>
583
+ */
584
+ TagSpecifications?: TagSpecification[];
585
+ /**
586
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
587
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
588
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
589
+ */
590
+ DryRun?: boolean;
591
+ }
592
+ export declare namespace CreateTransitGatewayPolicyTableRequest {
593
+ /**
594
+ * @internal
595
+ */
596
+ const filterSensitiveLog: (obj: CreateTransitGatewayPolicyTableRequest) => any;
597
+ }
598
+ export declare enum TransitGatewayPolicyTableState {
599
+ available = "available",
600
+ deleted = "deleted",
601
+ deleting = "deleting",
602
+ pending = "pending"
603
+ }
604
+ /**
605
+ * <p>Describes a transit gateway policy table.</p>
606
+ */
607
+ export interface TransitGatewayPolicyTable {
608
+ /**
609
+ * <p>The ID of the transit gateway policy table.</p>
610
+ */
611
+ TransitGatewayPolicyTableId?: string;
612
+ /**
613
+ * <p>The ID of the transit gateway.</p>
614
+ */
615
+ TransitGatewayId?: string;
616
+ /**
617
+ * <p>The state of the transit gateway policy table</p>
618
+ */
619
+ State?: TransitGatewayPolicyTableState | string;
620
+ /**
621
+ * <p>The timestamp when the transit gateway policy table was created.</p>
622
+ */
623
+ CreationTime?: Date;
624
+ /**
625
+ * <p>he key-value pairs associated with the transit gateway policy table.</p>
626
+ */
627
+ Tags?: Tag[];
628
+ }
629
+ export declare namespace TransitGatewayPolicyTable {
630
+ /**
631
+ * @internal
632
+ */
633
+ const filterSensitiveLog: (obj: TransitGatewayPolicyTable) => any;
634
+ }
635
+ export interface CreateTransitGatewayPolicyTableResult {
636
+ /**
637
+ * <p>Describes the created transit gateway policy table.</p>
638
+ */
639
+ TransitGatewayPolicyTable?: TransitGatewayPolicyTable;
640
+ }
641
+ export declare namespace CreateTransitGatewayPolicyTableResult {
642
+ /**
643
+ * @internal
644
+ */
645
+ const filterSensitiveLog: (obj: CreateTransitGatewayPolicyTableResult) => any;
646
+ }
442
647
  export interface CreateTransitGatewayPrefixListReferenceRequest {
443
648
  /**
444
649
  * <p>The ID of the transit gateway route table.</p>
@@ -608,6 +813,7 @@ export interface TransitGatewayRoute {
608
813
  * <p>The ID of the prefix list used for destination matches.</p>
609
814
  */
610
815
  PrefixListId?: string;
816
+ TransitGatewayRouteTableAnnouncementId?: string;
611
817
  /**
612
818
  * <p>The attachments.</p>
613
819
  */
@@ -713,6 +919,105 @@ export declare namespace CreateTransitGatewayRouteTableResult {
713
919
  */
714
920
  const filterSensitiveLog: (obj: CreateTransitGatewayRouteTableResult) => any;
715
921
  }
922
+ export interface CreateTransitGatewayRouteTableAnnouncementRequest {
923
+ /**
924
+ * <p>The ID of the transit gateway route table.</p>
925
+ */
926
+ TransitGatewayRouteTableId: string | undefined;
927
+ /**
928
+ * <p>The ID of the peering attachment.</p>
929
+ */
930
+ PeeringAttachmentId: string | undefined;
931
+ /**
932
+ * <p>The tags specifications applied to the transit gateway route table announcement.</p>
933
+ */
934
+ TagSpecifications?: TagSpecification[];
935
+ /**
936
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
937
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
938
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
939
+ */
940
+ DryRun?: boolean;
941
+ }
942
+ export declare namespace CreateTransitGatewayRouteTableAnnouncementRequest {
943
+ /**
944
+ * @internal
945
+ */
946
+ const filterSensitiveLog: (obj: CreateTransitGatewayRouteTableAnnouncementRequest) => any;
947
+ }
948
+ export declare enum TransitGatewayRouteTableAnnouncementDirection {
949
+ incoming = "incoming",
950
+ outgoing = "outgoing"
951
+ }
952
+ export declare enum TransitGatewayRouteTableAnnouncementState {
953
+ available = "available",
954
+ deleted = "deleted",
955
+ deleting = "deleting",
956
+ failed = "failed",
957
+ failing = "failing",
958
+ pending = "pending"
959
+ }
960
+ /**
961
+ * <p>Describes a transit gateway route table announcement.</p>
962
+ */
963
+ export interface TransitGatewayRouteTableAnnouncement {
964
+ /**
965
+ * <p>The ID of the transit gateway route table announcement.</p>
966
+ */
967
+ TransitGatewayRouteTableAnnouncementId?: string;
968
+ /**
969
+ * <p>The ID of the transit gateway.</p>
970
+ */
971
+ TransitGatewayId?: string;
972
+ CoreNetworkId?: string;
973
+ /**
974
+ * <p>The ID of the peer transit gateway.</p>
975
+ */
976
+ PeerTransitGatewayId?: string;
977
+ PeerCoreNetworkId?: string;
978
+ /**
979
+ * <p>The ID of the peering attachment.</p>
980
+ */
981
+ PeeringAttachmentId?: string;
982
+ /**
983
+ * <p>The direction for the route table announcement.</p>
984
+ */
985
+ AnnouncementDirection?: TransitGatewayRouteTableAnnouncementDirection | string;
986
+ /**
987
+ * <p>The ID of the transit gateway route table.</p>
988
+ */
989
+ TransitGatewayRouteTableId?: string;
990
+ /**
991
+ * <p>The state of the transit gateway announcement.</p>
992
+ */
993
+ State?: TransitGatewayRouteTableAnnouncementState | string;
994
+ /**
995
+ * <p>The timestamp when the transit gateway route table announcement was created.</p>
996
+ */
997
+ CreationTime?: Date;
998
+ /**
999
+ * <p>The key-value pairs associated with the route table announcement.</p>
1000
+ */
1001
+ Tags?: Tag[];
1002
+ }
1003
+ export declare namespace TransitGatewayRouteTableAnnouncement {
1004
+ /**
1005
+ * @internal
1006
+ */
1007
+ const filterSensitiveLog: (obj: TransitGatewayRouteTableAnnouncement) => any;
1008
+ }
1009
+ export interface CreateTransitGatewayRouteTableAnnouncementResult {
1010
+ /**
1011
+ * <p>Provides details about the transit gateway route table announcement.</p>
1012
+ */
1013
+ TransitGatewayRouteTableAnnouncement?: TransitGatewayRouteTableAnnouncement;
1014
+ }
1015
+ export declare namespace CreateTransitGatewayRouteTableAnnouncementResult {
1016
+ /**
1017
+ * @internal
1018
+ */
1019
+ const filterSensitiveLog: (obj: CreateTransitGatewayRouteTableAnnouncementResult) => any;
1020
+ }
716
1021
  /**
717
1022
  * <p>Describes the options for a VPC attachment.</p>
718
1023
  */
@@ -4385,6 +4690,36 @@ export declare namespace DeleteTransitGatewayPeeringAttachmentResult {
4385
4690
  */
4386
4691
  const filterSensitiveLog: (obj: DeleteTransitGatewayPeeringAttachmentResult) => any;
4387
4692
  }
4693
+ export interface DeleteTransitGatewayPolicyTableRequest {
4694
+ /**
4695
+ * <p>The transit gateway policy table to delete.</p>
4696
+ */
4697
+ TransitGatewayPolicyTableId: string | undefined;
4698
+ /**
4699
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
4700
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
4701
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4702
+ */
4703
+ DryRun?: boolean;
4704
+ }
4705
+ export declare namespace DeleteTransitGatewayPolicyTableRequest {
4706
+ /**
4707
+ * @internal
4708
+ */
4709
+ const filterSensitiveLog: (obj: DeleteTransitGatewayPolicyTableRequest) => any;
4710
+ }
4711
+ export interface DeleteTransitGatewayPolicyTableResult {
4712
+ /**
4713
+ * <p>Provides details about the deleted transit gateway policy table.</p>
4714
+ */
4715
+ TransitGatewayPolicyTable?: TransitGatewayPolicyTable;
4716
+ }
4717
+ export declare namespace DeleteTransitGatewayPolicyTableResult {
4718
+ /**
4719
+ * @internal
4720
+ */
4721
+ const filterSensitiveLog: (obj: DeleteTransitGatewayPolicyTableResult) => any;
4722
+ }
4388
4723
  export interface DeleteTransitGatewayPrefixListReferenceRequest {
4389
4724
  /**
4390
4725
  * <p>The ID of the route table.</p>
@@ -4483,6 +4818,36 @@ export declare namespace DeleteTransitGatewayRouteTableResult {
4483
4818
  */
4484
4819
  const filterSensitiveLog: (obj: DeleteTransitGatewayRouteTableResult) => any;
4485
4820
  }
4821
+ export interface DeleteTransitGatewayRouteTableAnnouncementRequest {
4822
+ /**
4823
+ * <p>The transit gateway route table ID that's being deleted. </p>
4824
+ */
4825
+ TransitGatewayRouteTableAnnouncementId: string | undefined;
4826
+ /**
4827
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
4828
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
4829
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4830
+ */
4831
+ DryRun?: boolean;
4832
+ }
4833
+ export declare namespace DeleteTransitGatewayRouteTableAnnouncementRequest {
4834
+ /**
4835
+ * @internal
4836
+ */
4837
+ const filterSensitiveLog: (obj: DeleteTransitGatewayRouteTableAnnouncementRequest) => any;
4838
+ }
4839
+ export interface DeleteTransitGatewayRouteTableAnnouncementResult {
4840
+ /**
4841
+ * <p>Provides details about a deleted transit gateway route table.</p>
4842
+ */
4843
+ TransitGatewayRouteTableAnnouncement?: TransitGatewayRouteTableAnnouncement;
4844
+ }
4845
+ export declare namespace DeleteTransitGatewayRouteTableAnnouncementResult {
4846
+ /**
4847
+ * @internal
4848
+ */
4849
+ const filterSensitiveLog: (obj: DeleteTransitGatewayRouteTableAnnouncementResult) => any;
4850
+ }
4486
4851
  export interface DeleteTransitGatewayVpcAttachmentRequest {
4487
4852
  /**
4488
4853
  * <p>The ID of the attachment.</p>
@@ -6325,505 +6690,3 @@ export declare namespace DescribeClientVpnConnectionsRequest {
6325
6690
  */
6326
6691
  const filterSensitiveLog: (obj: DescribeClientVpnConnectionsRequest) => any;
6327
6692
  }
6328
- export declare type ClientVpnConnectionStatusCode = "active" | "failed-to-terminate" | "terminated" | "terminating";
6329
- /**
6330
- * <p>Describes the status of a client connection.</p>
6331
- */
6332
- export interface ClientVpnConnectionStatus {
6333
- /**
6334
- * <p>The state of the client connection.</p>
6335
- */
6336
- Code?: ClientVpnConnectionStatusCode | string;
6337
- /**
6338
- * <p>A message about the status of the client connection, if applicable.</p>
6339
- */
6340
- Message?: string;
6341
- }
6342
- export declare namespace ClientVpnConnectionStatus {
6343
- /**
6344
- * @internal
6345
- */
6346
- const filterSensitiveLog: (obj: ClientVpnConnectionStatus) => any;
6347
- }
6348
- /**
6349
- * <p>Describes a client connection.</p>
6350
- */
6351
- export interface ClientVpnConnection {
6352
- /**
6353
- * <p>The ID of the Client VPN endpoint to which the client is connected.</p>
6354
- */
6355
- ClientVpnEndpointId?: string;
6356
- /**
6357
- * <p>The current date and time.</p>
6358
- */
6359
- Timestamp?: string;
6360
- /**
6361
- * <p>The ID of the client connection.</p>
6362
- */
6363
- ConnectionId?: string;
6364
- /**
6365
- * <p>The username of the client who established the client connection. This information is only provided
6366
- * if Active Directory client authentication is used.</p>
6367
- */
6368
- Username?: string;
6369
- /**
6370
- * <p>The date and time the client connection was established.</p>
6371
- */
6372
- ConnectionEstablishedTime?: string;
6373
- /**
6374
- * <p>The number of bytes sent by the client.</p>
6375
- */
6376
- IngressBytes?: string;
6377
- /**
6378
- * <p>The number of bytes received by the client.</p>
6379
- */
6380
- EgressBytes?: string;
6381
- /**
6382
- * <p>The number of packets sent by the client.</p>
6383
- */
6384
- IngressPackets?: string;
6385
- /**
6386
- * <p>The number of packets received by the client.</p>
6387
- */
6388
- EgressPackets?: string;
6389
- /**
6390
- * <p>The IP address of the client.</p>
6391
- */
6392
- ClientIp?: string;
6393
- /**
6394
- * <p>The common name associated with the client. This is either the name of the client certificate,
6395
- * or the Active Directory user name.</p>
6396
- */
6397
- CommonName?: string;
6398
- /**
6399
- * <p>The current state of the client connection.</p>
6400
- */
6401
- Status?: ClientVpnConnectionStatus;
6402
- /**
6403
- * <p>The date and time the client connection was terminated.</p>
6404
- */
6405
- ConnectionEndTime?: string;
6406
- /**
6407
- * <p>The statuses returned by the client connect handler for posture compliance, if applicable.</p>
6408
- */
6409
- PostureComplianceStatuses?: string[];
6410
- }
6411
- export declare namespace ClientVpnConnection {
6412
- /**
6413
- * @internal
6414
- */
6415
- const filterSensitiveLog: (obj: ClientVpnConnection) => any;
6416
- }
6417
- export interface DescribeClientVpnConnectionsResult {
6418
- /**
6419
- * <p>Information about the active and terminated client connections.</p>
6420
- */
6421
- Connections?: ClientVpnConnection[];
6422
- /**
6423
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
6424
- */
6425
- NextToken?: string;
6426
- }
6427
- export declare namespace DescribeClientVpnConnectionsResult {
6428
- /**
6429
- * @internal
6430
- */
6431
- const filterSensitiveLog: (obj: DescribeClientVpnConnectionsResult) => any;
6432
- }
6433
- export interface DescribeClientVpnEndpointsRequest {
6434
- /**
6435
- * <p>The ID of the Client VPN endpoint.</p>
6436
- */
6437
- ClientVpnEndpointIds?: string[];
6438
- /**
6439
- * <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.</p>
6440
- */
6441
- MaxResults?: number;
6442
- /**
6443
- * <p>The token to retrieve the next page of results.</p>
6444
- */
6445
- NextToken?: string;
6446
- /**
6447
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
6448
- * <ul>
6449
- * <li>
6450
- * <p>
6451
- * <code>endpoint-id</code> - The ID of the Client VPN endpoint.</p>
6452
- * </li>
6453
- * <li>
6454
- * <p>
6455
- * <code>transport-protocol</code> - The transport protocol (<code>tcp</code> |
6456
- * <code>udp</code>).</p>
6457
- * </li>
6458
- * </ul>
6459
- */
6460
- Filters?: Filter[];
6461
- /**
6462
- * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6463
- */
6464
- DryRun?: boolean;
6465
- }
6466
- export declare namespace DescribeClientVpnEndpointsRequest {
6467
- /**
6468
- * @internal
6469
- */
6470
- const filterSensitiveLog: (obj: DescribeClientVpnEndpointsRequest) => any;
6471
- }
6472
- export declare type AssociatedNetworkType = "vpc";
6473
- /**
6474
- * <p>Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.</p>
6475
- */
6476
- export interface AssociatedTargetNetwork {
6477
- /**
6478
- * <p>The ID of the subnet.</p>
6479
- */
6480
- NetworkId?: string;
6481
- /**
6482
- * <p>The target network type.</p>
6483
- */
6484
- NetworkType?: AssociatedNetworkType | string;
6485
- }
6486
- export declare namespace AssociatedTargetNetwork {
6487
- /**
6488
- * @internal
6489
- */
6490
- const filterSensitiveLog: (obj: AssociatedTargetNetwork) => any;
6491
- }
6492
- /**
6493
- * <p>Describes an Active Directory.</p>
6494
- */
6495
- export interface DirectoryServiceAuthentication {
6496
- /**
6497
- * <p>The ID of the Active Directory used for authentication.</p>
6498
- */
6499
- DirectoryId?: string;
6500
- }
6501
- export declare namespace DirectoryServiceAuthentication {
6502
- /**
6503
- * @internal
6504
- */
6505
- const filterSensitiveLog: (obj: DirectoryServiceAuthentication) => any;
6506
- }
6507
- /**
6508
- * <p>Describes the IAM SAML identity providers used for federated authentication.</p>
6509
- */
6510
- export interface FederatedAuthentication {
6511
- /**
6512
- * <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider.</p>
6513
- */
6514
- SamlProviderArn?: string;
6515
- /**
6516
- * <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.</p>
6517
- */
6518
- SelfServiceSamlProviderArn?: string;
6519
- }
6520
- export declare namespace FederatedAuthentication {
6521
- /**
6522
- * @internal
6523
- */
6524
- const filterSensitiveLog: (obj: FederatedAuthentication) => any;
6525
- }
6526
- /**
6527
- * <p>Information about the client certificate used for authentication.</p>
6528
- */
6529
- export interface CertificateAuthentication {
6530
- /**
6531
- * <p>The ARN of the client certificate. </p>
6532
- */
6533
- ClientRootCertificateChain?: string;
6534
- }
6535
- export declare namespace CertificateAuthentication {
6536
- /**
6537
- * @internal
6538
- */
6539
- const filterSensitiveLog: (obj: CertificateAuthentication) => any;
6540
- }
6541
- /**
6542
- * <p>Describes the authentication methods used by a Client VPN endpoint. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/client-authentication.html">Authentication</a>
6543
- * in the <i>Client VPN Administrator Guide</i>.</p>
6544
- */
6545
- export interface ClientVpnAuthentication {
6546
- /**
6547
- * <p>The authentication type used.</p>
6548
- */
6549
- Type?: ClientVpnAuthenticationType | string;
6550
- /**
6551
- * <p>Information about the Active Directory, if applicable.</p>
6552
- */
6553
- ActiveDirectory?: DirectoryServiceAuthentication;
6554
- /**
6555
- * <p>Information about the authentication certificates, if applicable.</p>
6556
- */
6557
- MutualAuthentication?: CertificateAuthentication;
6558
- /**
6559
- * <p>Information about the IAM SAML identity provider, if applicable.</p>
6560
- */
6561
- FederatedAuthentication?: FederatedAuthentication;
6562
- }
6563
- export declare namespace ClientVpnAuthentication {
6564
- /**
6565
- * @internal
6566
- */
6567
- const filterSensitiveLog: (obj: ClientVpnAuthentication) => any;
6568
- }
6569
- export declare type ClientVpnEndpointAttributeStatusCode = "applied" | "applying";
6570
- /**
6571
- * <p>Describes the status of the Client VPN endpoint attribute.</p>
6572
- */
6573
- export interface ClientVpnEndpointAttributeStatus {
6574
- /**
6575
- * <p>The status code.</p>
6576
- */
6577
- Code?: ClientVpnEndpointAttributeStatusCode | string;
6578
- /**
6579
- * <p>The status message.</p>
6580
- */
6581
- Message?: string;
6582
- }
6583
- export declare namespace ClientVpnEndpointAttributeStatus {
6584
- /**
6585
- * @internal
6586
- */
6587
- const filterSensitiveLog: (obj: ClientVpnEndpointAttributeStatus) => any;
6588
- }
6589
- /**
6590
- * <p>The options for managing connection authorization for new client connections.</p>
6591
- */
6592
- export interface ClientConnectResponseOptions {
6593
- /**
6594
- * <p>Indicates whether client connect options are enabled.</p>
6595
- */
6596
- Enabled?: boolean;
6597
- /**
6598
- * <p>The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.</p>
6599
- */
6600
- LambdaFunctionArn?: string;
6601
- /**
6602
- * <p>The status of any updates to the client connect options.</p>
6603
- */
6604
- Status?: ClientVpnEndpointAttributeStatus;
6605
- }
6606
- export declare namespace ClientConnectResponseOptions {
6607
- /**
6608
- * @internal
6609
- */
6610
- const filterSensitiveLog: (obj: ClientConnectResponseOptions) => any;
6611
- }
6612
- /**
6613
- * <p>Current state of options for customizable text banner that will be displayed on
6614
- * Amazon Web Services provided clients when a VPN session is established.</p>
6615
- */
6616
- export interface ClientLoginBannerResponseOptions {
6617
- /**
6618
- * <p>Current state of text banner feature.</p>
6619
- * <p>Valid values: <code>true | false</code>
6620
- * </p>
6621
- */
6622
- Enabled?: boolean;
6623
- /**
6624
- * <p>Customizable text that will be displayed in a banner on Amazon Web Services provided
6625
- * clients when a VPN session is established. UTF-8 encoded
6626
- * characters only. Maximum of 1400 characters.</p>
6627
- */
6628
- BannerText?: string;
6629
- }
6630
- export declare namespace ClientLoginBannerResponseOptions {
6631
- /**
6632
- * @internal
6633
- */
6634
- const filterSensitiveLog: (obj: ClientLoginBannerResponseOptions) => any;
6635
- }
6636
- /**
6637
- * <p>Information about the client connection logging options for a Client VPN endpoint.</p>
6638
- */
6639
- export interface ConnectionLogResponseOptions {
6640
- /**
6641
- * <p>Indicates whether client connection logging is enabled for the Client VPN endpoint.</p>
6642
- */
6643
- Enabled?: boolean;
6644
- /**
6645
- * <p>The name of the Amazon CloudWatch Logs log group to which connection logging data is published.</p>
6646
- */
6647
- CloudwatchLogGroup?: string;
6648
- /**
6649
- * <p>The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.</p>
6650
- */
6651
- CloudwatchLogStream?: string;
6652
- }
6653
- export declare namespace ConnectionLogResponseOptions {
6654
- /**
6655
- * @internal
6656
- */
6657
- const filterSensitiveLog: (obj: ConnectionLogResponseOptions) => any;
6658
- }
6659
- export declare type VpnProtocol = "openvpn";
6660
- /**
6661
- * <p>Describes a Client VPN endpoint.</p>
6662
- */
6663
- export interface ClientVpnEndpoint {
6664
- /**
6665
- * <p>The ID of the Client VPN endpoint.</p>
6666
- */
6667
- ClientVpnEndpointId?: string;
6668
- /**
6669
- * <p>A brief description of the endpoint.</p>
6670
- */
6671
- Description?: string;
6672
- /**
6673
- * <p>The current state of the Client VPN endpoint.</p>
6674
- */
6675
- Status?: ClientVpnEndpointStatus;
6676
- /**
6677
- * <p>The date and time the Client VPN endpoint was created.</p>
6678
- */
6679
- CreationTime?: string;
6680
- /**
6681
- * <p>The date and time the Client VPN endpoint was deleted, if applicable.</p>
6682
- */
6683
- DeletionTime?: string;
6684
- /**
6685
- * <p>The DNS name to be used by clients when connecting to the Client VPN endpoint.</p>
6686
- */
6687
- DnsName?: string;
6688
- /**
6689
- * <p>The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.</p>
6690
- */
6691
- ClientCidrBlock?: string;
6692
- /**
6693
- * <p>Information about the DNS servers to be used for DNS resolution. </p>
6694
- */
6695
- DnsServers?: string[];
6696
- /**
6697
- * <p>Indicates whether split-tunnel is enabled in the Client VPN endpoint.</p>
6698
- * <p>For information about split-tunnel VPN endpoints, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html">Split-Tunnel Client VPN endpoint</a>
6699
- * in the <i>Client VPN Administrator Guide</i>.</p>
6700
- */
6701
- SplitTunnel?: boolean;
6702
- /**
6703
- * <p>The protocol used by the VPN session.</p>
6704
- */
6705
- VpnProtocol?: VpnProtocol | string;
6706
- /**
6707
- * <p>The transport protocol used by the Client VPN endpoint.</p>
6708
- */
6709
- TransportProtocol?: TransportProtocol | string;
6710
- /**
6711
- * <p>The port number for the Client VPN endpoint.</p>
6712
- */
6713
- VpnPort?: number;
6714
- /**
6715
- * @deprecated
6716
- *
6717
- * <p>Information about the associated target networks. A target network is a subnet in a VPC.</p>
6718
- */
6719
- AssociatedTargetNetworks?: AssociatedTargetNetwork[];
6720
- /**
6721
- * <p>The ARN of the server certificate.</p>
6722
- */
6723
- ServerCertificateArn?: string;
6724
- /**
6725
- * <p>Information about the authentication method used by the Client VPN endpoint.</p>
6726
- */
6727
- AuthenticationOptions?: ClientVpnAuthentication[];
6728
- /**
6729
- * <p>Information about the client connection logging options for the Client VPN endpoint.</p>
6730
- */
6731
- ConnectionLogOptions?: ConnectionLogResponseOptions;
6732
- /**
6733
- * <p>Any tags assigned to the Client VPN endpoint.</p>
6734
- */
6735
- Tags?: Tag[];
6736
- /**
6737
- * <p>The IDs of the security groups for the target network.</p>
6738
- */
6739
- SecurityGroupIds?: string[];
6740
- /**
6741
- * <p>The ID of the VPC.</p>
6742
- */
6743
- VpcId?: string;
6744
- /**
6745
- * <p>The URL of the self-service portal.</p>
6746
- */
6747
- SelfServicePortalUrl?: string;
6748
- /**
6749
- * <p>The options for managing connection authorization for new client connections.</p>
6750
- */
6751
- ClientConnectOptions?: ClientConnectResponseOptions;
6752
- /**
6753
- * <p>The maximum VPN session duration time in hours.</p>
6754
- * <p>Valid values: <code>8 | 10 | 12 | 24</code>
6755
- * </p>
6756
- * <p>Default value: <code>24</code>
6757
- * </p>
6758
- */
6759
- SessionTimeoutHours?: number;
6760
- /**
6761
- * <p>Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is
6762
- * established.</p>
6763
- */
6764
- ClientLoginBannerOptions?: ClientLoginBannerResponseOptions;
6765
- }
6766
- export declare namespace ClientVpnEndpoint {
6767
- /**
6768
- * @internal
6769
- */
6770
- const filterSensitiveLog: (obj: ClientVpnEndpoint) => any;
6771
- }
6772
- export interface DescribeClientVpnEndpointsResult {
6773
- /**
6774
- * <p>Information about the Client VPN endpoints.</p>
6775
- */
6776
- ClientVpnEndpoints?: ClientVpnEndpoint[];
6777
- /**
6778
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
6779
- */
6780
- NextToken?: string;
6781
- }
6782
- export declare namespace DescribeClientVpnEndpointsResult {
6783
- /**
6784
- * @internal
6785
- */
6786
- const filterSensitiveLog: (obj: DescribeClientVpnEndpointsResult) => any;
6787
- }
6788
- export interface DescribeClientVpnRoutesRequest {
6789
- /**
6790
- * <p>The ID of the Client VPN endpoint.</p>
6791
- */
6792
- ClientVpnEndpointId: string | undefined;
6793
- /**
6794
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
6795
- * <ul>
6796
- * <li>
6797
- * <p>
6798
- * <code>destination-cidr</code> - The CIDR of the route destination.</p>
6799
- * </li>
6800
- * <li>
6801
- * <p>
6802
- * <code>origin</code> - How the route was associated with the Client VPN endpoint (<code>associate</code> | <code>add-route</code>).</p>
6803
- * </li>
6804
- * <li>
6805
- * <p>
6806
- * <code>target-subnet</code> - The ID of the subnet through which traffic is routed.</p>
6807
- * </li>
6808
- * </ul>
6809
- */
6810
- Filters?: Filter[];
6811
- /**
6812
- * <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.</p>
6813
- */
6814
- MaxResults?: number;
6815
- /**
6816
- * <p>The token to retrieve the next page of results.</p>
6817
- */
6818
- NextToken?: string;
6819
- /**
6820
- * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6821
- */
6822
- DryRun?: boolean;
6823
- }
6824
- export declare namespace DescribeClientVpnRoutesRequest {
6825
- /**
6826
- * @internal
6827
- */
6828
- const filterSensitiveLog: (obj: DescribeClientVpnRoutesRequest) => any;
6829
- }