@aws-sdk/client-personalize 3.288.0 → 3.290.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/CreateBatchInferenceJobCommand.d.ts +19 -0
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +19 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +19 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +19 -0
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +19 -0
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +13 -0
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +19 -0
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +19 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +16 -0
- package/dist-types/commands/CreateMetricAttributionCommand.d.ts +16 -0
- package/dist-types/commands/CreateRecommenderCommand.d.ts +19 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +10 -0
- package/dist-types/commands/CreateSolutionCommand.d.ts +19 -0
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +19 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +10 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +10 -0
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +10 -0
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +10 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +10 -0
- package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +10 -0
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +10 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +10 -0
- package/dist-types/commands/DeleteSolutionCommand.d.ts +10 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +7 -0
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +7 -0
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +7 -0
- package/dist-types/commands/DescribeCampaignCommand.d.ts +7 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +7 -0
- package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +7 -0
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +7 -0
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEventTrackerCommand.d.ts +7 -0
- package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +7 -0
- package/dist-types/commands/DescribeFilterCommand.d.ts +7 -0
- package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +7 -0
- package/dist-types/commands/DescribeRecipeCommand.d.ts +7 -0
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +7 -0
- package/dist-types/commands/DescribeSchemaCommand.d.ts +7 -0
- package/dist-types/commands/DescribeSolutionCommand.d.ts +7 -0
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +7 -0
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +10 -0
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +7 -0
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +7 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +7 -0
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +7 -0
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +7 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +7 -0
- package/dist-types/commands/ListEventTrackersCommand.d.ts +7 -0
- package/dist-types/commands/ListFiltersCommand.d.ts +7 -0
- package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +7 -0
- package/dist-types/commands/ListMetricAttributionsCommand.d.ts +7 -0
- package/dist-types/commands/ListRecipesCommand.d.ts +7 -0
- package/dist-types/commands/ListRecommendersCommand.d.ts +7 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +4 -0
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +10 -0
- package/dist-types/commands/ListSolutionsCommand.d.ts +7 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
- package/dist-types/commands/StartRecommenderCommand.d.ts +10 -0
- package/dist-types/commands/StopRecommenderCommand.d.ts +10 -0
- package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +10 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +13 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +10 -0
- package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +13 -0
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +10 -0
- package/package.json +29 -29
|
@@ -31,6 +31,13 @@ export interface DescribeEventTrackerCommandOutput extends DescribeEventTrackerR
|
|
|
31
31
|
* @see {@link DescribeEventTrackerCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
35
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
38
|
+
* <p>Could not find the specified resource.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class DescribeEventTrackerCommand extends $Command<DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
|
|
36
43
|
readonly input: DescribeEventTrackerCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeFeatureTransformationCommandOutput extends DescribeFeat
|
|
|
29
29
|
* @see {@link DescribeFeatureTransformationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>Could not find the specified resource.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeFeatureTransformationCommand extends $Command<DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeFeatureTransformationCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeFilterCommandOutput extends DescribeFilterResponse, __M
|
|
|
29
29
|
* @see {@link DescribeFilterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>Could not find the specified resource.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeFilterCommand extends $Command<DescribeFilterCommandInput, DescribeFilterCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeFilterCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeMetricAttributionCommandOutput extends DescribeMetricAt
|
|
|
29
29
|
* @see {@link DescribeMetricAttributionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>Could not find the specified resource.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeMetricAttributionCommand extends $Command<DescribeMetricAttributionCommandInput, DescribeMetricAttributionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeMetricAttributionCommandInput;
|
|
@@ -47,6 +47,13 @@ export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __M
|
|
|
47
47
|
* @see {@link DescribeRecipeCommandOutput} for command's `response` shape.
|
|
48
48
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
49
49
|
*
|
|
50
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
51
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
|
+
* <p>Could not find the specified resource.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
50
57
|
*/
|
|
51
58
|
export declare class DescribeRecipeCommand extends $Command<DescribeRecipeCommandInput, DescribeRecipeCommandOutput, PersonalizeClientResolvedConfig> {
|
|
52
59
|
readonly input: DescribeRecipeCommandInput;
|
|
@@ -46,6 +46,13 @@ export interface DescribeRecommenderCommandOutput extends DescribeRecommenderRes
|
|
|
46
46
|
* @see {@link DescribeRecommenderCommandOutput} for command's `response` shape.
|
|
47
47
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
48
48
|
*
|
|
49
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
50
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
|
+
* <p>Could not find the specified resource.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
49
56
|
*/
|
|
50
57
|
export declare class DescribeRecommenderCommand extends $Command<DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
|
|
51
58
|
readonly input: DescribeRecommenderCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __M
|
|
|
30
30
|
* @see {@link DescribeSchemaCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
34
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>Could not find the specified resource.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class DescribeSchemaCommand extends $Command<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, PersonalizeClientResolvedConfig> {
|
|
35
42
|
readonly input: DescribeSchemaCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface DescribeSolutionCommandOutput extends DescribeSolutionResponse,
|
|
|
30
30
|
* @see {@link DescribeSolutionCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
34
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>Could not find the specified resource.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class DescribeSolutionCommand extends $Command<DescribeSolutionCommandInput, DescribeSolutionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
35
42
|
readonly input: DescribeSolutionCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface DescribeSolutionVersionCommandOutput extends DescribeSolutionVe
|
|
|
30
30
|
* @see {@link DescribeSolutionVersionCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
34
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>Could not find the specified resource.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class DescribeSolutionVersionCommand extends $Command<DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
35
42
|
readonly input: DescribeSolutionVersionCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetSolutionMetricsCommandOutput extends GetSolutionMetricsRespo
|
|
|
29
29
|
* @see {@link GetSolutionMetricsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
36
|
+
* <p>The specified resource is in use.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>Could not find the specified resource.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetSolutionMetricsCommand extends $Command<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
44
|
readonly input: GetSolutionMetricsCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface ListBatchInferenceJobsCommandOutput extends ListBatchInferenceJ
|
|
|
30
30
|
* @see {@link ListBatchInferenceJobsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
34
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
37
|
+
* <p>The token is not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class ListBatchInferenceJobsCommand extends $Command<ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
35
42
|
readonly input: ListBatchInferenceJobsCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface ListBatchSegmentJobsCommandOutput extends ListBatchSegmentJobsR
|
|
|
30
30
|
* @see {@link ListBatchSegmentJobsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
34
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
37
|
+
* <p>The token is not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class ListBatchSegmentJobsCommand extends $Command<ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
35
42
|
readonly input: ListBatchSegmentJobsCommandInput;
|
|
@@ -32,6 +32,13 @@ export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __Met
|
|
|
32
32
|
* @see {@link ListCampaignsCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
36
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
39
|
+
* <p>The token is not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
35
42
|
*/
|
|
36
43
|
export declare class ListCampaignsCommand extends $Command<ListCampaignsCommandInput, ListCampaignsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
37
44
|
readonly input: ListCampaignsCommandInput;
|
|
@@ -34,6 +34,13 @@ export interface ListDatasetExportJobsCommandOutput extends ListDatasetExportJob
|
|
|
34
34
|
* @see {@link ListDatasetExportJobsCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
38
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
41
|
+
* <p>The token is not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
37
44
|
*/
|
|
38
45
|
export declare class ListDatasetExportJobsCommand extends $Command<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
39
46
|
readonly input: ListDatasetExportJobsCommandInput;
|
|
@@ -31,6 +31,10 @@ export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsRespons
|
|
|
31
31
|
* @see {@link ListDatasetGroupsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
35
|
+
* <p>The token is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
*
|
|
34
38
|
*/
|
|
35
39
|
export declare class ListDatasetGroupsCommand extends $Command<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
36
40
|
readonly input: ListDatasetGroupsCommandInput;
|
|
@@ -34,6 +34,13 @@ export interface ListDatasetImportJobsCommandOutput extends ListDatasetImportJob
|
|
|
34
34
|
* @see {@link ListDatasetImportJobsCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
38
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
41
|
+
* <p>The token is not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
37
44
|
*/
|
|
38
45
|
export declare class ListDatasetImportJobsCommand extends $Command<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
39
46
|
readonly input: ListDatasetImportJobsCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
|
|
|
31
31
|
* @see {@link ListDatasetsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
35
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
38
|
+
* <p>The token is not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class ListDatasetsCommand extends $Command<ListDatasetsCommandInput, ListDatasetsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
36
43
|
readonly input: ListDatasetsCommandInput;
|
|
@@ -32,6 +32,13 @@ export interface ListEventTrackersCommandOutput extends ListEventTrackersRespons
|
|
|
32
32
|
* @see {@link ListEventTrackersCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
36
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
39
|
+
* <p>The token is not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
35
42
|
*/
|
|
36
43
|
export declare class ListEventTrackersCommand extends $Command<ListEventTrackersCommandInput, ListEventTrackersCommandOutput, PersonalizeClientResolvedConfig> {
|
|
37
44
|
readonly input: ListEventTrackersCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListFiltersCommandOutput extends ListFiltersResponse, __Metadat
|
|
|
29
29
|
* @see {@link ListFiltersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
36
|
+
* <p>The token is not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListFiltersCommand extends $Command<ListFiltersCommandInput, ListFiltersCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
41
|
readonly input: ListFiltersCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListMetricAttributionMetricsCommandOutput extends ListMetricAtt
|
|
|
29
29
|
* @see {@link ListMetricAttributionMetricsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
36
|
+
* <p>The token is not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListMetricAttributionMetricsCommand extends $Command<ListMetricAttributionMetricsCommandInput, ListMetricAttributionMetricsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
41
|
readonly input: ListMetricAttributionMetricsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListMetricAttributionsCommandOutput extends ListMetricAttributi
|
|
|
29
29
|
* @see {@link ListMetricAttributionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
36
|
+
* <p>The token is not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListMetricAttributionsCommand extends $Command<ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
41
|
readonly input: ListMetricAttributionsCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface ListRecipesCommandOutput extends ListRecipesResponse, __Metadat
|
|
|
30
30
|
* @see {@link ListRecipesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
34
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
37
|
+
* <p>The token is not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class ListRecipesCommand extends $Command<ListRecipesCommandInput, ListRecipesCommandOutput, PersonalizeClientResolvedConfig> {
|
|
35
42
|
readonly input: ListRecipesCommandInput;
|
|
@@ -32,6 +32,13 @@ export interface ListRecommendersCommandOutput extends ListRecommendersResponse,
|
|
|
32
32
|
* @see {@link ListRecommendersCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
36
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
39
|
+
* <p>The token is not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
35
42
|
*/
|
|
36
43
|
export declare class ListRecommendersCommand extends $Command<ListRecommendersCommandInput, ListRecommendersCommandOutput, PersonalizeClientResolvedConfig> {
|
|
37
44
|
readonly input: ListRecommendersCommandInput;
|
|
@@ -31,6 +31,10 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
|
|
|
31
31
|
* @see {@link ListSchemasCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
35
|
+
* <p>The token is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
*
|
|
34
38
|
*/
|
|
35
39
|
export declare class ListSchemasCommand extends $Command<ListSchemasCommandInput, ListSchemasCommandOutput, PersonalizeClientResolvedConfig> {
|
|
36
40
|
readonly input: ListSchemasCommandInput;
|
|
@@ -31,6 +31,16 @@ export interface ListSolutionVersionsCommandOutput extends ListSolutionVersionsR
|
|
|
31
31
|
* @see {@link ListSolutionVersionsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
35
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
38
|
+
* <p>The token is not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>Could not find the specified resource.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
34
44
|
*/
|
|
35
45
|
export declare class ListSolutionVersionsCommand extends $Command<ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
36
46
|
readonly input: ListSolutionVersionsCommandInput;
|
|
@@ -32,6 +32,13 @@ export interface ListSolutionsCommandOutput extends ListSolutionsResponse, __Met
|
|
|
32
32
|
* @see {@link ListSolutionsCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
36
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
39
|
+
* <p>The token is not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
35
42
|
*/
|
|
36
43
|
export declare class ListSolutionsCommand extends $Command<ListSolutionsCommandInput, ListSolutionsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
37
44
|
readonly input: ListSolutionsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
36
|
+
* <p>The specified resource is in use.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>Could not find the specified resource.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
44
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface StartRecommenderCommandOutput extends StartRecommenderResponse,
|
|
|
30
30
|
* @see {@link StartRecommenderCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
34
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
37
|
+
* <p>The specified resource is in use.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Could not find the specified resource.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class StartRecommenderCommand extends $Command<StartRecommenderCommandInput, StartRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
|
|
35
45
|
readonly input: StartRecommenderCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface StopRecommenderCommandOutput extends StopRecommenderResponse, _
|
|
|
29
29
|
* @see {@link StopRecommenderCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
36
|
+
* <p>The specified resource is in use.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>Could not find the specified resource.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class StopRecommenderCommand extends $Command<StopRecommenderCommandInput, StopRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
44
|
readonly input: StopRecommenderCommandInput;
|
|
@@ -42,6 +42,16 @@ export interface StopSolutionVersionCreationCommandOutput extends __MetadataBear
|
|
|
42
42
|
* @see {@link StopSolutionVersionCreationCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
46
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
49
|
+
* <p>The specified resource is in use.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
|
+
* <p>Could not find the specified resource.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
45
55
|
*/
|
|
46
56
|
export declare class StopSolutionVersionCreationCommand extends $Command<StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput, PersonalizeClientResolvedConfig> {
|
|
47
57
|
readonly input: StopSolutionVersionCreationCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
36
|
+
* <p>The limit on the number of requests per second has been exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
39
|
+
* <p>The specified resource is in use.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>Could not find the specified resource.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
45
|
+
* <p>You have exceeded the maximum number of tags you can apply to this resource. </p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
50
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
36
|
+
* <p>The specified resource is in use.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>Could not find the specified resource.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyTagKeysException} (client fault)
|
|
42
|
+
* <p>The request contains more tag keys than can be associated with a resource (50 tag keys per resource). </p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
47
|
readonly input: UntagResourceCommandInput;
|
|
@@ -40,6 +40,16 @@ export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M
|
|
|
40
40
|
* @see {@link UpdateCampaignCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
44
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
47
|
+
* <p>The specified resource is in use.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
50
|
+
* <p>Could not find the specified resource.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
43
53
|
*/
|
|
44
54
|
export declare class UpdateCampaignCommand extends $Command<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, PersonalizeClientResolvedConfig> {
|
|
45
55
|
readonly input: UpdateCampaignCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface UpdateMetricAttributionCommandOutput extends UpdateMetricAttrib
|
|
|
29
29
|
* @see {@link UpdateMetricAttributionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
36
|
+
* <p>The specified resource already exists.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
39
|
+
* <p>The specified resource is in use.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>Could not find the specified resource.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class UpdateMetricAttributionCommand extends $Command<UpdateMetricAttributionCommandInput, UpdateMetricAttributionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
47
|
readonly input: UpdateMetricAttributionCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface UpdateRecommenderCommandOutput extends UpdateRecommenderRespons
|
|
|
29
29
|
* @see {@link UpdateRecommenderCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
36
|
+
* <p>The specified resource is in use.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>Could not find the specified resource.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class UpdateRecommenderCommand extends $Command<UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
44
|
readonly input: UpdateRecommenderCommandInput;
|