@aws-sdk/client-devops-guru 3.478.0 → 3.484.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) 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-es/commands/AddNotificationChannelCommand.js +18 -41
  34. package/dist-es/commands/DeleteInsightCommand.js +18 -41
  35. package/dist-es/commands/DescribeAccountHealthCommand.js +18 -41
  36. package/dist-es/commands/DescribeAccountOverviewCommand.js +18 -41
  37. package/dist-es/commands/DescribeAnomalyCommand.js +18 -41
  38. package/dist-es/commands/DescribeEventSourcesConfigCommand.js +18 -41
  39. package/dist-es/commands/DescribeFeedbackCommand.js +18 -41
  40. package/dist-es/commands/DescribeInsightCommand.js +18 -41
  41. package/dist-es/commands/DescribeOrganizationHealthCommand.js +18 -41
  42. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +18 -41
  43. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +18 -41
  44. package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +18 -41
  45. package/dist-es/commands/DescribeServiceIntegrationCommand.js +18 -41
  46. package/dist-es/commands/GetCostEstimationCommand.js +18 -41
  47. package/dist-es/commands/GetResourceCollectionCommand.js +18 -41
  48. package/dist-es/commands/ListAnomaliesForInsightCommand.js +18 -41
  49. package/dist-es/commands/ListAnomalousLogGroupsCommand.js +18 -41
  50. package/dist-es/commands/ListEventsCommand.js +18 -41
  51. package/dist-es/commands/ListInsightsCommand.js +18 -41
  52. package/dist-es/commands/ListMonitoredResourcesCommand.js +18 -41
  53. package/dist-es/commands/ListNotificationChannelsCommand.js +18 -41
  54. package/dist-es/commands/ListOrganizationInsightsCommand.js +18 -41
  55. package/dist-es/commands/ListRecommendationsCommand.js +18 -41
  56. package/dist-es/commands/PutFeedbackCommand.js +18 -41
  57. package/dist-es/commands/RemoveNotificationChannelCommand.js +18 -41
  58. package/dist-es/commands/SearchInsightsCommand.js +18 -41
  59. package/dist-es/commands/SearchOrganizationInsightsCommand.js +18 -41
  60. package/dist-es/commands/StartCostEstimationCommand.js +18 -41
  61. package/dist-es/commands/UpdateEventSourcesConfigCommand.js +18 -41
  62. package/dist-es/commands/UpdateResourceCollectionCommand.js +18 -41
  63. package/dist-es/commands/UpdateServiceIntegrationCommand.js +18 -41
  64. package/dist-es/endpoint/EndpointParameters.js +6 -0
  65. package/dist-types/commands/AddNotificationChannelCommand.d.ts +6 -21
  66. package/dist-types/commands/DeleteInsightCommand.d.ts +6 -21
  67. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +6 -21
  68. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +6 -21
  69. package/dist-types/commands/DescribeAnomalyCommand.d.ts +6 -21
  70. package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +6 -21
  71. package/dist-types/commands/DescribeFeedbackCommand.d.ts +6 -21
  72. package/dist-types/commands/DescribeInsightCommand.d.ts +6 -21
  73. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +6 -21
  74. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +6 -21
  75. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +6 -21
  76. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +6 -21
  77. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +6 -21
  78. package/dist-types/commands/GetCostEstimationCommand.d.ts +6 -21
  79. package/dist-types/commands/GetResourceCollectionCommand.d.ts +6 -21
  80. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +6 -21
  81. package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +6 -21
  82. package/dist-types/commands/ListEventsCommand.d.ts +6 -21
  83. package/dist-types/commands/ListInsightsCommand.d.ts +6 -21
  84. package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +6 -21
  85. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +6 -21
  86. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +6 -21
  87. package/dist-types/commands/ListRecommendationsCommand.d.ts +6 -21
  88. package/dist-types/commands/PutFeedbackCommand.d.ts +6 -21
  89. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +6 -21
  90. package/dist-types/commands/SearchInsightsCommand.d.ts +6 -21
  91. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +6 -21
  92. package/dist-types/commands/StartCostEstimationCommand.d.ts +6 -21
  93. package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +6 -21
  94. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +6 -21
  95. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +6 -21
  96. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  97. package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +12 -24
  127. package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  129. 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 { 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
  }
@@ -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
  }