@aws-sdk/client-personalize 3.948.0 → 3.953.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/dist-cjs/index.js +930 -587
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/CreateBatchInferenceJobCommand.js +2 -2
  4. package/dist-es/commands/CreateBatchSegmentJobCommand.js +2 -2
  5. package/dist-es/commands/CreateCampaignCommand.js +2 -2
  6. package/dist-es/commands/CreateDataDeletionJobCommand.js +2 -2
  7. package/dist-es/commands/CreateDatasetCommand.js +2 -2
  8. package/dist-es/commands/CreateDatasetExportJobCommand.js +2 -2
  9. package/dist-es/commands/CreateDatasetGroupCommand.js +2 -2
  10. package/dist-es/commands/CreateDatasetImportJobCommand.js +2 -2
  11. package/dist-es/commands/CreateEventTrackerCommand.js +2 -2
  12. package/dist-es/commands/CreateFilterCommand.js +2 -2
  13. package/dist-es/commands/CreateMetricAttributionCommand.js +2 -2
  14. package/dist-es/commands/CreateRecommenderCommand.js +2 -2
  15. package/dist-es/commands/CreateSchemaCommand.js +2 -2
  16. package/dist-es/commands/CreateSolutionCommand.js +2 -2
  17. package/dist-es/commands/CreateSolutionVersionCommand.js +2 -2
  18. package/dist-es/commands/DeleteCampaignCommand.js +2 -2
  19. package/dist-es/commands/DeleteDatasetCommand.js +2 -2
  20. package/dist-es/commands/DeleteDatasetGroupCommand.js +2 -2
  21. package/dist-es/commands/DeleteEventTrackerCommand.js +2 -2
  22. package/dist-es/commands/DeleteFilterCommand.js +2 -2
  23. package/dist-es/commands/DeleteMetricAttributionCommand.js +2 -2
  24. package/dist-es/commands/DeleteRecommenderCommand.js +2 -2
  25. package/dist-es/commands/DeleteSchemaCommand.js +2 -2
  26. package/dist-es/commands/DeleteSolutionCommand.js +2 -2
  27. package/dist-es/commands/DescribeAlgorithmCommand.js +2 -2
  28. package/dist-es/commands/DescribeBatchInferenceJobCommand.js +2 -2
  29. package/dist-es/commands/DescribeBatchSegmentJobCommand.js +2 -2
  30. package/dist-es/commands/DescribeCampaignCommand.js +2 -2
  31. package/dist-es/commands/DescribeDataDeletionJobCommand.js +2 -2
  32. package/dist-es/commands/DescribeDatasetCommand.js +2 -2
  33. package/dist-es/commands/DescribeDatasetExportJobCommand.js +2 -2
  34. package/dist-es/commands/DescribeDatasetGroupCommand.js +2 -2
  35. package/dist-es/commands/DescribeDatasetImportJobCommand.js +2 -2
  36. package/dist-es/commands/DescribeEventTrackerCommand.js +2 -2
  37. package/dist-es/commands/DescribeFeatureTransformationCommand.js +2 -2
  38. package/dist-es/commands/DescribeFilterCommand.js +2 -2
  39. package/dist-es/commands/DescribeMetricAttributionCommand.js +2 -2
  40. package/dist-es/commands/DescribeRecipeCommand.js +2 -2
  41. package/dist-es/commands/DescribeRecommenderCommand.js +2 -2
  42. package/dist-es/commands/DescribeSchemaCommand.js +2 -2
  43. package/dist-es/commands/DescribeSolutionCommand.js +2 -2
  44. package/dist-es/commands/DescribeSolutionVersionCommand.js +2 -2
  45. package/dist-es/commands/GetSolutionMetricsCommand.js +2 -2
  46. package/dist-es/commands/ListBatchInferenceJobsCommand.js +2 -2
  47. package/dist-es/commands/ListBatchSegmentJobsCommand.js +2 -2
  48. package/dist-es/commands/ListCampaignsCommand.js +2 -2
  49. package/dist-es/commands/ListDataDeletionJobsCommand.js +2 -2
  50. package/dist-es/commands/ListDatasetExportJobsCommand.js +2 -2
  51. package/dist-es/commands/ListDatasetGroupsCommand.js +2 -2
  52. package/dist-es/commands/ListDatasetImportJobsCommand.js +2 -2
  53. package/dist-es/commands/ListDatasetsCommand.js +2 -2
  54. package/dist-es/commands/ListEventTrackersCommand.js +2 -2
  55. package/dist-es/commands/ListFiltersCommand.js +2 -2
  56. package/dist-es/commands/ListMetricAttributionMetricsCommand.js +2 -2
  57. package/dist-es/commands/ListMetricAttributionsCommand.js +2 -2
  58. package/dist-es/commands/ListRecipesCommand.js +2 -2
  59. package/dist-es/commands/ListRecommendersCommand.js +2 -2
  60. package/dist-es/commands/ListSchemasCommand.js +2 -2
  61. package/dist-es/commands/ListSolutionVersionsCommand.js +2 -2
  62. package/dist-es/commands/ListSolutionsCommand.js +2 -2
  63. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  64. package/dist-es/commands/StartRecommenderCommand.js +2 -2
  65. package/dist-es/commands/StopRecommenderCommand.js +2 -2
  66. package/dist-es/commands/StopSolutionVersionCreationCommand.js +2 -2
  67. package/dist-es/commands/TagResourceCommand.js +2 -2
  68. package/dist-es/commands/UntagResourceCommand.js +2 -2
  69. package/dist-es/commands/UpdateCampaignCommand.js +2 -2
  70. package/dist-es/commands/UpdateDatasetCommand.js +2 -2
  71. package/dist-es/commands/UpdateMetricAttributionCommand.js +2 -2
  72. package/dist-es/commands/UpdateRecommenderCommand.js +2 -2
  73. package/dist-es/commands/UpdateSolutionCommand.js +2 -2
  74. package/dist-es/index.js +1 -0
  75. package/dist-es/runtimeConfig.shared.js +6 -6
  76. package/dist-es/schemas/schemas_0.js +568 -512
  77. package/dist-types/PersonalizeClient.d.ts +1 -10
  78. package/dist-types/index.d.ts +1 -0
  79. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  80. package/dist-types/runtimeConfig.d.ts +6 -2
  81. package/dist-types/runtimeConfig.native.d.ts +6 -2
  82. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  83. package/dist-types/schemas/schemas_0.d.ts +288 -330
  84. package/dist-types/ts3.4/PersonalizeClient.d.ts +0 -4
  85. package/dist-types/ts3.4/index.d.ts +1 -0
  86. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  87. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  88. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  89. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  90. package/dist-types/ts3.4/schemas/schemas_0.d.ts +287 -332
  91. package/package.json +34 -34
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeFilter } from "../schemas/schemas_0";
4
+ import { DescribeFilter$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeFilterCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeFilterCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "DescribeFilter", {})
13
13
  .n("PersonalizeClient", "DescribeFilterCommand")
14
- .sc(DescribeFilter)
14
+ .sc(DescribeFilter$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeMetricAttribution } from "../schemas/schemas_0";
4
+ import { DescribeMetricAttribution$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeMetricAttributionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeMetricAttributionCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "DescribeMetricAttribution", {})
13
13
  .n("PersonalizeClient", "DescribeMetricAttributionCommand")
14
- .sc(DescribeMetricAttribution)
14
+ .sc(DescribeMetricAttribution$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeRecipe } from "../schemas/schemas_0";
4
+ import { DescribeRecipe$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeRecipeCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeRecipeCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "DescribeRecipe", {})
13
13
  .n("PersonalizeClient", "DescribeRecipeCommand")
14
- .sc(DescribeRecipe)
14
+ .sc(DescribeRecipe$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeRecommender } from "../schemas/schemas_0";
4
+ import { DescribeRecommender$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeRecommenderCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeRecommenderCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "DescribeRecommender", {})
13
13
  .n("PersonalizeClient", "DescribeRecommenderCommand")
14
- .sc(DescribeRecommender)
14
+ .sc(DescribeRecommender$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeSchema } from "../schemas/schemas_0";
4
+ import { DescribeSchema$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeSchemaCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeSchemaCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "DescribeSchema", {})
13
13
  .n("PersonalizeClient", "DescribeSchemaCommand")
14
- .sc(DescribeSchema)
14
+ .sc(DescribeSchema$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeSolution } from "../schemas/schemas_0";
4
+ import { DescribeSolution$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeSolutionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeSolutionCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "DescribeSolution", {})
13
13
  .n("PersonalizeClient", "DescribeSolutionCommand")
14
- .sc(DescribeSolution)
14
+ .sc(DescribeSolution$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeSolutionVersion } from "../schemas/schemas_0";
4
+ import { DescribeSolutionVersion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeSolutionVersionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeSolutionVersionCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "DescribeSolutionVersion", {})
13
13
  .n("PersonalizeClient", "DescribeSolutionVersionCommand")
14
- .sc(DescribeSolutionVersion)
14
+ .sc(DescribeSolutionVersion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetSolutionMetrics } from "../schemas/schemas_0";
4
+ import { GetSolutionMetrics$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetSolutionMetricsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetSolutionMetricsCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "GetSolutionMetrics", {})
13
13
  .n("PersonalizeClient", "GetSolutionMetricsCommand")
14
- .sc(GetSolutionMetrics)
14
+ .sc(GetSolutionMetrics$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListBatchInferenceJobs } from "../schemas/schemas_0";
4
+ import { ListBatchInferenceJobs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListBatchInferenceJobsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListBatchInferenceJobsCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "ListBatchInferenceJobs", {})
13
13
  .n("PersonalizeClient", "ListBatchInferenceJobsCommand")
14
- .sc(ListBatchInferenceJobs)
14
+ .sc(ListBatchInferenceJobs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListBatchSegmentJobs } from "../schemas/schemas_0";
4
+ import { ListBatchSegmentJobs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListBatchSegmentJobsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListBatchSegmentJobsCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "ListBatchSegmentJobs", {})
13
13
  .n("PersonalizeClient", "ListBatchSegmentJobsCommand")
14
- .sc(ListBatchSegmentJobs)
14
+ .sc(ListBatchSegmentJobs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCampaigns } from "../schemas/schemas_0";
4
+ import { ListCampaigns$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCampaignsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCampaignsCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "ListCampaigns", {})
13
13
  .n("PersonalizeClient", "ListCampaignsCommand")
14
- .sc(ListCampaigns)
14
+ .sc(ListCampaigns$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDataDeletionJobs } from "../schemas/schemas_0";
4
+ import { ListDataDeletionJobs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDataDeletionJobsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDataDeletionJobsCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "ListDataDeletionJobs", {})
13
13
  .n("PersonalizeClient", "ListDataDeletionJobsCommand")
14
- .sc(ListDataDeletionJobs)
14
+ .sc(ListDataDeletionJobs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDatasetExportJobs } from "../schemas/schemas_0";
4
+ import { ListDatasetExportJobs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDatasetExportJobsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDatasetExportJobsCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "ListDatasetExportJobs", {})
13
13
  .n("PersonalizeClient", "ListDatasetExportJobsCommand")
14
- .sc(ListDatasetExportJobs)
14
+ .sc(ListDatasetExportJobs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDatasetGroups } from "../schemas/schemas_0";
4
+ import { ListDatasetGroups$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDatasetGroupsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDatasetGroupsCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "ListDatasetGroups", {})
13
13
  .n("PersonalizeClient", "ListDatasetGroupsCommand")
14
- .sc(ListDatasetGroups)
14
+ .sc(ListDatasetGroups$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDatasetImportJobs } from "../schemas/schemas_0";
4
+ import { ListDatasetImportJobs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDatasetImportJobsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDatasetImportJobsCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "ListDatasetImportJobs", {})
13
13
  .n("PersonalizeClient", "ListDatasetImportJobsCommand")
14
- .sc(ListDatasetImportJobs)
14
+ .sc(ListDatasetImportJobs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDatasets } from "../schemas/schemas_0";
4
+ import { ListDatasets$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDatasetsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDatasetsCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "ListDatasets", {})
13
13
  .n("PersonalizeClient", "ListDatasetsCommand")
14
- .sc(ListDatasets)
14
+ .sc(ListDatasets$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListEventTrackers } from "../schemas/schemas_0";
4
+ import { ListEventTrackers$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListEventTrackersCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListEventTrackersCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "ListEventTrackers", {})
13
13
  .n("PersonalizeClient", "ListEventTrackersCommand")
14
- .sc(ListEventTrackers)
14
+ .sc(ListEventTrackers$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListFilters } from "../schemas/schemas_0";
4
+ import { ListFilters$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListFiltersCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListFiltersCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "ListFilters", {})
13
13
  .n("PersonalizeClient", "ListFiltersCommand")
14
- .sc(ListFilters)
14
+ .sc(ListFilters$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListMetricAttributionMetrics } from "../schemas/schemas_0";
4
+ import { ListMetricAttributionMetrics$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListMetricAttributionMetricsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListMetricAttributionMetricsCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "ListMetricAttributionMetrics", {})
13
13
  .n("PersonalizeClient", "ListMetricAttributionMetricsCommand")
14
- .sc(ListMetricAttributionMetrics)
14
+ .sc(ListMetricAttributionMetrics$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListMetricAttributions } from "../schemas/schemas_0";
4
+ import { ListMetricAttributions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListMetricAttributionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListMetricAttributionsCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "ListMetricAttributions", {})
13
13
  .n("PersonalizeClient", "ListMetricAttributionsCommand")
14
- .sc(ListMetricAttributions)
14
+ .sc(ListMetricAttributions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListRecipes } from "../schemas/schemas_0";
4
+ import { ListRecipes$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListRecipesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListRecipesCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "ListRecipes", {})
13
13
  .n("PersonalizeClient", "ListRecipesCommand")
14
- .sc(ListRecipes)
14
+ .sc(ListRecipes$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListRecommenders } from "../schemas/schemas_0";
4
+ import { ListRecommenders$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListRecommendersCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListRecommendersCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "ListRecommenders", {})
13
13
  .n("PersonalizeClient", "ListRecommendersCommand")
14
- .sc(ListRecommenders)
14
+ .sc(ListRecommenders$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListSchemas } from "../schemas/schemas_0";
4
+ import { ListSchemas$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListSchemasCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListSchemasCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "ListSchemas", {})
13
13
  .n("PersonalizeClient", "ListSchemasCommand")
14
- .sc(ListSchemas)
14
+ .sc(ListSchemas$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListSolutionVersions } from "../schemas/schemas_0";
4
+ import { ListSolutionVersions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListSolutionVersionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListSolutionVersionsCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "ListSolutionVersions", {})
13
13
  .n("PersonalizeClient", "ListSolutionVersionsCommand")
14
- .sc(ListSolutionVersions)
14
+ .sc(ListSolutionVersions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListSolutions } from "../schemas/schemas_0";
4
+ import { ListSolutions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListSolutionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListSolutionsCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "ListSolutions", {})
13
13
  .n("PersonalizeClient", "ListSolutionsCommand")
14
- .sc(ListSolutions)
14
+ .sc(ListSolutions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTagsForResource } from "../schemas/schemas_0";
4
+ import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "ListTagsForResource", {})
13
13
  .n("PersonalizeClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource)
14
+ .sc(ListTagsForResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartRecommender } from "../schemas/schemas_0";
4
+ import { StartRecommender$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartRecommenderCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartRecommenderCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "StartRecommender", {})
13
13
  .n("PersonalizeClient", "StartRecommenderCommand")
14
- .sc(StartRecommender)
14
+ .sc(StartRecommender$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StopRecommender } from "../schemas/schemas_0";
4
+ import { StopRecommender$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StopRecommenderCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StopRecommenderCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "StopRecommender", {})
13
13
  .n("PersonalizeClient", "StopRecommenderCommand")
14
- .sc(StopRecommender)
14
+ .sc(StopRecommender$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StopSolutionVersionCreation } from "../schemas/schemas_0";
4
+ import { StopSolutionVersionCreation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StopSolutionVersionCreationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StopSolutionVersionCreationCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "StopSolutionVersionCreation", {})
13
13
  .n("PersonalizeClient", "StopSolutionVersionCreationCommand")
14
- .sc(StopSolutionVersionCreation)
14
+ .sc(StopSolutionVersionCreation$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { TagResource } from "../schemas/schemas_0";
4
+ import { TagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class TagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "TagResource", {})
13
13
  .n("PersonalizeClient", "TagResourceCommand")
14
- .sc(TagResource)
14
+ .sc(TagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UntagResource } from "../schemas/schemas_0";
4
+ import { UntagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UntagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "UntagResource", {})
13
13
  .n("PersonalizeClient", "UntagResourceCommand")
14
- .sc(UntagResource)
14
+ .sc(UntagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateCampaign } from "../schemas/schemas_0";
4
+ import { UpdateCampaign$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateCampaignCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateCampaignCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "UpdateCampaign", {})
13
13
  .n("PersonalizeClient", "UpdateCampaignCommand")
14
- .sc(UpdateCampaign)
14
+ .sc(UpdateCampaign$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateDataset } from "../schemas/schemas_0";
4
+ import { UpdateDataset$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateDatasetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateDatasetCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "UpdateDataset", {})
13
13
  .n("PersonalizeClient", "UpdateDatasetCommand")
14
- .sc(UpdateDataset)
14
+ .sc(UpdateDataset$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateMetricAttribution } from "../schemas/schemas_0";
4
+ import { UpdateMetricAttribution$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateMetricAttributionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateMetricAttributionCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "UpdateMetricAttribution", {})
13
13
  .n("PersonalizeClient", "UpdateMetricAttributionCommand")
14
- .sc(UpdateMetricAttribution)
14
+ .sc(UpdateMetricAttribution$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateRecommender } from "../schemas/schemas_0";
4
+ import { UpdateRecommender$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateRecommenderCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateRecommenderCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "UpdateRecommender", {})
13
13
  .n("PersonalizeClient", "UpdateRecommenderCommand")
14
- .sc(UpdateRecommender)
14
+ .sc(UpdateRecommender$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateSolution } from "../schemas/schemas_0";
4
+ import { UpdateSolution$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateSolutionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateSolutionCommand extends $Command
11
11
  })
12
12
  .s("AmazonPersonalize", "UpdateSolution", {})
13
13
  .n("PersonalizeClient", "UpdateSolutionCommand")
14
- .sc(UpdateSolution)
14
+ .sc(UpdateSolution$)
15
15
  .build() {
16
16
  }