@aws-sdk/client-personalize 3.168.0 → 3.170.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Personalize.d.ts +1084 -305
- package/dist-types/ts3.4/PersonalizeClient.d.ts +489 -133
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +60 -60
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/PersonalizeServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2051 -1896
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListBatchInferenceJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBatchSegmentJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetExportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEventTrackersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSolutionVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSolutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +725 -182
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,182 +1,725 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
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>;
|