@aws-sdk/client-direct-connect 3.1045.0 → 3.1047.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +142 -143
- package/dist-cjs/models/DirectConnectServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/DirectConnect.js +1 -1
- package/dist-es/DirectConnectClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +2 -2
- package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +2 -2
- package/dist-es/commands/AllocateHostedConnectionCommand.js +2 -2
- package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/AssociateConnectionWithLagCommand.js +2 -2
- package/dist-es/commands/AssociateHostedConnectionCommand.js +2 -2
- package/dist-es/commands/AssociateMacSecKeyCommand.js +2 -2
- package/dist-es/commands/AssociateVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/ConfirmConnectionCommand.js +2 -2
- package/dist-es/commands/ConfirmCustomerAgreementCommand.js +2 -2
- package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/CreateBGPPeerCommand.js +2 -2
- package/dist-es/commands/CreateConnectionCommand.js +2 -2
- package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +2 -2
- package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +2 -2
- package/dist-es/commands/CreateDirectConnectGatewayCommand.js +2 -2
- package/dist-es/commands/CreateInterconnectCommand.js +2 -2
- package/dist-es/commands/CreateLagCommand.js +2 -2
- package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/DeleteBGPPeerCommand.js +2 -2
- package/dist-es/commands/DeleteConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +2 -2
- package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +2 -2
- package/dist-es/commands/DeleteInterconnectCommand.js +2 -2
- package/dist-es/commands/DeleteLagCommand.js +2 -2
- package/dist-es/commands/DeleteVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/DescribeConnectionLoaCommand.js +2 -2
- package/dist-es/commands/DescribeConnectionsCommand.js +2 -2
- package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +2 -2
- package/dist-es/commands/DescribeCustomerMetadataCommand.js +2 -2
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +2 -2
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +2 -2
- package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +2 -2
- package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +2 -2
- package/dist-es/commands/DescribeHostedConnectionsCommand.js +2 -2
- package/dist-es/commands/DescribeInterconnectLoaCommand.js +2 -2
- package/dist-es/commands/DescribeInterconnectsCommand.js +2 -2
- package/dist-es/commands/DescribeLagsCommand.js +2 -2
- package/dist-es/commands/DescribeLoaCommand.js +2 -2
- package/dist-es/commands/DescribeLocationsCommand.js +2 -2
- package/dist-es/commands/DescribeRouterConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeTagsCommand.js +2 -2
- package/dist-es/commands/DescribeVirtualGatewaysCommand.js +2 -2
- package/dist-es/commands/DescribeVirtualInterfacesCommand.js +2 -2
- package/dist-es/commands/DisassociateConnectionFromLagCommand.js +2 -2
- package/dist-es/commands/DisassociateMacSecKeyCommand.js +2 -2
- package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +2 -2
- package/dist-es/commands/StartBgpFailoverTestCommand.js +2 -2
- package/dist-es/commands/StopBgpFailoverTestCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateConnectionCommand.js +2 -2
- package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +2 -2
- package/dist-es/commands/UpdateLagCommand.js +2 -2
- package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/DirectConnectServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/DirectConnectClient.d.ts +5 -5
- package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +6 -4
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +6 -4
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +6 -4
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +6 -4
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +6 -4
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +6 -4
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +6 -4
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +6 -4
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +6 -4
- package/dist-types/commands/CreateConnectionCommand.d.ts +6 -4
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +6 -4
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +6 -4
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +6 -4
- package/dist-types/commands/CreateInterconnectCommand.d.ts +6 -4
- package/dist-types/commands/CreateLagCommand.d.ts +6 -4
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +6 -4
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLagCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +6 -4
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLagsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLoaCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLocationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +6 -4
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +6 -4
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +6 -4
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +6 -4
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConnectionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLagCommand.d.ts +6 -4
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/DirectConnectServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/DirectConnectClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/DirectConnectServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeDirectConnectGateways$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeHostedConnections$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeInterconnectLoa$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeInterconnects$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeLags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeLoa$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeLocations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeRouterConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeTags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeVirtualGateways$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeVirtualInterfaces$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DisassociateConnectionFromLag$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DisassociateMacSecKey$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListVirtualInterfaceTestHistory$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StartBgpFailoverTest$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StopBgpFailoverTest$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateConnection$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateDirectConnectGatewayAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateDirectConnectGateway$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateLag$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateVirtualInterfaceAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
package/dist-es/endpoint/bdd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
const k = "ref";
|
|
3
3
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
4
4
|
const _data = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class DirectConnectServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultDirectConnectHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/AcceptDirectConnectGatewayAssociationProposalCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
4
4
|
import type { AcceptDirectConnectGatewayAssociationProposalRequest, AcceptDirectConnectGatewayAssociationProposalResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AcceptDirectConnectGatewayAssociationProposalCommandInput exten
|
|
|
22
22
|
export interface AcceptDirectConnectGatewayAssociationProposalCommandOutput extends AcceptDirectConnectGatewayAssociationProposalResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AcceptDirectConnectGatewayAssociationProposalCommand_base: {
|
|
25
|
-
new (input: AcceptDirectConnectGatewayAssociationProposalCommandInput): import("@smithy/
|
|
26
|
-
new (input: AcceptDirectConnectGatewayAssociationProposalCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AcceptDirectConnectGatewayAssociationProposalCommandInput): import("@smithy/core/client").CommandImpl<AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AcceptDirectConnectGatewayAssociationProposalCommandInput): import("@smithy/core/client").CommandImpl<AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Accepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
4
4
|
import type { AllocateConnectionOnInterconnectRequest, Connection } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AllocateConnectionOnInterconnectCommandInput extends AllocateCo
|
|
|
22
22
|
export interface AllocateConnectionOnInterconnectCommandOutput extends Connection, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AllocateConnectionOnInterconnectCommand_base: {
|
|
25
|
-
new (input: AllocateConnectionOnInterconnectCommandInput): import("@smithy/
|
|
26
|
-
new (input: AllocateConnectionOnInterconnectCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AllocateConnectionOnInterconnectCommandInput): import("@smithy/core/client").CommandImpl<AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AllocateConnectionOnInterconnectCommandInput): import("@smithy/core/client").CommandImpl<AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
4
4
|
import type { AllocateHostedConnectionRequest, Connection } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AllocateHostedConnectionCommandInput extends AllocateHostedConn
|
|
|
22
22
|
export interface AllocateHostedConnectionCommandOutput extends Connection, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AllocateHostedConnectionCommand_base: {
|
|
25
|
-
new (input: AllocateHostedConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: AllocateHostedConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AllocateHostedConnectionCommandInput): import("@smithy/core/client").CommandImpl<AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AllocateHostedConnectionCommandInput): import("@smithy/core/client").CommandImpl<AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
4
4
|
import type { AllocatePrivateVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AllocatePrivateVirtualInterfaceCommandInput extends AllocatePri
|
|
|
22
22
|
export interface AllocatePrivateVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AllocatePrivateVirtualInterfaceCommand_base: {
|
|
25
|
-
new (input: AllocatePrivateVirtualInterfaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: AllocatePrivateVirtualInterfaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AllocatePrivateVirtualInterfaceCommandInput): import("@smithy/core/client").CommandImpl<AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AllocatePrivateVirtualInterfaceCommandInput): import("@smithy/core/client").CommandImpl<AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provisions a private virtual interface to be owned by the specified Amazon Web Services account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
4
4
|
import type { AllocatePublicVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AllocatePublicVirtualInterfaceCommandInput extends AllocatePubl
|
|
|
22
22
|
export interface AllocatePublicVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AllocatePublicVirtualInterfaceCommand_base: {
|
|
25
|
-
new (input: AllocatePublicVirtualInterfaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: AllocatePublicVirtualInterfaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AllocatePublicVirtualInterfaceCommandInput): import("@smithy/core/client").CommandImpl<AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AllocatePublicVirtualInterfaceCommandInput): import("@smithy/core/client").CommandImpl<AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provisions a public virtual interface to be owned by the specified Amazon Web Services account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
4
4
|
import type { AllocateTransitVirtualInterfaceRequest, AllocateTransitVirtualInterfaceResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AllocateTransitVirtualInterfaceCommandInput extends AllocateTra
|
|
|
22
22
|
export interface AllocateTransitVirtualInterfaceCommandOutput extends AllocateTransitVirtualInterfaceResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AllocateTransitVirtualInterfaceCommand_base: {
|
|
25
|
-
new (input: AllocateTransitVirtualInterfaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: AllocateTransitVirtualInterfaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AllocateTransitVirtualInterfaceCommandInput): import("@smithy/core/client").CommandImpl<AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AllocateTransitVirtualInterfaceCommandInput): import("@smithy/core/client").CommandImpl<AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provisions a transit virtual interface to be owned by the specified Amazon Web Services account. Use this type of interface to connect a transit gateway to your Direct Connect gateway.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
4
4
|
import type { AssociateConnectionWithLagRequest, Connection } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateConnectionWithLagCommandInput extends AssociateConnect
|
|
|
22
22
|
export interface AssociateConnectionWithLagCommandOutput extends Connection, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateConnectionWithLagCommand_base: {
|
|
25
|
-
new (input: AssociateConnectionWithLagCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateConnectionWithLagCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateConnectionWithLagCommandInput): import("@smithy/core/client").CommandImpl<AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateConnectionWithLagCommandInput): import("@smithy/core/client").CommandImpl<AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates an existing connection with a link aggregation group (LAG). The connection
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
4
4
|
import type { AssociateHostedConnectionRequest, Connection } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateHostedConnectionCommandInput extends AssociateHostedCo
|
|
|
22
22
|
export interface AssociateHostedConnectionCommandOutput extends Connection, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateHostedConnectionCommand_base: {
|
|
25
|
-
new (input: AssociateHostedConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateHostedConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateHostedConnectionCommandInput): import("@smithy/core/client").CommandImpl<AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateHostedConnectionCommandInput): import("@smithy/core/client").CommandImpl<AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates a hosted connection and its virtual interfaces with a link aggregation
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
4
4
|
import type { AssociateMacSecKeyRequest, AssociateMacSecKeyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateMacSecKeyCommandInput extends AssociateMacSecKeyReques
|
|
|
22
22
|
export interface AssociateMacSecKeyCommandOutput extends AssociateMacSecKeyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateMacSecKeyCommand_base: {
|
|
25
|
-
new (input: AssociateMacSecKeyCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateMacSecKeyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateMacSecKeyCommandInput): import("@smithy/core/client").CommandImpl<AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateMacSecKeyCommandInput): import("@smithy/core/client").CommandImpl<AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with a Direct Connect connection.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
4
4
|
import type { AssociateVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateVirtualInterfaceCommandInput extends AssociateVirtualI
|
|
|
22
22
|
export interface AssociateVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateVirtualInterfaceCommand_base: {
|
|
25
|
-
new (input: AssociateVirtualInterfaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateVirtualInterfaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateVirtualInterfaceCommandInput): import("@smithy/core/client").CommandImpl<AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateVirtualInterfaceCommandInput): import("@smithy/core/client").CommandImpl<AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates a virtual interface with a specified link aggregation group (LAG) or
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
4
4
|
import type { ConfirmConnectionRequest, ConfirmConnectionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ConfirmConnectionCommandInput extends ConfirmConnectionRequest
|
|
|
22
22
|
export interface ConfirmConnectionCommandOutput extends ConfirmConnectionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ConfirmConnectionCommand_base: {
|
|
25
|
-
new (input: ConfirmConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: ConfirmConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ConfirmConnectionCommandInput): import("@smithy/core/client").CommandImpl<ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ConfirmConnectionCommandInput): import("@smithy/core/client").CommandImpl<ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Confirms the creation of the specified hosted connection on an interconnect.</p>
|