@aws-sdk/client-personalize 3.49.0 → 3.50.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 +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +5 -0
- package/dist-es/protocols/Aws_json1_1.js +5 -1
- package/dist-types/Personalize.d.ts +23 -0
- package/dist-types/commands/CreateRecommenderCommand.d.ts +23 -0
- package/dist-types/models/models_0.d.ts +7 -2
- package/package.json +25 -25
- package/dist-types/ts3.4/Personalize.d.ts +0 -280
- package/dist-types/ts3.4/PersonalizeClient.d.ts +0 -128
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -55
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -2108
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListBatchInferenceJobsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListBatchSegmentJobsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListDatasetExportJobsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListEventTrackersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListRecommendersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSolutionVersionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSolutionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -15
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -167
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeDatasetCommandInput;
|
|
12
|
-
constructor(input: DescribeDatasetCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetCommandInput, DescribeDatasetCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeDatasetExportJobRequest, DescribeDatasetExportJobResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface DescribeDatasetExportJobCommandInput extends DescribeDatasetExportJobRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeDatasetExportJobCommandOutput extends DescribeDatasetExportJobResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeDatasetExportJobCommand extends $Command<DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeDatasetExportJobCommandInput;
|
|
12
|
-
constructor(input: DescribeDatasetExportJobCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeDatasetGroupRequest, DescribeDatasetGroupResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface DescribeDatasetGroupCommandInput extends DescribeDatasetGroupRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeDatasetGroupCommandOutput extends DescribeDatasetGroupResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeDatasetGroupCommand extends $Command<DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeDatasetGroupCommandInput;
|
|
12
|
-
constructor(input: DescribeDatasetGroupCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeDatasetImportJobRequest, DescribeDatasetImportJobResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface DescribeDatasetImportJobCommandInput extends DescribeDatasetImportJobRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeDatasetImportJobCommandOutput extends DescribeDatasetImportJobResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeDatasetImportJobCommand extends $Command<DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeDatasetImportJobCommandInput;
|
|
12
|
-
constructor(input: DescribeDatasetImportJobCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeEventTrackerRequest, DescribeEventTrackerResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface DescribeEventTrackerCommandInput extends DescribeEventTrackerRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeEventTrackerCommandOutput extends DescribeEventTrackerResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeEventTrackerCommand extends $Command<DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeEventTrackerCommandInput;
|
|
12
|
-
constructor(input: DescribeEventTrackerCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeFeatureTransformationRequest, DescribeFeatureTransformationResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface DescribeFeatureTransformationCommandInput extends DescribeFeatureTransformationRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeFeatureTransformationCommandOutput extends DescribeFeatureTransformationResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeFeatureTransformationCommand extends $Command<DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeFeatureTransformationCommandInput;
|
|
12
|
-
constructor(input: DescribeFeatureTransformationCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeFilterRequest, DescribeFilterResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface DescribeFilterCommandInput extends DescribeFilterRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeFilterCommandOutput extends DescribeFilterResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeFilterCommand extends $Command<DescribeFilterCommandInput, DescribeFilterCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeFilterCommandInput;
|
|
12
|
-
constructor(input: DescribeFilterCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFilterCommandInput, DescribeFilterCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeRecipeRequest, DescribeRecipeResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface DescribeRecipeCommandInput extends DescribeRecipeRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeRecipeCommand extends $Command<DescribeRecipeCommandInput, DescribeRecipeCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeRecipeCommandInput;
|
|
12
|
-
constructor(input: DescribeRecipeCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRecipeCommandInput, DescribeRecipeCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeRecommenderRequest, DescribeRecommenderResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface DescribeRecommenderCommandInput extends DescribeRecommenderRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeRecommenderCommandOutput extends DescribeRecommenderResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeRecommenderCommand extends $Command<DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeRecommenderCommandInput;
|
|
12
|
-
constructor(input: DescribeRecommenderCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeSchemaRequest, DescribeSchemaResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface DescribeSchemaCommandInput extends DescribeSchemaRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeSchemaCommand extends $Command<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeSchemaCommandInput;
|
|
12
|
-
constructor(input: DescribeSchemaCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSchemaCommandInput, DescribeSchemaCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeSolutionRequest, DescribeSolutionResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface DescribeSolutionCommandInput extends DescribeSolutionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeSolutionCommandOutput extends DescribeSolutionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeSolutionCommand extends $Command<DescribeSolutionCommandInput, DescribeSolutionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeSolutionCommandInput;
|
|
12
|
-
constructor(input: DescribeSolutionCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSolutionCommandInput, DescribeSolutionCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeSolutionVersionRequest, DescribeSolutionVersionResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface DescribeSolutionVersionCommandInput extends DescribeSolutionVersionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeSolutionVersionCommandOutput extends DescribeSolutionVersionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeSolutionVersionCommand extends $Command<DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeSolutionVersionCommandInput;
|
|
12
|
-
constructor(input: DescribeSolutionVersionCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { GetSolutionMetricsRequest, GetSolutionMetricsResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface GetSolutionMetricsCommandInput extends GetSolutionMetricsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetSolutionMetricsCommandOutput extends GetSolutionMetricsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetSolutionMetricsCommand extends $Command<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: GetSolutionMetricsCommandInput;
|
|
12
|
-
constructor(input: GetSolutionMetricsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListBatchInferenceJobsRequest, ListBatchInferenceJobsResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface ListBatchInferenceJobsCommandInput extends ListBatchInferenceJobsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListBatchInferenceJobsCommandOutput extends ListBatchInferenceJobsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListBatchInferenceJobsCommand extends $Command<ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: ListBatchInferenceJobsCommandInput;
|
|
12
|
-
constructor(input: ListBatchInferenceJobsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListBatchSegmentJobsRequest, ListBatchSegmentJobsResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface ListBatchSegmentJobsCommandInput extends ListBatchSegmentJobsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListBatchSegmentJobsCommandOutput extends ListBatchSegmentJobsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListBatchSegmentJobsCommand extends $Command<ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: ListBatchSegmentJobsCommandInput;
|
|
12
|
-
constructor(input: ListBatchSegmentJobsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface ListCampaignsCommandInput extends ListCampaignsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListCampaignsCommand extends $Command<ListCampaignsCommandInput, ListCampaignsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: ListCampaignsCommandInput;
|
|
12
|
-
constructor(input: ListCampaignsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCampaignsCommandInput, ListCampaignsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListDatasetExportJobsRequest, ListDatasetExportJobsResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface ListDatasetExportJobsCommandInput extends ListDatasetExportJobsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListDatasetExportJobsCommandOutput extends ListDatasetExportJobsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListDatasetExportJobsCommand extends $Command<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: ListDatasetExportJobsCommandInput;
|
|
12
|
-
constructor(input: ListDatasetExportJobsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListDatasetGroupsRequest, ListDatasetGroupsResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface ListDatasetGroupsCommandInput extends ListDatasetGroupsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListDatasetGroupsCommand extends $Command<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: ListDatasetGroupsCommandInput;
|
|
12
|
-
constructor(input: ListDatasetGroupsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListDatasetImportJobsRequest, ListDatasetImportJobsResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface ListDatasetImportJobsCommandInput extends ListDatasetImportJobsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListDatasetImportJobsCommandOutput extends ListDatasetImportJobsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListDatasetImportJobsCommand extends $Command<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: ListDatasetImportJobsCommandInput;
|
|
12
|
-
constructor(input: ListDatasetImportJobsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface ListDatasetsCommandInput extends ListDatasetsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListDatasetsCommand extends $Command<ListDatasetsCommandInput, ListDatasetsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: ListDatasetsCommandInput;
|
|
12
|
-
constructor(input: ListDatasetsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatasetsCommandInput, ListDatasetsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListEventTrackersRequest, ListEventTrackersResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface ListEventTrackersCommandInput extends ListEventTrackersRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListEventTrackersCommandOutput extends ListEventTrackersResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListEventTrackersCommand extends $Command<ListEventTrackersCommandInput, ListEventTrackersCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: ListEventTrackersCommandInput;
|
|
12
|
-
constructor(input: ListEventTrackersCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEventTrackersCommandInput, ListEventTrackersCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface ListFiltersCommandInput extends ListFiltersRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListFiltersCommandOutput extends ListFiltersResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListFiltersCommand extends $Command<ListFiltersCommandInput, ListFiltersCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: ListFiltersCommandInput;
|
|
12
|
-
constructor(input: ListFiltersCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFiltersCommandInput, ListFiltersCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListRecipesRequest, ListRecipesResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface ListRecipesCommandInput extends ListRecipesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListRecipesCommandOutput extends ListRecipesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListRecipesCommand extends $Command<ListRecipesCommandInput, ListRecipesCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: ListRecipesCommandInput;
|
|
12
|
-
constructor(input: ListRecipesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecipesCommandInput, ListRecipesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListRecommendersRequest, ListRecommendersResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface ListRecommendersCommandInput extends ListRecommendersRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListRecommendersCommandOutput extends ListRecommendersResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListRecommendersCommand extends $Command<ListRecommendersCommandInput, ListRecommendersCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: ListRecommendersCommandInput;
|
|
12
|
-
constructor(input: ListRecommendersCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecommendersCommandInput, ListRecommendersCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface ListSchemasCommandInput extends ListSchemasRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListSchemasCommandOutput extends ListSchemasResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListSchemasCommand extends $Command<ListSchemasCommandInput, ListSchemasCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: ListSchemasCommandInput;
|
|
12
|
-
constructor(input: ListSchemasCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSchemasCommandInput, ListSchemasCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListSolutionVersionsRequest, ListSolutionVersionsResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface ListSolutionVersionsCommandInput extends ListSolutionVersionsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListSolutionVersionsCommandOutput extends ListSolutionVersionsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListSolutionVersionsCommand extends $Command<ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: ListSolutionVersionsCommandInput;
|
|
12
|
-
constructor(input: ListSolutionVersionsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListSolutionsRequest, ListSolutionsResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface ListSolutionsCommandInput extends ListSolutionsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListSolutionsCommandOutput extends ListSolutionsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListSolutionsCommand extends $Command<ListSolutionsCommandInput, ListSolutionsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: ListSolutionsCommandInput;
|
|
12
|
-
constructor(input: ListSolutionsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolutionsCommandInput, ListSolutionsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { StopSolutionVersionCreationRequest } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface StopSolutionVersionCreationCommandInput extends StopSolutionVersionCreationRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface StopSolutionVersionCreationCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class StopSolutionVersionCreationCommand extends $Command<StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: StopSolutionVersionCreationCommandInput;
|
|
12
|
-
constructor(input: StopSolutionVersionCreationCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { UpdateCampaignRequest, UpdateCampaignResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface UpdateCampaignCommandInput extends UpdateCampaignRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateCampaignCommand extends $Command<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateCampaignCommandInput;
|
|
12
|
-
constructor(input: UpdateCampaignCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCampaignCommandInput, UpdateCampaignCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { UpdateRecommenderRequest, UpdateRecommenderResponse } from "../models/models_0";
|
|
4
|
-
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
-
export interface UpdateRecommenderCommandInput extends UpdateRecommenderRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateRecommenderCommandOutput extends UpdateRecommenderResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateRecommenderCommand extends $Command<UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateRecommenderCommandInput;
|
|
12
|
-
constructor(input: UpdateRecommenderCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
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 "./StopSolutionVersionCreationCommand";
|
|
54
|
-
export * from "./UpdateCampaignCommand";
|
|
55
|
-
export * from "./UpdateRecommenderCommand";
|