@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,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListOrganizationInsightsCommand, } from "../commands/ListOrganizationInsightsCommand";
2
3
  import { DevOpsGuruClient } from "../DevOpsGuruClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListOrganizationInsightsCommand(input), ...args);
5
- };
6
- export async function* paginateListOrganizationInsights(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof DevOpsGuruClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected DevOpsGuru | DevOpsGuruClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListOrganizationInsights = createPaginator(DevOpsGuruClient, ListOrganizationInsightsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,24 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListRecommendationsCommand, } from "../commands/ListRecommendationsCommand";
2
3
  import { DevOpsGuruClient } from "../DevOpsGuruClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListRecommendationsCommand(input), ...args);
5
- };
6
- export async function* paginateListRecommendations(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- if (config.client instanceof DevOpsGuruClient) {
13
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
14
- }
15
- else {
16
- throw new Error("Invalid client, expected DevOpsGuru | DevOpsGuruClient");
17
- }
18
- yield page;
19
- const prevToken = token;
20
- token = page.NextToken;
21
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
22
- }
23
- return undefined;
24
- }
4
+ export const paginateListRecommendations = createPaginator(DevOpsGuruClient, ListRecommendationsCommand, "NextToken", "NextToken", "");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { SearchInsightsCommand, } from "../commands/SearchInsightsCommand";
2
3
  import { DevOpsGuruClient } from "../DevOpsGuruClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new SearchInsightsCommand(input), ...args);
5
- };
6
- export async function* paginateSearchInsights(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof DevOpsGuruClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected DevOpsGuru | DevOpsGuruClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateSearchInsights = createPaginator(DevOpsGuruClient, SearchInsightsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { SearchOrganizationInsightsCommand, } from "../commands/SearchOrganizationInsightsCommand";
2
3
  import { DevOpsGuruClient } from "../DevOpsGuruClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new SearchOrganizationInsightsCommand(input), ...args);
5
- };
6
- export async function* paginateSearchOrganizationInsights(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof DevOpsGuruClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected DevOpsGuru | DevOpsGuruClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateSearchOrganizationInsights = createPaginator(DevOpsGuruClient, SearchOrganizationInsightsCommand, "NextToken", "NextToken", "MaxResults");
@@ -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 { AddNotificationChannelRequest, AddNotificationChannelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AddNotificationChannelCommandInput extends AddNotificationChann
21
20
  */
22
21
  export interface AddNotificationChannelCommandOutput extends AddNotificationChannelResponse, __MetadataBearer {
23
22
  }
23
+ declare const AddNotificationChannelCommand_base: {
24
+ new (input: AddNotificationChannelCommandInput): import("@smithy/smithy-client").CommandImpl<AddNotificationChannelCommandInput, AddNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Adds a notification channel to DevOps Guru. A notification channel is used to notify you
@@ -96,23 +99,5 @@ export interface AddNotificationChannelCommandOutput extends AddNotificationChan
96
99
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
97
100
  *
98
101
  */
99
- export declare class AddNotificationChannelCommand extends $Command<AddNotificationChannelCommandInput, AddNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig> {
100
- readonly input: AddNotificationChannelCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: AddNotificationChannelCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddNotificationChannelCommandInput, AddNotificationChannelCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class AddNotificationChannelCommand extends AddNotificationChannelCommand_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 { DeleteInsightRequest, DeleteInsightResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteInsightCommandInput extends DeleteInsightRequest {
21
20
  */
22
21
  export interface DeleteInsightCommandOutput extends DeleteInsightResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteInsightCommand_base: {
24
+ new (input: DeleteInsightCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInsightCommandInput, DeleteInsightCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the insight along with the associated anomalies, events and recommendations.</p>
@@ -71,23 +74,5 @@ export interface DeleteInsightCommandOutput extends DeleteInsightResponse, __Met
71
74
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
72
75
  *
73
76
  */
74
- export declare class DeleteInsightCommand extends $Command<DeleteInsightCommandInput, DeleteInsightCommandOutput, DevOpsGuruClientResolvedConfig> {
75
- readonly input: DeleteInsightCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: DeleteInsightCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInsightCommandInput, DeleteInsightCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class DeleteInsightCommand extends DeleteInsightCommand_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 { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { DescribeAccountHealthRequest, DescribeAccountHealthResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAccountHealthCommandInput extends DescribeAccountHealth
21
20
  */
22
21
  export interface DescribeAccountHealthCommandOutput extends DescribeAccountHealthResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAccountHealthCommand_base: {
24
+ new (input: DescribeAccountHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountHealthCommandInput, DescribeAccountHealthCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns the number of open reactive insights, the number of open proactive insights,
@@ -71,23 +74,5 @@ export interface DescribeAccountHealthCommandOutput extends DescribeAccountHealt
71
74
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
72
75
  *
73
76
  */
74
- export declare class DescribeAccountHealthCommand extends $Command<DescribeAccountHealthCommandInput, DescribeAccountHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
75
- readonly input: DescribeAccountHealthCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: DescribeAccountHealthCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountHealthCommandInput, DescribeAccountHealthCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class DescribeAccountHealthCommand extends DescribeAccountHealthCommand_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 { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { DescribeAccountOverviewRequest, DescribeAccountOverviewResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAccountOverviewCommandInput extends DescribeAccountOver
21
20
  */
22
21
  export interface DescribeAccountOverviewCommandOutput extends DescribeAccountOverviewResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAccountOverviewCommand_base: {
24
+ new (input: DescribeAccountOverviewCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> For the time range passed in, returns the number of open reactive insight that were
@@ -72,23 +75,5 @@ export interface DescribeAccountOverviewCommandOutput extends DescribeAccountOve
72
75
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
73
76
  *
74
77
  */
75
- export declare class DescribeAccountOverviewCommand extends $Command<DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutput, DevOpsGuruClientResolvedConfig> {
76
- readonly input: DescribeAccountOverviewCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: DescribeAccountOverviewCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class DescribeAccountOverviewCommand extends DescribeAccountOverviewCommand_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 { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { DescribeAnomalyRequest, DescribeAnomalyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAnomalyCommandInput extends DescribeAnomalyRequest {
21
20
  */
22
21
  export interface DescribeAnomalyCommandOutput extends DescribeAnomalyResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAnomalyCommand_base: {
24
+ new (input: DescribeAnomalyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns details about an anomaly that you specify using its ID. </p>
@@ -320,23 +323,5 @@ export interface DescribeAnomalyCommandOutput extends DescribeAnomalyResponse, _
320
323
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
321
324
  *
322
325
  */
323
- export declare class DescribeAnomalyCommand extends $Command<DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput, DevOpsGuruClientResolvedConfig> {
324
- readonly input: DescribeAnomalyCommandInput;
325
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
326
- /**
327
- * @public
328
- */
329
- constructor(input: DescribeAnomalyCommandInput);
330
- /**
331
- * @internal
332
- */
333
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput>;
334
- /**
335
- * @internal
336
- */
337
- private serialize;
338
- /**
339
- * @internal
340
- */
341
- private deserialize;
326
+ export declare class DescribeAnomalyCommand extends DescribeAnomalyCommand_base {
342
327
  }
@@ -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 { DescribeEventSourcesConfigRequest, DescribeEventSourcesConfigResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeEventSourcesConfigCommandInput extends DescribeEventSou
21
20
  */
22
21
  export interface DescribeEventSourcesConfigCommandOutput extends DescribeEventSourcesConfigResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeEventSourcesConfigCommand_base: {
24
+ new (input: DescribeEventSourcesConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventSourcesConfigCommandInput, DescribeEventSourcesConfigCommandOutput, 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 as Consumer
@@ -72,23 +75,5 @@ export interface DescribeEventSourcesConfigCommandOutput extends DescribeEventSo
72
75
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
73
76
  *
74
77
  */
75
- export declare class DescribeEventSourcesConfigCommand extends $Command<DescribeEventSourcesConfigCommandInput, DescribeEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig> {
76
- readonly input: DescribeEventSourcesConfigCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: DescribeEventSourcesConfigCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventSourcesConfigCommandInput, DescribeEventSourcesConfigCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class DescribeEventSourcesConfigCommand extends DescribeEventSourcesConfigCommand_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 { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { DescribeFeedbackRequest, DescribeFeedbackResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeFeedbackCommandInput extends DescribeFeedbackRequest {
21
20
  */
22
21
  export interface DescribeFeedbackCommandOutput extends DescribeFeedbackResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeFeedbackCommand_base: {
24
+ new (input: DescribeFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
@@ -74,23 +77,5 @@ export interface DescribeFeedbackCommandOutput extends DescribeFeedbackResponse,
74
77
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
75
78
  *
76
79
  */
77
- export declare class DescribeFeedbackCommand extends $Command<DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput, DevOpsGuruClientResolvedConfig> {
78
- readonly input: DescribeFeedbackCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: DescribeFeedbackCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class DescribeFeedbackCommand extends DescribeFeedbackCommand_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 { DescribeInsightRequest, DescribeInsightResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeInsightCommandInput extends DescribeInsightRequest {
21
20
  */
22
21
  export interface DescribeInsightCommandOutput extends DescribeInsightResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeInsightCommand_base: {
24
+ new (input: DescribeInsightCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInsightCommandInput, DescribeInsightCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns details about an insight that you specify using its ID. </p>
@@ -128,23 +131,5 @@ export interface DescribeInsightCommandOutput extends DescribeInsightResponse, _
128
131
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
129
132
  *
130
133
  */
131
- export declare class DescribeInsightCommand extends $Command<DescribeInsightCommandInput, DescribeInsightCommandOutput, DevOpsGuruClientResolvedConfig> {
132
- readonly input: DescribeInsightCommandInput;
133
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
134
- /**
135
- * @public
136
- */
137
- constructor(input: DescribeInsightCommandInput);
138
- /**
139
- * @internal
140
- */
141
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInsightCommandInput, DescribeInsightCommandOutput>;
142
- /**
143
- * @internal
144
- */
145
- private serialize;
146
- /**
147
- * @internal
148
- */
149
- private deserialize;
134
+ export declare class DescribeInsightCommand extends DescribeInsightCommand_base {
150
135
  }
@@ -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 { DescribeOrganizationHealthRequest, DescribeOrganizationHealthResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeOrganizationHealthCommandInput extends DescribeOrganiza
21
20
  */
22
21
  export interface DescribeOrganizationHealthCommandOutput extends DescribeOrganizationHealthResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeOrganizationHealthCommand_base: {
24
+ new (input: DescribeOrganizationHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationHealthCommandInput, DescribeOrganizationHealthCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns active insights, predictive insights, and resource hours analyzed in last
@@ -76,23 +79,5 @@ export interface DescribeOrganizationHealthCommandOutput extends DescribeOrganiz
76
79
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
77
80
  *
78
81
  */
79
- export declare class DescribeOrganizationHealthCommand extends $Command<DescribeOrganizationHealthCommandInput, DescribeOrganizationHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
80
- readonly input: DescribeOrganizationHealthCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DescribeOrganizationHealthCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOrganizationHealthCommandInput, DescribeOrganizationHealthCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DescribeOrganizationHealthCommand extends DescribeOrganizationHealthCommand_base {
98
83
  }
@@ -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 { DescribeOrganizationOverviewRequest, DescribeOrganizationOverviewResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeOrganizationOverviewCommandInput extends DescribeOrgani
21
20
  */
22
21
  export interface DescribeOrganizationOverviewCommandOutput extends DescribeOrganizationOverviewResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeOrganizationOverviewCommand_base: {
24
+ new (input: DescribeOrganizationOverviewCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationOverviewCommandInput, DescribeOrganizationOverviewCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns an overview of your organization's history based on the specified time range.
@@ -76,23 +79,5 @@ export interface DescribeOrganizationOverviewCommandOutput extends DescribeOrgan
76
79
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
77
80
  *
78
81
  */
79
- export declare class DescribeOrganizationOverviewCommand extends $Command<DescribeOrganizationOverviewCommandInput, DescribeOrganizationOverviewCommandOutput, DevOpsGuruClientResolvedConfig> {
80
- readonly input: DescribeOrganizationOverviewCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DescribeOrganizationOverviewCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOrganizationOverviewCommandInput, DescribeOrganizationOverviewCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DescribeOrganizationOverviewCommand extends DescribeOrganizationOverviewCommand_base {
98
83
  }
@@ -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 { DescribeOrganizationResourceCollectionHealthRequest, DescribeOrganizationResourceCollectionHealthResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeOrganizationResourceCollectionHealthCommandInput extend
21
20
  */
22
21
  export interface DescribeOrganizationResourceCollectionHealthCommandOutput extends DescribeOrganizationResourceCollectionHealthResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeOrganizationResourceCollectionHealthCommand_base: {
24
+ new (input: DescribeOrganizationResourceCollectionHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Provides an overview of your system's health. If additional member accounts are part
@@ -119,23 +122,5 @@ export interface DescribeOrganizationResourceCollectionHealthCommandOutput exten
119
122
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
120
123
  *
121
124
  */
122
- export declare class DescribeOrganizationResourceCollectionHealthCommand extends $Command<DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
123
- readonly input: DescribeOrganizationResourceCollectionHealthCommandInput;
124
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
125
- /**
126
- * @public
127
- */
128
- constructor(input: DescribeOrganizationResourceCollectionHealthCommandInput);
129
- /**
130
- * @internal
131
- */
132
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput>;
133
- /**
134
- * @internal
135
- */
136
- private serialize;
137
- /**
138
- * @internal
139
- */
140
- private deserialize;
125
+ export declare class DescribeOrganizationResourceCollectionHealthCommand extends DescribeOrganizationResourceCollectionHealthCommand_base {
141
126
  }
@@ -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 { DescribeResourceCollectionHealthRequest, DescribeResourceCollectionHealthResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeResourceCollectionHealthCommandInput extends DescribeRe
21
20
  */
22
21
  export interface DescribeResourceCollectionHealthCommandOutput extends DescribeResourceCollectionHealthResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeResourceCollectionHealthCommand_base: {
24
+ new (input: DescribeResourceCollectionHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourceCollectionHealthCommandInput, DescribeResourceCollectionHealthCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR)
@@ -105,23 +108,5 @@ export interface DescribeResourceCollectionHealthCommandOutput extends DescribeR
105
108
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
106
109
  *
107
110
  */
108
- export declare class DescribeResourceCollectionHealthCommand extends $Command<DescribeResourceCollectionHealthCommandInput, DescribeResourceCollectionHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
109
- readonly input: DescribeResourceCollectionHealthCommandInput;
110
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
111
- /**
112
- * @public
113
- */
114
- constructor(input: DescribeResourceCollectionHealthCommandInput);
115
- /**
116
- * @internal
117
- */
118
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeResourceCollectionHealthCommandInput, DescribeResourceCollectionHealthCommandOutput>;
119
- /**
120
- * @internal
121
- */
122
- private serialize;
123
- /**
124
- * @internal
125
- */
126
- private deserialize;
111
+ export declare class DescribeResourceCollectionHealthCommand extends DescribeResourceCollectionHealthCommand_base {
127
112
  }