@aws-sdk/client-iot-events 3.478.0 → 3.484.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 (109) hide show
  1. package/dist-cjs/commands/CreateAlarmModelCommand.js +18 -41
  2. package/dist-cjs/commands/CreateDetectorModelCommand.js +18 -41
  3. package/dist-cjs/commands/CreateInputCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteAlarmModelCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteDetectorModelCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteInputCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeAlarmModelCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeDetectorModelAnalysisCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeDetectorModelCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeInputCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +18 -41
  12. package/dist-cjs/commands/GetDetectorModelAnalysisResultsCommand.js +18 -41
  13. package/dist-cjs/commands/ListAlarmModelVersionsCommand.js +18 -41
  14. package/dist-cjs/commands/ListAlarmModelsCommand.js +18 -41
  15. package/dist-cjs/commands/ListDetectorModelVersionsCommand.js +18 -41
  16. package/dist-cjs/commands/ListDetectorModelsCommand.js +18 -41
  17. package/dist-cjs/commands/ListInputRoutingsCommand.js +18 -41
  18. package/dist-cjs/commands/ListInputsCommand.js +18 -41
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  20. package/dist-cjs/commands/PutLoggingOptionsCommand.js +18 -41
  21. package/dist-cjs/commands/StartDetectorModelAnalysisCommand.js +18 -41
  22. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  23. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateAlarmModelCommand.js +18 -41
  25. package/dist-cjs/commands/UpdateDetectorModelCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateInputCommand.js +18 -41
  27. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  28. package/dist-es/commands/CreateAlarmModelCommand.js +18 -41
  29. package/dist-es/commands/CreateDetectorModelCommand.js +18 -41
  30. package/dist-es/commands/CreateInputCommand.js +18 -41
  31. package/dist-es/commands/DeleteAlarmModelCommand.js +18 -41
  32. package/dist-es/commands/DeleteDetectorModelCommand.js +18 -41
  33. package/dist-es/commands/DeleteInputCommand.js +18 -41
  34. package/dist-es/commands/DescribeAlarmModelCommand.js +18 -41
  35. package/dist-es/commands/DescribeDetectorModelAnalysisCommand.js +18 -41
  36. package/dist-es/commands/DescribeDetectorModelCommand.js +18 -41
  37. package/dist-es/commands/DescribeInputCommand.js +18 -41
  38. package/dist-es/commands/DescribeLoggingOptionsCommand.js +18 -41
  39. package/dist-es/commands/GetDetectorModelAnalysisResultsCommand.js +18 -41
  40. package/dist-es/commands/ListAlarmModelVersionsCommand.js +18 -41
  41. package/dist-es/commands/ListAlarmModelsCommand.js +18 -41
  42. package/dist-es/commands/ListDetectorModelVersionsCommand.js +18 -41
  43. package/dist-es/commands/ListDetectorModelsCommand.js +18 -41
  44. package/dist-es/commands/ListInputRoutingsCommand.js +18 -41
  45. package/dist-es/commands/ListInputsCommand.js +18 -41
  46. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  47. package/dist-es/commands/PutLoggingOptionsCommand.js +18 -41
  48. package/dist-es/commands/StartDetectorModelAnalysisCommand.js +18 -41
  49. package/dist-es/commands/TagResourceCommand.js +18 -41
  50. package/dist-es/commands/UntagResourceCommand.js +18 -41
  51. package/dist-es/commands/UpdateAlarmModelCommand.js +18 -41
  52. package/dist-es/commands/UpdateDetectorModelCommand.js +18 -41
  53. package/dist-es/commands/UpdateInputCommand.js +18 -41
  54. package/dist-es/endpoint/EndpointParameters.js +6 -0
  55. package/dist-types/commands/CreateAlarmModelCommand.d.ts +6 -21
  56. package/dist-types/commands/CreateDetectorModelCommand.d.ts +6 -21
  57. package/dist-types/commands/CreateInputCommand.d.ts +6 -21
  58. package/dist-types/commands/DeleteAlarmModelCommand.d.ts +6 -21
  59. package/dist-types/commands/DeleteDetectorModelCommand.d.ts +6 -21
  60. package/dist-types/commands/DeleteInputCommand.d.ts +6 -21
  61. package/dist-types/commands/DescribeAlarmModelCommand.d.ts +6 -21
  62. package/dist-types/commands/DescribeDetectorModelAnalysisCommand.d.ts +6 -21
  63. package/dist-types/commands/DescribeDetectorModelCommand.d.ts +6 -21
  64. package/dist-types/commands/DescribeInputCommand.d.ts +6 -21
  65. package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +6 -21
  66. package/dist-types/commands/GetDetectorModelAnalysisResultsCommand.d.ts +6 -21
  67. package/dist-types/commands/ListAlarmModelVersionsCommand.d.ts +6 -21
  68. package/dist-types/commands/ListAlarmModelsCommand.d.ts +6 -21
  69. package/dist-types/commands/ListDetectorModelVersionsCommand.d.ts +6 -21
  70. package/dist-types/commands/ListDetectorModelsCommand.d.ts +6 -21
  71. package/dist-types/commands/ListInputRoutingsCommand.d.ts +6 -21
  72. package/dist-types/commands/ListInputsCommand.d.ts +6 -21
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  74. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +6 -21
  75. package/dist-types/commands/StartDetectorModelAnalysisCommand.d.ts +6 -21
  76. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  77. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  78. package/dist-types/commands/UpdateAlarmModelCommand.d.ts +6 -21
  79. package/dist-types/commands/UpdateDetectorModelCommand.d.ts +6 -21
  80. package/dist-types/commands/UpdateInputCommand.d.ts +6 -21
  81. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  82. package/dist-types/ts3.4/commands/CreateAlarmModelCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/CreateDetectorModelCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/DeleteAlarmModelCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/DeleteDetectorModelCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/DescribeAlarmModelCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/DescribeDetectorModelAnalysisCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/DescribeDetectorModelCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/GetDetectorModelAnalysisResultsCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/ListAlarmModelVersionsCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/ListAlarmModelsCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/ListDetectorModelVersionsCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/ListDetectorModelsCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/ListInputRoutingsCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/StartDetectorModelAnalysisCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/UpdateAlarmModelCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/UpdateDetectorModelCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  109. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
5
4
  import { DeleteAlarmModelRequest, DeleteAlarmModelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAlarmModelCommandInput extends DeleteAlarmModelRequest {
21
20
  */
22
21
  export interface DeleteAlarmModelCommandOutput extends DeleteAlarmModelResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteAlarmModelCommand_base: {
24
+ new (input: DeleteAlarmModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAlarmModelCommandInput, DeleteAlarmModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an alarm model. Any alarm instances that were created based on this alarm model
@@ -68,23 +71,5 @@ export interface DeleteAlarmModelCommandOutput extends DeleteAlarmModelResponse,
68
71
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
69
72
  *
70
73
  */
71
- export declare class DeleteAlarmModelCommand extends $Command<DeleteAlarmModelCommandInput, DeleteAlarmModelCommandOutput, IoTEventsClientResolvedConfig> {
72
- readonly input: DeleteAlarmModelCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: DeleteAlarmModelCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAlarmModelCommandInput, DeleteAlarmModelCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class DeleteAlarmModelCommand extends DeleteAlarmModelCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
5
4
  import { DeleteDetectorModelRequest, DeleteDetectorModelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDetectorModelCommandInput extends DeleteDetectorModelRequ
21
20
  */
22
21
  export interface DeleteDetectorModelCommandOutput extends DeleteDetectorModelResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteDetectorModelCommand_base: {
24
+ new (input: DeleteDetectorModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDetectorModelCommandInput, DeleteDetectorModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a detector model. Any active instances of the detector model are also
@@ -68,23 +71,5 @@ export interface DeleteDetectorModelCommandOutput extends DeleteDetectorModelRes
68
71
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
69
72
  *
70
73
  */
71
- export declare class DeleteDetectorModelCommand extends $Command<DeleteDetectorModelCommandInput, DeleteDetectorModelCommandOutput, IoTEventsClientResolvedConfig> {
72
- readonly input: DeleteDetectorModelCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: DeleteDetectorModelCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDetectorModelCommandInput, DeleteDetectorModelCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class DeleteDetectorModelCommand extends DeleteDetectorModelCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
5
4
  import { DeleteInputRequest, DeleteInputResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteInputCommandInput extends DeleteInputRequest {
21
20
  */
22
21
  export interface DeleteInputCommandOutput extends DeleteInputResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteInputCommand_base: {
24
+ new (input: DeleteInputCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInputCommandInput, DeleteInputCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an input.</p>
@@ -67,23 +70,5 @@ export interface DeleteInputCommandOutput extends DeleteInputResponse, __Metadat
67
70
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteInputCommand extends $Command<DeleteInputCommandInput, DeleteInputCommandOutput, IoTEventsClientResolvedConfig> {
71
- readonly input: DeleteInputCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteInputCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInputCommandInput, DeleteInputCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteInputCommand extends DeleteInputCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
5
4
  import { DescribeAlarmModelRequest, DescribeAlarmModelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAlarmModelCommandInput extends DescribeAlarmModelReques
21
20
  */
22
21
  export interface DescribeAlarmModelCommandOutput extends DescribeAlarmModelResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAlarmModelCommand_base: {
24
+ new (input: DescribeAlarmModelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAlarmModelCommandInput, DescribeAlarmModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about an alarm model. If you don't specify a value for the
@@ -220,23 +223,5 @@ export interface DescribeAlarmModelCommandOutput extends DescribeAlarmModelRespo
220
223
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
221
224
  *
222
225
  */
223
- export declare class DescribeAlarmModelCommand extends $Command<DescribeAlarmModelCommandInput, DescribeAlarmModelCommandOutput, IoTEventsClientResolvedConfig> {
224
- readonly input: DescribeAlarmModelCommandInput;
225
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
226
- /**
227
- * @public
228
- */
229
- constructor(input: DescribeAlarmModelCommandInput);
230
- /**
231
- * @internal
232
- */
233
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAlarmModelCommandInput, DescribeAlarmModelCommandOutput>;
234
- /**
235
- * @internal
236
- */
237
- private serialize;
238
- /**
239
- * @internal
240
- */
241
- private deserialize;
226
+ export declare class DescribeAlarmModelCommand extends DescribeAlarmModelCommand_base {
242
227
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
5
4
  import { DescribeDetectorModelAnalysisRequest, DescribeDetectorModelAnalysisResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDetectorModelAnalysisCommandInput extends DescribeDetec
21
20
  */
22
21
  export interface DescribeDetectorModelAnalysisCommandOutput extends DescribeDetectorModelAnalysisResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDetectorModelAnalysisCommand_base: {
24
+ new (input: DescribeDetectorModelAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDetectorModelAnalysisCommandInput, DescribeDetectorModelAnalysisCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves runtime information about a detector model analysis.</p>
@@ -69,23 +72,5 @@ export interface DescribeDetectorModelAnalysisCommandOutput extends DescribeDete
69
72
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
70
73
  *
71
74
  */
72
- export declare class DescribeDetectorModelAnalysisCommand extends $Command<DescribeDetectorModelAnalysisCommandInput, DescribeDetectorModelAnalysisCommandOutput, IoTEventsClientResolvedConfig> {
73
- readonly input: DescribeDetectorModelAnalysisCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: DescribeDetectorModelAnalysisCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDetectorModelAnalysisCommandInput, DescribeDetectorModelAnalysisCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class DescribeDetectorModelAnalysisCommand extends DescribeDetectorModelAnalysisCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
5
4
  import { DescribeDetectorModelRequest, DescribeDetectorModelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDetectorModelCommandInput extends DescribeDetectorModel
21
20
  */
22
21
  export interface DescribeDetectorModelCommandOutput extends DescribeDetectorModelResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDetectorModelCommand_base: {
24
+ new (input: DescribeDetectorModelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDetectorModelCommandInput, DescribeDetectorModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes a detector model. If the <code>version</code> parameter is not specified,
@@ -455,23 +458,5 @@ export interface DescribeDetectorModelCommandOutput extends DescribeDetectorMode
455
458
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
456
459
  *
457
460
  */
458
- export declare class DescribeDetectorModelCommand extends $Command<DescribeDetectorModelCommandInput, DescribeDetectorModelCommandOutput, IoTEventsClientResolvedConfig> {
459
- readonly input: DescribeDetectorModelCommandInput;
460
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
461
- /**
462
- * @public
463
- */
464
- constructor(input: DescribeDetectorModelCommandInput);
465
- /**
466
- * @internal
467
- */
468
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDetectorModelCommandInput, DescribeDetectorModelCommandOutput>;
469
- /**
470
- * @internal
471
- */
472
- private serialize;
473
- /**
474
- * @internal
475
- */
476
- private deserialize;
461
+ export declare class DescribeDetectorModelCommand extends DescribeDetectorModelCommand_base {
477
462
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
5
4
  import { DescribeInputRequest, DescribeInputResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeInputCommandInput extends DescribeInputRequest {
21
20
  */
22
21
  export interface DescribeInputCommandOutput extends DescribeInputResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeInputCommand_base: {
24
+ new (input: DescribeInputCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInputCommandInput, DescribeInputCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes an input.</p>
@@ -82,23 +85,5 @@ export interface DescribeInputCommandOutput extends DescribeInputResponse, __Met
82
85
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
83
86
  *
84
87
  */
85
- export declare class DescribeInputCommand extends $Command<DescribeInputCommandInput, DescribeInputCommandOutput, IoTEventsClientResolvedConfig> {
86
- readonly input: DescribeInputCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: DescribeInputCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInputCommandInput, DescribeInputCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class DescribeInputCommand extends DescribeInputCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
5
4
  import { DescribeLoggingOptionsRequest, DescribeLoggingOptionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeLoggingOptionsCommandInput extends DescribeLoggingOptio
21
20
  */
22
21
  export interface DescribeLoggingOptionsCommandOutput extends DescribeLoggingOptionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeLoggingOptionsCommand_base: {
24
+ new (input: DescribeLoggingOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the current settings of the AWS IoT Events logging options.</p>
@@ -77,23 +80,5 @@ export interface DescribeLoggingOptionsCommandOutput extends DescribeLoggingOpti
77
80
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
78
81
  *
79
82
  */
80
- export declare class DescribeLoggingOptionsCommand extends $Command<DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput, IoTEventsClientResolvedConfig> {
81
- readonly input: DescribeLoggingOptionsCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: DescribeLoggingOptionsCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class DescribeLoggingOptionsCommand extends DescribeLoggingOptionsCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
5
4
  import { GetDetectorModelAnalysisResultsRequest, GetDetectorModelAnalysisResultsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDetectorModelAnalysisResultsCommandInput extends GetDetector
21
20
  */
22
21
  export interface GetDetectorModelAnalysisResultsCommandOutput extends GetDetectorModelAnalysisResultsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDetectorModelAnalysisResultsCommand_base: {
24
+ new (input: GetDetectorModelAnalysisResultsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDetectorModelAnalysisResultsCommandInput, GetDetectorModelAnalysisResultsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves one or more analysis results of the detector model.</p>
@@ -83,23 +86,5 @@ export interface GetDetectorModelAnalysisResultsCommandOutput extends GetDetecto
83
86
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
84
87
  *
85
88
  */
86
- export declare class GetDetectorModelAnalysisResultsCommand extends $Command<GetDetectorModelAnalysisResultsCommandInput, GetDetectorModelAnalysisResultsCommandOutput, IoTEventsClientResolvedConfig> {
87
- readonly input: GetDetectorModelAnalysisResultsCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: GetDetectorModelAnalysisResultsCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDetectorModelAnalysisResultsCommandInput, GetDetectorModelAnalysisResultsCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class GetDetectorModelAnalysisResultsCommand extends GetDetectorModelAnalysisResultsCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
5
4
  import { ListAlarmModelVersionsRequest, ListAlarmModelVersionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAlarmModelVersionsCommandInput extends ListAlarmModelVersio
21
20
  */
22
21
  export interface ListAlarmModelVersionsCommandOutput extends ListAlarmModelVersionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAlarmModelVersionsCommand_base: {
24
+ new (input: ListAlarmModelVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAlarmModelVersionsCommandInput, ListAlarmModelVersionsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all the versions of an alarm model. The operation returns only the metadata
@@ -81,23 +84,5 @@ export interface ListAlarmModelVersionsCommandOutput extends ListAlarmModelVersi
81
84
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
82
85
  *
83
86
  */
84
- export declare class ListAlarmModelVersionsCommand extends $Command<ListAlarmModelVersionsCommandInput, ListAlarmModelVersionsCommandOutput, IoTEventsClientResolvedConfig> {
85
- readonly input: ListAlarmModelVersionsCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListAlarmModelVersionsCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAlarmModelVersionsCommandInput, ListAlarmModelVersionsCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListAlarmModelVersionsCommand extends ListAlarmModelVersionsCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
5
4
  import { ListAlarmModelsRequest, ListAlarmModelsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAlarmModelsCommandInput extends ListAlarmModelsRequest {
21
20
  */
22
21
  export interface ListAlarmModelsCommandOutput extends ListAlarmModelsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAlarmModelsCommand_base: {
24
+ new (input: ListAlarmModelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAlarmModelsCommandInput, ListAlarmModelsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the alarm models that you created. The operation returns only the metadata
@@ -72,23 +75,5 @@ export interface ListAlarmModelsCommandOutput extends ListAlarmModelsResponse, _
72
75
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
73
76
  *
74
77
  */
75
- export declare class ListAlarmModelsCommand extends $Command<ListAlarmModelsCommandInput, ListAlarmModelsCommandOutput, IoTEventsClientResolvedConfig> {
76
- readonly input: ListAlarmModelsCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ListAlarmModelsCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAlarmModelsCommandInput, ListAlarmModelsCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ListAlarmModelsCommand extends ListAlarmModelsCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
5
4
  import { ListDetectorModelVersionsRequest, ListDetectorModelVersionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDetectorModelVersionsCommandInput extends ListDetectorModel
21
20
  */
22
21
  export interface ListDetectorModelVersionsCommandOutput extends ListDetectorModelVersionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDetectorModelVersionsCommand_base: {
24
+ new (input: ListDetectorModelVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDetectorModelVersionsCommandInput, ListDetectorModelVersionsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all the versions of a detector model. Only the metadata associated with each
@@ -81,23 +84,5 @@ export interface ListDetectorModelVersionsCommandOutput extends ListDetectorMode
81
84
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
82
85
  *
83
86
  */
84
- export declare class ListDetectorModelVersionsCommand extends $Command<ListDetectorModelVersionsCommandInput, ListDetectorModelVersionsCommandOutput, IoTEventsClientResolvedConfig> {
85
- readonly input: ListDetectorModelVersionsCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListDetectorModelVersionsCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDetectorModelVersionsCommandInput, ListDetectorModelVersionsCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListDetectorModelVersionsCommand extends ListDetectorModelVersionsCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
5
4
  import { ListDetectorModelsRequest, ListDetectorModelsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDetectorModelsCommandInput extends ListDetectorModelsReques
21
20
  */
22
21
  export interface ListDetectorModelsCommandOutput extends ListDetectorModelsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDetectorModelsCommand_base: {
24
+ new (input: ListDetectorModelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDetectorModelsCommandInput, ListDetectorModelsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the detector models you have created. Only the metadata associated with each
@@ -72,23 +75,5 @@ export interface ListDetectorModelsCommandOutput extends ListDetectorModelsRespo
72
75
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
73
76
  *
74
77
  */
75
- export declare class ListDetectorModelsCommand extends $Command<ListDetectorModelsCommandInput, ListDetectorModelsCommandOutput, IoTEventsClientResolvedConfig> {
76
- readonly input: ListDetectorModelsCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ListDetectorModelsCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDetectorModelsCommandInput, ListDetectorModelsCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ListDetectorModelsCommand extends ListDetectorModelsCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
5
4
  import { ListInputRoutingsRequest, ListInputRoutingsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListInputRoutingsCommandInput extends ListInputRoutingsRequest
21
20
  */
22
21
  export interface ListInputRoutingsCommandOutput extends ListInputRoutingsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListInputRoutingsCommand_base: {
24
+ new (input: ListInputRoutingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInputRoutingsCommandInput, ListInputRoutingsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -86,23 +89,5 @@ export interface ListInputRoutingsCommandOutput extends ListInputRoutingsRespons
86
89
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
87
90
  *
88
91
  */
89
- export declare class ListInputRoutingsCommand extends $Command<ListInputRoutingsCommandInput, ListInputRoutingsCommandOutput, IoTEventsClientResolvedConfig> {
90
- readonly input: ListInputRoutingsCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: ListInputRoutingsCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInputRoutingsCommandInput, ListInputRoutingsCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class ListInputRoutingsCommand extends ListInputRoutingsCommand_base {
108
93
  }