@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,41 @@
|
|
|
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
|
+
CreateBatchInferenceJobRequest,
|
|
10
|
+
CreateBatchInferenceJobResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface CreateBatchInferenceJobCommandInput
|
|
18
|
+
extends CreateBatchInferenceJobRequest {}
|
|
19
|
+
export interface CreateBatchInferenceJobCommandOutput
|
|
20
|
+
extends CreateBatchInferenceJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateBatchInferenceJobCommand extends $Command<
|
|
24
|
+
CreateBatchInferenceJobCommandInput,
|
|
25
|
+
CreateBatchInferenceJobCommandOutput,
|
|
26
|
+
PersonalizeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateBatchInferenceJobCommandInput;
|
|
29
|
+
constructor(input: CreateBatchInferenceJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateBatchInferenceJobCommandInput,
|
|
37
|
+
CreateBatchInferenceJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
CreateBatchSegmentJobRequest,
|
|
10
|
+
CreateBatchSegmentJobResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface CreateBatchSegmentJobCommandInput
|
|
18
|
+
extends CreateBatchSegmentJobRequest {}
|
|
19
|
+
export interface CreateBatchSegmentJobCommandOutput
|
|
20
|
+
extends CreateBatchSegmentJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateBatchSegmentJobCommand extends $Command<
|
|
24
|
+
CreateBatchSegmentJobCommandInput,
|
|
25
|
+
CreateBatchSegmentJobCommandOutput,
|
|
26
|
+
PersonalizeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateBatchSegmentJobCommandInput;
|
|
29
|
+
constructor(input: CreateBatchSegmentJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateBatchSegmentJobCommandInput,
|
|
37
|
+
CreateBatchSegmentJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
CreateCampaignRequest,
|
|
10
|
+
CreateCampaignResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface CreateCampaignCommandInput extends CreateCampaignRequest {}
|
|
18
|
+
export interface CreateCampaignCommandOutput
|
|
19
|
+
extends CreateCampaignResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateCampaignCommand extends $Command<
|
|
23
|
+
CreateCampaignCommandInput,
|
|
24
|
+
CreateCampaignCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateCampaignCommandInput;
|
|
28
|
+
constructor(input: CreateCampaignCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateCampaignCommandInput, CreateCampaignCommandOutput>;
|
|
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
|
+
CreateDatasetRequest,
|
|
10
|
+
CreateDatasetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
|
|
18
|
+
export interface CreateDatasetCommandOutput
|
|
19
|
+
extends CreateDatasetResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateDatasetCommand extends $Command<
|
|
23
|
+
CreateDatasetCommandInput,
|
|
24
|
+
CreateDatasetCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateDatasetCommandInput;
|
|
28
|
+
constructor(input: CreateDatasetCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateDatasetCommandInput, CreateDatasetCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
CreateDatasetExportJobRequest,
|
|
10
|
+
CreateDatasetExportJobResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface CreateDatasetExportJobCommandInput
|
|
18
|
+
extends CreateDatasetExportJobRequest {}
|
|
19
|
+
export interface CreateDatasetExportJobCommandOutput
|
|
20
|
+
extends CreateDatasetExportJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateDatasetExportJobCommand extends $Command<
|
|
24
|
+
CreateDatasetExportJobCommandInput,
|
|
25
|
+
CreateDatasetExportJobCommandOutput,
|
|
26
|
+
PersonalizeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateDatasetExportJobCommandInput;
|
|
29
|
+
constructor(input: CreateDatasetExportJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateDatasetExportJobCommandInput,
|
|
37
|
+
CreateDatasetExportJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
CreateDatasetGroupRequest,
|
|
10
|
+
CreateDatasetGroupResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface CreateDatasetGroupCommandInput
|
|
18
|
+
extends CreateDatasetGroupRequest {}
|
|
19
|
+
export interface CreateDatasetGroupCommandOutput
|
|
20
|
+
extends CreateDatasetGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateDatasetGroupCommand extends $Command<
|
|
24
|
+
CreateDatasetGroupCommandInput,
|
|
25
|
+
CreateDatasetGroupCommandOutput,
|
|
26
|
+
PersonalizeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateDatasetGroupCommandInput;
|
|
29
|
+
constructor(input: CreateDatasetGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
CreateDatasetImportJobRequest,
|
|
10
|
+
CreateDatasetImportJobResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface CreateDatasetImportJobCommandInput
|
|
18
|
+
extends CreateDatasetImportJobRequest {}
|
|
19
|
+
export interface CreateDatasetImportJobCommandOutput
|
|
20
|
+
extends CreateDatasetImportJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateDatasetImportJobCommand extends $Command<
|
|
24
|
+
CreateDatasetImportJobCommandInput,
|
|
25
|
+
CreateDatasetImportJobCommandOutput,
|
|
26
|
+
PersonalizeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateDatasetImportJobCommandInput;
|
|
29
|
+
constructor(input: CreateDatasetImportJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateDatasetImportJobCommandInput,
|
|
37
|
+
CreateDatasetImportJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
CreateEventTrackerRequest,
|
|
10
|
+
CreateEventTrackerResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface CreateEventTrackerCommandInput
|
|
18
|
+
extends CreateEventTrackerRequest {}
|
|
19
|
+
export interface CreateEventTrackerCommandOutput
|
|
20
|
+
extends CreateEventTrackerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateEventTrackerCommand extends $Command<
|
|
24
|
+
CreateEventTrackerCommandInput,
|
|
25
|
+
CreateEventTrackerCommandOutput,
|
|
26
|
+
PersonalizeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateEventTrackerCommandInput;
|
|
29
|
+
constructor(input: CreateEventTrackerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateEventTrackerCommandInput, CreateEventTrackerCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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 { CreateFilterRequest, CreateFilterResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
PersonalizeClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../PersonalizeClient";
|
|
14
|
+
export interface CreateFilterCommandInput extends CreateFilterRequest {}
|
|
15
|
+
export interface CreateFilterCommandOutput
|
|
16
|
+
extends CreateFilterResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateFilterCommand extends $Command<
|
|
20
|
+
CreateFilterCommandInput,
|
|
21
|
+
CreateFilterCommandOutput,
|
|
22
|
+
PersonalizeClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateFilterCommandInput;
|
|
25
|
+
constructor(input: CreateFilterCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateFilterCommandInput, CreateFilterCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
CreateRecommenderRequest,
|
|
10
|
+
CreateRecommenderResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface CreateRecommenderCommandInput
|
|
18
|
+
extends CreateRecommenderRequest {}
|
|
19
|
+
export interface CreateRecommenderCommandOutput
|
|
20
|
+
extends CreateRecommenderResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateRecommenderCommand extends $Command<
|
|
24
|
+
CreateRecommenderCommandInput,
|
|
25
|
+
CreateRecommenderCommandOutput,
|
|
26
|
+
PersonalizeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateRecommenderCommandInput;
|
|
29
|
+
constructor(input: CreateRecommenderCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateRecommenderCommandInput, CreateRecommenderCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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 { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
PersonalizeClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../PersonalizeClient";
|
|
14
|
+
export interface CreateSchemaCommandInput extends CreateSchemaRequest {}
|
|
15
|
+
export interface CreateSchemaCommandOutput
|
|
16
|
+
extends CreateSchemaResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateSchemaCommand extends $Command<
|
|
20
|
+
CreateSchemaCommandInput,
|
|
21
|
+
CreateSchemaCommandOutput,
|
|
22
|
+
PersonalizeClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateSchemaCommandInput;
|
|
25
|
+
constructor(input: CreateSchemaCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateSchemaCommandInput, CreateSchemaCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|