@aws-sdk/client-direct-connect 3.193.0 → 3.195.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/CHANGELOG.md +19 -0
- package/dist-cjs/DirectConnectClient.js +11 -8
- package/dist-cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +10 -0
- package/dist-cjs/commands/AllocateConnectionOnInterconnectCommand.js +10 -0
- package/dist-cjs/commands/AllocateHostedConnectionCommand.js +10 -0
- package/dist-cjs/commands/AllocatePrivateVirtualInterfaceCommand.js +10 -0
- package/dist-cjs/commands/AllocatePublicVirtualInterfaceCommand.js +10 -0
- package/dist-cjs/commands/AllocateTransitVirtualInterfaceCommand.js +10 -0
- package/dist-cjs/commands/AssociateConnectionWithLagCommand.js +10 -0
- package/dist-cjs/commands/AssociateHostedConnectionCommand.js +10 -0
- package/dist-cjs/commands/AssociateMacSecKeyCommand.js +10 -0
- package/dist-cjs/commands/AssociateVirtualInterfaceCommand.js +10 -0
- package/dist-cjs/commands/ConfirmConnectionCommand.js +10 -0
- package/dist-cjs/commands/ConfirmCustomerAgreementCommand.js +10 -0
- package/dist-cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js +10 -0
- package/dist-cjs/commands/ConfirmPublicVirtualInterfaceCommand.js +10 -0
- package/dist-cjs/commands/ConfirmTransitVirtualInterfaceCommand.js +10 -0
- package/dist-cjs/commands/CreateBGPPeerCommand.js +10 -0
- package/dist-cjs/commands/CreateConnectionCommand.js +10 -0
- package/dist-cjs/commands/CreateDirectConnectGatewayAssociationCommand.js +10 -0
- package/dist-cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +10 -0
- package/dist-cjs/commands/CreateDirectConnectGatewayCommand.js +10 -0
- package/dist-cjs/commands/CreateInterconnectCommand.js +10 -0
- package/dist-cjs/commands/CreateLagCommand.js +10 -0
- package/dist-cjs/commands/CreatePrivateVirtualInterfaceCommand.js +10 -0
- package/dist-cjs/commands/CreatePublicVirtualInterfaceCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitVirtualInterfaceCommand.js +10 -0
- package/dist-cjs/commands/DeleteBGPPeerCommand.js +10 -0
- package/dist-cjs/commands/DeleteConnectionCommand.js +10 -0
- package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js +10 -0
- package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +10 -0
- package/dist-cjs/commands/DeleteDirectConnectGatewayCommand.js +10 -0
- package/dist-cjs/commands/DeleteInterconnectCommand.js +10 -0
- package/dist-cjs/commands/DeleteLagCommand.js +10 -0
- package/dist-cjs/commands/DeleteVirtualInterfaceCommand.js +10 -0
- package/dist-cjs/commands/DescribeConnectionLoaCommand.js +10 -0
- package/dist-cjs/commands/DescribeConnectionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeConnectionsOnInterconnectCommand.js +10 -0
- package/dist-cjs/commands/DescribeCustomerMetadataCommand.js +10 -0
- package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +10 -0
- package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +10 -0
- package/dist-cjs/commands/DescribeDirectConnectGatewaysCommand.js +10 -0
- package/dist-cjs/commands/DescribeHostedConnectionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeInterconnectLoaCommand.js +10 -0
- package/dist-cjs/commands/DescribeInterconnectsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLagsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLoaCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeRouterConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DescribeTagsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVirtualGatewaysCommand.js +10 -0
- package/dist-cjs/commands/DescribeVirtualInterfacesCommand.js +10 -0
- package/dist-cjs/commands/DisassociateConnectionFromLagCommand.js +10 -0
- package/dist-cjs/commands/DisassociateMacSecKeyCommand.js +10 -0
- package/dist-cjs/commands/ListVirtualInterfaceTestHistoryCommand.js +10 -0
- package/dist-cjs/commands/StartBgpFailoverTestCommand.js +10 -0
- package/dist-cjs/commands/StopBgpFailoverTestCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateConnectionCommand.js +10 -0
- package/dist-cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js +10 -0
- package/dist-cjs/commands/UpdateDirectConnectGatewayCommand.js +10 -0
- package/dist-cjs/commands/UpdateLagCommand.js +10 -0
- package/dist-cjs/commands/UpdateVirtualInterfaceAttributesCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/DirectConnectClient.js +12 -9
- package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +10 -0
- package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +10 -0
- package/dist-es/commands/AllocateHostedConnectionCommand.js +10 -0
- package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +10 -0
- package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +10 -0
- package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +10 -0
- package/dist-es/commands/AssociateConnectionWithLagCommand.js +10 -0
- package/dist-es/commands/AssociateHostedConnectionCommand.js +10 -0
- package/dist-es/commands/AssociateMacSecKeyCommand.js +10 -0
- package/dist-es/commands/AssociateVirtualInterfaceCommand.js +10 -0
- package/dist-es/commands/ConfirmConnectionCommand.js +10 -0
- package/dist-es/commands/ConfirmCustomerAgreementCommand.js +10 -0
- package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +10 -0
- package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +10 -0
- package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +10 -0
- package/dist-es/commands/CreateBGPPeerCommand.js +10 -0
- package/dist-es/commands/CreateConnectionCommand.js +10 -0
- package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +10 -0
- package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +10 -0
- package/dist-es/commands/CreateDirectConnectGatewayCommand.js +10 -0
- package/dist-es/commands/CreateInterconnectCommand.js +10 -0
- package/dist-es/commands/CreateLagCommand.js +10 -0
- package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +10 -0
- package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +10 -0
- package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +10 -0
- package/dist-es/commands/DeleteBGPPeerCommand.js +10 -0
- package/dist-es/commands/DeleteConnectionCommand.js +10 -0
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +10 -0
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +10 -0
- package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +10 -0
- package/dist-es/commands/DeleteInterconnectCommand.js +10 -0
- package/dist-es/commands/DeleteLagCommand.js +10 -0
- package/dist-es/commands/DeleteVirtualInterfaceCommand.js +10 -0
- package/dist-es/commands/DescribeConnectionLoaCommand.js +10 -0
- package/dist-es/commands/DescribeConnectionsCommand.js +10 -0
- package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +10 -0
- package/dist-es/commands/DescribeCustomerMetadataCommand.js +10 -0
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +10 -0
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +10 -0
- package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +10 -0
- package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +10 -0
- package/dist-es/commands/DescribeHostedConnectionsCommand.js +10 -0
- package/dist-es/commands/DescribeInterconnectLoaCommand.js +10 -0
- package/dist-es/commands/DescribeInterconnectsCommand.js +10 -0
- package/dist-es/commands/DescribeLagsCommand.js +10 -0
- package/dist-es/commands/DescribeLoaCommand.js +10 -0
- package/dist-es/commands/DescribeLocationsCommand.js +10 -0
- package/dist-es/commands/DescribeRouterConfigurationCommand.js +10 -0
- package/dist-es/commands/DescribeTagsCommand.js +10 -0
- package/dist-es/commands/DescribeVirtualGatewaysCommand.js +10 -0
- package/dist-es/commands/DescribeVirtualInterfacesCommand.js +10 -0
- package/dist-es/commands/DisassociateConnectionFromLagCommand.js +10 -0
- package/dist-es/commands/DisassociateMacSecKeyCommand.js +10 -0
- package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +10 -0
- package/dist-es/commands/StartBgpFailoverTestCommand.js +10 -0
- package/dist-es/commands/StopBgpFailoverTestCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateConnectionCommand.js +10 -0
- package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +10 -0
- package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +10 -0
- package/dist-es/commands/UpdateLagCommand.js +10 -0
- package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/DirectConnectClient.d.ts +6 -9
- package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +2 -0
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +2 -0
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +2 -0
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +2 -0
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +2 -0
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +2 -0
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +2 -0
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +2 -0
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +2 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +2 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +2 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +2 -0
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateInterconnectCommand.d.ts +2 -0
- package/dist-types/commands/CreateLagCommand.d.ts +2 -0
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLagCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +2 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLagsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLoaCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +2 -0
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +2 -0
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +2 -0
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLagCommand.d.ts +2 -0
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/DirectConnectClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +4 -2
- package/dist-cjs/endpoints.js +0 -187
- package/dist-es/endpoints.js +0 -183
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
package/dist-cjs/endpoints.js
DELETED
|
@@ -1,187 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.defaultRegionInfoProvider = void 0;
|
|
4
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
-
const regionHash = {
|
|
6
|
-
"us-east-1": {
|
|
7
|
-
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "directconnect-fips.us-east-1.amazonaws.com",
|
|
10
|
-
tags: ["fips"],
|
|
11
|
-
},
|
|
12
|
-
],
|
|
13
|
-
},
|
|
14
|
-
"us-east-2": {
|
|
15
|
-
variants: [
|
|
16
|
-
{
|
|
17
|
-
hostname: "directconnect-fips.us-east-2.amazonaws.com",
|
|
18
|
-
tags: ["fips"],
|
|
19
|
-
},
|
|
20
|
-
],
|
|
21
|
-
},
|
|
22
|
-
"us-gov-east-1": {
|
|
23
|
-
variants: [
|
|
24
|
-
{
|
|
25
|
-
hostname: "directconnect.us-gov-east-1.amazonaws.com",
|
|
26
|
-
tags: [],
|
|
27
|
-
},
|
|
28
|
-
],
|
|
29
|
-
signingRegion: "us-gov-east-1",
|
|
30
|
-
},
|
|
31
|
-
"us-gov-west-1": {
|
|
32
|
-
variants: [
|
|
33
|
-
{
|
|
34
|
-
hostname: "directconnect.us-gov-west-1.amazonaws.com",
|
|
35
|
-
tags: [],
|
|
36
|
-
},
|
|
37
|
-
],
|
|
38
|
-
signingRegion: "us-gov-west-1",
|
|
39
|
-
},
|
|
40
|
-
"us-west-1": {
|
|
41
|
-
variants: [
|
|
42
|
-
{
|
|
43
|
-
hostname: "directconnect-fips.us-west-1.amazonaws.com",
|
|
44
|
-
tags: ["fips"],
|
|
45
|
-
},
|
|
46
|
-
],
|
|
47
|
-
},
|
|
48
|
-
"us-west-2": {
|
|
49
|
-
variants: [
|
|
50
|
-
{
|
|
51
|
-
hostname: "directconnect-fips.us-west-2.amazonaws.com",
|
|
52
|
-
tags: ["fips"],
|
|
53
|
-
},
|
|
54
|
-
],
|
|
55
|
-
},
|
|
56
|
-
};
|
|
57
|
-
const partitionHash = {
|
|
58
|
-
aws: {
|
|
59
|
-
regions: [
|
|
60
|
-
"af-south-1",
|
|
61
|
-
"ap-east-1",
|
|
62
|
-
"ap-northeast-1",
|
|
63
|
-
"ap-northeast-2",
|
|
64
|
-
"ap-northeast-3",
|
|
65
|
-
"ap-south-1",
|
|
66
|
-
"ap-southeast-1",
|
|
67
|
-
"ap-southeast-2",
|
|
68
|
-
"ap-southeast-3",
|
|
69
|
-
"ca-central-1",
|
|
70
|
-
"eu-central-1",
|
|
71
|
-
"eu-north-1",
|
|
72
|
-
"eu-south-1",
|
|
73
|
-
"eu-west-1",
|
|
74
|
-
"eu-west-2",
|
|
75
|
-
"eu-west-3",
|
|
76
|
-
"fips-us-east-1",
|
|
77
|
-
"fips-us-east-2",
|
|
78
|
-
"fips-us-west-1",
|
|
79
|
-
"fips-us-west-2",
|
|
80
|
-
"me-central-1",
|
|
81
|
-
"me-south-1",
|
|
82
|
-
"sa-east-1",
|
|
83
|
-
"us-east-1",
|
|
84
|
-
"us-east-2",
|
|
85
|
-
"us-west-1",
|
|
86
|
-
"us-west-2",
|
|
87
|
-
],
|
|
88
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
89
|
-
variants: [
|
|
90
|
-
{
|
|
91
|
-
hostname: "directconnect.{region}.amazonaws.com",
|
|
92
|
-
tags: [],
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
hostname: "directconnect-fips.{region}.amazonaws.com",
|
|
96
|
-
tags: ["fips"],
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
hostname: "directconnect-fips.{region}.api.aws",
|
|
100
|
-
tags: ["dualstack", "fips"],
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
hostname: "directconnect.{region}.api.aws",
|
|
104
|
-
tags: ["dualstack"],
|
|
105
|
-
},
|
|
106
|
-
],
|
|
107
|
-
},
|
|
108
|
-
"aws-cn": {
|
|
109
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
110
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
111
|
-
variants: [
|
|
112
|
-
{
|
|
113
|
-
hostname: "directconnect.{region}.amazonaws.com.cn",
|
|
114
|
-
tags: [],
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
hostname: "directconnect-fips.{region}.amazonaws.com.cn",
|
|
118
|
-
tags: ["fips"],
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
hostname: "directconnect-fips.{region}.api.amazonwebservices.com.cn",
|
|
122
|
-
tags: ["dualstack", "fips"],
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
hostname: "directconnect.{region}.api.amazonwebservices.com.cn",
|
|
126
|
-
tags: ["dualstack"],
|
|
127
|
-
},
|
|
128
|
-
],
|
|
129
|
-
},
|
|
130
|
-
"aws-iso": {
|
|
131
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
132
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
133
|
-
variants: [
|
|
134
|
-
{
|
|
135
|
-
hostname: "directconnect.{region}.c2s.ic.gov",
|
|
136
|
-
tags: [],
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
hostname: "directconnect-fips.{region}.c2s.ic.gov",
|
|
140
|
-
tags: ["fips"],
|
|
141
|
-
},
|
|
142
|
-
],
|
|
143
|
-
},
|
|
144
|
-
"aws-iso-b": {
|
|
145
|
-
regions: ["us-isob-east-1"],
|
|
146
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
147
|
-
variants: [
|
|
148
|
-
{
|
|
149
|
-
hostname: "directconnect.{region}.sc2s.sgov.gov",
|
|
150
|
-
tags: [],
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
hostname: "directconnect-fips.{region}.sc2s.sgov.gov",
|
|
154
|
-
tags: ["fips"],
|
|
155
|
-
},
|
|
156
|
-
],
|
|
157
|
-
},
|
|
158
|
-
"aws-us-gov": {
|
|
159
|
-
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
160
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
161
|
-
variants: [
|
|
162
|
-
{
|
|
163
|
-
hostname: "directconnect.{region}.amazonaws.com",
|
|
164
|
-
tags: [],
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
hostname: "directconnect-fips.{region}.amazonaws.com",
|
|
168
|
-
tags: ["fips"],
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
hostname: "directconnect-fips.{region}.api.aws",
|
|
172
|
-
tags: ["dualstack", "fips"],
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
hostname: "directconnect.{region}.api.aws",
|
|
176
|
-
tags: ["dualstack"],
|
|
177
|
-
},
|
|
178
|
-
],
|
|
179
|
-
},
|
|
180
|
-
};
|
|
181
|
-
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
182
|
-
...options,
|
|
183
|
-
signingService: "directconnect",
|
|
184
|
-
regionHash,
|
|
185
|
-
partitionHash,
|
|
186
|
-
});
|
|
187
|
-
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|
package/dist-es/endpoints.js
DELETED
|
@@ -1,183 +0,0 @@
|
|
|
1
|
-
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
2
|
-
const regionHash = {
|
|
3
|
-
"us-east-1": {
|
|
4
|
-
variants: [
|
|
5
|
-
{
|
|
6
|
-
hostname: "directconnect-fips.us-east-1.amazonaws.com",
|
|
7
|
-
tags: ["fips"],
|
|
8
|
-
},
|
|
9
|
-
],
|
|
10
|
-
},
|
|
11
|
-
"us-east-2": {
|
|
12
|
-
variants: [
|
|
13
|
-
{
|
|
14
|
-
hostname: "directconnect-fips.us-east-2.amazonaws.com",
|
|
15
|
-
tags: ["fips"],
|
|
16
|
-
},
|
|
17
|
-
],
|
|
18
|
-
},
|
|
19
|
-
"us-gov-east-1": {
|
|
20
|
-
variants: [
|
|
21
|
-
{
|
|
22
|
-
hostname: "directconnect.us-gov-east-1.amazonaws.com",
|
|
23
|
-
tags: [],
|
|
24
|
-
},
|
|
25
|
-
],
|
|
26
|
-
signingRegion: "us-gov-east-1",
|
|
27
|
-
},
|
|
28
|
-
"us-gov-west-1": {
|
|
29
|
-
variants: [
|
|
30
|
-
{
|
|
31
|
-
hostname: "directconnect.us-gov-west-1.amazonaws.com",
|
|
32
|
-
tags: [],
|
|
33
|
-
},
|
|
34
|
-
],
|
|
35
|
-
signingRegion: "us-gov-west-1",
|
|
36
|
-
},
|
|
37
|
-
"us-west-1": {
|
|
38
|
-
variants: [
|
|
39
|
-
{
|
|
40
|
-
hostname: "directconnect-fips.us-west-1.amazonaws.com",
|
|
41
|
-
tags: ["fips"],
|
|
42
|
-
},
|
|
43
|
-
],
|
|
44
|
-
},
|
|
45
|
-
"us-west-2": {
|
|
46
|
-
variants: [
|
|
47
|
-
{
|
|
48
|
-
hostname: "directconnect-fips.us-west-2.amazonaws.com",
|
|
49
|
-
tags: ["fips"],
|
|
50
|
-
},
|
|
51
|
-
],
|
|
52
|
-
},
|
|
53
|
-
};
|
|
54
|
-
const partitionHash = {
|
|
55
|
-
aws: {
|
|
56
|
-
regions: [
|
|
57
|
-
"af-south-1",
|
|
58
|
-
"ap-east-1",
|
|
59
|
-
"ap-northeast-1",
|
|
60
|
-
"ap-northeast-2",
|
|
61
|
-
"ap-northeast-3",
|
|
62
|
-
"ap-south-1",
|
|
63
|
-
"ap-southeast-1",
|
|
64
|
-
"ap-southeast-2",
|
|
65
|
-
"ap-southeast-3",
|
|
66
|
-
"ca-central-1",
|
|
67
|
-
"eu-central-1",
|
|
68
|
-
"eu-north-1",
|
|
69
|
-
"eu-south-1",
|
|
70
|
-
"eu-west-1",
|
|
71
|
-
"eu-west-2",
|
|
72
|
-
"eu-west-3",
|
|
73
|
-
"fips-us-east-1",
|
|
74
|
-
"fips-us-east-2",
|
|
75
|
-
"fips-us-west-1",
|
|
76
|
-
"fips-us-west-2",
|
|
77
|
-
"me-central-1",
|
|
78
|
-
"me-south-1",
|
|
79
|
-
"sa-east-1",
|
|
80
|
-
"us-east-1",
|
|
81
|
-
"us-east-2",
|
|
82
|
-
"us-west-1",
|
|
83
|
-
"us-west-2",
|
|
84
|
-
],
|
|
85
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
86
|
-
variants: [
|
|
87
|
-
{
|
|
88
|
-
hostname: "directconnect.{region}.amazonaws.com",
|
|
89
|
-
tags: [],
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
hostname: "directconnect-fips.{region}.amazonaws.com",
|
|
93
|
-
tags: ["fips"],
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
hostname: "directconnect-fips.{region}.api.aws",
|
|
97
|
-
tags: ["dualstack", "fips"],
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
hostname: "directconnect.{region}.api.aws",
|
|
101
|
-
tags: ["dualstack"],
|
|
102
|
-
},
|
|
103
|
-
],
|
|
104
|
-
},
|
|
105
|
-
"aws-cn": {
|
|
106
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
107
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
108
|
-
variants: [
|
|
109
|
-
{
|
|
110
|
-
hostname: "directconnect.{region}.amazonaws.com.cn",
|
|
111
|
-
tags: [],
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
hostname: "directconnect-fips.{region}.amazonaws.com.cn",
|
|
115
|
-
tags: ["fips"],
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
hostname: "directconnect-fips.{region}.api.amazonwebservices.com.cn",
|
|
119
|
-
tags: ["dualstack", "fips"],
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
hostname: "directconnect.{region}.api.amazonwebservices.com.cn",
|
|
123
|
-
tags: ["dualstack"],
|
|
124
|
-
},
|
|
125
|
-
],
|
|
126
|
-
},
|
|
127
|
-
"aws-iso": {
|
|
128
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
129
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
130
|
-
variants: [
|
|
131
|
-
{
|
|
132
|
-
hostname: "directconnect.{region}.c2s.ic.gov",
|
|
133
|
-
tags: [],
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
hostname: "directconnect-fips.{region}.c2s.ic.gov",
|
|
137
|
-
tags: ["fips"],
|
|
138
|
-
},
|
|
139
|
-
],
|
|
140
|
-
},
|
|
141
|
-
"aws-iso-b": {
|
|
142
|
-
regions: ["us-isob-east-1"],
|
|
143
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
144
|
-
variants: [
|
|
145
|
-
{
|
|
146
|
-
hostname: "directconnect.{region}.sc2s.sgov.gov",
|
|
147
|
-
tags: [],
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
hostname: "directconnect-fips.{region}.sc2s.sgov.gov",
|
|
151
|
-
tags: ["fips"],
|
|
152
|
-
},
|
|
153
|
-
],
|
|
154
|
-
},
|
|
155
|
-
"aws-us-gov": {
|
|
156
|
-
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
157
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
158
|
-
variants: [
|
|
159
|
-
{
|
|
160
|
-
hostname: "directconnect.{region}.amazonaws.com",
|
|
161
|
-
tags: [],
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
hostname: "directconnect-fips.{region}.amazonaws.com",
|
|
165
|
-
tags: ["fips"],
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
hostname: "directconnect-fips.{region}.api.aws",
|
|
169
|
-
tags: ["dualstack", "fips"],
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
hostname: "directconnect.{region}.api.aws",
|
|
173
|
-
tags: ["dualstack"],
|
|
174
|
-
},
|
|
175
|
-
],
|
|
176
|
-
},
|
|
177
|
-
};
|
|
178
|
-
export const defaultRegionInfoProvider = async (region, options) => getRegionInfo(region, {
|
|
179
|
-
...options,
|
|
180
|
-
signingService: "directconnect",
|
|
181
|
-
regionHash,
|
|
182
|
-
partitionHash,
|
|
183
|
-
});
|