@aws-sdk/client-iot-events 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +68 -69
- package/dist-cjs/models/IoTEventsServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/IoTEvents.js +1 -1
- package/dist-es/IoTEventsClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateAlarmModelCommand.js +2 -2
- package/dist-es/commands/CreateDetectorModelCommand.js +2 -2
- package/dist-es/commands/CreateInputCommand.js +2 -2
- package/dist-es/commands/DeleteAlarmModelCommand.js +2 -2
- package/dist-es/commands/DeleteDetectorModelCommand.js +2 -2
- package/dist-es/commands/DeleteInputCommand.js +2 -2
- package/dist-es/commands/DescribeAlarmModelCommand.js +2 -2
- package/dist-es/commands/DescribeDetectorModelAnalysisCommand.js +2 -2
- package/dist-es/commands/DescribeDetectorModelCommand.js +2 -2
- package/dist-es/commands/DescribeInputCommand.js +2 -2
- package/dist-es/commands/DescribeLoggingOptionsCommand.js +2 -2
- package/dist-es/commands/GetDetectorModelAnalysisResultsCommand.js +2 -2
- package/dist-es/commands/ListAlarmModelVersionsCommand.js +2 -2
- package/dist-es/commands/ListAlarmModelsCommand.js +2 -2
- package/dist-es/commands/ListDetectorModelVersionsCommand.js +2 -2
- package/dist-es/commands/ListDetectorModelsCommand.js +2 -2
- package/dist-es/commands/ListInputRoutingsCommand.js +2 -2
- package/dist-es/commands/ListInputsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutLoggingOptionsCommand.js +2 -2
- package/dist-es/commands/StartDetectorModelAnalysisCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAlarmModelCommand.js +2 -2
- package/dist-es/commands/UpdateDetectorModelCommand.js +2 -2
- package/dist-es/commands/UpdateInputCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/IoTEventsServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/IoTEventsClient.d.ts +5 -5
- package/dist-types/commands/CreateAlarmModelCommand.d.ts +6 -4
- package/dist-types/commands/CreateDetectorModelCommand.d.ts +6 -4
- package/dist-types/commands/CreateInputCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAlarmModelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDetectorModelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteInputCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAlarmModelCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDetectorModelAnalysisCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDetectorModelCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInputCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +6 -4
- package/dist-types/commands/GetDetectorModelAnalysisResultsCommand.d.ts +6 -4
- package/dist-types/commands/ListAlarmModelVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListAlarmModelsCommand.d.ts +6 -4
- package/dist-types/commands/ListDetectorModelVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListDetectorModelsCommand.d.ts +6 -4
- package/dist-types/commands/ListInputRoutingsCommand.d.ts +6 -4
- package/dist-types/commands/ListInputsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +6 -4
- package/dist-types/commands/StartDetectorModelAnalysisCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAlarmModelCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDetectorModelCommand.d.ts +6 -4
- package/dist-types/commands/UpdateInputCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/IoTEventsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/IoTEventsClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateAlarmModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDetectorModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAlarmModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDetectorModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAlarmModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDetectorModelAnalysisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDetectorModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDetectorModelAnalysisResultsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAlarmModelVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAlarmModelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDetectorModelVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDetectorModelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInputRoutingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartDetectorModelAnalysisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAlarmModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDetectorModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/IoTEventsServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateDetectorModelCommandOutput
|
|
|
19
19
|
declare const CreateDetectorModelCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateDetectorModelCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateDetectorModelCommandInput,
|
|
24
24
|
CreateDetectorModelCommandOutput,
|
|
25
25
|
IoTEventsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateDetectorModelCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateDetectorModelCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateDetectorModelCommandInput,
|
|
33
33
|
CreateDetectorModelCommandOutput,
|
|
34
34
|
IoTEventsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateDetectorModelCommand extends CreateDetectorModelCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateInputCommandOutput
|
|
|
15
15
|
declare const CreateInputCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateInputCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateInputCommandInput,
|
|
20
20
|
CreateInputCommandOutput,
|
|
21
21
|
IoTEventsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateInputCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateInputCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateInputCommandInput,
|
|
29
29
|
CreateInputCommandOutput,
|
|
30
30
|
IoTEventsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateInputCommand extends CreateInputCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteAlarmModelCommandOutput
|
|
|
18
18
|
declare const DeleteAlarmModelCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteAlarmModelCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteAlarmModelCommandInput,
|
|
23
23
|
DeleteAlarmModelCommandOutput,
|
|
24
24
|
IoTEventsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteAlarmModelCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteAlarmModelCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteAlarmModelCommandInput,
|
|
32
32
|
DeleteAlarmModelCommandOutput,
|
|
33
33
|
IoTEventsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteAlarmModelCommand extends DeleteAlarmModelCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteDetectorModelCommandOutput
|
|
|
19
19
|
declare const DeleteDetectorModelCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteDetectorModelCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteDetectorModelCommandInput,
|
|
24
24
|
DeleteDetectorModelCommandOutput,
|
|
25
25
|
IoTEventsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteDetectorModelCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteDetectorModelCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteDetectorModelCommandInput,
|
|
33
33
|
DeleteDetectorModelCommandOutput,
|
|
34
34
|
IoTEventsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteDetectorModelCommand extends DeleteDetectorModelCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteInputCommandOutput
|
|
|
15
15
|
declare const DeleteInputCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteInputCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteInputCommandInput,
|
|
20
20
|
DeleteInputCommandOutput,
|
|
21
21
|
IoTEventsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteInputCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteInputCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteInputCommandInput,
|
|
29
29
|
DeleteInputCommandOutput,
|
|
30
30
|
IoTEventsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteInputCommand extends DeleteInputCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeAlarmModelCommandOutput
|
|
|
19
19
|
declare const DescribeAlarmModelCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeAlarmModelCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeAlarmModelCommandInput,
|
|
24
24
|
DescribeAlarmModelCommandOutput,
|
|
25
25
|
IoTEventsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeAlarmModelCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeAlarmModelCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeAlarmModelCommandInput,
|
|
33
33
|
DescribeAlarmModelCommandOutput,
|
|
34
34
|
IoTEventsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeAlarmModelCommand extends DescribeAlarmModelCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeDetectorModelAnalysisCommandOutput
|
|
|
19
19
|
declare const DescribeDetectorModelAnalysisCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeDetectorModelAnalysisCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeDetectorModelAnalysisCommandInput,
|
|
24
24
|
DescribeDetectorModelAnalysisCommandOutput,
|
|
25
25
|
IoTEventsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeDetectorModelAnalysisCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeDetectorModelAnalysisCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeDetectorModelAnalysisCommandInput,
|
|
33
33
|
DescribeDetectorModelAnalysisCommandOutput,
|
|
34
34
|
IoTEventsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeDetectorModelAnalysisCommand extends DescribeDetectorModelAnalysisCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeDetectorModelCommandOutput
|
|
|
19
19
|
declare const DescribeDetectorModelCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeDetectorModelCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeDetectorModelCommandInput,
|
|
24
24
|
DescribeDetectorModelCommandOutput,
|
|
25
25
|
IoTEventsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeDetectorModelCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeDetectorModelCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeDetectorModelCommandInput,
|
|
33
33
|
DescribeDetectorModelCommandOutput,
|
|
34
34
|
IoTEventsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeDetectorModelCommand extends DescribeDetectorModelCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DescribeInputCommandOutput
|
|
|
18
18
|
declare const DescribeInputCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DescribeInputCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DescribeInputCommandInput,
|
|
23
23
|
DescribeInputCommandOutput,
|
|
24
24
|
IoTEventsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DescribeInputCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DescribeInputCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DescribeInputCommandInput,
|
|
32
32
|
DescribeInputCommandOutput,
|
|
33
33
|
IoTEventsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DescribeInputCommand extends DescribeInputCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeLoggingOptionsCommandOutput
|
|
|
19
19
|
declare const DescribeLoggingOptionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeLoggingOptionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeLoggingOptionsCommandInput,
|
|
24
24
|
DescribeLoggingOptionsCommandOutput,
|
|
25
25
|
IoTEventsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeLoggingOptionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeLoggingOptionsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeLoggingOptionsCommandInput,
|
|
33
33
|
DescribeLoggingOptionsCommandOutput,
|
|
34
34
|
IoTEventsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeLoggingOptionsCommand extends DescribeLoggingOptionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetDetectorModelAnalysisResultsCommandOutput
|
|
|
19
19
|
declare const GetDetectorModelAnalysisResultsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetDetectorModelAnalysisResultsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetDetectorModelAnalysisResultsCommandInput,
|
|
24
24
|
GetDetectorModelAnalysisResultsCommandOutput,
|
|
25
25
|
IoTEventsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetDetectorModelAnalysisResultsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetDetectorModelAnalysisResultsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetDetectorModelAnalysisResultsCommandInput,
|
|
33
33
|
GetDetectorModelAnalysisResultsCommandOutput,
|
|
34
34
|
IoTEventsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetDetectorModelAnalysisResultsCommand extends GetDetectorModelAnalysisResultsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListAlarmModelVersionsCommandOutput
|
|
|
19
19
|
declare const ListAlarmModelVersionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAlarmModelVersionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAlarmModelVersionsCommandInput,
|
|
24
24
|
ListAlarmModelVersionsCommandOutput,
|
|
25
25
|
IoTEventsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAlarmModelVersionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListAlarmModelVersionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAlarmModelVersionsCommandInput,
|
|
33
33
|
ListAlarmModelVersionsCommandOutput,
|
|
34
34
|
IoTEventsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListAlarmModelVersionsCommand extends ListAlarmModelVersionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListAlarmModelsCommandOutput
|
|
|
18
18
|
declare const ListAlarmModelsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListAlarmModelsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListAlarmModelsCommandInput,
|
|
23
23
|
ListAlarmModelsCommandOutput,
|
|
24
24
|
IoTEventsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListAlarmModelsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListAlarmModelsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListAlarmModelsCommandInput,
|
|
32
32
|
ListAlarmModelsCommandOutput,
|
|
33
33
|
IoTEventsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListAlarmModelsCommand extends ListAlarmModelsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListDetectorModelVersionsCommandOutput
|
|
|
19
19
|
declare const ListDetectorModelVersionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListDetectorModelVersionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListDetectorModelVersionsCommandInput,
|
|
24
24
|
ListDetectorModelVersionsCommandOutput,
|
|
25
25
|
IoTEventsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListDetectorModelVersionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListDetectorModelVersionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListDetectorModelVersionsCommandInput,
|
|
33
33
|
ListDetectorModelVersionsCommandOutput,
|
|
34
34
|
IoTEventsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListDetectorModelVersionsCommand extends ListDetectorModelVersionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListDetectorModelsCommandOutput
|
|
|
19
19
|
declare const ListDetectorModelsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListDetectorModelsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListDetectorModelsCommandInput,
|
|
24
24
|
ListDetectorModelsCommandOutput,
|
|
25
25
|
IoTEventsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListDetectorModelsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListDetectorModelsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListDetectorModelsCommandInput,
|
|
33
33
|
ListDetectorModelsCommandOutput,
|
|
34
34
|
IoTEventsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListDetectorModelsCommand extends ListDetectorModelsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListInputRoutingsCommandOutput
|
|
|
19
19
|
declare const ListInputRoutingsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListInputRoutingsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListInputRoutingsCommandInput,
|
|
24
24
|
ListInputRoutingsCommandOutput,
|
|
25
25
|
IoTEventsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListInputRoutingsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListInputRoutingsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListInputRoutingsCommandInput,
|
|
33
33
|
ListInputRoutingsCommandOutput,
|
|
34
34
|
IoTEventsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListInputRoutingsCommand extends ListInputRoutingsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListInputsCommandOutput
|
|
|
15
15
|
declare const ListInputsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListInputsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListInputsCommandInput,
|
|
20
20
|
ListInputsCommandOutput,
|
|
21
21
|
IoTEventsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListInputsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListInputsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListInputsCommandInput,
|
|
29
29
|
ListInputsCommandOutput,
|
|
30
30
|
IoTEventsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListInputsCommand extends ListInputsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
IoTEventsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
IoTEventsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTEventsClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface PutLoggingOptionsCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const PutLoggingOptionsCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: PutLoggingOptionsCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
PutLoggingOptionsCommandInput,
|
|
19
19
|
PutLoggingOptionsCommandOutput,
|
|
20
20
|
IoTEventsClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const PutLoggingOptionsCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: PutLoggingOptionsCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
PutLoggingOptionsCommandInput,
|
|
28
28
|
PutLoggingOptionsCommandOutput,
|
|
29
29
|
IoTEventsClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class PutLoggingOptionsCommand extends PutLoggingOptionsCommand_base {
|
|
36
38
|
protected static __types: {
|