@aws-sdk/client-cleanroomsml 3.462.0 → 3.467.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
@@ -6,7 +6,12 @@
6
6
 
7
7
  AWS SDK for JavaScript CleanRoomsML Client for Node.js, Browser and React Native.
8
8
 
9
- <p>API Reference for Amazon Web Services Clean Rooms ML.</p>
9
+ <p>Welcome to the <i>Amazon Web Services Clean Rooms ML API Reference</i>.</p>
10
+ <p>Amazon Web Services Clean Rooms ML provides a privacy-enhancing method for two parties to identify similar users in their data without the need to share their data with each other. The first party brings the training data to Clean Rooms so that they can create and configure an audience model (lookalike model) and associate it with a collaboration. The second party then brings their seed data to Clean Rooms and generates an audience (lookalike segment) that resembles the training data.</p>
11
+ <p>To learn more about Amazon Web Services Clean Rooms ML concepts, procedures, and best practices, see the
12
+ <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/machine-learning.html">Clean Rooms User Guide</a>.</p>
13
+ <p>To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the
14
+ <a href="https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html">Clean Rooms SQL Reference</a>.</p>
10
15
 
11
16
  ## Installing
12
17
 
@@ -179,7 +179,12 @@ export interface CleanRoomsML {
179
179
  }
180
180
  /**
181
181
  * @public
182
- * <p>API Reference for Amazon Web Services Clean Rooms ML.</p>
182
+ * <p>Welcome to the <i>Amazon Web Services Clean Rooms ML API Reference</i>.</p>
183
+ * <p>Amazon Web Services Clean Rooms ML provides a privacy-enhancing method for two parties to identify similar users in their data without the need to share their data with each other. The first party brings the training data to Clean Rooms so that they can create and configure an audience model (lookalike model) and associate it with a collaboration. The second party then brings their seed data to Clean Rooms and generates an audience (lookalike segment) that resembles the training data.</p>
184
+ * <p>To learn more about Amazon Web Services Clean Rooms ML concepts, procedures, and best practices, see the
185
+ * <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/machine-learning.html">Clean Rooms User Guide</a>.</p>
186
+ * <p>To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the
187
+ * <a href="https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html">Clean Rooms SQL Reference</a>.</p>
183
188
  */
184
189
  export declare class CleanRoomsML extends CleanRoomsMLClient implements CleanRoomsML {
185
190
  }
@@ -177,7 +177,12 @@ export interface CleanRoomsMLClientResolvedConfig extends CleanRoomsMLClientReso
177
177
  }
178
178
  /**
179
179
  * @public
180
- * <p>API Reference for Amazon Web Services Clean Rooms ML.</p>
180
+ * <p>Welcome to the <i>Amazon Web Services Clean Rooms ML API Reference</i>.</p>
181
+ * <p>Amazon Web Services Clean Rooms ML provides a privacy-enhancing method for two parties to identify similar users in their data without the need to share their data with each other. The first party brings the training data to Clean Rooms so that they can create and configure an audience model (lookalike model) and associate it with a collaboration. The second party then brings their seed data to Clean Rooms and generates an audience (lookalike segment) that resembles the training data.</p>
182
+ * <p>To learn more about Amazon Web Services Clean Rooms ML concepts, procedures, and best practices, see the
183
+ * <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/machine-learning.html">Clean Rooms User Guide</a>.</p>
184
+ * <p>To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the
185
+ * <a href="https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html">Clean Rooms SQL Reference</a>.</p>
181
186
  */
182
187
  export declare class CleanRoomsMLClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CleanRoomsMLClientResolvedConfig> {
183
188
  /**
@@ -1,5 +1,10 @@
1
1
  /**
2
- * <p>API Reference for Amazon Web Services Clean Rooms ML.</p>
2
+ * <p>Welcome to the <i>Amazon Web Services Clean Rooms ML API Reference</i>.</p>
3
+ * <p>Amazon Web Services Clean Rooms ML provides a privacy-enhancing method for two parties to identify similar users in their data without the need to share their data with each other. The first party brings the training data to Clean Rooms so that they can create and configure an audience model (lookalike model) and associate it with a collaboration. The second party then brings their seed data to Clean Rooms and generates an audience (lookalike segment) that resembles the training data.</p>
4
+ * <p>To learn more about Amazon Web Services Clean Rooms ML concepts, procedures, and best practices, see the
5
+ * <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/machine-learning.html">Clean Rooms User Guide</a>.</p>
6
+ * <p>To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the
7
+ * <a href="https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html">Clean Rooms SQL Reference</a>.</p>
3
8
  *
4
9
  * @packageDocumentation
5
10
  */
@@ -991,6 +991,7 @@ export interface CreateConfiguredAudienceModelRequest {
991
991
  /**
992
992
  * @public
993
993
  * <p>Configure how the service tags audience generation jobs created using this configured audience model. If you specify <code>NONE</code>, the tags from the <a>StartAudienceGenerationJob</a> request determine the tags of the audience generation job. If you specify <code>FROM_PARENT_RESOURCE</code>, the audience generation job inherits the tags from the configured audience model, by default. Tags in the <a>StartAudienceGenerationJob</a> will override the default.</p>
994
+ * <p>When the client is in a different account than the configured audience model, the tags from the client are never applied to a resource in the caller's account.</p>
994
995
  */
995
996
  childResourceTagOnCreatePolicy?: TagOnCreatePolicy;
996
997
  }
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cleanroomsml",
3
3
  "description": "AWS SDK for JavaScript Cleanroomsml Client for Node.js, Browser and React Native",
4
- "version": "3.462.0",
4
+ "version": "3.467.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
8
- "build:docs": "typedoc",
9
8
  "build:es": "tsc -p tsconfig.es.json",
10
9
  "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
11
10
  "build:types": "tsc -p tsconfig.types.json",
@@ -21,19 +20,19 @@
21
20
  "dependencies": {
22
21
  "@aws-crypto/sha256-browser": "3.0.0",
23
22
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.462.0",
25
- "@aws-sdk/core": "3.451.0",
26
- "@aws-sdk/credential-provider-node": "3.460.0",
27
- "@aws-sdk/middleware-host-header": "3.460.0",
28
- "@aws-sdk/middleware-logger": "3.460.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.460.0",
30
- "@aws-sdk/middleware-signing": "3.461.0",
31
- "@aws-sdk/middleware-user-agent": "3.460.0",
32
- "@aws-sdk/region-config-resolver": "3.451.0",
33
- "@aws-sdk/types": "3.460.0",
34
- "@aws-sdk/util-endpoints": "3.460.0",
35
- "@aws-sdk/util-user-agent-browser": "3.460.0",
36
- "@aws-sdk/util-user-agent-node": "3.460.0",
23
+ "@aws-sdk/client-sts": "3.465.0",
24
+ "@aws-sdk/core": "3.465.0",
25
+ "@aws-sdk/credential-provider-node": "3.465.0",
26
+ "@aws-sdk/middleware-host-header": "3.465.0",
27
+ "@aws-sdk/middleware-logger": "3.465.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.465.0",
29
+ "@aws-sdk/middleware-signing": "3.465.0",
30
+ "@aws-sdk/middleware-user-agent": "3.465.0",
31
+ "@aws-sdk/region-config-resolver": "3.465.0",
32
+ "@aws-sdk/types": "3.465.0",
33
+ "@aws-sdk/util-endpoints": "3.465.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.465.0",
35
+ "@aws-sdk/util-user-agent-node": "3.465.0",
37
36
  "@smithy/config-resolver": "^2.0.18",
38
37
  "@smithy/fetch-http-handler": "^2.2.6",
39
38
  "@smithy/hash-node": "^2.0.15",
@@ -66,7 +65,6 @@
66
65
  "concurrently": "7.0.0",
67
66
  "downlevel-dts": "0.10.1",
68
67
  "rimraf": "3.0.2",
69
- "typedoc": "0.23.23",
70
68
  "typescript": "~4.9.5"
71
69
  },
72
70
  "engines": {