@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.
- package/README.md +24 -0
- package/dist-cjs/index.js +346 -65
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/CreateVpnConcentratorCommand.js +16 -0
- package/dist-es/commands/DeleteVpnConcentratorCommand.js +16 -0
- package/dist-es/commands/DescribeVpnConcentratorsCommand.js +16 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-es/models/models_3.js +3 -12
- package/dist-es/models/models_4.js +12 -7
- package/dist-es/models/models_5.js +7 -0
- package/dist-es/models/models_7.js +0 -3
- package/dist-es/models/models_8.js +3 -0
- package/dist-es/pagination/DescribeVpnConcentratorsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +292 -62
- package/dist-types/EC2.d.ts +22 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +99 -0
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +3 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnConcentratorCommand.d.ts +75 -0
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVpnConcentratorsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -0
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -0
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -0
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -0
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +2 -0
- package/dist-types/models/models_3.d.ts +121 -167
- package/dist-types/models/models_4.d.ts +167 -168
- package/dist-types/models/models_5.d.ts +172 -179
- package/dist-types/models/models_6.d.ts +226 -224
- package/dist-types/models/models_7.d.ts +225 -250
- package/dist-types/models/models_8.d.ts +248 -2
- package/dist-types/pagination/DescribeVpnConcentratorsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +12 -0
- package/dist-types/ts3.4/EC2.d.ts +52 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateVpnConcentratorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteVpnConcentratorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpnConcentratorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_3.d.ts +31 -42
- package/dist-types/ts3.4/models/models_4.d.ts +42 -41
- package/dist-types/ts3.4/models/models_5.d.ts +47 -38
- package/dist-types/ts3.4/models/models_6.d.ts +50 -46
- package/dist-types/ts3.4/models/models_7.d.ts +47 -56
- package/dist-types/ts3.4/models/models_8.d.ts +59 -1
- package/dist-types/ts3.4/pagination/DescribeVpnConcentratorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
- 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",
|
|
@@ -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";
|