@aws-sdk/client-personalize 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/Personalize.d.ts +1084 -305
- package/dist-types/ts3.4/PersonalizeClient.d.ts +489 -133
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +60 -60
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/PersonalizeServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2051 -1896
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListBatchInferenceJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBatchSegmentJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetExportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEventTrackersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSolutionVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSolutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +725 -182
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
PersonalizeClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../PersonalizeClient";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class TagResourceCommand extends $Command<
|
|
20
|
+
TagResourceCommandInput,
|
|
21
|
+
TagResourceCommandOutput,
|
|
22
|
+
PersonalizeClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: TagResourceCommandInput;
|
|
25
|
+
constructor(input: TagResourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UntagResourceRequest,
|
|
10
|
+
UntagResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UntagResourceCommand extends $Command<
|
|
23
|
+
UntagResourceCommandInput,
|
|
24
|
+
UntagResourceCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UntagResourceCommandInput;
|
|
28
|
+
constructor(input: UntagResourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateCampaignRequest,
|
|
10
|
+
UpdateCampaignResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface UpdateCampaignCommandInput extends UpdateCampaignRequest {}
|
|
18
|
+
export interface UpdateCampaignCommandOutput
|
|
19
|
+
extends UpdateCampaignResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateCampaignCommand extends $Command<
|
|
23
|
+
UpdateCampaignCommandInput,
|
|
24
|
+
UpdateCampaignCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateCampaignCommandInput;
|
|
28
|
+
constructor(input: UpdateCampaignCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateCampaignCommandInput, UpdateCampaignCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateRecommenderRequest,
|
|
10
|
+
UpdateRecommenderResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface UpdateRecommenderCommandInput
|
|
18
|
+
extends UpdateRecommenderRequest {}
|
|
19
|
+
export interface UpdateRecommenderCommandOutput
|
|
20
|
+
extends UpdateRecommenderResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateRecommenderCommand extends $Command<
|
|
24
|
+
UpdateRecommenderCommandInput,
|
|
25
|
+
UpdateRecommenderCommandOutput,
|
|
26
|
+
PersonalizeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateRecommenderCommandInput;
|
|
29
|
+
constructor(input: UpdateRecommenderCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
export * from "./CreateBatchInferenceJobCommand";
|
|
2
|
-
export * from "./CreateBatchSegmentJobCommand";
|
|
3
|
-
export * from "./CreateCampaignCommand";
|
|
4
|
-
export * from "./CreateDatasetCommand";
|
|
5
|
-
export * from "./CreateDatasetExportJobCommand";
|
|
6
|
-
export * from "./CreateDatasetGroupCommand";
|
|
7
|
-
export * from "./CreateDatasetImportJobCommand";
|
|
8
|
-
export * from "./CreateEventTrackerCommand";
|
|
9
|
-
export * from "./CreateFilterCommand";
|
|
10
|
-
export * from "./CreateRecommenderCommand";
|
|
11
|
-
export * from "./CreateSchemaCommand";
|
|
12
|
-
export * from "./CreateSolutionCommand";
|
|
13
|
-
export * from "./CreateSolutionVersionCommand";
|
|
14
|
-
export * from "./DeleteCampaignCommand";
|
|
15
|
-
export * from "./DeleteDatasetCommand";
|
|
16
|
-
export * from "./DeleteDatasetGroupCommand";
|
|
17
|
-
export * from "./DeleteEventTrackerCommand";
|
|
18
|
-
export * from "./DeleteFilterCommand";
|
|
19
|
-
export * from "./DeleteRecommenderCommand";
|
|
20
|
-
export * from "./DeleteSchemaCommand";
|
|
21
|
-
export * from "./DeleteSolutionCommand";
|
|
22
|
-
export * from "./DescribeAlgorithmCommand";
|
|
23
|
-
export * from "./DescribeBatchInferenceJobCommand";
|
|
24
|
-
export * from "./DescribeBatchSegmentJobCommand";
|
|
25
|
-
export * from "./DescribeCampaignCommand";
|
|
26
|
-
export * from "./DescribeDatasetCommand";
|
|
27
|
-
export * from "./DescribeDatasetExportJobCommand";
|
|
28
|
-
export * from "./DescribeDatasetGroupCommand";
|
|
29
|
-
export * from "./DescribeDatasetImportJobCommand";
|
|
30
|
-
export * from "./DescribeEventTrackerCommand";
|
|
31
|
-
export * from "./DescribeFeatureTransformationCommand";
|
|
32
|
-
export * from "./DescribeFilterCommand";
|
|
33
|
-
export * from "./DescribeRecipeCommand";
|
|
34
|
-
export * from "./DescribeRecommenderCommand";
|
|
35
|
-
export * from "./DescribeSchemaCommand";
|
|
36
|
-
export * from "./DescribeSolutionCommand";
|
|
37
|
-
export * from "./DescribeSolutionVersionCommand";
|
|
38
|
-
export * from "./GetSolutionMetricsCommand";
|
|
39
|
-
export * from "./ListBatchInferenceJobsCommand";
|
|
40
|
-
export * from "./ListBatchSegmentJobsCommand";
|
|
41
|
-
export * from "./ListCampaignsCommand";
|
|
42
|
-
export * from "./ListDatasetExportJobsCommand";
|
|
43
|
-
export * from "./ListDatasetGroupsCommand";
|
|
44
|
-
export * from "./ListDatasetImportJobsCommand";
|
|
45
|
-
export * from "./ListDatasetsCommand";
|
|
46
|
-
export * from "./ListEventTrackersCommand";
|
|
47
|
-
export * from "./ListFiltersCommand";
|
|
48
|
-
export * from "./ListRecipesCommand";
|
|
49
|
-
export * from "./ListRecommendersCommand";
|
|
50
|
-
export * from "./ListSchemasCommand";
|
|
51
|
-
export * from "./ListSolutionVersionsCommand";
|
|
52
|
-
export * from "./ListSolutionsCommand";
|
|
53
|
-
export * from "./ListTagsForResourceCommand";
|
|
54
|
-
export * from "./StartRecommenderCommand";
|
|
55
|
-
export * from "./StopRecommenderCommand";
|
|
56
|
-
export * from "./StopSolutionVersionCreationCommand";
|
|
57
|
-
export * from "./TagResourceCommand";
|
|
58
|
-
export * from "./UntagResourceCommand";
|
|
59
|
-
export * from "./UpdateCampaignCommand";
|
|
60
|
-
export * from "./UpdateRecommenderCommand";
|
|
1
|
+
export * from "./CreateBatchInferenceJobCommand";
|
|
2
|
+
export * from "./CreateBatchSegmentJobCommand";
|
|
3
|
+
export * from "./CreateCampaignCommand";
|
|
4
|
+
export * from "./CreateDatasetCommand";
|
|
5
|
+
export * from "./CreateDatasetExportJobCommand";
|
|
6
|
+
export * from "./CreateDatasetGroupCommand";
|
|
7
|
+
export * from "./CreateDatasetImportJobCommand";
|
|
8
|
+
export * from "./CreateEventTrackerCommand";
|
|
9
|
+
export * from "./CreateFilterCommand";
|
|
10
|
+
export * from "./CreateRecommenderCommand";
|
|
11
|
+
export * from "./CreateSchemaCommand";
|
|
12
|
+
export * from "./CreateSolutionCommand";
|
|
13
|
+
export * from "./CreateSolutionVersionCommand";
|
|
14
|
+
export * from "./DeleteCampaignCommand";
|
|
15
|
+
export * from "./DeleteDatasetCommand";
|
|
16
|
+
export * from "./DeleteDatasetGroupCommand";
|
|
17
|
+
export * from "./DeleteEventTrackerCommand";
|
|
18
|
+
export * from "./DeleteFilterCommand";
|
|
19
|
+
export * from "./DeleteRecommenderCommand";
|
|
20
|
+
export * from "./DeleteSchemaCommand";
|
|
21
|
+
export * from "./DeleteSolutionCommand";
|
|
22
|
+
export * from "./DescribeAlgorithmCommand";
|
|
23
|
+
export * from "./DescribeBatchInferenceJobCommand";
|
|
24
|
+
export * from "./DescribeBatchSegmentJobCommand";
|
|
25
|
+
export * from "./DescribeCampaignCommand";
|
|
26
|
+
export * from "./DescribeDatasetCommand";
|
|
27
|
+
export * from "./DescribeDatasetExportJobCommand";
|
|
28
|
+
export * from "./DescribeDatasetGroupCommand";
|
|
29
|
+
export * from "./DescribeDatasetImportJobCommand";
|
|
30
|
+
export * from "./DescribeEventTrackerCommand";
|
|
31
|
+
export * from "./DescribeFeatureTransformationCommand";
|
|
32
|
+
export * from "./DescribeFilterCommand";
|
|
33
|
+
export * from "./DescribeRecipeCommand";
|
|
34
|
+
export * from "./DescribeRecommenderCommand";
|
|
35
|
+
export * from "./DescribeSchemaCommand";
|
|
36
|
+
export * from "./DescribeSolutionCommand";
|
|
37
|
+
export * from "./DescribeSolutionVersionCommand";
|
|
38
|
+
export * from "./GetSolutionMetricsCommand";
|
|
39
|
+
export * from "./ListBatchInferenceJobsCommand";
|
|
40
|
+
export * from "./ListBatchSegmentJobsCommand";
|
|
41
|
+
export * from "./ListCampaignsCommand";
|
|
42
|
+
export * from "./ListDatasetExportJobsCommand";
|
|
43
|
+
export * from "./ListDatasetGroupsCommand";
|
|
44
|
+
export * from "./ListDatasetImportJobsCommand";
|
|
45
|
+
export * from "./ListDatasetsCommand";
|
|
46
|
+
export * from "./ListEventTrackersCommand";
|
|
47
|
+
export * from "./ListFiltersCommand";
|
|
48
|
+
export * from "./ListRecipesCommand";
|
|
49
|
+
export * from "./ListRecommendersCommand";
|
|
50
|
+
export * from "./ListSchemasCommand";
|
|
51
|
+
export * from "./ListSolutionVersionsCommand";
|
|
52
|
+
export * from "./ListSolutionsCommand";
|
|
53
|
+
export * from "./ListTagsForResourceCommand";
|
|
54
|
+
export * from "./StartRecommenderCommand";
|
|
55
|
+
export * from "./StopRecommenderCommand";
|
|
56
|
+
export * from "./StopSolutionVersionCreationCommand";
|
|
57
|
+
export * from "./TagResourceCommand";
|
|
58
|
+
export * from "./UntagResourceCommand";
|
|
59
|
+
export * from "./UpdateCampaignCommand";
|
|
60
|
+
export * from "./UpdateRecommenderCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Personalize";
|
|
2
|
-
export * from "./PersonalizeClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { PersonalizeServiceException } from "./models/PersonalizeServiceException";
|
|
1
|
+
export * from "./Personalize";
|
|
2
|
+
export * from "./PersonalizeClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { PersonalizeServiceException } from "./models/PersonalizeServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class PersonalizeServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|