@aws-sdk/client-personalize 3.169.0 → 3.171.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 +1024 -305
- package/dist-types/ts3.4/PersonalizeClient.d.ts +464 -133
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +36 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1439 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
DescribeSolutionRequest,
|
|
10
|
+
DescribeSolutionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface DescribeSolutionCommandInput extends DescribeSolutionRequest {}
|
|
18
|
+
export interface DescribeSolutionCommandOutput
|
|
19
|
+
extends DescribeSolutionResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeSolutionCommand extends $Command<
|
|
22
|
+
DescribeSolutionCommandInput,
|
|
23
|
+
DescribeSolutionCommandOutput,
|
|
24
|
+
PersonalizeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeSolutionCommandInput;
|
|
27
|
+
constructor(input: DescribeSolutionCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeSolutionCommandInput, DescribeSolutionCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
DescribeSolutionVersionRequest,
|
|
10
|
+
DescribeSolutionVersionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface DescribeSolutionVersionCommandInput
|
|
18
|
+
extends DescribeSolutionVersionRequest {}
|
|
19
|
+
export interface DescribeSolutionVersionCommandOutput
|
|
20
|
+
extends DescribeSolutionVersionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeSolutionVersionCommand extends $Command<
|
|
23
|
+
DescribeSolutionVersionCommandInput,
|
|
24
|
+
DescribeSolutionVersionCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeSolutionVersionCommandInput;
|
|
28
|
+
constructor(input: DescribeSolutionVersionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeSolutionVersionCommandInput,
|
|
35
|
+
DescribeSolutionVersionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
GetSolutionMetricsRequest,
|
|
10
|
+
GetSolutionMetricsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface GetSolutionMetricsCommandInput
|
|
18
|
+
extends GetSolutionMetricsRequest {}
|
|
19
|
+
export interface GetSolutionMetricsCommandOutput
|
|
20
|
+
extends GetSolutionMetricsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetSolutionMetricsCommand extends $Command<
|
|
23
|
+
GetSolutionMetricsCommandInput,
|
|
24
|
+
GetSolutionMetricsCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetSolutionMetricsCommandInput;
|
|
28
|
+
constructor(input: GetSolutionMetricsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ListBatchInferenceJobsRequest,
|
|
10
|
+
ListBatchInferenceJobsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface ListBatchInferenceJobsCommandInput
|
|
18
|
+
extends ListBatchInferenceJobsRequest {}
|
|
19
|
+
export interface ListBatchInferenceJobsCommandOutput
|
|
20
|
+
extends ListBatchInferenceJobsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListBatchInferenceJobsCommand extends $Command<
|
|
23
|
+
ListBatchInferenceJobsCommandInput,
|
|
24
|
+
ListBatchInferenceJobsCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListBatchInferenceJobsCommandInput;
|
|
28
|
+
constructor(input: ListBatchInferenceJobsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListBatchInferenceJobsCommandInput,
|
|
35
|
+
ListBatchInferenceJobsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ListBatchSegmentJobsRequest,
|
|
10
|
+
ListBatchSegmentJobsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface ListBatchSegmentJobsCommandInput
|
|
18
|
+
extends ListBatchSegmentJobsRequest {}
|
|
19
|
+
export interface ListBatchSegmentJobsCommandOutput
|
|
20
|
+
extends ListBatchSegmentJobsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListBatchSegmentJobsCommand extends $Command<
|
|
23
|
+
ListBatchSegmentJobsCommandInput,
|
|
24
|
+
ListBatchSegmentJobsCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListBatchSegmentJobsCommandInput;
|
|
28
|
+
constructor(input: ListBatchSegmentJobsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListBatchSegmentJobsCommandInput,
|
|
35
|
+
ListBatchSegmentJobsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
ListCampaignsRequest,
|
|
10
|
+
ListCampaignsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface ListCampaignsCommandInput extends ListCampaignsRequest {}
|
|
18
|
+
export interface ListCampaignsCommandOutput
|
|
19
|
+
extends ListCampaignsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListCampaignsCommand extends $Command<
|
|
22
|
+
ListCampaignsCommandInput,
|
|
23
|
+
ListCampaignsCommandOutput,
|
|
24
|
+
PersonalizeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListCampaignsCommandInput;
|
|
27
|
+
constructor(input: ListCampaignsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListCampaignsCommandInput, ListCampaignsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ListDatasetExportJobsRequest,
|
|
10
|
+
ListDatasetExportJobsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface ListDatasetExportJobsCommandInput
|
|
18
|
+
extends ListDatasetExportJobsRequest {}
|
|
19
|
+
export interface ListDatasetExportJobsCommandOutput
|
|
20
|
+
extends ListDatasetExportJobsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListDatasetExportJobsCommand extends $Command<
|
|
23
|
+
ListDatasetExportJobsCommandInput,
|
|
24
|
+
ListDatasetExportJobsCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDatasetExportJobsCommandInput;
|
|
28
|
+
constructor(input: ListDatasetExportJobsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListDatasetExportJobsCommandInput,
|
|
35
|
+
ListDatasetExportJobsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
ListDatasetGroupsRequest,
|
|
10
|
+
ListDatasetGroupsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface ListDatasetGroupsCommandInput
|
|
18
|
+
extends ListDatasetGroupsRequest {}
|
|
19
|
+
export interface ListDatasetGroupsCommandOutput
|
|
20
|
+
extends ListDatasetGroupsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListDatasetGroupsCommand extends $Command<
|
|
23
|
+
ListDatasetGroupsCommandInput,
|
|
24
|
+
ListDatasetGroupsCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDatasetGroupsCommandInput;
|
|
28
|
+
constructor(input: ListDatasetGroupsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ListDatasetImportJobsRequest,
|
|
10
|
+
ListDatasetImportJobsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface ListDatasetImportJobsCommandInput
|
|
18
|
+
extends ListDatasetImportJobsRequest {}
|
|
19
|
+
export interface ListDatasetImportJobsCommandOutput
|
|
20
|
+
extends ListDatasetImportJobsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListDatasetImportJobsCommand extends $Command<
|
|
23
|
+
ListDatasetImportJobsCommandInput,
|
|
24
|
+
ListDatasetImportJobsCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDatasetImportJobsCommandInput;
|
|
28
|
+
constructor(input: ListDatasetImportJobsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListDatasetImportJobsCommandInput,
|
|
35
|
+
ListDatasetImportJobsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
PersonalizeClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../PersonalizeClient";
|
|
14
|
+
export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
|
|
15
|
+
export interface ListDatasetsCommandOutput
|
|
16
|
+
extends ListDatasetsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListDatasetsCommand extends $Command<
|
|
19
|
+
ListDatasetsCommandInput,
|
|
20
|
+
ListDatasetsCommandOutput,
|
|
21
|
+
PersonalizeClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListDatasetsCommandInput;
|
|
24
|
+
constructor(input: ListDatasetsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListDatasetsCommandInput, ListDatasetsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
ListEventTrackersRequest,
|
|
10
|
+
ListEventTrackersResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface ListEventTrackersCommandInput
|
|
18
|
+
extends ListEventTrackersRequest {}
|
|
19
|
+
export interface ListEventTrackersCommandOutput
|
|
20
|
+
extends ListEventTrackersResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListEventTrackersCommand extends $Command<
|
|
23
|
+
ListEventTrackersCommandInput,
|
|
24
|
+
ListEventTrackersCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListEventTrackersCommandInput;
|
|
28
|
+
constructor(input: ListEventTrackersCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListEventTrackersCommandInput, ListEventTrackersCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|