@aws-sdk/client-iot-events 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/IoTEvents.d.ts +5 -1
- package/dist-types/IoTEventsClient.d.ts +1 -1
- package/dist-types/commands/CreateAlarmModelCommand.d.ts +2 -1
- package/dist-types/commands/CreateDetectorModelCommand.d.ts +2 -1
- package/dist-types/commands/CreateInputCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAlarmModelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDetectorModelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInputCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAlarmModelCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDetectorModelAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDetectorModelCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInputCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +2 -1
- package/dist-types/commands/GetDetectorModelAnalysisResultsCommand.d.ts +2 -1
- package/dist-types/commands/ListAlarmModelVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListAlarmModelsCommand.d.ts +2 -1
- package/dist-types/commands/ListDetectorModelVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListDetectorModelsCommand.d.ts +2 -1
- package/dist-types/commands/ListInputRoutingsCommand.d.ts +2 -1
- package/dist-types/commands/ListInputsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +2 -1
- package/dist-types/commands/StartDetectorModelAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAlarmModelCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDetectorModelCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInputCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +378 -378
- package/dist-types/ts3.4/IoTEvents.d.ts +4 -0
- package/dist-types/ts3.4/commands/CreateAlarmModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDetectorModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAlarmModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDetectorModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAlarmModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDetectorModelAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDetectorModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDetectorModelAnalysisResultsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAlarmModelVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAlarmModelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDetectorModelVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDetectorModelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInputRoutingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDetectorModelAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAlarmModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDetectorModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface UpdateInputCommandOutput extends UpdateInputResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateInputCommand_base: {
|
|
24
24
|
new (input: UpdateInputCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateInputCommandInput, UpdateInputCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateInputCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateInputCommandInput, UpdateInputCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an input.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const UpdateInputCommand_base: {
|
|
|
86
86
|
* @throws {@link IoTEventsServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from IoTEvents service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class UpdateInputCommand extends UpdateInputCommand_base {
|
|
91
92
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -12,5 +12,4 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
12
12
|
export { IoTEventsExtensionConfiguration } from "./extensionConfiguration";
|
|
13
13
|
export * from "./commands";
|
|
14
14
|
export * from "./models";
|
|
15
|
-
import "@aws-sdk/util-endpoints";
|
|
16
15
|
export { IoTEventsServiceException } from "./models/IoTEventsServiceException";
|