@aws-sdk/client-lookoutequipment 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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/LookoutEquipment.d.ts +565 -170
- package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +303 -106
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/index.d.ts +33 -33
- 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/LookoutEquipmentServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +938 -394
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDataIngestionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInferenceEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInferenceExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInferenceSchedulersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLabelGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLabelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSensorStatisticsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +401 -101
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,101 +1,401 @@
|
|
|
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
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
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
|
-
|
|
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
|
+
CreateDatasetCommandInput,
|
|
8
|
+
CreateDatasetCommandOutput,
|
|
9
|
+
} from "../commands/CreateDatasetCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateInferenceSchedulerCommandInput,
|
|
12
|
+
CreateInferenceSchedulerCommandOutput,
|
|
13
|
+
} from "../commands/CreateInferenceSchedulerCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateLabelCommandInput,
|
|
16
|
+
CreateLabelCommandOutput,
|
|
17
|
+
} from "../commands/CreateLabelCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateLabelGroupCommandInput,
|
|
20
|
+
CreateLabelGroupCommandOutput,
|
|
21
|
+
} from "../commands/CreateLabelGroupCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateModelCommandInput,
|
|
24
|
+
CreateModelCommandOutput,
|
|
25
|
+
} from "../commands/CreateModelCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteDatasetCommandInput,
|
|
28
|
+
DeleteDatasetCommandOutput,
|
|
29
|
+
} from "../commands/DeleteDatasetCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteInferenceSchedulerCommandInput,
|
|
32
|
+
DeleteInferenceSchedulerCommandOutput,
|
|
33
|
+
} from "../commands/DeleteInferenceSchedulerCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteLabelCommandInput,
|
|
36
|
+
DeleteLabelCommandOutput,
|
|
37
|
+
} from "../commands/DeleteLabelCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteLabelGroupCommandInput,
|
|
40
|
+
DeleteLabelGroupCommandOutput,
|
|
41
|
+
} from "../commands/DeleteLabelGroupCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteModelCommandInput,
|
|
44
|
+
DeleteModelCommandOutput,
|
|
45
|
+
} from "../commands/DeleteModelCommand";
|
|
46
|
+
import {
|
|
47
|
+
DescribeDataIngestionJobCommandInput,
|
|
48
|
+
DescribeDataIngestionJobCommandOutput,
|
|
49
|
+
} from "../commands/DescribeDataIngestionJobCommand";
|
|
50
|
+
import {
|
|
51
|
+
DescribeDatasetCommandInput,
|
|
52
|
+
DescribeDatasetCommandOutput,
|
|
53
|
+
} from "../commands/DescribeDatasetCommand";
|
|
54
|
+
import {
|
|
55
|
+
DescribeInferenceSchedulerCommandInput,
|
|
56
|
+
DescribeInferenceSchedulerCommandOutput,
|
|
57
|
+
} from "../commands/DescribeInferenceSchedulerCommand";
|
|
58
|
+
import {
|
|
59
|
+
DescribeLabelCommandInput,
|
|
60
|
+
DescribeLabelCommandOutput,
|
|
61
|
+
} from "../commands/DescribeLabelCommand";
|
|
62
|
+
import {
|
|
63
|
+
DescribeLabelGroupCommandInput,
|
|
64
|
+
DescribeLabelGroupCommandOutput,
|
|
65
|
+
} from "../commands/DescribeLabelGroupCommand";
|
|
66
|
+
import {
|
|
67
|
+
DescribeModelCommandInput,
|
|
68
|
+
DescribeModelCommandOutput,
|
|
69
|
+
} from "../commands/DescribeModelCommand";
|
|
70
|
+
import {
|
|
71
|
+
ListDataIngestionJobsCommandInput,
|
|
72
|
+
ListDataIngestionJobsCommandOutput,
|
|
73
|
+
} from "../commands/ListDataIngestionJobsCommand";
|
|
74
|
+
import {
|
|
75
|
+
ListDatasetsCommandInput,
|
|
76
|
+
ListDatasetsCommandOutput,
|
|
77
|
+
} from "../commands/ListDatasetsCommand";
|
|
78
|
+
import {
|
|
79
|
+
ListInferenceEventsCommandInput,
|
|
80
|
+
ListInferenceEventsCommandOutput,
|
|
81
|
+
} from "../commands/ListInferenceEventsCommand";
|
|
82
|
+
import {
|
|
83
|
+
ListInferenceExecutionsCommandInput,
|
|
84
|
+
ListInferenceExecutionsCommandOutput,
|
|
85
|
+
} from "../commands/ListInferenceExecutionsCommand";
|
|
86
|
+
import {
|
|
87
|
+
ListInferenceSchedulersCommandInput,
|
|
88
|
+
ListInferenceSchedulersCommandOutput,
|
|
89
|
+
} from "../commands/ListInferenceSchedulersCommand";
|
|
90
|
+
import {
|
|
91
|
+
ListLabelGroupsCommandInput,
|
|
92
|
+
ListLabelGroupsCommandOutput,
|
|
93
|
+
} from "../commands/ListLabelGroupsCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListLabelsCommandInput,
|
|
96
|
+
ListLabelsCommandOutput,
|
|
97
|
+
} from "../commands/ListLabelsCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListModelsCommandInput,
|
|
100
|
+
ListModelsCommandOutput,
|
|
101
|
+
} from "../commands/ListModelsCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListSensorStatisticsCommandInput,
|
|
104
|
+
ListSensorStatisticsCommandOutput,
|
|
105
|
+
} from "../commands/ListSensorStatisticsCommand";
|
|
106
|
+
import {
|
|
107
|
+
ListTagsForResourceCommandInput,
|
|
108
|
+
ListTagsForResourceCommandOutput,
|
|
109
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
110
|
+
import {
|
|
111
|
+
StartDataIngestionJobCommandInput,
|
|
112
|
+
StartDataIngestionJobCommandOutput,
|
|
113
|
+
} from "../commands/StartDataIngestionJobCommand";
|
|
114
|
+
import {
|
|
115
|
+
StartInferenceSchedulerCommandInput,
|
|
116
|
+
StartInferenceSchedulerCommandOutput,
|
|
117
|
+
} from "../commands/StartInferenceSchedulerCommand";
|
|
118
|
+
import {
|
|
119
|
+
StopInferenceSchedulerCommandInput,
|
|
120
|
+
StopInferenceSchedulerCommandOutput,
|
|
121
|
+
} from "../commands/StopInferenceSchedulerCommand";
|
|
122
|
+
import {
|
|
123
|
+
TagResourceCommandInput,
|
|
124
|
+
TagResourceCommandOutput,
|
|
125
|
+
} from "../commands/TagResourceCommand";
|
|
126
|
+
import {
|
|
127
|
+
UntagResourceCommandInput,
|
|
128
|
+
UntagResourceCommandOutput,
|
|
129
|
+
} from "../commands/UntagResourceCommand";
|
|
130
|
+
import {
|
|
131
|
+
UpdateInferenceSchedulerCommandInput,
|
|
132
|
+
UpdateInferenceSchedulerCommandOutput,
|
|
133
|
+
} from "../commands/UpdateInferenceSchedulerCommand";
|
|
134
|
+
import {
|
|
135
|
+
UpdateLabelGroupCommandInput,
|
|
136
|
+
UpdateLabelGroupCommandOutput,
|
|
137
|
+
} from "../commands/UpdateLabelGroupCommand";
|
|
138
|
+
export declare const serializeAws_json1_0CreateDatasetCommand: (
|
|
139
|
+
input: CreateDatasetCommandInput,
|
|
140
|
+
context: __SerdeContext
|
|
141
|
+
) => Promise<__HttpRequest>;
|
|
142
|
+
export declare const serializeAws_json1_0CreateInferenceSchedulerCommand: (
|
|
143
|
+
input: CreateInferenceSchedulerCommandInput,
|
|
144
|
+
context: __SerdeContext
|
|
145
|
+
) => Promise<__HttpRequest>;
|
|
146
|
+
export declare const serializeAws_json1_0CreateLabelCommand: (
|
|
147
|
+
input: CreateLabelCommandInput,
|
|
148
|
+
context: __SerdeContext
|
|
149
|
+
) => Promise<__HttpRequest>;
|
|
150
|
+
export declare const serializeAws_json1_0CreateLabelGroupCommand: (
|
|
151
|
+
input: CreateLabelGroupCommandInput,
|
|
152
|
+
context: __SerdeContext
|
|
153
|
+
) => Promise<__HttpRequest>;
|
|
154
|
+
export declare const serializeAws_json1_0CreateModelCommand: (
|
|
155
|
+
input: CreateModelCommandInput,
|
|
156
|
+
context: __SerdeContext
|
|
157
|
+
) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const serializeAws_json1_0DeleteDatasetCommand: (
|
|
159
|
+
input: DeleteDatasetCommandInput,
|
|
160
|
+
context: __SerdeContext
|
|
161
|
+
) => Promise<__HttpRequest>;
|
|
162
|
+
export declare const serializeAws_json1_0DeleteInferenceSchedulerCommand: (
|
|
163
|
+
input: DeleteInferenceSchedulerCommandInput,
|
|
164
|
+
context: __SerdeContext
|
|
165
|
+
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const serializeAws_json1_0DeleteLabelCommand: (
|
|
167
|
+
input: DeleteLabelCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const serializeAws_json1_0DeleteLabelGroupCommand: (
|
|
171
|
+
input: DeleteLabelGroupCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const serializeAws_json1_0DeleteModelCommand: (
|
|
175
|
+
input: DeleteModelCommandInput,
|
|
176
|
+
context: __SerdeContext
|
|
177
|
+
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const serializeAws_json1_0DescribeDataIngestionJobCommand: (
|
|
179
|
+
input: DescribeDataIngestionJobCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const serializeAws_json1_0DescribeDatasetCommand: (
|
|
183
|
+
input: DescribeDatasetCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const serializeAws_json1_0DescribeInferenceSchedulerCommand: (
|
|
187
|
+
input: DescribeInferenceSchedulerCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const serializeAws_json1_0DescribeLabelCommand: (
|
|
191
|
+
input: DescribeLabelCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_json1_0DescribeLabelGroupCommand: (
|
|
195
|
+
input: DescribeLabelGroupCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const serializeAws_json1_0DescribeModelCommand: (
|
|
199
|
+
input: DescribeModelCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_json1_0ListDataIngestionJobsCommand: (
|
|
203
|
+
input: ListDataIngestionJobsCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_json1_0ListDatasetsCommand: (
|
|
207
|
+
input: ListDatasetsCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_json1_0ListInferenceEventsCommand: (
|
|
211
|
+
input: ListInferenceEventsCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_json1_0ListInferenceExecutionsCommand: (
|
|
215
|
+
input: ListInferenceExecutionsCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_json1_0ListInferenceSchedulersCommand: (
|
|
219
|
+
input: ListInferenceSchedulersCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_json1_0ListLabelGroupsCommand: (
|
|
223
|
+
input: ListLabelGroupsCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_json1_0ListLabelsCommand: (
|
|
227
|
+
input: ListLabelsCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_json1_0ListModelsCommand: (
|
|
231
|
+
input: ListModelsCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_json1_0ListSensorStatisticsCommand: (
|
|
235
|
+
input: ListSensorStatisticsCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_json1_0ListTagsForResourceCommand: (
|
|
239
|
+
input: ListTagsForResourceCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_json1_0StartDataIngestionJobCommand: (
|
|
243
|
+
input: StartDataIngestionJobCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_json1_0StartInferenceSchedulerCommand: (
|
|
247
|
+
input: StartInferenceSchedulerCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_json1_0StopInferenceSchedulerCommand: (
|
|
251
|
+
input: StopInferenceSchedulerCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_json1_0TagResourceCommand: (
|
|
255
|
+
input: TagResourceCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_json1_0UntagResourceCommand: (
|
|
259
|
+
input: UntagResourceCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_json1_0UpdateInferenceSchedulerCommand: (
|
|
263
|
+
input: UpdateInferenceSchedulerCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_0UpdateLabelGroupCommand: (
|
|
267
|
+
input: UpdateLabelGroupCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const deserializeAws_json1_0CreateDatasetCommand: (
|
|
271
|
+
output: __HttpResponse,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<CreateDatasetCommandOutput>;
|
|
274
|
+
export declare const deserializeAws_json1_0CreateInferenceSchedulerCommand: (
|
|
275
|
+
output: __HttpResponse,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<CreateInferenceSchedulerCommandOutput>;
|
|
278
|
+
export declare const deserializeAws_json1_0CreateLabelCommand: (
|
|
279
|
+
output: __HttpResponse,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<CreateLabelCommandOutput>;
|
|
282
|
+
export declare const deserializeAws_json1_0CreateLabelGroupCommand: (
|
|
283
|
+
output: __HttpResponse,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<CreateLabelGroupCommandOutput>;
|
|
286
|
+
export declare const deserializeAws_json1_0CreateModelCommand: (
|
|
287
|
+
output: __HttpResponse,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<CreateModelCommandOutput>;
|
|
290
|
+
export declare const deserializeAws_json1_0DeleteDatasetCommand: (
|
|
291
|
+
output: __HttpResponse,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<DeleteDatasetCommandOutput>;
|
|
294
|
+
export declare const deserializeAws_json1_0DeleteInferenceSchedulerCommand: (
|
|
295
|
+
output: __HttpResponse,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<DeleteInferenceSchedulerCommandOutput>;
|
|
298
|
+
export declare const deserializeAws_json1_0DeleteLabelCommand: (
|
|
299
|
+
output: __HttpResponse,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<DeleteLabelCommandOutput>;
|
|
302
|
+
export declare const deserializeAws_json1_0DeleteLabelGroupCommand: (
|
|
303
|
+
output: __HttpResponse,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<DeleteLabelGroupCommandOutput>;
|
|
306
|
+
export declare const deserializeAws_json1_0DeleteModelCommand: (
|
|
307
|
+
output: __HttpResponse,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<DeleteModelCommandOutput>;
|
|
310
|
+
export declare const deserializeAws_json1_0DescribeDataIngestionJobCommand: (
|
|
311
|
+
output: __HttpResponse,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<DescribeDataIngestionJobCommandOutput>;
|
|
314
|
+
export declare const deserializeAws_json1_0DescribeDatasetCommand: (
|
|
315
|
+
output: __HttpResponse,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<DescribeDatasetCommandOutput>;
|
|
318
|
+
export declare const deserializeAws_json1_0DescribeInferenceSchedulerCommand: (
|
|
319
|
+
output: __HttpResponse,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<DescribeInferenceSchedulerCommandOutput>;
|
|
322
|
+
export declare const deserializeAws_json1_0DescribeLabelCommand: (
|
|
323
|
+
output: __HttpResponse,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<DescribeLabelCommandOutput>;
|
|
326
|
+
export declare const deserializeAws_json1_0DescribeLabelGroupCommand: (
|
|
327
|
+
output: __HttpResponse,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<DescribeLabelGroupCommandOutput>;
|
|
330
|
+
export declare const deserializeAws_json1_0DescribeModelCommand: (
|
|
331
|
+
output: __HttpResponse,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<DescribeModelCommandOutput>;
|
|
334
|
+
export declare const deserializeAws_json1_0ListDataIngestionJobsCommand: (
|
|
335
|
+
output: __HttpResponse,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<ListDataIngestionJobsCommandOutput>;
|
|
338
|
+
export declare const deserializeAws_json1_0ListDatasetsCommand: (
|
|
339
|
+
output: __HttpResponse,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<ListDatasetsCommandOutput>;
|
|
342
|
+
export declare const deserializeAws_json1_0ListInferenceEventsCommand: (
|
|
343
|
+
output: __HttpResponse,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<ListInferenceEventsCommandOutput>;
|
|
346
|
+
export declare const deserializeAws_json1_0ListInferenceExecutionsCommand: (
|
|
347
|
+
output: __HttpResponse,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<ListInferenceExecutionsCommandOutput>;
|
|
350
|
+
export declare const deserializeAws_json1_0ListInferenceSchedulersCommand: (
|
|
351
|
+
output: __HttpResponse,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<ListInferenceSchedulersCommandOutput>;
|
|
354
|
+
export declare const deserializeAws_json1_0ListLabelGroupsCommand: (
|
|
355
|
+
output: __HttpResponse,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<ListLabelGroupsCommandOutput>;
|
|
358
|
+
export declare const deserializeAws_json1_0ListLabelsCommand: (
|
|
359
|
+
output: __HttpResponse,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<ListLabelsCommandOutput>;
|
|
362
|
+
export declare const deserializeAws_json1_0ListModelsCommand: (
|
|
363
|
+
output: __HttpResponse,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<ListModelsCommandOutput>;
|
|
366
|
+
export declare const deserializeAws_json1_0ListSensorStatisticsCommand: (
|
|
367
|
+
output: __HttpResponse,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<ListSensorStatisticsCommandOutput>;
|
|
370
|
+
export declare const deserializeAws_json1_0ListTagsForResourceCommand: (
|
|
371
|
+
output: __HttpResponse,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
374
|
+
export declare const deserializeAws_json1_0StartDataIngestionJobCommand: (
|
|
375
|
+
output: __HttpResponse,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<StartDataIngestionJobCommandOutput>;
|
|
378
|
+
export declare const deserializeAws_json1_0StartInferenceSchedulerCommand: (
|
|
379
|
+
output: __HttpResponse,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<StartInferenceSchedulerCommandOutput>;
|
|
382
|
+
export declare const deserializeAws_json1_0StopInferenceSchedulerCommand: (
|
|
383
|
+
output: __HttpResponse,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<StopInferenceSchedulerCommandOutput>;
|
|
386
|
+
export declare const deserializeAws_json1_0TagResourceCommand: (
|
|
387
|
+
output: __HttpResponse,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<TagResourceCommandOutput>;
|
|
390
|
+
export declare const deserializeAws_json1_0UntagResourceCommand: (
|
|
391
|
+
output: __HttpResponse,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
394
|
+
export declare const deserializeAws_json1_0UpdateInferenceSchedulerCommand: (
|
|
395
|
+
output: __HttpResponse,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<UpdateInferenceSchedulerCommandOutput>;
|
|
398
|
+
export declare const deserializeAws_json1_0UpdateLabelGroupCommand: (
|
|
399
|
+
output: __HttpResponse,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<UpdateLabelGroupCommandOutput>;
|
|
@@ -1,38 +1,67 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { LookoutEquipmentClientConfig } from "./LookoutEquipmentClient";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { LookoutEquipmentClientConfig } from "./LookoutEquipmentClient";
|
|
3
|
+
export declare const getRuntimeConfig: (
|
|
4
|
+
config: LookoutEquipmentClientConfig
|
|
5
|
+
) => {
|
|
6
|
+
runtime: string;
|
|
7
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
8
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
9
|
+
>;
|
|
10
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
11
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
12
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
13
|
+
credentialDefaultProvider: (
|
|
14
|
+
input: any
|
|
15
|
+
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
16
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
17
|
+
import("@aws-sdk/types").UserAgent
|
|
18
|
+
>;
|
|
19
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
20
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
21
|
+
requestHandler:
|
|
22
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
23
|
+
any,
|
|
24
|
+
any,
|
|
25
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
26
|
+
> &
|
|
27
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
28
|
+
| RequestHandler;
|
|
29
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
30
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
31
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
32
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
33
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
34
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
35
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
36
|
+
apiVersion: string;
|
|
37
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
38
|
+
disableHostPrefix: boolean;
|
|
39
|
+
logger: import("@aws-sdk/types").Logger;
|
|
40
|
+
serviceId: string;
|
|
41
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
42
|
+
endpoint?:
|
|
43
|
+
| string
|
|
44
|
+
| import("@aws-sdk/types").Endpoint
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
46
|
+
| undefined;
|
|
47
|
+
tls?: boolean | undefined;
|
|
48
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
49
|
+
credentials?:
|
|
50
|
+
| import("@aws-sdk/types").Credentials
|
|
51
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
|
|
52
|
+
| undefined;
|
|
53
|
+
signer?:
|
|
54
|
+
| import("@aws-sdk/types").RequestSigner
|
|
55
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
|
|
56
|
+
| undefined;
|
|
57
|
+
signingEscapePath?: boolean | undefined;
|
|
58
|
+
systemClockOffset?: number | undefined;
|
|
59
|
+
signingRegion?: string | undefined;
|
|
60
|
+
signerConstructor?:
|
|
61
|
+
| (new (
|
|
62
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
63
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
64
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
65
|
+
| undefined;
|
|
66
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
67
|
+
};
|