@aws-sdk/client-iot-events 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/IoTEvents.d.ts +446 -135
- package/dist-types/ts3.4/IoTEventsClient.d.ts +260 -99
- package/dist-types/ts3.4/commands/CreateAlarmModelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDetectorModelCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAlarmModelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDetectorModelCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAlarmModelCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDetectorModelAnalysisCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDetectorModelCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDetectorModelAnalysisResultsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAlarmModelVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAlarmModelsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDetectorModelVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDetectorModelsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListInputRoutingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/StartDetectorModelAnalysisCommand.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/UpdateAlarmModelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDetectorModelCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +26 -26
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/IoTEventsServiceException.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 +953 -1245
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +317 -80
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,99 +1,260 @@
|
|
|
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
|
-
|
|
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
|
+
CreateAlarmModelCommandInput,
|
|
47
|
+
CreateAlarmModelCommandOutput,
|
|
48
|
+
} from "./commands/CreateAlarmModelCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateDetectorModelCommandInput,
|
|
51
|
+
CreateDetectorModelCommandOutput,
|
|
52
|
+
} from "./commands/CreateDetectorModelCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateInputCommandInput,
|
|
55
|
+
CreateInputCommandOutput,
|
|
56
|
+
} from "./commands/CreateInputCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteAlarmModelCommandInput,
|
|
59
|
+
DeleteAlarmModelCommandOutput,
|
|
60
|
+
} from "./commands/DeleteAlarmModelCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteDetectorModelCommandInput,
|
|
63
|
+
DeleteDetectorModelCommandOutput,
|
|
64
|
+
} from "./commands/DeleteDetectorModelCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteInputCommandInput,
|
|
67
|
+
DeleteInputCommandOutput,
|
|
68
|
+
} from "./commands/DeleteInputCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeAlarmModelCommandInput,
|
|
71
|
+
DescribeAlarmModelCommandOutput,
|
|
72
|
+
} from "./commands/DescribeAlarmModelCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeDetectorModelAnalysisCommandInput,
|
|
75
|
+
DescribeDetectorModelAnalysisCommandOutput,
|
|
76
|
+
} from "./commands/DescribeDetectorModelAnalysisCommand";
|
|
77
|
+
import {
|
|
78
|
+
DescribeDetectorModelCommandInput,
|
|
79
|
+
DescribeDetectorModelCommandOutput,
|
|
80
|
+
} from "./commands/DescribeDetectorModelCommand";
|
|
81
|
+
import {
|
|
82
|
+
DescribeInputCommandInput,
|
|
83
|
+
DescribeInputCommandOutput,
|
|
84
|
+
} from "./commands/DescribeInputCommand";
|
|
85
|
+
import {
|
|
86
|
+
DescribeLoggingOptionsCommandInput,
|
|
87
|
+
DescribeLoggingOptionsCommandOutput,
|
|
88
|
+
} from "./commands/DescribeLoggingOptionsCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetDetectorModelAnalysisResultsCommandInput,
|
|
91
|
+
GetDetectorModelAnalysisResultsCommandOutput,
|
|
92
|
+
} from "./commands/GetDetectorModelAnalysisResultsCommand";
|
|
93
|
+
import {
|
|
94
|
+
ListAlarmModelsCommandInput,
|
|
95
|
+
ListAlarmModelsCommandOutput,
|
|
96
|
+
} from "./commands/ListAlarmModelsCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListAlarmModelVersionsCommandInput,
|
|
99
|
+
ListAlarmModelVersionsCommandOutput,
|
|
100
|
+
} from "./commands/ListAlarmModelVersionsCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListDetectorModelsCommandInput,
|
|
103
|
+
ListDetectorModelsCommandOutput,
|
|
104
|
+
} from "./commands/ListDetectorModelsCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListDetectorModelVersionsCommandInput,
|
|
107
|
+
ListDetectorModelVersionsCommandOutput,
|
|
108
|
+
} from "./commands/ListDetectorModelVersionsCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListInputRoutingsCommandInput,
|
|
111
|
+
ListInputRoutingsCommandOutput,
|
|
112
|
+
} from "./commands/ListInputRoutingsCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListInputsCommandInput,
|
|
115
|
+
ListInputsCommandOutput,
|
|
116
|
+
} from "./commands/ListInputsCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListTagsForResourceCommandInput,
|
|
119
|
+
ListTagsForResourceCommandOutput,
|
|
120
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
121
|
+
import {
|
|
122
|
+
PutLoggingOptionsCommandInput,
|
|
123
|
+
PutLoggingOptionsCommandOutput,
|
|
124
|
+
} from "./commands/PutLoggingOptionsCommand";
|
|
125
|
+
import {
|
|
126
|
+
StartDetectorModelAnalysisCommandInput,
|
|
127
|
+
StartDetectorModelAnalysisCommandOutput,
|
|
128
|
+
} from "./commands/StartDetectorModelAnalysisCommand";
|
|
129
|
+
import {
|
|
130
|
+
TagResourceCommandInput,
|
|
131
|
+
TagResourceCommandOutput,
|
|
132
|
+
} from "./commands/TagResourceCommand";
|
|
133
|
+
import {
|
|
134
|
+
UntagResourceCommandInput,
|
|
135
|
+
UntagResourceCommandOutput,
|
|
136
|
+
} from "./commands/UntagResourceCommand";
|
|
137
|
+
import {
|
|
138
|
+
UpdateAlarmModelCommandInput,
|
|
139
|
+
UpdateAlarmModelCommandOutput,
|
|
140
|
+
} from "./commands/UpdateAlarmModelCommand";
|
|
141
|
+
import {
|
|
142
|
+
UpdateDetectorModelCommandInput,
|
|
143
|
+
UpdateDetectorModelCommandOutput,
|
|
144
|
+
} from "./commands/UpdateDetectorModelCommand";
|
|
145
|
+
import {
|
|
146
|
+
UpdateInputCommandInput,
|
|
147
|
+
UpdateInputCommandOutput,
|
|
148
|
+
} from "./commands/UpdateInputCommand";
|
|
149
|
+
export declare type ServiceInputTypes =
|
|
150
|
+
| CreateAlarmModelCommandInput
|
|
151
|
+
| CreateDetectorModelCommandInput
|
|
152
|
+
| CreateInputCommandInput
|
|
153
|
+
| DeleteAlarmModelCommandInput
|
|
154
|
+
| DeleteDetectorModelCommandInput
|
|
155
|
+
| DeleteInputCommandInput
|
|
156
|
+
| DescribeAlarmModelCommandInput
|
|
157
|
+
| DescribeDetectorModelAnalysisCommandInput
|
|
158
|
+
| DescribeDetectorModelCommandInput
|
|
159
|
+
| DescribeInputCommandInput
|
|
160
|
+
| DescribeLoggingOptionsCommandInput
|
|
161
|
+
| GetDetectorModelAnalysisResultsCommandInput
|
|
162
|
+
| ListAlarmModelVersionsCommandInput
|
|
163
|
+
| ListAlarmModelsCommandInput
|
|
164
|
+
| ListDetectorModelVersionsCommandInput
|
|
165
|
+
| ListDetectorModelsCommandInput
|
|
166
|
+
| ListInputRoutingsCommandInput
|
|
167
|
+
| ListInputsCommandInput
|
|
168
|
+
| ListTagsForResourceCommandInput
|
|
169
|
+
| PutLoggingOptionsCommandInput
|
|
170
|
+
| StartDetectorModelAnalysisCommandInput
|
|
171
|
+
| TagResourceCommandInput
|
|
172
|
+
| UntagResourceCommandInput
|
|
173
|
+
| UpdateAlarmModelCommandInput
|
|
174
|
+
| UpdateDetectorModelCommandInput
|
|
175
|
+
| UpdateInputCommandInput;
|
|
176
|
+
export declare type ServiceOutputTypes =
|
|
177
|
+
| CreateAlarmModelCommandOutput
|
|
178
|
+
| CreateDetectorModelCommandOutput
|
|
179
|
+
| CreateInputCommandOutput
|
|
180
|
+
| DeleteAlarmModelCommandOutput
|
|
181
|
+
| DeleteDetectorModelCommandOutput
|
|
182
|
+
| DeleteInputCommandOutput
|
|
183
|
+
| DescribeAlarmModelCommandOutput
|
|
184
|
+
| DescribeDetectorModelAnalysisCommandOutput
|
|
185
|
+
| DescribeDetectorModelCommandOutput
|
|
186
|
+
| DescribeInputCommandOutput
|
|
187
|
+
| DescribeLoggingOptionsCommandOutput
|
|
188
|
+
| GetDetectorModelAnalysisResultsCommandOutput
|
|
189
|
+
| ListAlarmModelVersionsCommandOutput
|
|
190
|
+
| ListAlarmModelsCommandOutput
|
|
191
|
+
| ListDetectorModelVersionsCommandOutput
|
|
192
|
+
| ListDetectorModelsCommandOutput
|
|
193
|
+
| ListInputRoutingsCommandOutput
|
|
194
|
+
| ListInputsCommandOutput
|
|
195
|
+
| ListTagsForResourceCommandOutput
|
|
196
|
+
| PutLoggingOptionsCommandOutput
|
|
197
|
+
| StartDetectorModelAnalysisCommandOutput
|
|
198
|
+
| TagResourceCommandOutput
|
|
199
|
+
| UntagResourceCommandOutput
|
|
200
|
+
| UpdateAlarmModelCommandOutput
|
|
201
|
+
| UpdateDetectorModelCommandOutput
|
|
202
|
+
| UpdateInputCommandOutput;
|
|
203
|
+
export interface ClientDefaults
|
|
204
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
205
|
+
requestHandler?: __HttpHandler;
|
|
206
|
+
sha256?: __HashConstructor;
|
|
207
|
+
urlParser?: __UrlParser;
|
|
208
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
209
|
+
streamCollector?: __StreamCollector;
|
|
210
|
+
base64Decoder?: __Decoder;
|
|
211
|
+
base64Encoder?: __Encoder;
|
|
212
|
+
utf8Decoder?: __Decoder;
|
|
213
|
+
utf8Encoder?: __Encoder;
|
|
214
|
+
runtime?: string;
|
|
215
|
+
disableHostPrefix?: boolean;
|
|
216
|
+
maxAttempts?: number | __Provider<number>;
|
|
217
|
+
retryMode?: string | __Provider<string>;
|
|
218
|
+
logger?: __Logger;
|
|
219
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
220
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
221
|
+
serviceId?: string;
|
|
222
|
+
region?: string | __Provider<string>;
|
|
223
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
224
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
225
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
226
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
227
|
+
}
|
|
228
|
+
declare type IoTEventsClientConfigType = Partial<
|
|
229
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
230
|
+
> &
|
|
231
|
+
ClientDefaults &
|
|
232
|
+
RegionInputConfig &
|
|
233
|
+
EndpointsInputConfig &
|
|
234
|
+
RetryInputConfig &
|
|
235
|
+
HostHeaderInputConfig &
|
|
236
|
+
AwsAuthInputConfig &
|
|
237
|
+
UserAgentInputConfig;
|
|
238
|
+
export interface IoTEventsClientConfig extends IoTEventsClientConfigType {}
|
|
239
|
+
declare type IoTEventsClientResolvedConfigType =
|
|
240
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
241
|
+
Required<ClientDefaults> &
|
|
242
|
+
RegionResolvedConfig &
|
|
243
|
+
EndpointsResolvedConfig &
|
|
244
|
+
RetryResolvedConfig &
|
|
245
|
+
HostHeaderResolvedConfig &
|
|
246
|
+
AwsAuthResolvedConfig &
|
|
247
|
+
UserAgentResolvedConfig;
|
|
248
|
+
export interface IoTEventsClientResolvedConfig
|
|
249
|
+
extends IoTEventsClientResolvedConfigType {}
|
|
250
|
+
export declare class IoTEventsClient extends __Client<
|
|
251
|
+
__HttpHandlerOptions,
|
|
252
|
+
ServiceInputTypes,
|
|
253
|
+
ServiceOutputTypes,
|
|
254
|
+
IoTEventsClientResolvedConfig
|
|
255
|
+
> {
|
|
256
|
+
readonly config: IoTEventsClientResolvedConfig;
|
|
257
|
+
constructor(configuration: IoTEventsClientConfig);
|
|
258
|
+
destroy(): void;
|
|
259
|
+
}
|
|
260
|
+
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
|
+
IoTEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTEventsClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateAlarmModelRequest,
|
|
15
|
+
CreateAlarmModelResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateAlarmModelCommandInput extends CreateAlarmModelRequest {}
|
|
18
|
+
export interface CreateAlarmModelCommandOutput
|
|
19
|
+
extends CreateAlarmModelResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateAlarmModelCommand extends $Command<
|
|
22
|
+
CreateAlarmModelCommandInput,
|
|
23
|
+
CreateAlarmModelCommandOutput,
|
|
24
|
+
IoTEventsClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateAlarmModelCommandInput;
|
|
27
|
+
constructor(input: CreateAlarmModelCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTEventsClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateAlarmModelCommandInput, CreateAlarmModelCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
IoTEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTEventsClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateDetectorModelRequest,
|
|
15
|
+
CreateDetectorModelResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDetectorModelCommandInput
|
|
18
|
+
extends CreateDetectorModelRequest {}
|
|
19
|
+
export interface CreateDetectorModelCommandOutput
|
|
20
|
+
extends CreateDetectorModelResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateDetectorModelCommand extends $Command<
|
|
23
|
+
CreateDetectorModelCommandInput,
|
|
24
|
+
CreateDetectorModelCommandOutput,
|
|
25
|
+
IoTEventsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateDetectorModelCommandInput;
|
|
28
|
+
constructor(input: CreateDetectorModelCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTEventsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateDetectorModelCommandInput, CreateDetectorModelCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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
|
+
IoTEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTEventsClient";
|
|
13
|
+
import { CreateInputRequest, CreateInputResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateInputCommandInput extends CreateInputRequest {}
|
|
15
|
+
export interface CreateInputCommandOutput
|
|
16
|
+
extends CreateInputResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateInputCommand extends $Command<
|
|
19
|
+
CreateInputCommandInput,
|
|
20
|
+
CreateInputCommandOutput,
|
|
21
|
+
IoTEventsClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateInputCommandInput;
|
|
24
|
+
constructor(input: CreateInputCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IoTEventsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateInputCommandInput, CreateInputCommandOutput>;
|
|
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
|
+
IoTEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTEventsClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteAlarmModelRequest,
|
|
15
|
+
DeleteAlarmModelResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteAlarmModelCommandInput extends DeleteAlarmModelRequest {}
|
|
18
|
+
export interface DeleteAlarmModelCommandOutput
|
|
19
|
+
extends DeleteAlarmModelResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteAlarmModelCommand extends $Command<
|
|
22
|
+
DeleteAlarmModelCommandInput,
|
|
23
|
+
DeleteAlarmModelCommandOutput,
|
|
24
|
+
IoTEventsClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteAlarmModelCommandInput;
|
|
27
|
+
constructor(input: DeleteAlarmModelCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTEventsClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteAlarmModelCommandInput, DeleteAlarmModelCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
IoTEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTEventsClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteDetectorModelRequest,
|
|
15
|
+
DeleteDetectorModelResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDetectorModelCommandInput
|
|
18
|
+
extends DeleteDetectorModelRequest {}
|
|
19
|
+
export interface DeleteDetectorModelCommandOutput
|
|
20
|
+
extends DeleteDetectorModelResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteDetectorModelCommand extends $Command<
|
|
23
|
+
DeleteDetectorModelCommandInput,
|
|
24
|
+
DeleteDetectorModelCommandOutput,
|
|
25
|
+
IoTEventsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteDetectorModelCommandInput;
|
|
28
|
+
constructor(input: DeleteDetectorModelCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTEventsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DeleteDetectorModelCommandInput, DeleteDetectorModelCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|