@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
package/dist-es/EC2.js CHANGED
@@ -153,6 +153,7 @@ import { CreateVpcEndpointCommand, } from "./commands/CreateVpcEndpointCommand";
153
153
  import { CreateVpcEndpointConnectionNotificationCommand, } from "./commands/CreateVpcEndpointConnectionNotificationCommand";
154
154
  import { CreateVpcEndpointServiceConfigurationCommand, } from "./commands/CreateVpcEndpointServiceConfigurationCommand";
155
155
  import { CreateVpcPeeringConnectionCommand, } from "./commands/CreateVpcPeeringConnectionCommand";
156
+ import { CreateVpnConcentratorCommand, } from "./commands/CreateVpnConcentratorCommand";
156
157
  import { CreateVpnConnectionCommand, } from "./commands/CreateVpnConnectionCommand";
157
158
  import { CreateVpnConnectionRouteCommand, } from "./commands/CreateVpnConnectionRouteCommand";
158
159
  import { CreateVpnGatewayCommand, } from "./commands/CreateVpnGatewayCommand";
@@ -238,6 +239,7 @@ import { DeleteVpcEndpointConnectionNotificationsCommand, } from "./commands/Del
238
239
  import { DeleteVpcEndpointsCommand, } from "./commands/DeleteVpcEndpointsCommand";
239
240
  import { DeleteVpcEndpointServiceConfigurationsCommand, } from "./commands/DeleteVpcEndpointServiceConfigurationsCommand";
240
241
  import { DeleteVpcPeeringConnectionCommand, } from "./commands/DeleteVpcPeeringConnectionCommand";
242
+ import { DeleteVpnConcentratorCommand, } from "./commands/DeleteVpnConcentratorCommand";
241
243
  import { DeleteVpnConnectionCommand, } from "./commands/DeleteVpnConnectionCommand";
242
244
  import { DeleteVpnConnectionRouteCommand, } from "./commands/DeleteVpnConnectionRouteCommand";
243
245
  import { DeleteVpnGatewayCommand, } from "./commands/DeleteVpnGatewayCommand";
@@ -425,6 +427,7 @@ import { DescribeVpcEndpointServicePermissionsCommand, } from "./commands/Descri
425
427
  import { DescribeVpcEndpointServicesCommand, } from "./commands/DescribeVpcEndpointServicesCommand";
426
428
  import { DescribeVpcPeeringConnectionsCommand, } from "./commands/DescribeVpcPeeringConnectionsCommand";
427
429
  import { DescribeVpcsCommand, } from "./commands/DescribeVpcsCommand";
430
+ import { DescribeVpnConcentratorsCommand, } from "./commands/DescribeVpnConcentratorsCommand";
428
431
  import { DescribeVpnConnectionsCommand, } from "./commands/DescribeVpnConnectionsCommand";
429
432
  import { DescribeVpnGatewaysCommand, } from "./commands/DescribeVpnGatewaysCommand";
430
433
  import { DetachClassicLinkVpcCommand, } from "./commands/DetachClassicLinkVpcCommand";
@@ -876,6 +879,7 @@ const commands = {
876
879
  CreateVpcEndpointConnectionNotificationCommand,
877
880
  CreateVpcEndpointServiceConfigurationCommand,
878
881
  CreateVpcPeeringConnectionCommand,
882
+ CreateVpnConcentratorCommand,
879
883
  CreateVpnConnectionCommand,
880
884
  CreateVpnConnectionRouteCommand,
881
885
  CreateVpnGatewayCommand,
@@ -961,6 +965,7 @@ const commands = {
961
965
  DeleteVpcEndpointsCommand,
962
966
  DeleteVpcEndpointServiceConfigurationsCommand,
963
967
  DeleteVpcPeeringConnectionCommand,
968
+ DeleteVpnConcentratorCommand,
964
969
  DeleteVpnConnectionCommand,
965
970
  DeleteVpnConnectionRouteCommand,
966
971
  DeleteVpnGatewayCommand,
@@ -1148,6 +1153,7 @@ const commands = {
1148
1153
  DescribeVpcEndpointServicesCommand,
1149
1154
  DescribeVpcPeeringConnectionsCommand,
1150
1155
  DescribeVpcsCommand,
1156
+ DescribeVpnConcentratorsCommand,
1151
1157
  DescribeVpnConnectionsCommand,
1152
1158
  DescribeVpnGatewaysCommand,
1153
1159
  DetachClassicLinkVpcCommand,
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateVpnConcentrator } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateVpnConcentratorCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "CreateVpnConcentrator", {})
13
+ .n("EC2Client", "CreateVpnConcentratorCommand")
14
+ .sc(CreateVpnConcentrator)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteVpnConcentrator } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteVpnConcentratorCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "DeleteVpnConcentrator", {})
13
+ .n("EC2Client", "DeleteVpnConcentratorCommand")
14
+ .sc(DeleteVpnConcentrator)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DescribeVpnConcentrators } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DescribeVpnConcentratorsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "DescribeVpnConcentrators", {})
13
+ .n("EC2Client", "DescribeVpnConcentratorsCommand")
14
+ .sc(DescribeVpnConcentrators)
15
+ .build() {
16
+ }
@@ -152,6 +152,7 @@ export * from "./CreateVpcEndpointCommand";
152
152
  export * from "./CreateVpcEndpointConnectionNotificationCommand";
153
153
  export * from "./CreateVpcEndpointServiceConfigurationCommand";
154
154
  export * from "./CreateVpcPeeringConnectionCommand";
155
+ export * from "./CreateVpnConcentratorCommand";
155
156
  export * from "./CreateVpnConnectionCommand";
156
157
  export * from "./CreateVpnConnectionRouteCommand";
157
158
  export * from "./CreateVpnGatewayCommand";
@@ -237,6 +238,7 @@ export * from "./DeleteVpcEndpointConnectionNotificationsCommand";
237
238
  export * from "./DeleteVpcEndpointServiceConfigurationsCommand";
238
239
  export * from "./DeleteVpcEndpointsCommand";
239
240
  export * from "./DeleteVpcPeeringConnectionCommand";
241
+ export * from "./DeleteVpnConcentratorCommand";
240
242
  export * from "./DeleteVpnConnectionCommand";
241
243
  export * from "./DeleteVpnConnectionRouteCommand";
242
244
  export * from "./DeleteVpnGatewayCommand";
@@ -424,6 +426,7 @@ export * from "./DescribeVpcEndpointServicesCommand";
424
426
  export * from "./DescribeVpcEndpointsCommand";
425
427
  export * from "./DescribeVpcPeeringConnectionsCommand";
426
428
  export * from "./DescribeVpcsCommand";
429
+ export * from "./DescribeVpnConcentratorsCommand";
427
430
  export * from "./DescribeVpnConnectionsCommand";
428
431
  export * from "./DescribeVpnGatewaysCommand";
429
432
  export * from "./DetachClassicLinkVpcCommand";
@@ -130,6 +130,7 @@ export const ResourceType = {
130
130
  vpc_endpoint_service_permission: "vpc-endpoint-service-permission",
131
131
  vpc_flow_log: "vpc-flow-log",
132
132
  vpc_peering_connection: "vpc-peering-connection",
133
+ vpn_concentrator: "vpn-concentrator",
133
134
  vpn_connection: "vpn-connection",
134
135
  vpn_connection_device_type: "vpn-connection-device-type",
135
136
  vpn_gateway: "vpn-gateway",
@@ -147,6 +148,7 @@ export const TransitGatewayAttachmentResourceType = {
147
148
  tgw_peering: "tgw-peering",
148
149
  vpc: "vpc",
149
150
  vpn: "vpn",
151
+ vpn_concentrator: "vpn-concentrator",
150
152
  };
151
153
  export const TransitGatewayMulitcastDomainAssociationState = {
152
154
  associated: "associated",
@@ -69,6 +69,9 @@ export const ServiceConnectivityType = {
69
69
  ipv4: "ipv4",
70
70
  ipv6: "ipv6",
71
71
  };
72
+ export const VpnConcentratorType = {
73
+ ipsec_1: "ipsec.1",
74
+ };
72
75
  export const VpnTunnelBandwidth = {
73
76
  large: "large",
74
77
  standard: "standard",
@@ -153,15 +156,3 @@ export const SnapshotReturnCodes = {
153
156
  SUCCESS: "success",
154
157
  WARN_SKIPPED: "skipped",
155
158
  };
156
- export const AvailabilityZoneOptInStatus = {
157
- not_opted_in: "not-opted-in",
158
- opt_in_not_required: "opt-in-not-required",
159
- opted_in: "opted-in",
160
- };
161
- export const AvailabilityZoneState = {
162
- available: "available",
163
- constrained: "constrained",
164
- impaired: "impaired",
165
- information: "information",
166
- unavailable: "unavailable",
167
- };
@@ -1,3 +1,15 @@
1
+ export const AvailabilityZoneOptInStatus = {
2
+ not_opted_in: "not-opted-in",
3
+ opt_in_not_required: "opt-in-not-required",
4
+ opted_in: "opted-in",
5
+ };
6
+ export const AvailabilityZoneState = {
7
+ available: "available",
8
+ constrained: "constrained",
9
+ impaired: "impaired",
10
+ information: "information",
11
+ unavailable: "unavailable",
12
+ };
1
13
  export const MetricType = {
2
14
  aggregate_latency: "aggregate-latency",
3
15
  };
@@ -317,10 +329,3 @@ export const SummaryStatus = {
317
329
  not_applicable: "not-applicable",
318
330
  ok: "ok",
319
331
  };
320
- export const EventCode = {
321
- instance_reboot: "instance-reboot",
322
- instance_retirement: "instance-retirement",
323
- instance_stop: "instance-stop",
324
- system_maintenance: "system-maintenance",
325
- system_reboot: "system-reboot",
326
- };
@@ -1,3 +1,10 @@
1
+ export const EventCode = {
2
+ instance_reboot: "instance-reboot",
3
+ instance_retirement: "instance-retirement",
4
+ instance_stop: "instance-stop",
5
+ system_maintenance: "system-maintenance",
6
+ system_reboot: "system-reboot",
7
+ };
1
8
  export const LocationType = {
2
9
  availability_zone: "availability-zone",
3
10
  availability_zone_id: "availability-zone-id",
@@ -129,6 +129,3 @@ export const PublicIpDnsOption = {
129
129
  public_ipv4_dns_name: "public-ipv4-dns-name",
130
130
  public_ipv6_dns_name: "public-ipv6-dns-name",
131
131
  };
132
- export const TargetStorageTier = {
133
- archive: "archive",
134
- };
@@ -1,3 +1,6 @@
1
+ export const TargetStorageTier = {
2
+ archive: "archive",
3
+ };
1
4
  export const TrafficMirrorFilterRuleField = {
2
5
  description: "description",
3
6
  destination_port_range: "destination-port-range",
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { DescribeVpnConcentratorsCommand, } from "../commands/DescribeVpnConcentratorsCommand";
3
+ import { EC2Client } from "../EC2Client";
4
+ export const paginateDescribeVpnConcentrators = createPaginator(EC2Client, DescribeVpnConcentratorsCommand, "NextToken", "NextToken", "MaxResults");
@@ -130,6 +130,7 @@ export * from "./DescribeVpcEndpointServicePermissionsPaginator";
130
130
  export * from "./DescribeVpcEndpointsPaginator";
131
131
  export * from "./DescribeVpcPeeringConnectionsPaginator";
132
132
  export * from "./DescribeVpcsPaginator";
133
+ export * from "./DescribeVpnConcentratorsPaginator";
133
134
  export * from "./GetAssociatedIpv6PoolCidrsPaginator";
134
135
  export * from "./GetAwsNetworkPerformanceDataPaginator";
135
136
  export * from "./GetCapacityManagerMetricDataPaginator";