@aws-sdk/client-personalize 3.36.0 → 3.39.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 (137) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/Personalize.js +0 -4
  3. package/dist-cjs/PersonalizeClient.js +0 -9
  4. package/dist-cjs/commands/CreateBatchInferenceJobCommand.js +0 -25
  5. package/dist-cjs/commands/CreateCampaignCommand.js +0 -94
  6. package/dist-cjs/commands/CreateDatasetCommand.js +0 -74
  7. package/dist-cjs/commands/CreateDatasetExportJobCommand.js +0 -45
  8. package/dist-cjs/commands/CreateDatasetGroupCommand.js +0 -99
  9. package/dist-cjs/commands/CreateDatasetImportJobCommand.js +0 -65
  10. package/dist-cjs/commands/CreateEventTrackerCommand.js +0 -69
  11. package/dist-cjs/commands/CreateFilterCommand.js +0 -24
  12. package/dist-cjs/commands/CreateSchemaCommand.js +0 -49
  13. package/dist-cjs/commands/CreateSolutionCommand.js +0 -96
  14. package/dist-cjs/commands/CreateSolutionVersionCommand.js +0 -91
  15. package/dist-cjs/commands/DeleteCampaignCommand.js +0 -29
  16. package/dist-cjs/commands/DeleteDatasetCommand.js +0 -26
  17. package/dist-cjs/commands/DeleteDatasetGroupCommand.js +0 -36
  18. package/dist-cjs/commands/DeleteEventTrackerCommand.js +0 -26
  19. package/dist-cjs/commands/DeleteFilterCommand.js +0 -24
  20. package/dist-cjs/commands/DeleteSchemaCommand.js +0 -26
  21. package/dist-cjs/commands/DeleteSolutionCommand.js +0 -30
  22. package/dist-cjs/commands/DescribeAlgorithmCommand.js +0 -24
  23. package/dist-cjs/commands/DescribeBatchInferenceJobCommand.js +0 -26
  24. package/dist-cjs/commands/DescribeCampaignCommand.js +0 -36
  25. package/dist-cjs/commands/DescribeDatasetCommand.js +0 -24
  26. package/dist-cjs/commands/DescribeDatasetExportJobCommand.js +0 -25
  27. package/dist-cjs/commands/DescribeDatasetGroupCommand.js +0 -24
  28. package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +0 -25
  29. package/dist-cjs/commands/DescribeEventTrackerCommand.js +0 -26
  30. package/dist-cjs/commands/DescribeFeatureTransformationCommand.js +0 -24
  31. package/dist-cjs/commands/DescribeFilterCommand.js +0 -24
  32. package/dist-cjs/commands/DescribeRecipeCommand.js +0 -42
  33. package/dist-cjs/commands/DescribeSchemaCommand.js +0 -25
  34. package/dist-cjs/commands/DescribeSolutionCommand.js +0 -25
  35. package/dist-cjs/commands/DescribeSolutionVersionCommand.js +0 -24
  36. package/dist-cjs/commands/GetSolutionMetricsCommand.js +0 -24
  37. package/dist-cjs/commands/ListBatchInferenceJobsCommand.js +0 -25
  38. package/dist-cjs/commands/ListCampaignsCommand.js +0 -27
  39. package/dist-cjs/commands/ListDatasetExportJobsCommand.js +0 -28
  40. package/dist-cjs/commands/ListDatasetGroupsCommand.js +0 -26
  41. package/dist-cjs/commands/ListDatasetImportJobsCommand.js +0 -28
  42. package/dist-cjs/commands/ListDatasetsCommand.js +0 -26
  43. package/dist-cjs/commands/ListEventTrackersCommand.js +0 -27
  44. package/dist-cjs/commands/ListFiltersCommand.js +0 -24
  45. package/dist-cjs/commands/ListRecipesCommand.js +0 -25
  46. package/dist-cjs/commands/ListSchemasCommand.js +0 -26
  47. package/dist-cjs/commands/ListSolutionVersionsCommand.js +0 -27
  48. package/dist-cjs/commands/ListSolutionsCommand.js +0 -27
  49. package/dist-cjs/commands/StopSolutionVersionCreationCommand.js +0 -37
  50. package/dist-cjs/commands/UpdateCampaignCommand.js +0 -32
  51. package/dist-cjs/commands/index.js +50 -0
  52. package/dist-cjs/endpoints.js +6 -1
  53. package/dist-cjs/index.js +4 -62
  54. package/dist-cjs/models/models_0.js +0 -429
  55. package/dist-cjs/pagination/ListBatchInferenceJobsPaginator.js +0 -10
  56. package/dist-cjs/pagination/ListCampaignsPaginator.js +0 -10
  57. package/dist-cjs/pagination/ListDatasetExportJobsPaginator.js +0 -10
  58. package/dist-cjs/pagination/ListDatasetGroupsPaginator.js +0 -10
  59. package/dist-cjs/pagination/ListDatasetImportJobsPaginator.js +0 -10
  60. package/dist-cjs/pagination/ListDatasetsPaginator.js +0 -10
  61. package/dist-cjs/pagination/ListEventTrackersPaginator.js +0 -10
  62. package/dist-cjs/pagination/ListFiltersPaginator.js +0 -10
  63. package/dist-cjs/pagination/ListRecipesPaginator.js +0 -10
  64. package/dist-cjs/pagination/ListSchemasPaginator.js +0 -10
  65. package/dist-cjs/pagination/ListSolutionVersionsPaginator.js +0 -10
  66. package/dist-cjs/pagination/ListSolutionsPaginator.js +0 -10
  67. package/dist-cjs/pagination/index.js +16 -0
  68. package/dist-cjs/protocols/Aws_json1_1.js +0 -5
  69. package/dist-cjs/runtimeConfig.browser.js +1 -5
  70. package/dist-cjs/runtimeConfig.js +1 -5
  71. package/dist-cjs/runtimeConfig.native.js +0 -3
  72. package/dist-cjs/runtimeConfig.shared.js +0 -3
  73. package/dist-es/commands/index.js +47 -0
  74. package/dist-es/endpoints.js +6 -1
  75. package/dist-es/index.js +4 -62
  76. package/dist-es/pagination/index.js +13 -0
  77. package/dist-types/commands/index.d.ts +47 -0
  78. package/dist-types/index.d.ts +4 -62
  79. package/dist-types/pagination/index.d.ts +13 -0
  80. package/dist-types/ts3.4/Personalize.d.ts +48 -728
  81. package/dist-types/ts3.4/PersonalizeClient.d.ts +24 -90
  82. package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +2 -21
  83. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +2 -90
  84. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +2 -70
  85. package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +2 -41
  86. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +2 -95
  87. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +2 -61
  88. package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +2 -65
  89. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +2 -20
  90. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +2 -45
  91. package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +2 -92
  92. package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +2 -87
  93. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +2 -25
  94. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -22
  95. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +2 -32
  96. package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +2 -22
  97. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +2 -20
  98. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +2 -22
  99. package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +2 -26
  100. package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +2 -20
  101. package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +2 -22
  102. package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +2 -32
  103. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +2 -20
  104. package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +2 -21
  105. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +2 -20
  106. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +2 -21
  107. package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +2 -22
  108. package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +2 -20
  109. package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +2 -20
  110. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +2 -38
  111. package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +2 -21
  112. package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +2 -21
  113. package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +2 -20
  114. package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +2 -20
  115. package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +2 -21
  116. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +2 -23
  117. package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +2 -24
  118. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +2 -22
  119. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +2 -24
  120. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -22
  121. package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +2 -23
  122. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +2 -20
  123. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +2 -21
  124. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +2 -22
  125. package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +2 -23
  126. package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +2 -23
  127. package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +2 -33
  128. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +2 -28
  129. package/dist-types/ts3.4/commands/index.d.ts +47 -0
  130. package/dist-types/ts3.4/index.d.ts +4 -62
  131. package/dist-types/ts3.4/models/models_0.d.ts +620 -2318
  132. package/dist-types/ts3.4/pagination/index.d.ts +13 -0
  133. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  134. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  135. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  136. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  137. package/package.json +32 -32
@@ -0,0 +1,47 @@
1
+ export * from "./CreateBatchInferenceJobCommand";
2
+ export * from "./CreateCampaignCommand";
3
+ export * from "./CreateDatasetCommand";
4
+ export * from "./CreateDatasetExportJobCommand";
5
+ export * from "./CreateDatasetGroupCommand";
6
+ export * from "./CreateDatasetImportJobCommand";
7
+ export * from "./CreateEventTrackerCommand";
8
+ export * from "./CreateFilterCommand";
9
+ export * from "./CreateSchemaCommand";
10
+ export * from "./CreateSolutionCommand";
11
+ export * from "./CreateSolutionVersionCommand";
12
+ export * from "./DeleteCampaignCommand";
13
+ export * from "./DeleteDatasetCommand";
14
+ export * from "./DeleteDatasetGroupCommand";
15
+ export * from "./DeleteEventTrackerCommand";
16
+ export * from "./DeleteFilterCommand";
17
+ export * from "./DeleteSchemaCommand";
18
+ export * from "./DeleteSolutionCommand";
19
+ export * from "./DescribeAlgorithmCommand";
20
+ export * from "./DescribeBatchInferenceJobCommand";
21
+ export * from "./DescribeCampaignCommand";
22
+ export * from "./DescribeDatasetCommand";
23
+ export * from "./DescribeDatasetExportJobCommand";
24
+ export * from "./DescribeDatasetGroupCommand";
25
+ export * from "./DescribeDatasetImportJobCommand";
26
+ export * from "./DescribeEventTrackerCommand";
27
+ export * from "./DescribeFeatureTransformationCommand";
28
+ export * from "./DescribeFilterCommand";
29
+ export * from "./DescribeRecipeCommand";
30
+ export * from "./DescribeSchemaCommand";
31
+ export * from "./DescribeSolutionCommand";
32
+ export * from "./DescribeSolutionVersionCommand";
33
+ export * from "./GetSolutionMetricsCommand";
34
+ export * from "./ListBatchInferenceJobsCommand";
35
+ export * from "./ListCampaignsCommand";
36
+ export * from "./ListDatasetExportJobsCommand";
37
+ export * from "./ListDatasetGroupsCommand";
38
+ export * from "./ListDatasetImportJobsCommand";
39
+ export * from "./ListDatasetsCommand";
40
+ export * from "./ListEventTrackersCommand";
41
+ export * from "./ListFiltersCommand";
42
+ export * from "./ListRecipesCommand";
43
+ export * from "./ListSchemasCommand";
44
+ export * from "./ListSolutionVersionsCommand";
45
+ export * from "./ListSolutionsCommand";
46
+ export * from "./StopSolutionVersionCreationCommand";
47
+ export * from "./UpdateCampaignCommand";
@@ -1,63 +1,5 @@
1
- export * from "./PersonalizeClient";
2
1
  export * from "./Personalize";
3
- export * from "./commands/CreateBatchInferenceJobCommand";
4
- export * from "./commands/CreateCampaignCommand";
5
- export * from "./commands/CreateDatasetCommand";
6
- export * from "./commands/CreateDatasetExportJobCommand";
7
- export * from "./commands/CreateDatasetGroupCommand";
8
- export * from "./commands/CreateDatasetImportJobCommand";
9
- export * from "./commands/CreateEventTrackerCommand";
10
- export * from "./commands/CreateFilterCommand";
11
- export * from "./commands/CreateSchemaCommand";
12
- export * from "./commands/CreateSolutionCommand";
13
- export * from "./commands/CreateSolutionVersionCommand";
14
- export * from "./commands/DeleteCampaignCommand";
15
- export * from "./commands/DeleteDatasetCommand";
16
- export * from "./commands/DeleteDatasetGroupCommand";
17
- export * from "./commands/DeleteEventTrackerCommand";
18
- export * from "./commands/DeleteFilterCommand";
19
- export * from "./commands/DeleteSchemaCommand";
20
- export * from "./commands/DeleteSolutionCommand";
21
- export * from "./commands/DescribeAlgorithmCommand";
22
- export * from "./commands/DescribeBatchInferenceJobCommand";
23
- export * from "./commands/DescribeCampaignCommand";
24
- export * from "./commands/DescribeDatasetCommand";
25
- export * from "./commands/DescribeDatasetExportJobCommand";
26
- export * from "./commands/DescribeDatasetGroupCommand";
27
- export * from "./commands/DescribeDatasetImportJobCommand";
28
- export * from "./commands/DescribeEventTrackerCommand";
29
- export * from "./commands/DescribeFeatureTransformationCommand";
30
- export * from "./commands/DescribeFilterCommand";
31
- export * from "./commands/DescribeRecipeCommand";
32
- export * from "./commands/DescribeSchemaCommand";
33
- export * from "./commands/DescribeSolutionCommand";
34
- export * from "./commands/DescribeSolutionVersionCommand";
35
- export * from "./commands/GetSolutionMetricsCommand";
36
- export * from "./commands/ListBatchInferenceJobsCommand";
37
- export * from "./pagination/ListBatchInferenceJobsPaginator";
38
- export * from "./commands/ListCampaignsCommand";
39
- export * from "./pagination/ListCampaignsPaginator";
40
- export * from "./commands/ListDatasetExportJobsCommand";
41
- export * from "./pagination/ListDatasetExportJobsPaginator";
42
- export * from "./commands/ListDatasetGroupsCommand";
43
- export * from "./pagination/ListDatasetGroupsPaginator";
44
- export * from "./commands/ListDatasetImportJobsCommand";
45
- export * from "./pagination/ListDatasetImportJobsPaginator";
46
- export * from "./commands/ListDatasetsCommand";
47
- export * from "./pagination/ListDatasetsPaginator";
48
- export * from "./commands/ListEventTrackersCommand";
49
- export * from "./pagination/ListEventTrackersPaginator";
50
- export * from "./commands/ListFiltersCommand";
51
- export * from "./pagination/ListFiltersPaginator";
52
- export * from "./commands/ListRecipesCommand";
53
- export * from "./pagination/ListRecipesPaginator";
54
- export * from "./commands/ListSchemasCommand";
55
- export * from "./pagination/ListSchemasPaginator";
56
- export * from "./commands/ListSolutionsCommand";
57
- export * from "./pagination/ListSolutionsPaginator";
58
- export * from "./commands/ListSolutionVersionsCommand";
59
- export * from "./pagination/ListSolutionVersionsPaginator";
60
- export * from "./commands/StopSolutionVersionCreationCommand";
61
- export * from "./commands/UpdateCampaignCommand";
62
- export * from "./pagination/Interfaces";
63
- export * from "./models/index";
2
+ export * from "./PersonalizeClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,13 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListBatchInferenceJobsPaginator";
3
+ export * from "./ListCampaignsPaginator";
4
+ export * from "./ListDatasetExportJobsPaginator";
5
+ export * from "./ListDatasetGroupsPaginator";
6
+ export * from "./ListDatasetImportJobsPaginator";
7
+ export * from "./ListDatasetsPaginator";
8
+ export * from "./ListEventTrackersPaginator";
9
+ export * from "./ListFiltersPaginator";
10
+ export * from "./ListRecipesPaginator";
11
+ export * from "./ListSchemasPaginator";
12
+ export * from "./ListSolutionVersionsPaginator";
13
+ export * from "./ListSolutionsPaginator";