@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,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 { ListFiltersRequest, ListFiltersResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
PersonalizeClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../PersonalizeClient";
|
|
14
|
+
export interface ListFiltersCommandInput extends ListFiltersRequest {}
|
|
15
|
+
export interface ListFiltersCommandOutput
|
|
16
|
+
extends ListFiltersResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListFiltersCommand extends $Command<
|
|
19
|
+
ListFiltersCommandInput,
|
|
20
|
+
ListFiltersCommandOutput,
|
|
21
|
+
PersonalizeClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListFiltersCommandInput;
|
|
24
|
+
constructor(input: ListFiltersCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListFiltersCommandInput, ListFiltersCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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 { ListRecipesRequest, ListRecipesResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
PersonalizeClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../PersonalizeClient";
|
|
14
|
+
export interface ListRecipesCommandInput extends ListRecipesRequest {}
|
|
15
|
+
export interface ListRecipesCommandOutput
|
|
16
|
+
extends ListRecipesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListRecipesCommand extends $Command<
|
|
19
|
+
ListRecipesCommandInput,
|
|
20
|
+
ListRecipesCommandOutput,
|
|
21
|
+
PersonalizeClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListRecipesCommandInput;
|
|
24
|
+
constructor(input: ListRecipesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListRecipesCommandInput, ListRecipesCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
ListRecommendersRequest,
|
|
10
|
+
ListRecommendersResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface ListRecommendersCommandInput extends ListRecommendersRequest {}
|
|
18
|
+
export interface ListRecommendersCommandOutput
|
|
19
|
+
extends ListRecommendersResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListRecommendersCommand extends $Command<
|
|
22
|
+
ListRecommendersCommandInput,
|
|
23
|
+
ListRecommendersCommandOutput,
|
|
24
|
+
PersonalizeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListRecommendersCommandInput;
|
|
27
|
+
constructor(input: ListRecommendersCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListRecommendersCommandInput, ListRecommendersCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
PersonalizeClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../PersonalizeClient";
|
|
14
|
+
export interface ListSchemasCommandInput extends ListSchemasRequest {}
|
|
15
|
+
export interface ListSchemasCommandOutput
|
|
16
|
+
extends ListSchemasResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListSchemasCommand extends $Command<
|
|
19
|
+
ListSchemasCommandInput,
|
|
20
|
+
ListSchemasCommandOutput,
|
|
21
|
+
PersonalizeClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListSchemasCommandInput;
|
|
24
|
+
constructor(input: ListSchemasCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListSchemasCommandInput, ListSchemasCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
ListSolutionVersionsRequest,
|
|
10
|
+
ListSolutionVersionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface ListSolutionVersionsCommandInput
|
|
18
|
+
extends ListSolutionVersionsRequest {}
|
|
19
|
+
export interface ListSolutionVersionsCommandOutput
|
|
20
|
+
extends ListSolutionVersionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListSolutionVersionsCommand extends $Command<
|
|
23
|
+
ListSolutionVersionsCommandInput,
|
|
24
|
+
ListSolutionVersionsCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListSolutionVersionsCommandInput;
|
|
28
|
+
constructor(input: ListSolutionVersionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListSolutionVersionsCommandInput,
|
|
35
|
+
ListSolutionVersionsCommandOutput
|
|
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
|
+
ListSolutionsRequest,
|
|
10
|
+
ListSolutionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface ListSolutionsCommandInput extends ListSolutionsRequest {}
|
|
18
|
+
export interface ListSolutionsCommandOutput
|
|
19
|
+
extends ListSolutionsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListSolutionsCommand extends $Command<
|
|
22
|
+
ListSolutionsCommandInput,
|
|
23
|
+
ListSolutionsCommandOutput,
|
|
24
|
+
PersonalizeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListSolutionsCommandInput;
|
|
27
|
+
constructor(input: ListSolutionsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListSolutionsCommandInput, ListSolutionsCommandOutput>;
|
|
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
|
+
ListTagsForResourceRequest,
|
|
10
|
+
ListTagsForResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
23
|
+
ListTagsForResourceCommandInput,
|
|
24
|
+
ListTagsForResourceCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
28
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
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
|
+
StartRecommenderRequest,
|
|
10
|
+
StartRecommenderResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface StartRecommenderCommandInput extends StartRecommenderRequest {}
|
|
18
|
+
export interface StartRecommenderCommandOutput
|
|
19
|
+
extends StartRecommenderResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class StartRecommenderCommand extends $Command<
|
|
22
|
+
StartRecommenderCommandInput,
|
|
23
|
+
StartRecommenderCommandOutput,
|
|
24
|
+
PersonalizeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: StartRecommenderCommandInput;
|
|
27
|
+
constructor(input: StartRecommenderCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<StartRecommenderCommandInput, StartRecommenderCommandOutput>;
|
|
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
|
+
StopRecommenderRequest,
|
|
10
|
+
StopRecommenderResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface StopRecommenderCommandInput extends StopRecommenderRequest {}
|
|
18
|
+
export interface StopRecommenderCommandOutput
|
|
19
|
+
extends StopRecommenderResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class StopRecommenderCommand extends $Command<
|
|
22
|
+
StopRecommenderCommandInput,
|
|
23
|
+
StopRecommenderCommandOutput,
|
|
24
|
+
PersonalizeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: StopRecommenderCommandInput;
|
|
27
|
+
constructor(input: StopRecommenderCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<StopRecommenderCommandInput, StopRecommenderCommandOutput>;
|
|
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 { StopSolutionVersionCreationRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
PersonalizeClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../PersonalizeClient";
|
|
14
|
+
export interface StopSolutionVersionCreationCommandInput
|
|
15
|
+
extends StopSolutionVersionCreationRequest {}
|
|
16
|
+
export interface StopSolutionVersionCreationCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class StopSolutionVersionCreationCommand extends $Command<
|
|
19
|
+
StopSolutionVersionCreationCommandInput,
|
|
20
|
+
StopSolutionVersionCreationCommandOutput,
|
|
21
|
+
PersonalizeClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: StopSolutionVersionCreationCommandInput;
|
|
24
|
+
constructor(input: StopSolutionVersionCreationCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
StopSolutionVersionCreationCommandInput,
|
|
31
|
+
StopSolutionVersionCreationCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
PersonalizeClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../PersonalizeClient";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class TagResourceCommand extends $Command<
|
|
19
|
+
TagResourceCommandInput,
|
|
20
|
+
TagResourceCommandOutput,
|
|
21
|
+
PersonalizeClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: TagResourceCommandInput;
|
|
24
|
+
constructor(input: TagResourceCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
UntagResourceRequest,
|
|
10
|
+
UntagResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UntagResourceCommand extends $Command<
|
|
22
|
+
UntagResourceCommandInput,
|
|
23
|
+
UntagResourceCommandOutput,
|
|
24
|
+
PersonalizeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UntagResourceCommandInput;
|
|
27
|
+
constructor(input: UntagResourceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|