@aws-sdk/client-personalize 3.289.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
|
@@ -32,6 +32,25 @@ export interface CreateBatchInferenceJobCommandOutput extends CreateBatchInferen
|
|
|
32
32
|
* @see {@link CreateBatchInferenceJobCommandOutput} 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 LimitExceededException} (client fault)
|
|
39
|
+
* <p>The limit on the number of requests per second has been exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
42
|
+
* <p>The specified resource already exists.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
45
|
+
* <p>The specified resource is in use.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>Could not find the specified resource.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
51
|
+
* <p>You have exceeded the maximum number of tags you can apply to this resource. </p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
35
54
|
*/
|
|
36
55
|
export declare class CreateBatchInferenceJobCommand extends $Command<CreateBatchInferenceJobCommandInput, CreateBatchInferenceJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
37
56
|
readonly input: CreateBatchInferenceJobCommandInput;
|
|
@@ -31,6 +31,25 @@ export interface CreateBatchSegmentJobCommandOutput extends CreateBatchSegmentJo
|
|
|
31
31
|
* @see {@link CreateBatchSegmentJobCommandOutput} 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 LimitExceededException} (client fault)
|
|
38
|
+
* <p>The limit on the number of requests per second has been exceeded.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
41
|
+
* <p>The specified resource already exists.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
44
|
+
* <p>The specified resource is in use.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>Could not find the specified resource.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
50
|
+
* <p>You have exceeded the maximum number of tags you can apply to this resource. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
34
53
|
*/
|
|
35
54
|
export declare class CreateBatchSegmentJobCommand extends $Command<CreateBatchSegmentJobCommandInput, CreateBatchSegmentJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
36
55
|
readonly input: CreateBatchSegmentJobCommandInput;
|
|
@@ -98,6 +98,25 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
|
|
|
98
98
|
* @see {@link CreateCampaignCommandOutput} for command's `response` shape.
|
|
99
99
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
100
100
|
*
|
|
101
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
102
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
103
|
+
*
|
|
104
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
105
|
+
* <p>The limit on the number of requests per second has been exceeded.</p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
108
|
+
* <p>The specified resource already exists.</p>
|
|
109
|
+
*
|
|
110
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
111
|
+
* <p>The specified resource is in use.</p>
|
|
112
|
+
*
|
|
113
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
114
|
+
* <p>Could not find the specified resource.</p>
|
|
115
|
+
*
|
|
116
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
117
|
+
* <p>You have exceeded the maximum number of tags you can apply to this resource. </p>
|
|
118
|
+
*
|
|
119
|
+
*
|
|
101
120
|
*/
|
|
102
121
|
export declare class CreateCampaignCommand extends $Command<CreateCampaignCommandInput, CreateCampaignCommandOutput, PersonalizeClientResolvedConfig> {
|
|
103
122
|
readonly input: CreateCampaignCommandInput;
|
|
@@ -83,6 +83,25 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
|
|
|
83
83
|
* @see {@link CreateDatasetCommandOutput} for command's `response` shape.
|
|
84
84
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
85
85
|
*
|
|
86
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
87
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
90
|
+
* <p>The limit on the number of requests per second has been exceeded.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
93
|
+
* <p>The specified resource already exists.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
96
|
+
* <p>The specified resource is in use.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
99
|
+
* <p>Could not find the specified resource.</p>
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
102
|
+
* <p>You have exceeded the maximum number of tags you can apply to this resource. </p>
|
|
103
|
+
*
|
|
104
|
+
*
|
|
86
105
|
*/
|
|
87
106
|
export declare class CreateDatasetCommand extends $Command<CreateDatasetCommandInput, CreateDatasetCommandOutput, PersonalizeClientResolvedConfig> {
|
|
88
107
|
readonly input: CreateDatasetCommandInput;
|
|
@@ -47,6 +47,25 @@ export interface CreateDatasetExportJobCommandOutput extends CreateDatasetExport
|
|
|
47
47
|
* @see {@link CreateDatasetExportJobCommandOutput} 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 LimitExceededException} (client fault)
|
|
54
|
+
* <p>The limit on the number of requests per second has been exceeded.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
57
|
+
* <p>The specified resource already exists.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
60
|
+
* <p>The specified resource is in use.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
63
|
+
* <p>Could not find the specified resource.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
66
|
+
* <p>You have exceeded the maximum number of tags you can apply to this resource. </p>
|
|
67
|
+
*
|
|
68
|
+
*
|
|
50
69
|
*/
|
|
51
70
|
export declare class CreateDatasetExportJobCommand extends $Command<CreateDatasetExportJobCommandInput, CreateDatasetExportJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
52
71
|
readonly input: CreateDatasetExportJobCommandInput;
|
|
@@ -109,6 +109,19 @@ export interface CreateDatasetGroupCommandOutput extends CreateDatasetGroupRespo
|
|
|
109
109
|
* @see {@link CreateDatasetGroupCommandOutput} for command's `response` shape.
|
|
110
110
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
111
111
|
*
|
|
112
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
113
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
114
|
+
*
|
|
115
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
116
|
+
* <p>The limit on the number of requests per second has been exceeded.</p>
|
|
117
|
+
*
|
|
118
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
119
|
+
* <p>The specified resource already exists.</p>
|
|
120
|
+
*
|
|
121
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
122
|
+
* <p>You have exceeded the maximum number of tags you can apply to this resource. </p>
|
|
123
|
+
*
|
|
124
|
+
*
|
|
112
125
|
*/
|
|
113
126
|
export declare class CreateDatasetGroupCommand extends $Command<CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput, PersonalizeClientResolvedConfig> {
|
|
114
127
|
readonly input: CreateDatasetGroupCommandInput;
|
|
@@ -76,6 +76,25 @@ export interface CreateDatasetImportJobCommandOutput extends CreateDatasetImport
|
|
|
76
76
|
* @see {@link CreateDatasetImportJobCommandOutput} for command's `response` shape.
|
|
77
77
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
78
78
|
*
|
|
79
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
80
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
83
|
+
* <p>The limit on the number of requests per second has been exceeded.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
86
|
+
* <p>The specified resource already exists.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
89
|
+
* <p>The specified resource is in use.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
92
|
+
* <p>Could not find the specified resource.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
95
|
+
* <p>You have exceeded the maximum number of tags you can apply to this resource. </p>
|
|
96
|
+
*
|
|
97
|
+
*
|
|
79
98
|
*/
|
|
80
99
|
export declare class CreateDatasetImportJobCommand extends $Command<CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
81
100
|
readonly input: CreateDatasetImportJobCommandInput;
|
|
@@ -74,6 +74,25 @@ export interface CreateEventTrackerCommandOutput extends CreateEventTrackerRespo
|
|
|
74
74
|
* @see {@link CreateEventTrackerCommandOutput} for command's `response` shape.
|
|
75
75
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
76
76
|
*
|
|
77
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
78
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
81
|
+
* <p>The limit on the number of requests per second has been exceeded.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
84
|
+
* <p>The specified resource already exists.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
87
|
+
* <p>The specified resource is in use.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
90
|
+
* <p>Could not find the specified resource.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
93
|
+
* <p>You have exceeded the maximum number of tags you can apply to this resource. </p>
|
|
94
|
+
*
|
|
95
|
+
*
|
|
77
96
|
*/
|
|
78
97
|
export declare class CreateEventTrackerCommand extends $Command<CreateEventTrackerCommandInput, CreateEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
|
|
79
98
|
readonly input: CreateEventTrackerCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
|
|
|
29
29
|
* @see {@link CreateFilterCommandOutput} 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 ResourceAlreadyExistsException} (client fault)
|
|
39
|
+
* <p>The specified resource already exists.</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 CreateFilterCommand extends $Command<CreateFilterCommandInput, CreateFilterCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
50
|
readonly input: CreateFilterCommandInput;
|
|
@@ -31,6 +31,22 @@ export interface CreateMetricAttributionCommandOutput extends CreateMetricAttrib
|
|
|
31
31
|
* @see {@link CreateMetricAttributionCommandOutput} 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 LimitExceededException} (client fault)
|
|
38
|
+
* <p>The limit on the number of requests per second has been exceeded.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
41
|
+
* <p>The specified resource already exists.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
44
|
+
* <p>The specified resource is in use.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>Could not find the specified resource.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
34
50
|
*/
|
|
35
51
|
export declare class CreateMetricAttributionCommand extends $Command<CreateMetricAttributionCommandInput, CreateMetricAttributionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
36
52
|
readonly input: CreateMetricAttributionCommandInput;
|
|
@@ -104,6 +104,25 @@ export interface CreateRecommenderCommandOutput extends CreateRecommenderRespons
|
|
|
104
104
|
* @see {@link CreateRecommenderCommandOutput} for command's `response` shape.
|
|
105
105
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
106
106
|
*
|
|
107
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
108
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
109
|
+
*
|
|
110
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
111
|
+
* <p>The limit on the number of requests per second has been exceeded.</p>
|
|
112
|
+
*
|
|
113
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
114
|
+
* <p>The specified resource already exists.</p>
|
|
115
|
+
*
|
|
116
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
117
|
+
* <p>The specified resource is in use.</p>
|
|
118
|
+
*
|
|
119
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
120
|
+
* <p>Could not find the specified resource.</p>
|
|
121
|
+
*
|
|
122
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
123
|
+
* <p>You have exceeded the maximum number of tags you can apply to this resource. </p>
|
|
124
|
+
*
|
|
125
|
+
*
|
|
107
126
|
*/
|
|
108
127
|
export declare class CreateRecommenderCommand extends $Command<CreateRecommenderCommandInput, CreateRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
|
|
109
128
|
readonly input: CreateRecommenderCommandInput;
|
|
@@ -55,6 +55,16 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
|
|
|
55
55
|
* @see {@link CreateSchemaCommandOutput} for command's `response` shape.
|
|
56
56
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
57
57
|
*
|
|
58
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
59
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
62
|
+
* <p>The limit on the number of requests per second has been exceeded.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
65
|
+
* <p>The specified resource already exists.</p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
58
68
|
*/
|
|
59
69
|
export declare class CreateSchemaCommand extends $Command<CreateSchemaCommandInput, CreateSchemaCommandOutput, PersonalizeClientResolvedConfig> {
|
|
60
70
|
readonly input: CreateSchemaCommandInput;
|
|
@@ -101,6 +101,25 @@ export interface CreateSolutionCommandOutput extends CreateSolutionResponse, __M
|
|
|
101
101
|
* @see {@link CreateSolutionCommandOutput} for command's `response` shape.
|
|
102
102
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
103
103
|
*
|
|
104
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
105
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
108
|
+
* <p>The limit on the number of requests per second has been exceeded.</p>
|
|
109
|
+
*
|
|
110
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
111
|
+
* <p>The specified resource already exists.</p>
|
|
112
|
+
*
|
|
113
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
114
|
+
* <p>The specified resource is in use.</p>
|
|
115
|
+
*
|
|
116
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
117
|
+
* <p>Could not find the specified resource.</p>
|
|
118
|
+
*
|
|
119
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
120
|
+
* <p>You have exceeded the maximum number of tags you can apply to this resource. </p>
|
|
121
|
+
*
|
|
122
|
+
*
|
|
104
123
|
*/
|
|
105
124
|
export declare class CreateSolutionCommand extends $Command<CreateSolutionCommandInput, CreateSolutionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
106
125
|
readonly input: CreateSolutionCommandInput;
|
|
@@ -95,6 +95,25 @@ export interface CreateSolutionVersionCommandOutput extends CreateSolutionVersio
|
|
|
95
95
|
* @see {@link CreateSolutionVersionCommandOutput} for command's `response` shape.
|
|
96
96
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
97
97
|
*
|
|
98
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
99
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
102
|
+
* <p>The limit on the number of requests per second has been exceeded.</p>
|
|
103
|
+
*
|
|
104
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
105
|
+
* <p>The specified resource already exists.</p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
108
|
+
* <p>The specified resource is in use.</p>
|
|
109
|
+
*
|
|
110
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
111
|
+
* <p>Could not find the specified resource.</p>
|
|
112
|
+
*
|
|
113
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
114
|
+
* <p>You have exceeded the maximum number of tags you can apply to this resource. </p>
|
|
115
|
+
*
|
|
116
|
+
*
|
|
98
117
|
*/
|
|
99
118
|
export declare class CreateSolutionVersionCommand extends $Command<CreateSolutionVersionCommandInput, CreateSolutionVersionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
100
119
|
readonly input: CreateSolutionVersionCommandInput;
|
|
@@ -34,6 +34,16 @@ export interface DeleteCampaignCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* @see {@link DeleteCampaignCommandOutput} 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 ResourceInUseException} (client fault)
|
|
41
|
+
* <p>The specified resource is in use.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>Could not find the specified resource.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
37
47
|
*/
|
|
38
48
|
export declare class DeleteCampaignCommand extends $Command<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, PersonalizeClientResolvedConfig> {
|
|
39
49
|
readonly input: DeleteCampaignCommandInput;
|
|
@@ -32,6 +32,16 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* @see {@link DeleteDatasetCommandOutput} 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 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
|
+
*
|
|
35
45
|
*/
|
|
36
46
|
export declare class DeleteDatasetCommand extends $Command<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, PersonalizeClientResolvedConfig> {
|
|
37
47
|
readonly input: DeleteDatasetCommandInput;
|
|
@@ -41,6 +41,16 @@ export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {
|
|
|
41
41
|
* @see {@link DeleteDatasetGroupCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
48
|
+
* <p>The specified resource is in use.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
|
+
* <p>Could not find the specified resource.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
44
54
|
*/
|
|
45
55
|
export declare class DeleteDatasetGroupCommand extends $Command<DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput, PersonalizeClientResolvedConfig> {
|
|
46
56
|
readonly input: DeleteDatasetGroupCommandInput;
|
|
@@ -31,6 +31,16 @@ export interface DeleteEventTrackerCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* @see {@link DeleteEventTrackerCommandOutput} 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 ResourceInUseException} (client fault)
|
|
38
|
+
* <p>The specified resource is in use.</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 DeleteEventTrackerCommand extends $Command<DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
|
|
36
46
|
readonly input: DeleteEventTrackerCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DeleteFilterCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteFilterCommandOutput} 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 DeleteFilterCommand extends $Command<DeleteFilterCommandInput, DeleteFilterCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
44
|
readonly input: DeleteFilterCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DeleteMetricAttributionCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteMetricAttributionCommandOutput} 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 DeleteMetricAttributionCommand extends $Command<DeleteMetricAttributionCommandInput, DeleteMetricAttributionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
44
|
readonly input: DeleteMetricAttributionCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface DeleteRecommenderCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* @see {@link DeleteRecommenderCommandOutput} 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 DeleteRecommenderCommand extends $Command<DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
|
|
35
45
|
readonly input: DeleteRecommenderCommandInput;
|
|
@@ -31,6 +31,16 @@ export interface DeleteSchemaCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* @see {@link DeleteSchemaCommandOutput} 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 ResourceInUseException} (client fault)
|
|
38
|
+
* <p>The specified resource is in use.</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 DeleteSchemaCommand extends $Command<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, PersonalizeClientResolvedConfig> {
|
|
36
46
|
readonly input: DeleteSchemaCommandInput;
|
|
@@ -35,6 +35,16 @@ export interface DeleteSolutionCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
* @see {@link DeleteSolutionCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
39
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
42
|
+
* <p>The specified resource is in use.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>Could not find the specified resource.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
38
48
|
*/
|
|
39
49
|
export declare class DeleteSolutionCommand extends $Command<DeleteSolutionCommandInput, DeleteSolutionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
40
50
|
readonly input: DeleteSolutionCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeAlgorithmCommandOutput extends DescribeAlgorithmRespons
|
|
|
29
29
|
* @see {@link DescribeAlgorithmCommandOutput} 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 DescribeAlgorithmCommand extends $Command<DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeAlgorithmCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface DescribeBatchInferenceJobCommandOutput extends DescribeBatchInf
|
|
|
31
31
|
* @see {@link DescribeBatchInferenceJobCommandOutput} 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 DescribeBatchInferenceJobCommand extends $Command<DescribeBatchInferenceJobCommandInput, DescribeBatchInferenceJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
36
43
|
readonly input: DescribeBatchInferenceJobCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface DescribeBatchSegmentJobCommandOutput extends DescribeBatchSegme
|
|
|
31
31
|
* @see {@link DescribeBatchSegmentJobCommandOutput} 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 DescribeBatchSegmentJobCommand extends $Command<DescribeBatchSegmentJobCommandInput, DescribeBatchSegmentJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
36
43
|
readonly input: DescribeBatchSegmentJobCommandInput;
|
|
@@ -41,6 +41,13 @@ export interface DescribeCampaignCommandOutput extends DescribeCampaignResponse,
|
|
|
41
41
|
* @see {@link DescribeCampaignCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>Provide a valid value for the field or parameter.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>Could not find the specified resource.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
44
51
|
*/
|
|
45
52
|
export declare class DescribeCampaignCommand extends $Command<DescribeCampaignCommandInput, DescribeCampaignCommandOutput, PersonalizeClientResolvedConfig> {
|
|
46
53
|
readonly input: DescribeCampaignCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
|
|
|
30
30
|
* @see {@link DescribeDatasetCommandOutput} 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 DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, PersonalizeClientResolvedConfig> {
|
|
35
42
|
readonly input: DescribeDatasetCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeDatasetExportJobCommandOutput extends DescribeDatasetEx
|
|
|
29
29
|
* @see {@link DescribeDatasetExportJobCommandOutput} 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 DescribeDatasetExportJobCommand extends $Command<DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeDatasetExportJobCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface DescribeDatasetGroupCommandOutput extends DescribeDatasetGroupR
|
|
|
30
30
|
* @see {@link DescribeDatasetGroupCommandOutput} 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 DescribeDatasetGroupCommand extends $Command<DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput, PersonalizeClientResolvedConfig> {
|
|
35
42
|
readonly input: DescribeDatasetGroupCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeDatasetImportJobCommandOutput extends DescribeDatasetIm
|
|
|
29
29
|
* @see {@link DescribeDatasetImportJobCommandOutput} 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 DescribeDatasetImportJobCommand extends $Command<DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeDatasetImportJobCommandInput;
|