@aws-sdk/client-personalize 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Personalize.d.ts +1024 -305
  3. package/dist-types/ts3.4/PersonalizeClient.d.ts +464 -133
  4. package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +30 -17
  18. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +30 -17
  19. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +31 -17
  20. package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +31 -17
  21. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +30 -17
  22. package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +31 -17
  23. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +30 -17
  24. package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +30 -17
  25. package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +36 -17
  42. package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +36 -17
  47. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +36 -17
  50. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +32 -17
  52. package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +35 -17
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  57. package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +35 -17
  58. package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +35 -17
  59. package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  62. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +36 -17
  64. package/dist-types/ts3.4/commands/index.d.ts +60 -60
  65. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  66. package/dist-types/ts3.4/index.d.ts +6 -6
  67. package/dist-types/ts3.4/models/PersonalizeServiceException.d.ts +7 -6
  68. package/dist-types/ts3.4/models/index.d.ts +1 -1
  69. package/dist-types/ts3.4/models/models_0.d.ts +1439 -1896
  70. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  71. package/dist-types/ts3.4/pagination/ListBatchInferenceJobsPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/ListBatchSegmentJobsPaginator.d.ts +11 -4
  73. package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/ListDatasetExportJobsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListEventTrackersPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListRecommendersPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListSolutionVersionsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListSolutionsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  86. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +725 -182
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  91. package/package.json +34 -34
@@ -1,182 +1,725 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CreateBatchInferenceJobCommandInput, CreateBatchInferenceJobCommandOutput } from "../commands/CreateBatchInferenceJobCommand";
4
- import { CreateBatchSegmentJobCommandInput, CreateBatchSegmentJobCommandOutput } from "../commands/CreateBatchSegmentJobCommand";
5
- import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "../commands/CreateCampaignCommand";
6
- import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "../commands/CreateDatasetCommand";
7
- import { CreateDatasetExportJobCommandInput, CreateDatasetExportJobCommandOutput } from "../commands/CreateDatasetExportJobCommand";
8
- import { CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput } from "../commands/CreateDatasetGroupCommand";
9
- import { CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput } from "../commands/CreateDatasetImportJobCommand";
10
- import { CreateEventTrackerCommandInput, CreateEventTrackerCommandOutput } from "../commands/CreateEventTrackerCommand";
11
- import { CreateFilterCommandInput, CreateFilterCommandOutput } from "../commands/CreateFilterCommand";
12
- import { CreateRecommenderCommandInput, CreateRecommenderCommandOutput } from "../commands/CreateRecommenderCommand";
13
- import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "../commands/CreateSchemaCommand";
14
- import { CreateSolutionCommandInput, CreateSolutionCommandOutput } from "../commands/CreateSolutionCommand";
15
- import { CreateSolutionVersionCommandInput, CreateSolutionVersionCommandOutput } from "../commands/CreateSolutionVersionCommand";
16
- import { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "../commands/DeleteCampaignCommand";
17
- import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "../commands/DeleteDatasetCommand";
18
- import { DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput } from "../commands/DeleteDatasetGroupCommand";
19
- import { DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput } from "../commands/DeleteEventTrackerCommand";
20
- import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "../commands/DeleteFilterCommand";
21
- import { DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput } from "../commands/DeleteRecommenderCommand";
22
- import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "../commands/DeleteSchemaCommand";
23
- import { DeleteSolutionCommandInput, DeleteSolutionCommandOutput } from "../commands/DeleteSolutionCommand";
24
- import { DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput } from "../commands/DescribeAlgorithmCommand";
25
- import { DescribeBatchInferenceJobCommandInput, DescribeBatchInferenceJobCommandOutput } from "../commands/DescribeBatchInferenceJobCommand";
26
- import { DescribeBatchSegmentJobCommandInput, DescribeBatchSegmentJobCommandOutput } from "../commands/DescribeBatchSegmentJobCommand";
27
- import { DescribeCampaignCommandInput, DescribeCampaignCommandOutput } from "../commands/DescribeCampaignCommand";
28
- import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "../commands/DescribeDatasetCommand";
29
- import { DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput } from "../commands/DescribeDatasetExportJobCommand";
30
- import { DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput } from "../commands/DescribeDatasetGroupCommand";
31
- import { DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput } from "../commands/DescribeDatasetImportJobCommand";
32
- import { DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput } from "../commands/DescribeEventTrackerCommand";
33
- import { DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput } from "../commands/DescribeFeatureTransformationCommand";
34
- import { DescribeFilterCommandInput, DescribeFilterCommandOutput } from "../commands/DescribeFilterCommand";
35
- import { DescribeRecipeCommandInput, DescribeRecipeCommandOutput } from "../commands/DescribeRecipeCommand";
36
- import { DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput } from "../commands/DescribeRecommenderCommand";
37
- import { DescribeSchemaCommandInput, DescribeSchemaCommandOutput } from "../commands/DescribeSchemaCommand";
38
- import { DescribeSolutionCommandInput, DescribeSolutionCommandOutput } from "../commands/DescribeSolutionCommand";
39
- import { DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput } from "../commands/DescribeSolutionVersionCommand";
40
- import { GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput } from "../commands/GetSolutionMetricsCommand";
41
- import { ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput } from "../commands/ListBatchInferenceJobsCommand";
42
- import { ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput } from "../commands/ListBatchSegmentJobsCommand";
43
- import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "../commands/ListCampaignsCommand";
44
- import { ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput } from "../commands/ListDatasetExportJobsCommand";
45
- import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "../commands/ListDatasetGroupsCommand";
46
- import { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "../commands/ListDatasetImportJobsCommand";
47
- import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "../commands/ListDatasetsCommand";
48
- import { ListEventTrackersCommandInput, ListEventTrackersCommandOutput } from "../commands/ListEventTrackersCommand";
49
- import { ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand";
50
- import { ListRecipesCommandInput, ListRecipesCommandOutput } from "../commands/ListRecipesCommand";
51
- import { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "../commands/ListRecommendersCommand";
52
- import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
53
- import { ListSolutionsCommandInput, ListSolutionsCommandOutput } from "../commands/ListSolutionsCommand";
54
- import { ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput } from "../commands/ListSolutionVersionsCommand";
55
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
56
- import { StartRecommenderCommandInput, StartRecommenderCommandOutput } from "../commands/StartRecommenderCommand";
57
- import { StopRecommenderCommandInput, StopRecommenderCommandOutput } from "../commands/StopRecommenderCommand";
58
- import { StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput } from "../commands/StopSolutionVersionCreationCommand";
59
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
60
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
61
- import { UpdateCampaignCommandInput, UpdateCampaignCommandOutput } from "../commands/UpdateCampaignCommand";
62
- import { UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput } from "../commands/UpdateRecommenderCommand";
63
- export declare const serializeAws_json1_1CreateBatchInferenceJobCommand: (input: CreateBatchInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1CreateBatchSegmentJobCommand: (input: CreateBatchSegmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1CreateCampaignCommand: (input: CreateCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1CreateDatasetCommand: (input: CreateDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1CreateDatasetExportJobCommand: (input: CreateDatasetExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1CreateDatasetGroupCommand: (input: CreateDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1CreateDatasetImportJobCommand: (input: CreateDatasetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1CreateEventTrackerCommand: (input: CreateEventTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1CreateFilterCommand: (input: CreateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1CreateRecommenderCommand: (input: CreateRecommenderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1CreateSchemaCommand: (input: CreateSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1CreateSolutionCommand: (input: CreateSolutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1CreateSolutionVersionCommand: (input: CreateSolutionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1DeleteCampaignCommand: (input: DeleteCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1DeleteDatasetCommand: (input: DeleteDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1DeleteDatasetGroupCommand: (input: DeleteDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1DeleteEventTrackerCommand: (input: DeleteEventTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1DeleteFilterCommand: (input: DeleteFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1DeleteRecommenderCommand: (input: DeleteRecommenderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1DeleteSchemaCommand: (input: DeleteSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1DeleteSolutionCommand: (input: DeleteSolutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1DescribeAlgorithmCommand: (input: DescribeAlgorithmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1DescribeBatchInferenceJobCommand: (input: DescribeBatchInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1DescribeBatchSegmentJobCommand: (input: DescribeBatchSegmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1DescribeCampaignCommand: (input: DescribeCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1DescribeDatasetCommand: (input: DescribeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1DescribeDatasetExportJobCommand: (input: DescribeDatasetExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1DescribeDatasetGroupCommand: (input: DescribeDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1DescribeDatasetImportJobCommand: (input: DescribeDatasetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1DescribeEventTrackerCommand: (input: DescribeEventTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1DescribeFeatureTransformationCommand: (input: DescribeFeatureTransformationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1DescribeFilterCommand: (input: DescribeFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1DescribeRecipeCommand: (input: DescribeRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1DescribeRecommenderCommand: (input: DescribeRecommenderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1DescribeSchemaCommand: (input: DescribeSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1DescribeSolutionCommand: (input: DescribeSolutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1DescribeSolutionVersionCommand: (input: DescribeSolutionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1GetSolutionMetricsCommand: (input: GetSolutionMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1ListBatchInferenceJobsCommand: (input: ListBatchInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1ListBatchSegmentJobsCommand: (input: ListBatchSegmentJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_json1_1ListCampaignsCommand: (input: ListCampaignsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_json1_1ListDatasetExportJobsCommand: (input: ListDatasetExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_json1_1ListDatasetGroupsCommand: (input: ListDatasetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1ListDatasetImportJobsCommand: (input: ListDatasetImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_json1_1ListDatasetsCommand: (input: ListDatasetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_json1_1ListEventTrackersCommand: (input: ListEventTrackersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_json1_1ListFiltersCommand: (input: ListFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1ListRecipesCommand: (input: ListRecipesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_json1_1ListRecommendersCommand: (input: ListRecommendersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_json1_1ListSchemasCommand: (input: ListSchemasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_json1_1ListSolutionsCommand: (input: ListSolutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1ListSolutionVersionsCommand: (input: ListSolutionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_json1_1StartRecommenderCommand: (input: StartRecommenderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_json1_1StopRecommenderCommand: (input: StopRecommenderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1StopSolutionVersionCreationCommand: (input: StopSolutionVersionCreationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_json1_1UpdateCampaignCommand: (input: UpdateCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1UpdateRecommenderCommand: (input: UpdateRecommenderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const deserializeAws_json1_1CreateBatchInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBatchInferenceJobCommandOutput>;
124
- export declare const deserializeAws_json1_1CreateBatchSegmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBatchSegmentJobCommandOutput>;
125
- export declare const deserializeAws_json1_1CreateCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCampaignCommandOutput>;
126
- export declare const deserializeAws_json1_1CreateDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetCommandOutput>;
127
- export declare const deserializeAws_json1_1CreateDatasetExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetExportJobCommandOutput>;
128
- export declare const deserializeAws_json1_1CreateDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetGroupCommandOutput>;
129
- export declare const deserializeAws_json1_1CreateDatasetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetImportJobCommandOutput>;
130
- export declare const deserializeAws_json1_1CreateEventTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventTrackerCommandOutput>;
131
- export declare const deserializeAws_json1_1CreateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFilterCommandOutput>;
132
- export declare const deserializeAws_json1_1CreateRecommenderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRecommenderCommandOutput>;
133
- export declare const deserializeAws_json1_1CreateSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSchemaCommandOutput>;
134
- export declare const deserializeAws_json1_1CreateSolutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSolutionCommandOutput>;
135
- export declare const deserializeAws_json1_1CreateSolutionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSolutionVersionCommandOutput>;
136
- export declare const deserializeAws_json1_1DeleteCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCampaignCommandOutput>;
137
- export declare const deserializeAws_json1_1DeleteDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetCommandOutput>;
138
- export declare const deserializeAws_json1_1DeleteDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetGroupCommandOutput>;
139
- export declare const deserializeAws_json1_1DeleteEventTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventTrackerCommandOutput>;
140
- export declare const deserializeAws_json1_1DeleteFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFilterCommandOutput>;
141
- export declare const deserializeAws_json1_1DeleteRecommenderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRecommenderCommandOutput>;
142
- export declare const deserializeAws_json1_1DeleteSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSchemaCommandOutput>;
143
- export declare const deserializeAws_json1_1DeleteSolutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSolutionCommandOutput>;
144
- export declare const deserializeAws_json1_1DescribeAlgorithmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAlgorithmCommandOutput>;
145
- export declare const deserializeAws_json1_1DescribeBatchInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBatchInferenceJobCommandOutput>;
146
- export declare const deserializeAws_json1_1DescribeBatchSegmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBatchSegmentJobCommandOutput>;
147
- export declare const deserializeAws_json1_1DescribeCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCampaignCommandOutput>;
148
- export declare const deserializeAws_json1_1DescribeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetCommandOutput>;
149
- export declare const deserializeAws_json1_1DescribeDatasetExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetExportJobCommandOutput>;
150
- export declare const deserializeAws_json1_1DescribeDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetGroupCommandOutput>;
151
- export declare const deserializeAws_json1_1DescribeDatasetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetImportJobCommandOutput>;
152
- export declare const deserializeAws_json1_1DescribeEventTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventTrackerCommandOutput>;
153
- export declare const deserializeAws_json1_1DescribeFeatureTransformationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFeatureTransformationCommandOutput>;
154
- export declare const deserializeAws_json1_1DescribeFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFilterCommandOutput>;
155
- export declare const deserializeAws_json1_1DescribeRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRecipeCommandOutput>;
156
- export declare const deserializeAws_json1_1DescribeRecommenderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRecommenderCommandOutput>;
157
- export declare const deserializeAws_json1_1DescribeSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSchemaCommandOutput>;
158
- export declare const deserializeAws_json1_1DescribeSolutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSolutionCommandOutput>;
159
- export declare const deserializeAws_json1_1DescribeSolutionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSolutionVersionCommandOutput>;
160
- export declare const deserializeAws_json1_1GetSolutionMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSolutionMetricsCommandOutput>;
161
- export declare const deserializeAws_json1_1ListBatchInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBatchInferenceJobsCommandOutput>;
162
- export declare const deserializeAws_json1_1ListBatchSegmentJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBatchSegmentJobsCommandOutput>;
163
- export declare const deserializeAws_json1_1ListCampaignsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCampaignsCommandOutput>;
164
- export declare const deserializeAws_json1_1ListDatasetExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetExportJobsCommandOutput>;
165
- export declare const deserializeAws_json1_1ListDatasetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetGroupsCommandOutput>;
166
- export declare const deserializeAws_json1_1ListDatasetImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetImportJobsCommandOutput>;
167
- export declare const deserializeAws_json1_1ListDatasetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetsCommandOutput>;
168
- export declare const deserializeAws_json1_1ListEventTrackersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventTrackersCommandOutput>;
169
- export declare const deserializeAws_json1_1ListFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFiltersCommandOutput>;
170
- export declare const deserializeAws_json1_1ListRecipesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecipesCommandOutput>;
171
- export declare const deserializeAws_json1_1ListRecommendersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendersCommandOutput>;
172
- export declare const deserializeAws_json1_1ListSchemasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemasCommandOutput>;
173
- export declare const deserializeAws_json1_1ListSolutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSolutionsCommandOutput>;
174
- export declare const deserializeAws_json1_1ListSolutionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSolutionVersionsCommandOutput>;
175
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
176
- export declare const deserializeAws_json1_1StartRecommenderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRecommenderCommandOutput>;
177
- export declare const deserializeAws_json1_1StopRecommenderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopRecommenderCommandOutput>;
178
- export declare const deserializeAws_json1_1StopSolutionVersionCreationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSolutionVersionCreationCommandOutput>;
179
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
180
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
181
- export declare const deserializeAws_json1_1UpdateCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignCommandOutput>;
182
- export declare const deserializeAws_json1_1UpdateRecommenderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRecommenderCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CreateBatchInferenceJobCommandInput,
8
+ CreateBatchInferenceJobCommandOutput,
9
+ } from "../commands/CreateBatchInferenceJobCommand";
10
+ import {
11
+ CreateBatchSegmentJobCommandInput,
12
+ CreateBatchSegmentJobCommandOutput,
13
+ } from "../commands/CreateBatchSegmentJobCommand";
14
+ import {
15
+ CreateCampaignCommandInput,
16
+ CreateCampaignCommandOutput,
17
+ } from "../commands/CreateCampaignCommand";
18
+ import {
19
+ CreateDatasetCommandInput,
20
+ CreateDatasetCommandOutput,
21
+ } from "../commands/CreateDatasetCommand";
22
+ import {
23
+ CreateDatasetExportJobCommandInput,
24
+ CreateDatasetExportJobCommandOutput,
25
+ } from "../commands/CreateDatasetExportJobCommand";
26
+ import {
27
+ CreateDatasetGroupCommandInput,
28
+ CreateDatasetGroupCommandOutput,
29
+ } from "../commands/CreateDatasetGroupCommand";
30
+ import {
31
+ CreateDatasetImportJobCommandInput,
32
+ CreateDatasetImportJobCommandOutput,
33
+ } from "../commands/CreateDatasetImportJobCommand";
34
+ import {
35
+ CreateEventTrackerCommandInput,
36
+ CreateEventTrackerCommandOutput,
37
+ } from "../commands/CreateEventTrackerCommand";
38
+ import {
39
+ CreateFilterCommandInput,
40
+ CreateFilterCommandOutput,
41
+ } from "../commands/CreateFilterCommand";
42
+ import {
43
+ CreateRecommenderCommandInput,
44
+ CreateRecommenderCommandOutput,
45
+ } from "../commands/CreateRecommenderCommand";
46
+ import {
47
+ CreateSchemaCommandInput,
48
+ CreateSchemaCommandOutput,
49
+ } from "../commands/CreateSchemaCommand";
50
+ import {
51
+ CreateSolutionCommandInput,
52
+ CreateSolutionCommandOutput,
53
+ } from "../commands/CreateSolutionCommand";
54
+ import {
55
+ CreateSolutionVersionCommandInput,
56
+ CreateSolutionVersionCommandOutput,
57
+ } from "../commands/CreateSolutionVersionCommand";
58
+ import {
59
+ DeleteCampaignCommandInput,
60
+ DeleteCampaignCommandOutput,
61
+ } from "../commands/DeleteCampaignCommand";
62
+ import {
63
+ DeleteDatasetCommandInput,
64
+ DeleteDatasetCommandOutput,
65
+ } from "../commands/DeleteDatasetCommand";
66
+ import {
67
+ DeleteDatasetGroupCommandInput,
68
+ DeleteDatasetGroupCommandOutput,
69
+ } from "../commands/DeleteDatasetGroupCommand";
70
+ import {
71
+ DeleteEventTrackerCommandInput,
72
+ DeleteEventTrackerCommandOutput,
73
+ } from "../commands/DeleteEventTrackerCommand";
74
+ import {
75
+ DeleteFilterCommandInput,
76
+ DeleteFilterCommandOutput,
77
+ } from "../commands/DeleteFilterCommand";
78
+ import {
79
+ DeleteRecommenderCommandInput,
80
+ DeleteRecommenderCommandOutput,
81
+ } from "../commands/DeleteRecommenderCommand";
82
+ import {
83
+ DeleteSchemaCommandInput,
84
+ DeleteSchemaCommandOutput,
85
+ } from "../commands/DeleteSchemaCommand";
86
+ import {
87
+ DeleteSolutionCommandInput,
88
+ DeleteSolutionCommandOutput,
89
+ } from "../commands/DeleteSolutionCommand";
90
+ import {
91
+ DescribeAlgorithmCommandInput,
92
+ DescribeAlgorithmCommandOutput,
93
+ } from "../commands/DescribeAlgorithmCommand";
94
+ import {
95
+ DescribeBatchInferenceJobCommandInput,
96
+ DescribeBatchInferenceJobCommandOutput,
97
+ } from "../commands/DescribeBatchInferenceJobCommand";
98
+ import {
99
+ DescribeBatchSegmentJobCommandInput,
100
+ DescribeBatchSegmentJobCommandOutput,
101
+ } from "../commands/DescribeBatchSegmentJobCommand";
102
+ import {
103
+ DescribeCampaignCommandInput,
104
+ DescribeCampaignCommandOutput,
105
+ } from "../commands/DescribeCampaignCommand";
106
+ import {
107
+ DescribeDatasetCommandInput,
108
+ DescribeDatasetCommandOutput,
109
+ } from "../commands/DescribeDatasetCommand";
110
+ import {
111
+ DescribeDatasetExportJobCommandInput,
112
+ DescribeDatasetExportJobCommandOutput,
113
+ } from "../commands/DescribeDatasetExportJobCommand";
114
+ import {
115
+ DescribeDatasetGroupCommandInput,
116
+ DescribeDatasetGroupCommandOutput,
117
+ } from "../commands/DescribeDatasetGroupCommand";
118
+ import {
119
+ DescribeDatasetImportJobCommandInput,
120
+ DescribeDatasetImportJobCommandOutput,
121
+ } from "../commands/DescribeDatasetImportJobCommand";
122
+ import {
123
+ DescribeEventTrackerCommandInput,
124
+ DescribeEventTrackerCommandOutput,
125
+ } from "../commands/DescribeEventTrackerCommand";
126
+ import {
127
+ DescribeFeatureTransformationCommandInput,
128
+ DescribeFeatureTransformationCommandOutput,
129
+ } from "../commands/DescribeFeatureTransformationCommand";
130
+ import {
131
+ DescribeFilterCommandInput,
132
+ DescribeFilterCommandOutput,
133
+ } from "../commands/DescribeFilterCommand";
134
+ import {
135
+ DescribeRecipeCommandInput,
136
+ DescribeRecipeCommandOutput,
137
+ } from "../commands/DescribeRecipeCommand";
138
+ import {
139
+ DescribeRecommenderCommandInput,
140
+ DescribeRecommenderCommandOutput,
141
+ } from "../commands/DescribeRecommenderCommand";
142
+ import {
143
+ DescribeSchemaCommandInput,
144
+ DescribeSchemaCommandOutput,
145
+ } from "../commands/DescribeSchemaCommand";
146
+ import {
147
+ DescribeSolutionCommandInput,
148
+ DescribeSolutionCommandOutput,
149
+ } from "../commands/DescribeSolutionCommand";
150
+ import {
151
+ DescribeSolutionVersionCommandInput,
152
+ DescribeSolutionVersionCommandOutput,
153
+ } from "../commands/DescribeSolutionVersionCommand";
154
+ import {
155
+ GetSolutionMetricsCommandInput,
156
+ GetSolutionMetricsCommandOutput,
157
+ } from "../commands/GetSolutionMetricsCommand";
158
+ import {
159
+ ListBatchInferenceJobsCommandInput,
160
+ ListBatchInferenceJobsCommandOutput,
161
+ } from "../commands/ListBatchInferenceJobsCommand";
162
+ import {
163
+ ListBatchSegmentJobsCommandInput,
164
+ ListBatchSegmentJobsCommandOutput,
165
+ } from "../commands/ListBatchSegmentJobsCommand";
166
+ import {
167
+ ListCampaignsCommandInput,
168
+ ListCampaignsCommandOutput,
169
+ } from "../commands/ListCampaignsCommand";
170
+ import {
171
+ ListDatasetExportJobsCommandInput,
172
+ ListDatasetExportJobsCommandOutput,
173
+ } from "../commands/ListDatasetExportJobsCommand";
174
+ import {
175
+ ListDatasetGroupsCommandInput,
176
+ ListDatasetGroupsCommandOutput,
177
+ } from "../commands/ListDatasetGroupsCommand";
178
+ import {
179
+ ListDatasetImportJobsCommandInput,
180
+ ListDatasetImportJobsCommandOutput,
181
+ } from "../commands/ListDatasetImportJobsCommand";
182
+ import {
183
+ ListDatasetsCommandInput,
184
+ ListDatasetsCommandOutput,
185
+ } from "../commands/ListDatasetsCommand";
186
+ import {
187
+ ListEventTrackersCommandInput,
188
+ ListEventTrackersCommandOutput,
189
+ } from "../commands/ListEventTrackersCommand";
190
+ import {
191
+ ListFiltersCommandInput,
192
+ ListFiltersCommandOutput,
193
+ } from "../commands/ListFiltersCommand";
194
+ import {
195
+ ListRecipesCommandInput,
196
+ ListRecipesCommandOutput,
197
+ } from "../commands/ListRecipesCommand";
198
+ import {
199
+ ListRecommendersCommandInput,
200
+ ListRecommendersCommandOutput,
201
+ } from "../commands/ListRecommendersCommand";
202
+ import {
203
+ ListSchemasCommandInput,
204
+ ListSchemasCommandOutput,
205
+ } from "../commands/ListSchemasCommand";
206
+ import {
207
+ ListSolutionsCommandInput,
208
+ ListSolutionsCommandOutput,
209
+ } from "../commands/ListSolutionsCommand";
210
+ import {
211
+ ListSolutionVersionsCommandInput,
212
+ ListSolutionVersionsCommandOutput,
213
+ } from "../commands/ListSolutionVersionsCommand";
214
+ import {
215
+ ListTagsForResourceCommandInput,
216
+ ListTagsForResourceCommandOutput,
217
+ } from "../commands/ListTagsForResourceCommand";
218
+ import {
219
+ StartRecommenderCommandInput,
220
+ StartRecommenderCommandOutput,
221
+ } from "../commands/StartRecommenderCommand";
222
+ import {
223
+ StopRecommenderCommandInput,
224
+ StopRecommenderCommandOutput,
225
+ } from "../commands/StopRecommenderCommand";
226
+ import {
227
+ StopSolutionVersionCreationCommandInput,
228
+ StopSolutionVersionCreationCommandOutput,
229
+ } from "../commands/StopSolutionVersionCreationCommand";
230
+ import {
231
+ TagResourceCommandInput,
232
+ TagResourceCommandOutput,
233
+ } from "../commands/TagResourceCommand";
234
+ import {
235
+ UntagResourceCommandInput,
236
+ UntagResourceCommandOutput,
237
+ } from "../commands/UntagResourceCommand";
238
+ import {
239
+ UpdateCampaignCommandInput,
240
+ UpdateCampaignCommandOutput,
241
+ } from "../commands/UpdateCampaignCommand";
242
+ import {
243
+ UpdateRecommenderCommandInput,
244
+ UpdateRecommenderCommandOutput,
245
+ } from "../commands/UpdateRecommenderCommand";
246
+ export declare const serializeAws_json1_1CreateBatchInferenceJobCommand: (
247
+ input: CreateBatchInferenceJobCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_1CreateBatchSegmentJobCommand: (
251
+ input: CreateBatchSegmentJobCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_1CreateCampaignCommand: (
255
+ input: CreateCampaignCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_1CreateDatasetCommand: (
259
+ input: CreateDatasetCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1CreateDatasetExportJobCommand: (
263
+ input: CreateDatasetExportJobCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1CreateDatasetGroupCommand: (
267
+ input: CreateDatasetGroupCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1CreateDatasetImportJobCommand: (
271
+ input: CreateDatasetImportJobCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1CreateEventTrackerCommand: (
275
+ input: CreateEventTrackerCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1CreateFilterCommand: (
279
+ input: CreateFilterCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1CreateRecommenderCommand: (
283
+ input: CreateRecommenderCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1CreateSchemaCommand: (
287
+ input: CreateSchemaCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1CreateSolutionCommand: (
291
+ input: CreateSolutionCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1CreateSolutionVersionCommand: (
295
+ input: CreateSolutionVersionCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1DeleteCampaignCommand: (
299
+ input: DeleteCampaignCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_json1_1DeleteDatasetCommand: (
303
+ input: DeleteDatasetCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_json1_1DeleteDatasetGroupCommand: (
307
+ input: DeleteDatasetGroupCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1DeleteEventTrackerCommand: (
311
+ input: DeleteEventTrackerCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1DeleteFilterCommand: (
315
+ input: DeleteFilterCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_json1_1DeleteRecommenderCommand: (
319
+ input: DeleteRecommenderCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_json1_1DeleteSchemaCommand: (
323
+ input: DeleteSchemaCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_json1_1DeleteSolutionCommand: (
327
+ input: DeleteSolutionCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_1DescribeAlgorithmCommand: (
331
+ input: DescribeAlgorithmCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_json1_1DescribeBatchInferenceJobCommand: (
335
+ input: DescribeBatchInferenceJobCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_json1_1DescribeBatchSegmentJobCommand: (
339
+ input: DescribeBatchSegmentJobCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_json1_1DescribeCampaignCommand: (
343
+ input: DescribeCampaignCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_json1_1DescribeDatasetCommand: (
347
+ input: DescribeDatasetCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_json1_1DescribeDatasetExportJobCommand: (
351
+ input: DescribeDatasetExportJobCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_1DescribeDatasetGroupCommand: (
355
+ input: DescribeDatasetGroupCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_json1_1DescribeDatasetImportJobCommand: (
359
+ input: DescribeDatasetImportJobCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_json1_1DescribeEventTrackerCommand: (
363
+ input: DescribeEventTrackerCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_json1_1DescribeFeatureTransformationCommand: (
367
+ input: DescribeFeatureTransformationCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_json1_1DescribeFilterCommand: (
371
+ input: DescribeFilterCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_json1_1DescribeRecipeCommand: (
375
+ input: DescribeRecipeCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_json1_1DescribeRecommenderCommand: (
379
+ input: DescribeRecommenderCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_json1_1DescribeSchemaCommand: (
383
+ input: DescribeSchemaCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_json1_1DescribeSolutionCommand: (
387
+ input: DescribeSolutionCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_json1_1DescribeSolutionVersionCommand: (
391
+ input: DescribeSolutionVersionCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_json1_1GetSolutionMetricsCommand: (
395
+ input: GetSolutionMetricsCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_json1_1ListBatchInferenceJobsCommand: (
399
+ input: ListBatchInferenceJobsCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_json1_1ListBatchSegmentJobsCommand: (
403
+ input: ListBatchSegmentJobsCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_json1_1ListCampaignsCommand: (
407
+ input: ListCampaignsCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_json1_1ListDatasetExportJobsCommand: (
411
+ input: ListDatasetExportJobsCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_json1_1ListDatasetGroupsCommand: (
415
+ input: ListDatasetGroupsCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_json1_1ListDatasetImportJobsCommand: (
419
+ input: ListDatasetImportJobsCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_json1_1ListDatasetsCommand: (
423
+ input: ListDatasetsCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_json1_1ListEventTrackersCommand: (
427
+ input: ListEventTrackersCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_json1_1ListFiltersCommand: (
431
+ input: ListFiltersCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_json1_1ListRecipesCommand: (
435
+ input: ListRecipesCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_json1_1ListRecommendersCommand: (
439
+ input: ListRecommendersCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_json1_1ListSchemasCommand: (
443
+ input: ListSchemasCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_json1_1ListSolutionsCommand: (
447
+ input: ListSolutionsCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_json1_1ListSolutionVersionsCommand: (
451
+ input: ListSolutionVersionsCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
455
+ input: ListTagsForResourceCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_json1_1StartRecommenderCommand: (
459
+ input: StartRecommenderCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_json1_1StopRecommenderCommand: (
463
+ input: StopRecommenderCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_json1_1StopSolutionVersionCreationCommand: (
467
+ input: StopSolutionVersionCreationCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_json1_1TagResourceCommand: (
471
+ input: TagResourceCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_json1_1UntagResourceCommand: (
475
+ input: UntagResourceCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_json1_1UpdateCampaignCommand: (
479
+ input: UpdateCampaignCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_json1_1UpdateRecommenderCommand: (
483
+ input: UpdateRecommenderCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const deserializeAws_json1_1CreateBatchInferenceJobCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<CreateBatchInferenceJobCommandOutput>;
490
+ export declare const deserializeAws_json1_1CreateBatchSegmentJobCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<CreateBatchSegmentJobCommandOutput>;
494
+ export declare const deserializeAws_json1_1CreateCampaignCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<CreateCampaignCommandOutput>;
498
+ export declare const deserializeAws_json1_1CreateDatasetCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<CreateDatasetCommandOutput>;
502
+ export declare const deserializeAws_json1_1CreateDatasetExportJobCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<CreateDatasetExportJobCommandOutput>;
506
+ export declare const deserializeAws_json1_1CreateDatasetGroupCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<CreateDatasetGroupCommandOutput>;
510
+ export declare const deserializeAws_json1_1CreateDatasetImportJobCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<CreateDatasetImportJobCommandOutput>;
514
+ export declare const deserializeAws_json1_1CreateEventTrackerCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<CreateEventTrackerCommandOutput>;
518
+ export declare const deserializeAws_json1_1CreateFilterCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<CreateFilterCommandOutput>;
522
+ export declare const deserializeAws_json1_1CreateRecommenderCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<CreateRecommenderCommandOutput>;
526
+ export declare const deserializeAws_json1_1CreateSchemaCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<CreateSchemaCommandOutput>;
530
+ export declare const deserializeAws_json1_1CreateSolutionCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<CreateSolutionCommandOutput>;
534
+ export declare const deserializeAws_json1_1CreateSolutionVersionCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<CreateSolutionVersionCommandOutput>;
538
+ export declare const deserializeAws_json1_1DeleteCampaignCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<DeleteCampaignCommandOutput>;
542
+ export declare const deserializeAws_json1_1DeleteDatasetCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<DeleteDatasetCommandOutput>;
546
+ export declare const deserializeAws_json1_1DeleteDatasetGroupCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<DeleteDatasetGroupCommandOutput>;
550
+ export declare const deserializeAws_json1_1DeleteEventTrackerCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<DeleteEventTrackerCommandOutput>;
554
+ export declare const deserializeAws_json1_1DeleteFilterCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<DeleteFilterCommandOutput>;
558
+ export declare const deserializeAws_json1_1DeleteRecommenderCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<DeleteRecommenderCommandOutput>;
562
+ export declare const deserializeAws_json1_1DeleteSchemaCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<DeleteSchemaCommandOutput>;
566
+ export declare const deserializeAws_json1_1DeleteSolutionCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<DeleteSolutionCommandOutput>;
570
+ export declare const deserializeAws_json1_1DescribeAlgorithmCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<DescribeAlgorithmCommandOutput>;
574
+ export declare const deserializeAws_json1_1DescribeBatchInferenceJobCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<DescribeBatchInferenceJobCommandOutput>;
578
+ export declare const deserializeAws_json1_1DescribeBatchSegmentJobCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<DescribeBatchSegmentJobCommandOutput>;
582
+ export declare const deserializeAws_json1_1DescribeCampaignCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<DescribeCampaignCommandOutput>;
586
+ export declare const deserializeAws_json1_1DescribeDatasetCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<DescribeDatasetCommandOutput>;
590
+ export declare const deserializeAws_json1_1DescribeDatasetExportJobCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<DescribeDatasetExportJobCommandOutput>;
594
+ export declare const deserializeAws_json1_1DescribeDatasetGroupCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<DescribeDatasetGroupCommandOutput>;
598
+ export declare const deserializeAws_json1_1DescribeDatasetImportJobCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<DescribeDatasetImportJobCommandOutput>;
602
+ export declare const deserializeAws_json1_1DescribeEventTrackerCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<DescribeEventTrackerCommandOutput>;
606
+ export declare const deserializeAws_json1_1DescribeFeatureTransformationCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<DescribeFeatureTransformationCommandOutput>;
610
+ export declare const deserializeAws_json1_1DescribeFilterCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<DescribeFilterCommandOutput>;
614
+ export declare const deserializeAws_json1_1DescribeRecipeCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<DescribeRecipeCommandOutput>;
618
+ export declare const deserializeAws_json1_1DescribeRecommenderCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<DescribeRecommenderCommandOutput>;
622
+ export declare const deserializeAws_json1_1DescribeSchemaCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<DescribeSchemaCommandOutput>;
626
+ export declare const deserializeAws_json1_1DescribeSolutionCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<DescribeSolutionCommandOutput>;
630
+ export declare const deserializeAws_json1_1DescribeSolutionVersionCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<DescribeSolutionVersionCommandOutput>;
634
+ export declare const deserializeAws_json1_1GetSolutionMetricsCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<GetSolutionMetricsCommandOutput>;
638
+ export declare const deserializeAws_json1_1ListBatchInferenceJobsCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<ListBatchInferenceJobsCommandOutput>;
642
+ export declare const deserializeAws_json1_1ListBatchSegmentJobsCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<ListBatchSegmentJobsCommandOutput>;
646
+ export declare const deserializeAws_json1_1ListCampaignsCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<ListCampaignsCommandOutput>;
650
+ export declare const deserializeAws_json1_1ListDatasetExportJobsCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<ListDatasetExportJobsCommandOutput>;
654
+ export declare const deserializeAws_json1_1ListDatasetGroupsCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<ListDatasetGroupsCommandOutput>;
658
+ export declare const deserializeAws_json1_1ListDatasetImportJobsCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<ListDatasetImportJobsCommandOutput>;
662
+ export declare const deserializeAws_json1_1ListDatasetsCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<ListDatasetsCommandOutput>;
666
+ export declare const deserializeAws_json1_1ListEventTrackersCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<ListEventTrackersCommandOutput>;
670
+ export declare const deserializeAws_json1_1ListFiltersCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<ListFiltersCommandOutput>;
674
+ export declare const deserializeAws_json1_1ListRecipesCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<ListRecipesCommandOutput>;
678
+ export declare const deserializeAws_json1_1ListRecommendersCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<ListRecommendersCommandOutput>;
682
+ export declare const deserializeAws_json1_1ListSchemasCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<ListSchemasCommandOutput>;
686
+ export declare const deserializeAws_json1_1ListSolutionsCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<ListSolutionsCommandOutput>;
690
+ export declare const deserializeAws_json1_1ListSolutionVersionsCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<ListSolutionVersionsCommandOutput>;
694
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<ListTagsForResourceCommandOutput>;
698
+ export declare const deserializeAws_json1_1StartRecommenderCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<StartRecommenderCommandOutput>;
702
+ export declare const deserializeAws_json1_1StopRecommenderCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<StopRecommenderCommandOutput>;
706
+ export declare const deserializeAws_json1_1StopSolutionVersionCreationCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<StopSolutionVersionCreationCommandOutput>;
710
+ export declare const deserializeAws_json1_1TagResourceCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<TagResourceCommandOutput>;
714
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<UntagResourceCommandOutput>;
718
+ export declare const deserializeAws_json1_1UpdateCampaignCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<UpdateCampaignCommandOutput>;
722
+ export declare const deserializeAws_json1_1UpdateRecommenderCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<UpdateRecommenderCommandOutput>;