@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.
Files changed (117) hide show
  1. package/dist-cjs/IoTEventsClient.js +2 -1
  2. package/dist-cjs/commands/CreateAlarmModelCommand.js +2 -1
  3. package/dist-cjs/commands/CreateDetectorModelCommand.js +2 -1
  4. package/dist-cjs/commands/CreateInputCommand.js +2 -1
  5. package/dist-cjs/commands/DeleteAlarmModelCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteDetectorModelCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteInputCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeAlarmModelCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeDetectorModelAnalysisCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeDetectorModelCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeInputCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +2 -1
  13. package/dist-cjs/commands/GetDetectorModelAnalysisResultsCommand.js +2 -1
  14. package/dist-cjs/commands/ListAlarmModelVersionsCommand.js +2 -1
  15. package/dist-cjs/commands/ListAlarmModelsCommand.js +2 -1
  16. package/dist-cjs/commands/ListDetectorModelVersionsCommand.js +2 -1
  17. package/dist-cjs/commands/ListDetectorModelsCommand.js +2 -1
  18. package/dist-cjs/commands/ListInputRoutingsCommand.js +2 -1
  19. package/dist-cjs/commands/ListInputsCommand.js +2 -1
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  21. package/dist-cjs/commands/PutLoggingOptionsCommand.js +2 -1
  22. package/dist-cjs/commands/StartDetectorModelAnalysisCommand.js +2 -1
  23. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  24. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  25. package/dist-cjs/commands/UpdateAlarmModelCommand.js +2 -1
  26. package/dist-cjs/commands/UpdateDetectorModelCommand.js +2 -1
  27. package/dist-cjs/commands/UpdateInputCommand.js +2 -1
  28. package/dist-cjs/index.js +1 -1
  29. package/dist-cjs/models/IoTEventsServiceException.js +2 -1
  30. package/dist-es/IoTEventsClient.js +1 -0
  31. package/dist-es/commands/CreateAlarmModelCommand.js +1 -0
  32. package/dist-es/commands/CreateDetectorModelCommand.js +1 -0
  33. package/dist-es/commands/CreateInputCommand.js +1 -0
  34. package/dist-es/commands/DeleteAlarmModelCommand.js +1 -0
  35. package/dist-es/commands/DeleteDetectorModelCommand.js +1 -0
  36. package/dist-es/commands/DeleteInputCommand.js +1 -0
  37. package/dist-es/commands/DescribeAlarmModelCommand.js +1 -0
  38. package/dist-es/commands/DescribeDetectorModelAnalysisCommand.js +1 -0
  39. package/dist-es/commands/DescribeDetectorModelCommand.js +1 -0
  40. package/dist-es/commands/DescribeInputCommand.js +1 -0
  41. package/dist-es/commands/DescribeLoggingOptionsCommand.js +1 -0
  42. package/dist-es/commands/GetDetectorModelAnalysisResultsCommand.js +1 -0
  43. package/dist-es/commands/ListAlarmModelVersionsCommand.js +1 -0
  44. package/dist-es/commands/ListAlarmModelsCommand.js +1 -0
  45. package/dist-es/commands/ListDetectorModelVersionsCommand.js +1 -0
  46. package/dist-es/commands/ListDetectorModelsCommand.js +1 -0
  47. package/dist-es/commands/ListInputRoutingsCommand.js +1 -0
  48. package/dist-es/commands/ListInputsCommand.js +1 -0
  49. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  50. package/dist-es/commands/PutLoggingOptionsCommand.js +1 -0
  51. package/dist-es/commands/StartDetectorModelAnalysisCommand.js +1 -0
  52. package/dist-es/commands/TagResourceCommand.js +1 -0
  53. package/dist-es/commands/UntagResourceCommand.js +1 -0
  54. package/dist-es/commands/UpdateAlarmModelCommand.js +1 -0
  55. package/dist-es/commands/UpdateDetectorModelCommand.js +1 -0
  56. package/dist-es/commands/UpdateInputCommand.js +1 -0
  57. package/dist-es/index.js +1 -1
  58. package/dist-es/models/IoTEventsServiceException.js +1 -0
  59. package/dist-types/IoTEventsClient.d.ts +3 -3
  60. package/dist-types/commands/CreateAlarmModelCommand.d.ts +4 -0
  61. package/dist-types/commands/CreateDetectorModelCommand.d.ts +4 -0
  62. package/dist-types/commands/CreateInputCommand.d.ts +4 -0
  63. package/dist-types/commands/DeleteAlarmModelCommand.d.ts +4 -0
  64. package/dist-types/commands/DeleteDetectorModelCommand.d.ts +4 -0
  65. package/dist-types/commands/DeleteInputCommand.d.ts +4 -0
  66. package/dist-types/commands/DescribeAlarmModelCommand.d.ts +4 -0
  67. package/dist-types/commands/DescribeDetectorModelAnalysisCommand.d.ts +4 -0
  68. package/dist-types/commands/DescribeDetectorModelCommand.d.ts +4 -0
  69. package/dist-types/commands/DescribeInputCommand.d.ts +4 -0
  70. package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +4 -0
  71. package/dist-types/commands/GetDetectorModelAnalysisResultsCommand.d.ts +4 -0
  72. package/dist-types/commands/ListAlarmModelVersionsCommand.d.ts +4 -0
  73. package/dist-types/commands/ListAlarmModelsCommand.d.ts +4 -0
  74. package/dist-types/commands/ListDetectorModelVersionsCommand.d.ts +4 -0
  75. package/dist-types/commands/ListDetectorModelsCommand.d.ts +4 -0
  76. package/dist-types/commands/ListInputRoutingsCommand.d.ts +4 -0
  77. package/dist-types/commands/ListInputsCommand.d.ts +4 -0
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  79. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +4 -0
  80. package/dist-types/commands/StartDetectorModelAnalysisCommand.d.ts +4 -0
  81. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  82. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  83. package/dist-types/commands/UpdateAlarmModelCommand.d.ts +4 -0
  84. package/dist-types/commands/UpdateDetectorModelCommand.d.ts +4 -0
  85. package/dist-types/commands/UpdateInputCommand.d.ts +4 -0
  86. package/dist-types/index.d.ts +8 -1
  87. package/dist-types/models/IoTEventsServiceException.d.ts +1 -0
  88. package/dist-types/ts3.4/IoTEventsClient.d.ts +3 -3
  89. package/dist-types/ts3.4/commands/CreateAlarmModelCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/CreateDetectorModelCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/DeleteAlarmModelCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/DeleteDetectorModelCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/DescribeAlarmModelCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/DescribeDetectorModelAnalysisCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/DescribeDetectorModelCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/GetDetectorModelAnalysisResultsCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/ListAlarmModelVersionsCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/ListAlarmModelsCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/ListDetectorModelVersionsCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/ListDetectorModelsCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/ListInputRoutingsCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/StartDetectorModelAnalysisCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/UpdateAlarmModelCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/UpdateDetectorModelCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/index.d.ts +1 -1
  116. package/dist-types/ts3.4/models/IoTEventsServiceException.d.ts +1 -0
  117. 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
@@ -1,5 +1,5 @@
1
- export * from "./IoTEvents";
2
1
  export * from "./IoTEventsClient";
2
+ export * from "./IoTEvents";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export { IoTEventsServiceException } from "./models/IoTEventsServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class IoTEventsServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -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
  *
@@ -1,5 +1,12 @@
1
- export * from "./IoTEvents";
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";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -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 {}