@aws-sdk/client-ec2 3.800.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 (219) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +827 -196
  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/DescribeOutpostLagsCommand.js +22 -0
  9. package/dist-es/commands/DescribeServiceLinkVirtualInterfacesCommand.js +22 -0
  10. package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
  11. package/dist-es/commands/ImportImageCommand.js +1 -1
  12. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  13. package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
  14. package/dist-es/commands/index.js +6 -0
  15. package/dist-es/models/models_0.js +2 -0
  16. package/dist-es/models/models_2.js +13 -8
  17. package/dist-es/models/models_3.js +8 -3
  18. package/dist-es/models/models_4.js +3 -6
  19. package/dist-es/models/models_5.js +12 -3
  20. package/dist-es/models/models_6.js +3 -21
  21. package/dist-es/models/models_7.js +22 -24
  22. package/dist-es/models/models_8.js +23 -0
  23. package/dist-es/protocols/Aws_ec2.js +537 -29
  24. package/dist-types/EC2.d.ts +44 -0
  25. package/dist-types/EC2Client.d.ts +8 -2
  26. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  27. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  28. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  29. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  30. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  31. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  32. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  33. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  58. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  59. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +110 -0
  63. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +103 -0
  64. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  70. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +3 -2
  105. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
  106. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  108. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +93 -0
  109. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +90 -0
  110. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
  111. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  115. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -0
  116. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +6 -1
  117. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -2
  120. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +105 -0
  121. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +106 -0
  122. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  123. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  124. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  125. package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
  126. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  127. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  128. package/dist-types/commands/DisableImageCommand.d.ts +1 -1
  129. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
  130. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  131. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  132. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -1
  133. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  134. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  135. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  136. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  137. package/dist-types/commands/ImportImageCommand.d.ts +2 -2
  138. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  139. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  140. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  141. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  142. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  143. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  144. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -3
  145. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  146. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
  147. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  148. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  149. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  150. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  151. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  152. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  153. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -2
  154. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  155. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  156. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  157. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  158. package/dist-types/commands/index.d.ts +6 -0
  159. package/dist-types/models/models_0.d.ts +2 -0
  160. package/dist-types/models/models_1.d.ts +1 -1
  161. package/dist-types/models/models_2.d.ts +263 -214
  162. package/dist-types/models/models_3.d.ts +270 -454
  163. package/dist-types/models/models_4.d.ts +3916 -3906
  164. package/dist-types/models/models_5.d.ts +1257 -949
  165. package/dist-types/models/models_6.d.ts +3406 -3631
  166. package/dist-types/models/models_7.d.ts +1826 -1723
  167. package/dist-types/models/models_8.d.ts +471 -3
  168. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  169. package/dist-types/ts3.4/EC2.d.ts +134 -0
  170. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  171. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  172. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  173. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -4
  174. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  176. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  177. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -4
  178. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +4 -2
  185. package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +51 -0
  186. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -4
  194. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +2 -4
  200. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +4 -2
  209. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  210. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  211. package/dist-types/ts3.4/models/models_2.d.ts +74 -54
  212. package/dist-types/ts3.4/models/models_3.d.ts +76 -97
  213. package/dist-types/ts3.4/models/models_4.d.ts +104 -79
  214. package/dist-types/ts3.4/models/models_5.d.ts +119 -90
  215. package/dist-types/ts3.4/models/models_6.d.ts +83 -126
  216. package/dist-types/ts3.4/models/models_7.d.ts +127 -115
  217. package/dist-types/ts3.4/models/models_8.d.ts +110 -0
  218. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  219. package/package.json +4 -4
@@ -1,6 +1,219 @@
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 { 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
+ }
4
217
  /**
5
218
  * <p>Options for sending VPN tunnel logs to CloudWatch.</p>
6
219
  * @public
@@ -2042,6 +2255,60 @@ export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
2042
2255
  */
2043
2256
  LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation | undefined;
2044
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
+ }
2045
2312
  /**
2046
2313
  * @public
2047
2314
  */
@@ -6350,457 +6617,6 @@ export interface ClientRouteEnforcementResponseOptions {
6350
6617
  */
6351
6618
  Enforced?: boolean | undefined;
6352
6619
  }
6353
- /**
6354
- * <p>Information about the client connection logging options for a Client VPN endpoint.</p>
6355
- * @public
6356
- */
6357
- export interface ConnectionLogResponseOptions {
6358
- /**
6359
- * <p>Indicates whether client connection logging is enabled for the Client VPN endpoint.</p>
6360
- * @public
6361
- */
6362
- Enabled?: boolean | undefined;
6363
- /**
6364
- * <p>The name of the Amazon CloudWatch Logs log group to which connection logging data is published.</p>
6365
- * @public
6366
- */
6367
- CloudwatchLogGroup?: string | undefined;
6368
- /**
6369
- * <p>The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.</p>
6370
- * @public
6371
- */
6372
- CloudwatchLogStream?: string | undefined;
6373
- }
6374
- /**
6375
- * @public
6376
- * @enum
6377
- */
6378
- export declare const VpnProtocol: {
6379
- readonly openvpn: "openvpn";
6380
- };
6381
- /**
6382
- * @public
6383
- */
6384
- export type VpnProtocol = (typeof VpnProtocol)[keyof typeof VpnProtocol];
6385
- /**
6386
- * <p>Describes a Client VPN endpoint.</p>
6387
- * @public
6388
- */
6389
- export interface ClientVpnEndpoint {
6390
- /**
6391
- * <p>The ID of the Client VPN endpoint.</p>
6392
- * @public
6393
- */
6394
- ClientVpnEndpointId?: string | undefined;
6395
- /**
6396
- * <p>A brief description of the endpoint.</p>
6397
- * @public
6398
- */
6399
- Description?: string | undefined;
6400
- /**
6401
- * <p>The current state of the Client VPN endpoint.</p>
6402
- * @public
6403
- */
6404
- Status?: ClientVpnEndpointStatus | undefined;
6405
- /**
6406
- * <p>The date and time the Client VPN endpoint was created.</p>
6407
- * @public
6408
- */
6409
- CreationTime?: string | undefined;
6410
- /**
6411
- * <p>The date and time the Client VPN endpoint was deleted, if applicable.</p>
6412
- * @public
6413
- */
6414
- DeletionTime?: string | undefined;
6415
- /**
6416
- * <p>The DNS name to be used by clients when connecting to the Client VPN endpoint.</p>
6417
- * @public
6418
- */
6419
- DnsName?: string | undefined;
6420
- /**
6421
- * <p>The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.</p>
6422
- * @public
6423
- */
6424
- ClientCidrBlock?: string | undefined;
6425
- /**
6426
- * <p>Information about the DNS servers to be used for DNS resolution. </p>
6427
- * @public
6428
- */
6429
- DnsServers?: string[] | undefined;
6430
- /**
6431
- * <p>Indicates whether split-tunnel is enabled in the Client VPN endpoint.</p>
6432
- * <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>
6433
- * in the <i>Client VPN Administrator Guide</i>.</p>
6434
- * @public
6435
- */
6436
- SplitTunnel?: boolean | undefined;
6437
- /**
6438
- * <p>The protocol used by the VPN session.</p>
6439
- * @public
6440
- */
6441
- VpnProtocol?: VpnProtocol | undefined;
6442
- /**
6443
- * <p>The transport protocol used by the Client VPN endpoint.</p>
6444
- * @public
6445
- */
6446
- TransportProtocol?: TransportProtocol | undefined;
6447
- /**
6448
- * <p>The port number for the Client VPN endpoint.</p>
6449
- * @public
6450
- */
6451
- VpnPort?: number | undefined;
6452
- /**
6453
- * <p>Information about the associated target networks. A target network is a subnet in a VPC.</p>
6454
- *
6455
- * @deprecated
6456
- * @public
6457
- */
6458
- AssociatedTargetNetworks?: AssociatedTargetNetwork[] | undefined;
6459
- /**
6460
- * <p>The ARN of the server certificate.</p>
6461
- * @public
6462
- */
6463
- ServerCertificateArn?: string | undefined;
6464
- /**
6465
- * <p>Information about the authentication method used by the Client VPN endpoint.</p>
6466
- * @public
6467
- */
6468
- AuthenticationOptions?: ClientVpnAuthentication[] | undefined;
6469
- /**
6470
- * <p>Information about the client connection logging options for the Client VPN endpoint.</p>
6471
- * @public
6472
- */
6473
- ConnectionLogOptions?: ConnectionLogResponseOptions | undefined;
6474
- /**
6475
- * <p>Any tags assigned to the Client VPN endpoint.</p>
6476
- * @public
6477
- */
6478
- Tags?: Tag[] | undefined;
6479
- /**
6480
- * <p>The IDs of the security groups for the target network.</p>
6481
- * @public
6482
- */
6483
- SecurityGroupIds?: string[] | undefined;
6484
- /**
6485
- * <p>The ID of the VPC.</p>
6486
- * @public
6487
- */
6488
- VpcId?: string | undefined;
6489
- /**
6490
- * <p>The URL of the self-service portal.</p>
6491
- * @public
6492
- */
6493
- SelfServicePortalUrl?: string | undefined;
6494
- /**
6495
- * <p>The options for managing connection authorization for new client connections.</p>
6496
- * @public
6497
- */
6498
- ClientConnectOptions?: ClientConnectResponseOptions | undefined;
6499
- /**
6500
- * <p>The maximum VPN session duration time in hours.</p>
6501
- * <p>Valid values: <code>8 | 10 | 12 | 24</code>
6502
- * </p>
6503
- * <p>Default value: <code>24</code>
6504
- * </p>
6505
- * @public
6506
- */
6507
- SessionTimeoutHours?: number | undefined;
6508
- /**
6509
- * <p>Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is
6510
- * established.</p>
6511
- * @public
6512
- */
6513
- ClientLoginBannerOptions?: ClientLoginBannerResponseOptions | undefined;
6514
- /**
6515
- * <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
6516
- * 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>
6517
- * <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,
6518
- * reverting it back to the expected route configurations.</p>
6519
- * @public
6520
- */
6521
- ClientRouteEnforcementOptions?: ClientRouteEnforcementResponseOptions | undefined;
6522
- /**
6523
- * <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>true</code>.</p>
6524
- * @public
6525
- */
6526
- DisconnectOnSessionTimeout?: boolean | undefined;
6527
- }
6528
- /**
6529
- * @public
6530
- */
6531
- export interface DescribeClientVpnEndpointsResult {
6532
- /**
6533
- * <p>Information about the Client VPN endpoints.</p>
6534
- * @public
6535
- */
6536
- ClientVpnEndpoints?: ClientVpnEndpoint[] | undefined;
6537
- /**
6538
- * <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>
6539
- * @public
6540
- */
6541
- NextToken?: string | undefined;
6542
- }
6543
- /**
6544
- * @public
6545
- */
6546
- export interface DescribeClientVpnRoutesRequest {
6547
- /**
6548
- * <p>The ID of the Client VPN endpoint.</p>
6549
- * @public
6550
- */
6551
- ClientVpnEndpointId: string | undefined;
6552
- /**
6553
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
6554
- * <ul>
6555
- * <li>
6556
- * <p>
6557
- * <code>destination-cidr</code> - The CIDR of the route destination.</p>
6558
- * </li>
6559
- * <li>
6560
- * <p>
6561
- * <code>origin</code> - How the route was associated with the Client VPN endpoint (<code>associate</code> | <code>add-route</code>).</p>
6562
- * </li>
6563
- * <li>
6564
- * <p>
6565
- * <code>target-subnet</code> - The ID of the subnet through which traffic is routed.</p>
6566
- * </li>
6567
- * </ul>
6568
- * @public
6569
- */
6570
- Filters?: Filter[] | undefined;
6571
- /**
6572
- * <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>
6573
- * @public
6574
- */
6575
- MaxResults?: number | undefined;
6576
- /**
6577
- * <p>The token to retrieve the next page of results.</p>
6578
- * @public
6579
- */
6580
- NextToken?: string | undefined;
6581
- /**
6582
- * <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>
6583
- * @public
6584
- */
6585
- DryRun?: boolean | undefined;
6586
- }
6587
- /**
6588
- * <p>Information about a Client VPN endpoint route.</p>
6589
- * @public
6590
- */
6591
- export interface ClientVpnRoute {
6592
- /**
6593
- * <p>The ID of the Client VPN endpoint with which the route is associated.</p>
6594
- * @public
6595
- */
6596
- ClientVpnEndpointId?: string | undefined;
6597
- /**
6598
- * <p>The IPv4 address range, in CIDR notation, of the route destination.</p>
6599
- * @public
6600
- */
6601
- DestinationCidr?: string | undefined;
6602
- /**
6603
- * <p>The ID of the subnet through which traffic is routed.</p>
6604
- * @public
6605
- */
6606
- TargetSubnet?: string | undefined;
6607
- /**
6608
- * <p>The route type.</p>
6609
- * @public
6610
- */
6611
- Type?: string | undefined;
6612
- /**
6613
- * <p>Indicates how the route was associated with the Client VPN endpoint.
6614
- * <code>associate</code> indicates that the route was automatically added when the target network
6615
- * was associated with the Client VPN endpoint. <code>add-route</code> indicates that the route
6616
- * was manually added using the <b>CreateClientVpnRoute</b> action.</p>
6617
- * @public
6618
- */
6619
- Origin?: string | undefined;
6620
- /**
6621
- * <p>The current state of the route.</p>
6622
- * @public
6623
- */
6624
- Status?: ClientVpnRouteStatus | undefined;
6625
- /**
6626
- * <p>A brief description of the route.</p>
6627
- * @public
6628
- */
6629
- Description?: string | undefined;
6630
- }
6631
- /**
6632
- * @public
6633
- */
6634
- export interface DescribeClientVpnRoutesResult {
6635
- /**
6636
- * <p>Information about the Client VPN endpoint routes.</p>
6637
- * @public
6638
- */
6639
- Routes?: ClientVpnRoute[] | undefined;
6640
- /**
6641
- * <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>
6642
- * @public
6643
- */
6644
- NextToken?: string | undefined;
6645
- }
6646
- /**
6647
- * @public
6648
- */
6649
- export interface DescribeClientVpnTargetNetworksRequest {
6650
- /**
6651
- * <p>The ID of the Client VPN endpoint.</p>
6652
- * @public
6653
- */
6654
- ClientVpnEndpointId: string | undefined;
6655
- /**
6656
- * <p>The IDs of the target network associations.</p>
6657
- * @public
6658
- */
6659
- AssociationIds?: string[] | undefined;
6660
- /**
6661
- * <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>
6662
- * @public
6663
- */
6664
- MaxResults?: number | undefined;
6665
- /**
6666
- * <p>The token to retrieve the next page of results.</p>
6667
- * @public
6668
- */
6669
- NextToken?: string | undefined;
6670
- /**
6671
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
6672
- * <ul>
6673
- * <li>
6674
- * <p>
6675
- * <code>association-id</code> - The ID of the association.</p>
6676
- * </li>
6677
- * <li>
6678
- * <p>
6679
- * <code>target-network-id</code> - The ID of the subnet specified as the target network.</p>
6680
- * </li>
6681
- * <li>
6682
- * <p>
6683
- * <code>vpc-id</code> - The ID of the VPC in which the target network is located.</p>
6684
- * </li>
6685
- * </ul>
6686
- * @public
6687
- */
6688
- Filters?: Filter[] | undefined;
6689
- /**
6690
- * <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>
6691
- * @public
6692
- */
6693
- DryRun?: boolean | undefined;
6694
- }
6695
- /**
6696
- * <p>Describes a target network associated with a Client VPN endpoint.</p>
6697
- * @public
6698
- */
6699
- export interface TargetNetwork {
6700
- /**
6701
- * <p>The ID of the association.</p>
6702
- * @public
6703
- */
6704
- AssociationId?: string | undefined;
6705
- /**
6706
- * <p>The ID of the VPC in which the target network (subnet) is located.</p>
6707
- * @public
6708
- */
6709
- VpcId?: string | undefined;
6710
- /**
6711
- * <p>The ID of the subnet specified as the target network.</p>
6712
- * @public
6713
- */
6714
- TargetNetworkId?: string | undefined;
6715
- /**
6716
- * <p>The ID of the Client VPN endpoint with which the target network is associated.</p>
6717
- * @public
6718
- */
6719
- ClientVpnEndpointId?: string | undefined;
6720
- /**
6721
- * <p>The current state of the target network association.</p>
6722
- * @public
6723
- */
6724
- Status?: AssociationStatus | undefined;
6725
- /**
6726
- * <p>The IDs of the security groups applied to the target network association.</p>
6727
- * @public
6728
- */
6729
- SecurityGroups?: string[] | undefined;
6730
- }
6731
- /**
6732
- * @public
6733
- */
6734
- export interface DescribeClientVpnTargetNetworksResult {
6735
- /**
6736
- * <p>Information about the associated target networks.</p>
6737
- * @public
6738
- */
6739
- ClientVpnTargetNetworks?: TargetNetwork[] | undefined;
6740
- /**
6741
- * <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>
6742
- * @public
6743
- */
6744
- NextToken?: string | undefined;
6745
- }
6746
- /**
6747
- * @public
6748
- */
6749
- export interface DescribeCoipPoolsRequest {
6750
- /**
6751
- * <p>The IDs of the address pools.</p>
6752
- * @public
6753
- */
6754
- PoolIds?: string[] | undefined;
6755
- /**
6756
- * <p>One or more filters.</p>
6757
- * <ul>
6758
- * <li>
6759
- * <p>
6760
- * <code>coip-pool.local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
6761
- * </li>
6762
- * <li>
6763
- * <p>
6764
- * <code>coip-pool.pool-id</code> - The ID of the address pool.</p>
6765
- * </li>
6766
- * </ul>
6767
- * @public
6768
- */
6769
- Filters?: Filter[] | undefined;
6770
- /**
6771
- * <p>The maximum number of results to return with a single call.
6772
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
6773
- * @public
6774
- */
6775
- MaxResults?: number | undefined;
6776
- /**
6777
- * <p>The token for the next page of results.</p>
6778
- * @public
6779
- */
6780
- NextToken?: string | undefined;
6781
- /**
6782
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6783
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6784
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6785
- * @public
6786
- */
6787
- DryRun?: boolean | undefined;
6788
- }
6789
- /**
6790
- * @public
6791
- */
6792
- export interface DescribeCoipPoolsResult {
6793
- /**
6794
- * <p>Information about the address pools.</p>
6795
- * @public
6796
- */
6797
- CoipPools?: CoipPool[] | undefined;
6798
- /**
6799
- * <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>
6800
- * @public
6801
- */
6802
- NextToken?: string | undefined;
6803
- }
6804
6620
  /**
6805
6621
  * @internal
6806
6622
  */