@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 { ListInputsRequest, ListInputsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListInputsCommandInput extends ListInputsRequest {
21
20
  */
22
21
  export interface ListInputsCommandOutput extends ListInputsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListInputsCommand_base: {
24
+ new (input: ListInputsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInputsCommandInput, ListInputsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the inputs you have created.</p>
@@ -74,23 +77,5 @@ export interface ListInputsCommandOutput extends ListInputsResponse, __MetadataB
74
77
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
75
78
  *
76
79
  */
77
- export declare class ListInputsCommand extends $Command<ListInputsCommandInput, ListInputsCommandOutput, IoTEventsClientResolvedConfig> {
78
- readonly input: ListInputsCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: ListInputsCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInputsCommandInput, ListInputsCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class ListInputsCommand extends ListInputsCommand_base {
96
81
  }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the tags (metadata) you have assigned to the resource.</p>
@@ -71,23 +74,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
71
74
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
72
75
  *
73
76
  */
74
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTEventsClientResolvedConfig> {
75
- readonly input: ListTagsForResourceCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: ListTagsForResourceCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
93
78
  }
@@ -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 { PutLoggingOptionsRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutLoggingOptionsCommandInput extends PutLoggingOptionsRequest
21
20
  */
22
21
  export interface PutLoggingOptionsCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const PutLoggingOptionsCommand_base: {
24
+ new (input: PutLoggingOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Sets or updates the AWS IoT Events logging options.</p>
@@ -81,23 +84,5 @@ export interface PutLoggingOptionsCommandOutput extends __MetadataBearer {
81
84
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
82
85
  *
83
86
  */
84
- export declare class PutLoggingOptionsCommand extends $Command<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput, IoTEventsClientResolvedConfig> {
85
- readonly input: PutLoggingOptionsCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: PutLoggingOptionsCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class PutLoggingOptionsCommand extends PutLoggingOptionsCommand_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 { StartDetectorModelAnalysisRequest, StartDetectorModelAnalysisResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartDetectorModelAnalysisCommandInput extends StartDetectorMod
21
20
  */
22
21
  export interface StartDetectorModelAnalysisCommandOutput extends StartDetectorModelAnalysisResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartDetectorModelAnalysisCommand_base: {
24
+ new (input: StartDetectorModelAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<StartDetectorModelAnalysisCommandInput, StartDetectorModelAnalysisCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Performs an analysis of your detector model. For more information,
@@ -441,23 +444,5 @@ export interface StartDetectorModelAnalysisCommandOutput extends StartDetectorMo
441
444
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
442
445
  *
443
446
  */
444
- export declare class StartDetectorModelAnalysisCommand extends $Command<StartDetectorModelAnalysisCommandInput, StartDetectorModelAnalysisCommandOutput, IoTEventsClientResolvedConfig> {
445
- readonly input: StartDetectorModelAnalysisCommandInput;
446
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
447
- /**
448
- * @public
449
- */
450
- constructor(input: StartDetectorModelAnalysisCommandInput);
451
- /**
452
- * @internal
453
- */
454
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDetectorModelAnalysisCommandInput, StartDetectorModelAnalysisCommandOutput>;
455
- /**
456
- * @internal
457
- */
458
- private serialize;
459
- /**
460
- * @internal
461
- */
462
- private deserialize;
447
+ export declare class StartDetectorModelAnalysisCommand extends StartDetectorModelAnalysisCommand_base {
463
448
  }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds to or modifies the tags of the given resource. Tags are metadata that can be used to
@@ -74,23 +77,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
74
77
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
75
78
  *
76
79
  */
77
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IoTEventsClientResolvedConfig> {
78
- readonly input: TagResourceCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: TagResourceCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class TagResourceCommand extends TagResourceCommand_base {
96
81
  }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the given tags (metadata) from the resource.</p>
@@ -67,23 +70,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
67
70
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
68
71
  *
69
72
  */
70
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IoTEventsClientResolvedConfig> {
71
- readonly input: UntagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: UntagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class UntagResourceCommand extends UntagResourceCommand_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 { UpdateAlarmModelRequest, UpdateAlarmModelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAlarmModelCommandInput extends UpdateAlarmModelRequest {
21
20
  */
22
21
  export interface UpdateAlarmModelCommandOutput extends UpdateAlarmModelResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateAlarmModelCommand_base: {
24
+ new (input: UpdateAlarmModelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAlarmModelCommandInput, UpdateAlarmModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an alarm model. Any alarms that were created based on the previous version are
@@ -219,23 +222,5 @@ export interface UpdateAlarmModelCommandOutput extends UpdateAlarmModelResponse,
219
222
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
220
223
  *
221
224
  */
222
- export declare class UpdateAlarmModelCommand extends $Command<UpdateAlarmModelCommandInput, UpdateAlarmModelCommandOutput, IoTEventsClientResolvedConfig> {
223
- readonly input: UpdateAlarmModelCommandInput;
224
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
225
- /**
226
- * @public
227
- */
228
- constructor(input: UpdateAlarmModelCommandInput);
229
- /**
230
- * @internal
231
- */
232
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAlarmModelCommandInput, UpdateAlarmModelCommandOutput>;
233
- /**
234
- * @internal
235
- */
236
- private serialize;
237
- /**
238
- * @internal
239
- */
240
- private deserialize;
225
+ export declare class UpdateAlarmModelCommand extends UpdateAlarmModelCommand_base {
241
226
  }
@@ -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 { UpdateDetectorModelRequest, UpdateDetectorModelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDetectorModelCommandInput extends UpdateDetectorModelRequ
21
20
  */
22
21
  export interface UpdateDetectorModelCommandOutput extends UpdateDetectorModelResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDetectorModelCommand_base: {
24
+ new (input: UpdateDetectorModelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDetectorModelCommandInput, UpdateDetectorModelCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a detector model. Detectors (instances) spawned by the previous version are
@@ -458,23 +461,5 @@ export interface UpdateDetectorModelCommandOutput extends UpdateDetectorModelRes
458
461
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
459
462
  *
460
463
  */
461
- export declare class UpdateDetectorModelCommand extends $Command<UpdateDetectorModelCommandInput, UpdateDetectorModelCommandOutput, IoTEventsClientResolvedConfig> {
462
- readonly input: UpdateDetectorModelCommandInput;
463
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
464
- /**
465
- * @public
466
- */
467
- constructor(input: UpdateDetectorModelCommandInput);
468
- /**
469
- * @internal
470
- */
471
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDetectorModelCommandInput, UpdateDetectorModelCommandOutput>;
472
- /**
473
- * @internal
474
- */
475
- private serialize;
476
- /**
477
- * @internal
478
- */
479
- private deserialize;
464
+ export declare class UpdateDetectorModelCommand extends UpdateDetectorModelCommand_base {
480
465
  }
@@ -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 { UpdateInputRequest, UpdateInputResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateInputCommandInput extends UpdateInputRequest {
21
20
  */
22
21
  export interface UpdateInputCommandOutput extends UpdateInputResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateInputCommand_base: {
24
+ new (input: UpdateInputCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateInputCommandInput, UpdateInputCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an input.</p>
@@ -84,23 +87,5 @@ export interface UpdateInputCommandOutput extends UpdateInputResponse, __Metadat
84
87
  * <p>Base exception class for all service exceptions from IoTEvents service.</p>
85
88
  *
86
89
  */
87
- export declare class UpdateInputCommand extends $Command<UpdateInputCommandInput, UpdateInputCommandOutput, IoTEventsClientResolvedConfig> {
88
- readonly input: UpdateInputCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: UpdateInputCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateInputCommandInput, UpdateInputCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class UpdateInputCommand extends UpdateInputCommand_base {
106
91
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateAlarmModelCommandInput extends CreateAlarmModelRequest {}
20
14
  export interface CreateAlarmModelCommandOutput
21
15
  extends CreateAlarmModelResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateAlarmModelCommand extends $Command<
24
- CreateAlarmModelCommandInput,
25
- CreateAlarmModelCommandOutput,
26
- IoTEventsClientResolvedConfig
27
- > {
28
- readonly input: CreateAlarmModelCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateAlarmModelCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: IoTEventsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateAlarmModelCommandInput, CreateAlarmModelCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateAlarmModelCommand_base: {
18
+ new (
19
+ input: CreateAlarmModelCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateAlarmModelCommandInput,
22
+ CreateAlarmModelCommandOutput,
23
+ IoTEventsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateAlarmModelCommand extends CreateAlarmModelCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateDetectorModelCommandInput
21
15
  export interface CreateDetectorModelCommandOutput
22
16
  extends CreateDetectorModelResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateDetectorModelCommand extends $Command<
25
- CreateDetectorModelCommandInput,
26
- CreateDetectorModelCommandOutput,
27
- IoTEventsClientResolvedConfig
28
- > {
29
- readonly input: CreateDetectorModelCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateDetectorModelCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTEventsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateDetectorModelCommandInput, CreateDetectorModelCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateDetectorModelCommand_base: {
19
+ new (
20
+ input: CreateDetectorModelCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateDetectorModelCommandInput,
23
+ CreateDetectorModelCommandOutput,
24
+ IoTEventsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateDetectorModelCommand extends CreateDetectorModelCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateInputCommandInput extends CreateInputRequest {}
17
11
  export interface CreateInputCommandOutput
18
12
  extends CreateInputResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateInputCommand extends $Command<
21
- CreateInputCommandInput,
22
- CreateInputCommandOutput,
23
- IoTEventsClientResolvedConfig
24
- > {
25
- readonly input: CreateInputCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateInputCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IoTEventsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateInputCommandInput, CreateInputCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateInputCommand_base: {
15
+ new (
16
+ input: CreateInputCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateInputCommandInput,
19
+ CreateInputCommandOutput,
20
+ IoTEventsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateInputCommand extends CreateInputCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteAlarmModelCommandInput extends DeleteAlarmModelRequest {}
20
14
  export interface DeleteAlarmModelCommandOutput
21
15
  extends DeleteAlarmModelResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteAlarmModelCommand extends $Command<
24
- DeleteAlarmModelCommandInput,
25
- DeleteAlarmModelCommandOutput,
26
- IoTEventsClientResolvedConfig
27
- > {
28
- readonly input: DeleteAlarmModelCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteAlarmModelCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: IoTEventsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteAlarmModelCommandInput, DeleteAlarmModelCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteAlarmModelCommand_base: {
18
+ new (
19
+ input: DeleteAlarmModelCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteAlarmModelCommandInput,
22
+ DeleteAlarmModelCommandOutput,
23
+ IoTEventsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteAlarmModelCommand extends DeleteAlarmModelCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DeleteDetectorModelCommandInput
21
15
  export interface DeleteDetectorModelCommandOutput
22
16
  extends DeleteDetectorModelResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteDetectorModelCommand extends $Command<
25
- DeleteDetectorModelCommandInput,
26
- DeleteDetectorModelCommandOutput,
27
- IoTEventsClientResolvedConfig
28
- > {
29
- readonly input: DeleteDetectorModelCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteDetectorModelCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTEventsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteDetectorModelCommandInput, DeleteDetectorModelCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteDetectorModelCommand_base: {
19
+ new (
20
+ input: DeleteDetectorModelCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteDetectorModelCommandInput,
23
+ DeleteDetectorModelCommandOutput,
24
+ IoTEventsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteDetectorModelCommand extends DeleteDetectorModelCommand_base {}