@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.
Files changed (91) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Personalize.d.ts +1024 -305
  3. package/dist-types/ts3.4/PersonalizeClient.d.ts +464 -133
  4. package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +30 -17
  18. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +30 -17
  19. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +31 -17
  20. package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +31 -17
  21. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +30 -17
  22. package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +31 -17
  23. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +30 -17
  24. package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +30 -17
  25. package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +36 -17
  42. package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +36 -17
  47. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +36 -17
  50. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +32 -17
  52. package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +35 -17
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  57. package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +35 -17
  58. package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +35 -17
  59. package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  62. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +36 -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 +7 -6
  68. package/dist-types/ts3.4/models/index.d.ts +1 -1
  69. package/dist-types/ts3.4/models/models_0.d.ts +1439 -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 +65 -38
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  91. package/package.json +34 -34
@@ -1,17 +1,39 @@
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 { CreateSolutionVersionRequest, CreateSolutionVersionResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface CreateSolutionVersionCommandInput extends CreateSolutionVersionRequest {
6
- }
7
- export interface CreateSolutionVersionCommandOutput extends CreateSolutionVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSolutionVersionCommand extends $Command<CreateSolutionVersionCommandInput, CreateSolutionVersionCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: CreateSolutionVersionCommandInput;
12
- constructor(input: CreateSolutionVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSolutionVersionCommandInput, CreateSolutionVersionCommandOutput>;
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
+ CreateSolutionVersionRequest,
10
+ CreateSolutionVersionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ PersonalizeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PersonalizeClient";
17
+ export interface CreateSolutionVersionCommandInput
18
+ extends CreateSolutionVersionRequest {}
19
+ export interface CreateSolutionVersionCommandOutput
20
+ extends CreateSolutionVersionResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateSolutionVersionCommand extends $Command<
23
+ CreateSolutionVersionCommandInput,
24
+ CreateSolutionVersionCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: CreateSolutionVersionCommandInput;
28
+ constructor(input: CreateSolutionVersionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: PersonalizeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateSolutionVersionCommandInput,
35
+ CreateSolutionVersionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,30 @@
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 { DeleteCampaignRequest } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {
6
- }
7
- export interface DeleteCampaignCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCampaignCommand extends $Command<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: DeleteCampaignCommandInput;
12
- constructor(input: DeleteCampaignCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCampaignCommandInput, DeleteCampaignCommandOutput>;
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 { DeleteCampaignRequest } from "../models/models_0";
9
+ import {
10
+ PersonalizeClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../PersonalizeClient";
14
+ export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {}
15
+ export interface DeleteCampaignCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteCampaignCommand extends $Command<
17
+ DeleteCampaignCommandInput,
18
+ DeleteCampaignCommandOutput,
19
+ PersonalizeClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteCampaignCommandInput;
22
+ constructor(input: DeleteCampaignCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: PersonalizeClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteCampaignCommandInput, DeleteCampaignCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
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 { DeleteDatasetRequest } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {
6
- }
7
- export interface DeleteDatasetCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteDatasetCommand extends $Command<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: DeleteDatasetCommandInput;
12
- constructor(input: DeleteDatasetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDatasetCommandInput, DeleteDatasetCommandOutput>;
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 { DeleteDatasetRequest } from "../models/models_0";
9
+ import {
10
+ PersonalizeClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../PersonalizeClient";
14
+ export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
15
+ export interface DeleteDatasetCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteDatasetCommand extends $Command<
17
+ DeleteDatasetCommandInput,
18
+ DeleteDatasetCommandOutput,
19
+ PersonalizeClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteDatasetCommandInput;
22
+ constructor(input: DeleteDatasetCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: PersonalizeClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteDatasetCommandInput, DeleteDatasetCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,31 @@
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 { DeleteDatasetGroupRequest } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface DeleteDatasetGroupCommandInput extends DeleteDatasetGroupRequest {
6
- }
7
- export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteDatasetGroupCommand extends $Command<DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: DeleteDatasetGroupCommandInput;
12
- constructor(input: DeleteDatasetGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput>;
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 { DeleteDatasetGroupRequest } from "../models/models_0";
9
+ import {
10
+ PersonalizeClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../PersonalizeClient";
14
+ export interface DeleteDatasetGroupCommandInput
15
+ extends DeleteDatasetGroupRequest {}
16
+ export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {}
17
+ export declare class DeleteDatasetGroupCommand extends $Command<
18
+ DeleteDatasetGroupCommandInput,
19
+ DeleteDatasetGroupCommandOutput,
20
+ PersonalizeClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteDatasetGroupCommandInput;
23
+ constructor(input: DeleteDatasetGroupCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: PersonalizeClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput>;
29
+ private serialize;
30
+ private deserialize;
31
+ }
@@ -1,17 +1,31 @@
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 { DeleteEventTrackerRequest } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface DeleteEventTrackerCommandInput extends DeleteEventTrackerRequest {
6
- }
7
- export interface DeleteEventTrackerCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteEventTrackerCommand extends $Command<DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: DeleteEventTrackerCommandInput;
12
- constructor(input: DeleteEventTrackerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput>;
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 { DeleteEventTrackerRequest } from "../models/models_0";
9
+ import {
10
+ PersonalizeClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../PersonalizeClient";
14
+ export interface DeleteEventTrackerCommandInput
15
+ extends DeleteEventTrackerRequest {}
16
+ export interface DeleteEventTrackerCommandOutput extends __MetadataBearer {}
17
+ export declare class DeleteEventTrackerCommand extends $Command<
18
+ DeleteEventTrackerCommandInput,
19
+ DeleteEventTrackerCommandOutput,
20
+ PersonalizeClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteEventTrackerCommandInput;
23
+ constructor(input: DeleteEventTrackerCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: PersonalizeClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput>;
29
+ private serialize;
30
+ private deserialize;
31
+ }
@@ -1,17 +1,30 @@
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 { DeleteFilterRequest } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface DeleteFilterCommandInput extends DeleteFilterRequest {
6
- }
7
- export interface DeleteFilterCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteFilterCommand extends $Command<DeleteFilterCommandInput, DeleteFilterCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: DeleteFilterCommandInput;
12
- constructor(input: DeleteFilterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFilterCommandInput, DeleteFilterCommandOutput>;
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 { DeleteFilterRequest } from "../models/models_0";
9
+ import {
10
+ PersonalizeClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../PersonalizeClient";
14
+ export interface DeleteFilterCommandInput extends DeleteFilterRequest {}
15
+ export interface DeleteFilterCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteFilterCommand extends $Command<
17
+ DeleteFilterCommandInput,
18
+ DeleteFilterCommandOutput,
19
+ PersonalizeClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteFilterCommandInput;
22
+ constructor(input: DeleteFilterCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: PersonalizeClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteFilterCommandInput, DeleteFilterCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,31 @@
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 { DeleteRecommenderRequest } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface DeleteRecommenderCommandInput extends DeleteRecommenderRequest {
6
- }
7
- export interface DeleteRecommenderCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteRecommenderCommand extends $Command<DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: DeleteRecommenderCommandInput;
12
- constructor(input: DeleteRecommenderCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput>;
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 { DeleteRecommenderRequest } from "../models/models_0";
9
+ import {
10
+ PersonalizeClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../PersonalizeClient";
14
+ export interface DeleteRecommenderCommandInput
15
+ extends DeleteRecommenderRequest {}
16
+ export interface DeleteRecommenderCommandOutput extends __MetadataBearer {}
17
+ export declare class DeleteRecommenderCommand extends $Command<
18
+ DeleteRecommenderCommandInput,
19
+ DeleteRecommenderCommandOutput,
20
+ PersonalizeClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteRecommenderCommandInput;
23
+ constructor(input: DeleteRecommenderCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: PersonalizeClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput>;
29
+ private serialize;
30
+ private deserialize;
31
+ }
@@ -1,17 +1,30 @@
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 { DeleteSchemaRequest } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface DeleteSchemaCommandInput extends DeleteSchemaRequest {
6
- }
7
- export interface DeleteSchemaCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteSchemaCommand extends $Command<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: DeleteSchemaCommandInput;
12
- constructor(input: DeleteSchemaCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSchemaCommandInput, DeleteSchemaCommandOutput>;
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 { DeleteSchemaRequest } from "../models/models_0";
9
+ import {
10
+ PersonalizeClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../PersonalizeClient";
14
+ export interface DeleteSchemaCommandInput extends DeleteSchemaRequest {}
15
+ export interface DeleteSchemaCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteSchemaCommand extends $Command<
17
+ DeleteSchemaCommandInput,
18
+ DeleteSchemaCommandOutput,
19
+ PersonalizeClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteSchemaCommandInput;
22
+ constructor(input: DeleteSchemaCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: PersonalizeClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteSchemaCommandInput, DeleteSchemaCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
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 { DeleteSolutionRequest } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface DeleteSolutionCommandInput extends DeleteSolutionRequest {
6
- }
7
- export interface DeleteSolutionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteSolutionCommand extends $Command<DeleteSolutionCommandInput, DeleteSolutionCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: DeleteSolutionCommandInput;
12
- constructor(input: DeleteSolutionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSolutionCommandInput, DeleteSolutionCommandOutput>;
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 { DeleteSolutionRequest } from "../models/models_0";
9
+ import {
10
+ PersonalizeClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../PersonalizeClient";
14
+ export interface DeleteSolutionCommandInput extends DeleteSolutionRequest {}
15
+ export interface DeleteSolutionCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteSolutionCommand extends $Command<
17
+ DeleteSolutionCommandInput,
18
+ DeleteSolutionCommandOutput,
19
+ PersonalizeClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteSolutionCommandInput;
22
+ constructor(input: DeleteSolutionCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: PersonalizeClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteSolutionCommandInput, DeleteSolutionCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,36 @@
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 { DescribeAlgorithmRequest, DescribeAlgorithmResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface DescribeAlgorithmCommandInput extends DescribeAlgorithmRequest {
6
- }
7
- export interface DescribeAlgorithmCommandOutput extends DescribeAlgorithmResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAlgorithmCommand extends $Command<DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: DescribeAlgorithmCommandInput;
12
- constructor(input: DescribeAlgorithmCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput>;
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
+ DescribeAlgorithmRequest,
10
+ DescribeAlgorithmResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ PersonalizeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PersonalizeClient";
17
+ export interface DescribeAlgorithmCommandInput
18
+ extends DescribeAlgorithmRequest {}
19
+ export interface DescribeAlgorithmCommandOutput
20
+ extends DescribeAlgorithmResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeAlgorithmCommand extends $Command<
23
+ DescribeAlgorithmCommandInput,
24
+ DescribeAlgorithmCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeAlgorithmCommandInput;
28
+ constructor(input: DescribeAlgorithmCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: PersonalizeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
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 { DescribeBatchInferenceJobRequest, DescribeBatchInferenceJobResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface DescribeBatchInferenceJobCommandInput extends DescribeBatchInferenceJobRequest {
6
- }
7
- export interface DescribeBatchInferenceJobCommandOutput extends DescribeBatchInferenceJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeBatchInferenceJobCommand extends $Command<DescribeBatchInferenceJobCommandInput, DescribeBatchInferenceJobCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: DescribeBatchInferenceJobCommandInput;
12
- constructor(input: DescribeBatchInferenceJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBatchInferenceJobCommandInput, DescribeBatchInferenceJobCommandOutput>;
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
+ DescribeBatchInferenceJobRequest,
10
+ DescribeBatchInferenceJobResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ PersonalizeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PersonalizeClient";
17
+ export interface DescribeBatchInferenceJobCommandInput
18
+ extends DescribeBatchInferenceJobRequest {}
19
+ export interface DescribeBatchInferenceJobCommandOutput
20
+ extends DescribeBatchInferenceJobResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeBatchInferenceJobCommand extends $Command<
23
+ DescribeBatchInferenceJobCommandInput,
24
+ DescribeBatchInferenceJobCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeBatchInferenceJobCommandInput;
28
+ constructor(input: DescribeBatchInferenceJobCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: PersonalizeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeBatchInferenceJobCommandInput,
35
+ DescribeBatchInferenceJobCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { DescribeBatchSegmentJobRequest, DescribeBatchSegmentJobResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface DescribeBatchSegmentJobCommandInput extends DescribeBatchSegmentJobRequest {
6
- }
7
- export interface DescribeBatchSegmentJobCommandOutput extends DescribeBatchSegmentJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeBatchSegmentJobCommand extends $Command<DescribeBatchSegmentJobCommandInput, DescribeBatchSegmentJobCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: DescribeBatchSegmentJobCommandInput;
12
- constructor(input: DescribeBatchSegmentJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBatchSegmentJobCommandInput, DescribeBatchSegmentJobCommandOutput>;
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
+ DescribeBatchSegmentJobRequest,
10
+ DescribeBatchSegmentJobResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ PersonalizeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PersonalizeClient";
17
+ export interface DescribeBatchSegmentJobCommandInput
18
+ extends DescribeBatchSegmentJobRequest {}
19
+ export interface DescribeBatchSegmentJobCommandOutput
20
+ extends DescribeBatchSegmentJobResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeBatchSegmentJobCommand extends $Command<
23
+ DescribeBatchSegmentJobCommandInput,
24
+ DescribeBatchSegmentJobCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeBatchSegmentJobCommandInput;
28
+ constructor(input: DescribeBatchSegmentJobCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: PersonalizeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeBatchSegmentJobCommandInput,
35
+ DescribeBatchSegmentJobCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }