@aws-sdk/client-devops-guru 3.477.0 → 3.481.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 (185) hide show
  1. package/dist-cjs/commands/AddNotificationChannelCommand.js +18 -41
  2. package/dist-cjs/commands/DeleteInsightCommand.js +18 -41
  3. package/dist-cjs/commands/DescribeAccountHealthCommand.js +18 -41
  4. package/dist-cjs/commands/DescribeAccountOverviewCommand.js +18 -41
  5. package/dist-cjs/commands/DescribeAnomalyCommand.js +18 -41
  6. package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeFeedbackCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeInsightCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +18 -41
  14. package/dist-cjs/commands/GetCostEstimationCommand.js +18 -41
  15. package/dist-cjs/commands/GetResourceCollectionCommand.js +18 -41
  16. package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +18 -41
  17. package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +18 -41
  18. package/dist-cjs/commands/ListEventsCommand.js +18 -41
  19. package/dist-cjs/commands/ListInsightsCommand.js +18 -41
  20. package/dist-cjs/commands/ListMonitoredResourcesCommand.js +18 -41
  21. package/dist-cjs/commands/ListNotificationChannelsCommand.js +18 -41
  22. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +18 -41
  23. package/dist-cjs/commands/ListRecommendationsCommand.js +18 -41
  24. package/dist-cjs/commands/PutFeedbackCommand.js +18 -41
  25. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +18 -41
  26. package/dist-cjs/commands/SearchInsightsCommand.js +18 -41
  27. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +18 -41
  28. package/dist-cjs/commands/StartCostEstimationCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateResourceCollectionCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +18 -41
  32. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  33. package/dist-cjs/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +2 -23
  34. package/dist-cjs/pagination/DescribeResourceCollectionHealthPaginator.js +2 -23
  35. package/dist-cjs/pagination/GetCostEstimationPaginator.js +2 -23
  36. package/dist-cjs/pagination/GetResourceCollectionPaginator.js +2 -23
  37. package/dist-cjs/pagination/ListAnomaliesForInsightPaginator.js +2 -24
  38. package/dist-cjs/pagination/ListAnomalousLogGroupsPaginator.js +2 -24
  39. package/dist-cjs/pagination/ListEventsPaginator.js +2 -24
  40. package/dist-cjs/pagination/ListInsightsPaginator.js +2 -24
  41. package/dist-cjs/pagination/ListMonitoredResourcesPaginator.js +2 -24
  42. package/dist-cjs/pagination/ListNotificationChannelsPaginator.js +2 -23
  43. package/dist-cjs/pagination/ListOrganizationInsightsPaginator.js +2 -24
  44. package/dist-cjs/pagination/ListRecommendationsPaginator.js +2 -23
  45. package/dist-cjs/pagination/SearchInsightsPaginator.js +2 -24
  46. package/dist-cjs/pagination/SearchOrganizationInsightsPaginator.js +2 -24
  47. package/dist-es/commands/AddNotificationChannelCommand.js +18 -41
  48. package/dist-es/commands/DeleteInsightCommand.js +18 -41
  49. package/dist-es/commands/DescribeAccountHealthCommand.js +18 -41
  50. package/dist-es/commands/DescribeAccountOverviewCommand.js +18 -41
  51. package/dist-es/commands/DescribeAnomalyCommand.js +18 -41
  52. package/dist-es/commands/DescribeEventSourcesConfigCommand.js +18 -41
  53. package/dist-es/commands/DescribeFeedbackCommand.js +18 -41
  54. package/dist-es/commands/DescribeInsightCommand.js +18 -41
  55. package/dist-es/commands/DescribeOrganizationHealthCommand.js +18 -41
  56. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +18 -41
  57. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +18 -41
  58. package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +18 -41
  59. package/dist-es/commands/DescribeServiceIntegrationCommand.js +18 -41
  60. package/dist-es/commands/GetCostEstimationCommand.js +18 -41
  61. package/dist-es/commands/GetResourceCollectionCommand.js +18 -41
  62. package/dist-es/commands/ListAnomaliesForInsightCommand.js +18 -41
  63. package/dist-es/commands/ListAnomalousLogGroupsCommand.js +18 -41
  64. package/dist-es/commands/ListEventsCommand.js +18 -41
  65. package/dist-es/commands/ListInsightsCommand.js +18 -41
  66. package/dist-es/commands/ListMonitoredResourcesCommand.js +18 -41
  67. package/dist-es/commands/ListNotificationChannelsCommand.js +18 -41
  68. package/dist-es/commands/ListOrganizationInsightsCommand.js +18 -41
  69. package/dist-es/commands/ListRecommendationsCommand.js +18 -41
  70. package/dist-es/commands/PutFeedbackCommand.js +18 -41
  71. package/dist-es/commands/RemoveNotificationChannelCommand.js +18 -41
  72. package/dist-es/commands/SearchInsightsCommand.js +18 -41
  73. package/dist-es/commands/SearchOrganizationInsightsCommand.js +18 -41
  74. package/dist-es/commands/StartCostEstimationCommand.js +18 -41
  75. package/dist-es/commands/UpdateEventSourcesConfigCommand.js +18 -41
  76. package/dist-es/commands/UpdateResourceCollectionCommand.js +18 -41
  77. package/dist-es/commands/UpdateServiceIntegrationCommand.js +18 -41
  78. package/dist-es/endpoint/EndpointParameters.js +6 -0
  79. package/dist-es/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +2 -22
  80. package/dist-es/pagination/DescribeResourceCollectionHealthPaginator.js +2 -22
  81. package/dist-es/pagination/GetCostEstimationPaginator.js +2 -22
  82. package/dist-es/pagination/GetResourceCollectionPaginator.js +2 -22
  83. package/dist-es/pagination/ListAnomaliesForInsightPaginator.js +2 -23
  84. package/dist-es/pagination/ListAnomalousLogGroupsPaginator.js +2 -23
  85. package/dist-es/pagination/ListEventsPaginator.js +2 -23
  86. package/dist-es/pagination/ListInsightsPaginator.js +2 -23
  87. package/dist-es/pagination/ListMonitoredResourcesPaginator.js +2 -23
  88. package/dist-es/pagination/ListNotificationChannelsPaginator.js +2 -22
  89. package/dist-es/pagination/ListOrganizationInsightsPaginator.js +2 -23
  90. package/dist-es/pagination/ListRecommendationsPaginator.js +2 -22
  91. package/dist-es/pagination/SearchInsightsPaginator.js +2 -23
  92. package/dist-es/pagination/SearchOrganizationInsightsPaginator.js +2 -23
  93. package/dist-types/commands/AddNotificationChannelCommand.d.ts +6 -21
  94. package/dist-types/commands/DeleteInsightCommand.d.ts +6 -21
  95. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +6 -21
  96. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +6 -21
  97. package/dist-types/commands/DescribeAnomalyCommand.d.ts +6 -21
  98. package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +6 -21
  99. package/dist-types/commands/DescribeFeedbackCommand.d.ts +6 -21
  100. package/dist-types/commands/DescribeInsightCommand.d.ts +6 -21
  101. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +6 -21
  102. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +6 -21
  103. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +6 -21
  104. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +6 -21
  105. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +6 -21
  106. package/dist-types/commands/GetCostEstimationCommand.d.ts +6 -21
  107. package/dist-types/commands/GetResourceCollectionCommand.d.ts +6 -21
  108. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +6 -21
  109. package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +6 -21
  110. package/dist-types/commands/ListEventsCommand.d.ts +6 -21
  111. package/dist-types/commands/ListInsightsCommand.d.ts +6 -21
  112. package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +6 -21
  113. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +6 -21
  114. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +6 -21
  115. package/dist-types/commands/ListRecommendationsCommand.d.ts +6 -21
  116. package/dist-types/commands/PutFeedbackCommand.d.ts +6 -21
  117. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +6 -21
  118. package/dist-types/commands/SearchInsightsCommand.d.ts +6 -21
  119. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +6 -21
  120. package/dist-types/commands/StartCostEstimationCommand.d.ts +6 -21
  121. package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +6 -21
  122. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +6 -21
  123. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +6 -21
  124. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  125. package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +1 -1
  126. package/dist-types/pagination/DescribeResourceCollectionHealthPaginator.d.ts +1 -1
  127. package/dist-types/pagination/GetCostEstimationPaginator.d.ts +1 -1
  128. package/dist-types/pagination/GetResourceCollectionPaginator.d.ts +1 -1
  129. package/dist-types/pagination/ListAnomaliesForInsightPaginator.d.ts +1 -1
  130. package/dist-types/pagination/ListAnomalousLogGroupsPaginator.d.ts +1 -1
  131. package/dist-types/pagination/ListEventsPaginator.d.ts +1 -1
  132. package/dist-types/pagination/ListInsightsPaginator.d.ts +1 -1
  133. package/dist-types/pagination/ListMonitoredResourcesPaginator.d.ts +1 -1
  134. package/dist-types/pagination/ListNotificationChannelsPaginator.d.ts +1 -1
  135. package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +1 -1
  136. package/dist-types/pagination/ListRecommendationsPaginator.d.ts +1 -1
  137. package/dist-types/pagination/SearchInsightsPaginator.d.ts +1 -1
  138. package/dist-types/pagination/SearchOrganizationInsightsPaginator.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +12 -24
  140. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +12 -24
  142. package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +12 -24
  143. package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +14 -23
  144. package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +12 -24
  145. package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +14 -23
  147. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +12 -24
  148. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +12 -24
  149. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +12 -24
  150. package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +12 -24
  152. package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +14 -23
  153. package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +12 -24
  154. package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +12 -24
  155. package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +12 -24
  156. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +14 -23
  157. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +14 -23
  158. package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +12 -24
  159. package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +12 -24
  160. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +12 -24
  161. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +14 -23
  163. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +12 -24
  164. package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +14 -23
  165. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +12 -24
  166. package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +12 -24
  168. package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +12 -24
  169. package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +12 -24
  170. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  171. package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +3 -3
  172. package/dist-types/ts3.4/pagination/DescribeResourceCollectionHealthPaginator.d.ts +3 -3
  173. package/dist-types/ts3.4/pagination/GetCostEstimationPaginator.d.ts +3 -3
  174. package/dist-types/ts3.4/pagination/GetResourceCollectionPaginator.d.ts +3 -3
  175. package/dist-types/ts3.4/pagination/ListAnomaliesForInsightPaginator.d.ts +3 -3
  176. package/dist-types/ts3.4/pagination/ListAnomalousLogGroupsPaginator.d.ts +3 -3
  177. package/dist-types/ts3.4/pagination/ListEventsPaginator.d.ts +3 -3
  178. package/dist-types/ts3.4/pagination/ListInsightsPaginator.d.ts +3 -3
  179. package/dist-types/ts3.4/pagination/ListMonitoredResourcesPaginator.d.ts +3 -3
  180. package/dist-types/ts3.4/pagination/ListNotificationChannelsPaginator.d.ts +3 -3
  181. package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +3 -3
  182. package/dist-types/ts3.4/pagination/ListRecommendationsPaginator.d.ts +3 -3
  183. package/dist-types/ts3.4/pagination/SearchInsightsPaginator.d.ts +3 -3
  184. package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +3 -3
  185. 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 { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { DescribeServiceIntegrationRequest, DescribeServiceIntegrationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeServiceIntegrationCommandInput extends DescribeServiceI
21
20
  */
22
21
  export interface DescribeServiceIntegrationCommandOutput extends DescribeServiceIntegrationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeServiceIntegrationCommand_base: {
24
+ new (input: DescribeServiceIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns the integration status of services that are integrated with DevOps Guru.
@@ -82,23 +85,5 @@ export interface DescribeServiceIntegrationCommandOutput extends DescribeService
82
85
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
83
86
  *
84
87
  */
85
- export declare class DescribeServiceIntegrationCommand extends $Command<DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig> {
86
- readonly input: DescribeServiceIntegrationCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: DescribeServiceIntegrationCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class DescribeServiceIntegrationCommand extends DescribeServiceIntegrationCommand_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 { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { GetCostEstimationRequest, GetCostEstimationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCostEstimationCommandInput extends GetCostEstimationRequest
21
20
  */
22
21
  export interface GetCostEstimationCommandOutput extends GetCostEstimationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetCostEstimationCommand_base: {
24
+ new (input: GetCostEstimationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCostEstimationCommandInput, GetCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.
@@ -104,23 +107,5 @@ export interface GetCostEstimationCommandOutput extends GetCostEstimationRespons
104
107
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
105
108
  *
106
109
  */
107
- export declare class GetCostEstimationCommand extends $Command<GetCostEstimationCommandInput, GetCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig> {
108
- readonly input: GetCostEstimationCommandInput;
109
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
110
- /**
111
- * @public
112
- */
113
- constructor(input: GetCostEstimationCommandInput);
114
- /**
115
- * @internal
116
- */
117
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCostEstimationCommandInput, GetCostEstimationCommandOutput>;
118
- /**
119
- * @internal
120
- */
121
- private serialize;
122
- /**
123
- * @internal
124
- */
125
- private deserialize;
110
+ export declare class GetCostEstimationCommand extends GetCostEstimationCommand_base {
126
111
  }
@@ -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 { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { GetResourceCollectionRequest, GetResourceCollectionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetResourceCollectionCommandInput extends GetResourceCollection
21
20
  */
22
21
  export interface GetResourceCollectionCommandOutput extends GetResourceCollectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetResourceCollectionCommand_base: {
24
+ new (input: GetResourceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceCollectionCommandInput, GetResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns lists Amazon Web Services resources that are of the specified resource collection type.
@@ -89,23 +92,5 @@ export interface GetResourceCollectionCommandOutput extends GetResourceCollectio
89
92
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
90
93
  *
91
94
  */
92
- export declare class GetResourceCollectionCommand extends $Command<GetResourceCollectionCommandInput, GetResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig> {
93
- readonly input: GetResourceCollectionCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: GetResourceCollectionCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourceCollectionCommandInput, GetResourceCollectionCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class GetResourceCollectionCommand extends GetResourceCollectionCommand_base {
111
96
  }
@@ -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 { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { ListAnomaliesForInsightRequest, ListAnomaliesForInsightResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAnomaliesForInsightCommandInput extends ListAnomaliesForIns
21
20
  */
22
21
  export interface ListAnomaliesForInsightCommandOutput extends ListAnomaliesForInsightResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAnomaliesForInsightCommand_base: {
24
+ new (input: ListAnomaliesForInsightCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns a list of the anomalies that belong to an insight that you specify using its
@@ -339,23 +342,5 @@ export interface ListAnomaliesForInsightCommandOutput extends ListAnomaliesForIn
339
342
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
340
343
  *
341
344
  */
342
- export declare class ListAnomaliesForInsightCommand extends $Command<ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutput, DevOpsGuruClientResolvedConfig> {
343
- readonly input: ListAnomaliesForInsightCommandInput;
344
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
345
- /**
346
- * @public
347
- */
348
- constructor(input: ListAnomaliesForInsightCommandInput);
349
- /**
350
- * @internal
351
- */
352
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutput>;
353
- /**
354
- * @internal
355
- */
356
- private serialize;
357
- /**
358
- * @internal
359
- */
360
- private deserialize;
345
+ export declare class ListAnomaliesForInsightCommand extends ListAnomaliesForInsightCommand_base {
361
346
  }
@@ -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 { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { ListAnomalousLogGroupsRequest, ListAnomalousLogGroupsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAnomalousLogGroupsCommandInput extends ListAnomalousLogGrou
21
20
  */
22
21
  export interface ListAnomalousLogGroupsCommandOutput extends ListAnomalousLogGroupsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAnomalousLogGroupsCommand_base: {
24
+ new (input: ListAnomalousLogGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -98,23 +101,5 @@ export interface ListAnomalousLogGroupsCommandOutput extends ListAnomalousLogGro
98
101
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
99
102
  *
100
103
  */
101
- export declare class ListAnomalousLogGroupsCommand extends $Command<ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput, DevOpsGuruClientResolvedConfig> {
102
- readonly input: ListAnomalousLogGroupsCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: ListAnomalousLogGroupsCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class ListAnomalousLogGroupsCommand extends ListAnomalousLogGroupsCommand_base {
120
105
  }
@@ -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 { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { ListEventsRequest, ListEventsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListEventsCommandInput extends ListEventsRequest {
21
20
  */
22
21
  export interface ListEventsCommandOutput extends ListEventsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListEventsCommand_base: {
24
+ new (input: ListEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventsCommandInput, ListEventsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns a list of the events emitted by the resources that are evaluated by DevOps Guru.
@@ -130,23 +133,5 @@ export interface ListEventsCommandOutput extends ListEventsResponse, __MetadataB
130
133
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
131
134
  *
132
135
  */
133
- export declare class ListEventsCommand extends $Command<ListEventsCommandInput, ListEventsCommandOutput, DevOpsGuruClientResolvedConfig> {
134
- readonly input: ListEventsCommandInput;
135
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
136
- /**
137
- * @public
138
- */
139
- constructor(input: ListEventsCommandInput);
140
- /**
141
- * @internal
142
- */
143
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEventsCommandInput, ListEventsCommandOutput>;
144
- /**
145
- * @internal
146
- */
147
- private serialize;
148
- /**
149
- * @internal
150
- */
151
- private deserialize;
136
+ export declare class ListEventsCommand extends ListEventsCommand_base {
152
137
  }
@@ -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 { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { ListInsightsRequest, ListInsightsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListInsightsCommandInput extends ListInsightsRequest {
21
20
  */
22
21
  export interface ListInsightsCommandOutput extends ListInsightsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListInsightsCommand_base: {
24
+ new (input: ListInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInsightsCommandInput, ListInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are
@@ -163,23 +166,5 @@ export interface ListInsightsCommandOutput extends ListInsightsResponse, __Metad
163
166
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
164
167
  *
165
168
  */
166
- export declare class ListInsightsCommand extends $Command<ListInsightsCommandInput, ListInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
167
- readonly input: ListInsightsCommandInput;
168
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
169
- /**
170
- * @public
171
- */
172
- constructor(input: ListInsightsCommandInput);
173
- /**
174
- * @internal
175
- */
176
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInsightsCommandInput, ListInsightsCommandOutput>;
177
- /**
178
- * @internal
179
- */
180
- private serialize;
181
- /**
182
- * @internal
183
- */
184
- private deserialize;
169
+ export declare class ListInsightsCommand extends ListInsightsCommand_base {
185
170
  }
@@ -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 { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { ListMonitoredResourcesRequest, ListMonitoredResourcesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMonitoredResourcesCommandInput extends ListMonitoredResourc
21
20
  */
22
21
  export interface ListMonitoredResourcesCommandOutput extends ListMonitoredResourcesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListMonitoredResourcesCommand_base: {
24
+ new (input: ListMonitoredResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -96,23 +99,5 @@ export interface ListMonitoredResourcesCommandOutput extends ListMonitoredResour
96
99
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
97
100
  *
98
101
  */
99
- export declare class ListMonitoredResourcesCommand extends $Command<ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput, DevOpsGuruClientResolvedConfig> {
100
- readonly input: ListMonitoredResourcesCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: ListMonitoredResourcesCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class ListMonitoredResourcesCommand extends ListMonitoredResourcesCommand_base {
118
103
  }
@@ -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 { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { ListNotificationChannelsRequest, ListNotificationChannelsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListNotificationChannelsCommandInput extends ListNotificationCh
21
20
  */
22
21
  export interface ListNotificationChannelsCommandOutput extends ListNotificationChannelsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListNotificationChannelsCommand_base: {
24
+ new (input: ListNotificationChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns a list of notification channels configured for DevOps Guru. Each notification
@@ -88,23 +91,5 @@ export interface ListNotificationChannelsCommandOutput extends ListNotificationC
88
91
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
89
92
  *
90
93
  */
91
- export declare class ListNotificationChannelsCommand extends $Command<ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput, DevOpsGuruClientResolvedConfig> {
92
- readonly input: ListNotificationChannelsCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: ListNotificationChannelsCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class ListNotificationChannelsCommand extends ListNotificationChannelsCommand_base {
110
95
  }
@@ -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 { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { ListOrganizationInsightsRequest, ListOrganizationInsightsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListOrganizationInsightsCommandInput extends ListOrganizationIn
21
20
  */
22
21
  export interface ListOrganizationInsightsCommandOutput extends ListOrganizationInsightsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListOrganizationInsightsCommand_base: {
24
+ new (input: ListOrganizationInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of insights associated with the account or OU Id.</p>
@@ -165,23 +168,5 @@ export interface ListOrganizationInsightsCommandOutput extends ListOrganizationI
165
168
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
166
169
  *
167
170
  */
168
- export declare class ListOrganizationInsightsCommand extends $Command<ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
169
- readonly input: ListOrganizationInsightsCommandInput;
170
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
171
- /**
172
- * @public
173
- */
174
- constructor(input: ListOrganizationInsightsCommandInput);
175
- /**
176
- * @internal
177
- */
178
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput>;
179
- /**
180
- * @internal
181
- */
182
- private serialize;
183
- /**
184
- * @internal
185
- */
186
- private deserialize;
171
+ export declare class ListOrganizationInsightsCommand extends ListOrganizationInsightsCommand_base {
187
172
  }
@@ -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 { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { ListRecommendationsRequest, ListRecommendationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRecommendationsCommandInput extends ListRecommendationsRequ
21
20
  */
22
21
  export interface ListRecommendationsCommandOutput extends ListRecommendationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListRecommendationsCommand_base: {
24
+ new (input: ListRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns a list of a specified insight's recommendations. Each recommendation includes
@@ -115,23 +118,5 @@ export interface ListRecommendationsCommandOutput extends ListRecommendationsRes
115
118
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
116
119
  *
117
120
  */
118
- export declare class ListRecommendationsCommand extends $Command<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, DevOpsGuruClientResolvedConfig> {
119
- readonly input: ListRecommendationsCommandInput;
120
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
121
- /**
122
- * @public
123
- */
124
- constructor(input: ListRecommendationsCommandInput);
125
- /**
126
- * @internal
127
- */
128
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecommendationsCommandInput, ListRecommendationsCommandOutput>;
129
- /**
130
- * @internal
131
- */
132
- private serialize;
133
- /**
134
- * @internal
135
- */
136
- private deserialize;
121
+ export declare class ListRecommendationsCommand extends ListRecommendationsCommand_base {
137
122
  }
@@ -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 { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { PutFeedbackRequest, PutFeedbackResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutFeedbackCommandInput extends PutFeedbackRequest {
21
20
  */
22
21
  export interface PutFeedbackCommandOutput extends PutFeedbackResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutFeedbackCommand_base: {
24
+ new (input: PutFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<PutFeedbackCommandInput, PutFeedbackCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Collects customer feedback about the specified insight. </p>
@@ -74,23 +77,5 @@ export interface PutFeedbackCommandOutput extends PutFeedbackResponse, __Metadat
74
77
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
75
78
  *
76
79
  */
77
- export declare class PutFeedbackCommand extends $Command<PutFeedbackCommandInput, PutFeedbackCommandOutput, DevOpsGuruClientResolvedConfig> {
78
- readonly input: PutFeedbackCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: PutFeedbackCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutFeedbackCommandInput, PutFeedbackCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class PutFeedbackCommand extends PutFeedbackCommand_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 { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { RemoveNotificationChannelRequest, RemoveNotificationChannelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveNotificationChannelCommandInput extends RemoveNotificatio
21
20
  */
22
21
  export interface RemoveNotificationChannelCommandOutput extends RemoveNotificationChannelResponse, __MetadataBearer {
23
22
  }
23
+ declare const RemoveNotificationChannelCommand_base: {
24
+ new (input: RemoveNotificationChannelCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Removes a notification channel from DevOps Guru. A notification channel is used to notify
@@ -73,23 +76,5 @@ export interface RemoveNotificationChannelCommandOutput extends RemoveNotificati
73
76
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
74
77
  *
75
78
  */
76
- export declare class RemoveNotificationChannelCommand extends $Command<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig> {
77
- readonly input: RemoveNotificationChannelCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: RemoveNotificationChannelCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class RemoveNotificationChannelCommand extends RemoveNotificationChannelCommand_base {
95
80
  }
@@ -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 { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { SearchInsightsRequest, SearchInsightsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SearchInsightsCommandInput extends SearchInsightsRequest {
21
20
  */
22
21
  export interface SearchInsightsCommandOutput extends SearchInsightsResponse, __MetadataBearer {
23
22
  }
23
+ declare const SearchInsightsCommand_base: {
24
+ new (input: SearchInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchInsightsCommandInput, SearchInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are
@@ -181,23 +184,5 @@ export interface SearchInsightsCommandOutput extends SearchInsightsResponse, __M
181
184
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
182
185
  *
183
186
  */
184
- export declare class SearchInsightsCommand extends $Command<SearchInsightsCommandInput, SearchInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
185
- readonly input: SearchInsightsCommandInput;
186
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
187
- /**
188
- * @public
189
- */
190
- constructor(input: SearchInsightsCommandInput);
191
- /**
192
- * @internal
193
- */
194
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchInsightsCommandInput, SearchInsightsCommandOutput>;
195
- /**
196
- * @internal
197
- */
198
- private serialize;
199
- /**
200
- * @internal
201
- */
202
- private deserialize;
187
+ export declare class SearchInsightsCommand extends SearchInsightsCommand_base {
203
188
  }