@aws-sdk/client-direct-connect 3.948.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +648 -434
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +2 -2
- package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +2 -2
- package/dist-es/commands/AllocateHostedConnectionCommand.js +2 -2
- package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/AssociateConnectionWithLagCommand.js +2 -2
- package/dist-es/commands/AssociateHostedConnectionCommand.js +2 -2
- package/dist-es/commands/AssociateMacSecKeyCommand.js +2 -2
- package/dist-es/commands/AssociateVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/ConfirmConnectionCommand.js +2 -2
- package/dist-es/commands/ConfirmCustomerAgreementCommand.js +2 -2
- package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/CreateBGPPeerCommand.js +2 -2
- package/dist-es/commands/CreateConnectionCommand.js +2 -2
- package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +2 -2
- package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +2 -2
- package/dist-es/commands/CreateDirectConnectGatewayCommand.js +2 -2
- package/dist-es/commands/CreateInterconnectCommand.js +2 -2
- package/dist-es/commands/CreateLagCommand.js +2 -2
- package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/DeleteBGPPeerCommand.js +2 -2
- package/dist-es/commands/DeleteConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +2 -2
- package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +2 -2
- package/dist-es/commands/DeleteInterconnectCommand.js +2 -2
- package/dist-es/commands/DeleteLagCommand.js +2 -2
- package/dist-es/commands/DeleteVirtualInterfaceCommand.js +2 -2
- package/dist-es/commands/DescribeConnectionLoaCommand.js +2 -2
- package/dist-es/commands/DescribeConnectionsCommand.js +2 -2
- package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +2 -2
- package/dist-es/commands/DescribeCustomerMetadataCommand.js +2 -2
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +2 -2
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +2 -2
- package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +2 -2
- package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +2 -2
- package/dist-es/commands/DescribeHostedConnectionsCommand.js +2 -2
- package/dist-es/commands/DescribeInterconnectLoaCommand.js +2 -2
- package/dist-es/commands/DescribeInterconnectsCommand.js +2 -2
- package/dist-es/commands/DescribeLagsCommand.js +2 -2
- package/dist-es/commands/DescribeLoaCommand.js +2 -2
- package/dist-es/commands/DescribeLocationsCommand.js +2 -2
- package/dist-es/commands/DescribeRouterConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeTagsCommand.js +2 -2
- package/dist-es/commands/DescribeVirtualGatewaysCommand.js +2 -2
- package/dist-es/commands/DescribeVirtualInterfacesCommand.js +2 -2
- package/dist-es/commands/DisassociateConnectionFromLagCommand.js +2 -2
- package/dist-es/commands/DisassociateMacSecKeyCommand.js +2 -2
- package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +2 -2
- package/dist-es/commands/StartBgpFailoverTestCommand.js +2 -2
- package/dist-es/commands/StopBgpFailoverTestCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateConnectionCommand.js +2 -2
- package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +2 -2
- package/dist-es/commands/UpdateLagCommand.js +2 -2
- package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +382 -366
- package/dist-types/DirectConnectClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +199 -223
- package/dist-types/ts3.4/DirectConnectClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +198 -223
- package/package.json +34 -34
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeConnections } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeConnections$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeConnectionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeConnectionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DescribeConnections", {})
|
|
13
13
|
.n("DirectConnectClient", "DescribeConnectionsCommand")
|
|
14
|
-
.sc(DescribeConnections)
|
|
14
|
+
.sc(DescribeConnections$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeConnectionsOnInterconnect } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeConnectionsOnInterconnect$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeConnectionsOnInterconnectCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeConnectionsOnInterconnectCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DescribeConnectionsOnInterconnect", {})
|
|
13
13
|
.n("DirectConnectClient", "DescribeConnectionsOnInterconnectCommand")
|
|
14
|
-
.sc(DescribeConnectionsOnInterconnect)
|
|
14
|
+
.sc(DescribeConnectionsOnInterconnect$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeCustomerMetadata } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeCustomerMetadata$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeCustomerMetadataCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeCustomerMetadataCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DescribeCustomerMetadata", {})
|
|
13
13
|
.n("DirectConnectClient", "DescribeCustomerMetadataCommand")
|
|
14
|
-
.sc(DescribeCustomerMetadata)
|
|
14
|
+
.sc(DescribeCustomerMetadata$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeDirectConnectGatewayAssociationProposals } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeDirectConnectGatewayAssociationProposals$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeDirectConnectGatewayAssociationProposalsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeDirectConnectGatewayAssociationProposalsCommand extends $Co
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DescribeDirectConnectGatewayAssociationProposals", {})
|
|
13
13
|
.n("DirectConnectClient", "DescribeDirectConnectGatewayAssociationProposalsCommand")
|
|
14
|
-
.sc(DescribeDirectConnectGatewayAssociationProposals)
|
|
14
|
+
.sc(DescribeDirectConnectGatewayAssociationProposals$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeDirectConnectGatewayAssociations } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeDirectConnectGatewayAssociations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeDirectConnectGatewayAssociationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeDirectConnectGatewayAssociationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DescribeDirectConnectGatewayAssociations", {})
|
|
13
13
|
.n("DirectConnectClient", "DescribeDirectConnectGatewayAssociationsCommand")
|
|
14
|
-
.sc(DescribeDirectConnectGatewayAssociations)
|
|
14
|
+
.sc(DescribeDirectConnectGatewayAssociations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeDirectConnectGatewayAttachments } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeDirectConnectGatewayAttachments$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeDirectConnectGatewayAttachmentsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeDirectConnectGatewayAttachmentsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DescribeDirectConnectGatewayAttachments", {})
|
|
13
13
|
.n("DirectConnectClient", "DescribeDirectConnectGatewayAttachmentsCommand")
|
|
14
|
-
.sc(DescribeDirectConnectGatewayAttachments)
|
|
14
|
+
.sc(DescribeDirectConnectGatewayAttachments$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeDirectConnectGateways } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeDirectConnectGateways$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeDirectConnectGatewaysCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeDirectConnectGatewaysCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DescribeDirectConnectGateways", {})
|
|
13
13
|
.n("DirectConnectClient", "DescribeDirectConnectGatewaysCommand")
|
|
14
|
-
.sc(DescribeDirectConnectGateways)
|
|
14
|
+
.sc(DescribeDirectConnectGateways$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeHostedConnections } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeHostedConnections$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeHostedConnectionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeHostedConnectionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DescribeHostedConnections", {})
|
|
13
13
|
.n("DirectConnectClient", "DescribeHostedConnectionsCommand")
|
|
14
|
-
.sc(DescribeHostedConnections)
|
|
14
|
+
.sc(DescribeHostedConnections$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeInterconnectLoa } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeInterconnectLoa$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeInterconnectLoaCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeInterconnectLoaCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DescribeInterconnectLoa", {})
|
|
13
13
|
.n("DirectConnectClient", "DescribeInterconnectLoaCommand")
|
|
14
|
-
.sc(DescribeInterconnectLoa)
|
|
14
|
+
.sc(DescribeInterconnectLoa$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeInterconnects } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeInterconnects$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeInterconnectsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeInterconnectsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DescribeInterconnects", {})
|
|
13
13
|
.n("DirectConnectClient", "DescribeInterconnectsCommand")
|
|
14
|
-
.sc(DescribeInterconnects)
|
|
14
|
+
.sc(DescribeInterconnects$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeLags } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeLags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeLagsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeLagsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DescribeLags", {})
|
|
13
13
|
.n("DirectConnectClient", "DescribeLagsCommand")
|
|
14
|
-
.sc(DescribeLags)
|
|
14
|
+
.sc(DescribeLags$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeLoa } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeLoa$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeLoaCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeLoaCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DescribeLoa", {})
|
|
13
13
|
.n("DirectConnectClient", "DescribeLoaCommand")
|
|
14
|
-
.sc(DescribeLoa)
|
|
14
|
+
.sc(DescribeLoa$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeLocations } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeLocations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeLocationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeLocationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DescribeLocations", {})
|
|
13
13
|
.n("DirectConnectClient", "DescribeLocationsCommand")
|
|
14
|
-
.sc(DescribeLocations)
|
|
14
|
+
.sc(DescribeLocations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeRouterConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeRouterConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeRouterConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeRouterConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DescribeRouterConfiguration", {})
|
|
13
13
|
.n("DirectConnectClient", "DescribeRouterConfigurationCommand")
|
|
14
|
-
.sc(DescribeRouterConfiguration)
|
|
14
|
+
.sc(DescribeRouterConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeTags } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeTags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeTagsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeTagsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DescribeTags", {})
|
|
13
13
|
.n("DirectConnectClient", "DescribeTagsCommand")
|
|
14
|
-
.sc(DescribeTags)
|
|
14
|
+
.sc(DescribeTags$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeVirtualGateways } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeVirtualGateways$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeVirtualGatewaysCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeVirtualGatewaysCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DescribeVirtualGateways", {})
|
|
13
13
|
.n("DirectConnectClient", "DescribeVirtualGatewaysCommand")
|
|
14
|
-
.sc(DescribeVirtualGateways)
|
|
14
|
+
.sc(DescribeVirtualGateways$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeVirtualInterfaces } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeVirtualInterfaces$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeVirtualInterfacesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeVirtualInterfacesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DescribeVirtualInterfaces", {})
|
|
13
13
|
.n("DirectConnectClient", "DescribeVirtualInterfacesCommand")
|
|
14
|
-
.sc(DescribeVirtualInterfaces)
|
|
14
|
+
.sc(DescribeVirtualInterfaces$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateConnectionFromLag } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateConnectionFromLag$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateConnectionFromLagCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateConnectionFromLagCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DisassociateConnectionFromLag", {})
|
|
13
13
|
.n("DirectConnectClient", "DisassociateConnectionFromLagCommand")
|
|
14
|
-
.sc(DisassociateConnectionFromLag)
|
|
14
|
+
.sc(DisassociateConnectionFromLag$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateMacSecKey } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateMacSecKey$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateMacSecKeyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateMacSecKeyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "DisassociateMacSecKey", {})
|
|
13
13
|
.n("DirectConnectClient", "DisassociateMacSecKeyCommand")
|
|
14
|
-
.sc(DisassociateMacSecKey)
|
|
14
|
+
.sc(DisassociateMacSecKey$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListVirtualInterfaceTestHistory } from "../schemas/schemas_0";
|
|
4
|
+
import { ListVirtualInterfaceTestHistory$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListVirtualInterfaceTestHistoryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListVirtualInterfaceTestHistoryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "ListVirtualInterfaceTestHistory", {})
|
|
13
13
|
.n("DirectConnectClient", "ListVirtualInterfaceTestHistoryCommand")
|
|
14
|
-
.sc(ListVirtualInterfaceTestHistory)
|
|
14
|
+
.sc(ListVirtualInterfaceTestHistory$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartBgpFailoverTest } from "../schemas/schemas_0";
|
|
4
|
+
import { StartBgpFailoverTest$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartBgpFailoverTestCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartBgpFailoverTestCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "StartBgpFailoverTest", {})
|
|
13
13
|
.n("DirectConnectClient", "StartBgpFailoverTestCommand")
|
|
14
|
-
.sc(StartBgpFailoverTest)
|
|
14
|
+
.sc(StartBgpFailoverTest$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StopBgpFailoverTest } from "../schemas/schemas_0";
|
|
4
|
+
import { StopBgpFailoverTest$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StopBgpFailoverTestCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StopBgpFailoverTestCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "StopBgpFailoverTest", {})
|
|
13
13
|
.n("DirectConnectClient", "StopBgpFailoverTestCommand")
|
|
14
|
-
.sc(StopBgpFailoverTest)
|
|
14
|
+
.sc(StopBgpFailoverTest$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "TagResource", {})
|
|
13
13
|
.n("DirectConnectClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "UntagResource", {})
|
|
13
13
|
.n("DirectConnectClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateConnection } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateConnection$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateConnectionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateConnectionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "UpdateConnection", {})
|
|
13
13
|
.n("DirectConnectClient", "UpdateConnectionCommand")
|
|
14
|
-
.sc(UpdateConnection)
|
|
14
|
+
.sc(UpdateConnection$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateDirectConnectGatewayAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateDirectConnectGatewayAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateDirectConnectGatewayAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateDirectConnectGatewayAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "UpdateDirectConnectGatewayAssociation", {})
|
|
13
13
|
.n("DirectConnectClient", "UpdateDirectConnectGatewayAssociationCommand")
|
|
14
|
-
.sc(UpdateDirectConnectGatewayAssociation)
|
|
14
|
+
.sc(UpdateDirectConnectGatewayAssociation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateDirectConnectGateway } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateDirectConnectGateway$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateDirectConnectGatewayCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateDirectConnectGatewayCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "UpdateDirectConnectGateway", {})
|
|
13
13
|
.n("DirectConnectClient", "UpdateDirectConnectGatewayCommand")
|
|
14
|
-
.sc(UpdateDirectConnectGateway)
|
|
14
|
+
.sc(UpdateDirectConnectGateway$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateLag } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateLag$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateLagCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateLagCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "UpdateLag", {})
|
|
13
13
|
.n("DirectConnectClient", "UpdateLagCommand")
|
|
14
|
-
.sc(UpdateLag)
|
|
14
|
+
.sc(UpdateLag$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateVirtualInterfaceAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateVirtualInterfaceAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateVirtualInterfaceAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateVirtualInterfaceAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("OvertureService", "UpdateVirtualInterfaceAttributes", {})
|
|
13
13
|
.n("DirectConnectClient", "UpdateVirtualInterfaceAttributesCommand")
|
|
14
|
-
.sc(UpdateVirtualInterfaceAttributes)
|
|
14
|
+
.sc(UpdateVirtualInterfaceAttributes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./DirectConnectClient";
|
|
2
2
|
export * from "./DirectConnect";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export * from "./schemas/schemas_0";
|
|
4
5
|
export * from "./models/enums";
|
|
5
6
|
export * from "./models/errors";
|
|
6
7
|
export { DirectConnectServiceException } from "./models/DirectConnectServiceException";
|
|
@@ -23,12 +23,13 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.directconnect",
|
|
29
|
+
xmlNamespace: "http://directconnect.amazonaws.com/doc/2012-10-25/",
|
|
30
|
+
version: "2012-10-25",
|
|
31
|
+
serviceTarget: "OvertureService",
|
|
32
|
+
},
|
|
32
33
|
serviceId: config?.serviceId ?? "Direct Connect",
|
|
33
34
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
35
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|