@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 { DescribeSchemaRequest, DescribeSchemaResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface DescribeSchemaCommandInput extends DescribeSchemaRequest {
6
- }
7
- export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeSchemaCommand extends $Command<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: DescribeSchemaCommandInput;
12
- constructor(input: DescribeSchemaCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSchemaCommandInput, DescribeSchemaCommandOutput>;
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
+ DescribeSchemaRequest,
10
+ DescribeSchemaResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ PersonalizeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PersonalizeClient";
17
+ export interface DescribeSchemaCommandInput extends DescribeSchemaRequest {}
18
+ export interface DescribeSchemaCommandOutput
19
+ extends DescribeSchemaResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeSchemaCommand extends $Command<
23
+ DescribeSchemaCommandInput,
24
+ DescribeSchemaCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeSchemaCommandInput;
28
+ constructor(input: DescribeSchemaCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: PersonalizeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeSchemaCommandInput, DescribeSchemaCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { 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
+
22
+ export declare class DescribeSolutionCommand extends $Command<
23
+ DescribeSolutionCommandInput,
24
+ DescribeSolutionCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeSolutionCommandInput;
28
+ constructor(input: DescribeSolutionCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: PersonalizeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeSolutionCommandInput, DescribeSolutionCommandOutput>;
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 { 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
+
23
+ export declare class DescribeSolutionVersionCommand extends $Command<
24
+ DescribeSolutionVersionCommandInput,
25
+ DescribeSolutionVersionCommandOutput,
26
+ PersonalizeClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeSolutionVersionCommandInput;
29
+ constructor(input: DescribeSolutionVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PersonalizeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeSolutionVersionCommandInput,
37
+ DescribeSolutionVersionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { 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
+
23
+ export declare class GetSolutionMetricsCommand extends $Command<
24
+ GetSolutionMetricsCommandInput,
25
+ GetSolutionMetricsCommandOutput,
26
+ PersonalizeClientResolvedConfig
27
+ > {
28
+ readonly input: GetSolutionMetricsCommandInput;
29
+ constructor(input: GetSolutionMetricsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PersonalizeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput>;
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 { 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
+
23
+ export declare class ListBatchInferenceJobsCommand extends $Command<
24
+ ListBatchInferenceJobsCommandInput,
25
+ ListBatchInferenceJobsCommandOutput,
26
+ PersonalizeClientResolvedConfig
27
+ > {
28
+ readonly input: ListBatchInferenceJobsCommandInput;
29
+ constructor(input: ListBatchInferenceJobsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PersonalizeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListBatchInferenceJobsCommandInput,
37
+ ListBatchInferenceJobsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { 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
+
23
+ export declare class ListBatchSegmentJobsCommand extends $Command<
24
+ ListBatchSegmentJobsCommandInput,
25
+ ListBatchSegmentJobsCommandOutput,
26
+ PersonalizeClientResolvedConfig
27
+ > {
28
+ readonly input: ListBatchSegmentJobsCommandInput;
29
+ constructor(input: ListBatchSegmentJobsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PersonalizeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListBatchSegmentJobsCommandInput,
37
+ ListBatchSegmentJobsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { 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
+
22
+ export declare class ListCampaignsCommand extends $Command<
23
+ ListCampaignsCommandInput,
24
+ ListCampaignsCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: ListCampaignsCommandInput;
28
+ constructor(input: ListCampaignsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: PersonalizeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListCampaignsCommandInput, ListCampaignsCommandOutput>;
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 { 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
+
23
+ export declare class ListDatasetExportJobsCommand extends $Command<
24
+ ListDatasetExportJobsCommandInput,
25
+ ListDatasetExportJobsCommandOutput,
26
+ PersonalizeClientResolvedConfig
27
+ > {
28
+ readonly input: ListDatasetExportJobsCommandInput;
29
+ constructor(input: ListDatasetExportJobsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PersonalizeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListDatasetExportJobsCommandInput,
37
+ ListDatasetExportJobsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { 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
+
23
+ export declare class ListDatasetGroupsCommand extends $Command<
24
+ ListDatasetGroupsCommandInput,
25
+ ListDatasetGroupsCommandOutput,
26
+ PersonalizeClientResolvedConfig
27
+ > {
28
+ readonly input: ListDatasetGroupsCommandInput;
29
+ constructor(input: ListDatasetGroupsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PersonalizeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput>;
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 { 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
+
23
+ export declare class ListDatasetImportJobsCommand extends $Command<
24
+ ListDatasetImportJobsCommandInput,
25
+ ListDatasetImportJobsCommandOutput,
26
+ PersonalizeClientResolvedConfig
27
+ > {
28
+ readonly input: ListDatasetImportJobsCommandInput;
29
+ constructor(input: ListDatasetImportJobsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PersonalizeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListDatasetImportJobsCommandInput,
37
+ ListDatasetImportJobsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { 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
+
19
+ export declare class ListDatasetsCommand extends $Command<
20
+ ListDatasetsCommandInput,
21
+ ListDatasetsCommandOutput,
22
+ PersonalizeClientResolvedConfig
23
+ > {
24
+ readonly input: ListDatasetsCommandInput;
25
+ constructor(input: ListDatasetsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: PersonalizeClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListDatasetsCommandInput, ListDatasetsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }