@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-cjs/index.js
CHANGED
|
@@ -1154,13 +1154,16 @@ const _CVBPAE = "CreateVpcBlockPublicAccessExclusion";
|
|
|
1154
1154
|
const _CVBPAER = "CreateVpcBlockPublicAccessExclusionRequest";
|
|
1155
1155
|
const _CVBPAERr = "CreateVpcBlockPublicAccessExclusionResult";
|
|
1156
1156
|
const _CVC = "ClientVpnConnection";
|
|
1157
|
-
const _CVCR = "
|
|
1157
|
+
const _CVCR = "CreateVpnConcentratorRequest";
|
|
1158
1158
|
const _CVCRR = "CreateVpnConnectionRouteRequest";
|
|
1159
|
-
const _CVCRr = "
|
|
1160
|
-
const _CVCRre = "
|
|
1159
|
+
const _CVCRr = "CreateVpnConcentratorResult";
|
|
1160
|
+
const _CVCRre = "CreateVpnConnectionRequest";
|
|
1161
|
+
const _CVCRrea = "CreateVpnConnectionResult";
|
|
1162
|
+
const _CVCRreat = "CreateVpnConnectionRoute";
|
|
1161
1163
|
const _CVCS = "ClientVpnConnectionStatus";
|
|
1162
1164
|
const _CVCSl = "ClientVpnConnectionSet";
|
|
1163
|
-
const _CVCr = "
|
|
1165
|
+
const _CVCr = "CreateVpnConcentrator";
|
|
1166
|
+
const _CVCre = "CreateVpnConnection";
|
|
1164
1167
|
const _CVE = "ClientVpnEndpoint";
|
|
1165
1168
|
const _CVEAS = "ClientVpnEndpointAttributeStatus";
|
|
1166
1169
|
const _CVECN = "CreateVpcEndpointConnectionNotification";
|
|
@@ -2241,13 +2244,19 @@ const _DVCLRe = "DescribeVpcClassicLinkResult";
|
|
|
2241
2244
|
const _DVCLRi = "DisableVpcClassicLinkRequest";
|
|
2242
2245
|
const _DVCLRis = "DisableVpcClassicLinkResult";
|
|
2243
2246
|
const _DVCLi = "DisableVpcClassicLink";
|
|
2244
|
-
const _DVCR = "
|
|
2247
|
+
const _DVCR = "DeleteVpnConcentratorRequest";
|
|
2245
2248
|
const _DVCRR = "DeleteVpnConnectionRouteRequest";
|
|
2246
|
-
const _DVCRe = "
|
|
2247
|
-
const _DVCRel = "
|
|
2248
|
-
const
|
|
2249
|
-
const
|
|
2250
|
-
const
|
|
2249
|
+
const _DVCRe = "DeleteVpnConcentratorResult";
|
|
2250
|
+
const _DVCRel = "DeleteVpnConnectionRequest";
|
|
2251
|
+
const _DVCRele = "DeleteVpnConnectionRoute";
|
|
2252
|
+
const _DVCRes = "DescribeVpnConcentratorsRequest";
|
|
2253
|
+
const _DVCResc = "DescribeVpnConcentratorsResult";
|
|
2254
|
+
const _DVCRescr = "DescribeVpnConnectionsRequest";
|
|
2255
|
+
const _DVCRescri = "DescribeVpnConnectionsResult";
|
|
2256
|
+
const _DVCe = "DeleteVpnConcentrator";
|
|
2257
|
+
const _DVCel = "DeleteVpnConnection";
|
|
2258
|
+
const _DVCes = "DescribeVpnConcentrators";
|
|
2259
|
+
const _DVCesc = "DescribeVpnConnections";
|
|
2251
2260
|
const _DVD = "DeviceValidationDomain";
|
|
2252
2261
|
const _DVE = "DeleteVpcEndpoints";
|
|
2253
2262
|
const _DVEA = "DescribeVpcEndpointAssociations";
|
|
@@ -5715,7 +5724,7 @@ const _VBPAEIL = "VpcBlockPublicAccessExclusionIdList";
|
|
|
5715
5724
|
const _VBPAEL = "VpcBlockPublicAccessExclusionList";
|
|
5716
5725
|
const _VBPAEp = "VpcBlockPublicAccessExclusions";
|
|
5717
5726
|
const _VBPAO = "VpcBlockPublicAccessOptions";
|
|
5718
|
-
const _VC = "
|
|
5727
|
+
const _VC = "VpnConcentrator";
|
|
5719
5728
|
const _VCBA = "VpcCidrBlockAssociation";
|
|
5720
5729
|
const _VCBAS = "VpcCidrBlockAssociationSet";
|
|
5721
5730
|
const _VCBS = "VpcCidrBlockState";
|
|
@@ -5727,18 +5736,24 @@ const _VCDT = "VpnConnectionDeviceTypes";
|
|
|
5727
5736
|
const _VCDTI = "VpnConnectionDeviceTypeId";
|
|
5728
5737
|
const _VCDTL = "VpnConnectionDeviceTypeList";
|
|
5729
5738
|
const _VCDTp = "VpnConnectionDeviceType";
|
|
5730
|
-
const _VCI = "
|
|
5731
|
-
const _VCISL = "
|
|
5732
|
-
const
|
|
5739
|
+
const _VCI = "VpnConcentratorId";
|
|
5740
|
+
const _VCISL = "VpnConcentratorIdStringList";
|
|
5741
|
+
const _VCISLp = "VpnConnectionIdStringList";
|
|
5742
|
+
const _VCIp = "VpnConnectionId";
|
|
5743
|
+
const _VCIpn = "VpnConcentratorIds";
|
|
5744
|
+
const _VCIpno = "VpnConnectionIds";
|
|
5733
5745
|
const _VCIpu = "VCpuInfo";
|
|
5734
5746
|
const _VCL = "VpcClassicLink";
|
|
5735
5747
|
const _VCLIL = "VpcClassicLinkIdList";
|
|
5736
5748
|
const _VCLL = "VpcClassicLinkList";
|
|
5737
|
-
const _VCLp = "
|
|
5749
|
+
const _VCLp = "VpnConcentratorList";
|
|
5750
|
+
const _VCLpn = "VpnConnectionList";
|
|
5738
5751
|
const _VCO = "VpnConnectionOptions";
|
|
5739
5752
|
const _VCOS = "VpnConnectionOptionsSpecification";
|
|
5740
5753
|
const _VCa = "ValidCores";
|
|
5741
|
-
const _VCp = "
|
|
5754
|
+
const _VCp = "VpnConnection";
|
|
5755
|
+
const _VCpn = "VpnConcentrators";
|
|
5756
|
+
const _VCpno = "VpnConnections";
|
|
5742
5757
|
const _VD = "VersionDescription";
|
|
5743
5758
|
const _VDo = "VolumeDetail";
|
|
5744
5759
|
const _VE = "VpcEndpoint";
|
|
@@ -7777,15 +7792,18 @@ const _vATPS = "verifiedAccessTrustProviderSet";
|
|
|
7777
7792
|
const _vBPAE = "vpcBlockPublicAccessExclusion";
|
|
7778
7793
|
const _vBPAES = "vpcBlockPublicAccessExclusionSet";
|
|
7779
7794
|
const _vBPAO = "vpcBlockPublicAccessOptions";
|
|
7780
|
-
const _vC = "
|
|
7795
|
+
const _vC = "vpnConcentrator";
|
|
7781
7796
|
const _vCC = "vCpuCount";
|
|
7782
7797
|
const _vCDSC = "vpnConnectionDeviceSampleConfiguration";
|
|
7783
7798
|
const _vCDTI = "vpnConnectionDeviceTypeId";
|
|
7784
7799
|
const _vCDTS = "vpnConnectionDeviceTypeSet";
|
|
7785
7800
|
const _vCI = "vpnConnectionId";
|
|
7786
7801
|
const _vCIp = "vCpuInfo";
|
|
7787
|
-
const
|
|
7802
|
+
const _vCIpn = "vpnConcentratorId";
|
|
7803
|
+
const _vCS = "vpnConcentratorSet";
|
|
7804
|
+
const _vCSp = "vpnConnectionSet";
|
|
7788
7805
|
const _vCa = "validCores";
|
|
7806
|
+
const _vCp = "vpnConnection";
|
|
7789
7807
|
const _vD = "versionDescription";
|
|
7790
7808
|
const _vE = "vpcEndpoint";
|
|
7791
7809
|
const _vEAS = "vpcEndpointAssociationSet";
|
|
@@ -18945,17 +18963,52 @@ var CreateVpcResult = [
|
|
|
18945
18963
|
],
|
|
18946
18964
|
],
|
|
18947
18965
|
];
|
|
18948
|
-
var
|
|
18966
|
+
var CreateVpnConcentratorRequest = [
|
|
18949
18967
|
3,
|
|
18950
18968
|
n0,
|
|
18951
18969
|
_CVCR,
|
|
18952
18970
|
0,
|
|
18953
|
-
[
|
|
18971
|
+
[_Ty, _TGI, _TS, _DR],
|
|
18972
|
+
[
|
|
18973
|
+
0,
|
|
18974
|
+
0,
|
|
18975
|
+
[
|
|
18976
|
+
() => TagSpecificationList,
|
|
18977
|
+
{
|
|
18978
|
+
[_xN]: _TSa,
|
|
18979
|
+
},
|
|
18980
|
+
],
|
|
18981
|
+
2,
|
|
18982
|
+
],
|
|
18983
|
+
];
|
|
18984
|
+
var CreateVpnConcentratorResult = [
|
|
18985
|
+
3,
|
|
18986
|
+
n0,
|
|
18987
|
+
_CVCRr,
|
|
18988
|
+
0,
|
|
18989
|
+
[_VC],
|
|
18990
|
+
[
|
|
18991
|
+
[
|
|
18992
|
+
() => VpnConcentrator,
|
|
18993
|
+
{
|
|
18994
|
+
[_eQN]: `VpnConcentrator`,
|
|
18995
|
+
[_xN]: _vC,
|
|
18996
|
+
},
|
|
18997
|
+
],
|
|
18998
|
+
],
|
|
18999
|
+
];
|
|
19000
|
+
var CreateVpnConnectionRequest = [
|
|
19001
|
+
3,
|
|
19002
|
+
n0,
|
|
19003
|
+
_CVCRre,
|
|
19004
|
+
0,
|
|
19005
|
+
[_CGIu, _Ty, _VGI, _TGI, _VCI, _TS, _PSKS, _DR, _Opt],
|
|
18954
19006
|
[
|
|
18955
19007
|
0,
|
|
18956
19008
|
0,
|
|
18957
19009
|
0,
|
|
18958
19010
|
0,
|
|
19011
|
+
0,
|
|
18959
19012
|
[
|
|
18960
19013
|
() => TagSpecificationList,
|
|
18961
19014
|
{
|
|
@@ -18982,20 +19035,20 @@ var CreateVpnConnectionRequest = [
|
|
|
18982
19035
|
var CreateVpnConnectionResult = [
|
|
18983
19036
|
3,
|
|
18984
19037
|
n0,
|
|
18985
|
-
|
|
19038
|
+
_CVCRrea,
|
|
18986
19039
|
0,
|
|
18987
|
-
[
|
|
19040
|
+
[_VCp],
|
|
18988
19041
|
[
|
|
18989
19042
|
[
|
|
18990
19043
|
() => VpnConnection,
|
|
18991
19044
|
{
|
|
18992
19045
|
[_eQN]: `VpnConnection`,
|
|
18993
|
-
[_xN]:
|
|
19046
|
+
[_xN]: _vCp,
|
|
18994
19047
|
},
|
|
18995
19048
|
],
|
|
18996
19049
|
],
|
|
18997
19050
|
];
|
|
18998
|
-
var CreateVpnConnectionRouteRequest = [3, n0, _CVCRR, 0, [_DCB,
|
|
19051
|
+
var CreateVpnConnectionRouteRequest = [3, n0, _CVCRR, 0, [_DCB, _VCIp], [0, 0]];
|
|
18999
19052
|
var CreateVpnGatewayRequest = [
|
|
19000
19053
|
3,
|
|
19001
19054
|
n0,
|
|
@@ -21296,12 +21349,29 @@ var DeleteVpcRequest = [
|
|
|
21296
21349
|
],
|
|
21297
21350
|
],
|
|
21298
21351
|
];
|
|
21352
|
+
var DeleteVpnConcentratorRequest = [3, n0, _DVCR, 0, [_VCI, _DR], [0, 2]];
|
|
21353
|
+
var DeleteVpnConcentratorResult = [
|
|
21354
|
+
3,
|
|
21355
|
+
n0,
|
|
21356
|
+
_DVCRe,
|
|
21357
|
+
0,
|
|
21358
|
+
[_R],
|
|
21359
|
+
[
|
|
21360
|
+
[
|
|
21361
|
+
2,
|
|
21362
|
+
{
|
|
21363
|
+
[_eQN]: `Return`,
|
|
21364
|
+
[_xN]: _r,
|
|
21365
|
+
},
|
|
21366
|
+
],
|
|
21367
|
+
],
|
|
21368
|
+
];
|
|
21299
21369
|
var DeleteVpnConnectionRequest = [
|
|
21300
21370
|
3,
|
|
21301
21371
|
n0,
|
|
21302
|
-
|
|
21372
|
+
_DVCRel,
|
|
21303
21373
|
0,
|
|
21304
|
-
[
|
|
21374
|
+
[_VCIp, _DR],
|
|
21305
21375
|
[
|
|
21306
21376
|
0,
|
|
21307
21377
|
[
|
|
@@ -21313,7 +21383,7 @@ var DeleteVpnConnectionRequest = [
|
|
|
21313
21383
|
],
|
|
21314
21384
|
],
|
|
21315
21385
|
];
|
|
21316
|
-
var DeleteVpnConnectionRouteRequest = [3, n0, _DVCRR, 0, [_DCB,
|
|
21386
|
+
var DeleteVpnConnectionRouteRequest = [3, n0, _DVCRR, 0, [_DCB, _VCIp], [0, 0]];
|
|
21317
21387
|
var DeleteVpnGatewayRequest = [
|
|
21318
21388
|
3,
|
|
21319
21389
|
n0,
|
|
@@ -30075,12 +30145,59 @@ var DescribeVpcsResult = [
|
|
|
30075
30145
|
],
|
|
30076
30146
|
],
|
|
30077
30147
|
];
|
|
30148
|
+
var DescribeVpnConcentratorsRequest = [
|
|
30149
|
+
3,
|
|
30150
|
+
n0,
|
|
30151
|
+
_DVCRes,
|
|
30152
|
+
0,
|
|
30153
|
+
[_VCIpn, _Fi, _MR, _NTe, _DR],
|
|
30154
|
+
[
|
|
30155
|
+
[
|
|
30156
|
+
() => VpnConcentratorIdStringList,
|
|
30157
|
+
{
|
|
30158
|
+
[_xN]: _VCI,
|
|
30159
|
+
},
|
|
30160
|
+
],
|
|
30161
|
+
[
|
|
30162
|
+
() => FilterList,
|
|
30163
|
+
{
|
|
30164
|
+
[_xN]: _Fil,
|
|
30165
|
+
},
|
|
30166
|
+
],
|
|
30167
|
+
1,
|
|
30168
|
+
0,
|
|
30169
|
+
2,
|
|
30170
|
+
],
|
|
30171
|
+
];
|
|
30172
|
+
var DescribeVpnConcentratorsResult = [
|
|
30173
|
+
3,
|
|
30174
|
+
n0,
|
|
30175
|
+
_DVCResc,
|
|
30176
|
+
0,
|
|
30177
|
+
[_VCpn, _NTe],
|
|
30178
|
+
[
|
|
30179
|
+
[
|
|
30180
|
+
() => VpnConcentratorList,
|
|
30181
|
+
{
|
|
30182
|
+
[_eQN]: `VpnConcentratorSet`,
|
|
30183
|
+
[_xN]: _vCS,
|
|
30184
|
+
},
|
|
30185
|
+
],
|
|
30186
|
+
[
|
|
30187
|
+
0,
|
|
30188
|
+
{
|
|
30189
|
+
[_eQN]: `NextToken`,
|
|
30190
|
+
[_xN]: _nTe,
|
|
30191
|
+
},
|
|
30192
|
+
],
|
|
30193
|
+
],
|
|
30194
|
+
];
|
|
30078
30195
|
var DescribeVpnConnectionsRequest = [
|
|
30079
30196
|
3,
|
|
30080
30197
|
n0,
|
|
30081
|
-
|
|
30198
|
+
_DVCRescr,
|
|
30082
30199
|
0,
|
|
30083
|
-
[_Fi,
|
|
30200
|
+
[_Fi, _VCIpno, _DR],
|
|
30084
30201
|
[
|
|
30085
30202
|
[
|
|
30086
30203
|
() => FilterList,
|
|
@@ -30091,7 +30208,7 @@ var DescribeVpnConnectionsRequest = [
|
|
|
30091
30208
|
[
|
|
30092
30209
|
() => VpnConnectionIdStringList,
|
|
30093
30210
|
{
|
|
30094
|
-
[_xN]:
|
|
30211
|
+
[_xN]: _VCIp,
|
|
30095
30212
|
},
|
|
30096
30213
|
],
|
|
30097
30214
|
[
|
|
@@ -30106,15 +30223,15 @@ var DescribeVpnConnectionsRequest = [
|
|
|
30106
30223
|
var DescribeVpnConnectionsResult = [
|
|
30107
30224
|
3,
|
|
30108
30225
|
n0,
|
|
30109
|
-
|
|
30226
|
+
_DVCRescri,
|
|
30110
30227
|
0,
|
|
30111
|
-
[
|
|
30228
|
+
[_VCpno],
|
|
30112
30229
|
[
|
|
30113
30230
|
[
|
|
30114
30231
|
() => VpnConnectionList,
|
|
30115
30232
|
{
|
|
30116
30233
|
[_eQN]: `VpnConnectionSet`,
|
|
30117
|
-
[_xN]:
|
|
30234
|
+
[_xN]: _vCSp,
|
|
30118
30235
|
},
|
|
30119
30236
|
],
|
|
30120
30237
|
],
|
|
@@ -33402,7 +33519,7 @@ var Explanation = [
|
|
|
33402
33519
|
_SRT,
|
|
33403
33520
|
_Vp,
|
|
33404
33521
|
_VE,
|
|
33405
|
-
|
|
33522
|
+
_VCp,
|
|
33406
33523
|
_VG,
|
|
33407
33524
|
_TG,
|
|
33408
33525
|
_TGRT,
|
|
@@ -33726,7 +33843,7 @@ var Explanation = [
|
|
|
33726
33843
|
() => AnalysisComponent,
|
|
33727
33844
|
{
|
|
33728
33845
|
[_eQN]: `VpnConnection`,
|
|
33729
|
-
[_xN]:
|
|
33846
|
+
[_xN]: _vCp,
|
|
33730
33847
|
},
|
|
33731
33848
|
],
|
|
33732
33849
|
[
|
|
@@ -35437,7 +35554,14 @@ var FpgaInfo = [
|
|
|
35437
35554
|
],
|
|
35438
35555
|
],
|
|
35439
35556
|
];
|
|
35440
|
-
var GetActiveVpnTunnelStatusRequest = [
|
|
35557
|
+
var GetActiveVpnTunnelStatusRequest = [
|
|
35558
|
+
3,
|
|
35559
|
+
n0,
|
|
35560
|
+
_GAVTSR,
|
|
35561
|
+
0,
|
|
35562
|
+
[_VCIp, _VTOIA, _DR],
|
|
35563
|
+
[0, 0, 2],
|
|
35564
|
+
];
|
|
35441
35565
|
var GetActiveVpnTunnelStatusResult = [
|
|
35442
35566
|
3,
|
|
35443
35567
|
n0,
|
|
@@ -37742,7 +37866,7 @@ var GetVpnConnectionDeviceSampleConfigurationRequest = [
|
|
|
37742
37866
|
n0,
|
|
37743
37867
|
_GVCDSCR,
|
|
37744
37868
|
0,
|
|
37745
|
-
[
|
|
37869
|
+
[_VCIp, _VCDTI, _IKEV, _STa, _DR],
|
|
37746
37870
|
[0, 0, 0, 0, 2],
|
|
37747
37871
|
];
|
|
37748
37872
|
var GetVpnConnectionDeviceSampleConfigurationResult = [
|
|
@@ -37790,7 +37914,7 @@ var GetVpnTunnelReplacementStatusRequest = [
|
|
|
37790
37914
|
n0,
|
|
37791
37915
|
_GVTRSR,
|
|
37792
37916
|
0,
|
|
37793
|
-
[
|
|
37917
|
+
[_VCIp, _VTOIA, _DR],
|
|
37794
37918
|
[0, 0, 2],
|
|
37795
37919
|
];
|
|
37796
37920
|
var GetVpnTunnelReplacementStatusResult = [
|
|
@@ -37798,7 +37922,7 @@ var GetVpnTunnelReplacementStatusResult = [
|
|
|
37798
37922
|
n0,
|
|
37799
37923
|
_GVTRSRe,
|
|
37800
37924
|
0,
|
|
37801
|
-
[
|
|
37925
|
+
[_VCIp, _TGI, _CGIu, _VGI, _VTOIA, _MDa],
|
|
37802
37926
|
[
|
|
37803
37927
|
[
|
|
37804
37928
|
0,
|
|
@@ -50816,7 +50940,7 @@ var ModifyVpnConnectionOptionsRequest = [
|
|
|
50816
50940
|
n0,
|
|
50817
50941
|
_MVCOR,
|
|
50818
50942
|
0,
|
|
50819
|
-
[
|
|
50943
|
+
[_VCIp, _LINC, _RINC, _LINCo, _RINCe, _DR],
|
|
50820
50944
|
[0, 0, 0, 0, 0, 2],
|
|
50821
50945
|
];
|
|
50822
50946
|
var ModifyVpnConnectionOptionsResult = [
|
|
@@ -50824,13 +50948,13 @@ var ModifyVpnConnectionOptionsResult = [
|
|
|
50824
50948
|
n0,
|
|
50825
50949
|
_MVCORo,
|
|
50826
50950
|
0,
|
|
50827
|
-
[
|
|
50951
|
+
[_VCp],
|
|
50828
50952
|
[
|
|
50829
50953
|
[
|
|
50830
50954
|
() => VpnConnection,
|
|
50831
50955
|
{
|
|
50832
50956
|
[_eQN]: `VpnConnection`,
|
|
50833
|
-
[_xN]:
|
|
50957
|
+
[_xN]: _vCp,
|
|
50834
50958
|
},
|
|
50835
50959
|
],
|
|
50836
50960
|
],
|
|
@@ -50840,7 +50964,7 @@ var ModifyVpnConnectionRequest = [
|
|
|
50840
50964
|
n0,
|
|
50841
50965
|
_MVCR,
|
|
50842
50966
|
0,
|
|
50843
|
-
[
|
|
50967
|
+
[_VCIp, _TGI, _CGIu, _VGI, _DR],
|
|
50844
50968
|
[0, 0, 0, 0, 2],
|
|
50845
50969
|
];
|
|
50846
50970
|
var ModifyVpnConnectionResult = [
|
|
@@ -50848,13 +50972,13 @@ var ModifyVpnConnectionResult = [
|
|
|
50848
50972
|
n0,
|
|
50849
50973
|
_MVCRo,
|
|
50850
50974
|
0,
|
|
50851
|
-
[
|
|
50975
|
+
[_VCp],
|
|
50852
50976
|
[
|
|
50853
50977
|
[
|
|
50854
50978
|
() => VpnConnection,
|
|
50855
50979
|
{
|
|
50856
50980
|
[_eQN]: `VpnConnection`,
|
|
50857
|
-
[_xN]:
|
|
50981
|
+
[_xN]: _vCp,
|
|
50858
50982
|
},
|
|
50859
50983
|
],
|
|
50860
50984
|
],
|
|
@@ -50864,7 +50988,7 @@ var ModifyVpnTunnelCertificateRequest = [
|
|
|
50864
50988
|
n0,
|
|
50865
50989
|
_MVTCR,
|
|
50866
50990
|
0,
|
|
50867
|
-
[
|
|
50991
|
+
[_VCIp, _VTOIA, _DR],
|
|
50868
50992
|
[0, 0, 2],
|
|
50869
50993
|
];
|
|
50870
50994
|
var ModifyVpnTunnelCertificateResult = [
|
|
@@ -50872,13 +50996,13 @@ var ModifyVpnTunnelCertificateResult = [
|
|
|
50872
50996
|
n0,
|
|
50873
50997
|
_MVTCRo,
|
|
50874
50998
|
0,
|
|
50875
|
-
[
|
|
50999
|
+
[_VCp],
|
|
50876
51000
|
[
|
|
50877
51001
|
[
|
|
50878
51002
|
() => VpnConnection,
|
|
50879
51003
|
{
|
|
50880
51004
|
[_eQN]: `VpnConnection`,
|
|
50881
|
-
[_xN]:
|
|
51005
|
+
[_xN]: _vCp,
|
|
50882
51006
|
},
|
|
50883
51007
|
],
|
|
50884
51008
|
],
|
|
@@ -50888,7 +51012,7 @@ var ModifyVpnTunnelOptionsRequest = [
|
|
|
50888
51012
|
n0,
|
|
50889
51013
|
_MVTOR,
|
|
50890
51014
|
0,
|
|
50891
|
-
[
|
|
51015
|
+
[_VCIp, _VTOIA, _TO, _DR, _STRk, _PSKS],
|
|
50892
51016
|
[0, 0, [() => ModifyVpnTunnelOptionsSpecification, 0], 2, 2, 0],
|
|
50893
51017
|
];
|
|
50894
51018
|
var ModifyVpnTunnelOptionsResult = [
|
|
@@ -50896,13 +51020,13 @@ var ModifyVpnTunnelOptionsResult = [
|
|
|
50896
51020
|
n0,
|
|
50897
51021
|
_MVTORo,
|
|
50898
51022
|
0,
|
|
50899
|
-
[
|
|
51023
|
+
[_VCp],
|
|
50900
51024
|
[
|
|
50901
51025
|
[
|
|
50902
51026
|
() => VpnConnection,
|
|
50903
51027
|
{
|
|
50904
51028
|
[_eQN]: `VpnConnection`,
|
|
50905
|
-
[_xN]:
|
|
51029
|
+
[_xN]: _vCp,
|
|
50906
51030
|
},
|
|
50907
51031
|
],
|
|
50908
51032
|
],
|
|
@@ -55964,7 +56088,7 @@ var ReplaceTransitGatewayRouteResult = [
|
|
|
55964
56088
|
],
|
|
55965
56089
|
],
|
|
55966
56090
|
];
|
|
55967
|
-
var ReplaceVpnTunnelRequest = [3, n0, _RVTR, 0, [
|
|
56091
|
+
var ReplaceVpnTunnelRequest = [3, n0, _RVTR, 0, [_VCIp, _VTOIA, _APM, _DR], [0, 0, 2, 2]];
|
|
55968
56092
|
var ReplaceVpnTunnelResult = [
|
|
55969
56093
|
3,
|
|
55970
56094
|
n0,
|
|
@@ -69044,12 +69168,63 @@ var VpcPeeringConnectionVpcInfo = [
|
|
|
69044
69168
|
],
|
|
69045
69169
|
],
|
|
69046
69170
|
];
|
|
69047
|
-
var
|
|
69171
|
+
var VpnConcentrator = [
|
|
69048
69172
|
3,
|
|
69049
69173
|
n0,
|
|
69050
69174
|
_VC,
|
|
69051
69175
|
0,
|
|
69052
|
-
[
|
|
69176
|
+
[_VCI, _St, _TGI, _TGAI, _Ty, _T],
|
|
69177
|
+
[
|
|
69178
|
+
[
|
|
69179
|
+
0,
|
|
69180
|
+
{
|
|
69181
|
+
[_eQN]: `VpnConcentratorId`,
|
|
69182
|
+
[_xN]: _vCIpn,
|
|
69183
|
+
},
|
|
69184
|
+
],
|
|
69185
|
+
[
|
|
69186
|
+
0,
|
|
69187
|
+
{
|
|
69188
|
+
[_eQN]: `State`,
|
|
69189
|
+
[_xN]: _st,
|
|
69190
|
+
},
|
|
69191
|
+
],
|
|
69192
|
+
[
|
|
69193
|
+
0,
|
|
69194
|
+
{
|
|
69195
|
+
[_eQN]: `TransitGatewayId`,
|
|
69196
|
+
[_xN]: _tGI,
|
|
69197
|
+
},
|
|
69198
|
+
],
|
|
69199
|
+
[
|
|
69200
|
+
0,
|
|
69201
|
+
{
|
|
69202
|
+
[_eQN]: `TransitGatewayAttachmentId`,
|
|
69203
|
+
[_xN]: _tGAI,
|
|
69204
|
+
},
|
|
69205
|
+
],
|
|
69206
|
+
[
|
|
69207
|
+
0,
|
|
69208
|
+
{
|
|
69209
|
+
[_eQN]: `Type`,
|
|
69210
|
+
[_xN]: _ty,
|
|
69211
|
+
},
|
|
69212
|
+
],
|
|
69213
|
+
[
|
|
69214
|
+
() => TagList,
|
|
69215
|
+
{
|
|
69216
|
+
[_eQN]: `TagSet`,
|
|
69217
|
+
[_xN]: _tS,
|
|
69218
|
+
},
|
|
69219
|
+
],
|
|
69220
|
+
],
|
|
69221
|
+
];
|
|
69222
|
+
var VpnConnection = [
|
|
69223
|
+
3,
|
|
69224
|
+
n0,
|
|
69225
|
+
_VCp,
|
|
69226
|
+
0,
|
|
69227
|
+
[_Cat, _TGI, _VCI, _CNA, _CNAA, _GAS, _Opt, _Rou, _T, _VTg, _PSKA, _VCIp, _St, _CGC, _Ty, _CGIu, _VGI],
|
|
69053
69228
|
[
|
|
69054
69229
|
[
|
|
69055
69230
|
0,
|
|
@@ -69065,6 +69240,13 @@ var VpnConnection = [
|
|
|
69065
69240
|
[_xN]: _tGI,
|
|
69066
69241
|
},
|
|
69067
69242
|
],
|
|
69243
|
+
[
|
|
69244
|
+
0,
|
|
69245
|
+
{
|
|
69246
|
+
[_eQN]: `VpnConcentratorId`,
|
|
69247
|
+
[_xN]: _vCIpn,
|
|
69248
|
+
},
|
|
69249
|
+
],
|
|
69068
69250
|
[
|
|
69069
69251
|
0,
|
|
69070
69252
|
{
|
|
@@ -77305,6 +77487,30 @@ var VpcPeeringConnectionList = [
|
|
|
77305
77487
|
},
|
|
77306
77488
|
],
|
|
77307
77489
|
];
|
|
77490
|
+
var VpnConcentratorIdStringList = [
|
|
77491
|
+
1,
|
|
77492
|
+
n0,
|
|
77493
|
+
_VCISL,
|
|
77494
|
+
0,
|
|
77495
|
+
[
|
|
77496
|
+
0,
|
|
77497
|
+
{
|
|
77498
|
+
[_xN]: _VCI,
|
|
77499
|
+
},
|
|
77500
|
+
],
|
|
77501
|
+
];
|
|
77502
|
+
var VpnConcentratorList = [
|
|
77503
|
+
1,
|
|
77504
|
+
n0,
|
|
77505
|
+
_VCLp,
|
|
77506
|
+
0,
|
|
77507
|
+
[
|
|
77508
|
+
() => VpnConcentrator,
|
|
77509
|
+
{
|
|
77510
|
+
[_xN]: _it,
|
|
77511
|
+
},
|
|
77512
|
+
],
|
|
77513
|
+
];
|
|
77308
77514
|
var VpnConnectionDeviceTypeList = [
|
|
77309
77515
|
1,
|
|
77310
77516
|
n0,
|
|
@@ -77320,19 +77526,19 @@ var VpnConnectionDeviceTypeList = [
|
|
|
77320
77526
|
var VpnConnectionIdStringList = [
|
|
77321
77527
|
1,
|
|
77322
77528
|
n0,
|
|
77323
|
-
|
|
77529
|
+
_VCISLp,
|
|
77324
77530
|
0,
|
|
77325
77531
|
[
|
|
77326
77532
|
0,
|
|
77327
77533
|
{
|
|
77328
|
-
[_xN]:
|
|
77534
|
+
[_xN]: _VCIp,
|
|
77329
77535
|
},
|
|
77330
77536
|
],
|
|
77331
77537
|
];
|
|
77332
77538
|
var VpnConnectionList = [
|
|
77333
77539
|
1,
|
|
77334
77540
|
n0,
|
|
77335
|
-
|
|
77541
|
+
_VCLpn,
|
|
77336
77542
|
0,
|
|
77337
77543
|
[
|
|
77338
77544
|
() => VpnConnection,
|
|
@@ -78535,18 +78741,26 @@ var CreateVpcPeeringConnection = [
|
|
|
78535
78741
|
() => CreateVpcPeeringConnectionRequest,
|
|
78536
78742
|
() => CreateVpcPeeringConnectionResult,
|
|
78537
78743
|
];
|
|
78538
|
-
var
|
|
78744
|
+
var CreateVpnConcentrator = [
|
|
78539
78745
|
9,
|
|
78540
78746
|
n0,
|
|
78541
78747
|
_CVCr,
|
|
78542
78748
|
0,
|
|
78749
|
+
() => CreateVpnConcentratorRequest,
|
|
78750
|
+
() => CreateVpnConcentratorResult,
|
|
78751
|
+
];
|
|
78752
|
+
var CreateVpnConnection = [
|
|
78753
|
+
9,
|
|
78754
|
+
n0,
|
|
78755
|
+
_CVCre,
|
|
78756
|
+
0,
|
|
78543
78757
|
() => CreateVpnConnectionRequest,
|
|
78544
78758
|
() => CreateVpnConnectionResult,
|
|
78545
78759
|
];
|
|
78546
78760
|
var CreateVpnConnectionRoute = [
|
|
78547
78761
|
9,
|
|
78548
78762
|
n0,
|
|
78549
|
-
|
|
78763
|
+
_CVCRreat,
|
|
78550
78764
|
0,
|
|
78551
78765
|
() => CreateVpnConnectionRouteRequest,
|
|
78552
78766
|
() => __Unit,
|
|
@@ -79138,18 +79352,26 @@ var DeleteVpcPeeringConnection = [
|
|
|
79138
79352
|
() => DeleteVpcPeeringConnectionRequest,
|
|
79139
79353
|
() => DeleteVpcPeeringConnectionResult,
|
|
79140
79354
|
];
|
|
79141
|
-
var
|
|
79355
|
+
var DeleteVpnConcentrator = [
|
|
79142
79356
|
9,
|
|
79143
79357
|
n0,
|
|
79144
79358
|
_DVCe,
|
|
79145
79359
|
0,
|
|
79360
|
+
() => DeleteVpnConcentratorRequest,
|
|
79361
|
+
() => DeleteVpnConcentratorResult,
|
|
79362
|
+
];
|
|
79363
|
+
var DeleteVpnConnection = [
|
|
79364
|
+
9,
|
|
79365
|
+
n0,
|
|
79366
|
+
_DVCel,
|
|
79367
|
+
0,
|
|
79146
79368
|
() => DeleteVpnConnectionRequest,
|
|
79147
79369
|
() => __Unit,
|
|
79148
79370
|
];
|
|
79149
79371
|
var DeleteVpnConnectionRoute = [
|
|
79150
79372
|
9,
|
|
79151
79373
|
n0,
|
|
79152
|
-
|
|
79374
|
+
_DVCRele,
|
|
79153
79375
|
0,
|
|
79154
79376
|
() => DeleteVpnConnectionRouteRequest,
|
|
79155
79377
|
() => __Unit,
|
|
@@ -80620,11 +80842,19 @@ var DescribeVpcs = [
|
|
|
80620
80842
|
() => DescribeVpcsRequest,
|
|
80621
80843
|
() => DescribeVpcsResult,
|
|
80622
80844
|
];
|
|
80623
|
-
var
|
|
80845
|
+
var DescribeVpnConcentrators = [
|
|
80624
80846
|
9,
|
|
80625
80847
|
n0,
|
|
80626
80848
|
_DVCes,
|
|
80627
80849
|
0,
|
|
80850
|
+
() => DescribeVpnConcentratorsRequest,
|
|
80851
|
+
() => DescribeVpnConcentratorsResult,
|
|
80852
|
+
];
|
|
80853
|
+
var DescribeVpnConnections = [
|
|
80854
|
+
9,
|
|
80855
|
+
n0,
|
|
80856
|
+
_DVCesc,
|
|
80857
|
+
0,
|
|
80628
80858
|
() => DescribeVpnConnectionsRequest,
|
|
80629
80859
|
() => DescribeVpnConnectionsResult,
|
|
80630
80860
|
];
|
|
@@ -84706,6 +84936,18 @@ class CreateVpcPeeringConnectionCommand extends smithyClient.Command
|
|
|
84706
84936
|
.build() {
|
|
84707
84937
|
}
|
|
84708
84938
|
|
|
84939
|
+
class CreateVpnConcentratorCommand extends smithyClient.Command
|
|
84940
|
+
.classBuilder()
|
|
84941
|
+
.ep(commonParams)
|
|
84942
|
+
.m(function (Command, cs, config, o) {
|
|
84943
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
84944
|
+
})
|
|
84945
|
+
.s("AmazonEC2", "CreateVpnConcentrator", {})
|
|
84946
|
+
.n("EC2Client", "CreateVpnConcentratorCommand")
|
|
84947
|
+
.sc(CreateVpnConcentrator)
|
|
84948
|
+
.build() {
|
|
84949
|
+
}
|
|
84950
|
+
|
|
84709
84951
|
class CreateVpnConnectionCommand extends smithyClient.Command
|
|
84710
84952
|
.classBuilder()
|
|
84711
84953
|
.ep(commonParams)
|
|
@@ -85726,6 +85968,18 @@ class DeleteVpcPeeringConnectionCommand extends smithyClient.Command
|
|
|
85726
85968
|
.build() {
|
|
85727
85969
|
}
|
|
85728
85970
|
|
|
85971
|
+
class DeleteVpnConcentratorCommand extends smithyClient.Command
|
|
85972
|
+
.classBuilder()
|
|
85973
|
+
.ep(commonParams)
|
|
85974
|
+
.m(function (Command, cs, config, o) {
|
|
85975
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
85976
|
+
})
|
|
85977
|
+
.s("AmazonEC2", "DeleteVpnConcentrator", {})
|
|
85978
|
+
.n("EC2Client", "DeleteVpnConcentratorCommand")
|
|
85979
|
+
.sc(DeleteVpnConcentrator)
|
|
85980
|
+
.build() {
|
|
85981
|
+
}
|
|
85982
|
+
|
|
85729
85983
|
class DeleteVpnConnectionCommand extends smithyClient.Command
|
|
85730
85984
|
.classBuilder()
|
|
85731
85985
|
.ep(commonParams)
|
|
@@ -87970,6 +88224,18 @@ class DescribeVpcsCommand extends smithyClient.Command
|
|
|
87970
88224
|
.build() {
|
|
87971
88225
|
}
|
|
87972
88226
|
|
|
88227
|
+
class DescribeVpnConcentratorsCommand extends smithyClient.Command
|
|
88228
|
+
.classBuilder()
|
|
88229
|
+
.ep(commonParams)
|
|
88230
|
+
.m(function (Command, cs, config, o) {
|
|
88231
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
88232
|
+
})
|
|
88233
|
+
.s("AmazonEC2", "DescribeVpnConcentrators", {})
|
|
88234
|
+
.n("EC2Client", "DescribeVpnConcentratorsCommand")
|
|
88235
|
+
.sc(DescribeVpnConcentrators)
|
|
88236
|
+
.build() {
|
|
88237
|
+
}
|
|
88238
|
+
|
|
87973
88239
|
class DescribeVpnConnectionsCommand extends smithyClient.Command
|
|
87974
88240
|
.classBuilder()
|
|
87975
88241
|
.ep(commonParams)
|
|
@@ -91665,6 +91931,7 @@ const commands = {
|
|
|
91665
91931
|
CreateVpcEndpointConnectionNotificationCommand,
|
|
91666
91932
|
CreateVpcEndpointServiceConfigurationCommand,
|
|
91667
91933
|
CreateVpcPeeringConnectionCommand,
|
|
91934
|
+
CreateVpnConcentratorCommand,
|
|
91668
91935
|
CreateVpnConnectionCommand,
|
|
91669
91936
|
CreateVpnConnectionRouteCommand,
|
|
91670
91937
|
CreateVpnGatewayCommand,
|
|
@@ -91750,6 +92017,7 @@ const commands = {
|
|
|
91750
92017
|
DeleteVpcEndpointsCommand,
|
|
91751
92018
|
DeleteVpcEndpointServiceConfigurationsCommand,
|
|
91752
92019
|
DeleteVpcPeeringConnectionCommand,
|
|
92020
|
+
DeleteVpnConcentratorCommand,
|
|
91753
92021
|
DeleteVpnConnectionCommand,
|
|
91754
92022
|
DeleteVpnConnectionRouteCommand,
|
|
91755
92023
|
DeleteVpnGatewayCommand,
|
|
@@ -91937,6 +92205,7 @@ const commands = {
|
|
|
91937
92205
|
DescribeVpcEndpointServicesCommand,
|
|
91938
92206
|
DescribeVpcPeeringConnectionsCommand,
|
|
91939
92207
|
DescribeVpcsCommand,
|
|
92208
|
+
DescribeVpnConcentratorsCommand,
|
|
91940
92209
|
DescribeVpnConnectionsCommand,
|
|
91941
92210
|
DescribeVpnGatewaysCommand,
|
|
91942
92211
|
DetachClassicLinkVpcCommand,
|
|
@@ -92499,6 +92768,8 @@ const paginateDescribeVpcPeeringConnections = core.createPaginator(EC2Client, De
|
|
|
92499
92768
|
|
|
92500
92769
|
const paginateDescribeVpcs = core.createPaginator(EC2Client, DescribeVpcsCommand, "NextToken", "NextToken", "MaxResults");
|
|
92501
92770
|
|
|
92771
|
+
const paginateDescribeVpnConcentrators = core.createPaginator(EC2Client, DescribeVpnConcentratorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
92772
|
+
|
|
92502
92773
|
const paginateGetAssociatedIpv6PoolCidrs = core.createPaginator(EC2Client, GetAssociatedIpv6PoolCidrsCommand, "NextToken", "NextToken", "MaxResults");
|
|
92503
92774
|
|
|
92504
92775
|
const paginateGetAwsNetworkPerformanceData = core.createPaginator(EC2Client, GetAwsNetworkPerformanceDataCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -94731,6 +95002,7 @@ const ResourceType = {
|
|
|
94731
95002
|
vpc_endpoint_service_permission: "vpc-endpoint-service-permission",
|
|
94732
95003
|
vpc_flow_log: "vpc-flow-log",
|
|
94733
95004
|
vpc_peering_connection: "vpc-peering-connection",
|
|
95005
|
+
vpn_concentrator: "vpn-concentrator",
|
|
94734
95006
|
vpn_connection: "vpn-connection",
|
|
94735
95007
|
vpn_connection_device_type: "vpn-connection-device-type",
|
|
94736
95008
|
vpn_gateway: "vpn-gateway",
|
|
@@ -94748,6 +95020,7 @@ const TransitGatewayAttachmentResourceType = {
|
|
|
94748
95020
|
tgw_peering: "tgw-peering",
|
|
94749
95021
|
vpc: "vpc",
|
|
94750
95022
|
vpn: "vpn",
|
|
95023
|
+
vpn_concentrator: "vpn-concentrator",
|
|
94751
95024
|
};
|
|
94752
95025
|
const TransitGatewayMulitcastDomainAssociationState = {
|
|
94753
95026
|
associated: "associated",
|
|
@@ -97165,6 +97438,9 @@ const ServiceConnectivityType = {
|
|
|
97165
97438
|
ipv4: "ipv4",
|
|
97166
97439
|
ipv6: "ipv6",
|
|
97167
97440
|
};
|
|
97441
|
+
const VpnConcentratorType = {
|
|
97442
|
+
ipsec_1: "ipsec.1",
|
|
97443
|
+
};
|
|
97168
97444
|
const VpnTunnelBandwidth = {
|
|
97169
97445
|
large: "large",
|
|
97170
97446
|
standard: "standard",
|
|
@@ -97249,6 +97525,7 @@ const SnapshotReturnCodes = {
|
|
|
97249
97525
|
SUCCESS: "success",
|
|
97250
97526
|
WARN_SKIPPED: "skipped",
|
|
97251
97527
|
};
|
|
97528
|
+
|
|
97252
97529
|
const AvailabilityZoneOptInStatus = {
|
|
97253
97530
|
not_opted_in: "not-opted-in",
|
|
97254
97531
|
opt_in_not_required: "opt-in-not-required",
|
|
@@ -97261,7 +97538,6 @@ const AvailabilityZoneState = {
|
|
|
97261
97538
|
information: "information",
|
|
97262
97539
|
unavailable: "unavailable",
|
|
97263
97540
|
};
|
|
97264
|
-
|
|
97265
97541
|
const MetricType = {
|
|
97266
97542
|
aggregate_latency: "aggregate-latency",
|
|
97267
97543
|
};
|
|
@@ -97581,6 +97857,7 @@ const SummaryStatus = {
|
|
|
97581
97857
|
not_applicable: "not-applicable",
|
|
97582
97858
|
ok: "ok",
|
|
97583
97859
|
};
|
|
97860
|
+
|
|
97584
97861
|
const EventCode = {
|
|
97585
97862
|
instance_reboot: "instance-reboot",
|
|
97586
97863
|
instance_retirement: "instance-retirement",
|
|
@@ -97588,7 +97865,6 @@ const EventCode = {
|
|
|
97588
97865
|
system_maintenance: "system-maintenance",
|
|
97589
97866
|
system_reboot: "system-reboot",
|
|
97590
97867
|
};
|
|
97591
|
-
|
|
97592
97868
|
const LocationType = {
|
|
97593
97869
|
availability_zone: "availability-zone",
|
|
97594
97870
|
availability_zone_id: "availability-zone-id",
|
|
@@ -98115,10 +98391,10 @@ const PublicIpDnsOption = {
|
|
|
98115
98391
|
public_ipv4_dns_name: "public-ipv4-dns-name",
|
|
98116
98392
|
public_ipv6_dns_name: "public-ipv6-dns-name",
|
|
98117
98393
|
};
|
|
98394
|
+
|
|
98118
98395
|
const TargetStorageTier = {
|
|
98119
98396
|
archive: "archive",
|
|
98120
98397
|
};
|
|
98121
|
-
|
|
98122
98398
|
const TrafficMirrorFilterRuleField = {
|
|
98123
98399
|
description: "description",
|
|
98124
98400
|
destination_port_range: "destination-port-range",
|
|
@@ -98404,6 +98680,7 @@ exports.CreateVpcEndpointCommand = CreateVpcEndpointCommand;
|
|
|
98404
98680
|
exports.CreateVpcEndpointConnectionNotificationCommand = CreateVpcEndpointConnectionNotificationCommand;
|
|
98405
98681
|
exports.CreateVpcEndpointServiceConfigurationCommand = CreateVpcEndpointServiceConfigurationCommand;
|
|
98406
98682
|
exports.CreateVpcPeeringConnectionCommand = CreateVpcPeeringConnectionCommand;
|
|
98683
|
+
exports.CreateVpnConcentratorCommand = CreateVpnConcentratorCommand;
|
|
98407
98684
|
exports.CreateVpnConnectionCommand = CreateVpnConnectionCommand;
|
|
98408
98685
|
exports.CreateVpnConnectionRouteCommand = CreateVpnConnectionRouteCommand;
|
|
98409
98686
|
exports.CreateVpnGatewayCommand = CreateVpnGatewayCommand;
|
|
@@ -98498,6 +98775,7 @@ exports.DeleteVpcEndpointConnectionNotificationsCommand = DeleteVpcEndpointConne
|
|
|
98498
98775
|
exports.DeleteVpcEndpointServiceConfigurationsCommand = DeleteVpcEndpointServiceConfigurationsCommand;
|
|
98499
98776
|
exports.DeleteVpcEndpointsCommand = DeleteVpcEndpointsCommand;
|
|
98500
98777
|
exports.DeleteVpcPeeringConnectionCommand = DeleteVpcPeeringConnectionCommand;
|
|
98778
|
+
exports.DeleteVpnConcentratorCommand = DeleteVpnConcentratorCommand;
|
|
98501
98779
|
exports.DeleteVpnConnectionCommand = DeleteVpnConnectionCommand;
|
|
98502
98780
|
exports.DeleteVpnConnectionRouteCommand = DeleteVpnConnectionRouteCommand;
|
|
98503
98781
|
exports.DeleteVpnGatewayCommand = DeleteVpnGatewayCommand;
|
|
@@ -98685,6 +98963,7 @@ exports.DescribeVpcEndpointServicesCommand = DescribeVpcEndpointServicesCommand;
|
|
|
98685
98963
|
exports.DescribeVpcEndpointsCommand = DescribeVpcEndpointsCommand;
|
|
98686
98964
|
exports.DescribeVpcPeeringConnectionsCommand = DescribeVpcPeeringConnectionsCommand;
|
|
98687
98965
|
exports.DescribeVpcsCommand = DescribeVpcsCommand;
|
|
98966
|
+
exports.DescribeVpnConcentratorsCommand = DescribeVpnConcentratorsCommand;
|
|
98688
98967
|
exports.DescribeVpnConnectionsCommand = DescribeVpnConnectionsCommand;
|
|
98689
98968
|
exports.DescribeVpnGatewaysCommand = DescribeVpnGatewaysCommand;
|
|
98690
98969
|
exports.DestinationFileFormat = DestinationFileFormat;
|
|
@@ -99306,6 +99585,7 @@ exports.VpcEndpointType = VpcEndpointType;
|
|
|
99306
99585
|
exports.VpcPeeringConnectionStateReasonCode = VpcPeeringConnectionStateReasonCode;
|
|
99307
99586
|
exports.VpcState = VpcState;
|
|
99308
99587
|
exports.VpcTenancy = VpcTenancy;
|
|
99588
|
+
exports.VpnConcentratorType = VpnConcentratorType;
|
|
99309
99589
|
exports.VpnEcmpSupportValue = VpnEcmpSupportValue;
|
|
99310
99590
|
exports.VpnProtocol = VpnProtocol;
|
|
99311
99591
|
exports.VpnState = VpnState;
|
|
@@ -99446,6 +99726,7 @@ exports.paginateDescribeVpcEndpointServicePermissions = paginateDescribeVpcEndpo
|
|
|
99446
99726
|
exports.paginateDescribeVpcEndpoints = paginateDescribeVpcEndpoints;
|
|
99447
99727
|
exports.paginateDescribeVpcPeeringConnections = paginateDescribeVpcPeeringConnections;
|
|
99448
99728
|
exports.paginateDescribeVpcs = paginateDescribeVpcs;
|
|
99729
|
+
exports.paginateDescribeVpnConcentrators = paginateDescribeVpnConcentrators;
|
|
99449
99730
|
exports.paginateGetAssociatedIpv6PoolCidrs = paginateGetAssociatedIpv6PoolCidrs;
|
|
99450
99731
|
exports.paginateGetAwsNetworkPerformanceData = paginateGetAwsNetworkPerformanceData;
|
|
99451
99732
|
exports.paginateGetCapacityManagerMetricData = paginateGetCapacityManagerMetricData;
|