@aws-sdk/client-direct-connect 3.1019.0 → 3.1021.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-es/DirectConnect.js +2 -2
- package/dist-types/DirectConnect.d.ts +63 -63
- package/dist-types/DirectConnectClient.d.ts +66 -66
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/DirectConnectClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +14 -14
package/dist-es/DirectConnect.js
CHANGED
|
@@ -44,7 +44,7 @@ import { DescribeHostedConnectionsCommand, } from "./commands/DescribeHostedConn
|
|
|
44
44
|
import { DescribeInterconnectLoaCommand, } from "./commands/DescribeInterconnectLoaCommand";
|
|
45
45
|
import { DescribeInterconnectsCommand, } from "./commands/DescribeInterconnectsCommand";
|
|
46
46
|
import { DescribeLagsCommand, } from "./commands/DescribeLagsCommand";
|
|
47
|
-
import { DescribeLoaCommand } from "./commands/DescribeLoaCommand";
|
|
47
|
+
import { DescribeLoaCommand, } from "./commands/DescribeLoaCommand";
|
|
48
48
|
import { DescribeLocationsCommand, } from "./commands/DescribeLocationsCommand";
|
|
49
49
|
import { DescribeRouterConfigurationCommand, } from "./commands/DescribeRouterConfigurationCommand";
|
|
50
50
|
import { DescribeTagsCommand, } from "./commands/DescribeTagsCommand";
|
|
@@ -55,7 +55,7 @@ import { DisassociateMacSecKeyCommand, } from "./commands/DisassociateMacSecKeyC
|
|
|
55
55
|
import { ListVirtualInterfaceTestHistoryCommand, } from "./commands/ListVirtualInterfaceTestHistoryCommand";
|
|
56
56
|
import { StartBgpFailoverTestCommand, } from "./commands/StartBgpFailoverTestCommand";
|
|
57
57
|
import { StopBgpFailoverTestCommand, } from "./commands/StopBgpFailoverTestCommand";
|
|
58
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
58
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
59
59
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
60
60
|
import { UpdateConnectionCommand, } from "./commands/UpdateConnectionCommand";
|
|
61
61
|
import { UpdateDirectConnectGatewayAssociationCommand, } from "./commands/UpdateDirectConnectGatewayAssociationCommand";
|
|
@@ -1,67 +1,67 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
-
import { AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/AcceptDirectConnectGatewayAssociationProposalCommand";
|
|
3
|
-
import { AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput } from "./commands/AllocateConnectionOnInterconnectCommand";
|
|
4
|
-
import { AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput } from "./commands/AllocateHostedConnectionCommand";
|
|
5
|
-
import { AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput } from "./commands/AllocatePrivateVirtualInterfaceCommand";
|
|
6
|
-
import { AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput } from "./commands/AllocatePublicVirtualInterfaceCommand";
|
|
7
|
-
import { AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput } from "./commands/AllocateTransitVirtualInterfaceCommand";
|
|
8
|
-
import { AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput } from "./commands/AssociateConnectionWithLagCommand";
|
|
9
|
-
import { AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput } from "./commands/AssociateHostedConnectionCommand";
|
|
10
|
-
import { AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput } from "./commands/AssociateMacSecKeyCommand";
|
|
11
|
-
import { AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput } from "./commands/AssociateVirtualInterfaceCommand";
|
|
12
|
-
import { ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput } from "./commands/ConfirmConnectionCommand";
|
|
13
|
-
import { ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput } from "./commands/ConfirmCustomerAgreementCommand";
|
|
14
|
-
import { ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput } from "./commands/ConfirmPrivateVirtualInterfaceCommand";
|
|
15
|
-
import { ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput } from "./commands/ConfirmPublicVirtualInterfaceCommand";
|
|
16
|
-
import { ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput } from "./commands/ConfirmTransitVirtualInterfaceCommand";
|
|
17
|
-
import { CreateBGPPeerCommandInput, CreateBGPPeerCommandOutput } from "./commands/CreateBGPPeerCommand";
|
|
18
|
-
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
19
|
-
import { CreateDirectConnectGatewayAssociationCommandInput, CreateDirectConnectGatewayAssociationCommandOutput } from "./commands/CreateDirectConnectGatewayAssociationCommand";
|
|
20
|
-
import { CreateDirectConnectGatewayAssociationProposalCommandInput, CreateDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/CreateDirectConnectGatewayAssociationProposalCommand";
|
|
21
|
-
import { CreateDirectConnectGatewayCommandInput, CreateDirectConnectGatewayCommandOutput } from "./commands/CreateDirectConnectGatewayCommand";
|
|
22
|
-
import { CreateInterconnectCommandInput, CreateInterconnectCommandOutput } from "./commands/CreateInterconnectCommand";
|
|
23
|
-
import { CreateLagCommandInput, CreateLagCommandOutput } from "./commands/CreateLagCommand";
|
|
24
|
-
import { CreatePrivateVirtualInterfaceCommandInput, CreatePrivateVirtualInterfaceCommandOutput } from "./commands/CreatePrivateVirtualInterfaceCommand";
|
|
25
|
-
import { CreatePublicVirtualInterfaceCommandInput, CreatePublicVirtualInterfaceCommandOutput } from "./commands/CreatePublicVirtualInterfaceCommand";
|
|
26
|
-
import { CreateTransitVirtualInterfaceCommandInput, CreateTransitVirtualInterfaceCommandOutput } from "./commands/CreateTransitVirtualInterfaceCommand";
|
|
27
|
-
import { DeleteBGPPeerCommandInput, DeleteBGPPeerCommandOutput } from "./commands/DeleteBGPPeerCommand";
|
|
28
|
-
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
29
|
-
import { DeleteDirectConnectGatewayAssociationCommandInput, DeleteDirectConnectGatewayAssociationCommandOutput } from "./commands/DeleteDirectConnectGatewayAssociationCommand";
|
|
30
|
-
import { DeleteDirectConnectGatewayAssociationProposalCommandInput, DeleteDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/DeleteDirectConnectGatewayAssociationProposalCommand";
|
|
31
|
-
import { DeleteDirectConnectGatewayCommandInput, DeleteDirectConnectGatewayCommandOutput } from "./commands/DeleteDirectConnectGatewayCommand";
|
|
32
|
-
import { DeleteInterconnectCommandInput, DeleteInterconnectCommandOutput } from "./commands/DeleteInterconnectCommand";
|
|
33
|
-
import { DeleteLagCommandInput, DeleteLagCommandOutput } from "./commands/DeleteLagCommand";
|
|
34
|
-
import { DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput } from "./commands/DeleteVirtualInterfaceCommand";
|
|
35
|
-
import { DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput } from "./commands/DescribeConnectionLoaCommand";
|
|
36
|
-
import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "./commands/DescribeConnectionsCommand";
|
|
37
|
-
import { DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput } from "./commands/DescribeConnectionsOnInterconnectCommand";
|
|
38
|
-
import { DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput } from "./commands/DescribeCustomerMetadataCommand";
|
|
39
|
-
import { DescribeDirectConnectGatewayAssociationProposalsCommandInput, DescribeDirectConnectGatewayAssociationProposalsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
40
|
-
import { DescribeDirectConnectGatewayAssociationsCommandInput, DescribeDirectConnectGatewayAssociationsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
|
|
41
|
-
import { DescribeDirectConnectGatewayAttachmentsCommandInput, DescribeDirectConnectGatewayAttachmentsCommandOutput } from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
|
|
42
|
-
import { DescribeDirectConnectGatewaysCommandInput, DescribeDirectConnectGatewaysCommandOutput } from "./commands/DescribeDirectConnectGatewaysCommand";
|
|
43
|
-
import { DescribeHostedConnectionsCommandInput, DescribeHostedConnectionsCommandOutput } from "./commands/DescribeHostedConnectionsCommand";
|
|
44
|
-
import { DescribeInterconnectLoaCommandInput, DescribeInterconnectLoaCommandOutput } from "./commands/DescribeInterconnectLoaCommand";
|
|
45
|
-
import { DescribeInterconnectsCommandInput, DescribeInterconnectsCommandOutput } from "./commands/DescribeInterconnectsCommand";
|
|
46
|
-
import { DescribeLagsCommandInput, DescribeLagsCommandOutput } from "./commands/DescribeLagsCommand";
|
|
47
|
-
import { DescribeLoaCommandInput, DescribeLoaCommandOutput } from "./commands/DescribeLoaCommand";
|
|
48
|
-
import { DescribeLocationsCommandInput, DescribeLocationsCommandOutput } from "./commands/DescribeLocationsCommand";
|
|
49
|
-
import { DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput } from "./commands/DescribeRouterConfigurationCommand";
|
|
50
|
-
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
51
|
-
import { DescribeVirtualGatewaysCommandInput, DescribeVirtualGatewaysCommandOutput } from "./commands/DescribeVirtualGatewaysCommand";
|
|
52
|
-
import { DescribeVirtualInterfacesCommandInput, DescribeVirtualInterfacesCommandOutput } from "./commands/DescribeVirtualInterfacesCommand";
|
|
53
|
-
import { DisassociateConnectionFromLagCommandInput, DisassociateConnectionFromLagCommandOutput } from "./commands/DisassociateConnectionFromLagCommand";
|
|
54
|
-
import { DisassociateMacSecKeyCommandInput, DisassociateMacSecKeyCommandOutput } from "./commands/DisassociateMacSecKeyCommand";
|
|
55
|
-
import { ListVirtualInterfaceTestHistoryCommandInput, ListVirtualInterfaceTestHistoryCommandOutput } from "./commands/ListVirtualInterfaceTestHistoryCommand";
|
|
56
|
-
import { StartBgpFailoverTestCommandInput, StartBgpFailoverTestCommandOutput } from "./commands/StartBgpFailoverTestCommand";
|
|
57
|
-
import { StopBgpFailoverTestCommandInput, StopBgpFailoverTestCommandOutput } from "./commands/StopBgpFailoverTestCommand";
|
|
58
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
59
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
60
|
-
import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
61
|
-
import { UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput } from "./commands/UpdateDirectConnectGatewayAssociationCommand";
|
|
62
|
-
import { UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput } from "./commands/UpdateDirectConnectGatewayCommand";
|
|
63
|
-
import { UpdateLagCommandInput, UpdateLagCommandOutput } from "./commands/UpdateLagCommand";
|
|
64
|
-
import { UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput } from "./commands/UpdateVirtualInterfaceAttributesCommand";
|
|
2
|
+
import { type AcceptDirectConnectGatewayAssociationProposalCommandInput, type AcceptDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/AcceptDirectConnectGatewayAssociationProposalCommand";
|
|
3
|
+
import { type AllocateConnectionOnInterconnectCommandInput, type AllocateConnectionOnInterconnectCommandOutput } from "./commands/AllocateConnectionOnInterconnectCommand";
|
|
4
|
+
import { type AllocateHostedConnectionCommandInput, type AllocateHostedConnectionCommandOutput } from "./commands/AllocateHostedConnectionCommand";
|
|
5
|
+
import { type AllocatePrivateVirtualInterfaceCommandInput, type AllocatePrivateVirtualInterfaceCommandOutput } from "./commands/AllocatePrivateVirtualInterfaceCommand";
|
|
6
|
+
import { type AllocatePublicVirtualInterfaceCommandInput, type AllocatePublicVirtualInterfaceCommandOutput } from "./commands/AllocatePublicVirtualInterfaceCommand";
|
|
7
|
+
import { type AllocateTransitVirtualInterfaceCommandInput, type AllocateTransitVirtualInterfaceCommandOutput } from "./commands/AllocateTransitVirtualInterfaceCommand";
|
|
8
|
+
import { type AssociateConnectionWithLagCommandInput, type AssociateConnectionWithLagCommandOutput } from "./commands/AssociateConnectionWithLagCommand";
|
|
9
|
+
import { type AssociateHostedConnectionCommandInput, type AssociateHostedConnectionCommandOutput } from "./commands/AssociateHostedConnectionCommand";
|
|
10
|
+
import { type AssociateMacSecKeyCommandInput, type AssociateMacSecKeyCommandOutput } from "./commands/AssociateMacSecKeyCommand";
|
|
11
|
+
import { type AssociateVirtualInterfaceCommandInput, type AssociateVirtualInterfaceCommandOutput } from "./commands/AssociateVirtualInterfaceCommand";
|
|
12
|
+
import { type ConfirmConnectionCommandInput, type ConfirmConnectionCommandOutput } from "./commands/ConfirmConnectionCommand";
|
|
13
|
+
import { type ConfirmCustomerAgreementCommandInput, type ConfirmCustomerAgreementCommandOutput } from "./commands/ConfirmCustomerAgreementCommand";
|
|
14
|
+
import { type ConfirmPrivateVirtualInterfaceCommandInput, type ConfirmPrivateVirtualInterfaceCommandOutput } from "./commands/ConfirmPrivateVirtualInterfaceCommand";
|
|
15
|
+
import { type ConfirmPublicVirtualInterfaceCommandInput, type ConfirmPublicVirtualInterfaceCommandOutput } from "./commands/ConfirmPublicVirtualInterfaceCommand";
|
|
16
|
+
import { type ConfirmTransitVirtualInterfaceCommandInput, type ConfirmTransitVirtualInterfaceCommandOutput } from "./commands/ConfirmTransitVirtualInterfaceCommand";
|
|
17
|
+
import { type CreateBGPPeerCommandInput, type CreateBGPPeerCommandOutput } from "./commands/CreateBGPPeerCommand";
|
|
18
|
+
import { type CreateConnectionCommandInput, type CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
19
|
+
import { type CreateDirectConnectGatewayAssociationCommandInput, type CreateDirectConnectGatewayAssociationCommandOutput } from "./commands/CreateDirectConnectGatewayAssociationCommand";
|
|
20
|
+
import { type CreateDirectConnectGatewayAssociationProposalCommandInput, type CreateDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/CreateDirectConnectGatewayAssociationProposalCommand";
|
|
21
|
+
import { type CreateDirectConnectGatewayCommandInput, type CreateDirectConnectGatewayCommandOutput } from "./commands/CreateDirectConnectGatewayCommand";
|
|
22
|
+
import { type CreateInterconnectCommandInput, type CreateInterconnectCommandOutput } from "./commands/CreateInterconnectCommand";
|
|
23
|
+
import { type CreateLagCommandInput, type CreateLagCommandOutput } from "./commands/CreateLagCommand";
|
|
24
|
+
import { type CreatePrivateVirtualInterfaceCommandInput, type CreatePrivateVirtualInterfaceCommandOutput } from "./commands/CreatePrivateVirtualInterfaceCommand";
|
|
25
|
+
import { type CreatePublicVirtualInterfaceCommandInput, type CreatePublicVirtualInterfaceCommandOutput } from "./commands/CreatePublicVirtualInterfaceCommand";
|
|
26
|
+
import { type CreateTransitVirtualInterfaceCommandInput, type CreateTransitVirtualInterfaceCommandOutput } from "./commands/CreateTransitVirtualInterfaceCommand";
|
|
27
|
+
import { type DeleteBGPPeerCommandInput, type DeleteBGPPeerCommandOutput } from "./commands/DeleteBGPPeerCommand";
|
|
28
|
+
import { type DeleteConnectionCommandInput, type DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
29
|
+
import { type DeleteDirectConnectGatewayAssociationCommandInput, type DeleteDirectConnectGatewayAssociationCommandOutput } from "./commands/DeleteDirectConnectGatewayAssociationCommand";
|
|
30
|
+
import { type DeleteDirectConnectGatewayAssociationProposalCommandInput, type DeleteDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/DeleteDirectConnectGatewayAssociationProposalCommand";
|
|
31
|
+
import { type DeleteDirectConnectGatewayCommandInput, type DeleteDirectConnectGatewayCommandOutput } from "./commands/DeleteDirectConnectGatewayCommand";
|
|
32
|
+
import { type DeleteInterconnectCommandInput, type DeleteInterconnectCommandOutput } from "./commands/DeleteInterconnectCommand";
|
|
33
|
+
import { type DeleteLagCommandInput, type DeleteLagCommandOutput } from "./commands/DeleteLagCommand";
|
|
34
|
+
import { type DeleteVirtualInterfaceCommandInput, type DeleteVirtualInterfaceCommandOutput } from "./commands/DeleteVirtualInterfaceCommand";
|
|
35
|
+
import { type DescribeConnectionLoaCommandInput, type DescribeConnectionLoaCommandOutput } from "./commands/DescribeConnectionLoaCommand";
|
|
36
|
+
import { type DescribeConnectionsCommandInput, type DescribeConnectionsCommandOutput } from "./commands/DescribeConnectionsCommand";
|
|
37
|
+
import { type DescribeConnectionsOnInterconnectCommandInput, type DescribeConnectionsOnInterconnectCommandOutput } from "./commands/DescribeConnectionsOnInterconnectCommand";
|
|
38
|
+
import { type DescribeCustomerMetadataCommandInput, type DescribeCustomerMetadataCommandOutput } from "./commands/DescribeCustomerMetadataCommand";
|
|
39
|
+
import { type DescribeDirectConnectGatewayAssociationProposalsCommandInput, type DescribeDirectConnectGatewayAssociationProposalsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
40
|
+
import { type DescribeDirectConnectGatewayAssociationsCommandInput, type DescribeDirectConnectGatewayAssociationsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
|
|
41
|
+
import { type DescribeDirectConnectGatewayAttachmentsCommandInput, type DescribeDirectConnectGatewayAttachmentsCommandOutput } from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
|
|
42
|
+
import { type DescribeDirectConnectGatewaysCommandInput, type DescribeDirectConnectGatewaysCommandOutput } from "./commands/DescribeDirectConnectGatewaysCommand";
|
|
43
|
+
import { type DescribeHostedConnectionsCommandInput, type DescribeHostedConnectionsCommandOutput } from "./commands/DescribeHostedConnectionsCommand";
|
|
44
|
+
import { type DescribeInterconnectLoaCommandInput, type DescribeInterconnectLoaCommandOutput } from "./commands/DescribeInterconnectLoaCommand";
|
|
45
|
+
import { type DescribeInterconnectsCommandInput, type DescribeInterconnectsCommandOutput } from "./commands/DescribeInterconnectsCommand";
|
|
46
|
+
import { type DescribeLagsCommandInput, type DescribeLagsCommandOutput } from "./commands/DescribeLagsCommand";
|
|
47
|
+
import { type DescribeLoaCommandInput, type DescribeLoaCommandOutput } from "./commands/DescribeLoaCommand";
|
|
48
|
+
import { type DescribeLocationsCommandInput, type DescribeLocationsCommandOutput } from "./commands/DescribeLocationsCommand";
|
|
49
|
+
import { type DescribeRouterConfigurationCommandInput, type DescribeRouterConfigurationCommandOutput } from "./commands/DescribeRouterConfigurationCommand";
|
|
50
|
+
import { type DescribeTagsCommandInput, type DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
51
|
+
import { type DescribeVirtualGatewaysCommandInput, type DescribeVirtualGatewaysCommandOutput } from "./commands/DescribeVirtualGatewaysCommand";
|
|
52
|
+
import { type DescribeVirtualInterfacesCommandInput, type DescribeVirtualInterfacesCommandOutput } from "./commands/DescribeVirtualInterfacesCommand";
|
|
53
|
+
import { type DisassociateConnectionFromLagCommandInput, type DisassociateConnectionFromLagCommandOutput } from "./commands/DisassociateConnectionFromLagCommand";
|
|
54
|
+
import { type DisassociateMacSecKeyCommandInput, type DisassociateMacSecKeyCommandOutput } from "./commands/DisassociateMacSecKeyCommand";
|
|
55
|
+
import { type ListVirtualInterfaceTestHistoryCommandInput, type ListVirtualInterfaceTestHistoryCommandOutput } from "./commands/ListVirtualInterfaceTestHistoryCommand";
|
|
56
|
+
import { type StartBgpFailoverTestCommandInput, type StartBgpFailoverTestCommandOutput } from "./commands/StartBgpFailoverTestCommand";
|
|
57
|
+
import { type StopBgpFailoverTestCommandInput, type StopBgpFailoverTestCommandOutput } from "./commands/StopBgpFailoverTestCommand";
|
|
58
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
59
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
60
|
+
import { type UpdateConnectionCommandInput, type UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
61
|
+
import { type UpdateDirectConnectGatewayAssociationCommandInput, type UpdateDirectConnectGatewayAssociationCommandOutput } from "./commands/UpdateDirectConnectGatewayAssociationCommand";
|
|
62
|
+
import { type UpdateDirectConnectGatewayCommandInput, type UpdateDirectConnectGatewayCommandOutput } from "./commands/UpdateDirectConnectGatewayCommand";
|
|
63
|
+
import { type UpdateLagCommandInput, type UpdateLagCommandOutput } from "./commands/UpdateLagCommand";
|
|
64
|
+
import { type UpdateVirtualInterfaceAttributesCommandInput, type UpdateVirtualInterfaceAttributesCommandOutput } from "./commands/UpdateVirtualInterfaceAttributesCommand";
|
|
65
65
|
import { DirectConnectClient } from "./DirectConnectClient";
|
|
66
66
|
export interface DirectConnect {
|
|
67
67
|
/**
|
|
@@ -5,72 +5,72 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
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
|
-
import { AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/AcceptDirectConnectGatewayAssociationProposalCommand";
|
|
11
|
-
import { AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput } from "./commands/AllocateConnectionOnInterconnectCommand";
|
|
12
|
-
import { AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput } from "./commands/AllocateHostedConnectionCommand";
|
|
13
|
-
import { AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput } from "./commands/AllocatePrivateVirtualInterfaceCommand";
|
|
14
|
-
import { AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput } from "./commands/AllocatePublicVirtualInterfaceCommand";
|
|
15
|
-
import { AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput } from "./commands/AllocateTransitVirtualInterfaceCommand";
|
|
16
|
-
import { AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput } from "./commands/AssociateConnectionWithLagCommand";
|
|
17
|
-
import { AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput } from "./commands/AssociateHostedConnectionCommand";
|
|
18
|
-
import { AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput } from "./commands/AssociateMacSecKeyCommand";
|
|
19
|
-
import { AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput } from "./commands/AssociateVirtualInterfaceCommand";
|
|
20
|
-
import { ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput } from "./commands/ConfirmConnectionCommand";
|
|
21
|
-
import { ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput } from "./commands/ConfirmCustomerAgreementCommand";
|
|
22
|
-
import { ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput } from "./commands/ConfirmPrivateVirtualInterfaceCommand";
|
|
23
|
-
import { ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput } from "./commands/ConfirmPublicVirtualInterfaceCommand";
|
|
24
|
-
import { ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput } from "./commands/ConfirmTransitVirtualInterfaceCommand";
|
|
25
|
-
import { CreateBGPPeerCommandInput, CreateBGPPeerCommandOutput } from "./commands/CreateBGPPeerCommand";
|
|
26
|
-
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
27
|
-
import { CreateDirectConnectGatewayAssociationCommandInput, CreateDirectConnectGatewayAssociationCommandOutput } from "./commands/CreateDirectConnectGatewayAssociationCommand";
|
|
28
|
-
import { CreateDirectConnectGatewayAssociationProposalCommandInput, CreateDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/CreateDirectConnectGatewayAssociationProposalCommand";
|
|
29
|
-
import { CreateDirectConnectGatewayCommandInput, CreateDirectConnectGatewayCommandOutput } from "./commands/CreateDirectConnectGatewayCommand";
|
|
30
|
-
import { CreateInterconnectCommandInput, CreateInterconnectCommandOutput } from "./commands/CreateInterconnectCommand";
|
|
31
|
-
import { CreateLagCommandInput, CreateLagCommandOutput } from "./commands/CreateLagCommand";
|
|
32
|
-
import { CreatePrivateVirtualInterfaceCommandInput, CreatePrivateVirtualInterfaceCommandOutput } from "./commands/CreatePrivateVirtualInterfaceCommand";
|
|
33
|
-
import { CreatePublicVirtualInterfaceCommandInput, CreatePublicVirtualInterfaceCommandOutput } from "./commands/CreatePublicVirtualInterfaceCommand";
|
|
34
|
-
import { CreateTransitVirtualInterfaceCommandInput, CreateTransitVirtualInterfaceCommandOutput } from "./commands/CreateTransitVirtualInterfaceCommand";
|
|
35
|
-
import { DeleteBGPPeerCommandInput, DeleteBGPPeerCommandOutput } from "./commands/DeleteBGPPeerCommand";
|
|
36
|
-
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
37
|
-
import { DeleteDirectConnectGatewayAssociationCommandInput, DeleteDirectConnectGatewayAssociationCommandOutput } from "./commands/DeleteDirectConnectGatewayAssociationCommand";
|
|
38
|
-
import { DeleteDirectConnectGatewayAssociationProposalCommandInput, DeleteDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/DeleteDirectConnectGatewayAssociationProposalCommand";
|
|
39
|
-
import { DeleteDirectConnectGatewayCommandInput, DeleteDirectConnectGatewayCommandOutput } from "./commands/DeleteDirectConnectGatewayCommand";
|
|
40
|
-
import { DeleteInterconnectCommandInput, DeleteInterconnectCommandOutput } from "./commands/DeleteInterconnectCommand";
|
|
41
|
-
import { DeleteLagCommandInput, DeleteLagCommandOutput } from "./commands/DeleteLagCommand";
|
|
42
|
-
import { DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput } from "./commands/DeleteVirtualInterfaceCommand";
|
|
43
|
-
import { DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput } from "./commands/DescribeConnectionLoaCommand";
|
|
44
|
-
import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "./commands/DescribeConnectionsCommand";
|
|
45
|
-
import { DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput } from "./commands/DescribeConnectionsOnInterconnectCommand";
|
|
46
|
-
import { DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput } from "./commands/DescribeCustomerMetadataCommand";
|
|
47
|
-
import { DescribeDirectConnectGatewayAssociationProposalsCommandInput, DescribeDirectConnectGatewayAssociationProposalsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
48
|
-
import { DescribeDirectConnectGatewayAssociationsCommandInput, DescribeDirectConnectGatewayAssociationsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
|
|
49
|
-
import { DescribeDirectConnectGatewayAttachmentsCommandInput, DescribeDirectConnectGatewayAttachmentsCommandOutput } from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
|
|
50
|
-
import { DescribeDirectConnectGatewaysCommandInput, DescribeDirectConnectGatewaysCommandOutput } from "./commands/DescribeDirectConnectGatewaysCommand";
|
|
51
|
-
import { DescribeHostedConnectionsCommandInput, DescribeHostedConnectionsCommandOutput } from "./commands/DescribeHostedConnectionsCommand";
|
|
52
|
-
import { DescribeInterconnectLoaCommandInput, DescribeInterconnectLoaCommandOutput } from "./commands/DescribeInterconnectLoaCommand";
|
|
53
|
-
import { DescribeInterconnectsCommandInput, DescribeInterconnectsCommandOutput } from "./commands/DescribeInterconnectsCommand";
|
|
54
|
-
import { DescribeLagsCommandInput, DescribeLagsCommandOutput } from "./commands/DescribeLagsCommand";
|
|
55
|
-
import { DescribeLoaCommandInput, DescribeLoaCommandOutput } from "./commands/DescribeLoaCommand";
|
|
56
|
-
import { DescribeLocationsCommandInput, DescribeLocationsCommandOutput } from "./commands/DescribeLocationsCommand";
|
|
57
|
-
import { DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput } from "./commands/DescribeRouterConfigurationCommand";
|
|
58
|
-
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
59
|
-
import { DescribeVirtualGatewaysCommandInput, DescribeVirtualGatewaysCommandOutput } from "./commands/DescribeVirtualGatewaysCommand";
|
|
60
|
-
import { DescribeVirtualInterfacesCommandInput, DescribeVirtualInterfacesCommandOutput } from "./commands/DescribeVirtualInterfacesCommand";
|
|
61
|
-
import { DisassociateConnectionFromLagCommandInput, DisassociateConnectionFromLagCommandOutput } from "./commands/DisassociateConnectionFromLagCommand";
|
|
62
|
-
import { DisassociateMacSecKeyCommandInput, DisassociateMacSecKeyCommandOutput } from "./commands/DisassociateMacSecKeyCommand";
|
|
63
|
-
import { ListVirtualInterfaceTestHistoryCommandInput, ListVirtualInterfaceTestHistoryCommandOutput } from "./commands/ListVirtualInterfaceTestHistoryCommand";
|
|
64
|
-
import { StartBgpFailoverTestCommandInput, StartBgpFailoverTestCommandOutput } from "./commands/StartBgpFailoverTestCommand";
|
|
65
|
-
import { StopBgpFailoverTestCommandInput, StopBgpFailoverTestCommandOutput } from "./commands/StopBgpFailoverTestCommand";
|
|
66
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
67
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
68
|
-
import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
69
|
-
import { UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput } from "./commands/UpdateDirectConnectGatewayAssociationCommand";
|
|
70
|
-
import { UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput } from "./commands/UpdateDirectConnectGatewayCommand";
|
|
71
|
-
import { UpdateLagCommandInput, UpdateLagCommandOutput } from "./commands/UpdateLagCommand";
|
|
72
|
-
import { UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput } from "./commands/UpdateVirtualInterfaceAttributesCommand";
|
|
73
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/AcceptDirectConnectGatewayAssociationProposalCommand";
|
|
11
|
+
import type { AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput } from "./commands/AllocateConnectionOnInterconnectCommand";
|
|
12
|
+
import type { AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput } from "./commands/AllocateHostedConnectionCommand";
|
|
13
|
+
import type { AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput } from "./commands/AllocatePrivateVirtualInterfaceCommand";
|
|
14
|
+
import type { AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput } from "./commands/AllocatePublicVirtualInterfaceCommand";
|
|
15
|
+
import type { AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput } from "./commands/AllocateTransitVirtualInterfaceCommand";
|
|
16
|
+
import type { AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput } from "./commands/AssociateConnectionWithLagCommand";
|
|
17
|
+
import type { AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput } from "./commands/AssociateHostedConnectionCommand";
|
|
18
|
+
import type { AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput } from "./commands/AssociateMacSecKeyCommand";
|
|
19
|
+
import type { AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput } from "./commands/AssociateVirtualInterfaceCommand";
|
|
20
|
+
import type { ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput } from "./commands/ConfirmConnectionCommand";
|
|
21
|
+
import type { ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput } from "./commands/ConfirmCustomerAgreementCommand";
|
|
22
|
+
import type { ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput } from "./commands/ConfirmPrivateVirtualInterfaceCommand";
|
|
23
|
+
import type { ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput } from "./commands/ConfirmPublicVirtualInterfaceCommand";
|
|
24
|
+
import type { ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput } from "./commands/ConfirmTransitVirtualInterfaceCommand";
|
|
25
|
+
import type { CreateBGPPeerCommandInput, CreateBGPPeerCommandOutput } from "./commands/CreateBGPPeerCommand";
|
|
26
|
+
import type { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
27
|
+
import type { CreateDirectConnectGatewayAssociationCommandInput, CreateDirectConnectGatewayAssociationCommandOutput } from "./commands/CreateDirectConnectGatewayAssociationCommand";
|
|
28
|
+
import type { CreateDirectConnectGatewayAssociationProposalCommandInput, CreateDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/CreateDirectConnectGatewayAssociationProposalCommand";
|
|
29
|
+
import type { CreateDirectConnectGatewayCommandInput, CreateDirectConnectGatewayCommandOutput } from "./commands/CreateDirectConnectGatewayCommand";
|
|
30
|
+
import type { CreateInterconnectCommandInput, CreateInterconnectCommandOutput } from "./commands/CreateInterconnectCommand";
|
|
31
|
+
import type { CreateLagCommandInput, CreateLagCommandOutput } from "./commands/CreateLagCommand";
|
|
32
|
+
import type { CreatePrivateVirtualInterfaceCommandInput, CreatePrivateVirtualInterfaceCommandOutput } from "./commands/CreatePrivateVirtualInterfaceCommand";
|
|
33
|
+
import type { CreatePublicVirtualInterfaceCommandInput, CreatePublicVirtualInterfaceCommandOutput } from "./commands/CreatePublicVirtualInterfaceCommand";
|
|
34
|
+
import type { CreateTransitVirtualInterfaceCommandInput, CreateTransitVirtualInterfaceCommandOutput } from "./commands/CreateTransitVirtualInterfaceCommand";
|
|
35
|
+
import type { DeleteBGPPeerCommandInput, DeleteBGPPeerCommandOutput } from "./commands/DeleteBGPPeerCommand";
|
|
36
|
+
import type { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
37
|
+
import type { DeleteDirectConnectGatewayAssociationCommandInput, DeleteDirectConnectGatewayAssociationCommandOutput } from "./commands/DeleteDirectConnectGatewayAssociationCommand";
|
|
38
|
+
import type { DeleteDirectConnectGatewayAssociationProposalCommandInput, DeleteDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/DeleteDirectConnectGatewayAssociationProposalCommand";
|
|
39
|
+
import type { DeleteDirectConnectGatewayCommandInput, DeleteDirectConnectGatewayCommandOutput } from "./commands/DeleteDirectConnectGatewayCommand";
|
|
40
|
+
import type { DeleteInterconnectCommandInput, DeleteInterconnectCommandOutput } from "./commands/DeleteInterconnectCommand";
|
|
41
|
+
import type { DeleteLagCommandInput, DeleteLagCommandOutput } from "./commands/DeleteLagCommand";
|
|
42
|
+
import type { DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput } from "./commands/DeleteVirtualInterfaceCommand";
|
|
43
|
+
import type { DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput } from "./commands/DescribeConnectionLoaCommand";
|
|
44
|
+
import type { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "./commands/DescribeConnectionsCommand";
|
|
45
|
+
import type { DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput } from "./commands/DescribeConnectionsOnInterconnectCommand";
|
|
46
|
+
import type { DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput } from "./commands/DescribeCustomerMetadataCommand";
|
|
47
|
+
import type { DescribeDirectConnectGatewayAssociationProposalsCommandInput, DescribeDirectConnectGatewayAssociationProposalsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
48
|
+
import type { DescribeDirectConnectGatewayAssociationsCommandInput, DescribeDirectConnectGatewayAssociationsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
|
|
49
|
+
import type { DescribeDirectConnectGatewayAttachmentsCommandInput, DescribeDirectConnectGatewayAttachmentsCommandOutput } from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
|
|
50
|
+
import type { DescribeDirectConnectGatewaysCommandInput, DescribeDirectConnectGatewaysCommandOutput } from "./commands/DescribeDirectConnectGatewaysCommand";
|
|
51
|
+
import type { DescribeHostedConnectionsCommandInput, DescribeHostedConnectionsCommandOutput } from "./commands/DescribeHostedConnectionsCommand";
|
|
52
|
+
import type { DescribeInterconnectLoaCommandInput, DescribeInterconnectLoaCommandOutput } from "./commands/DescribeInterconnectLoaCommand";
|
|
53
|
+
import type { DescribeInterconnectsCommandInput, DescribeInterconnectsCommandOutput } from "./commands/DescribeInterconnectsCommand";
|
|
54
|
+
import type { DescribeLagsCommandInput, DescribeLagsCommandOutput } from "./commands/DescribeLagsCommand";
|
|
55
|
+
import type { DescribeLoaCommandInput, DescribeLoaCommandOutput } from "./commands/DescribeLoaCommand";
|
|
56
|
+
import type { DescribeLocationsCommandInput, DescribeLocationsCommandOutput } from "./commands/DescribeLocationsCommand";
|
|
57
|
+
import type { DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput } from "./commands/DescribeRouterConfigurationCommand";
|
|
58
|
+
import type { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
59
|
+
import type { DescribeVirtualGatewaysCommandInput, DescribeVirtualGatewaysCommandOutput } from "./commands/DescribeVirtualGatewaysCommand";
|
|
60
|
+
import type { DescribeVirtualInterfacesCommandInput, DescribeVirtualInterfacesCommandOutput } from "./commands/DescribeVirtualInterfacesCommand";
|
|
61
|
+
import type { DisassociateConnectionFromLagCommandInput, DisassociateConnectionFromLagCommandOutput } from "./commands/DisassociateConnectionFromLagCommand";
|
|
62
|
+
import type { DisassociateMacSecKeyCommandInput, DisassociateMacSecKeyCommandOutput } from "./commands/DisassociateMacSecKeyCommand";
|
|
63
|
+
import type { ListVirtualInterfaceTestHistoryCommandInput, ListVirtualInterfaceTestHistoryCommandOutput } from "./commands/ListVirtualInterfaceTestHistoryCommand";
|
|
64
|
+
import type { StartBgpFailoverTestCommandInput, StartBgpFailoverTestCommandOutput } from "./commands/StartBgpFailoverTestCommand";
|
|
65
|
+
import type { StopBgpFailoverTestCommandInput, StopBgpFailoverTestCommandOutput } from "./commands/StopBgpFailoverTestCommand";
|
|
66
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
67
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
68
|
+
import type { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
69
|
+
import type { UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput } from "./commands/UpdateDirectConnectGatewayAssociationCommand";
|
|
70
|
+
import type { UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput } from "./commands/UpdateDirectConnectGatewayCommand";
|
|
71
|
+
import type { UpdateLagCommandInput, UpdateLagCommandOutput } from "./commands/UpdateLagCommand";
|
|
72
|
+
import type { UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput } from "./commands/UpdateVirtualInterfaceAttributesCommand";
|
|
73
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
74
74
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
75
75
|
export { __Client };
|
|
76
76
|
/**
|
|
@@ -179,7 +179,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
179
179
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
180
180
|
* @internal
|
|
181
181
|
*/
|
|
182
|
-
defaultUserAgentProvider?:
|
|
182
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
183
183
|
/**
|
|
184
184
|
* Default credentials provider; Not available in browser runtime.
|
|
185
185
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { DirectConnectHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
*/
|
|
11
11
|
export * from "./DirectConnectClient";
|
|
12
12
|
export * from "./DirectConnect";
|
|
13
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
13
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
14
14
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
15
15
|
export type { DirectConnectExtensionConfiguration } from "./extensionConfiguration";
|
|
16
16
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AddressFamily, BGPPeerState, BGPStatus, ConnectionState, DirectConnectGatewayAssociationProposalState, DirectConnectGatewayAssociationState, DirectConnectGatewayAttachmentState, DirectConnectGatewayAttachmentType, DirectConnectGatewayState, GatewayType, HasLogicalRedundancy, InterconnectState, LagState, LoaContentType, NniPartnerType, VirtualInterfaceState } from "./enums";
|
|
1
|
+
import type { AddressFamily, BGPPeerState, BGPStatus, ConnectionState, DirectConnectGatewayAssociationProposalState, DirectConnectGatewayAssociationState, DirectConnectGatewayAttachmentState, DirectConnectGatewayAttachmentType, DirectConnectGatewayState, GatewayType, HasLogicalRedundancy, InterconnectState, LagState, LoaContentType, NniPartnerType, VirtualInterfaceState } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Information about a route filter prefix that a customer can advertise through Border Gateway Protocol (BGP)
|
|
4
4
|
* over a public virtual interface.</p>
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -450,7 +449,7 @@ export interface ClientDefaults
|
|
|
450
449
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
451
450
|
region?: string | __Provider<string>;
|
|
452
451
|
profile?: string;
|
|
453
|
-
defaultUserAgentProvider?:
|
|
452
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
454
453
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
455
454
|
maxAttempts?: number | __Provider<number>;
|
|
456
455
|
retryMode?: string | __Provider<string>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-direct-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Direct Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1021.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-direct-connect",
|
|
@@ -23,41 +23,41 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.26",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
33
33
|
"@aws-sdk/types": "^3.973.6",
|
|
34
34
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.13",
|
|
38
|
-
"@smithy/core": "^3.23.
|
|
38
|
+
"@smithy/core": "^3.23.13",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
40
40
|
"@smithy/hash-node": "^4.2.12",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
45
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
45
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.12",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.12",
|
|
48
|
-
"@smithy/node-http-handler": "^4.5.
|
|
48
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.12",
|
|
50
|
-
"@smithy/smithy-client": "^4.12.
|
|
50
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
51
51
|
"@smithy/types": "^4.13.1",
|
|
52
52
|
"@smithy/url-parser": "^4.2.12",
|
|
53
53
|
"@smithy/util-base64": "^4.3.2",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
58
58
|
"@smithy/util-endpoints": "^3.3.3",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.12",
|
|
60
|
-
"@smithy/util-retry": "^4.2.
|
|
60
|
+
"@smithy/util-retry": "^4.2.13",
|
|
61
61
|
"@smithy/util-utf8": "^4.2.2",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|