@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,35 @@
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 { DescribeSolutionRequest, DescribeSolutionResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface DescribeSolutionCommandInput extends DescribeSolutionRequest {
6
- }
7
- export interface DescribeSolutionCommandOutput extends DescribeSolutionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeSolutionCommand extends $Command<DescribeSolutionCommandInput, DescribeSolutionCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: DescribeSolutionCommandInput;
12
- constructor(input: DescribeSolutionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSolutionCommandInput, DescribeSolutionCommandOutput>;
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
+ DescribeSolutionRequest,
10
+ DescribeSolutionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ PersonalizeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PersonalizeClient";
17
+ export interface DescribeSolutionCommandInput extends DescribeSolutionRequest {}
18
+ export interface DescribeSolutionCommandOutput
19
+ extends DescribeSolutionResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeSolutionCommand extends $Command<
22
+ DescribeSolutionCommandInput,
23
+ DescribeSolutionCommandOutput,
24
+ PersonalizeClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeSolutionCommandInput;
27
+ constructor(input: DescribeSolutionCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: PersonalizeClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeSolutionCommandInput, DescribeSolutionCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { DescribeSolutionVersionRequest, DescribeSolutionVersionResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface DescribeSolutionVersionCommandInput extends DescribeSolutionVersionRequest {
6
- }
7
- export interface DescribeSolutionVersionCommandOutput extends DescribeSolutionVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeSolutionVersionCommand extends $Command<DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: DescribeSolutionVersionCommandInput;
12
- constructor(input: DescribeSolutionVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput>;
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
+ DescribeSolutionVersionRequest,
10
+ DescribeSolutionVersionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ PersonalizeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PersonalizeClient";
17
+ export interface DescribeSolutionVersionCommandInput
18
+ extends DescribeSolutionVersionRequest {}
19
+ export interface DescribeSolutionVersionCommandOutput
20
+ extends DescribeSolutionVersionResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeSolutionVersionCommand extends $Command<
23
+ DescribeSolutionVersionCommandInput,
24
+ DescribeSolutionVersionCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeSolutionVersionCommandInput;
28
+ constructor(input: DescribeSolutionVersionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: PersonalizeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeSolutionVersionCommandInput,
35
+ DescribeSolutionVersionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { GetSolutionMetricsRequest, GetSolutionMetricsResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface GetSolutionMetricsCommandInput extends GetSolutionMetricsRequest {
6
- }
7
- export interface GetSolutionMetricsCommandOutput extends GetSolutionMetricsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSolutionMetricsCommand extends $Command<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: GetSolutionMetricsCommandInput;
12
- constructor(input: GetSolutionMetricsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput>;
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
+ GetSolutionMetricsRequest,
10
+ GetSolutionMetricsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ PersonalizeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PersonalizeClient";
17
+ export interface GetSolutionMetricsCommandInput
18
+ extends GetSolutionMetricsRequest {}
19
+ export interface GetSolutionMetricsCommandOutput
20
+ extends GetSolutionMetricsResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetSolutionMetricsCommand extends $Command<
23
+ GetSolutionMetricsCommandInput,
24
+ GetSolutionMetricsCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: GetSolutionMetricsCommandInput;
28
+ constructor(input: GetSolutionMetricsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: PersonalizeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput>;
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 { ListBatchInferenceJobsRequest, ListBatchInferenceJobsResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface ListBatchInferenceJobsCommandInput extends ListBatchInferenceJobsRequest {
6
- }
7
- export interface ListBatchInferenceJobsCommandOutput extends ListBatchInferenceJobsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListBatchInferenceJobsCommand extends $Command<ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: ListBatchInferenceJobsCommandInput;
12
- constructor(input: ListBatchInferenceJobsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput>;
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
+ ListBatchInferenceJobsRequest,
10
+ ListBatchInferenceJobsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ PersonalizeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PersonalizeClient";
17
+ export interface ListBatchInferenceJobsCommandInput
18
+ extends ListBatchInferenceJobsRequest {}
19
+ export interface ListBatchInferenceJobsCommandOutput
20
+ extends ListBatchInferenceJobsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListBatchInferenceJobsCommand extends $Command<
23
+ ListBatchInferenceJobsCommandInput,
24
+ ListBatchInferenceJobsCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: ListBatchInferenceJobsCommandInput;
28
+ constructor(input: ListBatchInferenceJobsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: PersonalizeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListBatchInferenceJobsCommandInput,
35
+ ListBatchInferenceJobsCommandOutput
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 { ListBatchSegmentJobsRequest, ListBatchSegmentJobsResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface ListBatchSegmentJobsCommandInput extends ListBatchSegmentJobsRequest {
6
- }
7
- export interface ListBatchSegmentJobsCommandOutput extends ListBatchSegmentJobsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListBatchSegmentJobsCommand extends $Command<ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: ListBatchSegmentJobsCommandInput;
12
- constructor(input: ListBatchSegmentJobsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput>;
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
+ ListBatchSegmentJobsRequest,
10
+ ListBatchSegmentJobsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ PersonalizeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PersonalizeClient";
17
+ export interface ListBatchSegmentJobsCommandInput
18
+ extends ListBatchSegmentJobsRequest {}
19
+ export interface ListBatchSegmentJobsCommandOutput
20
+ extends ListBatchSegmentJobsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListBatchSegmentJobsCommand extends $Command<
23
+ ListBatchSegmentJobsCommandInput,
24
+ ListBatchSegmentJobsCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: ListBatchSegmentJobsCommandInput;
28
+ constructor(input: ListBatchSegmentJobsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: PersonalizeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListBatchSegmentJobsCommandInput,
35
+ ListBatchSegmentJobsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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 { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface ListCampaignsCommandInput extends ListCampaignsRequest {
6
- }
7
- export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCampaignsCommand extends $Command<ListCampaignsCommandInput, ListCampaignsCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: ListCampaignsCommandInput;
12
- constructor(input: ListCampaignsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCampaignsCommandInput, ListCampaignsCommandOutput>;
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
+ ListCampaignsRequest,
10
+ ListCampaignsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ PersonalizeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PersonalizeClient";
17
+ export interface ListCampaignsCommandInput extends ListCampaignsRequest {}
18
+ export interface ListCampaignsCommandOutput
19
+ extends ListCampaignsResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListCampaignsCommand extends $Command<
22
+ ListCampaignsCommandInput,
23
+ ListCampaignsCommandOutput,
24
+ PersonalizeClientResolvedConfig
25
+ > {
26
+ readonly input: ListCampaignsCommandInput;
27
+ constructor(input: ListCampaignsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: PersonalizeClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListCampaignsCommandInput, ListCampaignsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { ListDatasetExportJobsRequest, ListDatasetExportJobsResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface ListDatasetExportJobsCommandInput extends ListDatasetExportJobsRequest {
6
- }
7
- export interface ListDatasetExportJobsCommandOutput extends ListDatasetExportJobsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDatasetExportJobsCommand extends $Command<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: ListDatasetExportJobsCommandInput;
12
- constructor(input: ListDatasetExportJobsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput>;
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
+ ListDatasetExportJobsRequest,
10
+ ListDatasetExportJobsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ PersonalizeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PersonalizeClient";
17
+ export interface ListDatasetExportJobsCommandInput
18
+ extends ListDatasetExportJobsRequest {}
19
+ export interface ListDatasetExportJobsCommandOutput
20
+ extends ListDatasetExportJobsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListDatasetExportJobsCommand extends $Command<
23
+ ListDatasetExportJobsCommandInput,
24
+ ListDatasetExportJobsCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: ListDatasetExportJobsCommandInput;
28
+ constructor(input: ListDatasetExportJobsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: PersonalizeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListDatasetExportJobsCommandInput,
35
+ ListDatasetExportJobsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { ListDatasetGroupsRequest, ListDatasetGroupsResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface ListDatasetGroupsCommandInput extends ListDatasetGroupsRequest {
6
- }
7
- export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDatasetGroupsCommand extends $Command<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: ListDatasetGroupsCommandInput;
12
- constructor(input: ListDatasetGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput>;
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
+ ListDatasetGroupsRequest,
10
+ ListDatasetGroupsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ PersonalizeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PersonalizeClient";
17
+ export interface ListDatasetGroupsCommandInput
18
+ extends ListDatasetGroupsRequest {}
19
+ export interface ListDatasetGroupsCommandOutput
20
+ extends ListDatasetGroupsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListDatasetGroupsCommand extends $Command<
23
+ ListDatasetGroupsCommandInput,
24
+ ListDatasetGroupsCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: ListDatasetGroupsCommandInput;
28
+ constructor(input: ListDatasetGroupsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: PersonalizeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput>;
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 { ListDatasetImportJobsRequest, ListDatasetImportJobsResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface ListDatasetImportJobsCommandInput extends ListDatasetImportJobsRequest {
6
- }
7
- export interface ListDatasetImportJobsCommandOutput extends ListDatasetImportJobsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDatasetImportJobsCommand extends $Command<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: ListDatasetImportJobsCommandInput;
12
- constructor(input: ListDatasetImportJobsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput>;
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
+ ListDatasetImportJobsRequest,
10
+ ListDatasetImportJobsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ PersonalizeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PersonalizeClient";
17
+ export interface ListDatasetImportJobsCommandInput
18
+ extends ListDatasetImportJobsRequest {}
19
+ export interface ListDatasetImportJobsCommandOutput
20
+ extends ListDatasetImportJobsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListDatasetImportJobsCommand extends $Command<
23
+ ListDatasetImportJobsCommandInput,
24
+ ListDatasetImportJobsCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: ListDatasetImportJobsCommandInput;
28
+ constructor(input: ListDatasetImportJobsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: PersonalizeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListDatasetImportJobsCommandInput,
35
+ ListDatasetImportJobsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface ListDatasetsCommandInput extends ListDatasetsRequest {
6
- }
7
- export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDatasetsCommand extends $Command<ListDatasetsCommandInput, ListDatasetsCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: ListDatasetsCommandInput;
12
- constructor(input: ListDatasetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatasetsCommandInput, ListDatasetsCommandOutput>;
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 { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
9
+ import {
10
+ PersonalizeClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../PersonalizeClient";
14
+ export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
15
+ export interface ListDatasetsCommandOutput
16
+ extends ListDatasetsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListDatasetsCommand extends $Command<
19
+ ListDatasetsCommandInput,
20
+ ListDatasetsCommandOutput,
21
+ PersonalizeClientResolvedConfig
22
+ > {
23
+ readonly input: ListDatasetsCommandInput;
24
+ constructor(input: ListDatasetsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: PersonalizeClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListDatasetsCommandInput, ListDatasetsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { 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
+ export declare class ListEventTrackersCommand extends $Command<
23
+ ListEventTrackersCommandInput,
24
+ ListEventTrackersCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: ListEventTrackersCommandInput;
28
+ constructor(input: ListEventTrackersCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: PersonalizeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListEventTrackersCommandInput, ListEventTrackersCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }