@aws-sdk/client-direct-connect 3.40.0 → 3.44.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 +38 -0
- package/dist-cjs/endpoints.js +8 -0
- package/dist-cjs/protocols/Aws_json1_1.js +9 -0
- package/dist-es/endpoints.js +8 -0
- package/dist-es/protocols/Aws_json1_1.js +11 -6
- 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/dist-types/models/models_0.d.ts +23 -1
- package/dist-types/ts3.4/models/models_0.d.ts +10 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
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.44.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.43.0...v3.44.0) (2021-12-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/01 ([#3078](https://github.com/aws/aws-sdk-js-v3/issues/3078)) ([9c44188](https://github.com/aws/aws-sdk-js-v3/commit/9c44188265ea484d55c50848d7daae5571007ce0))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-direct-connect
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-direct-connect
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **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))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
45
|
|
|
8
46
|
|
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": {
|
|
@@ -4784,6 +4784,8 @@ const serializeAws_json1_1NewPrivateVirtualInterface = (input, context) => {
|
|
|
4784
4784
|
input.customerAddress !== null && { customerAddress: input.customerAddress }),
|
|
4785
4785
|
...(input.directConnectGatewayId !== undefined &&
|
|
4786
4786
|
input.directConnectGatewayId !== null && { directConnectGatewayId: input.directConnectGatewayId }),
|
|
4787
|
+
...(input.enableSiteLink !== undefined &&
|
|
4788
|
+
input.enableSiteLink !== null && { enableSiteLink: input.enableSiteLink }),
|
|
4787
4789
|
...(input.mtu !== undefined && input.mtu !== null && { mtu: input.mtu }),
|
|
4788
4790
|
...(input.tags !== undefined && input.tags !== null && { tags: serializeAws_json1_1TagList(input.tags, context) }),
|
|
4789
4791
|
...(input.virtualGatewayId !== undefined &&
|
|
@@ -4854,6 +4856,8 @@ const serializeAws_json1_1NewTransitVirtualInterface = (input, context) => {
|
|
|
4854
4856
|
input.customerAddress !== null && { customerAddress: input.customerAddress }),
|
|
4855
4857
|
...(input.directConnectGatewayId !== undefined &&
|
|
4856
4858
|
input.directConnectGatewayId !== null && { directConnectGatewayId: input.directConnectGatewayId }),
|
|
4859
|
+
...(input.enableSiteLink !== undefined &&
|
|
4860
|
+
input.enableSiteLink !== null && { enableSiteLink: input.enableSiteLink }),
|
|
4857
4861
|
...(input.mtu !== undefined && input.mtu !== null && { mtu: input.mtu }),
|
|
4858
4862
|
...(input.tags !== undefined && input.tags !== null && { tags: serializeAws_json1_1TagList(input.tags, context) }),
|
|
4859
4863
|
...(input.virtualInterfaceName !== undefined &&
|
|
@@ -4997,9 +5001,13 @@ const serializeAws_json1_1UpdateLagRequest = (input, context) => {
|
|
|
4997
5001
|
};
|
|
4998
5002
|
const serializeAws_json1_1UpdateVirtualInterfaceAttributesRequest = (input, context) => {
|
|
4999
5003
|
return {
|
|
5004
|
+
...(input.enableSiteLink !== undefined &&
|
|
5005
|
+
input.enableSiteLink !== null && { enableSiteLink: input.enableSiteLink }),
|
|
5000
5006
|
...(input.mtu !== undefined && input.mtu !== null && { mtu: input.mtu }),
|
|
5001
5007
|
...(input.virtualInterfaceId !== undefined &&
|
|
5002
5008
|
input.virtualInterfaceId !== null && { virtualInterfaceId: input.virtualInterfaceId }),
|
|
5009
|
+
...(input.virtualInterfaceName !== undefined &&
|
|
5010
|
+
input.virtualInterfaceName !== null && { virtualInterfaceName: input.virtualInterfaceName }),
|
|
5003
5011
|
};
|
|
5004
5012
|
};
|
|
5005
5013
|
const deserializeAws_json1_1AcceptDirectConnectGatewayAssociationProposalResult = (output, context) => {
|
|
@@ -5751,6 +5759,7 @@ const deserializeAws_json1_1VirtualInterface = (output, context) => {
|
|
|
5751
5759
|
routeFilterPrefixes: output.routeFilterPrefixes !== undefined && output.routeFilterPrefixes !== null
|
|
5752
5760
|
? deserializeAws_json1_1RouteFilterPrefixList(output.routeFilterPrefixes, context)
|
|
5753
5761
|
: undefined,
|
|
5762
|
+
siteLinkEnabled: smithy_client_1.expectBoolean(output.siteLinkEnabled),
|
|
5754
5763
|
tags: output.tags !== undefined && output.tags !== null
|
|
5755
5764
|
? deserializeAws_json1_1TagList(output.tags, context)
|
|
5756
5765
|
: undefined,
|
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": {
|
|
@@ -5196,9 +5196,10 @@ var serializeAws_json1_1NewBGPPeer = function (input, context) {
|
|
|
5196
5196
|
input.customerAddress !== null && { customerAddress: input.customerAddress }));
|
|
5197
5197
|
};
|
|
5198
5198
|
var serializeAws_json1_1NewPrivateVirtualInterface = function (input, context) {
|
|
5199
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.addressFamily !== undefined && input.addressFamily !== null && { addressFamily: input.addressFamily })), (input.amazonAddress !== undefined && input.amazonAddress !== null && { amazonAddress: input.amazonAddress })), (input.asn !== undefined && input.asn !== null && { asn: input.asn })), (input.authKey !== undefined && input.authKey !== null && { authKey: input.authKey })), (input.customerAddress !== undefined &&
|
|
5199
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.addressFamily !== undefined && input.addressFamily !== null && { addressFamily: input.addressFamily })), (input.amazonAddress !== undefined && input.amazonAddress !== null && { amazonAddress: input.amazonAddress })), (input.asn !== undefined && input.asn !== null && { asn: input.asn })), (input.authKey !== undefined && input.authKey !== null && { authKey: input.authKey })), (input.customerAddress !== undefined &&
|
|
5200
5200
|
input.customerAddress !== null && { customerAddress: input.customerAddress })), (input.directConnectGatewayId !== undefined &&
|
|
5201
|
-
input.directConnectGatewayId !== null && { directConnectGatewayId: input.directConnectGatewayId })), (input.
|
|
5201
|
+
input.directConnectGatewayId !== null && { directConnectGatewayId: input.directConnectGatewayId })), (input.enableSiteLink !== undefined &&
|
|
5202
|
+
input.enableSiteLink !== null && { enableSiteLink: input.enableSiteLink })), (input.mtu !== undefined && input.mtu !== null && { mtu: input.mtu })), (input.tags !== undefined && input.tags !== null && { tags: serializeAws_json1_1TagList(input.tags, context) })), (input.virtualGatewayId !== undefined &&
|
|
5202
5203
|
input.virtualGatewayId !== null && { virtualGatewayId: input.virtualGatewayId })), (input.virtualInterfaceName !== undefined &&
|
|
5203
5204
|
input.virtualInterfaceName !== null && { virtualInterfaceName: input.virtualInterfaceName })), (input.vlan !== undefined && input.vlan !== null && { vlan: input.vlan }));
|
|
5204
5205
|
};
|
|
@@ -5224,9 +5225,10 @@ var serializeAws_json1_1NewPublicVirtualInterfaceAllocation = function (input, c
|
|
|
5224
5225
|
input.virtualInterfaceName !== null && { virtualInterfaceName: input.virtualInterfaceName })), (input.vlan !== undefined && input.vlan !== null && { vlan: input.vlan }));
|
|
5225
5226
|
};
|
|
5226
5227
|
var serializeAws_json1_1NewTransitVirtualInterface = function (input, context) {
|
|
5227
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.addressFamily !== undefined && input.addressFamily !== null && { addressFamily: input.addressFamily })), (input.amazonAddress !== undefined && input.amazonAddress !== null && { amazonAddress: input.amazonAddress })), (input.asn !== undefined && input.asn !== null && { asn: input.asn })), (input.authKey !== undefined && input.authKey !== null && { authKey: input.authKey })), (input.customerAddress !== undefined &&
|
|
5228
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.addressFamily !== undefined && input.addressFamily !== null && { addressFamily: input.addressFamily })), (input.amazonAddress !== undefined && input.amazonAddress !== null && { amazonAddress: input.amazonAddress })), (input.asn !== undefined && input.asn !== null && { asn: input.asn })), (input.authKey !== undefined && input.authKey !== null && { authKey: input.authKey })), (input.customerAddress !== undefined &&
|
|
5228
5229
|
input.customerAddress !== null && { customerAddress: input.customerAddress })), (input.directConnectGatewayId !== undefined &&
|
|
5229
|
-
input.directConnectGatewayId !== null && { directConnectGatewayId: input.directConnectGatewayId })), (input.
|
|
5230
|
+
input.directConnectGatewayId !== null && { directConnectGatewayId: input.directConnectGatewayId })), (input.enableSiteLink !== undefined &&
|
|
5231
|
+
input.enableSiteLink !== null && { enableSiteLink: input.enableSiteLink })), (input.mtu !== undefined && input.mtu !== null && { mtu: input.mtu })), (input.tags !== undefined && input.tags !== null && { tags: serializeAws_json1_1TagList(input.tags, context) })), (input.virtualInterfaceName !== undefined &&
|
|
5230
5232
|
input.virtualInterfaceName !== null && { virtualInterfaceName: input.virtualInterfaceName })), (input.vlan !== undefined && input.vlan !== null && { vlan: input.vlan }));
|
|
5231
5233
|
};
|
|
5232
5234
|
var serializeAws_json1_1NewTransitVirtualInterfaceAllocation = function (input, context) {
|
|
@@ -5321,8 +5323,10 @@ var serializeAws_json1_1UpdateLagRequest = function (input, context) {
|
|
|
5321
5323
|
input.encryptionMode !== null && { encryptionMode: input.encryptionMode })), (input.lagId !== undefined && input.lagId !== null && { lagId: input.lagId })), (input.lagName !== undefined && input.lagName !== null && { lagName: input.lagName })), (input.minimumLinks !== undefined && input.minimumLinks !== null && { minimumLinks: input.minimumLinks }));
|
|
5322
5324
|
};
|
|
5323
5325
|
var serializeAws_json1_1UpdateVirtualInterfaceAttributesRequest = function (input, context) {
|
|
5324
|
-
return __assign(__assign(
|
|
5325
|
-
input.
|
|
5326
|
+
return __assign(__assign(__assign(__assign({}, (input.enableSiteLink !== undefined &&
|
|
5327
|
+
input.enableSiteLink !== null && { enableSiteLink: input.enableSiteLink })), (input.mtu !== undefined && input.mtu !== null && { mtu: input.mtu })), (input.virtualInterfaceId !== undefined &&
|
|
5328
|
+
input.virtualInterfaceId !== null && { virtualInterfaceId: input.virtualInterfaceId })), (input.virtualInterfaceName !== undefined &&
|
|
5329
|
+
input.virtualInterfaceName !== null && { virtualInterfaceName: input.virtualInterfaceName }));
|
|
5326
5330
|
};
|
|
5327
5331
|
var deserializeAws_json1_1AcceptDirectConnectGatewayAssociationProposalResult = function (output, context) {
|
|
5328
5332
|
return {
|
|
@@ -6073,6 +6077,7 @@ var deserializeAws_json1_1VirtualInterface = function (output, context) {
|
|
|
6073
6077
|
routeFilterPrefixes: output.routeFilterPrefixes !== undefined && output.routeFilterPrefixes !== null
|
|
6074
6078
|
? deserializeAws_json1_1RouteFilterPrefixList(output.routeFilterPrefixes, context)
|
|
6075
6079
|
: undefined,
|
|
6080
|
+
siteLinkEnabled: __expectBoolean(output.siteLinkEnabled),
|
|
6076
6081
|
tags: output.tags !== undefined && output.tags !== null
|
|
6077
6082
|
? deserializeAws_json1_1TagList(output.tags, context)
|
|
6078
6083
|
: undefined,
|
|
@@ -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> {
|
|
@@ -825,6 +825,10 @@ export interface VirtualInterface {
|
|
|
825
825
|
* <p>The tags associated with the virtual interface.</p>
|
|
826
826
|
*/
|
|
827
827
|
tags?: Tag[];
|
|
828
|
+
/**
|
|
829
|
+
* <p>Indicates whether SiteLink is enabled.</p>
|
|
830
|
+
*/
|
|
831
|
+
siteLinkEnabled?: boolean;
|
|
828
832
|
}
|
|
829
833
|
export declare namespace VirtualInterface {
|
|
830
834
|
/**
|
|
@@ -1142,7 +1146,9 @@ export declare namespace ConfirmConnectionResponse {
|
|
|
1142
1146
|
export interface ConfirmCustomerAgreementRequest {
|
|
1143
1147
|
/**
|
|
1144
1148
|
* <p>
|
|
1149
|
+
*
|
|
1145
1150
|
* The name of the customer agreement.
|
|
1151
|
+
*
|
|
1146
1152
|
* </p>
|
|
1147
1153
|
*/
|
|
1148
1154
|
agreementName?: string;
|
|
@@ -2057,6 +2063,10 @@ export interface NewPrivateVirtualInterface {
|
|
|
2057
2063
|
* <p>The tags associated with the private virtual interface.</p>
|
|
2058
2064
|
*/
|
|
2059
2065
|
tags?: Tag[];
|
|
2066
|
+
/**
|
|
2067
|
+
* <p>Indicates whether to enable or disable SiteLink.</p>
|
|
2068
|
+
*/
|
|
2069
|
+
enableSiteLink?: boolean;
|
|
2060
2070
|
}
|
|
2061
2071
|
export declare namespace NewPrivateVirtualInterface {
|
|
2062
2072
|
/**
|
|
@@ -2189,6 +2199,10 @@ export interface NewTransitVirtualInterface {
|
|
|
2189
2199
|
* <p>The tags associated with the transitive virtual interface.</p>
|
|
2190
2200
|
*/
|
|
2191
2201
|
tags?: Tag[];
|
|
2202
|
+
/**
|
|
2203
|
+
* <p>Indicates whether to enable or disable SiteLink.</p>
|
|
2204
|
+
*/
|
|
2205
|
+
enableSiteLink?: boolean;
|
|
2192
2206
|
}
|
|
2193
2207
|
export declare namespace NewTransitVirtualInterface {
|
|
2194
2208
|
/**
|
|
@@ -3059,7 +3073,7 @@ export interface DescribeRouterConfigurationResponse {
|
|
|
3059
3073
|
*/
|
|
3060
3074
|
virtualInterfaceId?: string;
|
|
3061
3075
|
/**
|
|
3062
|
-
* <p>
|
|
3076
|
+
* <p>Provides the details about a virtual interface's router.</p>
|
|
3063
3077
|
*/
|
|
3064
3078
|
virtualInterfaceName?: string;
|
|
3065
3079
|
}
|
|
@@ -3555,6 +3569,14 @@ export interface UpdateVirtualInterfaceAttributesRequest {
|
|
|
3555
3569
|
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.</p>
|
|
3556
3570
|
*/
|
|
3557
3571
|
mtu?: number;
|
|
3572
|
+
/**
|
|
3573
|
+
* <p>Indicates whether to enable or disable SiteLink.</p>
|
|
3574
|
+
*/
|
|
3575
|
+
enableSiteLink?: boolean;
|
|
3576
|
+
/**
|
|
3577
|
+
* <p>The name of the virtual private interface.</p>
|
|
3578
|
+
*/
|
|
3579
|
+
virtualInterfaceName?: string;
|
|
3558
3580
|
}
|
|
3559
3581
|
export declare namespace UpdateVirtualInterfaceAttributesRequest {
|
|
3560
3582
|
/**
|
|
@@ -378,6 +378,8 @@ export interface VirtualInterface {
|
|
|
378
378
|
awsLogicalDeviceId?: string;
|
|
379
379
|
|
|
380
380
|
tags?: Tag[];
|
|
381
|
+
|
|
382
|
+
siteLinkEnabled?: boolean;
|
|
381
383
|
}
|
|
382
384
|
export declare namespace VirtualInterface {
|
|
383
385
|
|
|
@@ -928,6 +930,8 @@ export interface NewPrivateVirtualInterface {
|
|
|
928
930
|
directConnectGatewayId?: string;
|
|
929
931
|
|
|
930
932
|
tags?: Tag[];
|
|
933
|
+
|
|
934
|
+
enableSiteLink?: boolean;
|
|
931
935
|
}
|
|
932
936
|
export declare namespace NewPrivateVirtualInterface {
|
|
933
937
|
|
|
@@ -1000,6 +1004,8 @@ export interface NewTransitVirtualInterface {
|
|
|
1000
1004
|
directConnectGatewayId?: string;
|
|
1001
1005
|
|
|
1002
1006
|
tags?: Tag[];
|
|
1007
|
+
|
|
1008
|
+
enableSiteLink?: boolean;
|
|
1003
1009
|
}
|
|
1004
1010
|
export declare namespace NewTransitVirtualInterface {
|
|
1005
1011
|
|
|
@@ -1758,6 +1764,10 @@ export interface UpdateVirtualInterfaceAttributesRequest {
|
|
|
1758
1764
|
virtualInterfaceId: string | undefined;
|
|
1759
1765
|
|
|
1760
1766
|
mtu?: number;
|
|
1767
|
+
|
|
1768
|
+
enableSiteLink?: boolean;
|
|
1769
|
+
|
|
1770
|
+
virtualInterfaceName?: string;
|
|
1761
1771
|
}
|
|
1762
1772
|
export declare namespace UpdateVirtualInterfaceAttributesRequest {
|
|
1763
1773
|
|
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.44.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.43.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",
|