@aws-sdk/client-ec2 3.799.0 → 3.803.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 (232) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +856 -208
  3. package/dist-es/EC2.js +12 -0
  4. package/dist-es/commands/CreateLocalGatewayVirtualInterfaceCommand.js +22 -0
  5. package/dist-es/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
  6. package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceCommand.js +22 -0
  7. package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
  8. package/dist-es/commands/DescribeConversionTasksCommand.js +1 -1
  9. package/dist-es/commands/DescribeOutpostLagsCommand.js +22 -0
  10. package/dist-es/commands/DescribeServiceLinkVirtualInterfacesCommand.js +22 -0
  11. package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
  12. package/dist-es/commands/ImportImageCommand.js +1 -1
  13. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  14. package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
  15. package/dist-es/commands/index.js +6 -0
  16. package/dist-es/models/models_0.js +2 -0
  17. package/dist-es/models/models_1.js +4 -6
  18. package/dist-es/models/models_2.js +20 -9
  19. package/dist-es/models/models_3.js +8 -3
  20. package/dist-es/models/models_4.js +4 -7
  21. package/dist-es/models/models_5.js +12 -3
  22. package/dist-es/models/models_6.js +3 -25
  23. package/dist-es/models/models_7.js +26 -25
  24. package/dist-es/models/models_8.js +23 -0
  25. package/dist-es/protocols/Aws_ec2.js +548 -29
  26. package/dist-types/EC2.d.ts +44 -0
  27. package/dist-types/EC2Client.d.ts +8 -2
  28. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  29. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  30. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  31. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  32. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  33. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  34. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  35. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamCommand.d.ts +3 -1
  54. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  60. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  61. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +110 -0
  65. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +103 -0
  66. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  72. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  73. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +3 -2
  107. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
  108. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -0
  111. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +93 -0
  112. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +90 -0
  113. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -13
  114. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
  115. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -2
  119. package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -0
  120. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -0
  122. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +6 -1
  123. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +105 -0
  127. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +106 -0
  128. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  129. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  130. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  131. package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
  132. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  133. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  134. package/dist-types/commands/DisableImageCommand.d.ts +1 -1
  135. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
  136. package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -2
  137. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  138. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  139. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -1
  140. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  141. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  142. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  143. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  144. package/dist-types/commands/ImportImageCommand.d.ts +2 -2
  145. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  146. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  147. package/dist-types/commands/ModifyIpamCommand.d.ts +2 -0
  148. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  149. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  150. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  151. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  152. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -3
  153. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  154. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
  155. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  156. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  157. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  158. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  159. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  160. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  161. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  162. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  163. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  164. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  165. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  166. package/dist-types/commands/StopInstancesCommand.d.ts +23 -27
  167. package/dist-types/commands/TerminateInstancesCommand.d.ts +6 -6
  168. package/dist-types/commands/index.d.ts +6 -0
  169. package/dist-types/models/models_0.d.ts +2 -0
  170. package/dist-types/models/models_1.d.ts +65 -65
  171. package/dist-types/models/models_2.d.ts +317 -240
  172. package/dist-types/models/models_3.d.ts +304 -475
  173. package/dist-types/models/models_4.d.ts +6882 -6870
  174. package/dist-types/models/models_5.d.ts +1250 -944
  175. package/dist-types/models/models_6.d.ts +3471 -3708
  176. package/dist-types/models/models_7.d.ts +4525 -4392
  177. package/dist-types/models/models_8.d.ts +495 -8
  178. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  179. package/dist-types/ts3.4/EC2.d.ts +134 -0
  180. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  181. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  182. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -4
  184. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  186. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -4
  188. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +4 -2
  192. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +51 -0
  197. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +51 -0
  198. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +4 -2
  205. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -4
  206. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +2 -4
  212. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  222. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  223. package/dist-types/ts3.4/models/models_1.d.ts +8 -14
  224. package/dist-types/ts3.4/models/models_2.d.ts +89 -60
  225. package/dist-types/ts3.4/models/models_3.d.ts +81 -102
  226. package/dist-types/ts3.4/models/models_4.d.ts +109 -85
  227. package/dist-types/ts3.4/models/models_5.d.ts +124 -94
  228. package/dist-types/ts3.4/models/models_6.d.ts +87 -134
  229. package/dist-types/ts3.4/models/models_7.d.ts +138 -120
  230. package/dist-types/ts3.4/models/models_8.d.ts +115 -0
  231. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  232. package/package.json +4 -4
@@ -1,6 +1,244 @@
1
- import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservationFleetState, ClientVpnAuthorizationRuleStatus, InstanceEventWindowState, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcAttachment } from "./models_0";
2
- import { CapacityReservation, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, TransportProtocol } from "./models_1";
3
- import { CloudWatchLogOptionsSpecification, GroupIdentifier, IKEVersionsRequestListValue, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, RouteServer, RouteServerEndpoint, RouteServerPeer, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, TunnelInsideIpVersion, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
1
+ import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, AddressTransfer, BundleTask, ByoipCidr, CapacityReservationFleetState, ClientVpnAuthorizationRuleStatus, InstanceEventWindowState, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
+ import { CapacityReservation, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate } from "./models_1";
3
+ import { GroupIdentifier, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, PayerResponsibility, PrivateDnsNameConfiguration, RouteServer, RouteServerEndpoint, RouteServerPeer, ServiceState, ServiceTypeDetail, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
4
+ /**
5
+ * @public
6
+ * @enum
7
+ */
8
+ export declare const ServiceConnectivityType: {
9
+ readonly ipv4: "ipv4";
10
+ readonly ipv6: "ipv6";
11
+ };
12
+ /**
13
+ * @public
14
+ */
15
+ export type ServiceConnectivityType = (typeof ServiceConnectivityType)[keyof typeof ServiceConnectivityType];
16
+ /**
17
+ * <p>Describes a supported Region.</p>
18
+ * @public
19
+ */
20
+ export interface SupportedRegionDetail {
21
+ /**
22
+ * <p>The Region code.</p>
23
+ * @public
24
+ */
25
+ Region?: string | undefined;
26
+ /**
27
+ * <p>The service state. The possible values are <code>Pending</code>, <code>Available</code>,
28
+ * <code>Deleting</code>, <code>Deleted</code>, <code>Failed</code>, and <code>Closed</code>.</p>
29
+ * @public
30
+ */
31
+ ServiceState?: string | undefined;
32
+ }
33
+ /**
34
+ * <p>Describes a service configuration for a VPC endpoint service.</p>
35
+ * @public
36
+ */
37
+ export interface ServiceConfiguration {
38
+ /**
39
+ * <p>The type of service.</p>
40
+ * @public
41
+ */
42
+ ServiceType?: ServiceTypeDetail[] | undefined;
43
+ /**
44
+ * <p>The ID of the service.</p>
45
+ * @public
46
+ */
47
+ ServiceId?: string | undefined;
48
+ /**
49
+ * <p>The name of the service.</p>
50
+ * @public
51
+ */
52
+ ServiceName?: string | undefined;
53
+ /**
54
+ * <p>The service state.</p>
55
+ * @public
56
+ */
57
+ ServiceState?: ServiceState | undefined;
58
+ /**
59
+ * <p>The Availability Zones in which the service is available.</p>
60
+ * @public
61
+ */
62
+ AvailabilityZones?: string[] | undefined;
63
+ /**
64
+ * <p>Indicates whether requests from other Amazon Web Services accounts to create an endpoint to the service must first be accepted.</p>
65
+ * @public
66
+ */
67
+ AcceptanceRequired?: boolean | undefined;
68
+ /**
69
+ * <p>Indicates whether the service manages its VPC endpoints. Management of the service VPC
70
+ * endpoints using the VPC endpoint API is restricted.</p>
71
+ * @public
72
+ */
73
+ ManagesVpcEndpoints?: boolean | undefined;
74
+ /**
75
+ * <p>The Amazon Resource Names (ARNs) of the Network Load Balancers for the service.</p>
76
+ * @public
77
+ */
78
+ NetworkLoadBalancerArns?: string[] | undefined;
79
+ /**
80
+ * <p>The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.</p>
81
+ * @public
82
+ */
83
+ GatewayLoadBalancerArns?: string[] | undefined;
84
+ /**
85
+ * <p>The supported IP address types.</p>
86
+ * @public
87
+ */
88
+ SupportedIpAddressTypes?: ServiceConnectivityType[] | undefined;
89
+ /**
90
+ * <p>The DNS names for the service.</p>
91
+ * @public
92
+ */
93
+ BaseEndpointDnsNames?: string[] | undefined;
94
+ /**
95
+ * <p>The private DNS name for the service.</p>
96
+ * @public
97
+ */
98
+ PrivateDnsName?: string | undefined;
99
+ /**
100
+ * <p>Information about the endpoint service private DNS name configuration.</p>
101
+ * @public
102
+ */
103
+ PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration | undefined;
104
+ /**
105
+ * <p>The payer responsibility.</p>
106
+ * @public
107
+ */
108
+ PayerResponsibility?: PayerResponsibility | undefined;
109
+ /**
110
+ * <p>The tags assigned to the service.</p>
111
+ * @public
112
+ */
113
+ Tags?: Tag[] | undefined;
114
+ /**
115
+ * <p>The supported Regions.</p>
116
+ * @public
117
+ */
118
+ SupportedRegions?: SupportedRegionDetail[] | undefined;
119
+ /**
120
+ * <p>Indicates whether consumers can access the service from a Region other than the
121
+ * Region where the service is hosted.</p>
122
+ * @public
123
+ */
124
+ RemoteAccessEnabled?: boolean | undefined;
125
+ }
126
+ /**
127
+ * @public
128
+ */
129
+ export interface CreateVpcEndpointServiceConfigurationResult {
130
+ /**
131
+ * <p>Information about the service configuration.</p>
132
+ * @public
133
+ */
134
+ ServiceConfiguration?: ServiceConfiguration | undefined;
135
+ /**
136
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
137
+ * request.</p>
138
+ * @public
139
+ */
140
+ ClientToken?: string | undefined;
141
+ }
142
+ /**
143
+ * @public
144
+ */
145
+ export interface CreateVpcPeeringConnectionRequest {
146
+ /**
147
+ * <p>The Region code for the accepter VPC, if the accepter VPC is located in a Region
148
+ * other than the Region in which you make the request.</p>
149
+ * <p>Default: The Region in which you make the request.</p>
150
+ * @public
151
+ */
152
+ PeerRegion?: string | undefined;
153
+ /**
154
+ * <p>The tags to assign to the peering connection.</p>
155
+ * @public
156
+ */
157
+ TagSpecifications?: TagSpecification[] | undefined;
158
+ /**
159
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
160
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
161
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
162
+ * @public
163
+ */
164
+ DryRun?: boolean | undefined;
165
+ /**
166
+ * <p>The ID of the requester VPC. You must specify this parameter in the
167
+ * request.</p>
168
+ * @public
169
+ */
170
+ VpcId: string | undefined;
171
+ /**
172
+ * <p>The ID of the VPC with which you are creating the VPC peering connection. You must
173
+ * specify this parameter in the request.</p>
174
+ * @public
175
+ */
176
+ PeerVpcId?: string | undefined;
177
+ /**
178
+ * <p>The Amazon Web Services account ID of the owner of the accepter VPC.</p>
179
+ * <p>Default: Your Amazon Web Services account ID</p>
180
+ * @public
181
+ */
182
+ PeerOwnerId?: string | undefined;
183
+ }
184
+ /**
185
+ * @public
186
+ */
187
+ export interface CreateVpcPeeringConnectionResult {
188
+ /**
189
+ * <p>Information about the VPC peering connection.</p>
190
+ * @public
191
+ */
192
+ VpcPeeringConnection?: VpcPeeringConnection | undefined;
193
+ }
194
+ /**
195
+ * @public
196
+ * @enum
197
+ */
198
+ export declare const TunnelInsideIpVersion: {
199
+ readonly ipv4: "ipv4";
200
+ readonly ipv6: "ipv6";
201
+ };
202
+ /**
203
+ * @public
204
+ */
205
+ export type TunnelInsideIpVersion = (typeof TunnelInsideIpVersion)[keyof typeof TunnelInsideIpVersion];
206
+ /**
207
+ * <p>The IKE version that is permitted for the VPN tunnel.</p>
208
+ * @public
209
+ */
210
+ export interface IKEVersionsRequestListValue {
211
+ /**
212
+ * <p>The IKE version.</p>
213
+ * @public
214
+ */
215
+ Value?: string | undefined;
216
+ }
217
+ /**
218
+ * <p>Options for sending VPN tunnel logs to CloudWatch.</p>
219
+ * @public
220
+ */
221
+ export interface CloudWatchLogOptionsSpecification {
222
+ /**
223
+ * <p>Enable or disable VPN tunnel logging feature. Default value is <code>False</code>.</p>
224
+ * <p>Valid values: <code>True</code> | <code>False</code>
225
+ * </p>
226
+ * @public
227
+ */
228
+ LogEnabled?: boolean | undefined;
229
+ /**
230
+ * <p>The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.</p>
231
+ * @public
232
+ */
233
+ LogGroupArn?: string | undefined;
234
+ /**
235
+ * <p>Set log format. Default format is <code>json</code>.</p>
236
+ * <p>Valid values: <code>json</code> | <code>text</code>
237
+ * </p>
238
+ * @public
239
+ */
240
+ LogOutputFormat?: string | undefined;
241
+ }
4
242
  /**
5
243
  * <p>Options for logging VPN tunnel activity.</p>
6
244
  * @public
@@ -2017,6 +2255,60 @@ export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
2017
2255
  */
2018
2256
  LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation | undefined;
2019
2257
  }
2258
+ /**
2259
+ * @public
2260
+ */
2261
+ export interface DeleteLocalGatewayVirtualInterfaceRequest {
2262
+ /**
2263
+ * <p>The ID of the local virtual interface to delete.</p>
2264
+ * @public
2265
+ */
2266
+ LocalGatewayVirtualInterfaceId: string | undefined;
2267
+ /**
2268
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
2269
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
2270
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2271
+ * @public
2272
+ */
2273
+ DryRun?: boolean | undefined;
2274
+ }
2275
+ /**
2276
+ * @public
2277
+ */
2278
+ export interface DeleteLocalGatewayVirtualInterfaceResult {
2279
+ /**
2280
+ * <p>Information about the deleted local gateway virtual interface.</p>
2281
+ * @public
2282
+ */
2283
+ LocalGatewayVirtualInterface?: LocalGatewayVirtualInterface | undefined;
2284
+ }
2285
+ /**
2286
+ * @public
2287
+ */
2288
+ export interface DeleteLocalGatewayVirtualInterfaceGroupRequest {
2289
+ /**
2290
+ * <p>The ID of the local gateway virtual interface group to delete.</p>
2291
+ * @public
2292
+ */
2293
+ LocalGatewayVirtualInterfaceGroupId: string | undefined;
2294
+ /**
2295
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
2296
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
2297
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2298
+ * @public
2299
+ */
2300
+ DryRun?: boolean | undefined;
2301
+ }
2302
+ /**
2303
+ * @public
2304
+ */
2305
+ export interface DeleteLocalGatewayVirtualInterfaceGroupResult {
2306
+ /**
2307
+ * <p>Information about the deleted local gateway virtual interface group.</p>
2308
+ * @public
2309
+ */
2310
+ LocalGatewayVirtualInterfaceGroup?: LocalGatewayVirtualInterfaceGroup | undefined;
2311
+ }
2020
2312
  /**
2021
2313
  * @public
2022
2314
  */
@@ -4977,7 +5269,9 @@ export interface DescribeCapacityBlockOfferingsRequest {
4977
5269
  */
4978
5270
  InstanceType?: string | undefined;
4979
5271
  /**
4980
- * <p>The number of instances for which to reserve capacity.</p>
5272
+ * <p>The number of instances for which to reserve capacity. Each Capacity Block
5273
+ * can have up to 64 instances, and you can have up to 256 instances across Capacity
5274
+ * Blocks.</p>
4981
5275
  * @public
4982
5276
  */
4983
5277
  InstanceCount?: number | undefined;
@@ -4992,7 +5286,9 @@ export interface DescribeCapacityBlockOfferingsRequest {
4992
5286
  */
4993
5287
  EndDateRange?: Date | undefined;
4994
5288
  /**
4995
- * <p>The number of hours for which to reserve Capacity Block.</p>
5289
+ * <p>The reservation duration for the Capacity Block, in hours. You must specify
5290
+ * the duration in 1-day increments up 14 days, and in 7-day increments up to
5291
+ * 182 days.</p>
4996
5292
  * @public
4997
5293
  */
4998
5294
  CapacityDurationHours: number | undefined;
@@ -6306,12 +6602,13 @@ export interface ClientLoginBannerResponseOptions {
6306
6602
  BannerText?: string | undefined;
6307
6603
  }
6308
6604
  /**
6309
- * <p>The current status of client route enforcement. The state will either be <code>true</code> (enabled) or <code>false</code> (disabled).</p>
6605
+ * <p>The current status of Client Route Enforcement. </p>
6310
6606
  * @public
6311
6607
  */
6312
6608
  export interface ClientRouteEnforcementResponseOptions {
6313
6609
  /**
6314
- * <p>Status of the client route enforcement feature.</p>
6610
+ * <p>Status of the client route enforcement feature, indicating whether Client Route Enforcement
6611
+ * is <code>true</code> (enabled) or <code>false</code> (disabled).</p>
6315
6612
  * <p>Valid values: <code>true | false</code>
6316
6613
  * </p>
6317
6614
  * <p>Default value: <code>false</code>
@@ -6320,474 +6617,6 @@ export interface ClientRouteEnforcementResponseOptions {
6320
6617
  */
6321
6618
  Enforced?: boolean | undefined;
6322
6619
  }
6323
- /**
6324
- * <p>Information about the client connection logging options for a Client VPN endpoint.</p>
6325
- * @public
6326
- */
6327
- export interface ConnectionLogResponseOptions {
6328
- /**
6329
- * <p>Indicates whether client connection logging is enabled for the Client VPN endpoint.</p>
6330
- * @public
6331
- */
6332
- Enabled?: boolean | undefined;
6333
- /**
6334
- * <p>The name of the Amazon CloudWatch Logs log group to which connection logging data is published.</p>
6335
- * @public
6336
- */
6337
- CloudwatchLogGroup?: string | undefined;
6338
- /**
6339
- * <p>The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.</p>
6340
- * @public
6341
- */
6342
- CloudwatchLogStream?: string | undefined;
6343
- }
6344
- /**
6345
- * @public
6346
- * @enum
6347
- */
6348
- export declare const VpnProtocol: {
6349
- readonly openvpn: "openvpn";
6350
- };
6351
- /**
6352
- * @public
6353
- */
6354
- export type VpnProtocol = (typeof VpnProtocol)[keyof typeof VpnProtocol];
6355
- /**
6356
- * <p>Describes a Client VPN endpoint.</p>
6357
- * @public
6358
- */
6359
- export interface ClientVpnEndpoint {
6360
- /**
6361
- * <p>The ID of the Client VPN endpoint.</p>
6362
- * @public
6363
- */
6364
- ClientVpnEndpointId?: string | undefined;
6365
- /**
6366
- * <p>A brief description of the endpoint.</p>
6367
- * @public
6368
- */
6369
- Description?: string | undefined;
6370
- /**
6371
- * <p>The current state of the Client VPN endpoint.</p>
6372
- * @public
6373
- */
6374
- Status?: ClientVpnEndpointStatus | undefined;
6375
- /**
6376
- * <p>The date and time the Client VPN endpoint was created.</p>
6377
- * @public
6378
- */
6379
- CreationTime?: string | undefined;
6380
- /**
6381
- * <p>The date and time the Client VPN endpoint was deleted, if applicable.</p>
6382
- * @public
6383
- */
6384
- DeletionTime?: string | undefined;
6385
- /**
6386
- * <p>The DNS name to be used by clients when connecting to the Client VPN endpoint.</p>
6387
- * @public
6388
- */
6389
- DnsName?: string | undefined;
6390
- /**
6391
- * <p>The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.</p>
6392
- * @public
6393
- */
6394
- ClientCidrBlock?: string | undefined;
6395
- /**
6396
- * <p>Information about the DNS servers to be used for DNS resolution. </p>
6397
- * @public
6398
- */
6399
- DnsServers?: string[] | undefined;
6400
- /**
6401
- * <p>Indicates whether split-tunnel is enabled in the Client VPN endpoint.</p>
6402
- * <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>
6403
- * in the <i>Client VPN Administrator Guide</i>.</p>
6404
- * @public
6405
- */
6406
- SplitTunnel?: boolean | undefined;
6407
- /**
6408
- * <p>The protocol used by the VPN session.</p>
6409
- * @public
6410
- */
6411
- VpnProtocol?: VpnProtocol | undefined;
6412
- /**
6413
- * <p>The transport protocol used by the Client VPN endpoint.</p>
6414
- * @public
6415
- */
6416
- TransportProtocol?: TransportProtocol | undefined;
6417
- /**
6418
- * <p>The port number for the Client VPN endpoint.</p>
6419
- * @public
6420
- */
6421
- VpnPort?: number | undefined;
6422
- /**
6423
- * <p>Information about the associated target networks. A target network is a subnet in a VPC.</p>
6424
- *
6425
- * @deprecated
6426
- * @public
6427
- */
6428
- AssociatedTargetNetworks?: AssociatedTargetNetwork[] | undefined;
6429
- /**
6430
- * <p>The ARN of the server certificate.</p>
6431
- * @public
6432
- */
6433
- ServerCertificateArn?: string | undefined;
6434
- /**
6435
- * <p>Information about the authentication method used by the Client VPN endpoint.</p>
6436
- * @public
6437
- */
6438
- AuthenticationOptions?: ClientVpnAuthentication[] | undefined;
6439
- /**
6440
- * <p>Information about the client connection logging options for the Client VPN endpoint.</p>
6441
- * @public
6442
- */
6443
- ConnectionLogOptions?: ConnectionLogResponseOptions | undefined;
6444
- /**
6445
- * <p>Any tags assigned to the Client VPN endpoint.</p>
6446
- * @public
6447
- */
6448
- Tags?: Tag[] | undefined;
6449
- /**
6450
- * <p>The IDs of the security groups for the target network.</p>
6451
- * @public
6452
- */
6453
- SecurityGroupIds?: string[] | undefined;
6454
- /**
6455
- * <p>The ID of the VPC.</p>
6456
- * @public
6457
- */
6458
- VpcId?: string | undefined;
6459
- /**
6460
- * <p>The URL of the self-service portal.</p>
6461
- * @public
6462
- */
6463
- SelfServicePortalUrl?: string | undefined;
6464
- /**
6465
- * <p>The options for managing connection authorization for new client connections.</p>
6466
- * @public
6467
- */
6468
- ClientConnectOptions?: ClientConnectResponseOptions | undefined;
6469
- /**
6470
- * <p>The maximum VPN session duration time in hours.</p>
6471
- * <p>Valid values: <code>8 | 10 | 12 | 24</code>
6472
- * </p>
6473
- * <p>Default value: <code>24</code>
6474
- * </p>
6475
- * @public
6476
- */
6477
- SessionTimeoutHours?: number | undefined;
6478
- /**
6479
- * <p>Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is
6480
- * established.</p>
6481
- * @public
6482
- */
6483
- ClientLoginBannerOptions?: ClientLoginBannerResponseOptions | undefined;
6484
- /**
6485
- * <p>Client route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN. T
6486
- * his feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel.</p>
6487
- * <p>Client route enforcement works by monitoring the route table of a connected device for routing policy changes to the VPN connection. If the feature detects any VPN routing policy modifications, it will automatically force an update to the route table,
6488
- * reverting it back to the expected route configurations.</p>
6489
- * @public
6490
- */
6491
- ClientRouteEnforcementOptions?: ClientRouteEnforcementResponseOptions | undefined;
6492
- /**
6493
- * <p>Indicates whether the client VPN session is disconnected after the maximum <code>sessionTimeoutHours</code> is reached. If <code>true</code>, users are prompted to reconnect client VPN. If <code>false</code>, client VPN attempts to reconnect automatically. The default value is <code>false</code>.</p>
6494
- * @public
6495
- */
6496
- DisconnectOnSessionTimeout?: boolean | undefined;
6497
- }
6498
- /**
6499
- * @public
6500
- */
6501
- export interface DescribeClientVpnEndpointsResult {
6502
- /**
6503
- * <p>Information about the Client VPN endpoints.</p>
6504
- * @public
6505
- */
6506
- ClientVpnEndpoints?: ClientVpnEndpoint[] | undefined;
6507
- /**
6508
- * <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>
6509
- * @public
6510
- */
6511
- NextToken?: string | undefined;
6512
- }
6513
- /**
6514
- * @public
6515
- */
6516
- export interface DescribeClientVpnRoutesRequest {
6517
- /**
6518
- * <p>The ID of the Client VPN endpoint.</p>
6519
- * @public
6520
- */
6521
- ClientVpnEndpointId: string | undefined;
6522
- /**
6523
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
6524
- * <ul>
6525
- * <li>
6526
- * <p>
6527
- * <code>destination-cidr</code> - The CIDR of the route destination.</p>
6528
- * </li>
6529
- * <li>
6530
- * <p>
6531
- * <code>origin</code> - How the route was associated with the Client VPN endpoint (<code>associate</code> | <code>add-route</code>).</p>
6532
- * </li>
6533
- * <li>
6534
- * <p>
6535
- * <code>target-subnet</code> - The ID of the subnet through which traffic is routed.</p>
6536
- * </li>
6537
- * </ul>
6538
- * @public
6539
- */
6540
- Filters?: Filter[] | undefined;
6541
- /**
6542
- * <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>
6543
- * @public
6544
- */
6545
- MaxResults?: number | undefined;
6546
- /**
6547
- * <p>The token to retrieve the next page of results.</p>
6548
- * @public
6549
- */
6550
- NextToken?: string | undefined;
6551
- /**
6552
- * <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>
6553
- * @public
6554
- */
6555
- DryRun?: boolean | undefined;
6556
- }
6557
- /**
6558
- * <p>Information about a Client VPN endpoint route.</p>
6559
- * @public
6560
- */
6561
- export interface ClientVpnRoute {
6562
- /**
6563
- * <p>The ID of the Client VPN endpoint with which the route is associated.</p>
6564
- * @public
6565
- */
6566
- ClientVpnEndpointId?: string | undefined;
6567
- /**
6568
- * <p>The IPv4 address range, in CIDR notation, of the route destination.</p>
6569
- * @public
6570
- */
6571
- DestinationCidr?: string | undefined;
6572
- /**
6573
- * <p>The ID of the subnet through which traffic is routed.</p>
6574
- * @public
6575
- */
6576
- TargetSubnet?: string | undefined;
6577
- /**
6578
- * <p>The route type.</p>
6579
- * @public
6580
- */
6581
- Type?: string | undefined;
6582
- /**
6583
- * <p>Indicates how the route was associated with the Client VPN endpoint.
6584
- * <code>associate</code> indicates that the route was automatically added when the target network
6585
- * was associated with the Client VPN endpoint. <code>add-route</code> indicates that the route
6586
- * was manually added using the <b>CreateClientVpnRoute</b> action.</p>
6587
- * @public
6588
- */
6589
- Origin?: string | undefined;
6590
- /**
6591
- * <p>The current state of the route.</p>
6592
- * @public
6593
- */
6594
- Status?: ClientVpnRouteStatus | undefined;
6595
- /**
6596
- * <p>A brief description of the route.</p>
6597
- * @public
6598
- */
6599
- Description?: string | undefined;
6600
- }
6601
- /**
6602
- * @public
6603
- */
6604
- export interface DescribeClientVpnRoutesResult {
6605
- /**
6606
- * <p>Information about the Client VPN endpoint routes.</p>
6607
- * @public
6608
- */
6609
- Routes?: ClientVpnRoute[] | undefined;
6610
- /**
6611
- * <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>
6612
- * @public
6613
- */
6614
- NextToken?: string | undefined;
6615
- }
6616
- /**
6617
- * @public
6618
- */
6619
- export interface DescribeClientVpnTargetNetworksRequest {
6620
- /**
6621
- * <p>The ID of the Client VPN endpoint.</p>
6622
- * @public
6623
- */
6624
- ClientVpnEndpointId: string | undefined;
6625
- /**
6626
- * <p>The IDs of the target network associations.</p>
6627
- * @public
6628
- */
6629
- AssociationIds?: string[] | undefined;
6630
- /**
6631
- * <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>
6632
- * @public
6633
- */
6634
- MaxResults?: number | undefined;
6635
- /**
6636
- * <p>The token to retrieve the next page of results.</p>
6637
- * @public
6638
- */
6639
- NextToken?: string | undefined;
6640
- /**
6641
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
6642
- * <ul>
6643
- * <li>
6644
- * <p>
6645
- * <code>association-id</code> - The ID of the association.</p>
6646
- * </li>
6647
- * <li>
6648
- * <p>
6649
- * <code>target-network-id</code> - The ID of the subnet specified as the target network.</p>
6650
- * </li>
6651
- * <li>
6652
- * <p>
6653
- * <code>vpc-id</code> - The ID of the VPC in which the target network is located.</p>
6654
- * </li>
6655
- * </ul>
6656
- * @public
6657
- */
6658
- Filters?: Filter[] | undefined;
6659
- /**
6660
- * <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>
6661
- * @public
6662
- */
6663
- DryRun?: boolean | undefined;
6664
- }
6665
- /**
6666
- * <p>Describes a target network associated with a Client VPN endpoint.</p>
6667
- * @public
6668
- */
6669
- export interface TargetNetwork {
6670
- /**
6671
- * <p>The ID of the association.</p>
6672
- * @public
6673
- */
6674
- AssociationId?: string | undefined;
6675
- /**
6676
- * <p>The ID of the VPC in which the target network (subnet) is located.</p>
6677
- * @public
6678
- */
6679
- VpcId?: string | undefined;
6680
- /**
6681
- * <p>The ID of the subnet specified as the target network.</p>
6682
- * @public
6683
- */
6684
- TargetNetworkId?: string | undefined;
6685
- /**
6686
- * <p>The ID of the Client VPN endpoint with which the target network is associated.</p>
6687
- * @public
6688
- */
6689
- ClientVpnEndpointId?: string | undefined;
6690
- /**
6691
- * <p>The current state of the target network association.</p>
6692
- * @public
6693
- */
6694
- Status?: AssociationStatus | undefined;
6695
- /**
6696
- * <p>The IDs of the security groups applied to the target network association.</p>
6697
- * @public
6698
- */
6699
- SecurityGroups?: string[] | undefined;
6700
- }
6701
- /**
6702
- * @public
6703
- */
6704
- export interface DescribeClientVpnTargetNetworksResult {
6705
- /**
6706
- * <p>Information about the associated target networks.</p>
6707
- * @public
6708
- */
6709
- ClientVpnTargetNetworks?: TargetNetwork[] | undefined;
6710
- /**
6711
- * <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>
6712
- * @public
6713
- */
6714
- NextToken?: string | undefined;
6715
- }
6716
- /**
6717
- * @public
6718
- */
6719
- export interface DescribeCoipPoolsRequest {
6720
- /**
6721
- * <p>The IDs of the address pools.</p>
6722
- * @public
6723
- */
6724
- PoolIds?: string[] | undefined;
6725
- /**
6726
- * <p>One or more filters.</p>
6727
- * <ul>
6728
- * <li>
6729
- * <p>
6730
- * <code>coip-pool.local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
6731
- * </li>
6732
- * <li>
6733
- * <p>
6734
- * <code>coip-pool.pool-id</code> - The ID of the address pool.</p>
6735
- * </li>
6736
- * </ul>
6737
- * @public
6738
- */
6739
- Filters?: Filter[] | undefined;
6740
- /**
6741
- * <p>The maximum number of results to return with a single call.
6742
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
6743
- * @public
6744
- */
6745
- MaxResults?: number | undefined;
6746
- /**
6747
- * <p>The token for the next page of results.</p>
6748
- * @public
6749
- */
6750
- NextToken?: string | undefined;
6751
- /**
6752
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6753
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6754
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6755
- * @public
6756
- */
6757
- DryRun?: boolean | undefined;
6758
- }
6759
- /**
6760
- * @public
6761
- */
6762
- export interface DescribeCoipPoolsResult {
6763
- /**
6764
- * <p>Information about the address pools.</p>
6765
- * @public
6766
- */
6767
- CoipPools?: CoipPool[] | undefined;
6768
- /**
6769
- * <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>
6770
- * @public
6771
- */
6772
- NextToken?: string | undefined;
6773
- }
6774
- /**
6775
- * @public
6776
- */
6777
- export interface DescribeConversionTasksRequest {
6778
- /**
6779
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6780
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6781
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6782
- * @public
6783
- */
6784
- DryRun?: boolean | undefined;
6785
- /**
6786
- * <p>The conversion task IDs.</p>
6787
- * @public
6788
- */
6789
- ConversionTaskIds?: string[] | undefined;
6790
- }
6791
6620
  /**
6792
6621
  * @internal
6793
6622
  */