@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 { ListDetectorModelVersionsRequest, ListDetectorModelVersionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListDetectorModelVersionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListDetectorModelVersionsCommandInput extends ListDetectorModelVersionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListDetectorModelVersionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListDetectorModelVersionsCommandOutput extends ListDetectorModelVersionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all the versions of a detector model. Only the metadata associated with each
|
|
18
23
|
* detector model version is returned.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListDetectorModelVersionsCommandOutput extends ListDetectorMode
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListDetectorModelVersionsCommandInput - {@link ListDetectorModelVersionsCommandInput}
|
|
35
|
+
* @returns {@link ListDetectorModelVersionsCommandOutput}
|
|
29
36
|
* @see {@link ListDetectorModelVersionsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListDetectorModelVersionsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ListDetectorModelVersionsCommandOutput extends ListDetectorMode
|
|
|
50
57
|
export declare class ListDetectorModelVersionsCommand extends $Command<ListDetectorModelVersionsCommandInput, ListDetectorModelVersionsCommandOutput, IoTEventsClientResolvedConfig> {
|
|
51
58
|
readonly input: ListDetectorModelVersionsCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ListDetectorModelVersionsCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDetectorModelVersionsCommandInput, ListDetectorModelVersionsCommandOutput>;
|
|
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 { ListDetectorModelsRequest, ListDetectorModelsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListDetectorModelsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListDetectorModelsCommandInput extends ListDetectorModelsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListDetectorModelsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListDetectorModelsCommandOutput extends ListDetectorModelsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the detector models you have created. Only the metadata associated with each
|
|
18
23
|
* detector model is returned.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListDetectorModelsCommandOutput extends ListDetectorModelsRespo
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListDetectorModelsCommandInput - {@link ListDetectorModelsCommandInput}
|
|
35
|
+
* @returns {@link ListDetectorModelsCommandOutput}
|
|
29
36
|
* @see {@link ListDetectorModelsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListDetectorModelsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListDetectorModelsCommandOutput extends ListDetectorModelsRespo
|
|
|
47
54
|
export declare class ListDetectorModelsCommand extends $Command<ListDetectorModelsCommandInput, ListDetectorModelsCommandOutput, IoTEventsClientResolvedConfig> {
|
|
48
55
|
readonly input: ListDetectorModelsCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListDetectorModelsCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDetectorModelsCommandInput, ListDetectorModelsCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { ListInputRoutingsRequest, ListInputRoutingsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListInputRoutingsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListInputRoutingsCommandInput extends ListInputRoutingsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListInputRoutingsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListInputRoutingsCommandOutput extends ListInputRoutingsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Lists one or more input routings.
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface ListInputRoutingsCommandOutput extends ListInputRoutingsRespons
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListInputRoutingsCommandInput - {@link ListInputRoutingsCommandInput}
|
|
36
|
+
* @returns {@link ListInputRoutingsCommandOutput}
|
|
30
37
|
* @see {@link ListInputRoutingsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListInputRoutingsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface ListInputRoutingsCommandOutput extends ListInputRoutingsRespons
|
|
|
51
58
|
export declare class ListInputRoutingsCommand extends $Command<ListInputRoutingsCommandInput, ListInputRoutingsCommandOutput, IoTEventsClientResolvedConfig> {
|
|
52
59
|
readonly input: ListInputRoutingsCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: ListInputRoutingsCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInputRoutingsCommandInput, ListInputRoutingsCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { ListInputsRequest, ListInputsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListInputsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListInputsCommandInput extends ListInputsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListInputsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListInputsCommandOutput extends ListInputsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the inputs you have created.</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 ListInputsCommandOutput extends ListInputsResponse, __MetadataB
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListInputsCommandInput - {@link ListInputsCommandInput}
|
|
34
|
+
* @returns {@link ListInputsCommandOutput}
|
|
28
35
|
* @see {@link ListInputsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListInputsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListInputsCommandOutput extends ListInputsResponse, __MetadataB
|
|
|
46
53
|
export declare class ListInputsCommand extends $Command<ListInputsCommandInput, ListInputsCommandOutput, IoTEventsClientResolvedConfig> {
|
|
47
54
|
readonly input: ListInputsCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListInputsCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInputsCommandInput, ListInputsCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTagsForResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTagsForResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the tags (metadata) you have assigned to the resource.</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 ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
34
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
28
35
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
49
56
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTEventsClientResolvedConfig> {
|
|
50
57
|
readonly input: ListTagsForResourceCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListTagsForResourceCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
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 { PutLoggingOptionsRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutLoggingOptionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutLoggingOptionsCommandInput extends PutLoggingOptionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutLoggingOptionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutLoggingOptionsCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Sets or updates the AWS IoT Events logging options.</p>
|
|
18
23
|
* <p>If you update the value of any <code>loggingOptions</code> field, it takes up to one
|
|
19
24
|
* minute for the change to take effect. If you change the policy attached to the role you
|
|
@@ -29,6 +34,8 @@ export interface PutLoggingOptionsCommandOutput extends __MetadataBearer {
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param PutLoggingOptionsCommandInput - {@link PutLoggingOptionsCommandInput}
|
|
38
|
+
* @returns {@link PutLoggingOptionsCommandOutput}
|
|
32
39
|
* @see {@link PutLoggingOptionsCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link PutLoggingOptionsCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface PutLoggingOptionsCommandOutput extends __MetadataBearer {
|
|
|
56
63
|
export declare class PutLoggingOptionsCommand extends $Command<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput, IoTEventsClientResolvedConfig> {
|
|
57
64
|
readonly input: PutLoggingOptionsCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: PutLoggingOptionsCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { StartDetectorModelAnalysisRequest, StartDetectorModelAnalysisResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartDetectorModelAnalysisCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartDetectorModelAnalysisCommandInput extends StartDetectorModelAnalysisRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartDetectorModelAnalysisCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartDetectorModelAnalysisCommandOutput extends StartDetectorModelAnalysisResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Performs an analysis of your detector model. For more information,
|
|
18
23
|
* see <a href="https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-analyze-api.html">Troubleshooting a detector model</a>
|
|
19
24
|
* in the <i>AWS IoT Events Developer Guide</i>.</p>
|
|
@@ -27,6 +32,8 @@ export interface StartDetectorModelAnalysisCommandOutput extends StartDetectorMo
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param StartDetectorModelAnalysisCommandInput - {@link StartDetectorModelAnalysisCommandInput}
|
|
36
|
+
* @returns {@link StartDetectorModelAnalysisCommandOutput}
|
|
30
37
|
* @see {@link StartDetectorModelAnalysisCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link StartDetectorModelAnalysisCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface StartDetectorModelAnalysisCommandOutput extends StartDetectorMo
|
|
|
51
58
|
export declare class StartDetectorModelAnalysisCommand extends $Command<StartDetectorModelAnalysisCommandInput, StartDetectorModelAnalysisCommandOutput, IoTEventsClientResolvedConfig> {
|
|
52
59
|
readonly input: StartDetectorModelAnalysisCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: StartDetectorModelAnalysisCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDetectorModelAnalysisCommandInput, StartDetectorModelAnalysisCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link TagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link TagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Adds to or modifies the tags of the given resource. Tags are metadata that can be used to
|
|
18
23
|
* manage a resource.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
35
|
+
* @returns {@link TagResourceCommandOutput}
|
|
29
36
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
53
60
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IoTEventsClientResolvedConfig> {
|
|
54
61
|
readonly input: TagResourceCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: TagResourceCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UntagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UntagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes the given tags (metadata) from the resource.</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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
34
|
+
* @returns {@link UntagResourceCommandOutput}
|
|
28
35
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
49
56
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IoTEventsClientResolvedConfig> {
|
|
50
57
|
readonly input: UntagResourceCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: UntagResourceCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
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 { UpdateAlarmModelRequest, UpdateAlarmModelResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateAlarmModelCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateAlarmModelCommandInput extends UpdateAlarmModelRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateAlarmModelCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateAlarmModelCommandOutput extends UpdateAlarmModelResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates an alarm model. Any alarms that were created based on the previous version are
|
|
18
23
|
* deleted and then created again as new data arrives.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface UpdateAlarmModelCommandOutput extends UpdateAlarmModelResponse,
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param UpdateAlarmModelCommandInput - {@link UpdateAlarmModelCommandInput}
|
|
35
|
+
* @returns {@link UpdateAlarmModelCommandOutput}
|
|
29
36
|
* @see {@link UpdateAlarmModelCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link UpdateAlarmModelCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface UpdateAlarmModelCommandOutput extends UpdateAlarmModelResponse,
|
|
|
53
60
|
export declare class UpdateAlarmModelCommand extends $Command<UpdateAlarmModelCommandInput, UpdateAlarmModelCommandOutput, IoTEventsClientResolvedConfig> {
|
|
54
61
|
readonly input: UpdateAlarmModelCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: UpdateAlarmModelCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAlarmModelCommandInput, UpdateAlarmModelCommandOutput>;
|
|
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 { UpdateDetectorModelRequest, UpdateDetectorModelResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateDetectorModelCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateDetectorModelCommandInput extends UpdateDetectorModelRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateDetectorModelCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateDetectorModelCommandOutput extends UpdateDetectorModelResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates a detector model. Detectors (instances) spawned by the previous version are
|
|
18
23
|
* deleted and then re-created as new inputs arrive.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface UpdateDetectorModelCommandOutput extends UpdateDetectorModelRes
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param UpdateDetectorModelCommandInput - {@link UpdateDetectorModelCommandInput}
|
|
35
|
+
* @returns {@link UpdateDetectorModelCommandOutput}
|
|
29
36
|
* @see {@link UpdateDetectorModelCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link UpdateDetectorModelCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface UpdateDetectorModelCommandOutput extends UpdateDetectorModelRes
|
|
|
53
60
|
export declare class UpdateDetectorModelCommand extends $Command<UpdateDetectorModelCommandInput, UpdateDetectorModelCommandOutput, IoTEventsClientResolvedConfig> {
|
|
54
61
|
readonly input: UpdateDetectorModelCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: UpdateDetectorModelCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDetectorModelCommandInput, UpdateDetectorModelCommandOutput>;
|
|
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 { UpdateInputRequest, UpdateInputResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateInputCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateInputCommandInput extends UpdateInputRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateInputCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateInputCommandOutput extends UpdateInputResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates 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 UpdateInputCommandOutput extends UpdateInputResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateInputCommandInput - {@link UpdateInputCommandInput}
|
|
34
|
+
* @returns {@link UpdateInputCommandOutput}
|
|
28
35
|
* @see {@link UpdateInputCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateInputCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateInputCommandOutput extends UpdateInputResponse, __Metadat
|
|
|
52
59
|
export declare class UpdateInputCommand extends $Command<UpdateInputCommandInput, UpdateInputCommandOutput, IoTEventsClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateInputCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateInputCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateInputCommandInput, UpdateInputCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from IoTEvents service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class IoTEventsServiceException extends __ServiceException {
|