@aws-sdk/client-devops-guru 3.296.0 → 3.298.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 (116) hide show
  1. package/dist-cjs/commands/AddNotificationChannelCommand.js +2 -3
  2. package/dist-cjs/commands/DeleteInsightCommand.js +2 -3
  3. package/dist-cjs/commands/DescribeAccountHealthCommand.js +2 -3
  4. package/dist-cjs/commands/DescribeAccountOverviewCommand.js +2 -3
  5. package/dist-cjs/commands/DescribeAnomalyCommand.js +2 -3
  6. package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +2 -3
  7. package/dist-cjs/commands/DescribeFeedbackCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeInsightCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +2 -3
  14. package/dist-cjs/commands/GetCostEstimationCommand.js +2 -3
  15. package/dist-cjs/commands/GetResourceCollectionCommand.js +2 -3
  16. package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +2 -3
  17. package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +2 -3
  18. package/dist-cjs/commands/ListEventsCommand.js +2 -3
  19. package/dist-cjs/commands/ListInsightsCommand.js +2 -3
  20. package/dist-cjs/commands/ListMonitoredResourcesCommand.js +2 -3
  21. package/dist-cjs/commands/ListNotificationChannelsCommand.js +2 -3
  22. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +2 -3
  23. package/dist-cjs/commands/ListRecommendationsCommand.js +2 -3
  24. package/dist-cjs/commands/PutFeedbackCommand.js +2 -3
  25. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -3
  26. package/dist-cjs/commands/SearchInsightsCommand.js +2 -3
  27. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +2 -3
  28. package/dist-cjs/commands/StartCostEstimationCommand.js +2 -3
  29. package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +2 -3
  30. package/dist-cjs/commands/UpdateResourceCollectionCommand.js +2 -3
  31. package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +2 -3
  32. package/dist-cjs/models/models_0.js +1 -612
  33. package/dist-es/commands/AddNotificationChannelCommand.js +2 -3
  34. package/dist-es/commands/DeleteInsightCommand.js +2 -3
  35. package/dist-es/commands/DescribeAccountHealthCommand.js +2 -3
  36. package/dist-es/commands/DescribeAccountOverviewCommand.js +2 -3
  37. package/dist-es/commands/DescribeAnomalyCommand.js +2 -3
  38. package/dist-es/commands/DescribeEventSourcesConfigCommand.js +2 -3
  39. package/dist-es/commands/DescribeFeedbackCommand.js +2 -3
  40. package/dist-es/commands/DescribeInsightCommand.js +2 -3
  41. package/dist-es/commands/DescribeOrganizationHealthCommand.js +2 -3
  42. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +2 -3
  43. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -3
  44. package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +2 -3
  45. package/dist-es/commands/DescribeServiceIntegrationCommand.js +2 -3
  46. package/dist-es/commands/GetCostEstimationCommand.js +2 -3
  47. package/dist-es/commands/GetResourceCollectionCommand.js +2 -3
  48. package/dist-es/commands/ListAnomaliesForInsightCommand.js +2 -3
  49. package/dist-es/commands/ListAnomalousLogGroupsCommand.js +2 -3
  50. package/dist-es/commands/ListEventsCommand.js +2 -3
  51. package/dist-es/commands/ListInsightsCommand.js +2 -3
  52. package/dist-es/commands/ListMonitoredResourcesCommand.js +2 -3
  53. package/dist-es/commands/ListNotificationChannelsCommand.js +2 -3
  54. package/dist-es/commands/ListOrganizationInsightsCommand.js +2 -3
  55. package/dist-es/commands/ListRecommendationsCommand.js +2 -3
  56. package/dist-es/commands/PutFeedbackCommand.js +2 -3
  57. package/dist-es/commands/RemoveNotificationChannelCommand.js +2 -3
  58. package/dist-es/commands/SearchInsightsCommand.js +2 -3
  59. package/dist-es/commands/SearchOrganizationInsightsCommand.js +2 -3
  60. package/dist-es/commands/StartCostEstimationCommand.js +2 -3
  61. package/dist-es/commands/UpdateEventSourcesConfigCommand.js +2 -3
  62. package/dist-es/commands/UpdateResourceCollectionCommand.js +2 -3
  63. package/dist-es/commands/UpdateServiceIntegrationCommand.js +2 -3
  64. package/dist-es/models/models_0.js +0 -456
  65. package/dist-types/DevOpsGuru.d.ts +32 -0
  66. package/dist-types/DevOpsGuruClient.d.ts +24 -4
  67. package/dist-types/commands/AddNotificationChannelCommand.d.ts +16 -0
  68. package/dist-types/commands/DeleteInsightCommand.d.ts +16 -0
  69. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +16 -0
  70. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +16 -0
  71. package/dist-types/commands/DescribeAnomalyCommand.d.ts +16 -0
  72. package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +16 -0
  73. package/dist-types/commands/DescribeFeedbackCommand.d.ts +16 -0
  74. package/dist-types/commands/DescribeInsightCommand.d.ts +16 -0
  75. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +16 -0
  76. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +16 -0
  77. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +16 -0
  78. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +16 -0
  79. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +16 -0
  80. package/dist-types/commands/GetCostEstimationCommand.d.ts +16 -0
  81. package/dist-types/commands/GetResourceCollectionCommand.d.ts +16 -0
  82. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +16 -0
  83. package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +16 -0
  84. package/dist-types/commands/ListEventsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListInsightsCommand.d.ts +16 -0
  86. package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +16 -0
  87. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +16 -0
  88. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +16 -0
  89. package/dist-types/commands/ListRecommendationsCommand.d.ts +16 -0
  90. package/dist-types/commands/PutFeedbackCommand.d.ts +16 -0
  91. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +16 -0
  92. package/dist-types/commands/SearchInsightsCommand.d.ts +16 -0
  93. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +16 -0
  94. package/dist-types/commands/StartCostEstimationCommand.d.ts +16 -0
  95. package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +16 -0
  96. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +16 -0
  97. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +16 -0
  98. package/dist-types/models/DevOpsGuruServiceException.d.ts +2 -0
  99. package/dist-types/models/models_0.d.ts +358 -608
  100. package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +3 -0
  101. package/dist-types/pagination/DescribeResourceCollectionHealthPaginator.d.ts +3 -0
  102. package/dist-types/pagination/GetCostEstimationPaginator.d.ts +3 -0
  103. package/dist-types/pagination/GetResourceCollectionPaginator.d.ts +3 -0
  104. package/dist-types/pagination/Interfaces.d.ts +3 -0
  105. package/dist-types/pagination/ListAnomaliesForInsightPaginator.d.ts +3 -0
  106. package/dist-types/pagination/ListAnomalousLogGroupsPaginator.d.ts +3 -0
  107. package/dist-types/pagination/ListEventsPaginator.d.ts +3 -0
  108. package/dist-types/pagination/ListInsightsPaginator.d.ts +3 -0
  109. package/dist-types/pagination/ListMonitoredResourcesPaginator.d.ts +3 -0
  110. package/dist-types/pagination/ListNotificationChannelsPaginator.d.ts +3 -0
  111. package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +3 -0
  112. package/dist-types/pagination/ListRecommendationsPaginator.d.ts +3 -0
  113. package/dist-types/pagination/SearchInsightsPaginator.d.ts +3 -0
  114. package/dist-types/pagination/SearchOrganizationInsightsPaginator.d.ts +3 -0
  115. package/dist-types/ts3.4/models/models_0.d.ts +0 -450
  116. package/package.json +4 -3
@@ -32,6 +32,7 @@ import { UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOu
32
32
  import { UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput } from "./commands/UpdateServiceIntegrationCommand";
33
33
  import { DevOpsGuruClient } from "./DevOpsGuruClient";
34
34
  /**
35
+ * @public
35
36
  * <p> Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in
36
37
  * business critical operational applications. You specify the Amazon Web Services resources that you
37
38
  * want DevOps Guru to cover, then the Amazon CloudWatch metrics and Amazon Web Services CloudTrail events related to those
@@ -47,6 +48,7 @@ import { DevOpsGuruClient } from "./DevOpsGuruClient";
47
48
  */
48
49
  export declare class DevOpsGuru extends DevOpsGuruClient {
49
50
  /**
51
+ * @public
50
52
  * <p> Adds a notification channel to DevOps Guru. A notification channel is used to notify you
51
53
  * about important DevOps Guru events, such as when an insight is generated. </p>
52
54
  * <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
@@ -62,12 +64,14 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
62
64
  addNotificationChannel(args: AddNotificationChannelCommandInput, cb: (err: any, data?: AddNotificationChannelCommandOutput) => void): void;
63
65
  addNotificationChannel(args: AddNotificationChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddNotificationChannelCommandOutput) => void): void;
64
66
  /**
67
+ * @public
65
68
  * <p>Deletes the insight along with the associated anomalies, events and recommendations.</p>
66
69
  */
67
70
  deleteInsight(args: DeleteInsightCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInsightCommandOutput>;
68
71
  deleteInsight(args: DeleteInsightCommandInput, cb: (err: any, data?: DeleteInsightCommandOutput) => void): void;
69
72
  deleteInsight(args: DeleteInsightCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInsightCommandOutput) => void): void;
70
73
  /**
74
+ * @public
71
75
  * <p> Returns the number of open reactive insights, the number of open proactive insights,
72
76
  * and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the
73
77
  * health of operations in your Amazon Web Services account. </p>
@@ -76,6 +80,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
76
80
  describeAccountHealth(args: DescribeAccountHealthCommandInput, cb: (err: any, data?: DescribeAccountHealthCommandOutput) => void): void;
77
81
  describeAccountHealth(args: DescribeAccountHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountHealthCommandOutput) => void): void;
78
82
  /**
83
+ * @public
79
84
  * <p> For the time range passed in, returns the number of open reactive insight that were
80
85
  * created, the number of open proactive insights that were created, and the Mean Time to Recover (MTTR) for all
81
86
  * closed reactive insights. </p>
@@ -84,12 +89,14 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
84
89
  describeAccountOverview(args: DescribeAccountOverviewCommandInput, cb: (err: any, data?: DescribeAccountOverviewCommandOutput) => void): void;
85
90
  describeAccountOverview(args: DescribeAccountOverviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountOverviewCommandOutput) => void): void;
86
91
  /**
92
+ * @public
87
93
  * <p> Returns details about an anomaly that you specify using its ID. </p>
88
94
  */
89
95
  describeAnomaly(args: DescribeAnomalyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAnomalyCommandOutput>;
90
96
  describeAnomaly(args: DescribeAnomalyCommandInput, cb: (err: any, data?: DescribeAnomalyCommandOutput) => void): void;
91
97
  describeAnomaly(args: DescribeAnomalyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAnomalyCommandOutput) => void): void;
92
98
  /**
99
+ * @public
93
100
  * <p>Returns the integration status of services that are integrated with DevOps Guru as Consumer
94
101
  * via EventBridge. The one service that can be integrated with DevOps Guru is Amazon CodeGuru
95
102
  * Profiler, which can produce proactive recommendations which can be stored and viewed in
@@ -99,6 +106,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
99
106
  describeEventSourcesConfig(args: DescribeEventSourcesConfigCommandInput, cb: (err: any, data?: DescribeEventSourcesConfigCommandOutput) => void): void;
100
107
  describeEventSourcesConfig(args: DescribeEventSourcesConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventSourcesConfigCommandOutput) => void): void;
101
108
  /**
109
+ * @public
102
110
  * <p> Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
103
111
  * </p>
104
112
  */
@@ -106,12 +114,14 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
106
114
  describeFeedback(args: DescribeFeedbackCommandInput, cb: (err: any, data?: DescribeFeedbackCommandOutput) => void): void;
107
115
  describeFeedback(args: DescribeFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFeedbackCommandOutput) => void): void;
108
116
  /**
117
+ * @public
109
118
  * <p> Returns details about an insight that you specify using its ID. </p>
110
119
  */
111
120
  describeInsight(args: DescribeInsightCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInsightCommandOutput>;
112
121
  describeInsight(args: DescribeInsightCommandInput, cb: (err: any, data?: DescribeInsightCommandOutput) => void): void;
113
122
  describeInsight(args: DescribeInsightCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInsightCommandOutput) => void): void;
114
123
  /**
124
+ * @public
115
125
  * <p>Returns active insights, predictive insights, and resource hours analyzed in last
116
126
  * hour.</p>
117
127
  */
@@ -119,6 +129,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
119
129
  describeOrganizationHealth(args: DescribeOrganizationHealthCommandInput, cb: (err: any, data?: DescribeOrganizationHealthCommandOutput) => void): void;
120
130
  describeOrganizationHealth(args: DescribeOrganizationHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationHealthCommandOutput) => void): void;
121
131
  /**
132
+ * @public
122
133
  * <p>Returns an overview of your organization's history based on the specified time range.
123
134
  * The overview includes the total reactive and proactive insights.</p>
124
135
  */
@@ -126,6 +137,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
126
137
  describeOrganizationOverview(args: DescribeOrganizationOverviewCommandInput, cb: (err: any, data?: DescribeOrganizationOverviewCommandOutput) => void): void;
127
138
  describeOrganizationOverview(args: DescribeOrganizationOverviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationOverviewCommandOutput) => void): void;
128
139
  /**
140
+ * @public
129
141
  * <p>Provides an overview of your system's health. If additional member accounts are part
130
142
  * of your organization, you can filter those accounts using the <code>AccountIds</code>
131
143
  * field.</p>
@@ -134,6 +146,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
134
146
  describeOrganizationResourceCollectionHealth(args: DescribeOrganizationResourceCollectionHealthCommandInput, cb: (err: any, data?: DescribeOrganizationResourceCollectionHealthCommandOutput) => void): void;
135
147
  describeOrganizationResourceCollectionHealth(args: DescribeOrganizationResourceCollectionHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationResourceCollectionHealthCommandOutput) => void): void;
136
148
  /**
149
+ * @public
137
150
  * <p> Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR)
138
151
  * for all closed insights in resource collections in your account. You specify the type of
139
152
  * Amazon Web Services resources collection. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
@@ -144,6 +157,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
144
157
  describeResourceCollectionHealth(args: DescribeResourceCollectionHealthCommandInput, cb: (err: any, data?: DescribeResourceCollectionHealthCommandOutput) => void): void;
145
158
  describeResourceCollectionHealth(args: DescribeResourceCollectionHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourceCollectionHealthCommandOutput) => void): void;
146
159
  /**
160
+ * @public
147
161
  * <p> Returns the integration status of services that are integrated with DevOps Guru.
148
162
  * The one service that can be integrated with DevOps Guru
149
163
  * is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight. </p>
@@ -152,6 +166,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
152
166
  describeServiceIntegration(args: DescribeServiceIntegrationCommandInput, cb: (err: any, data?: DescribeServiceIntegrationCommandOutput) => void): void;
153
167
  describeServiceIntegration(args: DescribeServiceIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServiceIntegrationCommandOutput) => void): void;
154
168
  /**
169
+ * @public
155
170
  * <p>Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.
156
171
  * For more information,
157
172
  * see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/cost-estimate.html">Estimate your
@@ -162,6 +177,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
162
177
  getCostEstimation(args: GetCostEstimationCommandInput, cb: (err: any, data?: GetCostEstimationCommandOutput) => void): void;
163
178
  getCostEstimation(args: GetCostEstimationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCostEstimationCommandOutput) => void): void;
164
179
  /**
180
+ * @public
165
181
  * <p> Returns lists Amazon Web Services resources that are of the specified resource collection type.
166
182
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
167
183
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
@@ -171,6 +187,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
171
187
  getResourceCollection(args: GetResourceCollectionCommandInput, cb: (err: any, data?: GetResourceCollectionCommandOutput) => void): void;
172
188
  getResourceCollection(args: GetResourceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceCollectionCommandOutput) => void): void;
173
189
  /**
190
+ * @public
174
191
  * <p> Returns a list of the anomalies that belong to an insight that you specify using its
175
192
  * ID. </p>
176
193
  */
@@ -178,6 +195,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
178
195
  listAnomaliesForInsight(args: ListAnomaliesForInsightCommandInput, cb: (err: any, data?: ListAnomaliesForInsightCommandOutput) => void): void;
179
196
  listAnomaliesForInsight(args: ListAnomaliesForInsightCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnomaliesForInsightCommandOutput) => void): void;
180
197
  /**
198
+ * @public
181
199
  * <p>
182
200
  * Returns the list of log groups that contain log anomalies.
183
201
  * </p>
@@ -186,6 +204,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
186
204
  listAnomalousLogGroups(args: ListAnomalousLogGroupsCommandInput, cb: (err: any, data?: ListAnomalousLogGroupsCommandOutput) => void): void;
187
205
  listAnomalousLogGroups(args: ListAnomalousLogGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnomalousLogGroupsCommandOutput) => void): void;
188
206
  /**
207
+ * @public
189
208
  * <p> Returns a list of the events emitted by the resources that are evaluated by DevOps Guru.
190
209
  * You can use filters to specify which events are returned. </p>
191
210
  */
@@ -193,6 +212,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
193
212
  listEvents(args: ListEventsCommandInput, cb: (err: any, data?: ListEventsCommandOutput) => void): void;
194
213
  listEvents(args: ListEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventsCommandOutput) => void): void;
195
214
  /**
215
+ * @public
196
216
  * <p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are
197
217
  * returned by their start time and status (<code>ONGOING</code>, <code>CLOSED</code>, or
198
218
  * <code>ANY</code>). </p>
@@ -201,6 +221,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
201
221
  listInsights(args: ListInsightsCommandInput, cb: (err: any, data?: ListInsightsCommandOutput) => void): void;
202
222
  listInsights(args: ListInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInsightsCommandOutput) => void): void;
203
223
  /**
224
+ * @public
204
225
  * <p>
205
226
  * Returns the list of all log groups that are being monitored and tagged by DevOps Guru.
206
227
  * </p>
@@ -209,6 +230,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
209
230
  listMonitoredResources(args: ListMonitoredResourcesCommandInput, cb: (err: any, data?: ListMonitoredResourcesCommandOutput) => void): void;
210
231
  listMonitoredResources(args: ListMonitoredResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMonitoredResourcesCommandOutput) => void): void;
211
232
  /**
233
+ * @public
212
234
  * <p> Returns a list of notification channels configured for DevOps Guru. Each notification
213
235
  * channel is used to notify you when DevOps Guru generates an insight that contains information
214
236
  * about how to improve your operations. The one
@@ -218,12 +240,14 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
218
240
  listNotificationChannels(args: ListNotificationChannelsCommandInput, cb: (err: any, data?: ListNotificationChannelsCommandOutput) => void): void;
219
241
  listNotificationChannels(args: ListNotificationChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNotificationChannelsCommandOutput) => void): void;
220
242
  /**
243
+ * @public
221
244
  * <p>Returns a list of insights associated with the account or OU Id.</p>
222
245
  */
223
246
  listOrganizationInsights(args: ListOrganizationInsightsCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationInsightsCommandOutput>;
224
247
  listOrganizationInsights(args: ListOrganizationInsightsCommandInput, cb: (err: any, data?: ListOrganizationInsightsCommandOutput) => void): void;
225
248
  listOrganizationInsights(args: ListOrganizationInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationInsightsCommandOutput) => void): void;
226
249
  /**
250
+ * @public
227
251
  * <p> Returns a list of a specified insight's recommendations. Each recommendation includes
228
252
  * a list of related metrics and a list of related events. </p>
229
253
  */
@@ -231,12 +255,14 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
231
255
  listRecommendations(args: ListRecommendationsCommandInput, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
232
256
  listRecommendations(args: ListRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
233
257
  /**
258
+ * @public
234
259
  * <p> Collects customer feedback about the specified insight. </p>
235
260
  */
236
261
  putFeedback(args: PutFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<PutFeedbackCommandOutput>;
237
262
  putFeedback(args: PutFeedbackCommandInput, cb: (err: any, data?: PutFeedbackCommandOutput) => void): void;
238
263
  putFeedback(args: PutFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutFeedbackCommandOutput) => void): void;
239
264
  /**
265
+ * @public
240
266
  * <p> Removes a notification channel from DevOps Guru. A notification channel is used to notify
241
267
  * you when DevOps Guru generates an insight that contains information about how to improve your
242
268
  * operations. </p>
@@ -245,6 +271,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
245
271
  removeNotificationChannel(args: RemoveNotificationChannelCommandInput, cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void): void;
246
272
  removeNotificationChannel(args: RemoveNotificationChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void): void;
247
273
  /**
274
+ * @public
248
275
  * <p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are
249
276
  * returned by their start time, one or more statuses (<code>ONGOING</code> or <code>CLOSED</code>), one or more severities
250
277
  * (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
@@ -257,6 +284,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
257
284
  searchInsights(args: SearchInsightsCommandInput, cb: (err: any, data?: SearchInsightsCommandOutput) => void): void;
258
285
  searchInsights(args: SearchInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchInsightsCommandOutput) => void): void;
259
286
  /**
287
+ * @public
260
288
  * <p> Returns a list of insights in your organization. You can specify which insights are
261
289
  * returned by their start time, one or more statuses (<code>ONGOING</code>,
262
290
  * <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
@@ -270,6 +298,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
270
298
  searchOrganizationInsights(args: SearchOrganizationInsightsCommandInput, cb: (err: any, data?: SearchOrganizationInsightsCommandOutput) => void): void;
271
299
  searchOrganizationInsights(args: SearchOrganizationInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchOrganizationInsightsCommandOutput) => void): void;
272
300
  /**
301
+ * @public
273
302
  * <p>Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services
274
303
  * resources.</p>
275
304
  */
@@ -277,6 +306,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
277
306
  startCostEstimation(args: StartCostEstimationCommandInput, cb: (err: any, data?: StartCostEstimationCommandOutput) => void): void;
278
307
  startCostEstimation(args: StartCostEstimationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartCostEstimationCommandOutput) => void): void;
279
308
  /**
309
+ * @public
280
310
  * <p>Enables or disables integration with a service that can be integrated with DevOps Guru. The
281
311
  * one service that can be integrated with DevOps Guru is Amazon CodeGuru Profiler, which
282
312
  * can produce proactive recommendations which can be stored and viewed in DevOps Guru.</p>
@@ -285,6 +315,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
285
315
  updateEventSourcesConfig(args: UpdateEventSourcesConfigCommandInput, cb: (err: any, data?: UpdateEventSourcesConfigCommandOutput) => void): void;
286
316
  updateEventSourcesConfig(args: UpdateEventSourcesConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEventSourcesConfigCommandOutput) => void): void;
287
317
  /**
318
+ * @public
288
319
  * <p> Updates the collection of resources that DevOps Guru analyzes.
289
320
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
290
321
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
@@ -295,6 +326,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
295
326
  updateResourceCollection(args: UpdateResourceCollectionCommandInput, cb: (err: any, data?: UpdateResourceCollectionCommandOutput) => void): void;
296
327
  updateResourceCollection(args: UpdateResourceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceCollectionCommandOutput) => void): void;
297
328
  /**
329
+ * @public
298
330
  * <p> Enables or disables integration with a service that can be integrated with DevOps Guru. The
299
331
  * one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create
300
332
  * an OpsItem for each generated insight. </p>
@@ -39,15 +39,24 @@ import { UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOu
39
39
  import { UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput } from "./commands/UpdateResourceCollectionCommand";
40
40
  import { UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput } from "./commands/UpdateServiceIntegrationCommand";
41
41
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
42
+ /**
43
+ * @public
44
+ */
42
45
  export type ServiceInputTypes = AddNotificationChannelCommandInput | DeleteInsightCommandInput | DescribeAccountHealthCommandInput | DescribeAccountOverviewCommandInput | DescribeAnomalyCommandInput | DescribeEventSourcesConfigCommandInput | DescribeFeedbackCommandInput | DescribeInsightCommandInput | DescribeOrganizationHealthCommandInput | DescribeOrganizationOverviewCommandInput | DescribeOrganizationResourceCollectionHealthCommandInput | DescribeResourceCollectionHealthCommandInput | DescribeServiceIntegrationCommandInput | GetCostEstimationCommandInput | GetResourceCollectionCommandInput | ListAnomaliesForInsightCommandInput | ListAnomalousLogGroupsCommandInput | ListEventsCommandInput | ListInsightsCommandInput | ListMonitoredResourcesCommandInput | ListNotificationChannelsCommandInput | ListOrganizationInsightsCommandInput | ListRecommendationsCommandInput | PutFeedbackCommandInput | RemoveNotificationChannelCommandInput | SearchInsightsCommandInput | SearchOrganizationInsightsCommandInput | StartCostEstimationCommandInput | UpdateEventSourcesConfigCommandInput | UpdateResourceCollectionCommandInput | UpdateServiceIntegrationCommandInput;
46
+ /**
47
+ * @public
48
+ */
43
49
  export type ServiceOutputTypes = AddNotificationChannelCommandOutput | DeleteInsightCommandOutput | DescribeAccountHealthCommandOutput | DescribeAccountOverviewCommandOutput | DescribeAnomalyCommandOutput | DescribeEventSourcesConfigCommandOutput | DescribeFeedbackCommandOutput | DescribeInsightCommandOutput | DescribeOrganizationHealthCommandOutput | DescribeOrganizationOverviewCommandOutput | DescribeOrganizationResourceCollectionHealthCommandOutput | DescribeResourceCollectionHealthCommandOutput | DescribeServiceIntegrationCommandOutput | GetCostEstimationCommandOutput | GetResourceCollectionCommandOutput | ListAnomaliesForInsightCommandOutput | ListAnomalousLogGroupsCommandOutput | ListEventsCommandOutput | ListInsightsCommandOutput | ListMonitoredResourcesCommandOutput | ListNotificationChannelsCommandOutput | ListOrganizationInsightsCommandOutput | ListRecommendationsCommandOutput | PutFeedbackCommandOutput | RemoveNotificationChannelCommandOutput | SearchInsightsCommandOutput | SearchOrganizationInsightsCommandOutput | StartCostEstimationCommandOutput | UpdateEventSourcesConfigCommandOutput | UpdateResourceCollectionCommandOutput | UpdateServiceIntegrationCommandOutput;
50
+ /**
51
+ * @public
52
+ */
44
53
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
45
54
  /**
46
55
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
47
56
  */
48
57
  requestHandler?: __HttpHandler;
49
58
  /**
50
- * A constructor for a class implementing the {@link __Checksum} interface
59
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
51
60
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
52
61
  * @internal
53
62
  */
@@ -137,23 +146,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
137
146
  */
138
147
  logger?: __Logger;
139
148
  /**
140
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
149
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
141
150
  */
142
151
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
143
152
  }
153
+ /**
154
+ * @public
155
+ */
144
156
  type DevOpsGuruClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
145
157
  /**
146
- * The configuration interface of DevOpsGuruClient class constructor that set the region, credentials and other options.
158
+ * @public
159
+ *
160
+ * The configuration interface of DevOpsGuruClient class constructor that set the region, credentials and other options.
147
161
  */
148
162
  export interface DevOpsGuruClientConfig extends DevOpsGuruClientConfigType {
149
163
  }
164
+ /**
165
+ * @public
166
+ */
150
167
  type DevOpsGuruClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
151
168
  /**
152
- * The resolved configuration interface of DevOpsGuruClient class. This is resolved and normalized from the {@link DevOpsGuruClientConfig | constructor configuration interface}.
169
+ * @public
170
+ *
171
+ * The resolved configuration interface of DevOpsGuruClient class. This is resolved and normalized from the {@link DevOpsGuruClientConfig | constructor configuration interface}.
153
172
  */
154
173
  export interface DevOpsGuruClientResolvedConfig extends DevOpsGuruClientResolvedConfigType {
155
174
  }
156
175
  /**
176
+ * @public
157
177
  * <p> Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in
158
178
  * business critical operational applications. You specify the Amazon Web Services resources that you
159
179
  * want DevOps Guru to cover, then the Amazon CloudWatch metrics and Amazon Web Services CloudTrail events related to those
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { AddNotificationChannelRequest, AddNotificationChannelResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AddNotificationChannelCommand}.
8
10
  */
9
11
  export interface AddNotificationChannelCommandInput extends AddNotificationChannelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AddNotificationChannelCommand}.
13
17
  */
14
18
  export interface AddNotificationChannelCommandOutput extends AddNotificationChannelResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Adds a notification channel to DevOps Guru. A notification channel is used to notify you
18
23
  * about important DevOps Guru events, such as when an insight is generated. </p>
19
24
  * <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
@@ -34,6 +39,8 @@ export interface AddNotificationChannelCommandOutput extends AddNotificationChan
34
39
  * const response = await client.send(command);
35
40
  * ```
36
41
  *
42
+ * @param AddNotificationChannelCommandInput - {@link AddNotificationChannelCommandInput}
43
+ * @returns {@link AddNotificationChannelCommandOutput}
37
44
  * @see {@link AddNotificationChannelCommandInput} for command's `input` shape.
38
45
  * @see {@link AddNotificationChannelCommandOutput} for command's `response` shape.
39
46
  * @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
@@ -68,11 +75,20 @@ export interface AddNotificationChannelCommandOutput extends AddNotificationChan
68
75
  export declare class AddNotificationChannelCommand extends $Command<AddNotificationChannelCommandInput, AddNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig> {
69
76
  readonly input: AddNotificationChannelCommandInput;
70
77
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
71
81
  constructor(input: AddNotificationChannelCommandInput);
72
82
  /**
73
83
  * @internal
74
84
  */
75
85
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddNotificationChannelCommandInput, AddNotificationChannelCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
76
89
  private serialize;
90
+ /**
91
+ * @internal
92
+ */
77
93
  private deserialize;
78
94
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { DeleteInsightRequest, DeleteInsightResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteInsightCommand}.
8
10
  */
9
11
  export interface DeleteInsightCommandInput extends DeleteInsightRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteInsightCommand}.
13
17
  */
14
18
  export interface DeleteInsightCommandOutput extends DeleteInsightResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the insight along with the associated anomalies, events and recommendations.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteInsightCommandOutput extends DeleteInsightResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteInsightCommandInput - {@link DeleteInsightCommandInput}
34
+ * @returns {@link DeleteInsightCommandOutput}
28
35
  * @see {@link DeleteInsightCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteInsightCommandOutput} for command's `response` shape.
30
37
  * @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
@@ -56,11 +63,20 @@ export interface DeleteInsightCommandOutput extends DeleteInsightResponse, __Met
56
63
  export declare class DeleteInsightCommand extends $Command<DeleteInsightCommandInput, DeleteInsightCommandOutput, DevOpsGuruClientResolvedConfig> {
57
64
  readonly input: DeleteInsightCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: DeleteInsightCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInsightCommandInput, DeleteInsightCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { DescribeAccountHealthRequest, DescribeAccountHealthResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeAccountHealthCommand}.
8
10
  */
9
11
  export interface DescribeAccountHealthCommandInput extends DescribeAccountHealthRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeAccountHealthCommand}.
13
17
  */
14
18
  export interface DescribeAccountHealthCommandOutput extends DescribeAccountHealthResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Returns the number of open reactive insights, the number of open proactive insights,
18
23
  * and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the
19
24
  * health of operations in your Amazon Web Services account. </p>
@@ -27,6 +32,8 @@ export interface DescribeAccountHealthCommandOutput extends DescribeAccountHealt
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeAccountHealthCommandInput - {@link DescribeAccountHealthCommandInput}
36
+ * @returns {@link DescribeAccountHealthCommandOutput}
30
37
  * @see {@link DescribeAccountHealthCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeAccountHealthCommandOutput} for command's `response` shape.
32
39
  * @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DescribeAccountHealthCommandOutput extends DescribeAccountHealt
52
59
  export declare class DescribeAccountHealthCommand extends $Command<DescribeAccountHealthCommandInput, DescribeAccountHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
53
60
  readonly input: DescribeAccountHealthCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DescribeAccountHealthCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountHealthCommandInput, DescribeAccountHealthCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { DescribeAccountOverviewRequest, DescribeAccountOverviewResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeAccountOverviewCommand}.
8
10
  */
9
11
  export interface DescribeAccountOverviewCommandInput extends DescribeAccountOverviewRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeAccountOverviewCommand}.
13
17
  */
14
18
  export interface DescribeAccountOverviewCommandOutput extends DescribeAccountOverviewResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> For the time range passed in, returns the number of open reactive insight that were
18
23
  * created, the number of open proactive insights that were created, and the Mean Time to Recover (MTTR) for all
19
24
  * closed reactive insights. </p>
@@ -27,6 +32,8 @@ export interface DescribeAccountOverviewCommandOutput extends DescribeAccountOve
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeAccountOverviewCommandInput - {@link DescribeAccountOverviewCommandInput}
36
+ * @returns {@link DescribeAccountOverviewCommandOutput}
30
37
  * @see {@link DescribeAccountOverviewCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeAccountOverviewCommandOutput} for command's `response` shape.
32
39
  * @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DescribeAccountOverviewCommandOutput extends DescribeAccountOve
52
59
  export declare class DescribeAccountOverviewCommand extends $Command<DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutput, DevOpsGuruClientResolvedConfig> {
53
60
  readonly input: DescribeAccountOverviewCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DescribeAccountOverviewCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { DescribeAnomalyRequest, DescribeAnomalyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeAnomalyCommand}.
8
10
  */
9
11
  export interface DescribeAnomalyCommandInput extends DescribeAnomalyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeAnomalyCommand}.
13
17
  */
14
18
  export interface DescribeAnomalyCommandOutput extends DescribeAnomalyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Returns details about an anomaly that you specify using its ID. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeAnomalyCommandOutput extends DescribeAnomalyResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeAnomalyCommandInput - {@link DescribeAnomalyCommandInput}
34
+ * @returns {@link DescribeAnomalyCommandOutput}
28
35
  * @see {@link DescribeAnomalyCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeAnomalyCommandOutput} for command's `response` shape.
30
37
  * @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
@@ -53,11 +60,20 @@ export interface DescribeAnomalyCommandOutput extends DescribeAnomalyResponse, _
53
60
  export declare class DescribeAnomalyCommand extends $Command<DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput, DevOpsGuruClientResolvedConfig> {
54
61
  readonly input: DescribeAnomalyCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DescribeAnomalyCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { DescribeEventSourcesConfigRequest, DescribeEventSourcesConfigResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeEventSourcesConfigCommand}.
8
10
  */
9
11
  export interface DescribeEventSourcesConfigCommandInput extends DescribeEventSourcesConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeEventSourcesConfigCommand}.
13
17
  */
14
18
  export interface DescribeEventSourcesConfigCommandOutput extends DescribeEventSourcesConfigResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the integration status of services that are integrated with DevOps Guru as Consumer
18
23
  * via EventBridge. The one service that can be integrated with DevOps Guru is Amazon CodeGuru
19
24
  * Profiler, which can produce proactive recommendations which can be stored and viewed in
@@ -28,6 +33,8 @@ export interface DescribeEventSourcesConfigCommandOutput extends DescribeEventSo
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DescribeEventSourcesConfigCommandInput - {@link DescribeEventSourcesConfigCommandInput}
37
+ * @returns {@link DescribeEventSourcesConfigCommandOutput}
31
38
  * @see {@link DescribeEventSourcesConfigCommandInput} for command's `input` shape.
32
39
  * @see {@link DescribeEventSourcesConfigCommandOutput} for command's `response` shape.
33
40
  * @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
@@ -53,11 +60,20 @@ export interface DescribeEventSourcesConfigCommandOutput extends DescribeEventSo
53
60
  export declare class DescribeEventSourcesConfigCommand extends $Command<DescribeEventSourcesConfigCommandInput, DescribeEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig> {
54
61
  readonly input: DescribeEventSourcesConfigCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DescribeEventSourcesConfigCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventSourcesConfigCommandInput, DescribeEventSourcesConfigCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }