@aws-sdk/client-personalize 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Personalize.d.ts +1084 -305
  3. package/dist-types/ts3.4/PersonalizeClient.d.ts +489 -133
  4. package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +38 -17
  12. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +33 -17
  20. package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +33 -17
  21. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +33 -17
  23. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +38 -17
  42. package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +38 -17
  47. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +38 -17
  50. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +34 -17
  52. package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  57. package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +37 -17
  58. package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +37 -17
  59. package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  62. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +38 -17
  64. package/dist-types/ts3.4/commands/index.d.ts +60 -60
  65. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  66. package/dist-types/ts3.4/index.d.ts +6 -6
  67. package/dist-types/ts3.4/models/PersonalizeServiceException.d.ts +8 -6
  68. package/dist-types/ts3.4/models/index.d.ts +1 -1
  69. package/dist-types/ts3.4/models/models_0.d.ts +2051 -1896
  70. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  71. package/dist-types/ts3.4/pagination/ListBatchInferenceJobsPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/ListBatchSegmentJobsPaginator.d.ts +11 -4
  73. package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/ListDatasetExportJobsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListEventTrackersPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListRecommendersPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListSolutionVersionsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListSolutionsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  86. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +725 -182
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  91. package/package.json +34 -34
@@ -1,17 +1,38 @@
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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ListEventTrackersRequest,
10
+ ListEventTrackersResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ PersonalizeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PersonalizeClient";
17
+ export interface ListEventTrackersCommandInput
18
+ extends ListEventTrackersRequest {}
19
+ export interface ListEventTrackersCommandOutput
20
+ extends ListEventTrackersResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListEventTrackersCommand extends $Command<
24
+ ListEventTrackersCommandInput,
25
+ ListEventTrackersCommandOutput,
26
+ PersonalizeClientResolvedConfig
27
+ > {
28
+ readonly input: ListEventTrackersCommandInput;
29
+ constructor(input: ListEventTrackersCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PersonalizeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListEventTrackersCommandInput, ListEventTrackersCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
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
+ 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
+
19
+ export declare class ListFiltersCommand extends $Command<
20
+ ListFiltersCommandInput,
21
+ ListFiltersCommandOutput,
22
+ PersonalizeClientResolvedConfig
23
+ > {
24
+ readonly input: ListFiltersCommandInput;
25
+ constructor(input: ListFiltersCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: PersonalizeClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListFiltersCommandInput, ListFiltersCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
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
+ 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
+
19
+ export declare class ListRecipesCommand extends $Command<
20
+ ListRecipesCommandInput,
21
+ ListRecipesCommandOutput,
22
+ PersonalizeClientResolvedConfig
23
+ > {
24
+ readonly input: ListRecipesCommandInput;
25
+ constructor(input: ListRecipesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: PersonalizeClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListRecipesCommandInput, ListRecipesCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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
+ 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
+
22
+ export declare class ListRecommendersCommand extends $Command<
23
+ ListRecommendersCommandInput,
24
+ ListRecommendersCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: ListRecommendersCommandInput;
28
+ constructor(input: ListRecommendersCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: PersonalizeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListRecommendersCommandInput, ListRecommendersCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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
+ 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
+
19
+ export declare class ListSchemasCommand extends $Command<
20
+ ListSchemasCommandInput,
21
+ ListSchemasCommandOutput,
22
+ PersonalizeClientResolvedConfig
23
+ > {
24
+ readonly input: ListSchemasCommandInput;
25
+ constructor(input: ListSchemasCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: PersonalizeClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListSchemasCommandInput, ListSchemasCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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
+ 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
+
23
+ export declare class ListSolutionVersionsCommand extends $Command<
24
+ ListSolutionVersionsCommandInput,
25
+ ListSolutionVersionsCommandOutput,
26
+ PersonalizeClientResolvedConfig
27
+ > {
28
+ readonly input: ListSolutionVersionsCommandInput;
29
+ constructor(input: ListSolutionVersionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PersonalizeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListSolutionVersionsCommandInput,
37
+ ListSolutionVersionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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
+ 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
+
22
+ export declare class ListSolutionsCommand extends $Command<
23
+ ListSolutionsCommandInput,
24
+ ListSolutionsCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: ListSolutionsCommandInput;
28
+ constructor(input: ListSolutionsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: PersonalizeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListSolutionsCommandInput, ListSolutionsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ PersonalizeClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ constructor(input: ListTagsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PersonalizeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
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 { StartRecommenderRequest, StartRecommenderResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface StartRecommenderCommandInput extends StartRecommenderRequest {
6
- }
7
- export interface StartRecommenderCommandOutput extends StartRecommenderResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartRecommenderCommand extends $Command<StartRecommenderCommandInput, StartRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: StartRecommenderCommandInput;
12
- constructor(input: StartRecommenderCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartRecommenderCommandInput, StartRecommenderCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
22
+ export declare class StartRecommenderCommand extends $Command<
23
+ StartRecommenderCommandInput,
24
+ StartRecommenderCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: StartRecommenderCommandInput;
28
+ constructor(input: StartRecommenderCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: PersonalizeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<StartRecommenderCommandInput, StartRecommenderCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { StopRecommenderRequest, StopRecommenderResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface StopRecommenderCommandInput extends StopRecommenderRequest {
6
- }
7
- export interface StopRecommenderCommandOutput extends StopRecommenderResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StopRecommenderCommand extends $Command<StopRecommenderCommandInput, StopRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: StopRecommenderCommandInput;
12
- constructor(input: StopRecommenderCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopRecommenderCommandInput, StopRecommenderCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
22
+ export declare class StopRecommenderCommand extends $Command<
23
+ StopRecommenderCommandInput,
24
+ StopRecommenderCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: StopRecommenderCommandInput;
28
+ constructor(input: StopRecommenderCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: PersonalizeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<StopRecommenderCommandInput, StopRecommenderCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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
+ 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
+
19
+ export declare class StopSolutionVersionCreationCommand extends $Command<
20
+ StopSolutionVersionCreationCommandInput,
21
+ StopSolutionVersionCreationCommandOutput,
22
+ PersonalizeClientResolvedConfig
23
+ > {
24
+ readonly input: StopSolutionVersionCreationCommandInput;
25
+ constructor(input: StopSolutionVersionCreationCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: PersonalizeClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ StopSolutionVersionCreationCommandInput,
33
+ StopSolutionVersionCreationCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }