@aws-sdk/client-iot-events 3.533.0 → 3.535.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/dist-types/IoTEvents.d.ts +5 -1
- package/dist-types/IoTEventsClient.d.ts +1 -1
- package/dist-types/commands/CreateAlarmModelCommand.d.ts +2 -1
- package/dist-types/commands/CreateDetectorModelCommand.d.ts +2 -1
- package/dist-types/commands/CreateInputCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAlarmModelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDetectorModelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInputCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAlarmModelCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDetectorModelAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDetectorModelCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInputCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +2 -1
- package/dist-types/commands/GetDetectorModelAnalysisResultsCommand.d.ts +2 -1
- package/dist-types/commands/ListAlarmModelVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListAlarmModelsCommand.d.ts +2 -1
- package/dist-types/commands/ListDetectorModelVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListDetectorModelsCommand.d.ts +2 -1
- package/dist-types/commands/ListInputRoutingsCommand.d.ts +2 -1
- package/dist-types/commands/ListInputsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +2 -1
- package/dist-types/commands/StartDetectorModelAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAlarmModelCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDetectorModelCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInputCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +378 -378
- package/dist-types/ts3.4/IoTEvents.d.ts +4 -0
- package/dist-types/ts3.4/commands/CreateAlarmModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDetectorModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAlarmModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDetectorModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAlarmModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDetectorModelAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDetectorModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDetectorModelAnalysisResultsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAlarmModelVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAlarmModelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDetectorModelVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDetectorModelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInputRoutingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDetectorModelAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAlarmModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDetectorModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -90,6 +90,7 @@ export interface IoTEvents {
|
|
|
90
90
|
/**
|
|
91
91
|
* @see {@link DescribeLoggingOptionsCommand}
|
|
92
92
|
*/
|
|
93
|
+
describeLoggingOptions(): Promise<DescribeLoggingOptionsCommandOutput>;
|
|
93
94
|
describeLoggingOptions(args: DescribeLoggingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoggingOptionsCommandOutput>;
|
|
94
95
|
describeLoggingOptions(args: DescribeLoggingOptionsCommandInput, cb: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void): void;
|
|
95
96
|
describeLoggingOptions(args: DescribeLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void): void;
|
|
@@ -102,6 +103,7 @@ export interface IoTEvents {
|
|
|
102
103
|
/**
|
|
103
104
|
* @see {@link ListAlarmModelsCommand}
|
|
104
105
|
*/
|
|
106
|
+
listAlarmModels(): Promise<ListAlarmModelsCommandOutput>;
|
|
105
107
|
listAlarmModels(args: ListAlarmModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListAlarmModelsCommandOutput>;
|
|
106
108
|
listAlarmModels(args: ListAlarmModelsCommandInput, cb: (err: any, data?: ListAlarmModelsCommandOutput) => void): void;
|
|
107
109
|
listAlarmModels(args: ListAlarmModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAlarmModelsCommandOutput) => void): void;
|
|
@@ -114,6 +116,7 @@ export interface IoTEvents {
|
|
|
114
116
|
/**
|
|
115
117
|
* @see {@link ListDetectorModelsCommand}
|
|
116
118
|
*/
|
|
119
|
+
listDetectorModels(): Promise<ListDetectorModelsCommandOutput>;
|
|
117
120
|
listDetectorModels(args: ListDetectorModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListDetectorModelsCommandOutput>;
|
|
118
121
|
listDetectorModels(args: ListDetectorModelsCommandInput, cb: (err: any, data?: ListDetectorModelsCommandOutput) => void): void;
|
|
119
122
|
listDetectorModels(args: ListDetectorModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDetectorModelsCommandOutput) => void): void;
|
|
@@ -132,6 +135,7 @@ export interface IoTEvents {
|
|
|
132
135
|
/**
|
|
133
136
|
* @see {@link ListInputsCommand}
|
|
134
137
|
*/
|
|
138
|
+
listInputs(): Promise<ListInputsCommandOutput>;
|
|
135
139
|
listInputs(args: ListInputsCommandInput, options?: __HttpHandlerOptions): Promise<ListInputsCommandOutput>;
|
|
136
140
|
listInputs(args: ListInputsCommandInput, cb: (err: any, data?: ListInputsCommandOutput) => void): void;
|
|
137
141
|
listInputs(args: ListInputsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInputsCommandOutput) => void): void;
|
|
@@ -185,10 +189,10 @@ export interface IoTEvents {
|
|
|
185
189
|
updateInput(args: UpdateInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInputCommandOutput) => void): void;
|
|
186
190
|
}
|
|
187
191
|
/**
|
|
188
|
-
* @public
|
|
189
192
|
* <p>AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and
|
|
190
193
|
* triggers actions when such events occur. You can use AWS IoT Events API operations to create, read,
|
|
191
194
|
* update, and delete inputs and detector models, and to list their versions.</p>
|
|
195
|
+
* @public
|
|
192
196
|
*/
|
|
193
197
|
export declare class IoTEvents extends IoTEventsClient implements IoTEvents {
|
|
194
198
|
}
|
|
@@ -177,10 +177,10 @@ export type IoTEventsClientResolvedConfigType = __SmithyResolvedConfiguration<__
|
|
|
177
177
|
export interface IoTEventsClientResolvedConfig extends IoTEventsClientResolvedConfigType {
|
|
178
178
|
}
|
|
179
179
|
/**
|
|
180
|
-
* @public
|
|
181
180
|
* <p>AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and
|
|
182
181
|
* triggers actions when such events occur. You can use AWS IoT Events API operations to create, read,
|
|
183
182
|
* update, and delete inputs and detector models, and to list their versions.</p>
|
|
183
|
+
* @public
|
|
184
184
|
*/
|
|
185
185
|
export declare class IoTEventsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTEventsClientResolvedConfig> {
|
|
186
186
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateAlarmModelCommandOutput extends CreateAlarmModelResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateAlarmModelCommand_base: {
|
|
24
24
|
new (input: CreateAlarmModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAlarmModelCommandInput, CreateAlarmModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateAlarmModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAlarmModelCommandInput, CreateAlarmModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an alarm model to monitor an AWS IoT Events input attribute. You can use the alarm to get
|
|
30
30
|
* notified when the value is outside a specified range. For more information, see <a href="https://docs.aws.amazon.com/iotevents/latest/developerguide/create-alarms.html">Create an
|
|
31
31
|
* alarm model</a> in the <i>AWS IoT Events Developer Guide</i>.</p>
|
|
@@ -232,6 +232,7 @@ declare const CreateAlarmModelCommand_base: {
|
|
|
232
232
|
* @throws {@link IoTEventsServiceException}
|
|
233
233
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
234
234
|
*
|
|
235
|
+
* @public
|
|
235
236
|
*/
|
|
236
237
|
export declare class CreateAlarmModelCommand extends CreateAlarmModelCommand_base {
|
|
237
238
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDetectorModelCommandOutput extends CreateDetectorModelRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDetectorModelCommand_base: {
|
|
24
24
|
new (input: CreateDetectorModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDetectorModelCommandInput, CreateDetectorModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDetectorModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDetectorModelCommandInput, CreateDetectorModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a detector model.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -469,6 +469,7 @@ declare const CreateDetectorModelCommand_base: {
|
|
|
469
469
|
* @throws {@link IoTEventsServiceException}
|
|
470
470
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
471
471
|
*
|
|
472
|
+
* @public
|
|
472
473
|
*/
|
|
473
474
|
export declare class CreateDetectorModelCommand extends CreateDetectorModelCommand_base {
|
|
474
475
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateInputCommandOutput extends CreateInputResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateInputCommand_base: {
|
|
24
24
|
new (input: CreateInputCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInputCommandInput, CreateInputCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateInputCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInputCommandInput, CreateInputCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an input.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -89,6 +89,7 @@ declare const CreateInputCommand_base: {
|
|
|
89
89
|
* @throws {@link IoTEventsServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class CreateInputCommand extends CreateInputCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteAlarmModelCommandOutput extends DeleteAlarmModelResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteAlarmModelCommand_base: {
|
|
24
24
|
new (input: DeleteAlarmModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAlarmModelCommandInput, DeleteAlarmModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteAlarmModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAlarmModelCommandInput, DeleteAlarmModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an alarm model. Any alarm instances that were created based on this alarm model
|
|
30
30
|
* are also deleted. This action can't be undone.</p>
|
|
31
31
|
* @example
|
|
@@ -70,6 +70,7 @@ declare const DeleteAlarmModelCommand_base: {
|
|
|
70
70
|
* @throws {@link IoTEventsServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteAlarmModelCommand extends DeleteAlarmModelCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDetectorModelCommandOutput extends DeleteDetectorModelRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDetectorModelCommand_base: {
|
|
24
24
|
new (input: DeleteDetectorModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDetectorModelCommandInput, DeleteDetectorModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDetectorModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDetectorModelCommandInput, DeleteDetectorModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a detector model. Any active instances of the detector model are also
|
|
30
30
|
* deleted.</p>
|
|
31
31
|
* @example
|
|
@@ -70,6 +70,7 @@ declare const DeleteDetectorModelCommand_base: {
|
|
|
70
70
|
* @throws {@link IoTEventsServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteDetectorModelCommand extends DeleteDetectorModelCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteInputCommandOutput extends DeleteInputResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteInputCommand_base: {
|
|
24
24
|
new (input: DeleteInputCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInputCommandInput, DeleteInputCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteInputCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInputCommandInput, DeleteInputCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an input.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const DeleteInputCommand_base: {
|
|
|
69
69
|
* @throws {@link IoTEventsServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteInputCommand extends DeleteInputCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeAlarmModelCommandOutput extends DescribeAlarmModelRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAlarmModelCommand_base: {
|
|
24
24
|
new (input: DescribeAlarmModelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAlarmModelCommandInput, DescribeAlarmModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeAlarmModelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAlarmModelCommandInput, DescribeAlarmModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves information about an alarm model. If you don't specify a value for the
|
|
30
30
|
* <code>alarmModelVersion</code> parameter, the latest version is returned.</p>
|
|
31
31
|
* @example
|
|
@@ -222,6 +222,7 @@ declare const DescribeAlarmModelCommand_base: {
|
|
|
222
222
|
* @throws {@link IoTEventsServiceException}
|
|
223
223
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
224
224
|
*
|
|
225
|
+
* @public
|
|
225
226
|
*/
|
|
226
227
|
export declare class DescribeAlarmModelCommand extends DescribeAlarmModelCommand_base {
|
|
227
228
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeDetectorModelAnalysisCommandOutput extends DescribeDete
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDetectorModelAnalysisCommand_base: {
|
|
24
24
|
new (input: DescribeDetectorModelAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDetectorModelAnalysisCommandInput, DescribeDetectorModelAnalysisCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeDetectorModelAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDetectorModelAnalysisCommandInput, DescribeDetectorModelAnalysisCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves runtime information about a detector model analysis.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>After AWS IoT Events starts analyzing your detector model, you have up to 24 hours to retrieve the analysis results.</p>
|
|
@@ -71,6 +71,7 @@ declare const DescribeDetectorModelAnalysisCommand_base: {
|
|
|
71
71
|
* @throws {@link IoTEventsServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DescribeDetectorModelAnalysisCommand extends DescribeDetectorModelAnalysisCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeDetectorModelCommandOutput extends DescribeDetectorMode
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDetectorModelCommand_base: {
|
|
24
24
|
new (input: DescribeDetectorModelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDetectorModelCommandInput, DescribeDetectorModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeDetectorModelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDetectorModelCommandInput, DescribeDetectorModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a detector model. If the <code>version</code> parameter is not specified,
|
|
30
30
|
* information about the latest version is returned.</p>
|
|
31
31
|
* @example
|
|
@@ -457,6 +457,7 @@ declare const DescribeDetectorModelCommand_base: {
|
|
|
457
457
|
* @throws {@link IoTEventsServiceException}
|
|
458
458
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
459
459
|
*
|
|
460
|
+
* @public
|
|
460
461
|
*/
|
|
461
462
|
export declare class DescribeDetectorModelCommand extends DescribeDetectorModelCommand_base {
|
|
462
463
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeInputCommandOutput extends DescribeInputResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeInputCommand_base: {
|
|
24
24
|
new (input: DescribeInputCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInputCommandInput, DescribeInputCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeInputCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInputCommandInput, DescribeInputCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes an input.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const DescribeInputCommand_base: {
|
|
|
84
84
|
* @throws {@link IoTEventsServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DescribeInputCommand extends DescribeInputCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeLoggingOptionsCommandOutput extends DescribeLoggingOpti
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeLoggingOptionsCommand_base: {
|
|
24
24
|
new (input: DescribeLoggingOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeLoggingOptionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the current settings of the AWS IoT Events logging options.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const DescribeLoggingOptionsCommand_base: {
|
|
|
79
79
|
* @throws {@link IoTEventsServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DescribeLoggingOptionsCommand extends DescribeLoggingOptionsCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetDetectorModelAnalysisResultsCommandOutput extends GetDetecto
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDetectorModelAnalysisResultsCommand_base: {
|
|
24
24
|
new (input: GetDetectorModelAnalysisResultsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDetectorModelAnalysisResultsCommandInput, GetDetectorModelAnalysisResultsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDetectorModelAnalysisResultsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDetectorModelAnalysisResultsCommandInput, GetDetectorModelAnalysisResultsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves one or more analysis results of the detector model.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>After AWS IoT Events starts analyzing your detector model, you have up to 24 hours to retrieve the analysis results.</p>
|
|
@@ -85,6 +85,7 @@ declare const GetDetectorModelAnalysisResultsCommand_base: {
|
|
|
85
85
|
* @throws {@link IoTEventsServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class GetDetectorModelAnalysisResultsCommand extends GetDetectorModelAnalysisResultsCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAlarmModelVersionsCommandOutput extends ListAlarmModelVersi
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAlarmModelVersionsCommand_base: {
|
|
24
24
|
new (input: ListAlarmModelVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAlarmModelVersionsCommandInput, ListAlarmModelVersionsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListAlarmModelVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAlarmModelVersionsCommandInput, ListAlarmModelVersionsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all the versions of an alarm model. The operation returns only the metadata
|
|
30
30
|
* associated with each alarm model version.</p>
|
|
31
31
|
* @example
|
|
@@ -83,6 +83,7 @@ declare const ListAlarmModelVersionsCommand_base: {
|
|
|
83
83
|
* @throws {@link IoTEventsServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListAlarmModelVersionsCommand extends ListAlarmModelVersionsCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAlarmModelsCommandOutput extends ListAlarmModelsResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAlarmModelsCommand_base: {
|
|
24
24
|
new (input: ListAlarmModelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAlarmModelsCommandInput, ListAlarmModelsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListAlarmModelsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAlarmModelsCommandInput, ListAlarmModelsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the alarm models that you created. The operation returns only the metadata
|
|
30
30
|
* associated with each alarm model.</p>
|
|
31
31
|
* @example
|
|
@@ -74,6 +74,7 @@ declare const ListAlarmModelsCommand_base: {
|
|
|
74
74
|
* @throws {@link IoTEventsServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListAlarmModelsCommand extends ListAlarmModelsCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDetectorModelVersionsCommandOutput extends ListDetectorMode
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDetectorModelVersionsCommand_base: {
|
|
24
24
|
new (input: ListDetectorModelVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDetectorModelVersionsCommandInput, ListDetectorModelVersionsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListDetectorModelVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDetectorModelVersionsCommandInput, ListDetectorModelVersionsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all the versions of a detector model. Only the metadata associated with each
|
|
30
30
|
* detector model version is returned.</p>
|
|
31
31
|
* @example
|
|
@@ -83,6 +83,7 @@ declare const ListDetectorModelVersionsCommand_base: {
|
|
|
83
83
|
* @throws {@link IoTEventsServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListDetectorModelVersionsCommand extends ListDetectorModelVersionsCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDetectorModelsCommandOutput extends ListDetectorModelsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDetectorModelsCommand_base: {
|
|
24
24
|
new (input: ListDetectorModelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDetectorModelsCommandInput, ListDetectorModelsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDetectorModelsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDetectorModelsCommandInput, ListDetectorModelsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the detector models you have created. Only the metadata associated with each
|
|
30
30
|
* detector model is returned.</p>
|
|
31
31
|
* @example
|
|
@@ -74,6 +74,7 @@ declare const ListDetectorModelsCommand_base: {
|
|
|
74
74
|
* @throws {@link IoTEventsServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListDetectorModelsCommand extends ListDetectorModelsCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListInputRoutingsCommandOutput extends ListInputRoutingsRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListInputRoutingsCommand_base: {
|
|
24
24
|
new (input: ListInputRoutingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInputRoutingsCommandInput, ListInputRoutingsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListInputRoutingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInputRoutingsCommandInput, ListInputRoutingsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Lists one or more input routings.
|
|
31
31
|
* </p>
|
|
@@ -88,6 +88,7 @@ declare const ListInputRoutingsCommand_base: {
|
|
|
88
88
|
* @throws {@link IoTEventsServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListInputRoutingsCommand extends ListInputRoutingsCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListInputsCommandOutput extends ListInputsResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListInputsCommand_base: {
|
|
24
24
|
new (input: ListInputsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInputsCommandInput, ListInputsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListInputsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListInputsCommandInput, ListInputsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the inputs you have created.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const ListInputsCommand_base: {
|
|
|
76
76
|
* @throws {@link IoTEventsServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListInputsCommand extends ListInputsCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the tags (metadata) you have assigned to the resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
73
73
|
* @throws {@link IoTEventsServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutLoggingOptionsCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutLoggingOptionsCommand_base: {
|
|
24
24
|
new (input: PutLoggingOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutLoggingOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sets or updates the AWS IoT Events logging options.</p>
|
|
30
30
|
* <p>If you update the value of any <code>loggingOptions</code> field, it takes up to one
|
|
31
31
|
* minute for the change to take effect. If you change the policy attached to the role you
|
|
@@ -83,6 +83,7 @@ declare const PutLoggingOptionsCommand_base: {
|
|
|
83
83
|
* @throws {@link IoTEventsServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class PutLoggingOptionsCommand extends PutLoggingOptionsCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartDetectorModelAnalysisCommandOutput extends StartDetectorMo
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartDetectorModelAnalysisCommand_base: {
|
|
24
24
|
new (input: StartDetectorModelAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<StartDetectorModelAnalysisCommandInput, StartDetectorModelAnalysisCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartDetectorModelAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<StartDetectorModelAnalysisCommandInput, StartDetectorModelAnalysisCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Performs an analysis of your detector model. For more information,
|
|
30
30
|
* see <a href="https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-analyze-api.html">Troubleshooting a detector model</a>
|
|
31
31
|
* in the <i>AWS IoT Events Developer Guide</i>.</p>
|
|
@@ -443,6 +443,7 @@ declare const StartDetectorModelAnalysisCommand_base: {
|
|
|
443
443
|
* @throws {@link IoTEventsServiceException}
|
|
444
444
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
445
445
|
*
|
|
446
|
+
* @public
|
|
446
447
|
*/
|
|
447
448
|
export declare class StartDetectorModelAnalysisCommand extends StartDetectorModelAnalysisCommand_base {
|
|
448
449
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds to or modifies the tags of the given resource. Tags are metadata that can be used to
|
|
30
30
|
* manage a resource.</p>
|
|
31
31
|
* @example
|
|
@@ -76,6 +76,7 @@ declare const TagResourceCommand_base: {
|
|
|
76
76
|
* @throws {@link IoTEventsServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the given tags (metadata) from the resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const UntagResourceCommand_base: {
|
|
|
69
69
|
* @throws {@link IoTEventsServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateAlarmModelCommandOutput extends UpdateAlarmModelResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateAlarmModelCommand_base: {
|
|
24
24
|
new (input: UpdateAlarmModelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAlarmModelCommandInput, UpdateAlarmModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateAlarmModelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAlarmModelCommandInput, UpdateAlarmModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an alarm model. Any alarms that were created based on the previous version are
|
|
30
30
|
* deleted and then created again as new data arrives.</p>
|
|
31
31
|
* @example
|
|
@@ -221,6 +221,7 @@ declare const UpdateAlarmModelCommand_base: {
|
|
|
221
221
|
* @throws {@link IoTEventsServiceException}
|
|
222
222
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
223
223
|
*
|
|
224
|
+
* @public
|
|
224
225
|
*/
|
|
225
226
|
export declare class UpdateAlarmModelCommand extends UpdateAlarmModelCommand_base {
|
|
226
227
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateDetectorModelCommandOutput extends UpdateDetectorModelRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateDetectorModelCommand_base: {
|
|
24
24
|
new (input: UpdateDetectorModelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDetectorModelCommandInput, UpdateDetectorModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateDetectorModelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDetectorModelCommandInput, UpdateDetectorModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a detector model. Detectors (instances) spawned by the previous version are
|
|
30
30
|
* deleted and then re-created as new inputs arrive.</p>
|
|
31
31
|
* @example
|
|
@@ -460,6 +460,7 @@ declare const UpdateDetectorModelCommand_base: {
|
|
|
460
460
|
* @throws {@link IoTEventsServiceException}
|
|
461
461
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
462
462
|
*
|
|
463
|
+
* @public
|
|
463
464
|
*/
|
|
464
465
|
export declare class UpdateDetectorModelCommand extends UpdateDetectorModelCommand_base {
|
|
465
466
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateInputCommandOutput extends UpdateInputResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateInputCommand_base: {
|
|
24
24
|
new (input: UpdateInputCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateInputCommandInput, UpdateInputCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateInputCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateInputCommandInput, UpdateInputCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an input.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const UpdateInputCommand_base: {
|
|
|
86
86
|
* @throws {@link IoTEventsServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class UpdateInputCommand extends UpdateInputCommand_base {
|
|
91
92
|
}
|