@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
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeLoaCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class DescribeLoaCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeLoaCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "DirectConnectClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeLocationsCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class DescribeLocationsCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeLocationsCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "DirectConnectClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeRouterConfigurationCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class DescribeRouterConfigurationCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeRouterConfigurationCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "DirectConnectClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeTagsCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class DescribeTagsCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeTagsCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "DirectConnectClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeVirtualGatewaysCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class DescribeVirtualGatewaysCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeVirtualGatewaysCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "DirectConnectClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeVirtualInterfacesCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class DescribeVirtualInterfacesCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeVirtualInterfacesCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "DirectConnectClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DisassociateConnectionFromLagCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class DisassociateConnectionFromLagCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DisassociateConnectionFromLagCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "DirectConnectClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DisassociateMacSecKeyCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class DisassociateMacSecKeyCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DisassociateMacSecKeyCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "DirectConnectClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListVirtualInterfaceTestHistoryCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class ListVirtualInterfaceTestHistoryCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListVirtualInterfaceTestHistoryCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "DirectConnectClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StartBgpFailoverTestCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class StartBgpFailoverTestCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartBgpFailoverTestCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "DirectConnectClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StopBgpFailoverTestCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class StopBgpFailoverTestCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StopBgpFailoverTestCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "DirectConnectClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TagResourceCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, TagResourceCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "DirectConnectClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UntagResourceCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "DirectConnectClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateConnectionCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class UpdateConnectionCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateConnectionCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "DirectConnectClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateDirectConnectGatewayAssociationCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class UpdateDirectConnectGatewayAssociationCommand extends smithy_client_1.Comma
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateDirectConnectGatewayAssociationCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "DirectConnectClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateDirectConnectGatewayCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class UpdateDirectConnectGatewayCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateDirectConnectGatewayCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "DirectConnectClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateLagCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class UpdateLagCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateLagCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "DirectConnectClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateVirtualInterfaceAttributesCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class UpdateVirtualInterfaceAttributesCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateVirtualInterfaceAttributesCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "DirectConnectClient";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.resolveClientEndpointParameters = void 0;
|
|
4
|
+
const resolveClientEndpointParameters = (options) => {
|
|
5
|
+
var _a, _b;
|
|
6
|
+
return {
|
|
7
|
+
...options,
|
|
8
|
+
useDualstackEndpoint: (_a = options.useDualstackEndpoint) !== null && _a !== void 0 ? _a : false,
|
|
9
|
+
useFipsEndpoint: (_b = options.useFipsEndpoint) !== null && _b !== void 0 ? _b : false,
|
|
10
|
+
defaultSigningName: "directconnect",
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.defaultEndpointResolver = void 0;
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const ruleset_1 = require("./ruleset");
|
|
6
|
+
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
+
return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
|
+
endpointParams: endpointParams,
|
|
9
|
+
logger: context.logger,
|
|
10
|
+
});
|
|
11
|
+
};
|
|
12
|
+
exports.defaultEndpointResolver = defaultEndpointResolver;
|