@aws-sdk/client-direct-connect 3.535.0 → 3.536.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +2 -1
- package/package.json +1 -1
|
@@ -32,6 +32,8 @@ declare const AllocateConnectionOnInterconnectCommand_base: {
|
|
|
32
32
|
* <note>
|
|
33
33
|
* <p>Intended for use by Direct Connect Partners only.</p>
|
|
34
34
|
* </note>
|
|
35
|
+
*
|
|
36
|
+
* @deprecated
|
|
35
37
|
* @example
|
|
36
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
39
|
* ```javascript
|
|
@@ -102,7 +104,6 @@ declare const AllocateConnectionOnInterconnectCommand_base: {
|
|
|
102
104
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
103
105
|
*
|
|
104
106
|
* @public
|
|
105
|
-
* @deprecated
|
|
106
107
|
*/
|
|
107
108
|
export declare class AllocateConnectionOnInterconnectCommand extends AllocateConnectionOnInterconnectCommand_base {
|
|
108
109
|
}
|
|
@@ -32,6 +32,8 @@ declare const DescribeConnectionLoaCommand_base: {
|
|
|
32
32
|
* service provider uses when establishing your cross connect to Amazon Web Services at the colocation facility. For more information,
|
|
33
33
|
* see <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html">Requesting Cross Connects
|
|
34
34
|
* at Direct Connect Locations</a> in the <i>Direct Connect User Guide</i>.</p>
|
|
35
|
+
*
|
|
36
|
+
* @deprecated
|
|
35
37
|
* @example
|
|
36
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
39
|
* ```javascript
|
|
@@ -70,7 +72,6 @@ declare const DescribeConnectionLoaCommand_base: {
|
|
|
70
72
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
71
73
|
*
|
|
72
74
|
* @public
|
|
73
|
-
* @deprecated
|
|
74
75
|
*/
|
|
75
76
|
export declare class DescribeConnectionLoaCommand extends DescribeConnectionLoaCommand_base {
|
|
76
77
|
}
|
|
@@ -31,6 +31,8 @@ declare const DescribeConnectionsOnInterconnectCommand_base: {
|
|
|
31
31
|
* <note>
|
|
32
32
|
* <p>Intended for use by Direct Connect Partners only.</p>
|
|
33
33
|
* </note>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated
|
|
34
36
|
* @example
|
|
35
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
38
|
* ```javascript
|
|
@@ -101,7 +103,6 @@ declare const DescribeConnectionsOnInterconnectCommand_base: {
|
|
|
101
103
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
102
104
|
*
|
|
103
105
|
* @public
|
|
104
|
-
* @deprecated
|
|
105
106
|
*/
|
|
106
107
|
export declare class DescribeConnectionsOnInterconnectCommand extends DescribeConnectionsOnInterconnectCommand_base {
|
|
107
108
|
}
|
|
@@ -31,6 +31,8 @@ declare const DescribeInterconnectLoaCommand_base: {
|
|
|
31
31
|
* <p>The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility.
|
|
32
32
|
* For more information, see <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html">Requesting Cross Connects at Direct Connect Locations</a>
|
|
33
33
|
* in the <i>Direct Connect User Guide</i>.</p>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated
|
|
34
36
|
* @example
|
|
35
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
38
|
* ```javascript
|
|
@@ -69,7 +71,6 @@ declare const DescribeInterconnectLoaCommand_base: {
|
|
|
69
71
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
70
72
|
*
|
|
71
73
|
* @public
|
|
72
|
-
* @deprecated
|
|
73
74
|
*/
|
|
74
75
|
export declare class DescribeInterconnectLoaCommand extends DescribeInterconnectLoaCommand_base {
|
|
75
76
|
}
|
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.536.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-direct-connect",
|