@aws-sdk/client-personalize 3.36.0 → 3.39.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/CHANGELOG.md +42 -0
- package/dist-cjs/Personalize.js +0 -4
- package/dist-cjs/PersonalizeClient.js +0 -9
- package/dist-cjs/commands/CreateBatchInferenceJobCommand.js +0 -25
- package/dist-cjs/commands/CreateCampaignCommand.js +0 -94
- package/dist-cjs/commands/CreateDatasetCommand.js +0 -74
- package/dist-cjs/commands/CreateDatasetExportJobCommand.js +0 -45
- package/dist-cjs/commands/CreateDatasetGroupCommand.js +0 -99
- package/dist-cjs/commands/CreateDatasetImportJobCommand.js +0 -65
- package/dist-cjs/commands/CreateEventTrackerCommand.js +0 -69
- package/dist-cjs/commands/CreateFilterCommand.js +0 -24
- package/dist-cjs/commands/CreateSchemaCommand.js +0 -49
- package/dist-cjs/commands/CreateSolutionCommand.js +0 -96
- package/dist-cjs/commands/CreateSolutionVersionCommand.js +0 -91
- package/dist-cjs/commands/DeleteCampaignCommand.js +0 -29
- package/dist-cjs/commands/DeleteDatasetCommand.js +0 -26
- package/dist-cjs/commands/DeleteDatasetGroupCommand.js +0 -36
- package/dist-cjs/commands/DeleteEventTrackerCommand.js +0 -26
- package/dist-cjs/commands/DeleteFilterCommand.js +0 -24
- package/dist-cjs/commands/DeleteSchemaCommand.js +0 -26
- package/dist-cjs/commands/DeleteSolutionCommand.js +0 -30
- package/dist-cjs/commands/DescribeAlgorithmCommand.js +0 -24
- package/dist-cjs/commands/DescribeBatchInferenceJobCommand.js +0 -26
- package/dist-cjs/commands/DescribeCampaignCommand.js +0 -36
- package/dist-cjs/commands/DescribeDatasetCommand.js +0 -24
- package/dist-cjs/commands/DescribeDatasetExportJobCommand.js +0 -25
- package/dist-cjs/commands/DescribeDatasetGroupCommand.js +0 -24
- package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +0 -25
- package/dist-cjs/commands/DescribeEventTrackerCommand.js +0 -26
- package/dist-cjs/commands/DescribeFeatureTransformationCommand.js +0 -24
- package/dist-cjs/commands/DescribeFilterCommand.js +0 -24
- package/dist-cjs/commands/DescribeRecipeCommand.js +0 -42
- package/dist-cjs/commands/DescribeSchemaCommand.js +0 -25
- package/dist-cjs/commands/DescribeSolutionCommand.js +0 -25
- package/dist-cjs/commands/DescribeSolutionVersionCommand.js +0 -24
- package/dist-cjs/commands/GetSolutionMetricsCommand.js +0 -24
- package/dist-cjs/commands/ListBatchInferenceJobsCommand.js +0 -25
- package/dist-cjs/commands/ListCampaignsCommand.js +0 -27
- package/dist-cjs/commands/ListDatasetExportJobsCommand.js +0 -28
- package/dist-cjs/commands/ListDatasetGroupsCommand.js +0 -26
- package/dist-cjs/commands/ListDatasetImportJobsCommand.js +0 -28
- package/dist-cjs/commands/ListDatasetsCommand.js +0 -26
- package/dist-cjs/commands/ListEventTrackersCommand.js +0 -27
- package/dist-cjs/commands/ListFiltersCommand.js +0 -24
- package/dist-cjs/commands/ListRecipesCommand.js +0 -25
- package/dist-cjs/commands/ListSchemasCommand.js +0 -26
- package/dist-cjs/commands/ListSolutionVersionsCommand.js +0 -27
- package/dist-cjs/commands/ListSolutionsCommand.js +0 -27
- package/dist-cjs/commands/StopSolutionVersionCreationCommand.js +0 -37
- package/dist-cjs/commands/UpdateCampaignCommand.js +0 -32
- package/dist-cjs/commands/index.js +50 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -62
- package/dist-cjs/models/models_0.js +0 -429
- package/dist-cjs/pagination/ListBatchInferenceJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListCampaignsPaginator.js +0 -10
- package/dist-cjs/pagination/ListDatasetExportJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListDatasetGroupsPaginator.js +0 -10
- package/dist-cjs/pagination/ListDatasetImportJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListDatasetsPaginator.js +0 -10
- package/dist-cjs/pagination/ListEventTrackersPaginator.js +0 -10
- package/dist-cjs/pagination/ListFiltersPaginator.js +0 -10
- package/dist-cjs/pagination/ListRecipesPaginator.js +0 -10
- package/dist-cjs/pagination/ListSchemasPaginator.js +0 -10
- package/dist-cjs/pagination/ListSolutionVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListSolutionsPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +16 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +47 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -62
- package/dist-es/pagination/index.js +13 -0
- package/dist-types/commands/index.d.ts +47 -0
- package/dist-types/index.d.ts +4 -62
- package/dist-types/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/Personalize.d.ts +48 -728
- package/dist-types/ts3.4/PersonalizeClient.d.ts +24 -90
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +2 -90
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +2 -70
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +2 -41
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +2 -95
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +2 -61
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +2 -65
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +2 -45
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +2 -92
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +2 -87
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +2 -38
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/index.d.ts +47 -0
- package/dist-types/ts3.4/index.d.ts +4 -62
- package/dist-types/ts3.4/models/models_0.d.ts +620 -2318
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
|
@@ -6,74 +6,11 @@ export interface CreateEventTrackerCommandInput extends CreateEventTrackerReques
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateEventTrackerCommandOutput extends CreateEventTrackerResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates an event tracker that you use when adding event data to a specified dataset
|
|
11
|
-
* group using the
|
|
12
|
-
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_UBS_PutEvents.html">PutEvents</a> API.</p>
|
|
13
|
-
* <note>
|
|
14
|
-
* <p>Only one event tracker can be associated with a dataset group. You will get
|
|
15
|
-
* an error if you call <code>CreateEventTracker</code> using the same dataset group as an
|
|
16
|
-
* existing event tracker.</p>
|
|
17
|
-
* </note>
|
|
18
|
-
* <p>When you create an event tracker, the response includes a tracking ID, which you pass as a parameter when you use the
|
|
19
|
-
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_UBS_PutEvents.html">PutEvents</a> operation.
|
|
20
|
-
* Amazon Personalize then appends the event data to the Interactions dataset of the dataset group you specify
|
|
21
|
-
* in your event tracker.
|
|
22
|
-
* </p>
|
|
23
|
-
* <p>The event tracker can be in one of the following states:</p>
|
|
24
|
-
* <ul>
|
|
25
|
-
* <li>
|
|
26
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
27
|
-
* </li>
|
|
28
|
-
* <li>
|
|
29
|
-
* <p>DELETE PENDING > DELETE IN_PROGRESS</p>
|
|
30
|
-
* </li>
|
|
31
|
-
* </ul>
|
|
32
|
-
* <p>To get the status of the event tracker, call <a>DescribeEventTracker</a>.</p>
|
|
33
|
-
* <note>
|
|
34
|
-
* <p>The event tracker must be in the ACTIVE state before using the tracking ID.</p>
|
|
35
|
-
* </note>
|
|
36
|
-
* <p class="title">
|
|
37
|
-
* <b>Related APIs</b>
|
|
38
|
-
* </p>
|
|
39
|
-
* <ul>
|
|
40
|
-
* <li>
|
|
41
|
-
* <p>
|
|
42
|
-
* <a>ListEventTrackers</a>
|
|
43
|
-
* </p>
|
|
44
|
-
* </li>
|
|
45
|
-
* <li>
|
|
46
|
-
* <p>
|
|
47
|
-
* <a>DescribeEventTracker</a>
|
|
48
|
-
* </p>
|
|
49
|
-
* </li>
|
|
50
|
-
* <li>
|
|
51
|
-
* <p>
|
|
52
|
-
* <a>DeleteEventTracker</a>
|
|
53
|
-
* </p>
|
|
54
|
-
* </li>
|
|
55
|
-
* </ul>
|
|
56
|
-
* @example
|
|
57
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
58
|
-
* ```javascript
|
|
59
|
-
* import { PersonalizeClient, CreateEventTrackerCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
60
|
-
* // const { PersonalizeClient, CreateEventTrackerCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
61
|
-
* const client = new PersonalizeClient(config);
|
|
62
|
-
* const command = new CreateEventTrackerCommand(input);
|
|
63
|
-
* const response = await client.send(command);
|
|
64
|
-
* ```
|
|
65
|
-
*
|
|
66
|
-
* @see {@link CreateEventTrackerCommandInput} for command's `input` shape.
|
|
67
|
-
* @see {@link CreateEventTrackerCommandOutput} for command's `response` shape.
|
|
68
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
69
|
-
*
|
|
70
|
-
*/
|
|
9
|
+
|
|
71
10
|
export declare class CreateEventTrackerCommand extends $Command<CreateEventTrackerCommandInput, CreateEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
|
|
72
11
|
readonly input: CreateEventTrackerCommandInput;
|
|
73
12
|
constructor(input: CreateEventTrackerCommandInput);
|
|
74
|
-
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
13
|
+
|
|
77
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEventTrackerCommandInput, CreateEventTrackerCommandOutput>;
|
|
78
15
|
private serialize;
|
|
79
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface CreateFilterCommandInput extends CreateFilterRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateFilterCommandOutput extends CreateFilterResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates a recommendation filter. For more information, see <a>filter</a>.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { PersonalizeClient, CreateFilterCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
15
|
-
* // const { PersonalizeClient, CreateFilterCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
16
|
-
* const client = new PersonalizeClient(config);
|
|
17
|
-
* const command = new CreateFilterCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateFilterCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateFilterCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class CreateFilterCommand extends $Command<CreateFilterCommandInput, CreateFilterCommandOutput, PersonalizeClientResolvedConfig> {
|
|
27
11
|
readonly input: CreateFilterCommandInput;
|
|
28
12
|
constructor(input: CreateFilterCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFilterCommandInput, CreateFilterCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,54 +6,11 @@ export interface CreateSchemaCommandInput extends CreateSchemaRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates an Amazon Personalize schema from the specified schema string. The schema you create
|
|
11
|
-
* must be in Avro JSON format.</p>
|
|
12
|
-
* <p>Amazon Personalize recognizes three schema variants. Each schema is associated with a dataset
|
|
13
|
-
* type and has a set of required field and keywords.
|
|
14
|
-
* You specify a schema when you call <a>CreateDataset</a>.</p>
|
|
15
|
-
*
|
|
16
|
-
* <p class="title">
|
|
17
|
-
* <b>Related APIs</b>
|
|
18
|
-
* </p>
|
|
19
|
-
* <ul>
|
|
20
|
-
* <li>
|
|
21
|
-
* <p>
|
|
22
|
-
* <a>ListSchemas</a>
|
|
23
|
-
* </p>
|
|
24
|
-
* </li>
|
|
25
|
-
* <li>
|
|
26
|
-
* <p>
|
|
27
|
-
* <a>DescribeSchema</a>
|
|
28
|
-
* </p>
|
|
29
|
-
* </li>
|
|
30
|
-
* <li>
|
|
31
|
-
* <p>
|
|
32
|
-
* <a>DeleteSchema</a>
|
|
33
|
-
* </p>
|
|
34
|
-
* </li>
|
|
35
|
-
* </ul>
|
|
36
|
-
* @example
|
|
37
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
38
|
-
* ```javascript
|
|
39
|
-
* import { PersonalizeClient, CreateSchemaCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
40
|
-
* // const { PersonalizeClient, CreateSchemaCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
41
|
-
* const client = new PersonalizeClient(config);
|
|
42
|
-
* const command = new CreateSchemaCommand(input);
|
|
43
|
-
* const response = await client.send(command);
|
|
44
|
-
* ```
|
|
45
|
-
*
|
|
46
|
-
* @see {@link CreateSchemaCommandInput} for command's `input` shape.
|
|
47
|
-
* @see {@link CreateSchemaCommandOutput} for command's `response` shape.
|
|
48
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
49
|
-
*
|
|
50
|
-
*/
|
|
9
|
+
|
|
51
10
|
export declare class CreateSchemaCommand extends $Command<CreateSchemaCommandInput, CreateSchemaCommandOutput, PersonalizeClientResolvedConfig> {
|
|
52
11
|
readonly input: CreateSchemaCommandInput;
|
|
53
12
|
constructor(input: CreateSchemaCommandInput);
|
|
54
|
-
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
13
|
+
|
|
57
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSchemaCommandInput, CreateSchemaCommandOutput>;
|
|
58
15
|
private serialize;
|
|
59
16
|
private deserialize;
|
|
@@ -6,101 +6,11 @@ export interface CreateSolutionCommandInput extends CreateSolutionRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateSolutionCommandOutput extends CreateSolutionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates the configuration for training a model. A trained model is known as
|
|
11
|
-
* a solution. After the configuration is created, you train the model (create a solution)
|
|
12
|
-
* by calling the <a>CreateSolutionVersion</a> operation. Every time you call
|
|
13
|
-
* <code>CreateSolutionVersion</code>, a new version of the solution is created.</p>
|
|
14
|
-
* <p>After creating a solution version, you check its accuracy by calling
|
|
15
|
-
* <a>GetSolutionMetrics</a>. When you are satisfied with the version, you
|
|
16
|
-
* deploy it using <a>CreateCampaign</a>. The campaign provides recommendations
|
|
17
|
-
* to a client through the
|
|
18
|
-
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_RS_GetRecommendations.html">GetRecommendations</a> API.</p>
|
|
19
|
-
* <p>To train a model, Amazon Personalize requires training data and a recipe. The training data
|
|
20
|
-
* comes from the dataset group that you provide in the request. A recipe specifies
|
|
21
|
-
* the training algorithm and a feature transformation. You can specify one of the predefined
|
|
22
|
-
* recipes provided by Amazon Personalize. Alternatively, you can specify
|
|
23
|
-
* <code>performAutoML</code> and Amazon Personalize will analyze your data and select the
|
|
24
|
-
* optimum USER_PERSONALIZATION recipe for you.</p>
|
|
25
|
-
* <note>
|
|
26
|
-
* <p>Amazon Personalize doesn't support configuring the <code>hpoObjective</code>
|
|
27
|
-
* for solution hyperparameter optimization at this time.</p>
|
|
28
|
-
* </note>
|
|
29
|
-
* <p>
|
|
30
|
-
* <b>Status</b>
|
|
31
|
-
* </p>
|
|
32
|
-
* <p>A solution can be in one of the following states:</p>
|
|
33
|
-
* <ul>
|
|
34
|
-
* <li>
|
|
35
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
36
|
-
* </li>
|
|
37
|
-
* <li>
|
|
38
|
-
* <p>DELETE PENDING > DELETE IN_PROGRESS</p>
|
|
39
|
-
* </li>
|
|
40
|
-
* </ul>
|
|
41
|
-
* <p>To get the status of the solution, call <a>DescribeSolution</a>. Wait
|
|
42
|
-
* until the status shows as ACTIVE before calling <code>CreateSolutionVersion</code>.</p>
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
*
|
|
46
|
-
* <p class="title">
|
|
47
|
-
* <b>Related APIs</b>
|
|
48
|
-
* </p>
|
|
49
|
-
* <ul>
|
|
50
|
-
* <li>
|
|
51
|
-
* <p>
|
|
52
|
-
* <a>ListSolutions</a>
|
|
53
|
-
* </p>
|
|
54
|
-
* </li>
|
|
55
|
-
* <li>
|
|
56
|
-
* <p>
|
|
57
|
-
* <a>CreateSolutionVersion</a>
|
|
58
|
-
* </p>
|
|
59
|
-
* </li>
|
|
60
|
-
* <li>
|
|
61
|
-
* <p>
|
|
62
|
-
* <a>DescribeSolution</a>
|
|
63
|
-
* </p>
|
|
64
|
-
* </li>
|
|
65
|
-
* <li>
|
|
66
|
-
* <p>
|
|
67
|
-
* <a>DeleteSolution</a>
|
|
68
|
-
* </p>
|
|
69
|
-
* </li>
|
|
70
|
-
* </ul>
|
|
71
|
-
* <ul>
|
|
72
|
-
* <li>
|
|
73
|
-
* <p>
|
|
74
|
-
* <a>ListSolutionVersions</a>
|
|
75
|
-
* </p>
|
|
76
|
-
* </li>
|
|
77
|
-
* <li>
|
|
78
|
-
* <p>
|
|
79
|
-
* <a>DescribeSolutionVersion</a>
|
|
80
|
-
* </p>
|
|
81
|
-
* </li>
|
|
82
|
-
* </ul>
|
|
83
|
-
* @example
|
|
84
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
85
|
-
* ```javascript
|
|
86
|
-
* import { PersonalizeClient, CreateSolutionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
87
|
-
* // const { PersonalizeClient, CreateSolutionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
88
|
-
* const client = new PersonalizeClient(config);
|
|
89
|
-
* const command = new CreateSolutionCommand(input);
|
|
90
|
-
* const response = await client.send(command);
|
|
91
|
-
* ```
|
|
92
|
-
*
|
|
93
|
-
* @see {@link CreateSolutionCommandInput} for command's `input` shape.
|
|
94
|
-
* @see {@link CreateSolutionCommandOutput} for command's `response` shape.
|
|
95
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
96
|
-
*
|
|
97
|
-
*/
|
|
9
|
+
|
|
98
10
|
export declare class CreateSolutionCommand extends $Command<CreateSolutionCommandInput, CreateSolutionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
99
11
|
readonly input: CreateSolutionCommandInput;
|
|
100
12
|
constructor(input: CreateSolutionCommandInput);
|
|
101
|
-
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
13
|
+
|
|
104
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSolutionCommandInput, CreateSolutionCommandOutput>;
|
|
105
15
|
private serialize;
|
|
106
16
|
private deserialize;
|
|
@@ -6,96 +6,11 @@ export interface CreateSolutionVersionCommandInput extends CreateSolutionVersion
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateSolutionVersionCommandOutput extends CreateSolutionVersionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Trains or retrains an active solution. A solution is created using the <a>CreateSolution</a> operation and must be in the ACTIVE state before calling
|
|
11
|
-
* <code>CreateSolutionVersion</code>. A new version of the solution is created every time you
|
|
12
|
-
* call this operation.</p>
|
|
13
|
-
* <p>
|
|
14
|
-
* <b>Status</b>
|
|
15
|
-
* </p>
|
|
16
|
-
* <p>A solution version can be in one of the following states:</p>
|
|
17
|
-
* <ul>
|
|
18
|
-
* <li>
|
|
19
|
-
* <p>CREATE PENDING</p>
|
|
20
|
-
* </li>
|
|
21
|
-
* <li>
|
|
22
|
-
* <p>CREATE IN_PROGRESS</p>
|
|
23
|
-
* </li>
|
|
24
|
-
* <li>
|
|
25
|
-
* <p>ACTIVE</p>
|
|
26
|
-
* </li>
|
|
27
|
-
* <li>
|
|
28
|
-
* <p>CREATE FAILED</p>
|
|
29
|
-
* </li>
|
|
30
|
-
* <li>
|
|
31
|
-
* <p>CREATE STOPPING</p>
|
|
32
|
-
* </li>
|
|
33
|
-
* <li>
|
|
34
|
-
* <p>CREATE STOPPED</p>
|
|
35
|
-
* </li>
|
|
36
|
-
* </ul>
|
|
37
|
-
* <p>To get the status of the version, call <a>DescribeSolutionVersion</a>. Wait
|
|
38
|
-
* until the status shows as ACTIVE before calling <code>CreateCampaign</code>.</p>
|
|
39
|
-
* <p>If the status shows as CREATE FAILED, the response includes a <code>failureReason</code>
|
|
40
|
-
* key, which describes why the job failed.</p>
|
|
41
|
-
* <p class="title">
|
|
42
|
-
* <b>Related APIs</b>
|
|
43
|
-
* </p>
|
|
44
|
-
* <ul>
|
|
45
|
-
* <li>
|
|
46
|
-
* <p>
|
|
47
|
-
* <a>ListSolutionVersions</a>
|
|
48
|
-
* </p>
|
|
49
|
-
* </li>
|
|
50
|
-
* <li>
|
|
51
|
-
* <p>
|
|
52
|
-
* <a>DescribeSolutionVersion</a>
|
|
53
|
-
* </p>
|
|
54
|
-
* </li>
|
|
55
|
-
* </ul>
|
|
56
|
-
* <ul>
|
|
57
|
-
* <li>
|
|
58
|
-
* <p>
|
|
59
|
-
* <a>ListSolutions</a>
|
|
60
|
-
* </p>
|
|
61
|
-
* </li>
|
|
62
|
-
* <li>
|
|
63
|
-
* <p>
|
|
64
|
-
* <a>CreateSolution</a>
|
|
65
|
-
* </p>
|
|
66
|
-
* </li>
|
|
67
|
-
* <li>
|
|
68
|
-
* <p>
|
|
69
|
-
* <a>DescribeSolution</a>
|
|
70
|
-
* </p>
|
|
71
|
-
* </li>
|
|
72
|
-
* <li>
|
|
73
|
-
* <p>
|
|
74
|
-
* <a>DeleteSolution</a>
|
|
75
|
-
* </p>
|
|
76
|
-
* </li>
|
|
77
|
-
* </ul>
|
|
78
|
-
* @example
|
|
79
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
80
|
-
* ```javascript
|
|
81
|
-
* import { PersonalizeClient, CreateSolutionVersionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
82
|
-
* // const { PersonalizeClient, CreateSolutionVersionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
83
|
-
* const client = new PersonalizeClient(config);
|
|
84
|
-
* const command = new CreateSolutionVersionCommand(input);
|
|
85
|
-
* const response = await client.send(command);
|
|
86
|
-
* ```
|
|
87
|
-
*
|
|
88
|
-
* @see {@link CreateSolutionVersionCommandInput} for command's `input` shape.
|
|
89
|
-
* @see {@link CreateSolutionVersionCommandOutput} for command's `response` shape.
|
|
90
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
91
|
-
*
|
|
92
|
-
*/
|
|
9
|
+
|
|
93
10
|
export declare class CreateSolutionVersionCommand extends $Command<CreateSolutionVersionCommandInput, CreateSolutionVersionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
94
11
|
readonly input: CreateSolutionVersionCommandInput;
|
|
95
12
|
constructor(input: CreateSolutionVersionCommandInput);
|
|
96
|
-
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
13
|
+
|
|
99
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSolutionVersionCommandInput, CreateSolutionVersionCommandOutput>;
|
|
100
15
|
private serialize;
|
|
101
16
|
private deserialize;
|
|
@@ -6,34 +6,11 @@ export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteCampaignCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Removes a campaign by deleting the solution deployment. The solution that
|
|
11
|
-
* the campaign is based on is not deleted and can be redeployed when needed. A deleted campaign can no
|
|
12
|
-
* longer be specified in a
|
|
13
|
-
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_RS_GetRecommendations.html">GetRecommendations</a>
|
|
14
|
-
* request.
|
|
15
|
-
* For more information on campaigns, see <a>CreateCampaign</a>.</p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { PersonalizeClient, DeleteCampaignCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
20
|
-
* // const { PersonalizeClient, DeleteCampaignCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
21
|
-
* const client = new PersonalizeClient(config);
|
|
22
|
-
* const command = new DeleteCampaignCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link DeleteCampaignCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link DeleteCampaignCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
9
|
+
|
|
31
10
|
export declare class DeleteCampaignCommand extends $Command<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, PersonalizeClientResolvedConfig> {
|
|
32
11
|
readonly input: DeleteCampaignCommandInput;
|
|
33
12
|
constructor(input: DeleteCampaignCommandInput);
|
|
34
|
-
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
13
|
+
|
|
37
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCampaignCommandInput, DeleteCampaignCommandOutput>;
|
|
38
15
|
private serialize;
|
|
39
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteDatasetCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a dataset. You can't delete a dataset if an associated
|
|
11
|
-
* <code>DatasetImportJob</code> or <code>SolutionVersion</code> is in the CREATE PENDING or IN
|
|
12
|
-
* PROGRESS state. For more information on datasets, see <a>CreateDataset</a>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { PersonalizeClient, DeleteDatasetCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
17
|
-
* // const { PersonalizeClient, DeleteDatasetCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
18
|
-
* const client = new PersonalizeClient(config);
|
|
19
|
-
* const command = new DeleteDatasetCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteDatasetCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteDatasetCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class DeleteDatasetCommand extends $Command<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, PersonalizeClientResolvedConfig> {
|
|
29
11
|
readonly input: DeleteDatasetCommandInput;
|
|
30
12
|
constructor(input: DeleteDatasetCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDatasetCommandInput, DeleteDatasetCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,41 +6,11 @@ export interface DeleteDatasetGroupCommandInput extends DeleteDatasetGroupReques
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a dataset group. Before you delete a dataset group, you must delete the
|
|
11
|
-
* following:</p>
|
|
12
|
-
* <ul>
|
|
13
|
-
* <li>
|
|
14
|
-
* <p>All associated event trackers.</p>
|
|
15
|
-
* </li>
|
|
16
|
-
* <li>
|
|
17
|
-
* <p>All associated solutions.</p>
|
|
18
|
-
* </li>
|
|
19
|
-
* <li>
|
|
20
|
-
* <p>All datasets in the dataset group.</p>
|
|
21
|
-
* </li>
|
|
22
|
-
* </ul>
|
|
23
|
-
* @example
|
|
24
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
-
* ```javascript
|
|
26
|
-
* import { PersonalizeClient, DeleteDatasetGroupCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
27
|
-
* // const { PersonalizeClient, DeleteDatasetGroupCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
28
|
-
* const client = new PersonalizeClient(config);
|
|
29
|
-
* const command = new DeleteDatasetGroupCommand(input);
|
|
30
|
-
* const response = await client.send(command);
|
|
31
|
-
* ```
|
|
32
|
-
*
|
|
33
|
-
* @see {@link DeleteDatasetGroupCommandInput} for command's `input` shape.
|
|
34
|
-
* @see {@link DeleteDatasetGroupCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
36
|
-
*
|
|
37
|
-
*/
|
|
9
|
+
|
|
38
10
|
export declare class DeleteDatasetGroupCommand extends $Command<DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput, PersonalizeClientResolvedConfig> {
|
|
39
11
|
readonly input: DeleteDatasetGroupCommandInput;
|
|
40
12
|
constructor(input: DeleteDatasetGroupCommandInput);
|
|
41
|
-
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
13
|
+
|
|
44
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput>;
|
|
45
15
|
private serialize;
|
|
46
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface DeleteEventTrackerCommandInput extends DeleteEventTrackerReques
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteEventTrackerCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the event tracker. Does not delete the event-interactions dataset from
|
|
11
|
-
* the associated dataset group. For more
|
|
12
|
-
* information on event trackers, see <a>CreateEventTracker</a>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { PersonalizeClient, DeleteEventTrackerCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
17
|
-
* // const { PersonalizeClient, DeleteEventTrackerCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
18
|
-
* const client = new PersonalizeClient(config);
|
|
19
|
-
* const command = new DeleteEventTrackerCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteEventTrackerCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteEventTrackerCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class DeleteEventTrackerCommand extends $Command<DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
|
|
29
11
|
readonly input: DeleteEventTrackerCommandInput;
|
|
30
12
|
constructor(input: DeleteEventTrackerCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteFilterCommandInput extends DeleteFilterRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteFilterCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a filter.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { PersonalizeClient, DeleteFilterCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
15
|
-
* // const { PersonalizeClient, DeleteFilterCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
16
|
-
* const client = new PersonalizeClient(config);
|
|
17
|
-
* const command = new DeleteFilterCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteFilterCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteFilterCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteFilterCommand extends $Command<DeleteFilterCommandInput, DeleteFilterCommandOutput, PersonalizeClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteFilterCommandInput;
|
|
28
12
|
constructor(input: DeleteFilterCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFilterCommandInput, DeleteFilterCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface DeleteSchemaCommandInput extends DeleteSchemaRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteSchemaCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a schema. Before deleting a schema, you must delete all
|
|
11
|
-
* datasets referencing the schema. For more information on schemas, see
|
|
12
|
-
* <a>CreateSchema</a>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { PersonalizeClient, DeleteSchemaCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
17
|
-
* // const { PersonalizeClient, DeleteSchemaCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
18
|
-
* const client = new PersonalizeClient(config);
|
|
19
|
-
* const command = new DeleteSchemaCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteSchemaCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteSchemaCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class DeleteSchemaCommand extends $Command<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, PersonalizeClientResolvedConfig> {
|
|
29
11
|
readonly input: DeleteSchemaCommandInput;
|
|
30
12
|
constructor(input: DeleteSchemaCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSchemaCommandInput, DeleteSchemaCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,35 +6,11 @@ export interface DeleteSolutionCommandInput extends DeleteSolutionRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteSolutionCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes all versions of a solution and the <code>Solution</code> object itself.
|
|
11
|
-
* Before deleting a solution, you must delete all campaigns based on
|
|
12
|
-
* the solution. To determine what campaigns are using the solution, call
|
|
13
|
-
* <a>ListCampaigns</a> and supply the Amazon Resource Name (ARN) of the solution.
|
|
14
|
-
* You can't delete a solution if an associated <code>SolutionVersion</code> is in the
|
|
15
|
-
* CREATE PENDING or IN PROGRESS state.
|
|
16
|
-
* For more information on solutions, see <a>CreateSolution</a>.</p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { PersonalizeClient, DeleteSolutionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
21
|
-
* // const { PersonalizeClient, DeleteSolutionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
22
|
-
* const client = new PersonalizeClient(config);
|
|
23
|
-
* const command = new DeleteSolutionCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link DeleteSolutionCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link DeleteSolutionCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
9
|
+
|
|
32
10
|
export declare class DeleteSolutionCommand extends $Command<DeleteSolutionCommandInput, DeleteSolutionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
33
11
|
readonly input: DeleteSolutionCommandInput;
|
|
34
12
|
constructor(input: DeleteSolutionCommandInput);
|
|
35
|
-
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
13
|
+
|
|
38
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSolutionCommandInput, DeleteSolutionCommandOutput>;
|
|
39
15
|
private serialize;
|
|
40
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeAlgorithmCommandInput extends DescribeAlgorithmRequest
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeAlgorithmCommandOutput extends DescribeAlgorithmResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes the given algorithm.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { PersonalizeClient, DescribeAlgorithmCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
15
|
-
* // const { PersonalizeClient, DescribeAlgorithmCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
16
|
-
* const client = new PersonalizeClient(config);
|
|
17
|
-
* const command = new DescribeAlgorithmCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeAlgorithmCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeAlgorithmCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeAlgorithmCommand extends $Command<DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput, PersonalizeClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeAlgorithmCommandInput;
|
|
28
12
|
constructor(input: DescribeAlgorithmCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|