@aws-sdk/client-iot-events 3.477.0 → 3.481.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 +18 -41
- package/dist-cjs/commands/CreateDetectorModelCommand.js +18 -41
- package/dist-cjs/commands/CreateInputCommand.js +18 -41
- package/dist-cjs/commands/DeleteAlarmModelCommand.js +18 -41
- package/dist-cjs/commands/DeleteDetectorModelCommand.js +18 -41
- package/dist-cjs/commands/DeleteInputCommand.js +18 -41
- package/dist-cjs/commands/DescribeAlarmModelCommand.js +18 -41
- package/dist-cjs/commands/DescribeDetectorModelAnalysisCommand.js +18 -41
- package/dist-cjs/commands/DescribeDetectorModelCommand.js +18 -41
- package/dist-cjs/commands/DescribeInputCommand.js +18 -41
- package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +18 -41
- package/dist-cjs/commands/GetDetectorModelAnalysisResultsCommand.js +18 -41
- package/dist-cjs/commands/ListAlarmModelVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListAlarmModelsCommand.js +18 -41
- package/dist-cjs/commands/ListDetectorModelVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListDetectorModelsCommand.js +18 -41
- package/dist-cjs/commands/ListInputRoutingsCommand.js +18 -41
- package/dist-cjs/commands/ListInputsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutLoggingOptionsCommand.js +18 -41
- package/dist-cjs/commands/StartDetectorModelAnalysisCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAlarmModelCommand.js +18 -41
- package/dist-cjs/commands/UpdateDetectorModelCommand.js +18 -41
- package/dist-cjs/commands/UpdateInputCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CreateAlarmModelCommand.js +18 -41
- package/dist-es/commands/CreateDetectorModelCommand.js +18 -41
- package/dist-es/commands/CreateInputCommand.js +18 -41
- package/dist-es/commands/DeleteAlarmModelCommand.js +18 -41
- package/dist-es/commands/DeleteDetectorModelCommand.js +18 -41
- package/dist-es/commands/DeleteInputCommand.js +18 -41
- package/dist-es/commands/DescribeAlarmModelCommand.js +18 -41
- package/dist-es/commands/DescribeDetectorModelAnalysisCommand.js +18 -41
- package/dist-es/commands/DescribeDetectorModelCommand.js +18 -41
- package/dist-es/commands/DescribeInputCommand.js +18 -41
- package/dist-es/commands/DescribeLoggingOptionsCommand.js +18 -41
- package/dist-es/commands/GetDetectorModelAnalysisResultsCommand.js +18 -41
- package/dist-es/commands/ListAlarmModelVersionsCommand.js +18 -41
- package/dist-es/commands/ListAlarmModelsCommand.js +18 -41
- package/dist-es/commands/ListDetectorModelVersionsCommand.js +18 -41
- package/dist-es/commands/ListDetectorModelsCommand.js +18 -41
- package/dist-es/commands/ListInputRoutingsCommand.js +18 -41
- package/dist-es/commands/ListInputsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutLoggingOptionsCommand.js +18 -41
- package/dist-es/commands/StartDetectorModelAnalysisCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAlarmModelCommand.js +18 -41
- package/dist-es/commands/UpdateDetectorModelCommand.js +18 -41
- package/dist-es/commands/UpdateInputCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CreateAlarmModelCommand.d.ts +6 -21
- package/dist-types/commands/CreateDetectorModelCommand.d.ts +6 -21
- package/dist-types/commands/CreateInputCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAlarmModelCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDetectorModelCommand.d.ts +6 -21
- package/dist-types/commands/DeleteInputCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAlarmModelCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDetectorModelAnalysisCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDetectorModelCommand.d.ts +6 -21
- package/dist-types/commands/DescribeInputCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +6 -21
- package/dist-types/commands/GetDetectorModelAnalysisResultsCommand.d.ts +6 -21
- package/dist-types/commands/ListAlarmModelVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListAlarmModelsCommand.d.ts +6 -21
- package/dist-types/commands/ListDetectorModelVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListDetectorModelsCommand.d.ts +6 -21
- package/dist-types/commands/ListInputRoutingsCommand.d.ts +6 -21
- package/dist-types/commands/ListInputsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +6 -21
- package/dist-types/commands/StartDetectorModelAnalysisCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAlarmModelCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDetectorModelCommand.d.ts +6 -21
- package/dist-types/commands/UpdateInputCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateAlarmModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDetectorModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAlarmModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDetectorModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAlarmModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDetectorModelAnalysisCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDetectorModelCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDetectorModelAnalysisResultsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAlarmModelVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAlarmModelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDetectorModelVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDetectorModelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListInputRoutingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartDetectorModelAnalysisCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAlarmModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDetectorModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTEventsClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
|
|
|
16
10
|
export interface PutLoggingOptionsCommandInput
|
|
17
11
|
extends PutLoggingOptionsRequest {}
|
|
18
12
|
export interface PutLoggingOptionsCommandOutput extends __MetadataBearer {}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
private serialize;
|
|
33
|
-
private deserialize;
|
|
34
|
-
}
|
|
13
|
+
declare const PutLoggingOptionsCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: PutLoggingOptionsCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
17
|
+
PutLoggingOptionsCommandInput,
|
|
18
|
+
PutLoggingOptionsCommandOutput,
|
|
19
|
+
IoTEventsClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
22
|
+
>;
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
|
+
};
|
|
25
|
+
export declare class PutLoggingOptionsCommand extends PutLoggingOptionsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTEventsClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface StartDetectorModelAnalysisCommandInput
|
|
|
21
15
|
export interface StartDetectorModelAnalysisCommandOutput
|
|
22
16
|
extends StartDetectorModelAnalysisResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: StartDetectorModelAnalysisCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: StartDetectorModelAnalysisCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IoTEventsClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const StartDetectorModelAnalysisCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartDetectorModelAnalysisCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
StartDetectorModelAnalysisCommandInput,
|
|
38
|
-
StartDetectorModelAnalysisCommandOutput
|
|
23
|
+
StartDetectorModelAnalysisCommandOutput,
|
|
24
|
+
IoTEventsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class StartDetectorModelAnalysisCommand extends StartDetectorModelAnalysisCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTEventsClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
17
11
|
export interface TagResourceCommandOutput
|
|
18
12
|
extends TagResourceResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const TagResourceCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: TagResourceCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
TagResourceCommandInput,
|
|
19
|
+
TagResourceCommandOutput,
|
|
20
|
+
IoTEventsClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTEventsClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
20
14
|
export interface UntagResourceCommandOutput
|
|
21
15
|
extends UntagResourceResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const UntagResourceCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: UntagResourceCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
UntagResourceCommandInput,
|
|
22
|
+
UntagResourceCommandOutput,
|
|
23
|
+
IoTEventsClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTEventsClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface UpdateAlarmModelCommandInput extends UpdateAlarmModelRequest {}
|
|
|
20
14
|
export interface UpdateAlarmModelCommandOutput
|
|
21
15
|
extends UpdateAlarmModelResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const UpdateAlarmModelCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: UpdateAlarmModelCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
UpdateAlarmModelCommandInput,
|
|
22
|
+
UpdateAlarmModelCommandOutput,
|
|
23
|
+
IoTEventsClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class UpdateAlarmModelCommand extends UpdateAlarmModelCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTEventsClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface UpdateDetectorModelCommandInput
|
|
|
21
15
|
export interface UpdateDetectorModelCommandOutput
|
|
22
16
|
extends UpdateDetectorModelResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const UpdateDetectorModelCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateDetectorModelCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
UpdateDetectorModelCommandInput,
|
|
23
|
+
UpdateDetectorModelCommandOutput,
|
|
24
|
+
IoTEventsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateDetectorModelCommand extends UpdateDetectorModelCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTEventsClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface UpdateInputCommandInput extends UpdateInputRequest {}
|
|
|
17
11
|
export interface UpdateInputCommandOutput
|
|
18
12
|
extends UpdateInputResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const UpdateInputCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: UpdateInputCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
UpdateInputCommandInput,
|
|
19
|
+
UpdateInputCommandOutput,
|
|
20
|
+
IoTEventsClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class UpdateInputCommand extends UpdateInputCommand_base {}
|
|
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
25
25
|
ClientInputEndpointParameters & {
|
|
26
26
|
defaultSigningName: string;
|
|
27
27
|
};
|
|
28
|
+
export declare const commonParams: {
|
|
29
|
+
readonly UseFIPS: {
|
|
30
|
+
readonly type: "builtInParams";
|
|
31
|
+
readonly name: "useFipsEndpoint";
|
|
32
|
+
};
|
|
33
|
+
readonly Endpoint: {
|
|
34
|
+
readonly type: "builtInParams";
|
|
35
|
+
readonly name: "endpoint";
|
|
36
|
+
};
|
|
37
|
+
readonly Region: {
|
|
38
|
+
readonly type: "builtInParams";
|
|
39
|
+
readonly name: "region";
|
|
40
|
+
};
|
|
41
|
+
readonly UseDualStack: {
|
|
42
|
+
readonly type: "builtInParams";
|
|
43
|
+
readonly name: "useDualstackEndpoint";
|
|
44
|
+
};
|
|
45
|
+
};
|
|
28
46
|
export interface EndpointParameters extends __EndpointParameters {
|
|
29
47
|
Region?: string;
|
|
30
48
|
UseDualStack?: boolean;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot-events",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Events Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.481.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.481.0",
|
|
24
|
+
"@aws-sdk/core": "3.481.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.481.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.468.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.478.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.470.0",
|
|
32
32
|
"@aws-sdk/types": "3.468.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.478.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.470.0",
|
|
36
36
|
"@smithy/config-resolver": "^2.0.21",
|
|
37
|
-
"@smithy/core": "^1.2.
|
|
37
|
+
"@smithy/core": "^1.2.1",
|
|
38
38
|
"@smithy/fetch-http-handler": "^2.3.1",
|
|
39
39
|
"@smithy/hash-node": "^2.0.17",
|
|
40
40
|
"@smithy/invalid-dependency": "^2.0.15",
|
|
41
41
|
"@smithy/middleware-content-length": "^2.0.17",
|
|
42
42
|
"@smithy/middleware-endpoint": "^2.2.3",
|
|
43
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
+
"@smithy/middleware-retry": "^2.0.25",
|
|
44
44
|
"@smithy/middleware-serde": "^2.0.15",
|
|
45
45
|
"@smithy/middleware-stack": "^2.0.9",
|
|
46
46
|
"@smithy/node-config-provider": "^2.1.8",
|
|
47
47
|
"@smithy/node-http-handler": "^2.2.1",
|
|
48
48
|
"@smithy/protocol-http": "^3.0.11",
|
|
49
|
-
"@smithy/smithy-client": "^2.
|
|
49
|
+
"@smithy/smithy-client": "^2.2.0",
|
|
50
50
|
"@smithy/types": "^2.7.0",
|
|
51
51
|
"@smithy/url-parser": "^2.0.15",
|
|
52
52
|
"@smithy/util-base64": "^2.0.1",
|
|
53
53
|
"@smithy/util-body-length-browser": "^2.0.1",
|
|
54
54
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.0.23",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.0.30",
|
|
57
57
|
"@smithy/util-endpoints": "^1.0.7",
|
|
58
58
|
"@smithy/util-retry": "^2.0.8",
|
|
59
59
|
"@smithy/util-utf8": "^2.0.2",
|