@aws-sdk/client-direct-connect 3.650.0 → 3.654.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 +11 -0
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +11 -0
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +11 -0
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +11 -0
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +11 -0
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +11 -0
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +11 -0
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +11 -0
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +11 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +11 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +11 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +11 -0
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +11 -0
- package/dist-types/commands/CreateInterconnectCommand.d.ts +11 -0
- package/dist-types/commands/CreateLagCommand.d.ts +11 -0
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +11 -0
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLagCommand.d.ts +11 -0
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +11 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +11 -0
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +11 -0
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLagsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLoaCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLocationsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +11 -0
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +11 -0
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +11 -0
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +11 -0
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +11 -0
- package/dist-types/commands/UpdateLagCommand.d.ts +11 -0
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -37,4 +37,15 @@ declare const ConfirmTransitVirtualInterfaceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ConfirmTransitVirtualInterfaceCommand extends ConfirmTransitVirtualInterfaceCommand_base {
|
|
40
|
+
export declare class ConfirmTransitVirtualInterfaceCommand extends ConfirmTransitVirtualInterfaceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ConfirmTransitVirtualInterfaceRequest;
|
|
44
|
+
output: ConfirmTransitVirtualInterfaceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ConfirmTransitVirtualInterfaceCommandInput;
|
|
48
|
+
output: ConfirmTransitVirtualInterfaceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateBGPPeerCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateBGPPeerCommand extends CreateBGPPeerCommand_base {
|
|
39
|
+
export declare class CreateBGPPeerCommand extends CreateBGPPeerCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateBGPPeerRequest;
|
|
43
|
+
output: CreateBGPPeerResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateBGPPeerCommandInput;
|
|
47
|
+
output: CreateBGPPeerCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateConnectionCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
|
|
36
|
+
export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateConnectionRequest;
|
|
40
|
+
output: Connection;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateConnectionCommandInput;
|
|
44
|
+
output: CreateConnectionCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDirectConnectGatewayAssociationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDirectConnectGatewayAssociationCommand extends CreateDirectConnectGatewayAssociationCommand_base {
|
|
40
|
+
export declare class CreateDirectConnectGatewayAssociationCommand extends CreateDirectConnectGatewayAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDirectConnectGatewayAssociationRequest;
|
|
44
|
+
output: CreateDirectConnectGatewayAssociationResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDirectConnectGatewayAssociationCommandInput;
|
|
48
|
+
output: CreateDirectConnectGatewayAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDirectConnectGatewayAssociationProposalCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDirectConnectGatewayAssociationProposalCommand extends CreateDirectConnectGatewayAssociationProposalCommand_base {
|
|
40
|
+
export declare class CreateDirectConnectGatewayAssociationProposalCommand extends CreateDirectConnectGatewayAssociationProposalCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDirectConnectGatewayAssociationProposalRequest;
|
|
44
|
+
output: CreateDirectConnectGatewayAssociationProposalResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDirectConnectGatewayAssociationProposalCommandInput;
|
|
48
|
+
output: CreateDirectConnectGatewayAssociationProposalCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDirectConnectGatewayCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDirectConnectGatewayCommand extends CreateDirectConnectGatewayCommand_base {
|
|
40
|
+
export declare class CreateDirectConnectGatewayCommand extends CreateDirectConnectGatewayCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDirectConnectGatewayRequest;
|
|
44
|
+
output: CreateDirectConnectGatewayResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDirectConnectGatewayCommandInput;
|
|
48
|
+
output: CreateDirectConnectGatewayCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -34,4 +34,15 @@ declare const CreateInterconnectCommand_base: {
|
|
|
34
34
|
>;
|
|
35
35
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
36
36
|
};
|
|
37
|
-
export declare class CreateInterconnectCommand extends CreateInterconnectCommand_base {
|
|
37
|
+
export declare class CreateInterconnectCommand extends CreateInterconnectCommand_base {
|
|
38
|
+
protected static __types: {
|
|
39
|
+
api: {
|
|
40
|
+
input: CreateInterconnectRequest;
|
|
41
|
+
output: Interconnect;
|
|
42
|
+
};
|
|
43
|
+
sdk: {
|
|
44
|
+
input: CreateInterconnectCommandInput;
|
|
45
|
+
output: CreateInterconnectCommandOutput;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const CreateLagCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class CreateLagCommand extends CreateLagCommand_base {
|
|
34
|
+
export declare class CreateLagCommand extends CreateLagCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: CreateLagRequest;
|
|
38
|
+
output: Lag;
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: CreateLagCommandInput;
|
|
42
|
+
output: CreateLagCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreatePrivateVirtualInterfaceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreatePrivateVirtualInterfaceCommand extends CreatePrivateVirtualInterfaceCommand_base {
|
|
40
|
+
export declare class CreatePrivateVirtualInterfaceCommand extends CreatePrivateVirtualInterfaceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePrivateVirtualInterfaceRequest;
|
|
44
|
+
output: VirtualInterface;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePrivateVirtualInterfaceCommandInput;
|
|
48
|
+
output: CreatePrivateVirtualInterfaceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreatePublicVirtualInterfaceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreatePublicVirtualInterfaceCommand extends CreatePublicVirtualInterfaceCommand_base {
|
|
40
|
+
export declare class CreatePublicVirtualInterfaceCommand extends CreatePublicVirtualInterfaceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePublicVirtualInterfaceRequest;
|
|
44
|
+
output: VirtualInterface;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePublicVirtualInterfaceCommandInput;
|
|
48
|
+
output: CreatePublicVirtualInterfaceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateTransitVirtualInterfaceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateTransitVirtualInterfaceCommand extends CreateTransitVirtualInterfaceCommand_base {
|
|
40
|
+
export declare class CreateTransitVirtualInterfaceCommand extends CreateTransitVirtualInterfaceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateTransitVirtualInterfaceRequest;
|
|
44
|
+
output: CreateTransitVirtualInterfaceResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateTransitVirtualInterfaceCommandInput;
|
|
48
|
+
output: CreateTransitVirtualInterfaceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteBGPPeerCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteBGPPeerCommand extends DeleteBGPPeerCommand_base {
|
|
39
|
+
export declare class DeleteBGPPeerCommand extends DeleteBGPPeerCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteBGPPeerRequest;
|
|
43
|
+
output: DeleteBGPPeerResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteBGPPeerCommandInput;
|
|
47
|
+
output: DeleteBGPPeerCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteConnectionCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
|
|
36
|
+
export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteConnectionRequest;
|
|
40
|
+
output: Connection;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteConnectionCommandInput;
|
|
44
|
+
output: DeleteConnectionCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteDirectConnectGatewayAssociationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteDirectConnectGatewayAssociationCommand extends DeleteDirectConnectGatewayAssociationCommand_base {
|
|
40
|
+
export declare class DeleteDirectConnectGatewayAssociationCommand extends DeleteDirectConnectGatewayAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteDirectConnectGatewayAssociationRequest;
|
|
44
|
+
output: DeleteDirectConnectGatewayAssociationResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteDirectConnectGatewayAssociationCommandInput;
|
|
48
|
+
output: DeleteDirectConnectGatewayAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteDirectConnectGatewayAssociationProposalCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteDirectConnectGatewayAssociationProposalCommand extends DeleteDirectConnectGatewayAssociationProposalCommand_base {
|
|
40
|
+
export declare class DeleteDirectConnectGatewayAssociationProposalCommand extends DeleteDirectConnectGatewayAssociationProposalCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteDirectConnectGatewayAssociationProposalRequest;
|
|
44
|
+
output: DeleteDirectConnectGatewayAssociationProposalResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteDirectConnectGatewayAssociationProposalCommandInput;
|
|
48
|
+
output: DeleteDirectConnectGatewayAssociationProposalCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteDirectConnectGatewayCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteDirectConnectGatewayCommand extends DeleteDirectConnectGatewayCommand_base {
|
|
40
|
+
export declare class DeleteDirectConnectGatewayCommand extends DeleteDirectConnectGatewayCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteDirectConnectGatewayRequest;
|
|
44
|
+
output: DeleteDirectConnectGatewayResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteDirectConnectGatewayCommandInput;
|
|
48
|
+
output: DeleteDirectConnectGatewayCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteInterconnectCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteInterconnectCommand extends DeleteInterconnectCommand_base {
|
|
40
|
+
export declare class DeleteInterconnectCommand extends DeleteInterconnectCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteInterconnectRequest;
|
|
44
|
+
output: DeleteInterconnectResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteInterconnectCommandInput;
|
|
48
|
+
output: DeleteInterconnectCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteLagCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteLagCommand extends DeleteLagCommand_base {
|
|
34
|
+
export declare class DeleteLagCommand extends DeleteLagCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteLagRequest;
|
|
38
|
+
output: Lag;
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteLagCommandInput;
|
|
42
|
+
output: DeleteLagCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteVirtualInterfaceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteVirtualInterfaceCommand extends DeleteVirtualInterfaceCommand_base {
|
|
40
|
+
export declare class DeleteVirtualInterfaceCommand extends DeleteVirtualInterfaceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteVirtualInterfaceRequest;
|
|
44
|
+
output: DeleteVirtualInterfaceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteVirtualInterfaceCommandInput;
|
|
48
|
+
output: DeleteVirtualInterfaceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeConnectionLoaCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeConnectionLoaCommand extends DescribeConnectionLoaCommand_base {
|
|
40
|
+
export declare class DescribeConnectionLoaCommand extends DescribeConnectionLoaCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeConnectionLoaRequest;
|
|
44
|
+
output: DescribeConnectionLoaResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeConnectionLoaCommandInput;
|
|
48
|
+
output: DescribeConnectionLoaCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -34,4 +34,15 @@ declare const DescribeConnectionsCommand_base: {
|
|
|
34
34
|
>;
|
|
35
35
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
36
36
|
};
|
|
37
|
-
export declare class DescribeConnectionsCommand extends DescribeConnectionsCommand_base {
|
|
37
|
+
export declare class DescribeConnectionsCommand extends DescribeConnectionsCommand_base {
|
|
38
|
+
protected static __types: {
|
|
39
|
+
api: {
|
|
40
|
+
input: DescribeConnectionsRequest;
|
|
41
|
+
output: Connections;
|
|
42
|
+
};
|
|
43
|
+
sdk: {
|
|
44
|
+
input: DescribeConnectionsCommandInput;
|
|
45
|
+
output: DescribeConnectionsCommandOutput;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeConnectionsOnInterconnectCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeConnectionsOnInterconnectCommand extends DescribeConnectionsOnInterconnectCommand_base {
|
|
40
|
+
export declare class DescribeConnectionsOnInterconnectCommand extends DescribeConnectionsOnInterconnectCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeConnectionsOnInterconnectRequest;
|
|
44
|
+
output: Connections;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeConnectionsOnInterconnectCommandInput;
|
|
48
|
+
output: DescribeConnectionsOnInterconnectCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeCustomerMetadataCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeCustomerMetadataCommand extends DescribeCustomerMetadataCommand_base {
|
|
36
|
+
export declare class DescribeCustomerMetadataCommand extends DescribeCustomerMetadataCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: DescribeCustomerMetadataResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeCustomerMetadataCommandInput;
|
|
44
|
+
output: DescribeCustomerMetadataCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts
CHANGED
|
@@ -39,4 +39,15 @@ declare const DescribeDirectConnectGatewayAssociationProposalsCommand_base: {
|
|
|
39
39
|
>;
|
|
40
40
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
41
41
|
};
|
|
42
|
-
export declare class DescribeDirectConnectGatewayAssociationProposalsCommand extends DescribeDirectConnectGatewayAssociationProposalsCommand_base {
|
|
42
|
+
export declare class DescribeDirectConnectGatewayAssociationProposalsCommand extends DescribeDirectConnectGatewayAssociationProposalsCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: DescribeDirectConnectGatewayAssociationProposalsRequest;
|
|
46
|
+
output: DescribeDirectConnectGatewayAssociationProposalsResult;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: DescribeDirectConnectGatewayAssociationProposalsCommandInput;
|
|
50
|
+
output: DescribeDirectConnectGatewayAssociationProposalsCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDirectConnectGatewayAssociationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDirectConnectGatewayAssociationsCommand extends DescribeDirectConnectGatewayAssociationsCommand_base {
|
|
40
|
+
export declare class DescribeDirectConnectGatewayAssociationsCommand extends DescribeDirectConnectGatewayAssociationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDirectConnectGatewayAssociationsRequest;
|
|
44
|
+
output: DescribeDirectConnectGatewayAssociationsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDirectConnectGatewayAssociationsCommandInput;
|
|
48
|
+
output: DescribeDirectConnectGatewayAssociationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDirectConnectGatewayAttachmentsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDirectConnectGatewayAttachmentsCommand extends DescribeDirectConnectGatewayAttachmentsCommand_base {
|
|
40
|
+
export declare class DescribeDirectConnectGatewayAttachmentsCommand extends DescribeDirectConnectGatewayAttachmentsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDirectConnectGatewayAttachmentsRequest;
|
|
44
|
+
output: DescribeDirectConnectGatewayAttachmentsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDirectConnectGatewayAttachmentsCommandInput;
|
|
48
|
+
output: DescribeDirectConnectGatewayAttachmentsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDirectConnectGatewaysCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDirectConnectGatewaysCommand extends DescribeDirectConnectGatewaysCommand_base {
|
|
40
|
+
export declare class DescribeDirectConnectGatewaysCommand extends DescribeDirectConnectGatewaysCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDirectConnectGatewaysRequest;
|
|
44
|
+
output: DescribeDirectConnectGatewaysResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDirectConnectGatewaysCommandInput;
|
|
48
|
+
output: DescribeDirectConnectGatewaysCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeHostedConnectionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeHostedConnectionsCommand extends DescribeHostedConnectionsCommand_base {
|
|
40
|
+
export declare class DescribeHostedConnectionsCommand extends DescribeHostedConnectionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeHostedConnectionsRequest;
|
|
44
|
+
output: Connections;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeHostedConnectionsCommandInput;
|
|
48
|
+
output: DescribeHostedConnectionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeInterconnectLoaCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeInterconnectLoaCommand extends DescribeInterconnectLoaCommand_base {
|
|
40
|
+
export declare class DescribeInterconnectLoaCommand extends DescribeInterconnectLoaCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeInterconnectLoaRequest;
|
|
44
|
+
output: DescribeInterconnectLoaResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeInterconnectLoaCommandInput;
|
|
48
|
+
output: DescribeInterconnectLoaCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeInterconnectsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeInterconnectsCommand extends DescribeInterconnectsCommand_base {
|
|
40
|
+
export declare class DescribeInterconnectsCommand extends DescribeInterconnectsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeInterconnectsRequest;
|
|
44
|
+
output: Interconnects;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeInterconnectsCommandInput;
|
|
48
|
+
output: DescribeInterconnectsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DescribeLagsCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DescribeLagsCommand extends DescribeLagsCommand_base {
|
|
34
|
+
export declare class DescribeLagsCommand extends DescribeLagsCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DescribeLagsRequest;
|
|
38
|
+
output: Lags;
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DescribeLagsCommandInput;
|
|
42
|
+
output: DescribeLagsCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DescribeLoaCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DescribeLoaCommand extends DescribeLoaCommand_base {
|
|
34
|
+
export declare class DescribeLoaCommand extends DescribeLoaCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DescribeLoaRequest;
|
|
38
|
+
output: Loa;
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DescribeLoaCommandInput;
|
|
42
|
+
output: DescribeLoaCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeLocationsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeLocationsCommand extends DescribeLocationsCommand_base {
|
|
36
|
+
export declare class DescribeLocationsCommand extends DescribeLocationsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: Locations;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeLocationsCommandInput;
|
|
44
|
+
output: DescribeLocationsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeRouterConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeRouterConfigurationCommand extends DescribeRouterConfigurationCommand_base {
|
|
40
|
+
export declare class DescribeRouterConfigurationCommand extends DescribeRouterConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeRouterConfigurationRequest;
|
|
44
|
+
output: DescribeRouterConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeRouterConfigurationCommandInput;
|
|
48
|
+
output: DescribeRouterConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeTagsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
36
|
+
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeTagsRequest;
|
|
40
|
+
output: DescribeTagsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeTagsCommandInput;
|
|
44
|
+
output: DescribeTagsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeVirtualGatewaysCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeVirtualGatewaysCommand extends DescribeVirtualGatewaysCommand_base {
|
|
36
|
+
export declare class DescribeVirtualGatewaysCommand extends DescribeVirtualGatewaysCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: VirtualGateways;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeVirtualGatewaysCommandInput;
|
|
44
|
+
output: DescribeVirtualGatewaysCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|