@aws-sdk/client-personalize 3.168.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 +16 -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,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 { CreateSolutionRequest, CreateSolutionResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface CreateSolutionCommandInput extends CreateSolutionRequest {
6
- }
7
- export interface CreateSolutionCommandOutput extends CreateSolutionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSolutionCommand extends $Command<CreateSolutionCommandInput, CreateSolutionCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: CreateSolutionCommandInput;
12
- constructor(input: CreateSolutionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSolutionCommandInput, CreateSolutionCommandOutput>;
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
+ CreateSolutionRequest,
10
+ CreateSolutionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ PersonalizeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PersonalizeClient";
17
+ export interface CreateSolutionCommandInput extends CreateSolutionRequest {}
18
+ export interface CreateSolutionCommandOutput
19
+ extends CreateSolutionResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateSolutionCommand extends $Command<
23
+ CreateSolutionCommandInput,
24
+ CreateSolutionCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: CreateSolutionCommandInput;
28
+ constructor(input: CreateSolutionCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: PersonalizeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateSolutionCommandInput, CreateSolutionCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { 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
+
23
+ export declare class CreateSolutionVersionCommand extends $Command<
24
+ CreateSolutionVersionCommandInput,
25
+ CreateSolutionVersionCommandOutput,
26
+ PersonalizeClientResolvedConfig
27
+ > {
28
+ readonly input: CreateSolutionVersionCommandInput;
29
+ constructor(input: CreateSolutionVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PersonalizeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateSolutionVersionCommandInput,
37
+ CreateSolutionVersionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,32 @@
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
+
17
+ export declare class DeleteCampaignCommand extends $Command<
18
+ DeleteCampaignCommandInput,
19
+ DeleteCampaignCommandOutput,
20
+ PersonalizeClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteCampaignCommandInput;
23
+ constructor(input: DeleteCampaignCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: PersonalizeClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteCampaignCommandInput, DeleteCampaignCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
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
+
17
+ export declare class DeleteDatasetCommand extends $Command<
18
+ DeleteDatasetCommandInput,
19
+ DeleteDatasetCommandOutput,
20
+ PersonalizeClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteDatasetCommandInput;
23
+ constructor(input: DeleteDatasetCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: PersonalizeClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteDatasetCommandInput, DeleteDatasetCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,33 @@
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
+
18
+ export declare class DeleteDatasetGroupCommand extends $Command<
19
+ DeleteDatasetGroupCommandInput,
20
+ DeleteDatasetGroupCommandOutput,
21
+ PersonalizeClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteDatasetGroupCommandInput;
24
+ constructor(input: DeleteDatasetGroupCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: PersonalizeClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -1,17 +1,33 @@
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
+
18
+ export declare class DeleteEventTrackerCommand extends $Command<
19
+ DeleteEventTrackerCommandInput,
20
+ DeleteEventTrackerCommandOutput,
21
+ PersonalizeClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteEventTrackerCommandInput;
24
+ constructor(input: DeleteEventTrackerCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: PersonalizeClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -1,17 +1,32 @@
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
+
17
+ export declare class DeleteFilterCommand extends $Command<
18
+ DeleteFilterCommandInput,
19
+ DeleteFilterCommandOutput,
20
+ PersonalizeClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteFilterCommandInput;
23
+ constructor(input: DeleteFilterCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: PersonalizeClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteFilterCommandInput, DeleteFilterCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,33 @@
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
+
18
+ export declare class DeleteRecommenderCommand extends $Command<
19
+ DeleteRecommenderCommandInput,
20
+ DeleteRecommenderCommandOutput,
21
+ PersonalizeClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteRecommenderCommandInput;
24
+ constructor(input: DeleteRecommenderCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: PersonalizeClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -1,17 +1,32 @@
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
+
17
+ export declare class DeleteSchemaCommand extends $Command<
18
+ DeleteSchemaCommandInput,
19
+ DeleteSchemaCommandOutput,
20
+ PersonalizeClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteSchemaCommandInput;
23
+ constructor(input: DeleteSchemaCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: PersonalizeClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteSchemaCommandInput, DeleteSchemaCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
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
+
17
+ export declare class DeleteSolutionCommand extends $Command<
18
+ DeleteSolutionCommandInput,
19
+ DeleteSolutionCommandOutput,
20
+ PersonalizeClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteSolutionCommandInput;
23
+ constructor(input: DeleteSolutionCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: PersonalizeClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteSolutionCommandInput, DeleteSolutionCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { 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
+
23
+ export declare class DescribeAlgorithmCommand extends $Command<
24
+ DescribeAlgorithmCommandInput,
25
+ DescribeAlgorithmCommandOutput,
26
+ PersonalizeClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeAlgorithmCommandInput;
29
+ constructor(input: DescribeAlgorithmCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PersonalizeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { 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
+
23
+ export declare class DescribeBatchInferenceJobCommand extends $Command<
24
+ DescribeBatchInferenceJobCommandInput,
25
+ DescribeBatchInferenceJobCommandOutput,
26
+ PersonalizeClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeBatchInferenceJobCommandInput;
29
+ constructor(input: DescribeBatchInferenceJobCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PersonalizeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeBatchInferenceJobCommandInput,
37
+ DescribeBatchInferenceJobCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }