@aws-sdk/client-personalize 3.37.0 → 3.41.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 (75) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/commands/index.js +50 -0
  3. package/dist-cjs/endpoints.js +79 -5
  4. package/dist-cjs/index.js +4 -62
  5. package/dist-cjs/pagination/index.js +16 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-es/commands/index.js +47 -0
  9. package/dist-es/endpoints.js +79 -5
  10. package/dist-es/index.js +4 -62
  11. package/dist-es/pagination/index.js +13 -0
  12. package/dist-es/runtimeConfig.browser.js +3 -2
  13. package/dist-es/runtimeConfig.js +3 -3
  14. package/dist-types/PersonalizeClient.d.ts +8 -0
  15. package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateCampaignCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateDatasetCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateEventTrackerCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateFilterCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateSchemaCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateSolutionCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateSolutionVersionCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteCampaignCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteEventTrackerCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteFilterCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteSolutionCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeCampaignCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeEventTrackerCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeFilterCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeRecipeCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeSchemaCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeSolutionCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +1 -1
  47. package/dist-types/commands/GetSolutionMetricsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListCampaignsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +1 -1
  53. package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListEventTrackersCommand.d.ts +1 -1
  55. package/dist-types/commands/ListFiltersCommand.d.ts +1 -1
  56. package/dist-types/commands/ListRecipesCommand.d.ts +1 -1
  57. package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
  58. package/dist-types/commands/ListSolutionVersionsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListSolutionsCommand.d.ts +1 -1
  60. package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateCampaignCommand.d.ts +1 -1
  62. package/dist-types/commands/index.d.ts +47 -0
  63. package/dist-types/index.d.ts +4 -62
  64. package/dist-types/pagination/index.d.ts +13 -0
  65. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  66. package/dist-types/runtimeConfig.d.ts +2 -0
  67. package/dist-types/runtimeConfig.native.d.ts +2 -0
  68. package/dist-types/ts3.4/PersonalizeClient.d.ts +4 -0
  69. package/dist-types/ts3.4/commands/index.d.ts +47 -0
  70. package/dist-types/ts3.4/index.d.ts +4 -62
  71. package/dist-types/ts3.4/pagination/index.d.ts +13 -0
  72. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  73. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  74. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  75. package/package.json +26 -26
@@ -123,6 +123,14 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
123
123
  * Optional logger for logging debug/info/warn/error.
124
124
  */
125
125
  logger?: __Logger;
126
+ /**
127
+ * Enables IPv6/IPv4 dualstack endpoint.
128
+ */
129
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
130
+ /**
131
+ * Enables FIPS compatible endpoints.
132
+ */
133
+ useFipsEndpoint?: boolean | __Provider<boolean>;
126
134
  /**
127
135
  * Unique service identifier.
128
136
  * @internal
@@ -21,7 +21,7 @@ export interface CreateBatchInferenceJobCommandOutput extends CreateBatchInferen
21
21
  *
22
22
  * @see {@link CreateBatchInferenceJobCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateBatchInferenceJobCommandOutput} for command's `response` shape.
24
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateBatchInferenceJobCommand extends $Command<CreateBatchInferenceJobCommandInput, CreateBatchInferenceJobCommandOutput, PersonalizeClientResolvedConfig> {
@@ -90,7 +90,7 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
90
90
  *
91
91
  * @see {@link CreateCampaignCommandInput} for command's `input` shape.
92
92
  * @see {@link CreateCampaignCommandOutput} for command's `response` shape.
93
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
93
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
94
94
  *
95
95
  */
96
96
  export declare class CreateCampaignCommand extends $Command<CreateCampaignCommandInput, CreateCampaignCommandOutput, PersonalizeClientResolvedConfig> {
@@ -70,7 +70,7 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
70
70
  *
71
71
  * @see {@link CreateDatasetCommandInput} for command's `input` shape.
72
72
  * @see {@link CreateDatasetCommandOutput} for command's `response` shape.
73
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
73
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
74
74
  *
75
75
  */
76
76
  export declare class CreateDatasetCommand extends $Command<CreateDatasetCommandInput, CreateDatasetCommandOutput, PersonalizeClientResolvedConfig> {
@@ -41,7 +41,7 @@ export interface CreateDatasetExportJobCommandOutput extends CreateDatasetExport
41
41
  *
42
42
  * @see {@link CreateDatasetExportJobCommandInput} for command's `input` shape.
43
43
  * @see {@link CreateDatasetExportJobCommandOutput} for command's `response` shape.
44
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
44
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
45
45
  *
46
46
  */
47
47
  export declare class CreateDatasetExportJobCommand extends $Command<CreateDatasetExportJobCommandInput, CreateDatasetExportJobCommandOutput, PersonalizeClientResolvedConfig> {
@@ -95,7 +95,7 @@ export interface CreateDatasetGroupCommandOutput extends CreateDatasetGroupRespo
95
95
  *
96
96
  * @see {@link CreateDatasetGroupCommandInput} for command's `input` shape.
97
97
  * @see {@link CreateDatasetGroupCommandOutput} for command's `response` shape.
98
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
98
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
99
99
  *
100
100
  */
101
101
  export declare class CreateDatasetGroupCommand extends $Command<CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput, PersonalizeClientResolvedConfig> {
@@ -61,7 +61,7 @@ export interface CreateDatasetImportJobCommandOutput extends CreateDatasetImport
61
61
  *
62
62
  * @see {@link CreateDatasetImportJobCommandInput} for command's `input` shape.
63
63
  * @see {@link CreateDatasetImportJobCommandOutput} for command's `response` shape.
64
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
64
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
65
65
  *
66
66
  */
67
67
  export declare class CreateDatasetImportJobCommand extends $Command<CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput, PersonalizeClientResolvedConfig> {
@@ -65,7 +65,7 @@ export interface CreateEventTrackerCommandOutput extends CreateEventTrackerRespo
65
65
  *
66
66
  * @see {@link CreateEventTrackerCommandInput} for command's `input` shape.
67
67
  * @see {@link CreateEventTrackerCommandOutput} for command's `response` shape.
68
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
68
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
69
69
  *
70
70
  */
71
71
  export declare class CreateEventTrackerCommand extends $Command<CreateEventTrackerCommandInput, CreateEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
20
20
  *
21
21
  * @see {@link CreateFilterCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateFilterCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateFilterCommand extends $Command<CreateFilterCommandInput, CreateFilterCommandOutput, PersonalizeClientResolvedConfig> {
@@ -45,7 +45,7 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
45
45
  *
46
46
  * @see {@link CreateSchemaCommandInput} for command's `input` shape.
47
47
  * @see {@link CreateSchemaCommandOutput} for command's `response` shape.
48
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
48
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
49
49
  *
50
50
  */
51
51
  export declare class CreateSchemaCommand extends $Command<CreateSchemaCommandInput, CreateSchemaCommandOutput, PersonalizeClientResolvedConfig> {
@@ -92,7 +92,7 @@ export interface CreateSolutionCommandOutput extends CreateSolutionResponse, __M
92
92
  *
93
93
  * @see {@link CreateSolutionCommandInput} for command's `input` shape.
94
94
  * @see {@link CreateSolutionCommandOutput} for command's `response` shape.
95
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
95
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
96
96
  *
97
97
  */
98
98
  export declare class CreateSolutionCommand extends $Command<CreateSolutionCommandInput, CreateSolutionCommandOutput, PersonalizeClientResolvedConfig> {
@@ -87,7 +87,7 @@ export interface CreateSolutionVersionCommandOutput extends CreateSolutionVersio
87
87
  *
88
88
  * @see {@link CreateSolutionVersionCommandInput} for command's `input` shape.
89
89
  * @see {@link CreateSolutionVersionCommandOutput} for command's `response` shape.
90
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
90
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
91
91
  *
92
92
  */
93
93
  export declare class CreateSolutionVersionCommand extends $Command<CreateSolutionVersionCommandInput, CreateSolutionVersionCommandOutput, PersonalizeClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DeleteCampaignCommandOutput extends __MetadataBearer {
25
25
  *
26
26
  * @see {@link DeleteCampaignCommandInput} for command's `input` shape.
27
27
  * @see {@link DeleteCampaignCommandOutput} for command's `response` shape.
28
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DeleteCampaignCommand extends $Command<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, PersonalizeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link DeleteDatasetCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteDatasetCommandOutput} for command's `response` shape.
25
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteDatasetCommand extends $Command<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, PersonalizeClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {
32
32
  *
33
33
  * @see {@link DeleteDatasetGroupCommandInput} for command's `input` shape.
34
34
  * @see {@link DeleteDatasetGroupCommandOutput} for command's `response` shape.
35
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class DeleteDatasetGroupCommand extends $Command<DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput, PersonalizeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteEventTrackerCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link DeleteEventTrackerCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteEventTrackerCommandOutput} for command's `response` shape.
25
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteEventTrackerCommand extends $Command<DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteFilterCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteFilterCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteFilterCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteFilterCommand extends $Command<DeleteFilterCommandInput, DeleteFilterCommandOutput, PersonalizeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteSchemaCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link DeleteSchemaCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteSchemaCommandOutput} for command's `response` shape.
25
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteSchemaCommand extends $Command<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, PersonalizeClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DeleteSolutionCommandOutput extends __MetadataBearer {
26
26
  *
27
27
  * @see {@link DeleteSolutionCommandInput} for command's `input` shape.
28
28
  * @see {@link DeleteSolutionCommandOutput} for command's `response` shape.
29
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DeleteSolutionCommand extends $Command<DeleteSolutionCommandInput, DeleteSolutionCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeAlgorithmCommandOutput extends DescribeAlgorithmRespons
20
20
  *
21
21
  * @see {@link DescribeAlgorithmCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAlgorithmCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeAlgorithmCommand extends $Command<DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput, PersonalizeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeBatchInferenceJobCommandOutput extends DescribeBatchInf
22
22
  *
23
23
  * @see {@link DescribeBatchInferenceJobCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeBatchInferenceJobCommandOutput} for command's `response` shape.
25
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeBatchInferenceJobCommand extends $Command<DescribeBatchInferenceJobCommandInput, DescribeBatchInferenceJobCommandOutput, PersonalizeClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface DescribeCampaignCommandOutput extends DescribeCampaignResponse,
32
32
  *
33
33
  * @see {@link DescribeCampaignCommandInput} for command's `input` shape.
34
34
  * @see {@link DescribeCampaignCommandOutput} for command's `response` shape.
35
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class DescribeCampaignCommand extends $Command<DescribeCampaignCommandInput, DescribeCampaignCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
20
20
  *
21
21
  * @see {@link DescribeDatasetCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDatasetCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, PersonalizeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeDatasetExportJobCommandOutput extends DescribeDatasetEx
21
21
  *
22
22
  * @see {@link DescribeDatasetExportJobCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeDatasetExportJobCommandOutput} for command's `response` shape.
24
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeDatasetExportJobCommand extends $Command<DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDatasetGroupCommandOutput extends DescribeDatasetGroupR
20
20
  *
21
21
  * @see {@link DescribeDatasetGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDatasetGroupCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeDatasetGroupCommand extends $Command<DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput, PersonalizeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeDatasetImportJobCommandOutput extends DescribeDatasetIm
21
21
  *
22
22
  * @see {@link DescribeDatasetImportJobCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeDatasetImportJobCommandOutput} for command's `response` shape.
24
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeDatasetImportJobCommand extends $Command<DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput, PersonalizeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeEventTrackerCommandOutput extends DescribeEventTrackerR
22
22
  *
23
23
  * @see {@link DescribeEventTrackerCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeEventTrackerCommandOutput} for command's `response` shape.
25
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeEventTrackerCommand extends $Command<DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeFeatureTransformationCommandOutput extends DescribeFeat
20
20
  *
21
21
  * @see {@link DescribeFeatureTransformationCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeFeatureTransformationCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeFeatureTransformationCommand extends $Command<DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeFilterCommandOutput extends DescribeFilterResponse, __M
20
20
  *
21
21
  * @see {@link DescribeFilterCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeFilterCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeFilterCommand extends $Command<DescribeFilterCommandInput, DescribeFilterCommandOutput, PersonalizeClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __M
38
38
  *
39
39
  * @see {@link DescribeRecipeCommandInput} for command's `input` shape.
40
40
  * @see {@link DescribeRecipeCommandOutput} for command's `response` shape.
41
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
42
42
  *
43
43
  */
44
44
  export declare class DescribeRecipeCommand extends $Command<DescribeRecipeCommandInput, DescribeRecipeCommandOutput, PersonalizeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __M
21
21
  *
22
22
  * @see {@link DescribeSchemaCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeSchemaCommandOutput} for command's `response` shape.
24
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeSchemaCommand extends $Command<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, PersonalizeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeSolutionCommandOutput extends DescribeSolutionResponse,
21
21
  *
22
22
  * @see {@link DescribeSolutionCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeSolutionCommandOutput} for command's `response` shape.
24
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeSolutionCommand extends $Command<DescribeSolutionCommandInput, DescribeSolutionCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeSolutionVersionCommandOutput extends DescribeSolutionVe
20
20
  *
21
21
  * @see {@link DescribeSolutionVersionCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeSolutionVersionCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeSolutionVersionCommand extends $Command<DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetSolutionMetricsCommandOutput extends GetSolutionMetricsRespo
20
20
  *
21
21
  * @see {@link GetSolutionMetricsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetSolutionMetricsCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetSolutionMetricsCommand extends $Command<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListBatchInferenceJobsCommandOutput extends ListBatchInferenceJ
21
21
  *
22
22
  * @see {@link ListBatchInferenceJobsCommandInput} for command's `input` shape.
23
23
  * @see {@link ListBatchInferenceJobsCommandOutput} for command's `response` shape.
24
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListBatchInferenceJobsCommand extends $Command<ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __Met
23
23
  *
24
24
  * @see {@link ListCampaignsCommandInput} for command's `input` shape.
25
25
  * @see {@link ListCampaignsCommandOutput} for command's `response` shape.
26
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListCampaignsCommand extends $Command<ListCampaignsCommandInput, ListCampaignsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ListDatasetExportJobsCommandOutput extends ListDatasetExportJob
24
24
  *
25
25
  * @see {@link ListDatasetExportJobsCommandInput} for command's `input` shape.
26
26
  * @see {@link ListDatasetExportJobsCommandOutput} for command's `response` shape.
27
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ListDatasetExportJobsCommand extends $Command<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsRespons
22
22
  *
23
23
  * @see {@link ListDatasetGroupsCommandInput} for command's `input` shape.
24
24
  * @see {@link ListDatasetGroupsCommandOutput} for command's `response` shape.
25
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListDatasetGroupsCommand extends $Command<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ListDatasetImportJobsCommandOutput extends ListDatasetImportJob
24
24
  *
25
25
  * @see {@link ListDatasetImportJobsCommandInput} for command's `input` shape.
26
26
  * @see {@link ListDatasetImportJobsCommandOutput} for command's `response` shape.
27
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ListDatasetImportJobsCommand extends $Command<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
22
22
  *
23
23
  * @see {@link ListDatasetsCommandInput} for command's `input` shape.
24
24
  * @see {@link ListDatasetsCommandOutput} for command's `response` shape.
25
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListDatasetsCommand extends $Command<ListDatasetsCommandInput, ListDatasetsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListEventTrackersCommandOutput extends ListEventTrackersRespons
23
23
  *
24
24
  * @see {@link ListEventTrackersCommandInput} for command's `input` shape.
25
25
  * @see {@link ListEventTrackersCommandOutput} for command's `response` shape.
26
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListEventTrackersCommand extends $Command<ListEventTrackersCommandInput, ListEventTrackersCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListFiltersCommandOutput extends ListFiltersResponse, __Metadat
20
20
  *
21
21
  * @see {@link ListFiltersCommandInput} for command's `input` shape.
22
22
  * @see {@link ListFiltersCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListFiltersCommand extends $Command<ListFiltersCommandInput, ListFiltersCommandOutput, PersonalizeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListRecipesCommandOutput extends ListRecipesResponse, __Metadat
21
21
  *
22
22
  * @see {@link ListRecipesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListRecipesCommandOutput} for command's `response` shape.
24
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListRecipesCommand extends $Command<ListRecipesCommandInput, ListRecipesCommandOutput, PersonalizeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
22
22
  *
23
23
  * @see {@link ListSchemasCommandInput} for command's `input` shape.
24
24
  * @see {@link ListSchemasCommandOutput} for command's `response` shape.
25
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListSchemasCommand extends $Command<ListSchemasCommandInput, ListSchemasCommandOutput, PersonalizeClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListSolutionVersionsCommandOutput extends ListSolutionVersionsR
23
23
  *
24
24
  * @see {@link ListSolutionVersionsCommandInput} for command's `input` shape.
25
25
  * @see {@link ListSolutionVersionsCommandOutput} for command's `response` shape.
26
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListSolutionVersionsCommand extends $Command<ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListSolutionsCommandOutput extends ListSolutionsResponse, __Met
23
23
  *
24
24
  * @see {@link ListSolutionsCommandInput} for command's `input` shape.
25
25
  * @see {@link ListSolutionsCommandOutput} for command's `response` shape.
26
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListSolutionsCommand extends $Command<ListSolutionsCommandInput, ListSolutionsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface StopSolutionVersionCreationCommandOutput extends __MetadataBear
33
33
  *
34
34
  * @see {@link StopSolutionVersionCreationCommandInput} for command's `input` shape.
35
35
  * @see {@link StopSolutionVersionCreationCommandOutput} for command's `response` shape.
36
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class StopSolutionVersionCreationCommand extends $Command<StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput, PersonalizeClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M
28
28
  *
29
29
  * @see {@link UpdateCampaignCommandInput} for command's `input` shape.
30
30
  * @see {@link UpdateCampaignCommandOutput} for command's `response` shape.
31
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class UpdateCampaignCommand extends $Command<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, PersonalizeClientResolvedConfig> {
@@ -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";