@aws-sdk/client-direct-connect 3.288.0 → 3.290.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-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +7 -0
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +7 -0
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +13 -0
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +13 -0
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +13 -0
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +13 -0
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +7 -0
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +7 -0
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +7 -0
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +7 -0
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +7 -0
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +7 -0
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +7 -0
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +7 -0
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +7 -0
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +7 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +13 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +7 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +7 -0
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +7 -0
- package/dist-types/commands/CreateInterconnectCommand.d.ts +13 -0
- package/dist-types/commands/CreateLagCommand.d.ts +13 -0
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +13 -0
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +13 -0
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +13 -0
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +7 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +7 -0
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +7 -0
- package/dist-types/commands/DeleteLagCommand.d.ts +7 -0
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +7 -0
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +7 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +7 -0
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +7 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +7 -0
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +7 -0
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeLagsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeLoaCommand.d.ts +7 -0
- package/dist-types/commands/DescribeLocationsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +7 -0
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +7 -0
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +7 -0
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +7 -0
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +7 -0
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +7 -0
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +7 -0
- package/dist-types/commands/TagResourceCommand.d.ts +13 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +7 -0
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +7 -0
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +7 -0
- package/dist-types/commands/UpdateLagCommand.d.ts +7 -0
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +7 -0
- package/package.json +29 -29
|
@@ -29,6 +29,13 @@ export interface AcceptDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
29
29
|
* @see {@link AcceptDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
33
|
+
* <p>One or more parameters are not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
36
|
+
* <p>A server-side error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class AcceptDirectConnectGatewayAssociationProposalCommand extends $Command<AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
|
|
34
41
|
readonly input: AcceptDirectConnectGatewayAssociationProposalCommandInput;
|
|
@@ -36,6 +36,13 @@ export interface AllocateConnectionOnInterconnectCommandOutput extends Connectio
|
|
|
36
36
|
* @see {@link AllocateConnectionOnInterconnectCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
40
|
+
* <p>One or more parameters are not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
43
|
+
* <p>A server-side error occurred.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
39
46
|
*/
|
|
40
47
|
export declare class AllocateConnectionOnInterconnectCommand extends $Command<AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
41
48
|
readonly input: AllocateConnectionOnInterconnectCommandInput;
|
|
@@ -34,6 +34,19 @@ export interface AllocateHostedConnectionCommandOutput extends Connection, __Met
|
|
|
34
34
|
* @see {@link AllocateHostedConnectionCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
38
|
+
* <p>One or more parameters are not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
41
|
+
* <p>A server-side error occurred.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link DuplicateTagKeysException} (client fault)
|
|
44
|
+
* <p>A tag key was specified more than once.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
47
|
+
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
37
50
|
*/
|
|
38
51
|
export declare class AllocateHostedConnectionCommand extends $Command<AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
39
52
|
readonly input: AllocateHostedConnectionCommandInput;
|
|
@@ -31,6 +31,19 @@ export interface AllocatePrivateVirtualInterfaceCommandOutput extends VirtualInt
|
|
|
31
31
|
* @see {@link AllocatePrivateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
35
|
+
* <p>One or more parameters are not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
38
|
+
* <p>A server-side error occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DuplicateTagKeysException} (client fault)
|
|
41
|
+
* <p>A tag key was specified more than once.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
44
|
+
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
34
47
|
*/
|
|
35
48
|
export declare class AllocatePrivateVirtualInterfaceCommand extends $Command<AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
36
49
|
readonly input: AllocatePrivateVirtualInterfaceCommandInput;
|
|
@@ -34,6 +34,19 @@ export interface AllocatePublicVirtualInterfaceCommandOutput extends VirtualInte
|
|
|
34
34
|
* @see {@link AllocatePublicVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
38
|
+
* <p>One or more parameters are not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
41
|
+
* <p>A server-side error occurred.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link DuplicateTagKeysException} (client fault)
|
|
44
|
+
* <p>A tag key was specified more than once.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
47
|
+
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
37
50
|
*/
|
|
38
51
|
export declare class AllocatePublicVirtualInterfaceCommand extends $Command<AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
39
52
|
readonly input: AllocatePublicVirtualInterfaceCommandInput;
|
|
@@ -31,6 +31,19 @@ export interface AllocateTransitVirtualInterfaceCommandOutput extends AllocateTr
|
|
|
31
31
|
* @see {@link AllocateTransitVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
35
|
+
* <p>One or more parameters are not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
38
|
+
* <p>A server-side error occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DuplicateTagKeysException} (client fault)
|
|
41
|
+
* <p>A tag key was specified more than once.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
44
|
+
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
34
47
|
*/
|
|
35
48
|
export declare class AllocateTransitVirtualInterfaceCommand extends $Command<AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
36
49
|
readonly input: AllocateTransitVirtualInterfaceCommandInput;
|
|
@@ -42,6 +42,13 @@ export interface AssociateConnectionWithLagCommandOutput extends Connection, __M
|
|
|
42
42
|
* @see {@link AssociateConnectionWithLagCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
46
|
+
* <p>One or more parameters are not valid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
49
|
+
* <p>A server-side error occurred.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
45
52
|
*/
|
|
46
53
|
export declare class AssociateConnectionWithLagCommand extends $Command<AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
47
54
|
readonly input: AssociateConnectionWithLagCommandInput;
|
|
@@ -36,6 +36,13 @@ export interface AssociateHostedConnectionCommandOutput extends Connection, __Me
|
|
|
36
36
|
* @see {@link AssociateHostedConnectionCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
40
|
+
* <p>One or more parameters are not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
43
|
+
* <p>A server-side error occurred.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
39
46
|
*/
|
|
40
47
|
export declare class AssociateHostedConnectionCommand extends $Command<AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
41
48
|
readonly input: AssociateHostedConnectionCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface AssociateMacSecKeyCommandOutput extends AssociateMacSecKeyRespo
|
|
|
31
31
|
* @see {@link AssociateMacSecKeyCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
35
|
+
* <p>One or more parameters are not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
38
|
+
* <p>A server-side error occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class AssociateMacSecKeyCommand extends $Command<AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig> {
|
|
36
43
|
readonly input: AssociateMacSecKeyCommandInput;
|
|
@@ -38,6 +38,13 @@ export interface AssociateVirtualInterfaceCommandOutput extends VirtualInterface
|
|
|
38
38
|
* @see {@link AssociateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
42
|
+
* <p>One or more parameters are not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
45
|
+
* <p>A server-side error occurred.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
41
48
|
*/
|
|
42
49
|
export declare class AssociateVirtualInterfaceCommand extends $Command<AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
43
50
|
readonly input: AssociateVirtualInterfaceCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface ConfirmConnectionCommandOutput extends ConfirmConnectionRespons
|
|
|
31
31
|
* @see {@link ConfirmConnectionCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
35
|
+
* <p>One or more parameters are not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
38
|
+
* <p>A server-side error occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class ConfirmConnectionCommand extends $Command<ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
36
43
|
readonly input: ConfirmConnectionCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface ConfirmCustomerAgreementCommandOutput extends ConfirmCustomerAg
|
|
|
31
31
|
* @see {@link ConfirmCustomerAgreementCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
35
|
+
* <p>One or more parameters are not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
38
|
+
* <p>A server-side error occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class ConfirmCustomerAgreementCommand extends $Command<ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput, DirectConnectClientResolvedConfig> {
|
|
36
43
|
readonly input: ConfirmCustomerAgreementCommandInput;
|
|
@@ -32,6 +32,13 @@ export interface ConfirmPrivateVirtualInterfaceCommandOutput extends ConfirmPriv
|
|
|
32
32
|
* @see {@link ConfirmPrivateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
36
|
+
* <p>One or more parameters are not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
39
|
+
* <p>A server-side error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
35
42
|
*/
|
|
36
43
|
export declare class ConfirmPrivateVirtualInterfaceCommand extends $Command<ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
37
44
|
readonly input: ConfirmPrivateVirtualInterfaceCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface ConfirmPublicVirtualInterfaceCommandOutput extends ConfirmPubli
|
|
|
31
31
|
* @see {@link ConfirmPublicVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
35
|
+
* <p>One or more parameters are not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
38
|
+
* <p>A server-side error occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class ConfirmPublicVirtualInterfaceCommand extends $Command<ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
36
43
|
readonly input: ConfirmPublicVirtualInterfaceCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface ConfirmTransitVirtualInterfaceCommandOutput extends ConfirmTran
|
|
|
31
31
|
* @see {@link ConfirmTransitVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
35
|
+
* <p>One or more parameters are not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
38
|
+
* <p>A server-side error occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class ConfirmTransitVirtualInterfaceCommand extends $Command<ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
36
43
|
readonly input: ConfirmTransitVirtualInterfaceCommandInput;
|
|
@@ -35,6 +35,13 @@ export interface CreateBGPPeerCommandOutput extends CreateBGPPeerResponse, __Met
|
|
|
35
35
|
* @see {@link CreateBGPPeerCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
39
|
+
* <p>One or more parameters are not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
42
|
+
* <p>A server-side error occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
38
45
|
*/
|
|
39
46
|
export declare class CreateBGPPeerCommand extends $Command<CreateBGPPeerCommandInput, CreateBGPPeerCommandOutput, DirectConnectClientResolvedConfig> {
|
|
40
47
|
readonly input: CreateBGPPeerCommandInput;
|
|
@@ -37,6 +37,19 @@ export interface CreateConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
37
37
|
* @see {@link CreateConnectionCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
41
|
+
* <p>One or more parameters are not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
44
|
+
* <p>A server-side error occurred.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link DuplicateTagKeysException} (client fault)
|
|
47
|
+
* <p>A tag key was specified more than once.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
50
|
+
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
40
53
|
*/
|
|
41
54
|
export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
42
55
|
readonly input: CreateConnectionCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface CreateDirectConnectGatewayAssociationCommandOutput extends Crea
|
|
|
30
30
|
* @see {@link CreateDirectConnectGatewayAssociationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
34
|
+
* <p>One or more parameters are not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
37
|
+
* <p>A server-side error occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class CreateDirectConnectGatewayAssociationCommand extends $Command<CreateDirectConnectGatewayAssociationCommandInput, CreateDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig> {
|
|
35
42
|
readonly input: CreateDirectConnectGatewayAssociationCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface CreateDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
30
30
|
* @see {@link CreateDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
34
|
+
* <p>One or more parameters are not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
37
|
+
* <p>A server-side error occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class CreateDirectConnectGatewayAssociationProposalCommand extends $Command<CreateDirectConnectGatewayAssociationProposalCommandInput, CreateDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
|
|
35
42
|
readonly input: CreateDirectConnectGatewayAssociationProposalCommandInput;
|
|
@@ -34,6 +34,13 @@ export interface CreateDirectConnectGatewayCommandOutput extends CreateDirectCon
|
|
|
34
34
|
* @see {@link CreateDirectConnectGatewayCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
38
|
+
* <p>One or more parameters are not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
41
|
+
* <p>A server-side error occurred.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
37
44
|
*/
|
|
38
45
|
export declare class CreateDirectConnectGatewayCommand extends $Command<CreateDirectConnectGatewayCommandInput, CreateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig> {
|
|
39
46
|
readonly input: CreateDirectConnectGatewayCommandInput;
|
|
@@ -44,6 +44,19 @@ export interface CreateInterconnectCommandOutput extends Interconnect, __Metadat
|
|
|
44
44
|
* @see {@link CreateInterconnectCommandOutput} for command's `response` shape.
|
|
45
45
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
46
46
|
*
|
|
47
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
48
|
+
* <p>One or more parameters are not valid.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
51
|
+
* <p>A server-side error occurred.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link DuplicateTagKeysException} (client fault)
|
|
54
|
+
* <p>A tag key was specified more than once.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
57
|
+
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
47
60
|
*/
|
|
48
61
|
export declare class CreateInterconnectCommand extends $Command<CreateInterconnectCommandInput, CreateInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
49
62
|
readonly input: CreateInterconnectCommandInput;
|
|
@@ -46,6 +46,19 @@ export interface CreateLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
46
46
|
* @see {@link CreateLagCommandOutput} for command's `response` shape.
|
|
47
47
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
48
48
|
*
|
|
49
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
50
|
+
* <p>One or more parameters are not valid.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
53
|
+
* <p>A server-side error occurred.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link DuplicateTagKeysException} (client fault)
|
|
56
|
+
* <p>A tag key was specified more than once.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
59
|
+
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
49
62
|
*/
|
|
50
63
|
export declare class CreateLagCommand extends $Command<CreateLagCommandInput, CreateLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
51
64
|
readonly input: CreateLagCommandInput;
|
|
@@ -39,6 +39,19 @@ export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInter
|
|
|
39
39
|
* @see {@link CreatePrivateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
43
|
+
* <p>One or more parameters are not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
46
|
+
* <p>A server-side error occurred.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link DuplicateTagKeysException} (client fault)
|
|
49
|
+
* <p>A tag key was specified more than once.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
52
|
+
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
42
55
|
*/
|
|
43
56
|
export declare class CreatePrivateVirtualInterfaceCommand extends $Command<CreatePrivateVirtualInterfaceCommandInput, CreatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
44
57
|
readonly input: CreatePrivateVirtualInterfaceCommandInput;
|
|
@@ -32,6 +32,19 @@ export interface CreatePublicVirtualInterfaceCommandOutput extends VirtualInterf
|
|
|
32
32
|
* @see {@link CreatePublicVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
36
|
+
* <p>One or more parameters are not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
39
|
+
* <p>A server-side error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link DuplicateTagKeysException} (client fault)
|
|
42
|
+
* <p>A tag key was specified more than once.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
45
|
+
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
35
48
|
*/
|
|
36
49
|
export declare class CreatePublicVirtualInterfaceCommand extends $Command<CreatePublicVirtualInterfaceCommandInput, CreatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
37
50
|
readonly input: CreatePublicVirtualInterfaceCommandInput;
|
|
@@ -38,6 +38,19 @@ export interface CreateTransitVirtualInterfaceCommandOutput extends CreateTransi
|
|
|
38
38
|
* @see {@link CreateTransitVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
42
|
+
* <p>One or more parameters are not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
45
|
+
* <p>A server-side error occurred.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link DuplicateTagKeysException} (client fault)
|
|
48
|
+
* <p>A tag key was specified more than once.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
51
|
+
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
41
54
|
*/
|
|
42
55
|
export declare class CreateTransitVirtualInterfaceCommand extends $Command<CreateTransitVirtualInterfaceCommandInput, CreateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
43
56
|
readonly input: CreateTransitVirtualInterfaceCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface DeleteBGPPeerCommandOutput extends DeleteBGPPeerResponse, __Met
|
|
|
30
30
|
* @see {@link DeleteBGPPeerCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
34
|
+
* <p>One or more parameters are not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
37
|
+
* <p>A server-side error occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class DeleteBGPPeerCommand extends $Command<DeleteBGPPeerCommandInput, DeleteBGPPeerCommandOutput, DirectConnectClientResolvedConfig> {
|
|
35
42
|
readonly input: DeleteBGPPeerCommandInput;
|
|
@@ -32,6 +32,13 @@ export interface DeleteConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
32
32
|
* @see {@link DeleteConnectionCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
36
|
+
* <p>One or more parameters are not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
39
|
+
* <p>A server-side error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
35
42
|
*/
|
|
36
43
|
export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
37
44
|
readonly input: DeleteConnectionCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface DeleteDirectConnectGatewayAssociationCommandOutput extends Dele
|
|
|
30
30
|
* @see {@link DeleteDirectConnectGatewayAssociationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
34
|
+
* <p>One or more parameters are not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
37
|
+
* <p>A server-side error occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class DeleteDirectConnectGatewayAssociationCommand extends $Command<DeleteDirectConnectGatewayAssociationCommandInput, DeleteDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig> {
|
|
35
42
|
readonly input: DeleteDirectConnectGatewayAssociationCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
29
29
|
* @see {@link DeleteDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
33
|
+
* <p>One or more parameters are not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
36
|
+
* <p>A server-side error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteDirectConnectGatewayAssociationProposalCommand extends $Command<DeleteDirectConnectGatewayAssociationProposalCommandInput, DeleteDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteDirectConnectGatewayAssociationProposalCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface DeleteDirectConnectGatewayCommandOutput extends DeleteDirectCon
|
|
|
31
31
|
* @see {@link DeleteDirectConnectGatewayCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
35
|
+
* <p>One or more parameters are not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
38
|
+
* <p>A server-side error occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class DeleteDirectConnectGatewayCommand extends $Command<DeleteDirectConnectGatewayCommandInput, DeleteDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig> {
|
|
36
43
|
readonly input: DeleteDirectConnectGatewayCommandInput;
|
|
@@ -33,6 +33,13 @@ export interface DeleteInterconnectCommandOutput extends DeleteInterconnectRespo
|
|
|
33
33
|
* @see {@link DeleteInterconnectCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
37
|
+
* <p>One or more parameters are not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
40
|
+
* <p>A server-side error occurred.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
36
43
|
*/
|
|
37
44
|
export declare class DeleteInterconnectCommand extends $Command<DeleteInterconnectCommandInput, DeleteInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
38
45
|
readonly input: DeleteInterconnectCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface DeleteLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
30
30
|
* @see {@link DeleteLagCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
34
|
+
* <p>One or more parameters are not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
37
|
+
* <p>A server-side error occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class DeleteLagCommand extends $Command<DeleteLagCommandInput, DeleteLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
35
42
|
readonly input: DeleteLagCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteVirtualInterfaceCommandOutput extends DeleteVirtualInterf
|
|
|
29
29
|
* @see {@link DeleteVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
33
|
+
* <p>One or more parameters are not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
36
|
+
* <p>A server-side error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteVirtualInterfaceCommand extends $Command<DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteVirtualInterfaceCommandInput;
|
|
@@ -36,6 +36,13 @@ export interface DescribeConnectionLoaCommandOutput extends DescribeConnectionLo
|
|
|
36
36
|
* @see {@link DescribeConnectionLoaCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
40
|
+
* <p>One or more parameters are not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
43
|
+
* <p>A server-side error occurred.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
39
46
|
*/
|
|
40
47
|
export declare class DescribeConnectionLoaCommand extends $Command<DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput, DirectConnectClientResolvedConfig> {
|
|
41
48
|
readonly input: DescribeConnectionLoaCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeConnectionsCommandOutput extends Connections, __Metadat
|
|
|
29
29
|
* @see {@link DescribeConnectionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
33
|
+
* <p>One or more parameters are not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
36
|
+
* <p>A server-side error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeConnectionsCommand extends $Command<DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeConnectionsCommandInput;
|
|
@@ -35,6 +35,13 @@ export interface DescribeConnectionsOnInterconnectCommandOutput extends Connecti
|
|
|
35
35
|
* @see {@link DescribeConnectionsOnInterconnectCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
39
|
+
* <p>One or more parameters are not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
42
|
+
* <p>A server-side error occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
38
45
|
*/
|
|
39
46
|
export declare class DescribeConnectionsOnInterconnectCommand extends $Command<DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
40
47
|
readonly input: DescribeConnectionsOnInterconnectCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeCustomerMetadataCommandOutput extends DescribeCustomerM
|
|
|
29
29
|
* @see {@link DescribeCustomerMetadataCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
33
|
+
* <p>One or more parameters are not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
36
|
+
* <p>A server-side error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeCustomerMetadataCommand extends $Command<DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput, DirectConnectClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeCustomerMetadataCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeDirectConnectGatewayAssociationProposalsCommandOutput e
|
|
|
29
29
|
* @see {@link DescribeDirectConnectGatewayAssociationProposalsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
33
|
+
* <p>One or more parameters are not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
36
|
+
* <p>A server-side error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeDirectConnectGatewayAssociationProposalsCommand extends $Command<DescribeDirectConnectGatewayAssociationProposalsCommandInput, DescribeDirectConnectGatewayAssociationProposalsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeDirectConnectGatewayAssociationProposalsCommandInput;
|
|
@@ -51,6 +51,13 @@ export interface DescribeDirectConnectGatewayAssociationsCommandOutput extends D
|
|
|
51
51
|
* @see {@link DescribeDirectConnectGatewayAssociationsCommandOutput} for command's `response` shape.
|
|
52
52
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
53
53
|
*
|
|
54
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
55
|
+
* <p>One or more parameters are not valid.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
58
|
+
* <p>A server-side error occurred.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
54
61
|
*/
|
|
55
62
|
export declare class DescribeDirectConnectGatewayAssociationsCommand extends $Command<DescribeDirectConnectGatewayAssociationsCommandInput, DescribeDirectConnectGatewayAssociationsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
56
63
|
readonly input: DescribeDirectConnectGatewayAssociationsCommandInput;
|
|
@@ -33,6 +33,13 @@ export interface DescribeDirectConnectGatewayAttachmentsCommandOutput extends De
|
|
|
33
33
|
* @see {@link DescribeDirectConnectGatewayAttachmentsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
37
|
+
* <p>One or more parameters are not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
40
|
+
* <p>A server-side error occurred.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
36
43
|
*/
|
|
37
44
|
export declare class DescribeDirectConnectGatewayAttachmentsCommand extends $Command<DescribeDirectConnectGatewayAttachmentsCommandInput, DescribeDirectConnectGatewayAttachmentsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
38
45
|
readonly input: DescribeDirectConnectGatewayAttachmentsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeDirectConnectGatewaysCommandOutput extends DescribeDire
|
|
|
29
29
|
* @see {@link DescribeDirectConnectGatewaysCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
33
|
+
* <p>One or more parameters are not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
36
|
+
* <p>A server-side error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeDirectConnectGatewaysCommand extends $Command<DescribeDirectConnectGatewaysCommandInput, DescribeDirectConnectGatewaysCommandOutput, DirectConnectClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeDirectConnectGatewaysCommandInput;
|
|
@@ -33,6 +33,13 @@ export interface DescribeHostedConnectionsCommandOutput extends Connections, __M
|
|
|
33
33
|
* @see {@link DescribeHostedConnectionsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
37
|
+
* <p>One or more parameters are not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
40
|
+
* <p>A server-side error occurred.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
36
43
|
*/
|
|
37
44
|
export declare class DescribeHostedConnectionsCommand extends $Command<DescribeHostedConnectionsCommandInput, DescribeHostedConnectionsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
38
45
|
readonly input: DescribeHostedConnectionsCommandInput;
|
|
@@ -35,6 +35,13 @@ export interface DescribeInterconnectLoaCommandOutput extends DescribeInterconne
|
|
|
35
35
|
* @see {@link DescribeInterconnectLoaCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
39
|
+
* <p>One or more parameters are not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
42
|
+
* <p>A server-side error occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
38
45
|
*/
|
|
39
46
|
export declare class DescribeInterconnectLoaCommand extends $Command<DescribeInterconnectLoaCommandInput, DescribeInterconnectLoaCommandOutput, DirectConnectClientResolvedConfig> {
|
|
40
47
|
readonly input: DescribeInterconnectLoaCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeInterconnectsCommandOutput extends Interconnects, __Met
|
|
|
29
29
|
* @see {@link DescribeInterconnectsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
33
|
+
* <p>One or more parameters are not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
36
|
+
* <p>A server-side error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeInterconnectsCommand extends $Command<DescribeInterconnectsCommandInput, DescribeInterconnectsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeInterconnectsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeLagsCommandOutput extends Lags, __MetadataBearer {
|
|
|
29
29
|
* @see {@link DescribeLagsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
33
|
+
* <p>One or more parameters are not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
36
|
+
* <p>A server-side error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeLagsCommand extends $Command<DescribeLagsCommandInput, DescribeLagsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeLagsCommandInput;
|
|
@@ -32,6 +32,13 @@ export interface DescribeLoaCommandOutput extends Loa, __MetadataBearer {
|
|
|
32
32
|
* @see {@link DescribeLoaCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
36
|
+
* <p>One or more parameters are not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
39
|
+
* <p>A server-side error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
35
42
|
*/
|
|
36
43
|
export declare class DescribeLoaCommand extends $Command<DescribeLoaCommandInput, DescribeLoaCommandOutput, DirectConnectClientResolvedConfig> {
|
|
37
44
|
readonly input: DescribeLoaCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface DescribeLocationsCommandOutput extends Locations, __MetadataBea
|
|
|
30
30
|
* @see {@link DescribeLocationsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
34
|
+
* <p>One or more parameters are not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
37
|
+
* <p>A server-side error occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class DescribeLocationsCommand extends $Command<DescribeLocationsCommandInput, DescribeLocationsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
35
42
|
readonly input: DescribeLocationsCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface DescribeRouterConfigurationCommandOutput extends DescribeRouter
|
|
|
31
31
|
* @see {@link DescribeRouterConfigurationCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
35
|
+
* <p>One or more parameters are not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
38
|
+
* <p>A server-side error occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class DescribeRouterConfigurationCommand extends $Command<DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput, DirectConnectClientResolvedConfig> {
|
|
36
43
|
readonly input: DescribeRouterConfigurationCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
|
|
|
29
29
|
* @see {@link DescribeTagsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
33
|
+
* <p>One or more parameters are not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
36
|
+
* <p>A server-side error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeTagsCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface DescribeVirtualGatewaysCommandOutput extends VirtualGateways, _
|
|
|
30
30
|
* @see {@link DescribeVirtualGatewaysCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
34
|
+
* <p>One or more parameters are not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
37
|
+
* <p>A server-side error occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class DescribeVirtualGatewaysCommand extends $Command<DescribeVirtualGatewaysCommandInput, DescribeVirtualGatewaysCommandOutput, DirectConnectClientResolvedConfig> {
|
|
35
42
|
readonly input: DescribeVirtualGatewaysCommandInput;
|
|
@@ -33,6 +33,13 @@ export interface DescribeVirtualInterfacesCommandOutput extends VirtualInterface
|
|
|
33
33
|
* @see {@link DescribeVirtualInterfacesCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
37
|
+
* <p>One or more parameters are not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
40
|
+
* <p>A server-side error occurred.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
36
43
|
*/
|
|
37
44
|
export declare class DescribeVirtualInterfacesCommand extends $Command<DescribeVirtualInterfacesCommandInput, DescribeVirtualInterfacesCommandOutput, DirectConnectClientResolvedConfig> {
|
|
38
45
|
readonly input: DescribeVirtualInterfacesCommandInput;
|
|
@@ -38,6 +38,13 @@ export interface DisassociateConnectionFromLagCommandOutput extends Connection,
|
|
|
38
38
|
* @see {@link DisassociateConnectionFromLagCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
42
|
+
* <p>One or more parameters are not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
45
|
+
* <p>A server-side error occurred.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
41
48
|
*/
|
|
42
49
|
export declare class DisassociateConnectionFromLagCommand extends $Command<DisassociateConnectionFromLagCommandInput, DisassociateConnectionFromLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
43
50
|
readonly input: DisassociateConnectionFromLagCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DisassociateMacSecKeyCommandOutput extends DisassociateMacSecKe
|
|
|
29
29
|
* @see {@link DisassociateMacSecKeyCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
33
|
+
* <p>One or more parameters are not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
36
|
+
* <p>A server-side error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DisassociateMacSecKeyCommand extends $Command<DisassociateMacSecKeyCommandInput, DisassociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig> {
|
|
34
41
|
readonly input: DisassociateMacSecKeyCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListVirtualInterfaceTestHistoryCommandOutput extends ListVirtua
|
|
|
29
29
|
* @see {@link ListVirtualInterfaceTestHistoryCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
33
|
+
* <p>One or more parameters are not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
36
|
+
* <p>A server-side error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListVirtualInterfaceTestHistoryCommand extends $Command<ListVirtualInterfaceTestHistoryCommandInput, ListVirtualInterfaceTestHistoryCommandOutput, DirectConnectClientResolvedConfig> {
|
|
34
41
|
readonly input: ListVirtualInterfaceTestHistoryCommandInput;
|
|
@@ -32,6 +32,13 @@ export interface StartBgpFailoverTestCommandOutput extends StartBgpFailoverTestR
|
|
|
32
32
|
* @see {@link StartBgpFailoverTestCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
36
|
+
* <p>One or more parameters are not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
39
|
+
* <p>A server-side error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
35
42
|
*/
|
|
36
43
|
export declare class StartBgpFailoverTestCommand extends $Command<StartBgpFailoverTestCommandInput, StartBgpFailoverTestCommandOutput, DirectConnectClientResolvedConfig> {
|
|
37
44
|
readonly input: StartBgpFailoverTestCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface StopBgpFailoverTestCommandOutput extends StopBgpFailoverTestRes
|
|
|
29
29
|
* @see {@link StopBgpFailoverTestCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
33
|
+
* <p>One or more parameters are not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
36
|
+
* <p>A server-side error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class StopBgpFailoverTestCommand extends $Command<StopBgpFailoverTestCommandInput, StopBgpFailoverTestCommandOutput, DirectConnectClientResolvedConfig> {
|
|
34
41
|
readonly input: StopBgpFailoverTestCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
30
30
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
34
|
+
* <p>One or more parameters are not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
37
|
+
* <p>A server-side error occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DuplicateTagKeysException} (client fault)
|
|
40
|
+
* <p>A tag key was specified more than once.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
43
|
+
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
35
48
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
33
|
+
* <p>One or more parameters are not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
36
|
+
* <p>A server-side error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
34
41
|
readonly input: UntagResourceCommandInput;
|
|
@@ -38,6 +38,13 @@ export interface UpdateConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
38
38
|
* @see {@link UpdateConnectionCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
42
|
+
* <p>One or more parameters are not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
45
|
+
* <p>A server-side error occurred.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
41
48
|
*/
|
|
42
49
|
export declare class UpdateConnectionCommand extends $Command<UpdateConnectionCommandInput, UpdateConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
43
50
|
readonly input: UpdateConnectionCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface UpdateDirectConnectGatewayAssociationCommandOutput extends Upda
|
|
|
30
30
|
* @see {@link UpdateDirectConnectGatewayAssociationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
34
|
+
* <p>One or more parameters are not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
37
|
+
* <p>A server-side error occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class UpdateDirectConnectGatewayAssociationCommand extends $Command<UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig> {
|
|
35
42
|
readonly input: UpdateDirectConnectGatewayAssociationCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface UpdateDirectConnectGatewayCommandOutput extends UpdateDirectCon
|
|
|
29
29
|
* @see {@link UpdateDirectConnectGatewayCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
33
|
+
* <p>One or more parameters are not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
36
|
+
* <p>A server-side error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class UpdateDirectConnectGatewayCommand extends $Command<UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig> {
|
|
34
41
|
readonly input: UpdateDirectConnectGatewayCommandInput;
|
|
@@ -51,6 +51,13 @@ export interface UpdateLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
51
51
|
* @see {@link UpdateLagCommandOutput} for command's `response` shape.
|
|
52
52
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
53
53
|
*
|
|
54
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
55
|
+
* <p>One or more parameters are not valid.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
58
|
+
* <p>A server-side error occurred.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
54
61
|
*/
|
|
55
62
|
export declare class UpdateLagCommand extends $Command<UpdateLagCommandInput, UpdateLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
56
63
|
readonly input: UpdateLagCommandInput;
|
|
@@ -35,6 +35,13 @@ export interface UpdateVirtualInterfaceAttributesCommandOutput extends VirtualIn
|
|
|
35
35
|
* @see {@link UpdateVirtualInterfaceAttributesCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link DirectConnectClientException} (client fault)
|
|
39
|
+
* <p>One or more parameters are not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link DirectConnectServerException} (server fault)
|
|
42
|
+
* <p>A server-side error occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
38
45
|
*/
|
|
39
46
|
export declare class UpdateVirtualInterfaceAttributesCommand extends $Command<UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput, DirectConnectClientResolvedConfig> {
|
|
40
47
|
readonly input: UpdateVirtualInterfaceAttributesCommandInput;
|
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.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|