@aws-sdk/client-personalize 3.278.0 → 3.281.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 (68) hide show
  1. package/README.md +531 -0
  2. package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateCampaignCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateDatasetCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateEventTrackerCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateFilterCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateMetricAttributionCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateRecommenderCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateSchemaCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateSolutionCommand.d.ts +6 -0
  15. package/dist-types/commands/CreateSolutionVersionCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteCampaignCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteEventTrackerCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteFilterCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteRecommenderCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteSchemaCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteSolutionCommand.d.ts +6 -0
  25. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +6 -0
  26. package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +6 -0
  27. package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +6 -0
  28. package/dist-types/commands/DescribeCampaignCommand.d.ts +6 -0
  29. package/dist-types/commands/DescribeDatasetCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +6 -0
  32. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeEventTrackerCommand.d.ts +6 -0
  34. package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +6 -0
  35. package/dist-types/commands/DescribeFilterCommand.d.ts +6 -0
  36. package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +6 -0
  37. package/dist-types/commands/DescribeRecipeCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeRecommenderCommand.d.ts +6 -0
  39. package/dist-types/commands/DescribeSchemaCommand.d.ts +6 -0
  40. package/dist-types/commands/DescribeSolutionCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +6 -0
  42. package/dist-types/commands/GetSolutionMetricsCommand.d.ts +6 -0
  43. package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +6 -0
  44. package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +6 -0
  45. package/dist-types/commands/ListCampaignsCommand.d.ts +6 -0
  46. package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +6 -0
  47. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +6 -0
  48. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +6 -0
  49. package/dist-types/commands/ListDatasetsCommand.d.ts +6 -0
  50. package/dist-types/commands/ListEventTrackersCommand.d.ts +6 -0
  51. package/dist-types/commands/ListFiltersCommand.d.ts +6 -0
  52. package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +6 -0
  53. package/dist-types/commands/ListMetricAttributionsCommand.d.ts +6 -0
  54. package/dist-types/commands/ListRecipesCommand.d.ts +6 -0
  55. package/dist-types/commands/ListRecommendersCommand.d.ts +6 -0
  56. package/dist-types/commands/ListSchemasCommand.d.ts +6 -0
  57. package/dist-types/commands/ListSolutionVersionsCommand.d.ts +6 -0
  58. package/dist-types/commands/ListSolutionsCommand.d.ts +6 -0
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  60. package/dist-types/commands/StartRecommenderCommand.d.ts +6 -0
  61. package/dist-types/commands/StopRecommenderCommand.d.ts +6 -0
  62. package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +6 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  64. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  65. package/dist-types/commands/UpdateCampaignCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +6 -0
  67. package/dist-types/commands/UpdateRecommenderCommand.d.ts +6 -0
  68. package/package.json +6 -6
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListDatasetGroupsRequest, ListDatasetGroupsResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link ListDatasetGroupsCommand}.
8
+ */
6
9
  export interface ListDatasetGroupsCommandInput extends ListDatasetGroupsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDatasetGroupsCommand}.
13
+ */
8
14
  export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListDatasetImportJobsRequest, ListDatasetImportJobsResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link ListDatasetImportJobsCommand}.
8
+ */
6
9
  export interface ListDatasetImportJobsCommandInput extends ListDatasetImportJobsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDatasetImportJobsCommand}.
13
+ */
8
14
  export interface ListDatasetImportJobsCommandOutput extends ListDatasetImportJobsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link ListDatasetsCommand}.
8
+ */
6
9
  export interface ListDatasetsCommandInput extends ListDatasetsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDatasetsCommand}.
13
+ */
8
14
  export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListEventTrackersRequest, ListEventTrackersResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link ListEventTrackersCommand}.
8
+ */
6
9
  export interface ListEventTrackersCommandInput extends ListEventTrackersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListEventTrackersCommand}.
13
+ */
8
14
  export interface ListEventTrackersCommandOutput extends ListEventTrackersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link ListFiltersCommand}.
8
+ */
6
9
  export interface ListFiltersCommandInput extends ListFiltersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListFiltersCommand}.
13
+ */
8
14
  export interface ListFiltersCommandOutput extends ListFiltersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListMetricAttributionMetricsRequest, ListMetricAttributionMetricsResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link ListMetricAttributionMetricsCommand}.
8
+ */
6
9
  export interface ListMetricAttributionMetricsCommandInput extends ListMetricAttributionMetricsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListMetricAttributionMetricsCommand}.
13
+ */
8
14
  export interface ListMetricAttributionMetricsCommandOutput extends ListMetricAttributionMetricsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListMetricAttributionsRequest, ListMetricAttributionsResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link ListMetricAttributionsCommand}.
8
+ */
6
9
  export interface ListMetricAttributionsCommandInput extends ListMetricAttributionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListMetricAttributionsCommand}.
13
+ */
8
14
  export interface ListMetricAttributionsCommandOutput extends ListMetricAttributionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListRecipesRequest, ListRecipesResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link ListRecipesCommand}.
8
+ */
6
9
  export interface ListRecipesCommandInput extends ListRecipesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRecipesCommand}.
13
+ */
8
14
  export interface ListRecipesCommandOutput extends ListRecipesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListRecommendersRequest, ListRecommendersResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link ListRecommendersCommand}.
8
+ */
6
9
  export interface ListRecommendersCommandInput extends ListRecommendersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRecommendersCommand}.
13
+ */
8
14
  export interface ListRecommendersCommandOutput extends ListRecommendersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link ListSchemasCommand}.
8
+ */
6
9
  export interface ListSchemasCommandInput extends ListSchemasRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSchemasCommand}.
13
+ */
8
14
  export interface ListSchemasCommandOutput extends ListSchemasResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSolutionVersionsRequest, ListSolutionVersionsResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link ListSolutionVersionsCommand}.
8
+ */
6
9
  export interface ListSolutionVersionsCommandInput extends ListSolutionVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSolutionVersionsCommand}.
13
+ */
8
14
  export interface ListSolutionVersionsCommandOutput extends ListSolutionVersionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSolutionsRequest, ListSolutionsResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link ListSolutionsCommand}.
8
+ */
6
9
  export interface ListSolutionsCommandInput extends ListSolutionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSolutionsCommand}.
13
+ */
8
14
  export interface ListSolutionsCommandOutput extends ListSolutionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartRecommenderRequest, StartRecommenderResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link StartRecommenderCommand}.
8
+ */
6
9
  export interface StartRecommenderCommandInput extends StartRecommenderRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartRecommenderCommand}.
13
+ */
8
14
  export interface StartRecommenderCommandOutput extends StartRecommenderResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StopRecommenderRequest, StopRecommenderResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link StopRecommenderCommand}.
8
+ */
6
9
  export interface StopRecommenderCommandInput extends StopRecommenderRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StopRecommenderCommand}.
13
+ */
8
14
  export interface StopRecommenderCommandOutput extends StopRecommenderResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StopSolutionVersionCreationRequest } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link StopSolutionVersionCreationCommand}.
8
+ */
6
9
  export interface StopSolutionVersionCreationCommandInput extends StopSolutionVersionCreationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StopSolutionVersionCreationCommand}.
13
+ */
8
14
  export interface StopSolutionVersionCreationCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateCampaignRequest, UpdateCampaignResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link UpdateCampaignCommand}.
8
+ */
6
9
  export interface UpdateCampaignCommandInput extends UpdateCampaignRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateCampaignCommand}.
13
+ */
8
14
  export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateMetricAttributionRequest, UpdateMetricAttributionResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link UpdateMetricAttributionCommand}.
8
+ */
6
9
  export interface UpdateMetricAttributionCommandInput extends UpdateMetricAttributionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateMetricAttributionCommand}.
13
+ */
8
14
  export interface UpdateMetricAttributionCommandOutput extends UpdateMetricAttributionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateRecommenderRequest, UpdateRecommenderResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link UpdateRecommenderCommand}.
8
+ */
6
9
  export interface UpdateRecommenderCommandInput extends UpdateRecommenderRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateRecommenderCommand}.
13
+ */
8
14
  export interface UpdateRecommenderCommandOutput extends UpdateRecommenderResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-personalize",
3
3
  "description": "AWS SDK for JavaScript Personalize Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",