@aws-sdk/client-iot-events 3.170.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/IoTEvents.d.ts +0 -26
- package/dist-types/ts3.4/IoTEventsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateAlarmModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDetectorModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAlarmModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDetectorModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAlarmModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDetectorModelAnalysisCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDetectorModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDetectorModelAnalysisResultsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAlarmModelVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAlarmModelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDetectorModelVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDetectorModelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListInputRoutingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartDetectorModelAnalysisCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAlarmModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDetectorModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/IoTEventsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -393
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -18,7 +18,6 @@ export interface UpdateAlarmModelCommandInput extends UpdateAlarmModelRequest {}
|
|
|
18
18
|
export interface UpdateAlarmModelCommandOutput
|
|
19
19
|
extends UpdateAlarmModelResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateAlarmModelCommand extends $Command<
|
|
23
22
|
UpdateAlarmModelCommandInput,
|
|
24
23
|
UpdateAlarmModelCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateAlarmModelCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateAlarmModelCommandInput;
|
|
28
27
|
constructor(input: UpdateAlarmModelCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IoTEventsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateDetectorModelCommandInput
|
|
|
19
19
|
export interface UpdateDetectorModelCommandOutput
|
|
20
20
|
extends UpdateDetectorModelResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateDetectorModelCommand extends $Command<
|
|
24
23
|
UpdateDetectorModelCommandInput,
|
|
25
24
|
UpdateDetectorModelCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateDetectorModelCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateDetectorModelCommandInput;
|
|
29
28
|
constructor(input: UpdateDetectorModelCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IoTEventsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateInputCommandInput extends UpdateInputRequest {}
|
|
|
15
15
|
export interface UpdateInputCommandOutput
|
|
16
16
|
extends UpdateInputResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateInputCommand extends $Command<
|
|
20
19
|
UpdateInputCommandInput,
|
|
21
20
|
UpdateInputCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateInputCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateInputCommandInput;
|
|
25
24
|
constructor(input: UpdateInputCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IoTEventsClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class IoTEventsServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|