@aws-sdk/client-iot-events 3.296.0 → 3.298.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-cjs/commands/CreateAlarmModelCommand.js +2 -3
- package/dist-cjs/commands/CreateDetectorModelCommand.js +2 -3
- package/dist-cjs/commands/CreateInputCommand.js +2 -3
- package/dist-cjs/commands/DeleteAlarmModelCommand.js +2 -3
- package/dist-cjs/commands/DeleteDetectorModelCommand.js +2 -3
- package/dist-cjs/commands/DeleteInputCommand.js +2 -3
- package/dist-cjs/commands/DescribeAlarmModelCommand.js +2 -3
- package/dist-cjs/commands/DescribeDetectorModelAnalysisCommand.js +2 -3
- package/dist-cjs/commands/DescribeDetectorModelCommand.js +2 -3
- package/dist-cjs/commands/DescribeInputCommand.js +2 -3
- package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +2 -3
- package/dist-cjs/commands/GetDetectorModelAnalysisResultsCommand.js +2 -3
- package/dist-cjs/commands/ListAlarmModelVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListAlarmModelsCommand.js +2 -3
- package/dist-cjs/commands/ListDetectorModelVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListDetectorModelsCommand.js +2 -3
- package/dist-cjs/commands/ListInputRoutingsCommand.js +2 -3
- package/dist-cjs/commands/ListInputsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutLoggingOptionsCommand.js +2 -3
- package/dist-cjs/commands/StartDetectorModelAnalysisCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateAlarmModelCommand.js +2 -3
- package/dist-cjs/commands/UpdateDetectorModelCommand.js +2 -3
- package/dist-cjs/commands/UpdateInputCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -455
- package/dist-es/commands/CreateAlarmModelCommand.js +2 -3
- package/dist-es/commands/CreateDetectorModelCommand.js +2 -3
- package/dist-es/commands/CreateInputCommand.js +2 -3
- package/dist-es/commands/DeleteAlarmModelCommand.js +2 -3
- package/dist-es/commands/DeleteDetectorModelCommand.js +2 -3
- package/dist-es/commands/DeleteInputCommand.js +2 -3
- package/dist-es/commands/DescribeAlarmModelCommand.js +2 -3
- package/dist-es/commands/DescribeDetectorModelAnalysisCommand.js +2 -3
- package/dist-es/commands/DescribeDetectorModelCommand.js +2 -3
- package/dist-es/commands/DescribeInputCommand.js +2 -3
- package/dist-es/commands/DescribeLoggingOptionsCommand.js +2 -3
- package/dist-es/commands/GetDetectorModelAnalysisResultsCommand.js +2 -3
- package/dist-es/commands/ListAlarmModelVersionsCommand.js +2 -3
- package/dist-es/commands/ListAlarmModelsCommand.js +2 -3
- package/dist-es/commands/ListDetectorModelVersionsCommand.js +2 -3
- package/dist-es/commands/ListDetectorModelsCommand.js +2 -3
- package/dist-es/commands/ListInputRoutingsCommand.js +2 -3
- package/dist-es/commands/ListInputsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutLoggingOptionsCommand.js +2 -3
- package/dist-es/commands/StartDetectorModelAnalysisCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateAlarmModelCommand.js +2 -3
- package/dist-es/commands/UpdateDetectorModelCommand.js +2 -3
- package/dist-es/commands/UpdateInputCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -339
- package/dist-types/IoTEvents.d.ts +27 -0
- package/dist-types/IoTEventsClient.d.ts +24 -4
- package/dist-types/commands/CreateAlarmModelCommand.d.ts +16 -0
- package/dist-types/commands/CreateDetectorModelCommand.d.ts +16 -0
- package/dist-types/commands/CreateInputCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAlarmModelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDetectorModelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInputCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAlarmModelCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDetectorModelAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDetectorModelCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInputCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +16 -0
- package/dist-types/commands/GetDetectorModelAnalysisResultsCommand.d.ts +16 -0
- package/dist-types/commands/ListAlarmModelVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListAlarmModelsCommand.d.ts +16 -0
- package/dist-types/commands/ListDetectorModelVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListDetectorModelsCommand.d.ts +16 -0
- package/dist-types/commands/ListInputRoutingsCommand.d.ts +16 -0
- package/dist-types/commands/ListInputsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +16 -0
- package/dist-types/commands/StartDetectorModelAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAlarmModelCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDetectorModelCommand.d.ts +16 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +16 -0
- package/dist-types/models/IoTEventsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +272 -473
- package/dist-types/ts3.4/models/models_0.d.ts +0 -309
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { CreateDetectorModelRequest, CreateDetectorModelResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateDetectorModelCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateDetectorModelCommandInput extends CreateDetectorModelRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateDetectorModelCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateDetectorModelCommandOutput extends CreateDetectorModelResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a detector model.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CreateDetectorModelCommandOutput extends CreateDetectorModelRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateDetectorModelCommandInput - {@link CreateDetectorModelCommandInput}
|
|
34
|
+
* @returns {@link CreateDetectorModelCommandOutput}
|
|
28
35
|
* @see {@link CreateDetectorModelCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateDetectorModelCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface CreateDetectorModelCommandOutput extends CreateDetectorModelRes
|
|
|
55
62
|
export declare class CreateDetectorModelCommand extends $Command<CreateDetectorModelCommandInput, CreateDetectorModelCommandOutput, IoTEventsClientResolvedConfig> {
|
|
56
63
|
readonly input: CreateDetectorModelCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: CreateDetectorModelCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDetectorModelCommandInput, CreateDetectorModelCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { CreateInputRequest, CreateInputResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateInputCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateInputCommandInput extends CreateInputRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateInputCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateInputCommandOutput extends CreateInputResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an input.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CreateInputCommandOutput extends CreateInputResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateInputCommandInput - {@link CreateInputCommandInput}
|
|
34
|
+
* @returns {@link CreateInputCommandOutput}
|
|
28
35
|
* @see {@link CreateInputCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateInputCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface CreateInputCommandOutput extends CreateInputResponse, __Metadat
|
|
|
49
56
|
export declare class CreateInputCommand extends $Command<CreateInputCommandInput, CreateInputCommandOutput, IoTEventsClientResolvedConfig> {
|
|
50
57
|
readonly input: CreateInputCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: CreateInputCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInputCommandInput, CreateInputCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { DeleteAlarmModelRequest, DeleteAlarmModelResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteAlarmModelCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteAlarmModelCommandInput extends DeleteAlarmModelRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteAlarmModelCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteAlarmModelCommandOutput extends DeleteAlarmModelResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes an alarm model. Any alarm instances that were created based on this alarm model
|
|
18
23
|
* are also deleted. This action can't be undone.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteAlarmModelCommandOutput extends DeleteAlarmModelResponse,
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteAlarmModelCommandInput - {@link DeleteAlarmModelCommandInput}
|
|
35
|
+
* @returns {@link DeleteAlarmModelCommandOutput}
|
|
29
36
|
* @see {@link DeleteAlarmModelCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteAlarmModelCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DeleteAlarmModelCommandOutput extends DeleteAlarmModelResponse,
|
|
|
53
60
|
export declare class DeleteAlarmModelCommand extends $Command<DeleteAlarmModelCommandInput, DeleteAlarmModelCommandOutput, IoTEventsClientResolvedConfig> {
|
|
54
61
|
readonly input: DeleteAlarmModelCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DeleteAlarmModelCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAlarmModelCommandInput, DeleteAlarmModelCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { DeleteDetectorModelRequest, DeleteDetectorModelResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteDetectorModelCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteDetectorModelCommandInput extends DeleteDetectorModelRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteDetectorModelCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteDetectorModelCommandOutput extends DeleteDetectorModelResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a detector model. Any active instances of the detector model are also
|
|
18
23
|
* deleted.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteDetectorModelCommandOutput extends DeleteDetectorModelRes
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteDetectorModelCommandInput - {@link DeleteDetectorModelCommandInput}
|
|
35
|
+
* @returns {@link DeleteDetectorModelCommandOutput}
|
|
29
36
|
* @see {@link DeleteDetectorModelCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteDetectorModelCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DeleteDetectorModelCommandOutput extends DeleteDetectorModelRes
|
|
|
53
60
|
export declare class DeleteDetectorModelCommand extends $Command<DeleteDetectorModelCommandInput, DeleteDetectorModelCommandOutput, IoTEventsClientResolvedConfig> {
|
|
54
61
|
readonly input: DeleteDetectorModelCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DeleteDetectorModelCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDetectorModelCommandInput, DeleteDetectorModelCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { DeleteInputRequest, DeleteInputResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteInputCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteInputCommandInput extends DeleteInputRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteInputCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteInputCommandOutput extends DeleteInputResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes an input.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteInputCommandOutput extends DeleteInputResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteInputCommandInput - {@link DeleteInputCommandInput}
|
|
34
|
+
* @returns {@link DeleteInputCommandOutput}
|
|
28
35
|
* @see {@link DeleteInputCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteInputCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DeleteInputCommandOutput extends DeleteInputResponse, __Metadat
|
|
|
52
59
|
export declare class DeleteInputCommand extends $Command<DeleteInputCommandInput, DeleteInputCommandOutput, IoTEventsClientResolvedConfig> {
|
|
53
60
|
readonly input: DeleteInputCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DeleteInputCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInputCommandInput, DeleteInputCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { DescribeAlarmModelRequest, DescribeAlarmModelResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeAlarmModelCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeAlarmModelCommandInput extends DescribeAlarmModelRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeAlarmModelCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeAlarmModelCommandOutput extends DescribeAlarmModelResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves information about an alarm model. If you don't specify a value for the
|
|
18
23
|
* <code>alarmModelVersion</code> parameter, the latest version is returned.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeAlarmModelCommandOutput extends DescribeAlarmModelRespo
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeAlarmModelCommandInput - {@link DescribeAlarmModelCommandInput}
|
|
35
|
+
* @returns {@link DescribeAlarmModelCommandOutput}
|
|
29
36
|
* @see {@link DescribeAlarmModelCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeAlarmModelCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DescribeAlarmModelCommandOutput extends DescribeAlarmModelRespo
|
|
|
50
57
|
export declare class DescribeAlarmModelCommand extends $Command<DescribeAlarmModelCommandInput, DescribeAlarmModelCommandOutput, IoTEventsClientResolvedConfig> {
|
|
51
58
|
readonly input: DescribeAlarmModelCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DescribeAlarmModelCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAlarmModelCommandInput, DescribeAlarmModelCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { DescribeDetectorModelAnalysisRequest, DescribeDetectorModelAnalysisResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeDetectorModelAnalysisCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeDetectorModelAnalysisCommandInput extends DescribeDetectorModelAnalysisRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeDetectorModelAnalysisCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeDetectorModelAnalysisCommandOutput extends DescribeDetectorModelAnalysisResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves runtime information about a detector model analysis.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>After AWS IoT Events starts analyzing your detector model, you have up to 24 hours to retrieve the analysis results.</p>
|
|
@@ -28,6 +33,8 @@ export interface DescribeDetectorModelAnalysisCommandOutput extends DescribeDete
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DescribeDetectorModelAnalysisCommandInput - {@link DescribeDetectorModelAnalysisCommandInput}
|
|
37
|
+
* @returns {@link DescribeDetectorModelAnalysisCommandOutput}
|
|
31
38
|
* @see {@link DescribeDetectorModelAnalysisCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DescribeDetectorModelAnalysisCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DescribeDetectorModelAnalysisCommandOutput extends DescribeDete
|
|
|
52
59
|
export declare class DescribeDetectorModelAnalysisCommand extends $Command<DescribeDetectorModelAnalysisCommandInput, DescribeDetectorModelAnalysisCommandOutput, IoTEventsClientResolvedConfig> {
|
|
53
60
|
readonly input: DescribeDetectorModelAnalysisCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DescribeDetectorModelAnalysisCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDetectorModelAnalysisCommandInput, DescribeDetectorModelAnalysisCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { DescribeDetectorModelRequest, DescribeDetectorModelResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeDetectorModelCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeDetectorModelCommandInput extends DescribeDetectorModelRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeDetectorModelCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeDetectorModelCommandOutput extends DescribeDetectorModelResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes a detector model. If the <code>version</code> parameter is not specified,
|
|
18
23
|
* information about the latest version is returned.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeDetectorModelCommandOutput extends DescribeDetectorMode
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeDetectorModelCommandInput - {@link DescribeDetectorModelCommandInput}
|
|
35
|
+
* @returns {@link DescribeDetectorModelCommandOutput}
|
|
29
36
|
* @see {@link DescribeDetectorModelCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeDetectorModelCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DescribeDetectorModelCommandOutput extends DescribeDetectorMode
|
|
|
50
57
|
export declare class DescribeDetectorModelCommand extends $Command<DescribeDetectorModelCommandInput, DescribeDetectorModelCommandOutput, IoTEventsClientResolvedConfig> {
|
|
51
58
|
readonly input: DescribeDetectorModelCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DescribeDetectorModelCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDetectorModelCommandInput, DescribeDetectorModelCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { DescribeInputRequest, DescribeInputResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeInputCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeInputCommandInput extends DescribeInputRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeInputCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeInputCommandOutput extends DescribeInputResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes an input.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeInputCommandOutput extends DescribeInputResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeInputCommandInput - {@link DescribeInputCommandInput}
|
|
34
|
+
* @returns {@link DescribeInputCommandOutput}
|
|
28
35
|
* @see {@link DescribeInputCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeInputCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DescribeInputCommandOutput extends DescribeInputResponse, __Met
|
|
|
49
56
|
export declare class DescribeInputCommand extends $Command<DescribeInputCommandInput, DescribeInputCommandOutput, IoTEventsClientResolvedConfig> {
|
|
50
57
|
readonly input: DescribeInputCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DescribeInputCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInputCommandInput, DescribeInputCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { DescribeLoggingOptionsRequest, DescribeLoggingOptionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeLoggingOptionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeLoggingOptionsCommandInput extends DescribeLoggingOptionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeLoggingOptionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeLoggingOptionsCommandOutput extends DescribeLoggingOptionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the current settings of the AWS IoT Events logging options.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeLoggingOptionsCommandOutput extends DescribeLoggingOpti
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeLoggingOptionsCommandInput - {@link DescribeLoggingOptionsCommandInput}
|
|
34
|
+
* @returns {@link DescribeLoggingOptionsCommandOutput}
|
|
28
35
|
* @see {@link DescribeLoggingOptionsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeLoggingOptionsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DescribeLoggingOptionsCommandOutput extends DescribeLoggingOpti
|
|
|
52
59
|
export declare class DescribeLoggingOptionsCommand extends $Command<DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput, IoTEventsClientResolvedConfig> {
|
|
53
60
|
readonly input: DescribeLoggingOptionsCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DescribeLoggingOptionsCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { GetDetectorModelAnalysisResultsRequest, GetDetectorModelAnalysisResultsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetDetectorModelAnalysisResultsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetDetectorModelAnalysisResultsCommandInput extends GetDetectorModelAnalysisResultsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetDetectorModelAnalysisResultsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetDetectorModelAnalysisResultsCommandOutput extends GetDetectorModelAnalysisResultsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves one or more analysis results of the detector model.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>After AWS IoT Events starts analyzing your detector model, you have up to 24 hours to retrieve the analysis results.</p>
|
|
@@ -28,6 +33,8 @@ export interface GetDetectorModelAnalysisResultsCommandOutput extends GetDetecto
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param GetDetectorModelAnalysisResultsCommandInput - {@link GetDetectorModelAnalysisResultsCommandInput}
|
|
37
|
+
* @returns {@link GetDetectorModelAnalysisResultsCommandOutput}
|
|
31
38
|
* @see {@link GetDetectorModelAnalysisResultsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link GetDetectorModelAnalysisResultsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface GetDetectorModelAnalysisResultsCommandOutput extends GetDetecto
|
|
|
52
59
|
export declare class GetDetectorModelAnalysisResultsCommand extends $Command<GetDetectorModelAnalysisResultsCommandInput, GetDetectorModelAnalysisResultsCommandOutput, IoTEventsClientResolvedConfig> {
|
|
53
60
|
readonly input: GetDetectorModelAnalysisResultsCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: GetDetectorModelAnalysisResultsCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDetectorModelAnalysisResultsCommandInput, GetDetectorModelAnalysisResultsCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { ListAlarmModelVersionsRequest, ListAlarmModelVersionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAlarmModelVersionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAlarmModelVersionsCommandInput extends ListAlarmModelVersionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAlarmModelVersionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAlarmModelVersionsCommandOutput extends ListAlarmModelVersionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all the versions of an alarm model. The operation returns only the metadata
|
|
18
23
|
* associated with each alarm model version.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListAlarmModelVersionsCommandOutput extends ListAlarmModelVersi
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListAlarmModelVersionsCommandInput - {@link ListAlarmModelVersionsCommandInput}
|
|
35
|
+
* @returns {@link ListAlarmModelVersionsCommandOutput}
|
|
29
36
|
* @see {@link ListAlarmModelVersionsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListAlarmModelVersionsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ListAlarmModelVersionsCommandOutput extends ListAlarmModelVersi
|
|
|
50
57
|
export declare class ListAlarmModelVersionsCommand extends $Command<ListAlarmModelVersionsCommandInput, ListAlarmModelVersionsCommandOutput, IoTEventsClientResolvedConfig> {
|
|
51
58
|
readonly input: ListAlarmModelVersionsCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ListAlarmModelVersionsCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAlarmModelVersionsCommandInput, ListAlarmModelVersionsCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { ListAlarmModelsRequest, ListAlarmModelsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAlarmModelsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAlarmModelsCommandInput extends ListAlarmModelsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAlarmModelsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAlarmModelsCommandOutput extends ListAlarmModelsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the alarm models that you created. The operation returns only the metadata
|
|
18
23
|
* associated with each alarm model.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListAlarmModelsCommandOutput extends ListAlarmModelsResponse, _
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListAlarmModelsCommandInput - {@link ListAlarmModelsCommandInput}
|
|
35
|
+
* @returns {@link ListAlarmModelsCommandOutput}
|
|
29
36
|
* @see {@link ListAlarmModelsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListAlarmModelsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListAlarmModelsCommandOutput extends ListAlarmModelsResponse, _
|
|
|
47
54
|
export declare class ListAlarmModelsCommand extends $Command<ListAlarmModelsCommandInput, ListAlarmModelsCommandOutput, IoTEventsClientResolvedConfig> {
|
|
48
55
|
readonly input: ListAlarmModelsCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListAlarmModelsCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAlarmModelsCommandInput, ListAlarmModelsCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|