@aws-sdk/client-iot-events 3.169.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.
Files changed (41) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/IoTEvents.d.ts +472 -135
  3. package/dist-types/ts3.4/IoTEventsClient.d.ts +285 -99
  4. package/dist-types/ts3.4/commands/CreateAlarmModelCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/CreateDetectorModelCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/DeleteAlarmModelCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/DeleteDetectorModelCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/DescribeAlarmModelCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/DescribeDetectorModelAnalysisCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DescribeDetectorModelCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/GetDetectorModelAnalysisResultsCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/ListAlarmModelVersionsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/ListAlarmModelsCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/ListDetectorModelVersionsCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/ListDetectorModelsCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/ListInputRoutingsCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +33 -17
  24. package/dist-types/ts3.4/commands/StartDetectorModelAnalysisCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/UpdateAlarmModelCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/UpdateDetectorModelCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/index.d.ts +26 -26
  31. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  32. package/dist-types/ts3.4/index.d.ts +5 -5
  33. package/dist-types/ts3.4/models/IoTEventsServiceException.d.ts +8 -6
  34. package/dist-types/ts3.4/models/index.d.ts +1 -1
  35. package/dist-types/ts3.4/models/models_0.d.ts +1346 -1245
  36. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +317 -80
  37. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  38. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  39. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  40. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  41. package/package.json +34 -34
@@ -1,99 +1,285 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateAlarmModelCommandInput, CreateAlarmModelCommandOutput } from "./commands/CreateAlarmModelCommand";
10
- import { CreateDetectorModelCommandInput, CreateDetectorModelCommandOutput } from "./commands/CreateDetectorModelCommand";
11
- import { CreateInputCommandInput, CreateInputCommandOutput } from "./commands/CreateInputCommand";
12
- import { DeleteAlarmModelCommandInput, DeleteAlarmModelCommandOutput } from "./commands/DeleteAlarmModelCommand";
13
- import { DeleteDetectorModelCommandInput, DeleteDetectorModelCommandOutput } from "./commands/DeleteDetectorModelCommand";
14
- import { DeleteInputCommandInput, DeleteInputCommandOutput } from "./commands/DeleteInputCommand";
15
- import { DescribeAlarmModelCommandInput, DescribeAlarmModelCommandOutput } from "./commands/DescribeAlarmModelCommand";
16
- import { DescribeDetectorModelAnalysisCommandInput, DescribeDetectorModelAnalysisCommandOutput } from "./commands/DescribeDetectorModelAnalysisCommand";
17
- import { DescribeDetectorModelCommandInput, DescribeDetectorModelCommandOutput } from "./commands/DescribeDetectorModelCommand";
18
- import { DescribeInputCommandInput, DescribeInputCommandOutput } from "./commands/DescribeInputCommand";
19
- import { DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput } from "./commands/DescribeLoggingOptionsCommand";
20
- import { GetDetectorModelAnalysisResultsCommandInput, GetDetectorModelAnalysisResultsCommandOutput } from "./commands/GetDetectorModelAnalysisResultsCommand";
21
- import { ListAlarmModelsCommandInput, ListAlarmModelsCommandOutput } from "./commands/ListAlarmModelsCommand";
22
- import { ListAlarmModelVersionsCommandInput, ListAlarmModelVersionsCommandOutput } from "./commands/ListAlarmModelVersionsCommand";
23
- import { ListDetectorModelsCommandInput, ListDetectorModelsCommandOutput } from "./commands/ListDetectorModelsCommand";
24
- import { ListDetectorModelVersionsCommandInput, ListDetectorModelVersionsCommandOutput } from "./commands/ListDetectorModelVersionsCommand";
25
- import { ListInputRoutingsCommandInput, ListInputRoutingsCommandOutput } from "./commands/ListInputRoutingsCommand";
26
- import { ListInputsCommandInput, ListInputsCommandOutput } from "./commands/ListInputsCommand";
27
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
28
- import { PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput } from "./commands/PutLoggingOptionsCommand";
29
- import { StartDetectorModelAnalysisCommandInput, StartDetectorModelAnalysisCommandOutput } from "./commands/StartDetectorModelAnalysisCommand";
30
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
31
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
32
- import { UpdateAlarmModelCommandInput, UpdateAlarmModelCommandOutput } from "./commands/UpdateAlarmModelCommand";
33
- import { UpdateDetectorModelCommandInput, UpdateDetectorModelCommandOutput } from "./commands/UpdateDetectorModelCommand";
34
- import { UpdateInputCommandInput, UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
35
- export declare type ServiceInputTypes = CreateAlarmModelCommandInput | CreateDetectorModelCommandInput | CreateInputCommandInput | DeleteAlarmModelCommandInput | DeleteDetectorModelCommandInput | DeleteInputCommandInput | DescribeAlarmModelCommandInput | DescribeDetectorModelAnalysisCommandInput | DescribeDetectorModelCommandInput | DescribeInputCommandInput | DescribeLoggingOptionsCommandInput | GetDetectorModelAnalysisResultsCommandInput | ListAlarmModelVersionsCommandInput | ListAlarmModelsCommandInput | ListDetectorModelVersionsCommandInput | ListDetectorModelsCommandInput | ListInputRoutingsCommandInput | ListInputsCommandInput | ListTagsForResourceCommandInput | PutLoggingOptionsCommandInput | StartDetectorModelAnalysisCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAlarmModelCommandInput | UpdateDetectorModelCommandInput | UpdateInputCommandInput;
36
- export declare type ServiceOutputTypes = CreateAlarmModelCommandOutput | CreateDetectorModelCommandOutput | CreateInputCommandOutput | DeleteAlarmModelCommandOutput | DeleteDetectorModelCommandOutput | DeleteInputCommandOutput | DescribeAlarmModelCommandOutput | DescribeDetectorModelAnalysisCommandOutput | DescribeDetectorModelCommandOutput | DescribeInputCommandOutput | DescribeLoggingOptionsCommandOutput | GetDetectorModelAnalysisResultsCommandOutput | ListAlarmModelVersionsCommandOutput | ListAlarmModelsCommandOutput | ListDetectorModelVersionsCommandOutput | ListDetectorModelsCommandOutput | ListInputRoutingsCommandOutput | ListInputsCommandOutput | ListTagsForResourceCommandOutput | PutLoggingOptionsCommandOutput | StartDetectorModelAnalysisCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAlarmModelCommandOutput | UpdateDetectorModelCommandOutput | UpdateInputCommandOutput;
37
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
38
-
39
- requestHandler?: __HttpHandler;
40
-
41
- sha256?: __HashConstructor;
42
-
43
- urlParser?: __UrlParser;
44
-
45
- bodyLengthChecker?: __BodyLengthCalculator;
46
-
47
- streamCollector?: __StreamCollector;
48
-
49
- base64Decoder?: __Decoder;
50
-
51
- base64Encoder?: __Encoder;
52
-
53
- utf8Decoder?: __Decoder;
54
-
55
- utf8Encoder?: __Encoder;
56
-
57
- runtime?: string;
58
-
59
- disableHostPrefix?: boolean;
60
-
61
- maxAttempts?: number | __Provider<number>;
62
-
63
- retryMode?: string | __Provider<string>;
64
-
65
- logger?: __Logger;
66
-
67
- useDualstackEndpoint?: boolean | __Provider<boolean>;
68
-
69
- useFipsEndpoint?: boolean | __Provider<boolean>;
70
-
71
- serviceId?: string;
72
-
73
- region?: string | __Provider<string>;
74
-
75
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
76
-
77
- regionInfoProvider?: RegionInfoProvider;
78
-
79
- defaultUserAgentProvider?: Provider<__UserAgent>;
80
-
81
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
82
- }
83
- declare type IoTEventsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
84
-
85
- export interface IoTEventsClientConfig extends IoTEventsClientConfigType {
86
- }
87
- declare type IoTEventsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
88
-
89
- export interface IoTEventsClientResolvedConfig extends IoTEventsClientResolvedConfigType {
90
- }
91
-
92
- export declare class IoTEventsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTEventsClientResolvedConfig> {
93
-
94
- readonly config: IoTEventsClientResolvedConfig;
95
- constructor(configuration: IoTEventsClientConfig);
96
-
97
- destroy(): void;
98
- }
99
- export {};
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
+
207
+ sha256?: __HashConstructor;
208
+
209
+ urlParser?: __UrlParser;
210
+
211
+ bodyLengthChecker?: __BodyLengthCalculator;
212
+
213
+ streamCollector?: __StreamCollector;
214
+
215
+ base64Decoder?: __Decoder;
216
+
217
+ base64Encoder?: __Encoder;
218
+
219
+ utf8Decoder?: __Decoder;
220
+
221
+ utf8Encoder?: __Encoder;
222
+
223
+ runtime?: string;
224
+
225
+ disableHostPrefix?: boolean;
226
+
227
+ maxAttempts?: number | __Provider<number>;
228
+
229
+ retryMode?: string | __Provider<string>;
230
+
231
+ logger?: __Logger;
232
+
233
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
234
+
235
+ useFipsEndpoint?: boolean | __Provider<boolean>;
236
+
237
+ serviceId?: string;
238
+
239
+ region?: string | __Provider<string>;
240
+
241
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
242
+
243
+ regionInfoProvider?: RegionInfoProvider;
244
+
245
+ defaultUserAgentProvider?: Provider<__UserAgent>;
246
+
247
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
248
+ }
249
+ declare type IoTEventsClientConfigType = Partial<
250
+ __SmithyConfiguration<__HttpHandlerOptions>
251
+ > &
252
+ ClientDefaults &
253
+ RegionInputConfig &
254
+ EndpointsInputConfig &
255
+ RetryInputConfig &
256
+ HostHeaderInputConfig &
257
+ AwsAuthInputConfig &
258
+ UserAgentInputConfig;
259
+
260
+ export interface IoTEventsClientConfig extends IoTEventsClientConfigType {}
261
+ declare type IoTEventsClientResolvedConfigType =
262
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
263
+ Required<ClientDefaults> &
264
+ RegionResolvedConfig &
265
+ EndpointsResolvedConfig &
266
+ RetryResolvedConfig &
267
+ HostHeaderResolvedConfig &
268
+ AwsAuthResolvedConfig &
269
+ UserAgentResolvedConfig;
270
+
271
+ export interface IoTEventsClientResolvedConfig
272
+ extends IoTEventsClientResolvedConfigType {}
273
+
274
+ export declare class IoTEventsClient extends __Client<
275
+ __HttpHandlerOptions,
276
+ ServiceInputTypes,
277
+ ServiceOutputTypes,
278
+ IoTEventsClientResolvedConfig
279
+ > {
280
+ readonly config: IoTEventsClientResolvedConfig;
281
+ constructor(configuration: IoTEventsClientConfig);
282
+
283
+ destroy(): void;
284
+ }
285
+ export {};
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
4
- import { CreateAlarmModelRequest, CreateAlarmModelResponse } from "../models/models_0";
5
- export interface CreateAlarmModelCommandInput extends CreateAlarmModelRequest {
6
- }
7
- export interface CreateAlarmModelCommandOutput extends CreateAlarmModelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAlarmModelCommand extends $Command<CreateAlarmModelCommandInput, CreateAlarmModelCommandOutput, IoTEventsClientResolvedConfig> {
11
- readonly input: CreateAlarmModelCommandInput;
12
- constructor(input: CreateAlarmModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAlarmModelCommandInput, CreateAlarmModelCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
22
+ export declare class CreateAlarmModelCommand extends $Command<
23
+ CreateAlarmModelCommandInput,
24
+ CreateAlarmModelCommandOutput,
25
+ IoTEventsClientResolvedConfig
26
+ > {
27
+ readonly input: CreateAlarmModelCommandInput;
28
+ constructor(input: CreateAlarmModelCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: IoTEventsClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateAlarmModelCommandInput, CreateAlarmModelCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
4
- import { CreateDetectorModelRequest, CreateDetectorModelResponse } from "../models/models_0";
5
- export interface CreateDetectorModelCommandInput extends CreateDetectorModelRequest {
6
- }
7
- export interface CreateDetectorModelCommandOutput extends CreateDetectorModelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDetectorModelCommand extends $Command<CreateDetectorModelCommandInput, CreateDetectorModelCommandOutput, IoTEventsClientResolvedConfig> {
11
- readonly input: CreateDetectorModelCommandInput;
12
- constructor(input: CreateDetectorModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDetectorModelCommandInput, CreateDetectorModelCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class CreateDetectorModelCommand extends $Command<
24
+ CreateDetectorModelCommandInput,
25
+ CreateDetectorModelCommandOutput,
26
+ IoTEventsClientResolvedConfig
27
+ > {
28
+ readonly input: CreateDetectorModelCommandInput;
29
+ constructor(input: CreateDetectorModelCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: IoTEventsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateDetectorModelCommandInput, CreateDetectorModelCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
4
- import { CreateInputRequest, CreateInputResponse } from "../models/models_0";
5
- export interface CreateInputCommandInput extends CreateInputRequest {
6
- }
7
- export interface CreateInputCommandOutput extends CreateInputResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateInputCommand extends $Command<CreateInputCommandInput, CreateInputCommandOutput, IoTEventsClientResolvedConfig> {
11
- readonly input: CreateInputCommandInput;
12
- constructor(input: CreateInputCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInputCommandInput, CreateInputCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
19
+ export declare class CreateInputCommand extends $Command<
20
+ CreateInputCommandInput,
21
+ CreateInputCommandOutput,
22
+ IoTEventsClientResolvedConfig
23
+ > {
24
+ readonly input: CreateInputCommandInput;
25
+ constructor(input: CreateInputCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: IoTEventsClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateInputCommandInput, CreateInputCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
4
- import { DeleteAlarmModelRequest, DeleteAlarmModelResponse } from "../models/models_0";
5
- export interface DeleteAlarmModelCommandInput extends DeleteAlarmModelRequest {
6
- }
7
- export interface DeleteAlarmModelCommandOutput extends DeleteAlarmModelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteAlarmModelCommand extends $Command<DeleteAlarmModelCommandInput, DeleteAlarmModelCommandOutput, IoTEventsClientResolvedConfig> {
11
- readonly input: DeleteAlarmModelCommandInput;
12
- constructor(input: DeleteAlarmModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAlarmModelCommandInput, DeleteAlarmModelCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
22
+ export declare class DeleteAlarmModelCommand extends $Command<
23
+ DeleteAlarmModelCommandInput,
24
+ DeleteAlarmModelCommandOutput,
25
+ IoTEventsClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteAlarmModelCommandInput;
28
+ constructor(input: DeleteAlarmModelCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: IoTEventsClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteAlarmModelCommandInput, DeleteAlarmModelCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }