@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,106 +1,303 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
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
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateDatasetCommandInput,
|
|
47
|
+
CreateDatasetCommandOutput,
|
|
48
|
+
} from "./commands/CreateDatasetCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateInferenceSchedulerCommandInput,
|
|
51
|
+
CreateInferenceSchedulerCommandOutput,
|
|
52
|
+
} from "./commands/CreateInferenceSchedulerCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateLabelCommandInput,
|
|
55
|
+
CreateLabelCommandOutput,
|
|
56
|
+
} from "./commands/CreateLabelCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateLabelGroupCommandInput,
|
|
59
|
+
CreateLabelGroupCommandOutput,
|
|
60
|
+
} from "./commands/CreateLabelGroupCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateModelCommandInput,
|
|
63
|
+
CreateModelCommandOutput,
|
|
64
|
+
} from "./commands/CreateModelCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteDatasetCommandInput,
|
|
67
|
+
DeleteDatasetCommandOutput,
|
|
68
|
+
} from "./commands/DeleteDatasetCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteInferenceSchedulerCommandInput,
|
|
71
|
+
DeleteInferenceSchedulerCommandOutput,
|
|
72
|
+
} from "./commands/DeleteInferenceSchedulerCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteLabelCommandInput,
|
|
75
|
+
DeleteLabelCommandOutput,
|
|
76
|
+
} from "./commands/DeleteLabelCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteLabelGroupCommandInput,
|
|
79
|
+
DeleteLabelGroupCommandOutput,
|
|
80
|
+
} from "./commands/DeleteLabelGroupCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteModelCommandInput,
|
|
83
|
+
DeleteModelCommandOutput,
|
|
84
|
+
} from "./commands/DeleteModelCommand";
|
|
85
|
+
import {
|
|
86
|
+
DescribeDataIngestionJobCommandInput,
|
|
87
|
+
DescribeDataIngestionJobCommandOutput,
|
|
88
|
+
} from "./commands/DescribeDataIngestionJobCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeDatasetCommandInput,
|
|
91
|
+
DescribeDatasetCommandOutput,
|
|
92
|
+
} from "./commands/DescribeDatasetCommand";
|
|
93
|
+
import {
|
|
94
|
+
DescribeInferenceSchedulerCommandInput,
|
|
95
|
+
DescribeInferenceSchedulerCommandOutput,
|
|
96
|
+
} from "./commands/DescribeInferenceSchedulerCommand";
|
|
97
|
+
import {
|
|
98
|
+
DescribeLabelCommandInput,
|
|
99
|
+
DescribeLabelCommandOutput,
|
|
100
|
+
} from "./commands/DescribeLabelCommand";
|
|
101
|
+
import {
|
|
102
|
+
DescribeLabelGroupCommandInput,
|
|
103
|
+
DescribeLabelGroupCommandOutput,
|
|
104
|
+
} from "./commands/DescribeLabelGroupCommand";
|
|
105
|
+
import {
|
|
106
|
+
DescribeModelCommandInput,
|
|
107
|
+
DescribeModelCommandOutput,
|
|
108
|
+
} from "./commands/DescribeModelCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListDataIngestionJobsCommandInput,
|
|
111
|
+
ListDataIngestionJobsCommandOutput,
|
|
112
|
+
} from "./commands/ListDataIngestionJobsCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListDatasetsCommandInput,
|
|
115
|
+
ListDatasetsCommandOutput,
|
|
116
|
+
} from "./commands/ListDatasetsCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListInferenceEventsCommandInput,
|
|
119
|
+
ListInferenceEventsCommandOutput,
|
|
120
|
+
} from "./commands/ListInferenceEventsCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListInferenceExecutionsCommandInput,
|
|
123
|
+
ListInferenceExecutionsCommandOutput,
|
|
124
|
+
} from "./commands/ListInferenceExecutionsCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListInferenceSchedulersCommandInput,
|
|
127
|
+
ListInferenceSchedulersCommandOutput,
|
|
128
|
+
} from "./commands/ListInferenceSchedulersCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListLabelGroupsCommandInput,
|
|
131
|
+
ListLabelGroupsCommandOutput,
|
|
132
|
+
} from "./commands/ListLabelGroupsCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListLabelsCommandInput,
|
|
135
|
+
ListLabelsCommandOutput,
|
|
136
|
+
} from "./commands/ListLabelsCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListModelsCommandInput,
|
|
139
|
+
ListModelsCommandOutput,
|
|
140
|
+
} from "./commands/ListModelsCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListSensorStatisticsCommandInput,
|
|
143
|
+
ListSensorStatisticsCommandOutput,
|
|
144
|
+
} from "./commands/ListSensorStatisticsCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListTagsForResourceCommandInput,
|
|
147
|
+
ListTagsForResourceCommandOutput,
|
|
148
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
149
|
+
import {
|
|
150
|
+
StartDataIngestionJobCommandInput,
|
|
151
|
+
StartDataIngestionJobCommandOutput,
|
|
152
|
+
} from "./commands/StartDataIngestionJobCommand";
|
|
153
|
+
import {
|
|
154
|
+
StartInferenceSchedulerCommandInput,
|
|
155
|
+
StartInferenceSchedulerCommandOutput,
|
|
156
|
+
} from "./commands/StartInferenceSchedulerCommand";
|
|
157
|
+
import {
|
|
158
|
+
StopInferenceSchedulerCommandInput,
|
|
159
|
+
StopInferenceSchedulerCommandOutput,
|
|
160
|
+
} from "./commands/StopInferenceSchedulerCommand";
|
|
161
|
+
import {
|
|
162
|
+
TagResourceCommandInput,
|
|
163
|
+
TagResourceCommandOutput,
|
|
164
|
+
} from "./commands/TagResourceCommand";
|
|
165
|
+
import {
|
|
166
|
+
UntagResourceCommandInput,
|
|
167
|
+
UntagResourceCommandOutput,
|
|
168
|
+
} from "./commands/UntagResourceCommand";
|
|
169
|
+
import {
|
|
170
|
+
UpdateInferenceSchedulerCommandInput,
|
|
171
|
+
UpdateInferenceSchedulerCommandOutput,
|
|
172
|
+
} from "./commands/UpdateInferenceSchedulerCommand";
|
|
173
|
+
import {
|
|
174
|
+
UpdateLabelGroupCommandInput,
|
|
175
|
+
UpdateLabelGroupCommandOutput,
|
|
176
|
+
} from "./commands/UpdateLabelGroupCommand";
|
|
177
|
+
export declare type ServiceInputTypes =
|
|
178
|
+
| CreateDatasetCommandInput
|
|
179
|
+
| CreateInferenceSchedulerCommandInput
|
|
180
|
+
| CreateLabelCommandInput
|
|
181
|
+
| CreateLabelGroupCommandInput
|
|
182
|
+
| CreateModelCommandInput
|
|
183
|
+
| DeleteDatasetCommandInput
|
|
184
|
+
| DeleteInferenceSchedulerCommandInput
|
|
185
|
+
| DeleteLabelCommandInput
|
|
186
|
+
| DeleteLabelGroupCommandInput
|
|
187
|
+
| DeleteModelCommandInput
|
|
188
|
+
| DescribeDataIngestionJobCommandInput
|
|
189
|
+
| DescribeDatasetCommandInput
|
|
190
|
+
| DescribeInferenceSchedulerCommandInput
|
|
191
|
+
| DescribeLabelCommandInput
|
|
192
|
+
| DescribeLabelGroupCommandInput
|
|
193
|
+
| DescribeModelCommandInput
|
|
194
|
+
| ListDataIngestionJobsCommandInput
|
|
195
|
+
| ListDatasetsCommandInput
|
|
196
|
+
| ListInferenceEventsCommandInput
|
|
197
|
+
| ListInferenceExecutionsCommandInput
|
|
198
|
+
| ListInferenceSchedulersCommandInput
|
|
199
|
+
| ListLabelGroupsCommandInput
|
|
200
|
+
| ListLabelsCommandInput
|
|
201
|
+
| ListModelsCommandInput
|
|
202
|
+
| ListSensorStatisticsCommandInput
|
|
203
|
+
| ListTagsForResourceCommandInput
|
|
204
|
+
| StartDataIngestionJobCommandInput
|
|
205
|
+
| StartInferenceSchedulerCommandInput
|
|
206
|
+
| StopInferenceSchedulerCommandInput
|
|
207
|
+
| TagResourceCommandInput
|
|
208
|
+
| UntagResourceCommandInput
|
|
209
|
+
| UpdateInferenceSchedulerCommandInput
|
|
210
|
+
| UpdateLabelGroupCommandInput;
|
|
211
|
+
export declare type ServiceOutputTypes =
|
|
212
|
+
| CreateDatasetCommandOutput
|
|
213
|
+
| CreateInferenceSchedulerCommandOutput
|
|
214
|
+
| CreateLabelCommandOutput
|
|
215
|
+
| CreateLabelGroupCommandOutput
|
|
216
|
+
| CreateModelCommandOutput
|
|
217
|
+
| DeleteDatasetCommandOutput
|
|
218
|
+
| DeleteInferenceSchedulerCommandOutput
|
|
219
|
+
| DeleteLabelCommandOutput
|
|
220
|
+
| DeleteLabelGroupCommandOutput
|
|
221
|
+
| DeleteModelCommandOutput
|
|
222
|
+
| DescribeDataIngestionJobCommandOutput
|
|
223
|
+
| DescribeDatasetCommandOutput
|
|
224
|
+
| DescribeInferenceSchedulerCommandOutput
|
|
225
|
+
| DescribeLabelCommandOutput
|
|
226
|
+
| DescribeLabelGroupCommandOutput
|
|
227
|
+
| DescribeModelCommandOutput
|
|
228
|
+
| ListDataIngestionJobsCommandOutput
|
|
229
|
+
| ListDatasetsCommandOutput
|
|
230
|
+
| ListInferenceEventsCommandOutput
|
|
231
|
+
| ListInferenceExecutionsCommandOutput
|
|
232
|
+
| ListInferenceSchedulersCommandOutput
|
|
233
|
+
| ListLabelGroupsCommandOutput
|
|
234
|
+
| ListLabelsCommandOutput
|
|
235
|
+
| ListModelsCommandOutput
|
|
236
|
+
| ListSensorStatisticsCommandOutput
|
|
237
|
+
| ListTagsForResourceCommandOutput
|
|
238
|
+
| StartDataIngestionJobCommandOutput
|
|
239
|
+
| StartInferenceSchedulerCommandOutput
|
|
240
|
+
| StopInferenceSchedulerCommandOutput
|
|
241
|
+
| TagResourceCommandOutput
|
|
242
|
+
| UntagResourceCommandOutput
|
|
243
|
+
| UpdateInferenceSchedulerCommandOutput
|
|
244
|
+
| UpdateLabelGroupCommandOutput;
|
|
245
|
+
export interface ClientDefaults
|
|
246
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
247
|
+
requestHandler?: __HttpHandler;
|
|
248
|
+
sha256?: __HashConstructor;
|
|
249
|
+
urlParser?: __UrlParser;
|
|
250
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
251
|
+
streamCollector?: __StreamCollector;
|
|
252
|
+
base64Decoder?: __Decoder;
|
|
253
|
+
base64Encoder?: __Encoder;
|
|
254
|
+
utf8Decoder?: __Decoder;
|
|
255
|
+
utf8Encoder?: __Encoder;
|
|
256
|
+
runtime?: string;
|
|
257
|
+
disableHostPrefix?: boolean;
|
|
258
|
+
maxAttempts?: number | __Provider<number>;
|
|
259
|
+
retryMode?: string | __Provider<string>;
|
|
260
|
+
logger?: __Logger;
|
|
261
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
262
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
263
|
+
serviceId?: string;
|
|
264
|
+
region?: string | __Provider<string>;
|
|
265
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
266
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
267
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
268
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
269
|
+
}
|
|
270
|
+
declare type LookoutEquipmentClientConfigType = Partial<
|
|
271
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
272
|
+
> &
|
|
273
|
+
ClientDefaults &
|
|
274
|
+
RegionInputConfig &
|
|
275
|
+
EndpointsInputConfig &
|
|
276
|
+
RetryInputConfig &
|
|
277
|
+
HostHeaderInputConfig &
|
|
278
|
+
AwsAuthInputConfig &
|
|
279
|
+
UserAgentInputConfig;
|
|
280
|
+
export interface LookoutEquipmentClientConfig
|
|
281
|
+
extends LookoutEquipmentClientConfigType {}
|
|
282
|
+
declare type LookoutEquipmentClientResolvedConfigType =
|
|
283
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
284
|
+
Required<ClientDefaults> &
|
|
285
|
+
RegionResolvedConfig &
|
|
286
|
+
EndpointsResolvedConfig &
|
|
287
|
+
RetryResolvedConfig &
|
|
288
|
+
HostHeaderResolvedConfig &
|
|
289
|
+
AwsAuthResolvedConfig &
|
|
290
|
+
UserAgentResolvedConfig;
|
|
291
|
+
export interface LookoutEquipmentClientResolvedConfig
|
|
292
|
+
extends LookoutEquipmentClientResolvedConfigType {}
|
|
293
|
+
export declare class LookoutEquipmentClient extends __Client<
|
|
294
|
+
__HttpHandlerOptions,
|
|
295
|
+
ServiceInputTypes,
|
|
296
|
+
ServiceOutputTypes,
|
|
297
|
+
LookoutEquipmentClientResolvedConfig
|
|
298
|
+
> {
|
|
299
|
+
readonly config: LookoutEquipmentClientResolvedConfig;
|
|
300
|
+
constructor(configuration: LookoutEquipmentClientConfig);
|
|
301
|
+
destroy(): void;
|
|
302
|
+
}
|
|
303
|
+
export {};
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateDatasetRequest,
|
|
15
|
+
CreateDatasetResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
|
|
18
|
+
export interface CreateDatasetCommandOutput
|
|
19
|
+
extends CreateDatasetResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateDatasetCommand extends $Command<
|
|
22
|
+
CreateDatasetCommandInput,
|
|
23
|
+
CreateDatasetCommandOutput,
|
|
24
|
+
LookoutEquipmentClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateDatasetCommandInput;
|
|
27
|
+
constructor(input: CreateDatasetCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateDatasetCommandInput, CreateDatasetCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateInferenceSchedulerRequest,
|
|
15
|
+
CreateInferenceSchedulerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateInferenceSchedulerCommandInput
|
|
18
|
+
extends CreateInferenceSchedulerRequest {}
|
|
19
|
+
export interface CreateInferenceSchedulerCommandOutput
|
|
20
|
+
extends CreateInferenceSchedulerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateInferenceSchedulerCommand extends $Command<
|
|
23
|
+
CreateInferenceSchedulerCommandInput,
|
|
24
|
+
CreateInferenceSchedulerCommandOutput,
|
|
25
|
+
LookoutEquipmentClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateInferenceSchedulerCommandInput;
|
|
28
|
+
constructor(input: CreateInferenceSchedulerCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateInferenceSchedulerCommandInput,
|
|
35
|
+
CreateInferenceSchedulerCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import { CreateLabelRequest, CreateLabelResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateLabelCommandInput extends CreateLabelRequest {}
|
|
15
|
+
export interface CreateLabelCommandOutput
|
|
16
|
+
extends CreateLabelResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateLabelCommand extends $Command<
|
|
19
|
+
CreateLabelCommandInput,
|
|
20
|
+
CreateLabelCommandOutput,
|
|
21
|
+
LookoutEquipmentClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateLabelCommandInput;
|
|
24
|
+
constructor(input: CreateLabelCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateLabelCommandInput, CreateLabelCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateLabelGroupRequest,
|
|
15
|
+
CreateLabelGroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateLabelGroupCommandInput extends CreateLabelGroupRequest {}
|
|
18
|
+
export interface CreateLabelGroupCommandOutput
|
|
19
|
+
extends CreateLabelGroupResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateLabelGroupCommand extends $Command<
|
|
22
|
+
CreateLabelGroupCommandInput,
|
|
23
|
+
CreateLabelGroupCommandOutput,
|
|
24
|
+
LookoutEquipmentClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateLabelGroupCommandInput;
|
|
27
|
+
constructor(input: CreateLabelGroupCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|