@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
|
+
DescribeCampaignRequest,
|
|
10
|
+
DescribeCampaignResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface DescribeCampaignCommandInput extends DescribeCampaignRequest {}
|
|
18
|
+
export interface DescribeCampaignCommandOutput
|
|
19
|
+
extends DescribeCampaignResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeCampaignCommand extends $Command<
|
|
22
|
+
DescribeCampaignCommandInput,
|
|
23
|
+
DescribeCampaignCommandOutput,
|
|
24
|
+
PersonalizeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeCampaignCommandInput;
|
|
27
|
+
constructor(input: DescribeCampaignCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeCampaignCommandInput, DescribeCampaignCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
DescribeDatasetRequest,
|
|
10
|
+
DescribeDatasetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
|
|
18
|
+
export interface DescribeDatasetCommandOutput
|
|
19
|
+
extends DescribeDatasetResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeDatasetCommand extends $Command<
|
|
22
|
+
DescribeDatasetCommandInput,
|
|
23
|
+
DescribeDatasetCommandOutput,
|
|
24
|
+
PersonalizeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeDatasetCommandInput;
|
|
27
|
+
constructor(input: DescribeDatasetCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeDatasetCommandInput, DescribeDatasetCommandOutput>;
|
|
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
|
+
DescribeDatasetExportJobRequest,
|
|
10
|
+
DescribeDatasetExportJobResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface DescribeDatasetExportJobCommandInput
|
|
18
|
+
extends DescribeDatasetExportJobRequest {}
|
|
19
|
+
export interface DescribeDatasetExportJobCommandOutput
|
|
20
|
+
extends DescribeDatasetExportJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeDatasetExportJobCommand extends $Command<
|
|
23
|
+
DescribeDatasetExportJobCommandInput,
|
|
24
|
+
DescribeDatasetExportJobCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeDatasetExportJobCommandInput;
|
|
28
|
+
constructor(input: DescribeDatasetExportJobCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeDatasetExportJobCommandInput,
|
|
35
|
+
DescribeDatasetExportJobCommandOutput
|
|
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
|
+
DescribeDatasetGroupRequest,
|
|
10
|
+
DescribeDatasetGroupResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface DescribeDatasetGroupCommandInput
|
|
18
|
+
extends DescribeDatasetGroupRequest {}
|
|
19
|
+
export interface DescribeDatasetGroupCommandOutput
|
|
20
|
+
extends DescribeDatasetGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeDatasetGroupCommand extends $Command<
|
|
23
|
+
DescribeDatasetGroupCommandInput,
|
|
24
|
+
DescribeDatasetGroupCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeDatasetGroupCommandInput;
|
|
28
|
+
constructor(input: DescribeDatasetGroupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeDatasetGroupCommandInput,
|
|
35
|
+
DescribeDatasetGroupCommandOutput
|
|
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
|
+
DescribeDatasetImportJobRequest,
|
|
10
|
+
DescribeDatasetImportJobResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface DescribeDatasetImportJobCommandInput
|
|
18
|
+
extends DescribeDatasetImportJobRequest {}
|
|
19
|
+
export interface DescribeDatasetImportJobCommandOutput
|
|
20
|
+
extends DescribeDatasetImportJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeDatasetImportJobCommand extends $Command<
|
|
23
|
+
DescribeDatasetImportJobCommandInput,
|
|
24
|
+
DescribeDatasetImportJobCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeDatasetImportJobCommandInput;
|
|
28
|
+
constructor(input: DescribeDatasetImportJobCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeDatasetImportJobCommandInput,
|
|
35
|
+
DescribeDatasetImportJobCommandOutput
|
|
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
|
+
DescribeEventTrackerRequest,
|
|
10
|
+
DescribeEventTrackerResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface DescribeEventTrackerCommandInput
|
|
18
|
+
extends DescribeEventTrackerRequest {}
|
|
19
|
+
export interface DescribeEventTrackerCommandOutput
|
|
20
|
+
extends DescribeEventTrackerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeEventTrackerCommand extends $Command<
|
|
23
|
+
DescribeEventTrackerCommandInput,
|
|
24
|
+
DescribeEventTrackerCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeEventTrackerCommandInput;
|
|
28
|
+
constructor(input: DescribeEventTrackerCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeEventTrackerCommandInput,
|
|
35
|
+
DescribeEventTrackerCommandOutput
|
|
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
|
+
DescribeFeatureTransformationRequest,
|
|
10
|
+
DescribeFeatureTransformationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface DescribeFeatureTransformationCommandInput
|
|
18
|
+
extends DescribeFeatureTransformationRequest {}
|
|
19
|
+
export interface DescribeFeatureTransformationCommandOutput
|
|
20
|
+
extends DescribeFeatureTransformationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeFeatureTransformationCommand extends $Command<
|
|
23
|
+
DescribeFeatureTransformationCommandInput,
|
|
24
|
+
DescribeFeatureTransformationCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeFeatureTransformationCommandInput;
|
|
28
|
+
constructor(input: DescribeFeatureTransformationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeFeatureTransformationCommandInput,
|
|
35
|
+
DescribeFeatureTransformationCommandOutput
|
|
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
|
+
DescribeFilterRequest,
|
|
10
|
+
DescribeFilterResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface DescribeFilterCommandInput extends DescribeFilterRequest {}
|
|
18
|
+
export interface DescribeFilterCommandOutput
|
|
19
|
+
extends DescribeFilterResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeFilterCommand extends $Command<
|
|
22
|
+
DescribeFilterCommandInput,
|
|
23
|
+
DescribeFilterCommandOutput,
|
|
24
|
+
PersonalizeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeFilterCommandInput;
|
|
27
|
+
constructor(input: DescribeFilterCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeFilterCommandInput, DescribeFilterCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
DescribeRecipeRequest,
|
|
10
|
+
DescribeRecipeResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface DescribeRecipeCommandInput extends DescribeRecipeRequest {}
|
|
18
|
+
export interface DescribeRecipeCommandOutput
|
|
19
|
+
extends DescribeRecipeResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeRecipeCommand extends $Command<
|
|
22
|
+
DescribeRecipeCommandInput,
|
|
23
|
+
DescribeRecipeCommandOutput,
|
|
24
|
+
PersonalizeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeRecipeCommandInput;
|
|
27
|
+
constructor(input: DescribeRecipeCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeRecipeCommandInput, DescribeRecipeCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
DescribeRecommenderRequest,
|
|
10
|
+
DescribeRecommenderResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface DescribeRecommenderCommandInput
|
|
18
|
+
extends DescribeRecommenderRequest {}
|
|
19
|
+
export interface DescribeRecommenderCommandOutput
|
|
20
|
+
extends DescribeRecommenderResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeRecommenderCommand extends $Command<
|
|
23
|
+
DescribeRecommenderCommandInput,
|
|
24
|
+
DescribeRecommenderCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeRecommenderCommandInput;
|
|
28
|
+
constructor(input: DescribeRecommenderCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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
|
+
DescribeSchemaRequest,
|
|
10
|
+
DescribeSchemaResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface DescribeSchemaCommandInput extends DescribeSchemaRequest {}
|
|
18
|
+
export interface DescribeSchemaCommandOutput
|
|
19
|
+
extends DescribeSchemaResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeSchemaCommand extends $Command<
|
|
22
|
+
DescribeSchemaCommandInput,
|
|
23
|
+
DescribeSchemaCommandOutput,
|
|
24
|
+
PersonalizeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeSchemaCommandInput;
|
|
27
|
+
constructor(input: DescribeSchemaCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeSchemaCommandInput, DescribeSchemaCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|