@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 { ListAnomalousLogGroupsRequest, ListAnomalousLogGroupsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAnomalousLogGroupsCommandInput extends ListAnomalousLogGrou
21
20
  */
22
21
  export interface ListAnomalousLogGroupsCommandOutput extends ListAnomalousLogGroupsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAnomalousLogGroupsCommand_base: {
24
+ new (input: ListAnomalousLogGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -98,23 +101,5 @@ export interface ListAnomalousLogGroupsCommandOutput extends ListAnomalousLogGro
98
101
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
99
102
  *
100
103
  */
101
- export declare class ListAnomalousLogGroupsCommand extends $Command<ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput, DevOpsGuruClientResolvedConfig> {
102
- readonly input: ListAnomalousLogGroupsCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: ListAnomalousLogGroupsCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class ListAnomalousLogGroupsCommand extends ListAnomalousLogGroupsCommand_base {
120
105
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { ListEventsRequest, ListEventsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListEventsCommandInput extends ListEventsRequest {
21
20
  */
22
21
  export interface ListEventsCommandOutput extends ListEventsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListEventsCommand_base: {
24
+ new (input: ListEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventsCommandInput, ListEventsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns a list of the events emitted by the resources that are evaluated by DevOps Guru.
@@ -130,23 +133,5 @@ export interface ListEventsCommandOutput extends ListEventsResponse, __MetadataB
130
133
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
131
134
  *
132
135
  */
133
- export declare class ListEventsCommand extends $Command<ListEventsCommandInput, ListEventsCommandOutput, DevOpsGuruClientResolvedConfig> {
134
- readonly input: ListEventsCommandInput;
135
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
136
- /**
137
- * @public
138
- */
139
- constructor(input: ListEventsCommandInput);
140
- /**
141
- * @internal
142
- */
143
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEventsCommandInput, ListEventsCommandOutput>;
144
- /**
145
- * @internal
146
- */
147
- private serialize;
148
- /**
149
- * @internal
150
- */
151
- private deserialize;
136
+ export declare class ListEventsCommand extends ListEventsCommand_base {
152
137
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { ListInsightsRequest, ListInsightsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListInsightsCommandInput extends ListInsightsRequest {
21
20
  */
22
21
  export interface ListInsightsCommandOutput extends ListInsightsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListInsightsCommand_base: {
24
+ new (input: ListInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInsightsCommandInput, ListInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are
@@ -163,23 +166,5 @@ export interface ListInsightsCommandOutput extends ListInsightsResponse, __Metad
163
166
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
164
167
  *
165
168
  */
166
- export declare class ListInsightsCommand extends $Command<ListInsightsCommandInput, ListInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
167
- readonly input: ListInsightsCommandInput;
168
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
169
- /**
170
- * @public
171
- */
172
- constructor(input: ListInsightsCommandInput);
173
- /**
174
- * @internal
175
- */
176
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInsightsCommandInput, ListInsightsCommandOutput>;
177
- /**
178
- * @internal
179
- */
180
- private serialize;
181
- /**
182
- * @internal
183
- */
184
- private deserialize;
169
+ export declare class ListInsightsCommand extends ListInsightsCommand_base {
185
170
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { ListMonitoredResourcesRequest, ListMonitoredResourcesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMonitoredResourcesCommandInput extends ListMonitoredResourc
21
20
  */
22
21
  export interface ListMonitoredResourcesCommandOutput extends ListMonitoredResourcesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListMonitoredResourcesCommand_base: {
24
+ new (input: ListMonitoredResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -96,23 +99,5 @@ export interface ListMonitoredResourcesCommandOutput extends ListMonitoredResour
96
99
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
97
100
  *
98
101
  */
99
- export declare class ListMonitoredResourcesCommand extends $Command<ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput, DevOpsGuruClientResolvedConfig> {
100
- readonly input: ListMonitoredResourcesCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: ListMonitoredResourcesCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class ListMonitoredResourcesCommand extends ListMonitoredResourcesCommand_base {
118
103
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { ListNotificationChannelsRequest, ListNotificationChannelsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListNotificationChannelsCommandInput extends ListNotificationCh
21
20
  */
22
21
  export interface ListNotificationChannelsCommandOutput extends ListNotificationChannelsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListNotificationChannelsCommand_base: {
24
+ new (input: ListNotificationChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns a list of notification channels configured for DevOps Guru. Each notification
@@ -88,23 +91,5 @@ export interface ListNotificationChannelsCommandOutput extends ListNotificationC
88
91
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
89
92
  *
90
93
  */
91
- export declare class ListNotificationChannelsCommand extends $Command<ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput, DevOpsGuruClientResolvedConfig> {
92
- readonly input: ListNotificationChannelsCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: ListNotificationChannelsCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class ListNotificationChannelsCommand extends ListNotificationChannelsCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { ListOrganizationInsightsRequest, ListOrganizationInsightsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListOrganizationInsightsCommandInput extends ListOrganizationIn
21
20
  */
22
21
  export interface ListOrganizationInsightsCommandOutput extends ListOrganizationInsightsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListOrganizationInsightsCommand_base: {
24
+ new (input: ListOrganizationInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of insights associated with the account or OU Id.</p>
@@ -165,23 +168,5 @@ export interface ListOrganizationInsightsCommandOutput extends ListOrganizationI
165
168
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
166
169
  *
167
170
  */
168
- export declare class ListOrganizationInsightsCommand extends $Command<ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
169
- readonly input: ListOrganizationInsightsCommandInput;
170
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
171
- /**
172
- * @public
173
- */
174
- constructor(input: ListOrganizationInsightsCommandInput);
175
- /**
176
- * @internal
177
- */
178
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput>;
179
- /**
180
- * @internal
181
- */
182
- private serialize;
183
- /**
184
- * @internal
185
- */
186
- private deserialize;
171
+ export declare class ListOrganizationInsightsCommand extends ListOrganizationInsightsCommand_base {
187
172
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { ListRecommendationsRequest, ListRecommendationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRecommendationsCommandInput extends ListRecommendationsRequ
21
20
  */
22
21
  export interface ListRecommendationsCommandOutput extends ListRecommendationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListRecommendationsCommand_base: {
24
+ new (input: ListRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns a list of a specified insight's recommendations. Each recommendation includes
@@ -115,23 +118,5 @@ export interface ListRecommendationsCommandOutput extends ListRecommendationsRes
115
118
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
116
119
  *
117
120
  */
118
- export declare class ListRecommendationsCommand extends $Command<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, DevOpsGuruClientResolvedConfig> {
119
- readonly input: ListRecommendationsCommandInput;
120
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
121
- /**
122
- * @public
123
- */
124
- constructor(input: ListRecommendationsCommandInput);
125
- /**
126
- * @internal
127
- */
128
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecommendationsCommandInput, ListRecommendationsCommandOutput>;
129
- /**
130
- * @internal
131
- */
132
- private serialize;
133
- /**
134
- * @internal
135
- */
136
- private deserialize;
121
+ export declare class ListRecommendationsCommand extends ListRecommendationsCommand_base {
137
122
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { PutFeedbackRequest, PutFeedbackResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutFeedbackCommandInput extends PutFeedbackRequest {
21
20
  */
22
21
  export interface PutFeedbackCommandOutput extends PutFeedbackResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutFeedbackCommand_base: {
24
+ new (input: PutFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<PutFeedbackCommandInput, PutFeedbackCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Collects customer feedback about the specified insight. </p>
@@ -74,23 +77,5 @@ export interface PutFeedbackCommandOutput extends PutFeedbackResponse, __Metadat
74
77
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
75
78
  *
76
79
  */
77
- export declare class PutFeedbackCommand extends $Command<PutFeedbackCommandInput, PutFeedbackCommandOutput, DevOpsGuruClientResolvedConfig> {
78
- readonly input: PutFeedbackCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: PutFeedbackCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutFeedbackCommandInput, PutFeedbackCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class PutFeedbackCommand extends PutFeedbackCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { RemoveNotificationChannelRequest, RemoveNotificationChannelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveNotificationChannelCommandInput extends RemoveNotificatio
21
20
  */
22
21
  export interface RemoveNotificationChannelCommandOutput extends RemoveNotificationChannelResponse, __MetadataBearer {
23
22
  }
23
+ declare const RemoveNotificationChannelCommand_base: {
24
+ new (input: RemoveNotificationChannelCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Removes a notification channel from DevOps Guru. A notification channel is used to notify
@@ -73,23 +76,5 @@ export interface RemoveNotificationChannelCommandOutput extends RemoveNotificati
73
76
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
74
77
  *
75
78
  */
76
- export declare class RemoveNotificationChannelCommand extends $Command<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig> {
77
- readonly input: RemoveNotificationChannelCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: RemoveNotificationChannelCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class RemoveNotificationChannelCommand extends RemoveNotificationChannelCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { SearchInsightsRequest, SearchInsightsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SearchInsightsCommandInput extends SearchInsightsRequest {
21
20
  */
22
21
  export interface SearchInsightsCommandOutput extends SearchInsightsResponse, __MetadataBearer {
23
22
  }
23
+ declare const SearchInsightsCommand_base: {
24
+ new (input: SearchInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchInsightsCommandInput, SearchInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are
@@ -181,23 +184,5 @@ export interface SearchInsightsCommandOutput extends SearchInsightsResponse, __M
181
184
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
182
185
  *
183
186
  */
184
- export declare class SearchInsightsCommand extends $Command<SearchInsightsCommandInput, SearchInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
185
- readonly input: SearchInsightsCommandInput;
186
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
187
- /**
188
- * @public
189
- */
190
- constructor(input: SearchInsightsCommandInput);
191
- /**
192
- * @internal
193
- */
194
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchInsightsCommandInput, SearchInsightsCommandOutput>;
195
- /**
196
- * @internal
197
- */
198
- private serialize;
199
- /**
200
- * @internal
201
- */
202
- private deserialize;
187
+ export declare class SearchInsightsCommand extends SearchInsightsCommand_base {
203
188
  }
@@ -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 { SearchOrganizationInsightsRequest, SearchOrganizationInsightsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SearchOrganizationInsightsCommandInput extends SearchOrganizati
21
20
  */
22
21
  export interface SearchOrganizationInsightsCommandOutput extends SearchOrganizationInsightsResponse, __MetadataBearer {
23
22
  }
23
+ declare const SearchOrganizationInsightsCommand_base: {
24
+ new (input: SearchOrganizationInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns a list of insights in your organization. You can specify which insights are
@@ -185,23 +188,5 @@ export interface SearchOrganizationInsightsCommandOutput extends SearchOrganizat
185
188
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
186
189
  *
187
190
  */
188
- export declare class SearchOrganizationInsightsCommand extends $Command<SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
189
- readonly input: SearchOrganizationInsightsCommandInput;
190
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
191
- /**
192
- * @public
193
- */
194
- constructor(input: SearchOrganizationInsightsCommandInput);
195
- /**
196
- * @internal
197
- */
198
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput>;
199
- /**
200
- * @internal
201
- */
202
- private serialize;
203
- /**
204
- * @internal
205
- */
206
- private deserialize;
191
+ export declare class SearchOrganizationInsightsCommand extends SearchOrganizationInsightsCommand_base {
207
192
  }
@@ -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 { StartCostEstimationRequest, StartCostEstimationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartCostEstimationCommandInput extends StartCostEstimationRequ
21
20
  */
22
21
  export interface StartCostEstimationCommandOutput extends StartCostEstimationResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartCostEstimationCommand_base: {
24
+ new (input: StartCostEstimationCommandInput): import("@smithy/smithy-client").CommandImpl<StartCostEstimationCommandInput, StartCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services
@@ -87,23 +90,5 @@ export interface StartCostEstimationCommandOutput extends StartCostEstimationRes
87
90
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
88
91
  *
89
92
  */
90
- export declare class StartCostEstimationCommand extends $Command<StartCostEstimationCommandInput, StartCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig> {
91
- readonly input: StartCostEstimationCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: StartCostEstimationCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartCostEstimationCommandInput, StartCostEstimationCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class StartCostEstimationCommand extends StartCostEstimationCommand_base {
109
94
  }
@@ -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 { UpdateEventSourcesConfigRequest, UpdateEventSourcesConfigResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateEventSourcesConfigCommandInput extends UpdateEventSources
21
20
  */
22
21
  export interface UpdateEventSourcesConfigCommandOutput extends UpdateEventSourcesConfigResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateEventSourcesConfigCommand_base: {
24
+ new (input: UpdateEventSourcesConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Enables or disables integration with a service that can be integrated with DevOps Guru. The
@@ -71,23 +74,5 @@ export interface UpdateEventSourcesConfigCommandOutput extends UpdateEventSource
71
74
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
72
75
  *
73
76
  */
74
- export declare class UpdateEventSourcesConfigCommand extends $Command<UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig> {
75
- readonly input: UpdateEventSourcesConfigCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: UpdateEventSourcesConfigCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class UpdateEventSourcesConfigCommand extends UpdateEventSourcesConfigCommand_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 { UpdateResourceCollectionRequest, UpdateResourceCollectionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateResourceCollectionCommandInput extends UpdateResourceColl
21
20
  */
22
21
  export interface UpdateResourceCollectionCommandOutput extends UpdateResourceCollectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateResourceCollectionCommand_base: {
24
+ new (input: UpdateResourceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Updates the collection of resources that DevOps Guru analyzes.
@@ -87,23 +90,5 @@ export interface UpdateResourceCollectionCommandOutput extends UpdateResourceCol
87
90
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
88
91
  *
89
92
  */
90
- export declare class UpdateResourceCollectionCommand extends $Command<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig> {
91
- readonly input: UpdateResourceCollectionCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: UpdateResourceCollectionCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class UpdateResourceCollectionCommand extends UpdateResourceCollectionCommand_base {
109
94
  }