@aws-sdk/client-ec2 3.933.0 → 3.934.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 (214) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +346 -65
  3. package/dist-es/EC2.js +6 -0
  4. package/dist-es/commands/CreateVpnConcentratorCommand.js +16 -0
  5. package/dist-es/commands/DeleteVpnConcentratorCommand.js +16 -0
  6. package/dist-es/commands/DescribeVpnConcentratorsCommand.js +16 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +2 -0
  9. package/dist-es/models/models_3.js +3 -12
  10. package/dist-es/models/models_4.js +12 -7
  11. package/dist-es/models/models_5.js +7 -0
  12. package/dist-es/models/models_7.js +0 -3
  13. package/dist-es/models/models_8.js +3 -0
  14. package/dist-es/pagination/DescribeVpnConcentratorsPaginator.js +4 -0
  15. package/dist-es/pagination/index.js +1 -0
  16. package/dist-es/schemas/schemas_0.js +292 -62
  17. package/dist-types/EC2.d.ts +22 -0
  18. package/dist-types/EC2Client.d.ts +5 -2
  19. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  20. package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  21. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  22. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  23. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  24. package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  25. package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  26. package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
  27. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  28. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  29. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  30. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  31. package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.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/CreateImageUsageReportCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  61. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  62. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  75. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +99 -0
  113. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +3 -1
  114. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  116. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  117. package/dist-types/commands/DeleteVpnConcentratorCommand.d.ts +75 -0
  118. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +2 -1
  119. package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -2
  120. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +2 -1
  121. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  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/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -1
  126. package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -2
  129. package/dist-types/commands/DescribeVpnConcentratorsCommand.d.ts +102 -0
  130. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -0
  131. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  132. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  133. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  134. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  135. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  136. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  137. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
  138. package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  139. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  140. package/dist-types/commands/GetImageAncestryCommand.d.ts +1 -1
  141. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  142. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  143. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  144. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  145. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  146. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  147. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  148. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  149. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  150. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  151. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  152. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  153. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  154. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  155. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -0
  156. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -0
  157. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -0
  158. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -0
  159. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  160. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  161. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  162. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  163. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  164. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  165. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  166. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  167. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  168. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  169. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  170. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  171. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  172. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  173. package/dist-types/commands/index.d.ts +3 -0
  174. package/dist-types/models/models_0.d.ts +2 -0
  175. package/dist-types/models/models_3.d.ts +121 -167
  176. package/dist-types/models/models_4.d.ts +167 -168
  177. package/dist-types/models/models_5.d.ts +172 -179
  178. package/dist-types/models/models_6.d.ts +226 -224
  179. package/dist-types/models/models_7.d.ts +225 -250
  180. package/dist-types/models/models_8.d.ts +248 -2
  181. package/dist-types/pagination/DescribeVpnConcentratorsPaginator.d.ts +7 -0
  182. package/dist-types/pagination/index.d.ts +1 -0
  183. package/dist-types/schemas/schemas_0.d.ts +12 -0
  184. package/dist-types/ts3.4/EC2.d.ts +52 -0
  185. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  186. package/dist-types/ts3.4/commands/CreateVpnConcentratorCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/DeleteVpnConcentratorCommand.d.ts +51 -0
  188. package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +2 -4
  189. package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +4 -2
  190. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +2 -4
  191. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -4
  192. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +4 -2
  195. package/dist-types/ts3.4/commands/DescribeVpnConcentratorsCommand.d.ts +51 -0
  196. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  204. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  205. package/dist-types/ts3.4/models/models_3.d.ts +31 -42
  206. package/dist-types/ts3.4/models/models_4.d.ts +42 -41
  207. package/dist-types/ts3.4/models/models_5.d.ts +47 -38
  208. package/dist-types/ts3.4/models/models_6.d.ts +50 -46
  209. package/dist-types/ts3.4/models/models_7.d.ts +47 -56
  210. package/dist-types/ts3.4/models/models_8.d.ts +59 -1
  211. package/dist-types/ts3.4/pagination/DescribeVpnConcentratorsPaginator.d.ts +11 -0
  212. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  213. package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
  214. package/package.json +5 -5
@@ -1033,13 +1033,16 @@ const _CVBPAE = "CreateVpcBlockPublicAccessExclusion";
1033
1033
  const _CVBPAER = "CreateVpcBlockPublicAccessExclusionRequest";
1034
1034
  const _CVBPAERr = "CreateVpcBlockPublicAccessExclusionResult";
1035
1035
  const _CVC = "ClientVpnConnection";
1036
- const _CVCR = "CreateVpnConnectionRequest";
1036
+ const _CVCR = "CreateVpnConcentratorRequest";
1037
1037
  const _CVCRR = "CreateVpnConnectionRouteRequest";
1038
- const _CVCRr = "CreateVpnConnectionResult";
1039
- const _CVCRre = "CreateVpnConnectionRoute";
1038
+ const _CVCRr = "CreateVpnConcentratorResult";
1039
+ const _CVCRre = "CreateVpnConnectionRequest";
1040
+ const _CVCRrea = "CreateVpnConnectionResult";
1041
+ const _CVCRreat = "CreateVpnConnectionRoute";
1040
1042
  const _CVCS = "ClientVpnConnectionStatus";
1041
1043
  const _CVCSl = "ClientVpnConnectionSet";
1042
- const _CVCr = "CreateVpnConnection";
1044
+ const _CVCr = "CreateVpnConcentrator";
1045
+ const _CVCre = "CreateVpnConnection";
1043
1046
  const _CVE = "ClientVpnEndpoint";
1044
1047
  const _CVEAS = "ClientVpnEndpointAttributeStatus";
1045
1048
  const _CVECN = "CreateVpcEndpointConnectionNotification";
@@ -2120,13 +2123,19 @@ const _DVCLRe = "DescribeVpcClassicLinkResult";
2120
2123
  const _DVCLRi = "DisableVpcClassicLinkRequest";
2121
2124
  const _DVCLRis = "DisableVpcClassicLinkResult";
2122
2125
  const _DVCLi = "DisableVpcClassicLink";
2123
- const _DVCR = "DeleteVpnConnectionRequest";
2126
+ const _DVCR = "DeleteVpnConcentratorRequest";
2124
2127
  const _DVCRR = "DeleteVpnConnectionRouteRequest";
2125
- const _DVCRe = "DescribeVpnConnectionsRequest";
2126
- const _DVCRel = "DeleteVpnConnectionRoute";
2127
- const _DVCRes = "DescribeVpnConnectionsResult";
2128
- const _DVCe = "DeleteVpnConnection";
2129
- const _DVCes = "DescribeVpnConnections";
2128
+ const _DVCRe = "DeleteVpnConcentratorResult";
2129
+ const _DVCRel = "DeleteVpnConnectionRequest";
2130
+ const _DVCRele = "DeleteVpnConnectionRoute";
2131
+ const _DVCRes = "DescribeVpnConcentratorsRequest";
2132
+ const _DVCResc = "DescribeVpnConcentratorsResult";
2133
+ const _DVCRescr = "DescribeVpnConnectionsRequest";
2134
+ const _DVCRescri = "DescribeVpnConnectionsResult";
2135
+ const _DVCe = "DeleteVpnConcentrator";
2136
+ const _DVCel = "DeleteVpnConnection";
2137
+ const _DVCes = "DescribeVpnConcentrators";
2138
+ const _DVCesc = "DescribeVpnConnections";
2130
2139
  const _DVD = "DeviceValidationDomain";
2131
2140
  const _DVE = "DeleteVpcEndpoints";
2132
2141
  const _DVEA = "DescribeVpcEndpointAssociations";
@@ -5594,7 +5603,7 @@ const _VBPAEIL = "VpcBlockPublicAccessExclusionIdList";
5594
5603
  const _VBPAEL = "VpcBlockPublicAccessExclusionList";
5595
5604
  const _VBPAEp = "VpcBlockPublicAccessExclusions";
5596
5605
  const _VBPAO = "VpcBlockPublicAccessOptions";
5597
- const _VC = "VpnConnection";
5606
+ const _VC = "VpnConcentrator";
5598
5607
  const _VCBA = "VpcCidrBlockAssociation";
5599
5608
  const _VCBAS = "VpcCidrBlockAssociationSet";
5600
5609
  const _VCBS = "VpcCidrBlockState";
@@ -5606,18 +5615,24 @@ const _VCDT = "VpnConnectionDeviceTypes";
5606
5615
  const _VCDTI = "VpnConnectionDeviceTypeId";
5607
5616
  const _VCDTL = "VpnConnectionDeviceTypeList";
5608
5617
  const _VCDTp = "VpnConnectionDeviceType";
5609
- const _VCI = "VpnConnectionId";
5610
- const _VCISL = "VpnConnectionIdStringList";
5611
- const _VCIp = "VpnConnectionIds";
5618
+ const _VCI = "VpnConcentratorId";
5619
+ const _VCISL = "VpnConcentratorIdStringList";
5620
+ const _VCISLp = "VpnConnectionIdStringList";
5621
+ const _VCIp = "VpnConnectionId";
5622
+ const _VCIpn = "VpnConcentratorIds";
5623
+ const _VCIpno = "VpnConnectionIds";
5612
5624
  const _VCIpu = "VCpuInfo";
5613
5625
  const _VCL = "VpcClassicLink";
5614
5626
  const _VCLIL = "VpcClassicLinkIdList";
5615
5627
  const _VCLL = "VpcClassicLinkList";
5616
- const _VCLp = "VpnConnectionList";
5628
+ const _VCLp = "VpnConcentratorList";
5629
+ const _VCLpn = "VpnConnectionList";
5617
5630
  const _VCO = "VpnConnectionOptions";
5618
5631
  const _VCOS = "VpnConnectionOptionsSpecification";
5619
5632
  const _VCa = "ValidCores";
5620
- const _VCp = "VpnConnections";
5633
+ const _VCp = "VpnConnection";
5634
+ const _VCpn = "VpnConcentrators";
5635
+ const _VCpno = "VpnConnections";
5621
5636
  const _VD = "VersionDescription";
5622
5637
  const _VDo = "VolumeDetail";
5623
5638
  const _VE = "VpcEndpoint";
@@ -7656,15 +7671,18 @@ const _vATPS = "verifiedAccessTrustProviderSet";
7656
7671
  const _vBPAE = "vpcBlockPublicAccessExclusion";
7657
7672
  const _vBPAES = "vpcBlockPublicAccessExclusionSet";
7658
7673
  const _vBPAO = "vpcBlockPublicAccessOptions";
7659
- const _vC = "vpnConnection";
7674
+ const _vC = "vpnConcentrator";
7660
7675
  const _vCC = "vCpuCount";
7661
7676
  const _vCDSC = "vpnConnectionDeviceSampleConfiguration";
7662
7677
  const _vCDTI = "vpnConnectionDeviceTypeId";
7663
7678
  const _vCDTS = "vpnConnectionDeviceTypeSet";
7664
7679
  const _vCI = "vpnConnectionId";
7665
7680
  const _vCIp = "vCpuInfo";
7666
- const _vCS = "vpnConnectionSet";
7681
+ const _vCIpn = "vpnConcentratorId";
7682
+ const _vCS = "vpnConcentratorSet";
7683
+ const _vCSp = "vpnConnectionSet";
7667
7684
  const _vCa = "validCores";
7685
+ const _vCp = "vpnConnection";
7668
7686
  const _vD = "versionDescription";
7669
7687
  const _vE = "vpcEndpoint";
7670
7688
  const _vEAS = "vpcEndpointAssociationSet";
@@ -18826,17 +18844,52 @@ export var CreateVpcResult = [
18826
18844
  ],
18827
18845
  ],
18828
18846
  ];
18829
- export var CreateVpnConnectionRequest = [
18847
+ export var CreateVpnConcentratorRequest = [
18830
18848
  3,
18831
18849
  n0,
18832
18850
  _CVCR,
18833
18851
  0,
18834
- [_CGIu, _Ty, _VGI, _TGI, _TS, _PSKS, _DR, _Opt],
18852
+ [_Ty, _TGI, _TS, _DR],
18853
+ [
18854
+ 0,
18855
+ 0,
18856
+ [
18857
+ () => TagSpecificationList,
18858
+ {
18859
+ [_xN]: _TSa,
18860
+ },
18861
+ ],
18862
+ 2,
18863
+ ],
18864
+ ];
18865
+ export var CreateVpnConcentratorResult = [
18866
+ 3,
18867
+ n0,
18868
+ _CVCRr,
18869
+ 0,
18870
+ [_VC],
18871
+ [
18872
+ [
18873
+ () => VpnConcentrator,
18874
+ {
18875
+ [_eQN]: `VpnConcentrator`,
18876
+ [_xN]: _vC,
18877
+ },
18878
+ ],
18879
+ ],
18880
+ ];
18881
+ export var CreateVpnConnectionRequest = [
18882
+ 3,
18883
+ n0,
18884
+ _CVCRre,
18885
+ 0,
18886
+ [_CGIu, _Ty, _VGI, _TGI, _VCI, _TS, _PSKS, _DR, _Opt],
18835
18887
  [
18836
18888
  0,
18837
18889
  0,
18838
18890
  0,
18839
18891
  0,
18892
+ 0,
18840
18893
  [
18841
18894
  () => TagSpecificationList,
18842
18895
  {
@@ -18863,20 +18916,20 @@ export var CreateVpnConnectionRequest = [
18863
18916
  export var CreateVpnConnectionResult = [
18864
18917
  3,
18865
18918
  n0,
18866
- _CVCRr,
18919
+ _CVCRrea,
18867
18920
  0,
18868
- [_VC],
18921
+ [_VCp],
18869
18922
  [
18870
18923
  [
18871
18924
  () => VpnConnection,
18872
18925
  {
18873
18926
  [_eQN]: `VpnConnection`,
18874
- [_xN]: _vC,
18927
+ [_xN]: _vCp,
18875
18928
  },
18876
18929
  ],
18877
18930
  ],
18878
18931
  ];
18879
- export var CreateVpnConnectionRouteRequest = [3, n0, _CVCRR, 0, [_DCB, _VCI], [0, 0]];
18932
+ export var CreateVpnConnectionRouteRequest = [3, n0, _CVCRR, 0, [_DCB, _VCIp], [0, 0]];
18880
18933
  export var CreateVpnGatewayRequest = [
18881
18934
  3,
18882
18935
  n0,
@@ -21177,12 +21230,29 @@ export var DeleteVpcRequest = [
21177
21230
  ],
21178
21231
  ],
21179
21232
  ];
21233
+ export var DeleteVpnConcentratorRequest = [3, n0, _DVCR, 0, [_VCI, _DR], [0, 2]];
21234
+ export var DeleteVpnConcentratorResult = [
21235
+ 3,
21236
+ n0,
21237
+ _DVCRe,
21238
+ 0,
21239
+ [_R],
21240
+ [
21241
+ [
21242
+ 2,
21243
+ {
21244
+ [_eQN]: `Return`,
21245
+ [_xN]: _r,
21246
+ },
21247
+ ],
21248
+ ],
21249
+ ];
21180
21250
  export var DeleteVpnConnectionRequest = [
21181
21251
  3,
21182
21252
  n0,
21183
- _DVCR,
21253
+ _DVCRel,
21184
21254
  0,
21185
- [_VCI, _DR],
21255
+ [_VCIp, _DR],
21186
21256
  [
21187
21257
  0,
21188
21258
  [
@@ -21194,7 +21264,7 @@ export var DeleteVpnConnectionRequest = [
21194
21264
  ],
21195
21265
  ],
21196
21266
  ];
21197
- export var DeleteVpnConnectionRouteRequest = [3, n0, _DVCRR, 0, [_DCB, _VCI], [0, 0]];
21267
+ export var DeleteVpnConnectionRouteRequest = [3, n0, _DVCRR, 0, [_DCB, _VCIp], [0, 0]];
21198
21268
  export var DeleteVpnGatewayRequest = [
21199
21269
  3,
21200
21270
  n0,
@@ -29956,12 +30026,59 @@ export var DescribeVpcsResult = [
29956
30026
  ],
29957
30027
  ],
29958
30028
  ];
30029
+ export var DescribeVpnConcentratorsRequest = [
30030
+ 3,
30031
+ n0,
30032
+ _DVCRes,
30033
+ 0,
30034
+ [_VCIpn, _Fi, _MR, _NTe, _DR],
30035
+ [
30036
+ [
30037
+ () => VpnConcentratorIdStringList,
30038
+ {
30039
+ [_xN]: _VCI,
30040
+ },
30041
+ ],
30042
+ [
30043
+ () => FilterList,
30044
+ {
30045
+ [_xN]: _Fil,
30046
+ },
30047
+ ],
30048
+ 1,
30049
+ 0,
30050
+ 2,
30051
+ ],
30052
+ ];
30053
+ export var DescribeVpnConcentratorsResult = [
30054
+ 3,
30055
+ n0,
30056
+ _DVCResc,
30057
+ 0,
30058
+ [_VCpn, _NTe],
30059
+ [
30060
+ [
30061
+ () => VpnConcentratorList,
30062
+ {
30063
+ [_eQN]: `VpnConcentratorSet`,
30064
+ [_xN]: _vCS,
30065
+ },
30066
+ ],
30067
+ [
30068
+ 0,
30069
+ {
30070
+ [_eQN]: `NextToken`,
30071
+ [_xN]: _nTe,
30072
+ },
30073
+ ],
30074
+ ],
30075
+ ];
29959
30076
  export var DescribeVpnConnectionsRequest = [
29960
30077
  3,
29961
30078
  n0,
29962
- _DVCRe,
30079
+ _DVCRescr,
29963
30080
  0,
29964
- [_Fi, _VCIp, _DR],
30081
+ [_Fi, _VCIpno, _DR],
29965
30082
  [
29966
30083
  [
29967
30084
  () => FilterList,
@@ -29972,7 +30089,7 @@ export var DescribeVpnConnectionsRequest = [
29972
30089
  [
29973
30090
  () => VpnConnectionIdStringList,
29974
30091
  {
29975
- [_xN]: _VCI,
30092
+ [_xN]: _VCIp,
29976
30093
  },
29977
30094
  ],
29978
30095
  [
@@ -29987,15 +30104,15 @@ export var DescribeVpnConnectionsRequest = [
29987
30104
  export var DescribeVpnConnectionsResult = [
29988
30105
  3,
29989
30106
  n0,
29990
- _DVCRes,
30107
+ _DVCRescri,
29991
30108
  0,
29992
- [_VCp],
30109
+ [_VCpno],
29993
30110
  [
29994
30111
  [
29995
30112
  () => VpnConnectionList,
29996
30113
  {
29997
30114
  [_eQN]: `VpnConnectionSet`,
29998
- [_xN]: _vCS,
30115
+ [_xN]: _vCSp,
29999
30116
  },
30000
30117
  ],
30001
30118
  ],
@@ -33283,7 +33400,7 @@ export var Explanation = [
33283
33400
  _SRT,
33284
33401
  _Vp,
33285
33402
  _VE,
33286
- _VC,
33403
+ _VCp,
33287
33404
  _VG,
33288
33405
  _TG,
33289
33406
  _TGRT,
@@ -33607,7 +33724,7 @@ export var Explanation = [
33607
33724
  () => AnalysisComponent,
33608
33725
  {
33609
33726
  [_eQN]: `VpnConnection`,
33610
- [_xN]: _vC,
33727
+ [_xN]: _vCp,
33611
33728
  },
33612
33729
  ],
33613
33730
  [
@@ -35318,7 +35435,14 @@ export var FpgaInfo = [
35318
35435
  ],
35319
35436
  ],
35320
35437
  ];
35321
- export var GetActiveVpnTunnelStatusRequest = [3, n0, _GAVTSR, 0, [_VCI, _VTOIA, _DR], [0, 0, 2]];
35438
+ export var GetActiveVpnTunnelStatusRequest = [
35439
+ 3,
35440
+ n0,
35441
+ _GAVTSR,
35442
+ 0,
35443
+ [_VCIp, _VTOIA, _DR],
35444
+ [0, 0, 2],
35445
+ ];
35322
35446
  export var GetActiveVpnTunnelStatusResult = [
35323
35447
  3,
35324
35448
  n0,
@@ -37623,7 +37747,7 @@ export var GetVpnConnectionDeviceSampleConfigurationRequest = [
37623
37747
  n0,
37624
37748
  _GVCDSCR,
37625
37749
  0,
37626
- [_VCI, _VCDTI, _IKEV, _STa, _DR],
37750
+ [_VCIp, _VCDTI, _IKEV, _STa, _DR],
37627
37751
  [0, 0, 0, 0, 2],
37628
37752
  ];
37629
37753
  export var GetVpnConnectionDeviceSampleConfigurationResult = [
@@ -37671,7 +37795,7 @@ export var GetVpnTunnelReplacementStatusRequest = [
37671
37795
  n0,
37672
37796
  _GVTRSR,
37673
37797
  0,
37674
- [_VCI, _VTOIA, _DR],
37798
+ [_VCIp, _VTOIA, _DR],
37675
37799
  [0, 0, 2],
37676
37800
  ];
37677
37801
  export var GetVpnTunnelReplacementStatusResult = [
@@ -37679,7 +37803,7 @@ export var GetVpnTunnelReplacementStatusResult = [
37679
37803
  n0,
37680
37804
  _GVTRSRe,
37681
37805
  0,
37682
- [_VCI, _TGI, _CGIu, _VGI, _VTOIA, _MDa],
37806
+ [_VCIp, _TGI, _CGIu, _VGI, _VTOIA, _MDa],
37683
37807
  [
37684
37808
  [
37685
37809
  0,
@@ -50697,7 +50821,7 @@ export var ModifyVpnConnectionOptionsRequest = [
50697
50821
  n0,
50698
50822
  _MVCOR,
50699
50823
  0,
50700
- [_VCI, _LINC, _RINC, _LINCo, _RINCe, _DR],
50824
+ [_VCIp, _LINC, _RINC, _LINCo, _RINCe, _DR],
50701
50825
  [0, 0, 0, 0, 0, 2],
50702
50826
  ];
50703
50827
  export var ModifyVpnConnectionOptionsResult = [
@@ -50705,13 +50829,13 @@ export var ModifyVpnConnectionOptionsResult = [
50705
50829
  n0,
50706
50830
  _MVCORo,
50707
50831
  0,
50708
- [_VC],
50832
+ [_VCp],
50709
50833
  [
50710
50834
  [
50711
50835
  () => VpnConnection,
50712
50836
  {
50713
50837
  [_eQN]: `VpnConnection`,
50714
- [_xN]: _vC,
50838
+ [_xN]: _vCp,
50715
50839
  },
50716
50840
  ],
50717
50841
  ],
@@ -50721,7 +50845,7 @@ export var ModifyVpnConnectionRequest = [
50721
50845
  n0,
50722
50846
  _MVCR,
50723
50847
  0,
50724
- [_VCI, _TGI, _CGIu, _VGI, _DR],
50848
+ [_VCIp, _TGI, _CGIu, _VGI, _DR],
50725
50849
  [0, 0, 0, 0, 2],
50726
50850
  ];
50727
50851
  export var ModifyVpnConnectionResult = [
@@ -50729,13 +50853,13 @@ export var ModifyVpnConnectionResult = [
50729
50853
  n0,
50730
50854
  _MVCRo,
50731
50855
  0,
50732
- [_VC],
50856
+ [_VCp],
50733
50857
  [
50734
50858
  [
50735
50859
  () => VpnConnection,
50736
50860
  {
50737
50861
  [_eQN]: `VpnConnection`,
50738
- [_xN]: _vC,
50862
+ [_xN]: _vCp,
50739
50863
  },
50740
50864
  ],
50741
50865
  ],
@@ -50745,7 +50869,7 @@ export var ModifyVpnTunnelCertificateRequest = [
50745
50869
  n0,
50746
50870
  _MVTCR,
50747
50871
  0,
50748
- [_VCI, _VTOIA, _DR],
50872
+ [_VCIp, _VTOIA, _DR],
50749
50873
  [0, 0, 2],
50750
50874
  ];
50751
50875
  export var ModifyVpnTunnelCertificateResult = [
@@ -50753,13 +50877,13 @@ export var ModifyVpnTunnelCertificateResult = [
50753
50877
  n0,
50754
50878
  _MVTCRo,
50755
50879
  0,
50756
- [_VC],
50880
+ [_VCp],
50757
50881
  [
50758
50882
  [
50759
50883
  () => VpnConnection,
50760
50884
  {
50761
50885
  [_eQN]: `VpnConnection`,
50762
- [_xN]: _vC,
50886
+ [_xN]: _vCp,
50763
50887
  },
50764
50888
  ],
50765
50889
  ],
@@ -50769,7 +50893,7 @@ export var ModifyVpnTunnelOptionsRequest = [
50769
50893
  n0,
50770
50894
  _MVTOR,
50771
50895
  0,
50772
- [_VCI, _VTOIA, _TO, _DR, _STRk, _PSKS],
50896
+ [_VCIp, _VTOIA, _TO, _DR, _STRk, _PSKS],
50773
50897
  [0, 0, [() => ModifyVpnTunnelOptionsSpecification, 0], 2, 2, 0],
50774
50898
  ];
50775
50899
  export var ModifyVpnTunnelOptionsResult = [
@@ -50777,13 +50901,13 @@ export var ModifyVpnTunnelOptionsResult = [
50777
50901
  n0,
50778
50902
  _MVTORo,
50779
50903
  0,
50780
- [_VC],
50904
+ [_VCp],
50781
50905
  [
50782
50906
  [
50783
50907
  () => VpnConnection,
50784
50908
  {
50785
50909
  [_eQN]: `VpnConnection`,
50786
- [_xN]: _vC,
50910
+ [_xN]: _vCp,
50787
50911
  },
50788
50912
  ],
50789
50913
  ],
@@ -55845,7 +55969,7 @@ export var ReplaceTransitGatewayRouteResult = [
55845
55969
  ],
55846
55970
  ],
55847
55971
  ];
55848
- export var ReplaceVpnTunnelRequest = [3, n0, _RVTR, 0, [_VCI, _VTOIA, _APM, _DR], [0, 0, 2, 2]];
55972
+ export var ReplaceVpnTunnelRequest = [3, n0, _RVTR, 0, [_VCIp, _VTOIA, _APM, _DR], [0, 0, 2, 2]];
55849
55973
  export var ReplaceVpnTunnelResult = [
55850
55974
  3,
55851
55975
  n0,
@@ -68925,12 +69049,63 @@ export var VpcPeeringConnectionVpcInfo = [
68925
69049
  ],
68926
69050
  ],
68927
69051
  ];
68928
- export var VpnConnection = [
69052
+ export var VpnConcentrator = [
68929
69053
  3,
68930
69054
  n0,
68931
69055
  _VC,
68932
69056
  0,
68933
- [_Cat, _TGI, _CNA, _CNAA, _GAS, _Opt, _Rou, _T, _VTg, _PSKA, _VCI, _St, _CGC, _Ty, _CGIu, _VGI],
69057
+ [_VCI, _St, _TGI, _TGAI, _Ty, _T],
69058
+ [
69059
+ [
69060
+ 0,
69061
+ {
69062
+ [_eQN]: `VpnConcentratorId`,
69063
+ [_xN]: _vCIpn,
69064
+ },
69065
+ ],
69066
+ [
69067
+ 0,
69068
+ {
69069
+ [_eQN]: `State`,
69070
+ [_xN]: _st,
69071
+ },
69072
+ ],
69073
+ [
69074
+ 0,
69075
+ {
69076
+ [_eQN]: `TransitGatewayId`,
69077
+ [_xN]: _tGI,
69078
+ },
69079
+ ],
69080
+ [
69081
+ 0,
69082
+ {
69083
+ [_eQN]: `TransitGatewayAttachmentId`,
69084
+ [_xN]: _tGAI,
69085
+ },
69086
+ ],
69087
+ [
69088
+ 0,
69089
+ {
69090
+ [_eQN]: `Type`,
69091
+ [_xN]: _ty,
69092
+ },
69093
+ ],
69094
+ [
69095
+ () => TagList,
69096
+ {
69097
+ [_eQN]: `TagSet`,
69098
+ [_xN]: _tS,
69099
+ },
69100
+ ],
69101
+ ],
69102
+ ];
69103
+ export var VpnConnection = [
69104
+ 3,
69105
+ n0,
69106
+ _VCp,
69107
+ 0,
69108
+ [_Cat, _TGI, _VCI, _CNA, _CNAA, _GAS, _Opt, _Rou, _T, _VTg, _PSKA, _VCIp, _St, _CGC, _Ty, _CGIu, _VGI],
68934
69109
  [
68935
69110
  [
68936
69111
  0,
@@ -68946,6 +69121,13 @@ export var VpnConnection = [
68946
69121
  [_xN]: _tGI,
68947
69122
  },
68948
69123
  ],
69124
+ [
69125
+ 0,
69126
+ {
69127
+ [_eQN]: `VpnConcentratorId`,
69128
+ [_xN]: _vCIpn,
69129
+ },
69130
+ ],
68949
69131
  [
68950
69132
  0,
68951
69133
  {
@@ -77211,6 +77393,30 @@ export var VpcPeeringConnectionList = [
77211
77393
  },
77212
77394
  ],
77213
77395
  ];
77396
+ export var VpnConcentratorIdStringList = [
77397
+ 1,
77398
+ n0,
77399
+ _VCISL,
77400
+ 0,
77401
+ [
77402
+ 0,
77403
+ {
77404
+ [_xN]: _VCI,
77405
+ },
77406
+ ],
77407
+ ];
77408
+ export var VpnConcentratorList = [
77409
+ 1,
77410
+ n0,
77411
+ _VCLp,
77412
+ 0,
77413
+ [
77414
+ () => VpnConcentrator,
77415
+ {
77416
+ [_xN]: _it,
77417
+ },
77418
+ ],
77419
+ ];
77214
77420
  export var VpnConnectionDeviceTypeList = [
77215
77421
  1,
77216
77422
  n0,
@@ -77226,19 +77432,19 @@ export var VpnConnectionDeviceTypeList = [
77226
77432
  export var VpnConnectionIdStringList = [
77227
77433
  1,
77228
77434
  n0,
77229
- _VCISL,
77435
+ _VCISLp,
77230
77436
  0,
77231
77437
  [
77232
77438
  0,
77233
77439
  {
77234
- [_xN]: _VCI,
77440
+ [_xN]: _VCIp,
77235
77441
  },
77236
77442
  ],
77237
77443
  ];
77238
77444
  export var VpnConnectionList = [
77239
77445
  1,
77240
77446
  n0,
77241
- _VCLp,
77447
+ _VCLpn,
77242
77448
  0,
77243
77449
  [
77244
77450
  () => VpnConnection,
@@ -78441,18 +78647,26 @@ export var CreateVpcPeeringConnection = [
78441
78647
  () => CreateVpcPeeringConnectionRequest,
78442
78648
  () => CreateVpcPeeringConnectionResult,
78443
78649
  ];
78444
- export var CreateVpnConnection = [
78650
+ export var CreateVpnConcentrator = [
78445
78651
  9,
78446
78652
  n0,
78447
78653
  _CVCr,
78448
78654
  0,
78655
+ () => CreateVpnConcentratorRequest,
78656
+ () => CreateVpnConcentratorResult,
78657
+ ];
78658
+ export var CreateVpnConnection = [
78659
+ 9,
78660
+ n0,
78661
+ _CVCre,
78662
+ 0,
78449
78663
  () => CreateVpnConnectionRequest,
78450
78664
  () => CreateVpnConnectionResult,
78451
78665
  ];
78452
78666
  export var CreateVpnConnectionRoute = [
78453
78667
  9,
78454
78668
  n0,
78455
- _CVCRre,
78669
+ _CVCRreat,
78456
78670
  0,
78457
78671
  () => CreateVpnConnectionRouteRequest,
78458
78672
  () => __Unit,
@@ -79044,18 +79258,26 @@ export var DeleteVpcPeeringConnection = [
79044
79258
  () => DeleteVpcPeeringConnectionRequest,
79045
79259
  () => DeleteVpcPeeringConnectionResult,
79046
79260
  ];
79047
- export var DeleteVpnConnection = [
79261
+ export var DeleteVpnConcentrator = [
79048
79262
  9,
79049
79263
  n0,
79050
79264
  _DVCe,
79051
79265
  0,
79266
+ () => DeleteVpnConcentratorRequest,
79267
+ () => DeleteVpnConcentratorResult,
79268
+ ];
79269
+ export var DeleteVpnConnection = [
79270
+ 9,
79271
+ n0,
79272
+ _DVCel,
79273
+ 0,
79052
79274
  () => DeleteVpnConnectionRequest,
79053
79275
  () => __Unit,
79054
79276
  ];
79055
79277
  export var DeleteVpnConnectionRoute = [
79056
79278
  9,
79057
79279
  n0,
79058
- _DVCRel,
79280
+ _DVCRele,
79059
79281
  0,
79060
79282
  () => DeleteVpnConnectionRouteRequest,
79061
79283
  () => __Unit,
@@ -80526,11 +80748,19 @@ export var DescribeVpcs = [
80526
80748
  () => DescribeVpcsRequest,
80527
80749
  () => DescribeVpcsResult,
80528
80750
  ];
80529
- export var DescribeVpnConnections = [
80751
+ export var DescribeVpnConcentrators = [
80530
80752
  9,
80531
80753
  n0,
80532
80754
  _DVCes,
80533
80755
  0,
80756
+ () => DescribeVpnConcentratorsRequest,
80757
+ () => DescribeVpnConcentratorsResult,
80758
+ ];
80759
+ export var DescribeVpnConnections = [
80760
+ 9,
80761
+ n0,
80762
+ _DVCesc,
80763
+ 0,
80534
80764
  () => DescribeVpnConnectionsRequest,
80535
80765
  () => DescribeVpnConnectionsResult,
80536
80766
  ];