@aws-sdk/client-personalize 3.414.0 → 3.418.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 (135) hide show
  1. package/dist-cjs/commands/CreateBatchInferenceJobCommand.js +5 -0
  2. package/dist-cjs/commands/CreateBatchSegmentJobCommand.js +5 -0
  3. package/dist-cjs/commands/CreateCampaignCommand.js +5 -0
  4. package/dist-cjs/commands/CreateDatasetCommand.js +5 -0
  5. package/dist-cjs/commands/CreateDatasetExportJobCommand.js +5 -0
  6. package/dist-cjs/commands/CreateDatasetGroupCommand.js +5 -0
  7. package/dist-cjs/commands/CreateDatasetImportJobCommand.js +5 -0
  8. package/dist-cjs/commands/CreateEventTrackerCommand.js +5 -0
  9. package/dist-cjs/commands/CreateFilterCommand.js +5 -0
  10. package/dist-cjs/commands/CreateMetricAttributionCommand.js +5 -0
  11. package/dist-cjs/commands/CreateRecommenderCommand.js +5 -0
  12. package/dist-cjs/commands/CreateSchemaCommand.js +5 -0
  13. package/dist-cjs/commands/CreateSolutionCommand.js +5 -0
  14. package/dist-cjs/commands/CreateSolutionVersionCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteCampaignCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteDatasetCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteDatasetGroupCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteEventTrackerCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteFilterCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteMetricAttributionCommand.js +5 -0
  21. package/dist-cjs/commands/DeleteRecommenderCommand.js +5 -0
  22. package/dist-cjs/commands/DeleteSchemaCommand.js +5 -0
  23. package/dist-cjs/commands/DeleteSolutionCommand.js +5 -0
  24. package/dist-cjs/commands/DescribeAlgorithmCommand.js +5 -0
  25. package/dist-cjs/commands/DescribeBatchInferenceJobCommand.js +5 -0
  26. package/dist-cjs/commands/DescribeBatchSegmentJobCommand.js +5 -0
  27. package/dist-cjs/commands/DescribeCampaignCommand.js +5 -0
  28. package/dist-cjs/commands/DescribeDatasetCommand.js +5 -0
  29. package/dist-cjs/commands/DescribeDatasetExportJobCommand.js +5 -0
  30. package/dist-cjs/commands/DescribeDatasetGroupCommand.js +5 -0
  31. package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +5 -0
  32. package/dist-cjs/commands/DescribeEventTrackerCommand.js +5 -0
  33. package/dist-cjs/commands/DescribeFeatureTransformationCommand.js +5 -0
  34. package/dist-cjs/commands/DescribeFilterCommand.js +5 -0
  35. package/dist-cjs/commands/DescribeMetricAttributionCommand.js +5 -0
  36. package/dist-cjs/commands/DescribeRecipeCommand.js +5 -0
  37. package/dist-cjs/commands/DescribeRecommenderCommand.js +5 -0
  38. package/dist-cjs/commands/DescribeSchemaCommand.js +5 -0
  39. package/dist-cjs/commands/DescribeSolutionCommand.js +5 -0
  40. package/dist-cjs/commands/DescribeSolutionVersionCommand.js +5 -0
  41. package/dist-cjs/commands/GetSolutionMetricsCommand.js +5 -0
  42. package/dist-cjs/commands/ListBatchInferenceJobsCommand.js +5 -0
  43. package/dist-cjs/commands/ListBatchSegmentJobsCommand.js +5 -0
  44. package/dist-cjs/commands/ListCampaignsCommand.js +5 -0
  45. package/dist-cjs/commands/ListDatasetExportJobsCommand.js +5 -0
  46. package/dist-cjs/commands/ListDatasetGroupsCommand.js +5 -0
  47. package/dist-cjs/commands/ListDatasetImportJobsCommand.js +5 -0
  48. package/dist-cjs/commands/ListDatasetsCommand.js +5 -0
  49. package/dist-cjs/commands/ListEventTrackersCommand.js +5 -0
  50. package/dist-cjs/commands/ListFiltersCommand.js +5 -0
  51. package/dist-cjs/commands/ListMetricAttributionMetricsCommand.js +5 -0
  52. package/dist-cjs/commands/ListMetricAttributionsCommand.js +5 -0
  53. package/dist-cjs/commands/ListRecipesCommand.js +5 -0
  54. package/dist-cjs/commands/ListRecommendersCommand.js +5 -0
  55. package/dist-cjs/commands/ListSchemasCommand.js +5 -0
  56. package/dist-cjs/commands/ListSolutionVersionsCommand.js +5 -0
  57. package/dist-cjs/commands/ListSolutionsCommand.js +5 -0
  58. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  59. package/dist-cjs/commands/StartRecommenderCommand.js +5 -0
  60. package/dist-cjs/commands/StopRecommenderCommand.js +5 -0
  61. package/dist-cjs/commands/StopSolutionVersionCreationCommand.js +5 -0
  62. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  63. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  64. package/dist-cjs/commands/UpdateCampaignCommand.js +5 -0
  65. package/dist-cjs/commands/UpdateDatasetCommand.js +5 -0
  66. package/dist-cjs/commands/UpdateMetricAttributionCommand.js +5 -0
  67. package/dist-cjs/commands/UpdateRecommenderCommand.js +5 -0
  68. package/dist-es/commands/CreateBatchInferenceJobCommand.js +5 -0
  69. package/dist-es/commands/CreateBatchSegmentJobCommand.js +5 -0
  70. package/dist-es/commands/CreateCampaignCommand.js +5 -0
  71. package/dist-es/commands/CreateDatasetCommand.js +5 -0
  72. package/dist-es/commands/CreateDatasetExportJobCommand.js +5 -0
  73. package/dist-es/commands/CreateDatasetGroupCommand.js +5 -0
  74. package/dist-es/commands/CreateDatasetImportJobCommand.js +5 -0
  75. package/dist-es/commands/CreateEventTrackerCommand.js +5 -0
  76. package/dist-es/commands/CreateFilterCommand.js +5 -0
  77. package/dist-es/commands/CreateMetricAttributionCommand.js +5 -0
  78. package/dist-es/commands/CreateRecommenderCommand.js +5 -0
  79. package/dist-es/commands/CreateSchemaCommand.js +5 -0
  80. package/dist-es/commands/CreateSolutionCommand.js +5 -0
  81. package/dist-es/commands/CreateSolutionVersionCommand.js +5 -0
  82. package/dist-es/commands/DeleteCampaignCommand.js +5 -0
  83. package/dist-es/commands/DeleteDatasetCommand.js +5 -0
  84. package/dist-es/commands/DeleteDatasetGroupCommand.js +5 -0
  85. package/dist-es/commands/DeleteEventTrackerCommand.js +5 -0
  86. package/dist-es/commands/DeleteFilterCommand.js +5 -0
  87. package/dist-es/commands/DeleteMetricAttributionCommand.js +5 -0
  88. package/dist-es/commands/DeleteRecommenderCommand.js +5 -0
  89. package/dist-es/commands/DeleteSchemaCommand.js +5 -0
  90. package/dist-es/commands/DeleteSolutionCommand.js +5 -0
  91. package/dist-es/commands/DescribeAlgorithmCommand.js +5 -0
  92. package/dist-es/commands/DescribeBatchInferenceJobCommand.js +5 -0
  93. package/dist-es/commands/DescribeBatchSegmentJobCommand.js +5 -0
  94. package/dist-es/commands/DescribeCampaignCommand.js +5 -0
  95. package/dist-es/commands/DescribeDatasetCommand.js +5 -0
  96. package/dist-es/commands/DescribeDatasetExportJobCommand.js +5 -0
  97. package/dist-es/commands/DescribeDatasetGroupCommand.js +5 -0
  98. package/dist-es/commands/DescribeDatasetImportJobCommand.js +5 -0
  99. package/dist-es/commands/DescribeEventTrackerCommand.js +5 -0
  100. package/dist-es/commands/DescribeFeatureTransformationCommand.js +5 -0
  101. package/dist-es/commands/DescribeFilterCommand.js +5 -0
  102. package/dist-es/commands/DescribeMetricAttributionCommand.js +5 -0
  103. package/dist-es/commands/DescribeRecipeCommand.js +5 -0
  104. package/dist-es/commands/DescribeRecommenderCommand.js +5 -0
  105. package/dist-es/commands/DescribeSchemaCommand.js +5 -0
  106. package/dist-es/commands/DescribeSolutionCommand.js +5 -0
  107. package/dist-es/commands/DescribeSolutionVersionCommand.js +5 -0
  108. package/dist-es/commands/GetSolutionMetricsCommand.js +5 -0
  109. package/dist-es/commands/ListBatchInferenceJobsCommand.js +5 -0
  110. package/dist-es/commands/ListBatchSegmentJobsCommand.js +5 -0
  111. package/dist-es/commands/ListCampaignsCommand.js +5 -0
  112. package/dist-es/commands/ListDatasetExportJobsCommand.js +5 -0
  113. package/dist-es/commands/ListDatasetGroupsCommand.js +5 -0
  114. package/dist-es/commands/ListDatasetImportJobsCommand.js +5 -0
  115. package/dist-es/commands/ListDatasetsCommand.js +5 -0
  116. package/dist-es/commands/ListEventTrackersCommand.js +5 -0
  117. package/dist-es/commands/ListFiltersCommand.js +5 -0
  118. package/dist-es/commands/ListMetricAttributionMetricsCommand.js +5 -0
  119. package/dist-es/commands/ListMetricAttributionsCommand.js +5 -0
  120. package/dist-es/commands/ListRecipesCommand.js +5 -0
  121. package/dist-es/commands/ListRecommendersCommand.js +5 -0
  122. package/dist-es/commands/ListSchemasCommand.js +5 -0
  123. package/dist-es/commands/ListSolutionVersionsCommand.js +5 -0
  124. package/dist-es/commands/ListSolutionsCommand.js +5 -0
  125. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  126. package/dist-es/commands/StartRecommenderCommand.js +5 -0
  127. package/dist-es/commands/StopRecommenderCommand.js +5 -0
  128. package/dist-es/commands/StopSolutionVersionCreationCommand.js +5 -0
  129. package/dist-es/commands/TagResourceCommand.js +5 -0
  130. package/dist-es/commands/UntagResourceCommand.js +5 -0
  131. package/dist-es/commands/UpdateCampaignCommand.js +5 -0
  132. package/dist-es/commands/UpdateDatasetCommand.js +5 -0
  133. package/dist-es/commands/UpdateMetricAttributionCommand.js +5 -0
  134. package/dist-es/commands/UpdateRecommenderCommand.js +5 -0
  135. package/package.json +31 -31
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeDatasetGroupCommand, se_DescribeDatasetGroupCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeDatasetGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeDatasetGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "DescribeDatasetGroup",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeDatasetImportJobCommand, se_DescribeDatasetImportJobCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeDatasetImportJobCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeDatasetImportJobCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "DescribeDatasetImportJob",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeEventTrackerCommand, se_DescribeEventTrackerCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeEventTrackerCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeEventTrackerCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "DescribeEventTracker",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeFeatureTransformationCommand, se_DescribeFeatureTransformationCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeFeatureTransformationCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeFeatureTransformationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "DescribeFeatureTransformation",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeFilterResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeFilterCommand, se_DescribeFilterCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeFilterCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeFilterResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AmazonPersonalize",
36
+ operation: "DescribeFilter",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeMetricAttributionCommand, se_DescribeMetricAttributionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeMetricAttributionCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeMetricAttributionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "DescribeMetricAttribution",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeRecipeCommand, se_DescribeRecipeCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeRecipeCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeRecipeCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "DescribeRecipe",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeRecommenderCommand, se_DescribeRecommenderCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeRecommenderCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeRecommenderCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "DescribeRecommender",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeSchemaCommand, se_DescribeSchemaCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeSchemaCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeSchemaCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "DescribeSchema",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeSolutionCommand, se_DescribeSolutionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeSolutionCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeSolutionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "DescribeSolution",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeSolutionVersionCommand, se_DescribeSolutionVersionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeSolutionVersionCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeSolutionVersionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "DescribeSolutionVersion",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetSolutionMetricsCommand, se_GetSolutionMetricsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetSolutionMetricsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetSolutionMetricsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "GetSolutionMetrics",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListBatchInferenceJobsCommand, se_ListBatchInferenceJobsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListBatchInferenceJobsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListBatchInferenceJobsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "ListBatchInferenceJobs",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListBatchSegmentJobsCommand, se_ListBatchSegmentJobsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListBatchSegmentJobsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListBatchSegmentJobsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "ListBatchSegmentJobs",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListCampaignsCommand, se_ListCampaignsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListCampaignsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListCampaignsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "ListCampaigns",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListDatasetExportJobsCommand, se_ListDatasetExportJobsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListDatasetExportJobsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListDatasetExportJobsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "ListDatasetExportJobs",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListDatasetGroupsCommand, se_ListDatasetGroupsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListDatasetGroupsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListDatasetGroupsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "ListDatasetGroups",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListDatasetImportJobsCommand, se_ListDatasetImportJobsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListDatasetImportJobsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListDatasetImportJobsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "ListDatasetImportJobs",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListDatasetsCommand, se_ListDatasetsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListDatasetsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListDatasetsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "ListDatasets",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListEventTrackersCommand, se_ListEventTrackersCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListEventTrackersCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListEventTrackersCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "ListEventTrackers",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListFiltersCommand, se_ListFiltersCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListFiltersCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListFiltersCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "ListFilters",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListMetricAttributionMetricsCommand, se_ListMetricAttributionMetricsCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListMetricAttributionMetricsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListMetricAttributionMetricsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "ListMetricAttributionMetrics",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListMetricAttributionsCommand, se_ListMetricAttributionsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListMetricAttributionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListMetricAttributionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "ListMetricAttributions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListRecipesCommand, se_ListRecipesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListRecipesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListRecipesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "ListRecipes",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListRecommendersCommand, se_ListRecommendersCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListRecommendersCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListRecommendersCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "ListRecommenders",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListSchemasCommand, se_ListSchemasCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListSchemasCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListSchemasCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "ListSchemas",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListSolutionVersionsCommand, se_ListSolutionVersionsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListSolutionVersionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListSolutionVersionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "ListSolutionVersions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListSolutionsCommand, se_ListSolutionsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListSolutionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListSolutionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "ListSolutions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListTagsForResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListTagsForResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "ListTagsForResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_StartRecommenderCommand, se_StartRecommenderCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class StartRecommenderCommand extends $Command {
@@ -29,6 +30,10 @@ export class StartRecommenderCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "StartRecommender",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_StopRecommenderCommand, se_StopRecommenderCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class StopRecommenderCommand extends $Command {
@@ -29,6 +30,10 @@ export class StopRecommenderCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "StopRecommender",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_StopSolutionVersionCreationCommand, se_StopSolutionVersionCreationCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class StopSolutionVersionCreationCommand extends $Command {
@@ -29,6 +30,10 @@ export class StopSolutionVersionCreationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonPersonalize",
35
+ operation: "StopSolutionVersionCreation",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);