@aws-sdk/client-iot-events 3.337.0 → 3.341.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/IoTEventsClient.js +2 -1
- package/dist-cjs/commands/CreateAlarmModelCommand.js +2 -1
- package/dist-cjs/commands/CreateDetectorModelCommand.js +2 -1
- package/dist-cjs/commands/CreateInputCommand.js +2 -1
- package/dist-cjs/commands/DeleteAlarmModelCommand.js +2 -1
- package/dist-cjs/commands/DeleteDetectorModelCommand.js +2 -1
- package/dist-cjs/commands/DeleteInputCommand.js +2 -1
- package/dist-cjs/commands/DescribeAlarmModelCommand.js +2 -1
- package/dist-cjs/commands/DescribeDetectorModelAnalysisCommand.js +2 -1
- package/dist-cjs/commands/DescribeDetectorModelCommand.js +2 -1
- package/dist-cjs/commands/DescribeInputCommand.js +2 -1
- package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +2 -1
- package/dist-cjs/commands/GetDetectorModelAnalysisResultsCommand.js +2 -1
- package/dist-cjs/commands/ListAlarmModelVersionsCommand.js +2 -1
- package/dist-cjs/commands/ListAlarmModelsCommand.js +2 -1
- package/dist-cjs/commands/ListDetectorModelVersionsCommand.js +2 -1
- package/dist-cjs/commands/ListDetectorModelsCommand.js +2 -1
- package/dist-cjs/commands/ListInputRoutingsCommand.js +2 -1
- package/dist-cjs/commands/ListInputsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/PutLoggingOptionsCommand.js +2 -1
- package/dist-cjs/commands/StartDetectorModelAnalysisCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateAlarmModelCommand.js +2 -1
- package/dist-cjs/commands/UpdateDetectorModelCommand.js +2 -1
- package/dist-cjs/commands/UpdateInputCommand.js +2 -1
- package/dist-cjs/index.js +1 -1
- package/dist-cjs/models/IoTEventsServiceException.js +2 -1
- package/dist-es/IoTEventsClient.js +1 -0
- package/dist-es/commands/CreateAlarmModelCommand.js +1 -0
- package/dist-es/commands/CreateDetectorModelCommand.js +1 -0
- package/dist-es/commands/CreateInputCommand.js +1 -0
- package/dist-es/commands/DeleteAlarmModelCommand.js +1 -0
- package/dist-es/commands/DeleteDetectorModelCommand.js +1 -0
- package/dist-es/commands/DeleteInputCommand.js +1 -0
- package/dist-es/commands/DescribeAlarmModelCommand.js +1 -0
- package/dist-es/commands/DescribeDetectorModelAnalysisCommand.js +1 -0
- package/dist-es/commands/DescribeDetectorModelCommand.js +1 -0
- package/dist-es/commands/DescribeInputCommand.js +1 -0
- package/dist-es/commands/DescribeLoggingOptionsCommand.js +1 -0
- package/dist-es/commands/GetDetectorModelAnalysisResultsCommand.js +1 -0
- package/dist-es/commands/ListAlarmModelVersionsCommand.js +1 -0
- package/dist-es/commands/ListAlarmModelsCommand.js +1 -0
- package/dist-es/commands/ListDetectorModelVersionsCommand.js +1 -0
- package/dist-es/commands/ListDetectorModelsCommand.js +1 -0
- package/dist-es/commands/ListInputRoutingsCommand.js +1 -0
- package/dist-es/commands/ListInputsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/PutLoggingOptionsCommand.js +1 -0
- package/dist-es/commands/StartDetectorModelAnalysisCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateAlarmModelCommand.js +1 -0
- package/dist-es/commands/UpdateDetectorModelCommand.js +1 -0
- package/dist-es/commands/UpdateInputCommand.js +1 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/IoTEventsServiceException.js +1 -0
- package/dist-types/IoTEventsClient.d.ts +3 -3
- package/dist-types/commands/CreateAlarmModelCommand.d.ts +4 -0
- package/dist-types/commands/CreateDetectorModelCommand.d.ts +4 -0
- package/dist-types/commands/CreateInputCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAlarmModelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDetectorModelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInputCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAlarmModelCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDetectorModelAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDetectorModelCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInputCommand.d.ts +4 -0
- package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +4 -0
- package/dist-types/commands/GetDetectorModelAnalysisResultsCommand.d.ts +4 -0
- package/dist-types/commands/ListAlarmModelVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListAlarmModelsCommand.d.ts +4 -0
- package/dist-types/commands/ListDetectorModelVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListDetectorModelsCommand.d.ts +4 -0
- package/dist-types/commands/ListInputRoutingsCommand.d.ts +4 -0
- package/dist-types/commands/ListInputsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +4 -0
- package/dist-types/commands/StartDetectorModelAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAlarmModelCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDetectorModelCommand.d.ts +4 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +4 -0
- package/dist-types/index.d.ts +8 -1
- package/dist-types/models/IoTEventsServiceException.d.ts +1 -0
- package/dist-types/ts3.4/IoTEventsClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateAlarmModelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDetectorModelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAlarmModelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDetectorModelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAlarmModelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDetectorModelAnalysisCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDetectorModelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDetectorModelAnalysisResultsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAlarmModelVersionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAlarmModelsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDetectorModelVersionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDetectorModelsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListInputRoutingsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartDetectorModelAnalysisCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateAlarmModelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDetectorModelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +1 -1
- package/dist-types/ts3.4/models/IoTEventsServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateAlarmModelCommand, se_UpdateAlarmModelCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateAlarmModelCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateDetectorModelCommand, se_UpdateDetectorModelCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateDetectorModelCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateInputCommand, se_UpdateInputCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateInputCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
package/dist-es/index.js
CHANGED
|
@@ -35,6 +35,7 @@ import { UpdateAlarmModelCommandInput, UpdateAlarmModelCommandOutput } from "./c
|
|
|
35
35
|
import { UpdateDetectorModelCommandInput, UpdateDetectorModelCommandOutput } from "./commands/UpdateDetectorModelCommand";
|
|
36
36
|
import { UpdateInputCommandInput, UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
|
|
37
37
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
38
|
+
export { __Client };
|
|
38
39
|
/**
|
|
39
40
|
* @public
|
|
40
41
|
*/
|
|
@@ -149,7 +150,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
149
150
|
/**
|
|
150
151
|
* @public
|
|
151
152
|
*/
|
|
152
|
-
type IoTEventsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
153
|
+
export type IoTEventsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
153
154
|
/**
|
|
154
155
|
* @public
|
|
155
156
|
*
|
|
@@ -160,7 +161,7 @@ export interface IoTEventsClientConfig extends IoTEventsClientConfigType {
|
|
|
160
161
|
/**
|
|
161
162
|
* @public
|
|
162
163
|
*/
|
|
163
|
-
type IoTEventsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
164
|
+
export type IoTEventsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
164
165
|
/**
|
|
165
166
|
* @public
|
|
166
167
|
*
|
|
@@ -187,4 +188,3 @@ export declare class IoTEventsClient extends __Client<__HttpHandlerOptions, Serv
|
|
|
187
188
|
*/
|
|
188
189
|
destroy(): void;
|
|
189
190
|
}
|
|
190
|
-
export {};
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { CreateAlarmModelRequest, CreateAlarmModelResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { CreateDetectorModelRequest, CreateDetectorModelResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { CreateInputRequest, CreateInputResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { DeleteAlarmModelRequest, DeleteAlarmModelResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { DeleteDetectorModelRequest, DeleteDetectorModelResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { DeleteInputRequest, DeleteInputResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { DescribeAlarmModelRequest, DescribeAlarmModelResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { DescribeDetectorModelAnalysisRequest, DescribeDetectorModelAnalysisResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { DescribeDetectorModelRequest, DescribeDetectorModelResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { DescribeInputRequest, DescribeInputResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { DescribeLoggingOptionsRequest, DescribeLoggingOptionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { GetDetectorModelAnalysisResultsRequest, GetDetectorModelAnalysisResultsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { ListAlarmModelVersionsRequest, ListAlarmModelVersionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { ListAlarmModelsRequest, ListAlarmModelsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { ListDetectorModelVersionsRequest, ListDetectorModelVersionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { ListDetectorModelsRequest, ListDetectorModelsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { ListInputRoutingsRequest, ListInputRoutingsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { ListInputsRequest, ListInputsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { PutLoggingOptionsRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { StartDetectorModelAnalysisRequest, StartDetectorModelAnalysisResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { UpdateAlarmModelRequest, UpdateAlarmModelResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { UpdateDetectorModelRequest, UpdateDetectorModelResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { UpdateInputRequest, UpdateInputResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and
|
|
3
|
+
* triggers actions when such events occur. You can use AWS IoT Events API operations to create, read,
|
|
4
|
+
* update, and delete inputs and detector models, and to list their versions.</p>
|
|
5
|
+
*
|
|
6
|
+
* @packageDocumentation
|
|
7
|
+
*/
|
|
2
8
|
export * from "./IoTEventsClient";
|
|
9
|
+
export * from "./IoTEvents";
|
|
3
10
|
export * from "./commands";
|
|
4
11
|
export * from "./models";
|
|
5
12
|
export { IoTEventsServiceException } from "./models/IoTEventsServiceException";
|
|
@@ -155,6 +155,7 @@ import {
|
|
|
155
155
|
ClientResolvedEndpointParameters,
|
|
156
156
|
EndpointParameters,
|
|
157
157
|
} from "./endpoint/EndpointParameters";
|
|
158
|
+
export { __Client };
|
|
158
159
|
export type ServiceInputTypes =
|
|
159
160
|
| CreateAlarmModelCommandInput
|
|
160
161
|
| CreateDetectorModelCommandInput
|
|
@@ -233,7 +234,7 @@ export interface ClientDefaults
|
|
|
233
234
|
logger?: __Logger;
|
|
234
235
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
235
236
|
}
|
|
236
|
-
type IoTEventsClientConfigType = Partial<
|
|
237
|
+
export type IoTEventsClientConfigType = Partial<
|
|
237
238
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
238
239
|
> &
|
|
239
240
|
ClientDefaults &
|
|
@@ -245,7 +246,7 @@ type IoTEventsClientConfigType = Partial<
|
|
|
245
246
|
UserAgentInputConfig &
|
|
246
247
|
ClientInputEndpointParameters;
|
|
247
248
|
export interface IoTEventsClientConfig extends IoTEventsClientConfigType {}
|
|
248
|
-
type IoTEventsClientResolvedConfigType =
|
|
249
|
+
export type IoTEventsClientResolvedConfigType =
|
|
249
250
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
250
251
|
Required<ClientDefaults> &
|
|
251
252
|
RegionResolvedConfig &
|
|
@@ -267,4 +268,3 @@ export declare class IoTEventsClient extends __Client<
|
|
|
267
268
|
constructor(configuration: IoTEventsClientConfig);
|
|
268
269
|
destroy(): void;
|
|
269
270
|
}
|
|
270
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateAlarmModelRequest,
|
|
16
16
|
CreateAlarmModelResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateAlarmModelCommandInput extends CreateAlarmModelRequest {}
|
|
19
20
|
export interface CreateAlarmModelCommandOutput
|
|
20
21
|
extends CreateAlarmModelResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateDetectorModelRequest,
|
|
16
16
|
CreateDetectorModelResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDetectorModelCommandInput
|
|
19
20
|
extends CreateDetectorModelRequest {}
|
|
20
21
|
export interface CreateDetectorModelCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTEventsClient";
|
|
14
14
|
import { CreateInputRequest, CreateInputResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateInputCommandInput extends CreateInputRequest {}
|
|
16
17
|
export interface CreateInputCommandOutput
|
|
17
18
|
extends CreateInputResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteAlarmModelRequest,
|
|
16
16
|
DeleteAlarmModelResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteAlarmModelCommandInput extends DeleteAlarmModelRequest {}
|
|
19
20
|
export interface DeleteAlarmModelCommandOutput
|
|
20
21
|
extends DeleteAlarmModelResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteDetectorModelRequest,
|
|
16
16
|
DeleteDetectorModelResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteDetectorModelCommandInput
|
|
19
20
|
extends DeleteDetectorModelRequest {}
|
|
20
21
|
export interface DeleteDetectorModelCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTEventsClient";
|
|
14
14
|
import { DeleteInputRequest, DeleteInputResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteInputCommandInput extends DeleteInputRequest {}
|
|
16
17
|
export interface DeleteInputCommandOutput
|
|
17
18
|
extends DeleteInputResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeAlarmModelRequest,
|
|
16
16
|
DescribeAlarmModelResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeAlarmModelCommandInput
|
|
19
20
|
extends DescribeAlarmModelRequest {}
|
|
20
21
|
export interface DescribeAlarmModelCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeDetectorModelAnalysisRequest,
|
|
16
16
|
DescribeDetectorModelAnalysisResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDetectorModelAnalysisCommandInput
|
|
19
20
|
extends DescribeDetectorModelAnalysisRequest {}
|
|
20
21
|
export interface DescribeDetectorModelAnalysisCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeDetectorModelRequest,
|
|
16
16
|
DescribeDetectorModelResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDetectorModelCommandInput
|
|
19
20
|
extends DescribeDetectorModelRequest {}
|
|
20
21
|
export interface DescribeDetectorModelCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeInputRequest,
|
|
16
16
|
DescribeInputResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeInputCommandInput extends DescribeInputRequest {}
|
|
19
20
|
export interface DescribeInputCommandOutput
|
|
20
21
|
extends DescribeInputResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeLoggingOptionsRequest,
|
|
16
16
|
DescribeLoggingOptionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeLoggingOptionsCommandInput
|
|
19
20
|
extends DescribeLoggingOptionsRequest {}
|
|
20
21
|
export interface DescribeLoggingOptionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetDetectorModelAnalysisResultsRequest,
|
|
16
16
|
GetDetectorModelAnalysisResultsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetDetectorModelAnalysisResultsCommandInput
|
|
19
20
|
extends GetDetectorModelAnalysisResultsRequest {}
|
|
20
21
|
export interface GetDetectorModelAnalysisResultsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListAlarmModelVersionsRequest,
|
|
16
16
|
ListAlarmModelVersionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListAlarmModelVersionsCommandInput
|
|
19
20
|
extends ListAlarmModelVersionsRequest {}
|
|
20
21
|
export interface ListAlarmModelVersionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListAlarmModelsRequest,
|
|
16
16
|
ListAlarmModelsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListAlarmModelsCommandInput extends ListAlarmModelsRequest {}
|
|
19
20
|
export interface ListAlarmModelsCommandOutput
|
|
20
21
|
extends ListAlarmModelsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDetectorModelVersionsRequest,
|
|
16
16
|
ListDetectorModelVersionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDetectorModelVersionsCommandInput
|
|
19
20
|
extends ListDetectorModelVersionsRequest {}
|
|
20
21
|
export interface ListDetectorModelVersionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDetectorModelsRequest,
|
|
16
16
|
ListDetectorModelsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDetectorModelsCommandInput
|
|
19
20
|
extends ListDetectorModelsRequest {}
|
|
20
21
|
export interface ListDetectorModelsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListInputRoutingsRequest,
|
|
16
16
|
ListInputRoutingsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListInputRoutingsCommandInput
|
|
19
20
|
extends ListInputRoutingsRequest {}
|
|
20
21
|
export interface ListInputRoutingsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTEventsClient";
|
|
14
14
|
import { ListInputsRequest, ListInputsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListInputsCommandInput extends ListInputsRequest {}
|
|
16
17
|
export interface ListInputsCommandOutput
|
|
17
18
|
extends ListInputsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTEventsClient";
|
|
14
14
|
import { PutLoggingOptionsRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface PutLoggingOptionsCommandInput
|
|
16
17
|
extends PutLoggingOptionsRequest {}
|
|
17
18
|
export interface PutLoggingOptionsCommandOutput extends __MetadataBearer {}
|