@aws-sdk/client-devops-guru 3.40.0 → 3.44.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 (80) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/README.md +14 -16
  3. package/dist-cjs/DevOpsGuru.js +75 -0
  4. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +36 -0
  6. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +36 -0
  7. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +36 -0
  8. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +36 -0
  9. package/dist-cjs/commands/index.js +5 -0
  10. package/dist-cjs/endpoints.js +8 -0
  11. package/dist-cjs/models/models_0.js +219 -12
  12. package/dist-cjs/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +34 -0
  13. package/dist-cjs/pagination/ListOrganizationInsightsPaginator.js +35 -0
  14. package/dist-cjs/pagination/SearchOrganizationInsightsPaginator.js +35 -0
  15. package/dist-cjs/pagination/index.js +3 -0
  16. package/dist-cjs/protocols/Aws_restJson1.js +1335 -208
  17. package/dist-es/DevOpsGuru.js +75 -0
  18. package/dist-es/commands/DescribeOrganizationHealthCommand.js +39 -0
  19. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +39 -0
  20. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +39 -0
  21. package/dist-es/commands/ListOrganizationInsightsCommand.js +39 -0
  22. package/dist-es/commands/SearchOrganizationInsightsCommand.js +39 -0
  23. package/dist-es/commands/index.js +5 -0
  24. package/dist-es/endpoints.js +8 -0
  25. package/dist-es/models/models_0.js +153 -9
  26. package/dist-es/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +73 -0
  27. package/dist-es/pagination/ListOrganizationInsightsPaginator.js +74 -0
  28. package/dist-es/pagination/SearchOrganizationInsightsPaginator.js +74 -0
  29. package/dist-es/pagination/index.js +3 -0
  30. package/dist-es/protocols/Aws_restJson1.js +1280 -111
  31. package/dist-types/DevOpsGuru.d.ts +117 -92
  32. package/dist-types/DevOpsGuruClient.d.ts +19 -16
  33. package/dist-types/commands/AddNotificationChannelCommand.d.ts +5 -7
  34. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +4 -5
  35. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +4 -5
  36. package/dist-types/commands/DescribeAnomalyCommand.d.ts +2 -4
  37. package/dist-types/commands/DescribeFeedbackCommand.d.ts +2 -3
  38. package/dist-types/commands/DescribeInsightCommand.d.ts +2 -4
  39. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +36 -0
  40. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +36 -0
  41. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +37 -0
  42. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +6 -6
  43. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +3 -5
  44. package/dist-types/commands/GetCostEstimationCommand.d.ts +2 -2
  45. package/dist-types/commands/GetResourceCollectionCommand.d.ts +5 -5
  46. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +3 -4
  47. package/dist-types/commands/ListEventsCommand.d.ts +3 -4
  48. package/dist-types/commands/ListInsightsCommand.d.ts +4 -5
  49. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +5 -6
  50. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +35 -0
  51. package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -4
  52. package/dist-types/commands/PutFeedbackCommand.d.ts +2 -4
  53. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +4 -5
  54. package/dist-types/commands/SearchInsightsCommand.d.ts +9 -10
  55. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +42 -0
  56. package/dist-types/commands/StartCostEstimationCommand.d.ts +3 -2
  57. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +5 -4
  58. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +4 -5
  59. package/dist-types/commands/index.d.ts +5 -0
  60. package/dist-types/models/models_0.d.ts +2040 -885
  61. package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +4 -0
  62. package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +4 -0
  63. package/dist-types/pagination/SearchOrganizationInsightsPaginator.d.ts +4 -0
  64. package/dist-types/pagination/index.d.ts +3 -0
  65. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  66. package/dist-types/ts3.4/DevOpsGuru.d.ts +25 -0
  67. package/dist-types/ts3.4/DevOpsGuruClient.d.ts +7 -2
  68. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +486 -6
  75. package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +4 -0
  76. package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +4 -0
  77. package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +4 -0
  78. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  79. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
  80. package/package.json +4 -4
@@ -5,6 +5,9 @@ import { DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutp
5
5
  import { DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput } from "./commands/DescribeAnomalyCommand";
6
6
  import { DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput } from "./commands/DescribeFeedbackCommand";
7
7
  import { DescribeInsightCommandInput, DescribeInsightCommandOutput } from "./commands/DescribeInsightCommand";
8
+ import { DescribeOrganizationHealthCommandInput, DescribeOrganizationHealthCommandOutput } from "./commands/DescribeOrganizationHealthCommand";
9
+ import { DescribeOrganizationOverviewCommandInput, DescribeOrganizationOverviewCommandOutput } from "./commands/DescribeOrganizationOverviewCommand";
10
+ import { DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput } from "./commands/DescribeOrganizationResourceCollectionHealthCommand";
8
11
  import { DescribeResourceCollectionHealthCommandInput, DescribeResourceCollectionHealthCommandOutput } from "./commands/DescribeResourceCollectionHealthCommand";
9
12
  import { DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationCommandOutput } from "./commands/DescribeServiceIntegrationCommand";
10
13
  import { GetCostEstimationCommandInput, GetCostEstimationCommandOutput } from "./commands/GetCostEstimationCommand";
@@ -13,113 +16,124 @@ import { ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutp
13
16
  import { ListEventsCommandInput, ListEventsCommandOutput } from "./commands/ListEventsCommand";
14
17
  import { ListInsightsCommandInput, ListInsightsCommandOutput } from "./commands/ListInsightsCommand";
15
18
  import { ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput } from "./commands/ListNotificationChannelsCommand";
19
+ import { ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput } from "./commands/ListOrganizationInsightsCommand";
16
20
  import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "./commands/ListRecommendationsCommand";
17
21
  import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
18
22
  import { RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput } from "./commands/RemoveNotificationChannelCommand";
19
23
  import { SearchInsightsCommandInput, SearchInsightsCommandOutput } from "./commands/SearchInsightsCommand";
24
+ import { SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput } from "./commands/SearchOrganizationInsightsCommand";
20
25
  import { StartCostEstimationCommandInput, StartCostEstimationCommandOutput } from "./commands/StartCostEstimationCommand";
21
26
  import { UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput } from "./commands/UpdateResourceCollectionCommand";
22
27
  import { UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput } from "./commands/UpdateServiceIntegrationCommand";
23
28
  import { DevOpsGuruClient } from "./DevOpsGuruClient";
24
29
  /**
25
- * <p> Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business
26
- * critical operational applications. You specify the AWS resources that you want DevOps Guru to cover,
27
- * then the Amazon CloudWatch metrics and AWS CloudTrail events related to those resources are analyzed. When
28
- * anomalous behavior is detected, DevOps Guru creates an <i>insight</i> that includes
29
- * recommendations, related events, and related metrics that can help you improve your
30
- * operational applications. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html">What is Amazon DevOps Guru</a>. </p>
30
+ * <p> Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in
31
+ * business critical operational applications. You specify the Amazon Web Services resources that you
32
+ * want DevOps Guru to cover, then the Amazon CloudWatch metrics and Amazon Web Services CloudTrail events related to those
33
+ * resources are analyzed. When anomalous behavior is detected, DevOps Guru creates an
34
+ * <i>insight</i> that includes recommendations, related events, and
35
+ * related metrics that can help you improve your operational applications. For more
36
+ * information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html">What is Amazon DevOps Guru</a>. </p>
31
37
  *
32
- * <p>
33
- * You can specify 1 or 2 Amazon Simple Notification Service topics so you are notified every time a new insight is created. You can also enable DevOps Guru to generate
34
- * an OpsItem in AWS Systems Manager for each insight to help you manage and track your work addressing insights.
35
- * </p>
38
+ * <p> You can specify 1 or 2 Amazon Simple Notification Service topics so you are notified every time a new insight
39
+ * is created. You can also enable DevOps Guru to generate an OpsItem in Amazon Web Services Systems Manager for each
40
+ * insight to help you manage and track your work addressing insights. </p>
36
41
  *
37
- * <p>
38
- * 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
39
- * learn about DevOps Guru concepts, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/concepts.html">Concepts in DevOps Guru</a>.
40
- * </p>
42
+ * <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
43
+ * 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>
41
44
  */
42
45
  export declare class DevOpsGuru extends DevOpsGuruClient {
43
46
  /**
44
- * <p>
45
- * Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated.
46
- * </p>
47
- *
47
+ * <p> Adds a notification channel to DevOps Guru. A notification channel is used to notify you
48
+ * about important DevOps Guru events, such as when an insight is generated. </p>
48
49
  * <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
49
50
  * to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account.
50
51
  * For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html">Permissions
51
52
  * for cross account Amazon SNS topics</a>.</p>
52
- * <p>If you use an Amazon SNS topic that is encrypted by an AWS Key Management Service customer-managed key (CMK), then you must add permissions
53
+ * <p>If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions
53
54
  * to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
54
- * AWS KMS–encrypted Amazon SNS topics</a>.</p>
55
+ * Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
55
56
  */
56
57
  addNotificationChannel(args: AddNotificationChannelCommandInput, options?: __HttpHandlerOptions): Promise<AddNotificationChannelCommandOutput>;
57
58
  addNotificationChannel(args: AddNotificationChannelCommandInput, cb: (err: any, data?: AddNotificationChannelCommandOutput) => void): void;
58
59
  addNotificationChannel(args: AddNotificationChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddNotificationChannelCommandOutput) => void): void;
59
60
  /**
60
- * <p>
61
- * Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your AWS account.
62
- * Use these numbers to gauge the health of operations in your AWS account.
63
- * </p>
61
+ * <p> Returns the number of open reactive insights, the number of open proactive insights,
62
+ * and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the
63
+ * health of operations in your Amazon Web Services account. </p>
64
64
  */
65
65
  describeAccountHealth(args: DescribeAccountHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountHealthCommandOutput>;
66
66
  describeAccountHealth(args: DescribeAccountHealthCommandInput, cb: (err: any, data?: DescribeAccountHealthCommandOutput) => void): void;
67
67
  describeAccountHealth(args: DescribeAccountHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountHealthCommandOutput) => void): void;
68
68
  /**
69
- * <p>
70
- * For the time range passed in, returns the number of open reactive insight that were created, the number of open proactive insights
71
- * that were created, and the Mean Time to Recover (MTTR) for all closed reactive insights.
72
- * </p>
69
+ * <p> For the time range passed in, returns the number of open reactive insight that were
70
+ * created, the number of open proactive insights that were created, and the Mean Time to Recover (MTTR) for all
71
+ * closed reactive insights. </p>
73
72
  */
74
73
  describeAccountOverview(args: DescribeAccountOverviewCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountOverviewCommandOutput>;
75
74
  describeAccountOverview(args: DescribeAccountOverviewCommandInput, cb: (err: any, data?: DescribeAccountOverviewCommandOutput) => void): void;
76
75
  describeAccountOverview(args: DescribeAccountOverviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountOverviewCommandOutput) => void): void;
77
76
  /**
78
- * <p>
79
- * Returns details about an anomaly that you specify using its ID.
80
- * </p>
77
+ * <p> Returns details about an anomaly that you specify using its ID. </p>
81
78
  */
82
79
  describeAnomaly(args: DescribeAnomalyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAnomalyCommandOutput>;
83
80
  describeAnomaly(args: DescribeAnomalyCommandInput, cb: (err: any, data?: DescribeAnomalyCommandOutput) => void): void;
84
81
  describeAnomaly(args: DescribeAnomalyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAnomalyCommandOutput) => void): void;
85
82
  /**
86
- * <p>
87
- * Returns the most recent feedback submitted in the current AWS account and Region.
83
+ * <p> Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
88
84
  * </p>
89
85
  */
90
86
  describeFeedback(args: DescribeFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFeedbackCommandOutput>;
91
87
  describeFeedback(args: DescribeFeedbackCommandInput, cb: (err: any, data?: DescribeFeedbackCommandOutput) => void): void;
92
88
  describeFeedback(args: DescribeFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFeedbackCommandOutput) => void): void;
93
89
  /**
94
- * <p>
95
- * Returns details about an insight that you specify using its ID.
96
- * </p>
90
+ * <p> Returns details about an insight that you specify using its ID. </p>
97
91
  */
98
92
  describeInsight(args: DescribeInsightCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInsightCommandOutput>;
99
93
  describeInsight(args: DescribeInsightCommandInput, cb: (err: any, data?: DescribeInsightCommandOutput) => void): void;
100
94
  describeInsight(args: DescribeInsightCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInsightCommandOutput) => void): void;
101
95
  /**
102
- * <p>
103
- * Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR) for all closed insights in
104
- * resource collections in your account. You specify the type of AWS resources collection. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
105
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
106
- * </p>
96
+ * <p>Returns active insights, predictive insights, and resource hours analyzed in last
97
+ * hour.</p>
98
+ */
99
+ describeOrganizationHealth(args: DescribeOrganizationHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationHealthCommandOutput>;
100
+ describeOrganizationHealth(args: DescribeOrganizationHealthCommandInput, cb: (err: any, data?: DescribeOrganizationHealthCommandOutput) => void): void;
101
+ describeOrganizationHealth(args: DescribeOrganizationHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationHealthCommandOutput) => void): void;
102
+ /**
103
+ * <p>Returns an overview of your organization's history based on the specified time range.
104
+ * The overview includes the total reactive and proactive insights.</p>
105
+ */
106
+ describeOrganizationOverview(args: DescribeOrganizationOverviewCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationOverviewCommandOutput>;
107
+ describeOrganizationOverview(args: DescribeOrganizationOverviewCommandInput, cb: (err: any, data?: DescribeOrganizationOverviewCommandOutput) => void): void;
108
+ describeOrganizationOverview(args: DescribeOrganizationOverviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationOverviewCommandOutput) => void): void;
109
+ /**
110
+ * <p>Provides an overview of your system's health. If additional member accounts are part
111
+ * of your organization, you can filter those accounts using the <code>AccountIds</code>
112
+ * field.</p>
113
+ */
114
+ describeOrganizationResourceCollectionHealth(args: DescribeOrganizationResourceCollectionHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationResourceCollectionHealthCommandOutput>;
115
+ describeOrganizationResourceCollectionHealth(args: DescribeOrganizationResourceCollectionHealthCommandInput, cb: (err: any, data?: DescribeOrganizationResourceCollectionHealthCommandOutput) => void): void;
116
+ describeOrganizationResourceCollectionHealth(args: DescribeOrganizationResourceCollectionHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationResourceCollectionHealthCommandOutput) => void): void;
117
+ /**
118
+ * <p> Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR)
119
+ * for all closed insights in resource collections in your account. You specify the type of
120
+ * Amazon Web Services resources collection. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
121
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
122
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
107
123
  */
108
124
  describeResourceCollectionHealth(args: DescribeResourceCollectionHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourceCollectionHealthCommandOutput>;
109
125
  describeResourceCollectionHealth(args: DescribeResourceCollectionHealthCommandInput, cb: (err: any, data?: DescribeResourceCollectionHealthCommandOutput) => void): void;
110
126
  describeResourceCollectionHealth(args: DescribeResourceCollectionHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourceCollectionHealthCommandOutput) => void): void;
111
127
  /**
112
- * <p>
113
- * Returns the integration status of services that are integrated with DevOps Guru.
128
+ * <p> Returns the integration status of services that are integrated with DevOps Guru.
114
129
  * The one service that can be integrated with DevOps Guru
115
- * is AWS Systems Manager, which can be used to create an OpsItem for each generated insight.
116
- * </p>
130
+ * is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight. </p>
117
131
  */
118
132
  describeServiceIntegration(args: DescribeServiceIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServiceIntegrationCommandOutput>;
119
133
  describeServiceIntegration(args: DescribeServiceIntegrationCommandInput, cb: (err: any, data?: DescribeServiceIntegrationCommandOutput) => void): void;
120
134
  describeServiceIntegration(args: DescribeServiceIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServiceIntegrationCommandOutput) => void): void;
121
135
  /**
122
- * <p>Returns an estimate of the monthly cost for DevOps Guru to analyze your AWS resources.
136
+ * <p>Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.
123
137
  * For more information,
124
138
  * see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/cost-estimate.html">Estimate your
125
139
  * Amazon DevOps Guru costs</a> and
@@ -129,108 +143,119 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
129
143
  getCostEstimation(args: GetCostEstimationCommandInput, cb: (err: any, data?: GetCostEstimationCommandOutput) => void): void;
130
144
  getCostEstimation(args: GetCostEstimationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCostEstimationCommandOutput) => void): void;
131
145
  /**
132
- * <p>
133
- * Returns lists AWS resources that are of the specified resource collection type. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
134
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
135
- * </p>
146
+ * <p> Returns lists Amazon Web Services resources that are of the specified resource collection type.
147
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
148
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
149
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
136
150
  */
137
151
  getResourceCollection(args: GetResourceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<GetResourceCollectionCommandOutput>;
138
152
  getResourceCollection(args: GetResourceCollectionCommandInput, cb: (err: any, data?: GetResourceCollectionCommandOutput) => void): void;
139
153
  getResourceCollection(args: GetResourceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceCollectionCommandOutput) => void): void;
140
154
  /**
141
- * <p>
142
- * Returns a list of the anomalies that belong to an insight that you specify using its ID.
143
- * </p>
155
+ * <p> Returns a list of the anomalies that belong to an insight that you specify using its
156
+ * ID. </p>
144
157
  */
145
158
  listAnomaliesForInsight(args: ListAnomaliesForInsightCommandInput, options?: __HttpHandlerOptions): Promise<ListAnomaliesForInsightCommandOutput>;
146
159
  listAnomaliesForInsight(args: ListAnomaliesForInsightCommandInput, cb: (err: any, data?: ListAnomaliesForInsightCommandOutput) => void): void;
147
160
  listAnomaliesForInsight(args: ListAnomaliesForInsightCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnomaliesForInsightCommandOutput) => void): void;
148
161
  /**
149
- * <p>
150
- * Returns a list of the events emitted by the resources that are evaluated by DevOps Guru. You can use filters to specify which events are returned.
151
- * </p>
162
+ * <p> Returns a list of the events emitted by the resources that are evaluated by DevOps Guru.
163
+ * You can use filters to specify which events are returned. </p>
152
164
  */
153
165
  listEvents(args: ListEventsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventsCommandOutput>;
154
166
  listEvents(args: ListEventsCommandInput, cb: (err: any, data?: ListEventsCommandOutput) => void): void;
155
167
  listEvents(args: ListEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventsCommandOutput) => void): void;
156
168
  /**
157
- * <p>
158
- * Returns a list of insights in your AWS account. You can specify which insights are returned by their start time and
159
- * status (<code>ONGOING</code>, <code>CLOSED</code>, or <code>ANY</code>).
160
- * </p>
169
+ * <p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are
170
+ * returned by their start time and status (<code>ONGOING</code>, <code>CLOSED</code>, or
171
+ * <code>ANY</code>). </p>
161
172
  */
162
173
  listInsights(args: ListInsightsCommandInput, options?: __HttpHandlerOptions): Promise<ListInsightsCommandOutput>;
163
174
  listInsights(args: ListInsightsCommandInput, cb: (err: any, data?: ListInsightsCommandOutput) => void): void;
164
175
  listInsights(args: ListInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInsightsCommandOutput) => void): void;
165
176
  /**
166
- * <p>
167
- * Returns a list of notification channels configured for DevOps Guru. Each notification channel is used to notify you when
168
- * DevOps Guru generates an insight that contains information about how to improve your operations. The one
169
- * supported notification channel is Amazon Simple Notification Service (Amazon SNS).
170
- * </p>
177
+ * <p> Returns a list of notification channels configured for DevOps Guru. Each notification
178
+ * channel is used to notify you when DevOps Guru generates an insight that contains information
179
+ * about how to improve your operations. The one
180
+ * supported notification channel is Amazon Simple Notification Service (Amazon SNS). </p>
171
181
  */
172
182
  listNotificationChannels(args: ListNotificationChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListNotificationChannelsCommandOutput>;
173
183
  listNotificationChannels(args: ListNotificationChannelsCommandInput, cb: (err: any, data?: ListNotificationChannelsCommandOutput) => void): void;
174
184
  listNotificationChannels(args: ListNotificationChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNotificationChannelsCommandOutput) => void): void;
175
185
  /**
176
- * <p>
177
- * Returns a list of a specified insight's recommendations. Each recommendation includes a list of related metrics and a list of related events.
178
- * </p>
186
+ * <p>Returns a list of insights associated with the account or OU Id.</p>
187
+ */
188
+ listOrganizationInsights(args: ListOrganizationInsightsCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationInsightsCommandOutput>;
189
+ listOrganizationInsights(args: ListOrganizationInsightsCommandInput, cb: (err: any, data?: ListOrganizationInsightsCommandOutput) => void): void;
190
+ listOrganizationInsights(args: ListOrganizationInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationInsightsCommandOutput) => void): void;
191
+ /**
192
+ * <p> Returns a list of a specified insight's recommendations. Each recommendation includes
193
+ * a list of related metrics and a list of related events. </p>
179
194
  */
180
195
  listRecommendations(args: ListRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListRecommendationsCommandOutput>;
181
196
  listRecommendations(args: ListRecommendationsCommandInput, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
182
197
  listRecommendations(args: ListRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
183
198
  /**
184
- * <p>
185
- * Collects customer feedback about the specified insight.
186
- * </p>
199
+ * <p> Collects customer feedback about the specified insight. </p>
187
200
  */
188
201
  putFeedback(args: PutFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<PutFeedbackCommandOutput>;
189
202
  putFeedback(args: PutFeedbackCommandInput, cb: (err: any, data?: PutFeedbackCommandOutput) => void): void;
190
203
  putFeedback(args: PutFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutFeedbackCommandOutput) => void): void;
191
204
  /**
192
- * <p>
193
- * Removes a notification channel from DevOps Guru. A notification channel is used to notify you when DevOps Guru generates an insight
194
- * that contains information about how to improve your operations.
195
- * </p>
205
+ * <p> Removes a notification channel from DevOps Guru. A notification channel is used to notify
206
+ * you when DevOps Guru generates an insight that contains information about how to improve your
207
+ * operations. </p>
196
208
  */
197
209
  removeNotificationChannel(args: RemoveNotificationChannelCommandInput, options?: __HttpHandlerOptions): Promise<RemoveNotificationChannelCommandOutput>;
198
210
  removeNotificationChannel(args: RemoveNotificationChannelCommandInput, cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void): void;
199
211
  removeNotificationChannel(args: RemoveNotificationChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void): void;
200
212
  /**
201
- * <p>
202
- * Returns a list of insights in your AWS account. You can specify which insights are returned by their start time, one or more statuses
203
- * (<code>ONGOING</code>, <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities (<code>LOW</code>, <code>MEDIUM</code>,
204
- * and <code>HIGH</code>), and type (<code>REACTIVE</code> or <code>PROACTIVE</code>).
205
- * </p>
206
- * <p>
207
- * Use the <code>Filters</code> parameter to specify status and severity
208
- * search parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or <code>PROACTIVE</code> in your search.
209
- * </p>
213
+ * <p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are
214
+ * returned by their start time, one or more statuses (<code>ONGOING</code>,
215
+ * <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
216
+ * (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
217
+ * (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
218
+ * <p> Use the <code>Filters</code> parameter to specify status and severity search
219
+ * parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or
220
+ * <code>PROACTIVE</code> in your search. </p>
210
221
  */
211
222
  searchInsights(args: SearchInsightsCommandInput, options?: __HttpHandlerOptions): Promise<SearchInsightsCommandOutput>;
212
223
  searchInsights(args: SearchInsightsCommandInput, cb: (err: any, data?: SearchInsightsCommandOutput) => void): void;
213
224
  searchInsights(args: SearchInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchInsightsCommandOutput) => void): void;
214
225
  /**
215
- * <p>Starts the creation of an estimate of the monthly cost to analyze your AWS resources.</p>
226
+ * <p> Returns a list of insights in your organization. You can specify which insights are
227
+ * returned by their start time, one or more statuses (<code>ONGOING</code>,
228
+ * <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
229
+ * (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
230
+ * (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
231
+ * <p> Use the <code>Filters</code> parameter to specify status and severity search
232
+ * parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or
233
+ * <code>PROACTIVE</code> in your search. </p>
234
+ */
235
+ searchOrganizationInsights(args: SearchOrganizationInsightsCommandInput, options?: __HttpHandlerOptions): Promise<SearchOrganizationInsightsCommandOutput>;
236
+ searchOrganizationInsights(args: SearchOrganizationInsightsCommandInput, cb: (err: any, data?: SearchOrganizationInsightsCommandOutput) => void): void;
237
+ searchOrganizationInsights(args: SearchOrganizationInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchOrganizationInsightsCommandOutput) => void): void;
238
+ /**
239
+ * <p>Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services
240
+ * resources.</p>
216
241
  */
217
242
  startCostEstimation(args: StartCostEstimationCommandInput, options?: __HttpHandlerOptions): Promise<StartCostEstimationCommandOutput>;
218
243
  startCostEstimation(args: StartCostEstimationCommandInput, cb: (err: any, data?: StartCostEstimationCommandOutput) => void): void;
219
244
  startCostEstimation(args: StartCostEstimationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartCostEstimationCommandOutput) => void): void;
220
245
  /**
221
246
  * <p> Updates the collection of resources that DevOps Guru analyzes.
222
- * The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
223
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks. This method also creates the IAM role required for you
224
- * to use DevOps Guru. </p>
247
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
248
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
249
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. This method also creates the IAM role required for
250
+ * you to use DevOps Guru. </p>
225
251
  */
226
252
  updateResourceCollection(args: UpdateResourceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceCollectionCommandOutput>;
227
253
  updateResourceCollection(args: UpdateResourceCollectionCommandInput, cb: (err: any, data?: UpdateResourceCollectionCommandOutput) => void): void;
228
254
  updateResourceCollection(args: UpdateResourceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceCollectionCommandOutput) => void): void;
229
255
  /**
230
- * <p>
231
- * Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with
232
- * DevOps Guru is AWS Systems Manager, which can be used to create an OpsItem for each generated insight.
233
- * </p>
256
+ * <p> Enables or disables integration with a service that can be integrated with DevOps Guru. The
257
+ * one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create
258
+ * an OpsItem for each generated insight. </p>
234
259
  */
235
260
  updateServiceIntegration(args: UpdateServiceIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceIntegrationCommandOutput>;
236
261
  updateServiceIntegration(args: UpdateServiceIntegrationCommandInput, cb: (err: any, data?: UpdateServiceIntegrationCommandOutput) => void): void;
@@ -12,6 +12,9 @@ import { DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutp
12
12
  import { DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput } from "./commands/DescribeAnomalyCommand";
13
13
  import { DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput } from "./commands/DescribeFeedbackCommand";
14
14
  import { DescribeInsightCommandInput, DescribeInsightCommandOutput } from "./commands/DescribeInsightCommand";
15
+ import { DescribeOrganizationHealthCommandInput, DescribeOrganizationHealthCommandOutput } from "./commands/DescribeOrganizationHealthCommand";
16
+ import { DescribeOrganizationOverviewCommandInput, DescribeOrganizationOverviewCommandOutput } from "./commands/DescribeOrganizationOverviewCommand";
17
+ import { DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput } from "./commands/DescribeOrganizationResourceCollectionHealthCommand";
15
18
  import { DescribeResourceCollectionHealthCommandInput, DescribeResourceCollectionHealthCommandOutput } from "./commands/DescribeResourceCollectionHealthCommand";
16
19
  import { DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationCommandOutput } from "./commands/DescribeServiceIntegrationCommand";
17
20
  import { GetCostEstimationCommandInput, GetCostEstimationCommandOutput } from "./commands/GetCostEstimationCommand";
@@ -20,15 +23,17 @@ import { ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutp
20
23
  import { ListEventsCommandInput, ListEventsCommandOutput } from "./commands/ListEventsCommand";
21
24
  import { ListInsightsCommandInput, ListInsightsCommandOutput } from "./commands/ListInsightsCommand";
22
25
  import { ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput } from "./commands/ListNotificationChannelsCommand";
26
+ import { ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput } from "./commands/ListOrganizationInsightsCommand";
23
27
  import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "./commands/ListRecommendationsCommand";
24
28
  import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
25
29
  import { RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput } from "./commands/RemoveNotificationChannelCommand";
26
30
  import { SearchInsightsCommandInput, SearchInsightsCommandOutput } from "./commands/SearchInsightsCommand";
31
+ import { SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput } from "./commands/SearchOrganizationInsightsCommand";
27
32
  import { StartCostEstimationCommandInput, StartCostEstimationCommandOutput } from "./commands/StartCostEstimationCommand";
28
33
  import { UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput } from "./commands/UpdateResourceCollectionCommand";
29
34
  import { UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput } from "./commands/UpdateServiceIntegrationCommand";
30
- export declare type ServiceInputTypes = AddNotificationChannelCommandInput | DescribeAccountHealthCommandInput | DescribeAccountOverviewCommandInput | DescribeAnomalyCommandInput | DescribeFeedbackCommandInput | DescribeInsightCommandInput | DescribeResourceCollectionHealthCommandInput | DescribeServiceIntegrationCommandInput | GetCostEstimationCommandInput | GetResourceCollectionCommandInput | ListAnomaliesForInsightCommandInput | ListEventsCommandInput | ListInsightsCommandInput | ListNotificationChannelsCommandInput | ListRecommendationsCommandInput | PutFeedbackCommandInput | RemoveNotificationChannelCommandInput | SearchInsightsCommandInput | StartCostEstimationCommandInput | UpdateResourceCollectionCommandInput | UpdateServiceIntegrationCommandInput;
31
- export declare type ServiceOutputTypes = AddNotificationChannelCommandOutput | DescribeAccountHealthCommandOutput | DescribeAccountOverviewCommandOutput | DescribeAnomalyCommandOutput | DescribeFeedbackCommandOutput | DescribeInsightCommandOutput | DescribeResourceCollectionHealthCommandOutput | DescribeServiceIntegrationCommandOutput | GetCostEstimationCommandOutput | GetResourceCollectionCommandOutput | ListAnomaliesForInsightCommandOutput | ListEventsCommandOutput | ListInsightsCommandOutput | ListNotificationChannelsCommandOutput | ListRecommendationsCommandOutput | PutFeedbackCommandOutput | RemoveNotificationChannelCommandOutput | SearchInsightsCommandOutput | StartCostEstimationCommandOutput | UpdateResourceCollectionCommandOutput | UpdateServiceIntegrationCommandOutput;
35
+ export declare type ServiceInputTypes = AddNotificationChannelCommandInput | DescribeAccountHealthCommandInput | DescribeAccountOverviewCommandInput | DescribeAnomalyCommandInput | DescribeFeedbackCommandInput | DescribeInsightCommandInput | DescribeOrganizationHealthCommandInput | DescribeOrganizationOverviewCommandInput | DescribeOrganizationResourceCollectionHealthCommandInput | DescribeResourceCollectionHealthCommandInput | DescribeServiceIntegrationCommandInput | GetCostEstimationCommandInput | GetResourceCollectionCommandInput | ListAnomaliesForInsightCommandInput | ListEventsCommandInput | ListInsightsCommandInput | ListNotificationChannelsCommandInput | ListOrganizationInsightsCommandInput | ListRecommendationsCommandInput | PutFeedbackCommandInput | RemoveNotificationChannelCommandInput | SearchInsightsCommandInput | SearchOrganizationInsightsCommandInput | StartCostEstimationCommandInput | UpdateResourceCollectionCommandInput | UpdateServiceIntegrationCommandInput;
36
+ export declare type ServiceOutputTypes = AddNotificationChannelCommandOutput | DescribeAccountHealthCommandOutput | DescribeAccountOverviewCommandOutput | DescribeAnomalyCommandOutput | DescribeFeedbackCommandOutput | DescribeInsightCommandOutput | DescribeOrganizationHealthCommandOutput | DescribeOrganizationOverviewCommandOutput | DescribeOrganizationResourceCollectionHealthCommandOutput | DescribeResourceCollectionHealthCommandOutput | DescribeServiceIntegrationCommandOutput | GetCostEstimationCommandOutput | GetResourceCollectionCommandOutput | ListAnomaliesForInsightCommandOutput | ListEventsCommandOutput | ListInsightsCommandOutput | ListNotificationChannelsCommandOutput | ListOrganizationInsightsCommandOutput | ListRecommendationsCommandOutput | PutFeedbackCommandOutput | RemoveNotificationChannelCommandOutput | SearchInsightsCommandOutput | SearchOrganizationInsightsCommandOutput | StartCostEstimationCommandOutput | UpdateResourceCollectionCommandOutput | UpdateServiceIntegrationCommandOutput;
32
37
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
33
38
  /**
34
39
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -143,22 +148,20 @@ declare type DevOpsGuruClientResolvedConfigType = __SmithyResolvedConfiguration<
143
148
  export interface DevOpsGuruClientResolvedConfig extends DevOpsGuruClientResolvedConfigType {
144
149
  }
145
150
  /**
146
- * <p> Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business
147
- * critical operational applications. You specify the AWS resources that you want DevOps Guru to cover,
148
- * then the Amazon CloudWatch metrics and AWS CloudTrail events related to those resources are analyzed. When
149
- * anomalous behavior is detected, DevOps Guru creates an <i>insight</i> that includes
150
- * recommendations, related events, and related metrics that can help you improve your
151
- * operational applications. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html">What is Amazon DevOps Guru</a>. </p>
151
+ * <p> Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in
152
+ * business critical operational applications. You specify the Amazon Web Services resources that you
153
+ * want DevOps Guru to cover, then the Amazon CloudWatch metrics and Amazon Web Services CloudTrail events related to those
154
+ * resources are analyzed. When anomalous behavior is detected, DevOps Guru creates an
155
+ * <i>insight</i> that includes recommendations, related events, and
156
+ * related metrics that can help you improve your operational applications. For more
157
+ * information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html">What is Amazon DevOps Guru</a>. </p>
152
158
  *
153
- * <p>
154
- * You can specify 1 or 2 Amazon Simple Notification Service topics so you are notified every time a new insight is created. You can also enable DevOps Guru to generate
155
- * an OpsItem in AWS Systems Manager for each insight to help you manage and track your work addressing insights.
156
- * </p>
159
+ * <p> You can specify 1 or 2 Amazon Simple Notification Service topics so you are notified every time a new insight
160
+ * is created. You can also enable DevOps Guru to generate an OpsItem in Amazon Web Services Systems Manager for each
161
+ * insight to help you manage and track your work addressing insights. </p>
157
162
  *
158
- * <p>
159
- * 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
160
- * learn about DevOps Guru concepts, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/concepts.html">Concepts in DevOps Guru</a>.
161
- * </p>
163
+ * <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
164
+ * 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>
162
165
  */
163
166
  export declare class DevOpsGuruClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DevOpsGuruClientResolvedConfig> {
164
167
  /**
@@ -7,17 +7,15 @@ export interface AddNotificationChannelCommandInput extends AddNotificationChann
7
7
  export interface AddNotificationChannelCommandOutput extends AddNotificationChannelResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>
11
- * Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated.
12
- * </p>
13
- *
10
+ * <p> Adds a notification channel to DevOps Guru. A notification channel is used to notify you
11
+ * about important DevOps Guru events, such as when an insight is generated. </p>
14
12
  * <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
15
13
  * to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account.
16
14
  * For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html">Permissions
17
15
  * for cross account Amazon SNS topics</a>.</p>
18
- * <p>If you use an Amazon SNS topic that is encrypted by an AWS Key Management Service customer-managed key (CMK), then you must add permissions
16
+ * <p>If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions
19
17
  * to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
20
- * AWS KMS–encrypted Amazon SNS topics</a>.</p>
18
+ * Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
21
19
  * @example
22
20
  * Use a bare-bones client and the command you need to make an API call.
23
21
  * ```javascript
@@ -30,7 +28,7 @@ export interface AddNotificationChannelCommandOutput extends AddNotificationChan
30
28
  *
31
29
  * @see {@link AddNotificationChannelCommandInput} for command's `input` shape.
32
30
  * @see {@link AddNotificationChannelCommandOutput} for command's `response` shape.
33
- * @see {@link DevOpsGuruClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
34
32
  *
35
33
  */
36
34
  export declare class AddNotificationChannelCommand extends $Command<AddNotificationChannelCommandInput, AddNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig> {
@@ -7,10 +7,9 @@ export interface DescribeAccountHealthCommandInput extends DescribeAccountHealth
7
7
  export interface DescribeAccountHealthCommandOutput extends DescribeAccountHealthResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>
11
- * Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your AWS account.
12
- * Use these numbers to gauge the health of operations in your AWS account.
13
- * </p>
10
+ * <p> Returns the number of open reactive insights, the number of open proactive insights,
11
+ * and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the
12
+ * health of operations in your Amazon Web Services account. </p>
14
13
  * @example
15
14
  * Use a bare-bones client and the command you need to make an API call.
16
15
  * ```javascript
@@ -23,7 +22,7 @@ export interface DescribeAccountHealthCommandOutput extends DescribeAccountHealt
23
22
  *
24
23
  * @see {@link DescribeAccountHealthCommandInput} for command's `input` shape.
25
24
  * @see {@link DescribeAccountHealthCommandOutput} for command's `response` shape.
26
- * @see {@link DevOpsGuruClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
27
26
  *
28
27
  */
29
28
  export declare class DescribeAccountHealthCommand extends $Command<DescribeAccountHealthCommandInput, DescribeAccountHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
@@ -7,10 +7,9 @@ export interface DescribeAccountOverviewCommandInput extends DescribeAccountOver
7
7
  export interface DescribeAccountOverviewCommandOutput extends DescribeAccountOverviewResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>
11
- * For the time range passed in, returns the number of open reactive insight that were created, the number of open proactive insights
12
- * that were created, and the Mean Time to Recover (MTTR) for all closed reactive insights.
13
- * </p>
10
+ * <p> For the time range passed in, returns the number of open reactive insight that were
11
+ * created, the number of open proactive insights that were created, and the Mean Time to Recover (MTTR) for all
12
+ * closed reactive insights. </p>
14
13
  * @example
15
14
  * Use a bare-bones client and the command you need to make an API call.
16
15
  * ```javascript
@@ -23,7 +22,7 @@ export interface DescribeAccountOverviewCommandOutput extends DescribeAccountOve
23
22
  *
24
23
  * @see {@link DescribeAccountOverviewCommandInput} for command's `input` shape.
25
24
  * @see {@link DescribeAccountOverviewCommandOutput} for command's `response` shape.
26
- * @see {@link DevOpsGuruClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
27
26
  *
28
27
  */
29
28
  export declare class DescribeAccountOverviewCommand extends $Command<DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutput, DevOpsGuruClientResolvedConfig> {
@@ -7,9 +7,7 @@ export interface DescribeAnomalyCommandInput extends DescribeAnomalyRequest {
7
7
  export interface DescribeAnomalyCommandOutput extends DescribeAnomalyResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>
11
- * Returns details about an anomaly that you specify using its ID.
12
- * </p>
10
+ * <p> Returns details about an anomaly that you specify using its ID. </p>
13
11
  * @example
14
12
  * Use a bare-bones client and the command you need to make an API call.
15
13
  * ```javascript
@@ -22,7 +20,7 @@ export interface DescribeAnomalyCommandOutput extends DescribeAnomalyResponse, _
22
20
  *
23
21
  * @see {@link DescribeAnomalyCommandInput} for command's `input` shape.
24
22
  * @see {@link DescribeAnomalyCommandOutput} for command's `response` shape.
25
- * @see {@link DevOpsGuruClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
26
24
  *
27
25
  */
28
26
  export declare class DescribeAnomalyCommand extends $Command<DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput, DevOpsGuruClientResolvedConfig> {
@@ -7,8 +7,7 @@ export interface DescribeFeedbackCommandInput extends DescribeFeedbackRequest {
7
7
  export interface DescribeFeedbackCommandOutput extends DescribeFeedbackResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>
11
- * Returns the most recent feedback submitted in the current AWS account and Region.
10
+ * <p> Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
12
11
  * </p>
13
12
  * @example
14
13
  * Use a bare-bones client and the command you need to make an API call.
@@ -22,7 +21,7 @@ export interface DescribeFeedbackCommandOutput extends DescribeFeedbackResponse,
22
21
  *
23
22
  * @see {@link DescribeFeedbackCommandInput} for command's `input` shape.
24
23
  * @see {@link DescribeFeedbackCommandOutput} for command's `response` shape.
25
- * @see {@link DevOpsGuruClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
26
25
  *
27
26
  */
28
27
  export declare class DescribeFeedbackCommand extends $Command<DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput, DevOpsGuruClientResolvedConfig> {
@@ -7,9 +7,7 @@ export interface DescribeInsightCommandInput extends DescribeInsightRequest {
7
7
  export interface DescribeInsightCommandOutput extends DescribeInsightResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>
11
- * Returns details about an insight that you specify using its ID.
12
- * </p>
10
+ * <p> Returns details about an insight that you specify using its ID. </p>
13
11
  * @example
14
12
  * Use a bare-bones client and the command you need to make an API call.
15
13
  * ```javascript
@@ -22,7 +20,7 @@ export interface DescribeInsightCommandOutput extends DescribeInsightResponse, _
22
20
  *
23
21
  * @see {@link DescribeInsightCommandInput} for command's `input` shape.
24
22
  * @see {@link DescribeInsightCommandOutput} for command's `response` shape.
25
- * @see {@link DevOpsGuruClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
26
24
  *
27
25
  */
28
26
  export declare class DescribeInsightCommand extends $Command<DescribeInsightCommandInput, DescribeInsightCommandOutput, DevOpsGuruClientResolvedConfig> {