@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 { UpdateCampaignRequest, UpdateCampaignResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface UpdateCampaignCommandInput extends UpdateCampaignRequest {
6
- }
7
- export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateCampaignCommand extends $Command<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: UpdateCampaignCommandInput;
12
- constructor(input: UpdateCampaignCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCampaignCommandInput, UpdateCampaignCommandOutput>;
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
+ UpdateCampaignRequest,
10
+ UpdateCampaignResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ PersonalizeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PersonalizeClient";
17
+ export interface UpdateCampaignCommandInput extends UpdateCampaignRequest {}
18
+ export interface UpdateCampaignCommandOutput
19
+ extends UpdateCampaignResponse,
20
+ __MetadataBearer {}
21
+ export declare class UpdateCampaignCommand extends $Command<
22
+ UpdateCampaignCommandInput,
23
+ UpdateCampaignCommandOutput,
24
+ PersonalizeClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateCampaignCommandInput;
27
+ constructor(input: UpdateCampaignCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: PersonalizeClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateCampaignCommandInput, UpdateCampaignCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { UpdateRecommenderRequest, UpdateRecommenderResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
- export interface UpdateRecommenderCommandInput extends UpdateRecommenderRequest {
6
- }
7
- export interface UpdateRecommenderCommandOutput extends UpdateRecommenderResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateRecommenderCommand extends $Command<UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
11
- readonly input: UpdateRecommenderCommandInput;
12
- constructor(input: UpdateRecommenderCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput>;
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
+ UpdateRecommenderRequest,
10
+ UpdateRecommenderResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ PersonalizeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PersonalizeClient";
17
+ export interface UpdateRecommenderCommandInput
18
+ extends UpdateRecommenderRequest {}
19
+ export interface UpdateRecommenderCommandOutput
20
+ extends UpdateRecommenderResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateRecommenderCommand extends $Command<
23
+ UpdateRecommenderCommandInput,
24
+ UpdateRecommenderCommandOutput,
25
+ PersonalizeClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateRecommenderCommandInput;
28
+ constructor(input: UpdateRecommenderCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: PersonalizeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,60 +1,60 @@
1
- export * from "./CreateBatchInferenceJobCommand";
2
- export * from "./CreateBatchSegmentJobCommand";
3
- export * from "./CreateCampaignCommand";
4
- export * from "./CreateDatasetCommand";
5
- export * from "./CreateDatasetExportJobCommand";
6
- export * from "./CreateDatasetGroupCommand";
7
- export * from "./CreateDatasetImportJobCommand";
8
- export * from "./CreateEventTrackerCommand";
9
- export * from "./CreateFilterCommand";
10
- export * from "./CreateRecommenderCommand";
11
- export * from "./CreateSchemaCommand";
12
- export * from "./CreateSolutionCommand";
13
- export * from "./CreateSolutionVersionCommand";
14
- export * from "./DeleteCampaignCommand";
15
- export * from "./DeleteDatasetCommand";
16
- export * from "./DeleteDatasetGroupCommand";
17
- export * from "./DeleteEventTrackerCommand";
18
- export * from "./DeleteFilterCommand";
19
- export * from "./DeleteRecommenderCommand";
20
- export * from "./DeleteSchemaCommand";
21
- export * from "./DeleteSolutionCommand";
22
- export * from "./DescribeAlgorithmCommand";
23
- export * from "./DescribeBatchInferenceJobCommand";
24
- export * from "./DescribeBatchSegmentJobCommand";
25
- export * from "./DescribeCampaignCommand";
26
- export * from "./DescribeDatasetCommand";
27
- export * from "./DescribeDatasetExportJobCommand";
28
- export * from "./DescribeDatasetGroupCommand";
29
- export * from "./DescribeDatasetImportJobCommand";
30
- export * from "./DescribeEventTrackerCommand";
31
- export * from "./DescribeFeatureTransformationCommand";
32
- export * from "./DescribeFilterCommand";
33
- export * from "./DescribeRecipeCommand";
34
- export * from "./DescribeRecommenderCommand";
35
- export * from "./DescribeSchemaCommand";
36
- export * from "./DescribeSolutionCommand";
37
- export * from "./DescribeSolutionVersionCommand";
38
- export * from "./GetSolutionMetricsCommand";
39
- export * from "./ListBatchInferenceJobsCommand";
40
- export * from "./ListBatchSegmentJobsCommand";
41
- export * from "./ListCampaignsCommand";
42
- export * from "./ListDatasetExportJobsCommand";
43
- export * from "./ListDatasetGroupsCommand";
44
- export * from "./ListDatasetImportJobsCommand";
45
- export * from "./ListDatasetsCommand";
46
- export * from "./ListEventTrackersCommand";
47
- export * from "./ListFiltersCommand";
48
- export * from "./ListRecipesCommand";
49
- export * from "./ListRecommendersCommand";
50
- export * from "./ListSchemasCommand";
51
- export * from "./ListSolutionVersionsCommand";
52
- export * from "./ListSolutionsCommand";
53
- export * from "./ListTagsForResourceCommand";
54
- export * from "./StartRecommenderCommand";
55
- export * from "./StopRecommenderCommand";
56
- export * from "./StopSolutionVersionCreationCommand";
57
- export * from "./TagResourceCommand";
58
- export * from "./UntagResourceCommand";
59
- export * from "./UpdateCampaignCommand";
60
- export * from "./UpdateRecommenderCommand";
1
+ export * from "./CreateBatchInferenceJobCommand";
2
+ export * from "./CreateBatchSegmentJobCommand";
3
+ export * from "./CreateCampaignCommand";
4
+ export * from "./CreateDatasetCommand";
5
+ export * from "./CreateDatasetExportJobCommand";
6
+ export * from "./CreateDatasetGroupCommand";
7
+ export * from "./CreateDatasetImportJobCommand";
8
+ export * from "./CreateEventTrackerCommand";
9
+ export * from "./CreateFilterCommand";
10
+ export * from "./CreateRecommenderCommand";
11
+ export * from "./CreateSchemaCommand";
12
+ export * from "./CreateSolutionCommand";
13
+ export * from "./CreateSolutionVersionCommand";
14
+ export * from "./DeleteCampaignCommand";
15
+ export * from "./DeleteDatasetCommand";
16
+ export * from "./DeleteDatasetGroupCommand";
17
+ export * from "./DeleteEventTrackerCommand";
18
+ export * from "./DeleteFilterCommand";
19
+ export * from "./DeleteRecommenderCommand";
20
+ export * from "./DeleteSchemaCommand";
21
+ export * from "./DeleteSolutionCommand";
22
+ export * from "./DescribeAlgorithmCommand";
23
+ export * from "./DescribeBatchInferenceJobCommand";
24
+ export * from "./DescribeBatchSegmentJobCommand";
25
+ export * from "./DescribeCampaignCommand";
26
+ export * from "./DescribeDatasetCommand";
27
+ export * from "./DescribeDatasetExportJobCommand";
28
+ export * from "./DescribeDatasetGroupCommand";
29
+ export * from "./DescribeDatasetImportJobCommand";
30
+ export * from "./DescribeEventTrackerCommand";
31
+ export * from "./DescribeFeatureTransformationCommand";
32
+ export * from "./DescribeFilterCommand";
33
+ export * from "./DescribeRecipeCommand";
34
+ export * from "./DescribeRecommenderCommand";
35
+ export * from "./DescribeSchemaCommand";
36
+ export * from "./DescribeSolutionCommand";
37
+ export * from "./DescribeSolutionVersionCommand";
38
+ export * from "./GetSolutionMetricsCommand";
39
+ export * from "./ListBatchInferenceJobsCommand";
40
+ export * from "./ListBatchSegmentJobsCommand";
41
+ export * from "./ListCampaignsCommand";
42
+ export * from "./ListDatasetExportJobsCommand";
43
+ export * from "./ListDatasetGroupsCommand";
44
+ export * from "./ListDatasetImportJobsCommand";
45
+ export * from "./ListDatasetsCommand";
46
+ export * from "./ListEventTrackersCommand";
47
+ export * from "./ListFiltersCommand";
48
+ export * from "./ListRecipesCommand";
49
+ export * from "./ListRecommendersCommand";
50
+ export * from "./ListSchemasCommand";
51
+ export * from "./ListSolutionVersionsCommand";
52
+ export * from "./ListSolutionsCommand";
53
+ export * from "./ListTagsForResourceCommand";
54
+ export * from "./StartRecommenderCommand";
55
+ export * from "./StopRecommenderCommand";
56
+ export * from "./StopSolutionVersionCreationCommand";
57
+ export * from "./TagResourceCommand";
58
+ export * from "./UntagResourceCommand";
59
+ export * from "./UpdateCampaignCommand";
60
+ export * from "./UpdateRecommenderCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./Personalize";
2
- export * from "./PersonalizeClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { PersonalizeServiceException } from "./models/PersonalizeServiceException";
1
+ export * from "./Personalize";
2
+ export * from "./PersonalizeClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { PersonalizeServiceException } from "./models/PersonalizeServiceException";
@@ -1,6 +1,7 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class PersonalizeServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class PersonalizeServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";