@aws-sdk/client-clouddirectory 3.1107.0 → 3.1109.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/README.md
CHANGED
|
@@ -12,6 +12,7 @@ development and management of cloud-scale web, mobile, and IoT applications. Thi
|
|
|
12
12
|
describes the Cloud Directory operations that you can call programmatically and includes
|
|
13
13
|
detailed information on data types and errors. For information about Cloud Directory features, see <a href="https://aws.amazon.com/directoryservice/">AWS Directory
|
|
14
14
|
Service</a> and the <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/what_is_cloud_directory.html">Amazon Cloud Directory Developer Guide</a>.</p>
|
|
15
|
+
<p>Amazon Cloud Directory is no longer open to new customers and will reach end of support on July 24, 2027. For alternatives to Amazon Cloud Directory, explore <a href="https://aws.amazon.com/dynamodb/">Amazon DynamoDB</a> and <a href="https://aws.amazon.com/neptune/">Amazon Neptune</a>. If you need help choosing the right alternative for your use case, or for any other questions, contact <a href="https://aws.amazon.com/support/">AWS Support</a>.</p>
|
|
15
16
|
|
|
16
17
|
## Installing
|
|
17
18
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -608,6 +608,7 @@ export interface CloudDirectory {
|
|
|
608
608
|
* describes the Cloud Directory operations that you can call programmatically and includes
|
|
609
609
|
* detailed information on data types and errors. For information about Cloud Directory features, see <a href="https://aws.amazon.com/directoryservice/">AWS Directory
|
|
610
610
|
* Service</a> and the <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/what_is_cloud_directory.html">Amazon Cloud Directory Developer Guide</a>.</p>
|
|
611
|
+
* <p>Amazon Cloud Directory is no longer open to new customers and will reach end of support on July 24, 2027. For alternatives to Amazon Cloud Directory, explore <a href="https://aws.amazon.com/dynamodb/">Amazon DynamoDB</a> and <a href="https://aws.amazon.com/neptune/">Amazon Neptune</a>. If you need help choosing the right alternative for your use case, or for any other questions, contact <a href="https://aws.amazon.com/support/">AWS Support</a>.</p>
|
|
611
612
|
* @public
|
|
612
613
|
*/
|
|
613
614
|
export declare class CloudDirectory extends CloudDirectoryClient implements CloudDirectory {
|
|
@@ -240,6 +240,7 @@ export interface CloudDirectoryClientResolvedConfig extends CloudDirectoryClient
|
|
|
240
240
|
* describes the Cloud Directory operations that you can call programmatically and includes
|
|
241
241
|
* detailed information on data types and errors. For information about Cloud Directory features, see <a href="https://aws.amazon.com/directoryservice/">AWS Directory
|
|
242
242
|
* Service</a> and the <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/what_is_cloud_directory.html">Amazon Cloud Directory Developer Guide</a>.</p>
|
|
243
|
+
* <p>Amazon Cloud Directory is no longer open to new customers and will reach end of support on July 24, 2027. For alternatives to Amazon Cloud Directory, explore <a href="https://aws.amazon.com/dynamodb/">Amazon DynamoDB</a> and <a href="https://aws.amazon.com/neptune/">Amazon Neptune</a>. If you need help choosing the right alternative for your use case, or for any other questions, contact <a href="https://aws.amazon.com/support/">AWS Support</a>.</p>
|
|
243
244
|
* @public
|
|
244
245
|
*/
|
|
245
246
|
export declare class CloudDirectoryClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudDirectoryClientResolvedConfig> {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* describes the Cloud Directory operations that you can call programmatically and includes
|
|
6
6
|
* detailed information on data types and errors. For information about Cloud Directory features, see <a href="https://aws.amazon.com/directoryservice/">AWS Directory
|
|
7
7
|
* Service</a> and the <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/what_is_cloud_directory.html">Amazon Cloud Directory Developer Guide</a>.</p>
|
|
8
|
+
* <p>Amazon Cloud Directory is no longer open to new customers and will reach end of support on July 24, 2027. For alternatives to Amazon Cloud Directory, explore <a href="https://aws.amazon.com/dynamodb/">Amazon DynamoDB</a> and <a href="https://aws.amazon.com/neptune/">Amazon Neptune</a>. If you need help choosing the right alternative for your use case, or for any other questions, contact <a href="https://aws.amazon.com/support/">AWS Support</a>.</p>
|
|
8
9
|
*
|
|
9
10
|
* @packageDocumentation
|
|
10
11
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-clouddirectory",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1109.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Clouddirectory Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-clouddirectory",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"clean": "premove dist-cjs dist-es dist-types",
|
|
44
44
|
"extract:docs": "api-extractor run --local",
|
|
45
45
|
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
46
|
-
"test:index": "tsc
|
|
46
|
+
"test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@aws-sdk/core": "^3.977.
|
|
50
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
51
|
-
"@aws-sdk/types": "^3.974.
|
|
49
|
+
"@aws-sdk/core": "^3.977.7",
|
|
50
|
+
"@aws-sdk/credential-provider-node": "^3.972.79",
|
|
51
|
+
"@aws-sdk/types": "^3.974.3",
|
|
52
52
|
"@smithy/core": "^3.31.1",
|
|
53
53
|
"@smithy/fetch-http-handler": "^5.6.13",
|
|
54
54
|
"@smithy/node-http-handler": "^4.9.13",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"premove": "4.0.0",
|
|
64
|
-
"typescript": "~
|
|
64
|
+
"typescript": "~6.0.3"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|
|
67
67
|
"node": ">=20.0.0"
|