@aws-sdk/client-devops-guru 3.337.0 → 3.341.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 (137) hide show
  1. package/dist-cjs/DevOpsGuruClient.js +2 -1
  2. package/dist-cjs/commands/AddNotificationChannelCommand.js +2 -1
  3. package/dist-cjs/commands/DeleteInsightCommand.js +2 -1
  4. package/dist-cjs/commands/DescribeAccountHealthCommand.js +2 -1
  5. package/dist-cjs/commands/DescribeAccountOverviewCommand.js +2 -1
  6. package/dist-cjs/commands/DescribeAnomalyCommand.js +2 -1
  7. package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeFeedbackCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeInsightCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +2 -1
  14. package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +2 -1
  15. package/dist-cjs/commands/GetCostEstimationCommand.js +2 -1
  16. package/dist-cjs/commands/GetResourceCollectionCommand.js +2 -1
  17. package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +2 -1
  18. package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +2 -1
  19. package/dist-cjs/commands/ListEventsCommand.js +2 -1
  20. package/dist-cjs/commands/ListInsightsCommand.js +2 -1
  21. package/dist-cjs/commands/ListMonitoredResourcesCommand.js +2 -1
  22. package/dist-cjs/commands/ListNotificationChannelsCommand.js +2 -1
  23. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +2 -1
  24. package/dist-cjs/commands/ListRecommendationsCommand.js +2 -1
  25. package/dist-cjs/commands/PutFeedbackCommand.js +2 -1
  26. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -1
  27. package/dist-cjs/commands/SearchInsightsCommand.js +2 -1
  28. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +2 -1
  29. package/dist-cjs/commands/StartCostEstimationCommand.js +2 -1
  30. package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +2 -1
  31. package/dist-cjs/commands/UpdateResourceCollectionCommand.js +2 -1
  32. package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +2 -1
  33. package/dist-cjs/index.js +2 -2
  34. package/dist-cjs/models/DevOpsGuruServiceException.js +2 -1
  35. package/dist-es/DevOpsGuruClient.js +1 -0
  36. package/dist-es/commands/AddNotificationChannelCommand.js +1 -0
  37. package/dist-es/commands/DeleteInsightCommand.js +1 -0
  38. package/dist-es/commands/DescribeAccountHealthCommand.js +1 -0
  39. package/dist-es/commands/DescribeAccountOverviewCommand.js +1 -0
  40. package/dist-es/commands/DescribeAnomalyCommand.js +1 -0
  41. package/dist-es/commands/DescribeEventSourcesConfigCommand.js +1 -0
  42. package/dist-es/commands/DescribeFeedbackCommand.js +1 -0
  43. package/dist-es/commands/DescribeInsightCommand.js +1 -0
  44. package/dist-es/commands/DescribeOrganizationHealthCommand.js +1 -0
  45. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +1 -0
  46. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +1 -0
  47. package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +1 -0
  48. package/dist-es/commands/DescribeServiceIntegrationCommand.js +1 -0
  49. package/dist-es/commands/GetCostEstimationCommand.js +1 -0
  50. package/dist-es/commands/GetResourceCollectionCommand.js +1 -0
  51. package/dist-es/commands/ListAnomaliesForInsightCommand.js +1 -0
  52. package/dist-es/commands/ListAnomalousLogGroupsCommand.js +1 -0
  53. package/dist-es/commands/ListEventsCommand.js +1 -0
  54. package/dist-es/commands/ListInsightsCommand.js +1 -0
  55. package/dist-es/commands/ListMonitoredResourcesCommand.js +1 -0
  56. package/dist-es/commands/ListNotificationChannelsCommand.js +1 -0
  57. package/dist-es/commands/ListOrganizationInsightsCommand.js +1 -0
  58. package/dist-es/commands/ListRecommendationsCommand.js +1 -0
  59. package/dist-es/commands/PutFeedbackCommand.js +1 -0
  60. package/dist-es/commands/RemoveNotificationChannelCommand.js +1 -0
  61. package/dist-es/commands/SearchInsightsCommand.js +1 -0
  62. package/dist-es/commands/SearchOrganizationInsightsCommand.js +1 -0
  63. package/dist-es/commands/StartCostEstimationCommand.js +1 -0
  64. package/dist-es/commands/UpdateEventSourcesConfigCommand.js +1 -0
  65. package/dist-es/commands/UpdateResourceCollectionCommand.js +1 -0
  66. package/dist-es/commands/UpdateServiceIntegrationCommand.js +1 -0
  67. package/dist-es/index.js +2 -2
  68. package/dist-es/models/DevOpsGuruServiceException.js +1 -0
  69. package/dist-types/DevOpsGuruClient.d.ts +3 -3
  70. package/dist-types/commands/AddNotificationChannelCommand.d.ts +4 -0
  71. package/dist-types/commands/DeleteInsightCommand.d.ts +4 -0
  72. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +4 -0
  73. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +4 -0
  74. package/dist-types/commands/DescribeAnomalyCommand.d.ts +4 -0
  75. package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +4 -0
  76. package/dist-types/commands/DescribeFeedbackCommand.d.ts +4 -0
  77. package/dist-types/commands/DescribeInsightCommand.d.ts +4 -0
  78. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +4 -0
  79. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +4 -0
  80. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +4 -0
  81. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +4 -0
  82. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +4 -0
  83. package/dist-types/commands/GetCostEstimationCommand.d.ts +4 -0
  84. package/dist-types/commands/GetResourceCollectionCommand.d.ts +4 -0
  85. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +4 -0
  86. package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +4 -0
  87. package/dist-types/commands/ListEventsCommand.d.ts +4 -0
  88. package/dist-types/commands/ListInsightsCommand.d.ts +4 -0
  89. package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +4 -0
  90. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +4 -0
  91. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +4 -0
  92. package/dist-types/commands/ListRecommendationsCommand.d.ts +4 -0
  93. package/dist-types/commands/PutFeedbackCommand.d.ts +4 -0
  94. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +4 -0
  95. package/dist-types/commands/SearchInsightsCommand.d.ts +4 -0
  96. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +4 -0
  97. package/dist-types/commands/StartCostEstimationCommand.d.ts +4 -0
  98. package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +4 -0
  99. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +4 -0
  100. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +4 -0
  101. package/dist-types/index.d.ts +18 -2
  102. package/dist-types/models/DevOpsGuruServiceException.d.ts +1 -0
  103. package/dist-types/ts3.4/DevOpsGuruClient.d.ts +3 -3
  104. package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/index.d.ts +2 -2
  136. package/dist-types/ts3.4/models/DevOpsGuruServiceException.d.ts +1 -0
  137. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListAnomalousLogGroupsCommand, se_ListAnomalousLogGroupsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListAnomalousLogGroupsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListEventsCommand, se_ListEventsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListEventsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListInsightsCommand, se_ListInsightsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListInsightsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListMonitoredResourcesCommand, se_ListMonitoredResourcesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListMonitoredResourcesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListNotificationChannelsCommand, se_ListNotificationChannelsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListNotificationChannelsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListOrganizationInsightsCommand, se_ListOrganizationInsightsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListOrganizationInsightsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListRecommendationsCommand, se_ListRecommendationsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListRecommendationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PutFeedbackCommand, se_PutFeedbackCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class PutFeedbackCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RemoveNotificationChannelCommand, se_RemoveNotificationChannelCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class RemoveNotificationChannelCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SearchInsightsCommand, se_SearchInsightsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class SearchInsightsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SearchOrganizationInsightsCommand, se_SearchOrganizationInsightsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class SearchOrganizationInsightsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartCostEstimationCommand, se_StartCostEstimationCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class StartCostEstimationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateEventSourcesConfigCommand, se_UpdateEventSourcesConfigCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateEventSourcesConfigCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateResourceCollectionCommand, se_UpdateResourceCollectionCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateResourceCollectionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateServiceIntegrationCommand, se_UpdateServiceIntegrationCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateServiceIntegrationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./DevOpsGuru";
2
1
  export * from "./DevOpsGuruClient";
2
+ export * from "./DevOpsGuru";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { DevOpsGuruServiceException } from "./models/DevOpsGuruServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class DevOpsGuruServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -40,6 +40,7 @@ import { UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOu
40
40
  import { UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput } from "./commands/UpdateResourceCollectionCommand";
41
41
  import { UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput } from "./commands/UpdateServiceIntegrationCommand";
42
42
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
43
+ export { __Client };
43
44
  /**
44
45
  * @public
45
46
  */
@@ -154,7 +155,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
154
155
  /**
155
156
  * @public
156
157
  */
157
- type DevOpsGuruClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
158
+ export type DevOpsGuruClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
158
159
  /**
159
160
  * @public
160
161
  *
@@ -165,7 +166,7 @@ export interface DevOpsGuruClientConfig extends DevOpsGuruClientConfigType {
165
166
  /**
166
167
  * @public
167
168
  */
168
- type DevOpsGuruClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
169
+ export type DevOpsGuruClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
169
170
  /**
170
171
  * @public
171
172
  *
@@ -201,4 +202,3 @@ export declare class DevOpsGuruClient extends __Client<__HttpHandlerOptions, Ser
201
202
  */
202
203
  destroy(): void;
203
204
  }
204
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { AddNotificationChannelRequest, AddNotificationChannelResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { DeleteInsightRequest, DeleteInsightResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { DescribeAccountHealthRequest, DescribeAccountHealthResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { DescribeAccountOverviewRequest, DescribeAccountOverviewResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { DescribeAnomalyRequest, DescribeAnomalyResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { DescribeEventSourcesConfigRequest, DescribeEventSourcesConfigResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { DescribeFeedbackRequest, DescribeFeedbackResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { DescribeInsightRequest, DescribeInsightResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { DescribeOrganizationHealthRequest, DescribeOrganizationHealthResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { DescribeOrganizationOverviewRequest, DescribeOrganizationOverviewResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { DescribeOrganizationResourceCollectionHealthRequest, DescribeOrganizationResourceCollectionHealthResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { DescribeResourceCollectionHealthRequest, DescribeResourceCollectionHealthResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { DescribeServiceIntegrationRequest, DescribeServiceIntegrationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { GetCostEstimationRequest, GetCostEstimationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { GetResourceCollectionRequest, GetResourceCollectionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { ListAnomaliesForInsightRequest, ListAnomaliesForInsightResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { ListAnomalousLogGroupsRequest, ListAnomalousLogGroupsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { ListEventsRequest, ListEventsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { ListInsightsRequest, ListInsightsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { ListMonitoredResourcesRequest, ListMonitoredResourcesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { ListNotificationChannelsRequest, ListNotificationChannelsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { ListOrganizationInsightsRequest, ListOrganizationInsightsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { ListRecommendationsRequest, ListRecommendationsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { PutFeedbackRequest, PutFeedbackResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { RemoveNotificationChannelRequest, RemoveNotificationChannelResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { SearchInsightsRequest, SearchInsightsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { SearchOrganizationInsightsRequest, SearchOrganizationInsightsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { StartCostEstimationRequest, StartCostEstimationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { UpdateEventSourcesConfigRequest, UpdateEventSourcesConfigResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { UpdateResourceCollectionRequest, UpdateResourceCollectionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { UpdateServiceIntegrationRequest, UpdateServiceIntegrationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,22 @@
1
- export * from "./DevOpsGuru";
1
+ /**
2
+ * <p> Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in
3
+ * business critical operational applications. You specify the Amazon Web Services resources that you
4
+ * want DevOps Guru to cover, then the Amazon CloudWatch metrics and Amazon Web Services CloudTrail events related to those
5
+ * resources are analyzed. When anomalous behavior is detected, DevOps Guru creates an
6
+ * <i>insight</i> that includes recommendations, related events, and
7
+ * related metrics that can help you improve your operational applications. For more
8
+ * information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html">What is Amazon DevOps Guru</a>. </p>
9
+ * <p> You can specify 1 or 2 Amazon Simple Notification Service topics so you are notified every time a new insight
10
+ * is created. You can also enable DevOps Guru to generate an OpsItem in Amazon Web Services Systems Manager for each
11
+ * insight to help you manage and track your work addressing insights. </p>
12
+ * <p> To learn about the DevOps Guru workflow, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html#how-it-works">How DevOps Guru works</a>. To
13
+ * learn about DevOps Guru concepts, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/concepts.html">Concepts in DevOps Guru</a>. </p>
14
+ *
15
+ * @packageDocumentation
16
+ */
2
17
  export * from "./DevOpsGuruClient";
18
+ export * from "./DevOpsGuru";
3
19
  export * from "./commands";
4
- export * from "./models";
5
20
  export * from "./pagination";
21
+ export * from "./models";
6
22
  export { DevOpsGuruServiceException } from "./models/DevOpsGuruServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *