@aws-sdk/client-clouddirectory 3.1107.0 → 3.1108.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
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1106.0";
72
+ var version = "3.1107.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -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> {
@@ -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.1107.0",
3
+ "version": "3.1108.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 --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
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.6",
50
- "@aws-sdk/credential-provider-node": "^3.972.78",
51
- "@aws-sdk/types": "^3.974.2",
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": "~5.8.3"
64
+ "typescript": "~6.0.3"
65
65
  },
66
66
  "engines": {
67
67
  "node": ">=20.0.0"