@aws-sdk/client-direct-connect 3.40.0 → 3.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/endpoints.js +8 -0
- package/dist-es/endpoints.js +8 -0
- package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +1 -1
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +1 -1
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +1 -1
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +1 -1
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateLagCommand.d.ts +1 -1
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLagCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +1 -1
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +1 -1
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +1 -1
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLagCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
18
|
|
|
8
19
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -149,6 +149,10 @@ const partitionHash = {
|
|
|
149
149
|
hostname: "directconnect.{region}.c2s.ic.gov",
|
|
150
150
|
tags: [],
|
|
151
151
|
},
|
|
152
|
+
{
|
|
153
|
+
hostname: "directconnect-fips.{region}.c2s.ic.gov",
|
|
154
|
+
tags: ["fips"],
|
|
155
|
+
},
|
|
152
156
|
],
|
|
153
157
|
},
|
|
154
158
|
"aws-iso-b": {
|
|
@@ -159,6 +163,10 @@ const partitionHash = {
|
|
|
159
163
|
hostname: "directconnect.{region}.sc2s.sgov.gov",
|
|
160
164
|
tags: [],
|
|
161
165
|
},
|
|
166
|
+
{
|
|
167
|
+
hostname: "directconnect-fips.{region}.sc2s.sgov.gov",
|
|
168
|
+
tags: ["fips"],
|
|
169
|
+
},
|
|
162
170
|
],
|
|
163
171
|
},
|
|
164
172
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -147,6 +147,10 @@ var partitionHash = {
|
|
|
147
147
|
hostname: "directconnect.{region}.c2s.ic.gov",
|
|
148
148
|
tags: [],
|
|
149
149
|
},
|
|
150
|
+
{
|
|
151
|
+
hostname: "directconnect-fips.{region}.c2s.ic.gov",
|
|
152
|
+
tags: ["fips"],
|
|
153
|
+
},
|
|
150
154
|
],
|
|
151
155
|
},
|
|
152
156
|
"aws-iso-b": {
|
|
@@ -157,6 +161,10 @@ var partitionHash = {
|
|
|
157
161
|
hostname: "directconnect.{region}.sc2s.sgov.gov",
|
|
158
162
|
tags: [],
|
|
159
163
|
},
|
|
164
|
+
{
|
|
165
|
+
hostname: "directconnect-fips.{region}.sc2s.sgov.gov",
|
|
166
|
+
tags: ["fips"],
|
|
167
|
+
},
|
|
160
168
|
],
|
|
161
169
|
},
|
|
162
170
|
"aws-us-gov": {
|
|
@@ -20,7 +20,7 @@ export interface AcceptDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link AcceptDirectConnectGatewayAssociationProposalCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link AcceptDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class AcceptDirectConnectGatewayAssociationProposalCommand extends $Command<AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface AllocateConnectionOnInterconnectCommandOutput extends Connectio
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link AllocateConnectionOnInterconnectCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link AllocateConnectionOnInterconnectCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class AllocateConnectionOnInterconnectCommand extends $Command<AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface AllocateHostedConnectionCommandOutput extends Connection, __Met
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link AllocateHostedConnectionCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link AllocateHostedConnectionCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class AllocateHostedConnectionCommand extends $Command<AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface AllocatePrivateVirtualInterfaceCommandOutput extends VirtualInt
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link AllocatePrivateVirtualInterfaceCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link AllocatePrivateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class AllocatePrivateVirtualInterfaceCommand extends $Command<AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface AllocatePublicVirtualInterfaceCommandOutput extends VirtualInte
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link AllocatePublicVirtualInterfaceCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link AllocatePublicVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class AllocatePublicVirtualInterfaceCommand extends $Command<AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface AllocateTransitVirtualInterfaceCommandOutput extends AllocateTr
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link AllocateTransitVirtualInterfaceCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link AllocateTransitVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class AllocateTransitVirtualInterfaceCommand extends $Command<AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface AssociateConnectionWithLagCommandOutput extends Connection, __M
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link AssociateConnectionWithLagCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link AssociateConnectionWithLagCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class AssociateConnectionWithLagCommand extends $Command<AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface AssociateHostedConnectionCommandOutput extends Connection, __Me
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link AssociateHostedConnectionCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link AssociateHostedConnectionCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class AssociateHostedConnectionCommand extends $Command<AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface AssociateMacSecKeyCommandOutput extends AssociateMacSecKeyRespo
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link AssociateMacSecKeyCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link AssociateMacSecKeyCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class AssociateMacSecKeyCommand extends $Command<AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface AssociateVirtualInterfaceCommandOutput extends VirtualInterface
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link AssociateVirtualInterfaceCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link AssociateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class AssociateVirtualInterfaceCommand extends $Command<AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ConfirmConnectionCommandOutput extends ConfirmConnectionRespons
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ConfirmConnectionCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ConfirmConnectionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ConfirmConnectionCommand extends $Command<ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ConfirmCustomerAgreementCommandOutput extends ConfirmCustomerAg
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ConfirmCustomerAgreementCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ConfirmCustomerAgreementCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ConfirmCustomerAgreementCommand extends $Command<ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ConfirmPrivateVirtualInterfaceCommandOutput extends ConfirmPriv
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ConfirmPrivateVirtualInterfaceCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ConfirmPrivateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ConfirmPrivateVirtualInterfaceCommand extends $Command<ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ConfirmPublicVirtualInterfaceCommandOutput extends ConfirmPubli
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ConfirmPublicVirtualInterfaceCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ConfirmPublicVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ConfirmPublicVirtualInterfaceCommand extends $Command<ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ConfirmTransitVirtualInterfaceCommandOutput extends ConfirmTran
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ConfirmTransitVirtualInterfaceCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ConfirmTransitVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ConfirmTransitVirtualInterfaceCommand extends $Command<ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface CreateBGPPeerCommandOutput extends CreateBGPPeerResponse, __Met
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link CreateBGPPeerCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link CreateBGPPeerCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class CreateBGPPeerCommand extends $Command<CreateBGPPeerCommandInput, CreateBGPPeerCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface CreateConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link CreateConnectionCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link CreateConnectionCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateDirectConnectGatewayAssociationCommandOutput extends Crea
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateDirectConnectGatewayAssociationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateDirectConnectGatewayAssociationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateDirectConnectGatewayAssociationCommand extends $Command<CreateDirectConnectGatewayAssociationCommandInput, CreateDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateDirectConnectGatewayAssociationProposalCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateDirectConnectGatewayAssociationProposalCommand extends $Command<CreateDirectConnectGatewayAssociationProposalCommandInput, CreateDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface CreateDirectConnectGatewayCommandOutput extends CreateDirectCon
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link CreateDirectConnectGatewayCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link CreateDirectConnectGatewayCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class CreateDirectConnectGatewayCommand extends $Command<CreateDirectConnectGatewayCommandInput, CreateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface CreateInterconnectCommandOutput extends Interconnect, __Metadat
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link CreateInterconnectCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link CreateInterconnectCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class CreateInterconnectCommand extends $Command<CreateInterconnectCommandInput, CreateInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -37,7 +37,7 @@ export interface CreateLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
37
37
|
*
|
|
38
38
|
* @see {@link CreateLagCommandInput} for command's `input` shape.
|
|
39
39
|
* @see {@link CreateLagCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
40
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
export declare class CreateLagCommand extends $Command<CreateLagCommandInput, CreateLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInter
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link CreatePrivateVirtualInterfaceCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link CreatePrivateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class CreatePrivateVirtualInterfaceCommand extends $Command<CreatePrivateVirtualInterfaceCommandInput, CreatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreatePublicVirtualInterfaceCommandOutput extends VirtualInterf
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreatePublicVirtualInterfaceCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreatePublicVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreatePublicVirtualInterfaceCommand extends $Command<CreatePublicVirtualInterfaceCommandInput, CreatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface CreateTransitVirtualInterfaceCommandOutput extends CreateTransi
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link CreateTransitVirtualInterfaceCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link CreateTransitVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class CreateTransitVirtualInterfaceCommand extends $Command<CreateTransitVirtualInterfaceCommandInput, CreateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteBGPPeerCommandOutput extends DeleteBGPPeerResponse, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteBGPPeerCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteBGPPeerCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteBGPPeerCommand extends $Command<DeleteBGPPeerCommandInput, DeleteBGPPeerCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteConnectionCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteConnectionCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteDirectConnectGatewayAssociationCommandOutput extends Dele
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteDirectConnectGatewayAssociationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteDirectConnectGatewayAssociationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteDirectConnectGatewayAssociationCommand extends $Command<DeleteDirectConnectGatewayAssociationCommandInput, DeleteDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteDirectConnectGatewayAssociationProposalCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteDirectConnectGatewayAssociationProposalCommand extends $Command<DeleteDirectConnectGatewayAssociationProposalCommandInput, DeleteDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteDirectConnectGatewayCommandOutput extends DeleteDirectCon
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteDirectConnectGatewayCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteDirectConnectGatewayCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteDirectConnectGatewayCommand extends $Command<DeleteDirectConnectGatewayCommandInput, DeleteDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DeleteInterconnectCommandOutput extends DeleteInterconnectRespo
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DeleteInterconnectCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DeleteInterconnectCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DeleteInterconnectCommand extends $Command<DeleteInterconnectCommandInput, DeleteInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteLagCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteLagCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteLagCommand extends $Command<DeleteLagCommandInput, DeleteLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteVirtualInterfaceCommandOutput extends DeleteVirtualInterf
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteVirtualInterfaceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteVirtualInterfaceCommand extends $Command<DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DescribeConnectionLoaCommandOutput extends DescribeConnectionLo
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DescribeConnectionLoaCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DescribeConnectionLoaCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class DescribeConnectionLoaCommand extends $Command<DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeConnectionsCommandOutput extends Connections, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeConnectionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeConnectionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeConnectionsCommand extends $Command<DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DescribeConnectionsOnInterconnectCommandOutput extends Connecti
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DescribeConnectionsOnInterconnectCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DescribeConnectionsOnInterconnectCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class DescribeConnectionsOnInterconnectCommand extends $Command<DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeCustomerMetadataCommandOutput extends DescribeCustomerM
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeCustomerMetadataCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeCustomerMetadataCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeCustomerMetadataCommand extends $Command<DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeDirectConnectGatewayAssociationProposalsCommandOutput e
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeDirectConnectGatewayAssociationProposalsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeDirectConnectGatewayAssociationProposalsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeDirectConnectGatewayAssociationProposalsCommand extends $Command<DescribeDirectConnectGatewayAssociationProposalsCommandInput, DescribeDirectConnectGatewayAssociationProposalsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -42,7 +42,7 @@ export interface DescribeDirectConnectGatewayAssociationsCommandOutput extends D
|
|
|
42
42
|
*
|
|
43
43
|
* @see {@link DescribeDirectConnectGatewayAssociationsCommandInput} for command's `input` shape.
|
|
44
44
|
* @see {@link DescribeDirectConnectGatewayAssociationsCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
45
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
export declare class DescribeDirectConnectGatewayAssociationsCommand extends $Command<DescribeDirectConnectGatewayAssociationsCommandInput, DescribeDirectConnectGatewayAssociationsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DescribeDirectConnectGatewayAttachmentsCommandOutput extends De
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DescribeDirectConnectGatewayAttachmentsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DescribeDirectConnectGatewayAttachmentsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DescribeDirectConnectGatewayAttachmentsCommand extends $Command<DescribeDirectConnectGatewayAttachmentsCommandInput, DescribeDirectConnectGatewayAttachmentsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeDirectConnectGatewaysCommandOutput extends DescribeDire
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeDirectConnectGatewaysCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeDirectConnectGatewaysCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeDirectConnectGatewaysCommand extends $Command<DescribeDirectConnectGatewaysCommandInput, DescribeDirectConnectGatewaysCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DescribeHostedConnectionsCommandOutput extends Connections, __M
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DescribeHostedConnectionsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DescribeHostedConnectionsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DescribeHostedConnectionsCommand extends $Command<DescribeHostedConnectionsCommandInput, DescribeHostedConnectionsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DescribeInterconnectLoaCommandOutput extends DescribeInterconne
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DescribeInterconnectLoaCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DescribeInterconnectLoaCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class DescribeInterconnectLoaCommand extends $Command<DescribeInterconnectLoaCommandInput, DescribeInterconnectLoaCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeInterconnectsCommandOutput extends Interconnects, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeInterconnectsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeInterconnectsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeInterconnectsCommand extends $Command<DescribeInterconnectsCommandInput, DescribeInterconnectsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeLagsCommandOutput extends Lags, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeLagsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeLagsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeLagsCommand extends $Command<DescribeLagsCommandInput, DescribeLagsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeLoaCommandOutput extends Loa, __MetadataBearer {
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeLoaCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeLoaCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeLoaCommand extends $Command<DescribeLoaCommandInput, DescribeLoaCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeLocationsCommandOutput extends Locations, __MetadataBea
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeLocationsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeLocationsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeLocationsCommand extends $Command<DescribeLocationsCommandInput, DescribeLocationsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeRouterConfigurationCommandOutput extends DescribeRouter
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeRouterConfigurationCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeRouterConfigurationCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeRouterConfigurationCommand extends $Command<DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeTagsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeTagsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeVirtualGatewaysCommandOutput extends VirtualGateways, _
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeVirtualGatewaysCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeVirtualGatewaysCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeVirtualGatewaysCommand extends $Command<DescribeVirtualGatewaysCommandInput, DescribeVirtualGatewaysCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DescribeVirtualInterfacesCommandOutput extends VirtualInterface
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DescribeVirtualInterfacesCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DescribeVirtualInterfacesCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DescribeVirtualInterfacesCommand extends $Command<DescribeVirtualInterfacesCommandInput, DescribeVirtualInterfacesCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface DisassociateConnectionFromLagCommandOutput extends Connection,
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link DisassociateConnectionFromLagCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link DisassociateConnectionFromLagCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class DisassociateConnectionFromLagCommand extends $Command<DisassociateConnectionFromLagCommandInput, DisassociateConnectionFromLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateMacSecKeyCommandOutput extends DisassociateMacSecKe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateMacSecKeyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateMacSecKeyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateMacSecKeyCommand extends $Command<DisassociateMacSecKeyCommandInput, DisassociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListVirtualInterfaceTestHistoryCommandOutput extends ListVirtua
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListVirtualInterfaceTestHistoryCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListVirtualInterfaceTestHistoryCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListVirtualInterfaceTestHistoryCommand extends $Command<ListVirtualInterfaceTestHistoryCommandInput, ListVirtualInterfaceTestHistoryCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface StartBgpFailoverTestCommandOutput extends StartBgpFailoverTestR
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link StartBgpFailoverTestCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link StartBgpFailoverTestCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class StartBgpFailoverTestCommand extends $Command<StartBgpFailoverTestCommandInput, StartBgpFailoverTestCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopBgpFailoverTestCommandOutput extends StopBgpFailoverTestRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopBgpFailoverTestCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopBgpFailoverTestCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StopBgpFailoverTestCommand extends $Command<StopBgpFailoverTestCommandInput, StopBgpFailoverTestCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface UpdateConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link UpdateConnectionCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link UpdateConnectionCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class UpdateConnectionCommand extends $Command<UpdateConnectionCommandInput, UpdateConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateDirectConnectGatewayAssociationCommandOutput extends Upda
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateDirectConnectGatewayAssociationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateDirectConnectGatewayAssociationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateDirectConnectGatewayAssociationCommand extends $Command<UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateDirectConnectGatewayCommandOutput extends UpdateDirectCon
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateDirectConnectGatewayCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateDirectConnectGatewayCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateDirectConnectGatewayCommand extends $Command<UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -42,7 +42,7 @@ export interface UpdateLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
42
42
|
*
|
|
43
43
|
* @see {@link UpdateLagCommandInput} for command's `input` shape.
|
|
44
44
|
* @see {@link UpdateLagCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
45
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
export declare class UpdateLagCommand extends $Command<UpdateLagCommandInput, UpdateLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface UpdateVirtualInterfaceAttributesCommandOutput extends VirtualIn
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link UpdateVirtualInterfaceAttributesCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link UpdateVirtualInterfaceAttributesCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class UpdateVirtualInterfaceAttributesCommand extends $Command<UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput, DirectConnectClientResolvedConfig> {
|
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.41.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.41.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|