@aws-sdk/client-devops-guru 3.533.0 → 3.535.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.
- package/dist-types/DevOpsGuru.d.ts +11 -1
- package/dist-types/DevOpsGuruClient.d.ts +1 -1
- package/dist-types/commands/AddNotificationChannelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInsightCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAnomalyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFeedbackCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInsightCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +2 -1
- package/dist-types/commands/GetCostEstimationCommand.d.ts +2 -1
- package/dist-types/commands/GetResourceCollectionCommand.d.ts +2 -1
- package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +2 -1
- package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListEventsCommand.d.ts +2 -1
- package/dist-types/commands/ListInsightsCommand.d.ts +2 -1
- package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListNotificationChannelsCommand.d.ts +2 -1
- package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +2 -1
- package/dist-types/commands/ListRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/PutFeedbackCommand.d.ts +2 -1
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +2 -1
- package/dist-types/commands/SearchInsightsCommand.d.ts +2 -1
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +2 -1
- package/dist-types/commands/StartCostEstimationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +558 -558
- package/dist-types/ts3.4/DevOpsGuru.d.ts +10 -0
- package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -47,6 +47,7 @@ export interface DevOpsGuru {
|
|
|
47
47
|
/**
|
|
48
48
|
* @see {@link DescribeAccountHealthCommand}
|
|
49
49
|
*/
|
|
50
|
+
describeAccountHealth(): Promise<DescribeAccountHealthCommandOutput>;
|
|
50
51
|
describeAccountHealth(args: DescribeAccountHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountHealthCommandOutput>;
|
|
51
52
|
describeAccountHealth(args: DescribeAccountHealthCommandInput, cb: (err: any, data?: DescribeAccountHealthCommandOutput) => void): void;
|
|
52
53
|
describeAccountHealth(args: DescribeAccountHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountHealthCommandOutput) => void): void;
|
|
@@ -65,12 +66,14 @@ export interface DevOpsGuru {
|
|
|
65
66
|
/**
|
|
66
67
|
* @see {@link DescribeEventSourcesConfigCommand}
|
|
67
68
|
*/
|
|
69
|
+
describeEventSourcesConfig(): Promise<DescribeEventSourcesConfigCommandOutput>;
|
|
68
70
|
describeEventSourcesConfig(args: DescribeEventSourcesConfigCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventSourcesConfigCommandOutput>;
|
|
69
71
|
describeEventSourcesConfig(args: DescribeEventSourcesConfigCommandInput, cb: (err: any, data?: DescribeEventSourcesConfigCommandOutput) => void): void;
|
|
70
72
|
describeEventSourcesConfig(args: DescribeEventSourcesConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventSourcesConfigCommandOutput) => void): void;
|
|
71
73
|
/**
|
|
72
74
|
* @see {@link DescribeFeedbackCommand}
|
|
73
75
|
*/
|
|
76
|
+
describeFeedback(): Promise<DescribeFeedbackCommandOutput>;
|
|
74
77
|
describeFeedback(args: DescribeFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFeedbackCommandOutput>;
|
|
75
78
|
describeFeedback(args: DescribeFeedbackCommandInput, cb: (err: any, data?: DescribeFeedbackCommandOutput) => void): void;
|
|
76
79
|
describeFeedback(args: DescribeFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFeedbackCommandOutput) => void): void;
|
|
@@ -83,6 +86,7 @@ export interface DevOpsGuru {
|
|
|
83
86
|
/**
|
|
84
87
|
* @see {@link DescribeOrganizationHealthCommand}
|
|
85
88
|
*/
|
|
89
|
+
describeOrganizationHealth(): Promise<DescribeOrganizationHealthCommandOutput>;
|
|
86
90
|
describeOrganizationHealth(args: DescribeOrganizationHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationHealthCommandOutput>;
|
|
87
91
|
describeOrganizationHealth(args: DescribeOrganizationHealthCommandInput, cb: (err: any, data?: DescribeOrganizationHealthCommandOutput) => void): void;
|
|
88
92
|
describeOrganizationHealth(args: DescribeOrganizationHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationHealthCommandOutput) => void): void;
|
|
@@ -107,12 +111,14 @@ export interface DevOpsGuru {
|
|
|
107
111
|
/**
|
|
108
112
|
* @see {@link DescribeServiceIntegrationCommand}
|
|
109
113
|
*/
|
|
114
|
+
describeServiceIntegration(): Promise<DescribeServiceIntegrationCommandOutput>;
|
|
110
115
|
describeServiceIntegration(args: DescribeServiceIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServiceIntegrationCommandOutput>;
|
|
111
116
|
describeServiceIntegration(args: DescribeServiceIntegrationCommandInput, cb: (err: any, data?: DescribeServiceIntegrationCommandOutput) => void): void;
|
|
112
117
|
describeServiceIntegration(args: DescribeServiceIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServiceIntegrationCommandOutput) => void): void;
|
|
113
118
|
/**
|
|
114
119
|
* @see {@link GetCostEstimationCommand}
|
|
115
120
|
*/
|
|
121
|
+
getCostEstimation(): Promise<GetCostEstimationCommandOutput>;
|
|
116
122
|
getCostEstimation(args: GetCostEstimationCommandInput, options?: __HttpHandlerOptions): Promise<GetCostEstimationCommandOutput>;
|
|
117
123
|
getCostEstimation(args: GetCostEstimationCommandInput, cb: (err: any, data?: GetCostEstimationCommandOutput) => void): void;
|
|
118
124
|
getCostEstimation(args: GetCostEstimationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCostEstimationCommandOutput) => void): void;
|
|
@@ -149,12 +155,14 @@ export interface DevOpsGuru {
|
|
|
149
155
|
/**
|
|
150
156
|
* @see {@link ListMonitoredResourcesCommand}
|
|
151
157
|
*/
|
|
158
|
+
listMonitoredResources(): Promise<ListMonitoredResourcesCommandOutput>;
|
|
152
159
|
listMonitoredResources(args: ListMonitoredResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListMonitoredResourcesCommandOutput>;
|
|
153
160
|
listMonitoredResources(args: ListMonitoredResourcesCommandInput, cb: (err: any, data?: ListMonitoredResourcesCommandOutput) => void): void;
|
|
154
161
|
listMonitoredResources(args: ListMonitoredResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMonitoredResourcesCommandOutput) => void): void;
|
|
155
162
|
/**
|
|
156
163
|
* @see {@link ListNotificationChannelsCommand}
|
|
157
164
|
*/
|
|
165
|
+
listNotificationChannels(): Promise<ListNotificationChannelsCommandOutput>;
|
|
158
166
|
listNotificationChannels(args: ListNotificationChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListNotificationChannelsCommandOutput>;
|
|
159
167
|
listNotificationChannels(args: ListNotificationChannelsCommandInput, cb: (err: any, data?: ListNotificationChannelsCommandOutput) => void): void;
|
|
160
168
|
listNotificationChannels(args: ListNotificationChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNotificationChannelsCommandOutput) => void): void;
|
|
@@ -173,6 +181,7 @@ export interface DevOpsGuru {
|
|
|
173
181
|
/**
|
|
174
182
|
* @see {@link PutFeedbackCommand}
|
|
175
183
|
*/
|
|
184
|
+
putFeedback(): Promise<PutFeedbackCommandOutput>;
|
|
176
185
|
putFeedback(args: PutFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<PutFeedbackCommandOutput>;
|
|
177
186
|
putFeedback(args: PutFeedbackCommandInput, cb: (err: any, data?: PutFeedbackCommandOutput) => void): void;
|
|
178
187
|
putFeedback(args: PutFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutFeedbackCommandOutput) => void): void;
|
|
@@ -203,6 +212,7 @@ export interface DevOpsGuru {
|
|
|
203
212
|
/**
|
|
204
213
|
* @see {@link UpdateEventSourcesConfigCommand}
|
|
205
214
|
*/
|
|
215
|
+
updateEventSourcesConfig(): Promise<UpdateEventSourcesConfigCommandOutput>;
|
|
206
216
|
updateEventSourcesConfig(args: UpdateEventSourcesConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEventSourcesConfigCommandOutput>;
|
|
207
217
|
updateEventSourcesConfig(args: UpdateEventSourcesConfigCommandInput, cb: (err: any, data?: UpdateEventSourcesConfigCommandOutput) => void): void;
|
|
208
218
|
updateEventSourcesConfig(args: UpdateEventSourcesConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEventSourcesConfigCommandOutput) => void): void;
|
|
@@ -220,7 +230,6 @@ export interface DevOpsGuru {
|
|
|
220
230
|
updateServiceIntegration(args: UpdateServiceIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceIntegrationCommandOutput) => void): void;
|
|
221
231
|
}
|
|
222
232
|
/**
|
|
223
|
-
* @public
|
|
224
233
|
* <p> Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in
|
|
225
234
|
* business critical operational applications. You specify the Amazon Web Services resources that you
|
|
226
235
|
* want DevOps Guru to cover, then the Amazon CloudWatch metrics and Amazon Web Services CloudTrail events related to those
|
|
@@ -233,6 +242,7 @@ export interface DevOpsGuru {
|
|
|
233
242
|
* insight to help you manage and track your work addressing insights. </p>
|
|
234
243
|
* <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
|
|
235
244
|
* 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>
|
|
245
|
+
* @public
|
|
236
246
|
*/
|
|
237
247
|
export declare class DevOpsGuru extends DevOpsGuruClient implements DevOpsGuru {
|
|
238
248
|
}
|
|
@@ -182,7 +182,6 @@ export type DevOpsGuruClientResolvedConfigType = __SmithyResolvedConfiguration<_
|
|
|
182
182
|
export interface DevOpsGuruClientResolvedConfig extends DevOpsGuruClientResolvedConfigType {
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
|
-
* @public
|
|
186
185
|
* <p> Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in
|
|
187
186
|
* business critical operational applications. You specify the Amazon Web Services resources that you
|
|
188
187
|
* want DevOps Guru to cover, then the Amazon CloudWatch metrics and Amazon Web Services CloudTrail events related to those
|
|
@@ -195,6 +194,7 @@ export interface DevOpsGuruClientResolvedConfig extends DevOpsGuruClientResolved
|
|
|
195
194
|
* insight to help you manage and track your work addressing insights. </p>
|
|
196
195
|
* <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
|
|
197
196
|
* 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>
|
|
197
|
+
* @public
|
|
198
198
|
*/
|
|
199
199
|
export declare class DevOpsGuruClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DevOpsGuruClientResolvedConfig> {
|
|
200
200
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AddNotificationChannelCommandOutput extends AddNotificationChan
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddNotificationChannelCommand_base: {
|
|
24
24
|
new (input: AddNotificationChannelCommandInput): import("@smithy/smithy-client").CommandImpl<AddNotificationChannelCommandInput, AddNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddNotificationChannelCommandInput): import("@smithy/smithy-client").CommandImpl<AddNotificationChannelCommandInput, AddNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Adds a notification channel to DevOps Guru. A notification channel is used to notify you
|
|
30
30
|
* about important DevOps Guru events, such as when an insight is generated. </p>
|
|
31
31
|
* <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
|
|
@@ -98,6 +98,7 @@ declare const AddNotificationChannelCommand_base: {
|
|
|
98
98
|
* @throws {@link DevOpsGuruServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
100
100
|
*
|
|
101
|
+
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class AddNotificationChannelCommand extends AddNotificationChannelCommand_base {
|
|
103
104
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteInsightCommandOutput extends DeleteInsightResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteInsightCommand_base: {
|
|
24
24
|
new (input: DeleteInsightCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInsightCommandInput, DeleteInsightCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteInsightCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInsightCommandInput, DeleteInsightCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the insight along with the associated anomalies, events and recommendations.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const DeleteInsightCommand_base: {
|
|
|
73
73
|
* @throws {@link DevOpsGuruServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DeleteInsightCommand extends DeleteInsightCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeAccountHealthCommandOutput extends DescribeAccountHealt
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAccountHealthCommand_base: {
|
|
24
24
|
new (input: DescribeAccountHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountHealthCommandInput, DescribeAccountHealthCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeAccountHealthCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAccountHealthCommandInput, DescribeAccountHealthCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Returns the number of open reactive insights, the number of open proactive insights,
|
|
30
30
|
* and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the
|
|
31
31
|
* health of operations in your Amazon Web Services account. </p>
|
|
@@ -73,6 +73,7 @@ declare const DescribeAccountHealthCommand_base: {
|
|
|
73
73
|
* @throws {@link DevOpsGuruServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DescribeAccountHealthCommand extends DescribeAccountHealthCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeAccountOverviewCommandOutput extends DescribeAccountOve
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAccountOverviewCommand_base: {
|
|
24
24
|
new (input: DescribeAccountOverviewCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeAccountOverviewCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> For the time range passed in, returns the number of open reactive insight that were
|
|
30
30
|
* created, the number of open proactive insights that were created, and the Mean Time to Recover (MTTR) for all
|
|
31
31
|
* closed reactive insights. </p>
|
|
@@ -74,6 +74,7 @@ declare const DescribeAccountOverviewCommand_base: {
|
|
|
74
74
|
* @throws {@link DevOpsGuruServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DescribeAccountOverviewCommand extends DescribeAccountOverviewCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeAnomalyCommandOutput extends DescribeAnomalyResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAnomalyCommand_base: {
|
|
24
24
|
new (input: DescribeAnomalyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeAnomalyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Returns details about an anomaly that you specify using its ID. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -322,6 +322,7 @@ declare const DescribeAnomalyCommand_base: {
|
|
|
322
322
|
* @throws {@link DevOpsGuruServiceException}
|
|
323
323
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
324
324
|
*
|
|
325
|
+
* @public
|
|
325
326
|
*/
|
|
326
327
|
export declare class DescribeAnomalyCommand extends DescribeAnomalyCommand_base {
|
|
327
328
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeEventSourcesConfigCommandOutput extends DescribeEventSo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeEventSourcesConfigCommand_base: {
|
|
24
24
|
new (input: DescribeEventSourcesConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventSourcesConfigCommandInput, DescribeEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeEventSourcesConfigCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEventSourcesConfigCommandInput, DescribeEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the integration status of services that are integrated with DevOps Guru as Consumer
|
|
30
30
|
* via EventBridge. The one service that can be integrated with DevOps Guru is Amazon CodeGuru
|
|
31
31
|
* Profiler, which can produce proactive recommendations which can be stored and viewed in
|
|
@@ -74,6 +74,7 @@ declare const DescribeEventSourcesConfigCommand_base: {
|
|
|
74
74
|
* @throws {@link DevOpsGuruServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DescribeEventSourcesConfigCommand extends DescribeEventSourcesConfigCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeFeedbackCommandOutput extends DescribeFeedbackResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeFeedbackCommand_base: {
|
|
24
24
|
new (input: DescribeFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeFeedbackCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
|
|
30
30
|
* </p>
|
|
31
31
|
* @example
|
|
@@ -76,6 +76,7 @@ declare const DescribeFeedbackCommand_base: {
|
|
|
76
76
|
* @throws {@link DevOpsGuruServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DescribeFeedbackCommand extends DescribeFeedbackCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeInsightCommandOutput extends DescribeInsightResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeInsightCommand_base: {
|
|
24
24
|
new (input: DescribeInsightCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInsightCommandInput, DescribeInsightCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeInsightCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInsightCommandInput, DescribeInsightCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Returns details about an insight that you specify using its ID. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -130,6 +130,7 @@ declare const DescribeInsightCommand_base: {
|
|
|
130
130
|
* @throws {@link DevOpsGuruServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
132
132
|
*
|
|
133
|
+
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class DescribeInsightCommand extends DescribeInsightCommand_base {
|
|
135
136
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeOrganizationHealthCommandOutput extends DescribeOrganiz
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeOrganizationHealthCommand_base: {
|
|
24
24
|
new (input: DescribeOrganizationHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationHealthCommandInput, DescribeOrganizationHealthCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeOrganizationHealthCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationHealthCommandInput, DescribeOrganizationHealthCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns active insights, predictive insights, and resource hours analyzed in last
|
|
30
30
|
* hour.</p>
|
|
31
31
|
* @example
|
|
@@ -78,6 +78,7 @@ declare const DescribeOrganizationHealthCommand_base: {
|
|
|
78
78
|
* @throws {@link DevOpsGuruServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DescribeOrganizationHealthCommand extends DescribeOrganizationHealthCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeOrganizationOverviewCommandOutput extends DescribeOrgan
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeOrganizationOverviewCommand_base: {
|
|
24
24
|
new (input: DescribeOrganizationOverviewCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationOverviewCommandInput, DescribeOrganizationOverviewCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeOrganizationOverviewCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationOverviewCommandInput, DescribeOrganizationOverviewCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns an overview of your organization's history based on the specified time range.
|
|
30
30
|
* The overview includes the total reactive and proactive insights.</p>
|
|
31
31
|
* @example
|
|
@@ -78,6 +78,7 @@ declare const DescribeOrganizationOverviewCommand_base: {
|
|
|
78
78
|
* @throws {@link DevOpsGuruServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DescribeOrganizationOverviewCommand extends DescribeOrganizationOverviewCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeOrganizationResourceCollectionHealthCommandOutput exten
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeOrganizationResourceCollectionHealthCommand_base: {
|
|
24
24
|
new (input: DescribeOrganizationResourceCollectionHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeOrganizationResourceCollectionHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides an overview of your system's health. If additional member accounts are part
|
|
30
30
|
* of your organization, you can filter those accounts using the <code>AccountIds</code>
|
|
31
31
|
* field.</p>
|
|
@@ -121,6 +121,7 @@ declare const DescribeOrganizationResourceCollectionHealthCommand_base: {
|
|
|
121
121
|
* @throws {@link DevOpsGuruServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
123
123
|
*
|
|
124
|
+
* @public
|
|
124
125
|
*/
|
|
125
126
|
export declare class DescribeOrganizationResourceCollectionHealthCommand extends DescribeOrganizationResourceCollectionHealthCommand_base {
|
|
126
127
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeResourceCollectionHealthCommandOutput extends DescribeR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeResourceCollectionHealthCommand_base: {
|
|
24
24
|
new (input: DescribeResourceCollectionHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourceCollectionHealthCommandInput, DescribeResourceCollectionHealthCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeResourceCollectionHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourceCollectionHealthCommandInput, DescribeResourceCollectionHealthCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR)
|
|
30
30
|
* for all closed insights in resource collections in your account. You specify the type of
|
|
31
31
|
* Amazon Web Services resources collection. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
|
|
@@ -107,6 +107,7 @@ declare const DescribeResourceCollectionHealthCommand_base: {
|
|
|
107
107
|
* @throws {@link DevOpsGuruServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
109
109
|
*
|
|
110
|
+
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class DescribeResourceCollectionHealthCommand extends DescribeResourceCollectionHealthCommand_base {
|
|
112
113
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeServiceIntegrationCommandOutput extends DescribeService
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeServiceIntegrationCommand_base: {
|
|
24
24
|
new (input: DescribeServiceIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeServiceIntegrationCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Returns the integration status of services that are integrated with DevOps Guru.
|
|
30
30
|
* The one service that can be integrated with DevOps Guru
|
|
31
31
|
* is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight. </p>
|
|
@@ -84,6 +84,7 @@ declare const DescribeServiceIntegrationCommand_base: {
|
|
|
84
84
|
* @throws {@link DevOpsGuruServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DescribeServiceIntegrationCommand extends DescribeServiceIntegrationCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCostEstimationCommandOutput extends GetCostEstimationRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCostEstimationCommand_base: {
|
|
24
24
|
new (input: GetCostEstimationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCostEstimationCommandInput, GetCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetCostEstimationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetCostEstimationCommandInput, GetCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.
|
|
30
30
|
* For more information,
|
|
31
31
|
* see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/cost-estimate.html">Estimate your
|
|
@@ -106,6 +106,7 @@ declare const GetCostEstimationCommand_base: {
|
|
|
106
106
|
* @throws {@link DevOpsGuruServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
108
108
|
*
|
|
109
|
+
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class GetCostEstimationCommand extends GetCostEstimationCommand_base {
|
|
111
112
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetResourceCollectionCommandOutput extends GetResourceCollectio
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetResourceCollectionCommand_base: {
|
|
24
24
|
new (input: GetResourceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceCollectionCommandInput, GetResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetResourceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceCollectionCommandInput, GetResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Returns lists Amazon Web Services resources that are of the specified resource collection type.
|
|
30
30
|
* The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
|
|
31
31
|
* Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
|
|
@@ -91,6 +91,7 @@ declare const GetResourceCollectionCommand_base: {
|
|
|
91
91
|
* @throws {@link DevOpsGuruServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class GetResourceCollectionCommand extends GetResourceCollectionCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAnomaliesForInsightCommandOutput extends ListAnomaliesForIn
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAnomaliesForInsightCommand_base: {
|
|
24
24
|
new (input: ListAnomaliesForInsightCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListAnomaliesForInsightCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Returns a list of the anomalies that belong to an insight that you specify using its
|
|
30
30
|
* ID. </p>
|
|
31
31
|
* @example
|
|
@@ -341,6 +341,7 @@ declare const ListAnomaliesForInsightCommand_base: {
|
|
|
341
341
|
* @throws {@link DevOpsGuruServiceException}
|
|
342
342
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
343
343
|
*
|
|
344
|
+
* @public
|
|
344
345
|
*/
|
|
345
346
|
export declare class ListAnomaliesForInsightCommand extends ListAnomaliesForInsightCommand_base {
|
|
346
347
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAnomalousLogGroupsCommandOutput extends ListAnomalousLogGro
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAnomalousLogGroupsCommand_base: {
|
|
24
24
|
new (input: ListAnomalousLogGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListAnomalousLogGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Returns the list of log groups that contain log anomalies.
|
|
31
31
|
* </p>
|
|
@@ -100,6 +100,7 @@ declare const ListAnomalousLogGroupsCommand_base: {
|
|
|
100
100
|
* @throws {@link DevOpsGuruServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class ListAnomalousLogGroupsCommand extends ListAnomalousLogGroupsCommand_base {
|
|
105
106
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListEventsCommandOutput extends ListEventsResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListEventsCommand_base: {
|
|
24
24
|
new (input: ListEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventsCommandInput, ListEventsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventsCommandInput, ListEventsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Returns a list of the events emitted by the resources that are evaluated by DevOps Guru.
|
|
30
30
|
* You can use filters to specify which events are returned. </p>
|
|
31
31
|
* @example
|
|
@@ -132,6 +132,7 @@ declare const ListEventsCommand_base: {
|
|
|
132
132
|
* @throws {@link DevOpsGuruServiceException}
|
|
133
133
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
134
134
|
*
|
|
135
|
+
* @public
|
|
135
136
|
*/
|
|
136
137
|
export declare class ListEventsCommand extends ListEventsCommand_base {
|
|
137
138
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListInsightsCommandOutput extends ListInsightsResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListInsightsCommand_base: {
|
|
24
24
|
new (input: ListInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInsightsCommandInput, ListInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInsightsCommandInput, ListInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are
|
|
30
30
|
* returned by their start time and status (<code>ONGOING</code>, <code>CLOSED</code>, or
|
|
31
31
|
* <code>ANY</code>). </p>
|
|
@@ -165,6 +165,7 @@ declare const ListInsightsCommand_base: {
|
|
|
165
165
|
* @throws {@link DevOpsGuruServiceException}
|
|
166
166
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
167
167
|
*
|
|
168
|
+
* @public
|
|
168
169
|
*/
|
|
169
170
|
export declare class ListInsightsCommand extends ListInsightsCommand_base {
|
|
170
171
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListMonitoredResourcesCommandOutput extends ListMonitoredResour
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListMonitoredResourcesCommand_base: {
|
|
24
24
|
new (input: ListMonitoredResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListMonitoredResourcesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Returns the list of all log groups that are being monitored and tagged by DevOps Guru.
|
|
31
31
|
* </p>
|
|
@@ -98,6 +98,7 @@ declare const ListMonitoredResourcesCommand_base: {
|
|
|
98
98
|
* @throws {@link DevOpsGuruServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
100
100
|
*
|
|
101
|
+
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class ListMonitoredResourcesCommand extends ListMonitoredResourcesCommand_base {
|
|
103
104
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListNotificationChannelsCommandOutput extends ListNotificationC
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListNotificationChannelsCommand_base: {
|
|
24
24
|
new (input: ListNotificationChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListNotificationChannelsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Returns a list of notification channels configured for DevOps Guru. Each notification
|
|
30
30
|
* channel is used to notify you when DevOps Guru generates an insight that contains information
|
|
31
31
|
* about how to improve your operations. The one
|
|
@@ -90,6 +90,7 @@ declare const ListNotificationChannelsCommand_base: {
|
|
|
90
90
|
* @throws {@link DevOpsGuruServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListNotificationChannelsCommand extends ListNotificationChannelsCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListOrganizationInsightsCommandOutput extends ListOrganizationI
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListOrganizationInsightsCommand_base: {
|
|
24
24
|
new (input: ListOrganizationInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListOrganizationInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of insights associated with the account or OU Id.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -167,6 +167,7 @@ declare const ListOrganizationInsightsCommand_base: {
|
|
|
167
167
|
* @throws {@link DevOpsGuruServiceException}
|
|
168
168
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
169
169
|
*
|
|
170
|
+
* @public
|
|
170
171
|
*/
|
|
171
172
|
export declare class ListOrganizationInsightsCommand extends ListOrganizationInsightsCommand_base {
|
|
172
173
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListRecommendationsCommandOutput extends ListRecommendationsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListRecommendationsCommand_base: {
|
|
24
24
|
new (input: ListRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Returns a list of a specified insight's recommendations. Each recommendation includes
|
|
30
30
|
* a list of related metrics and a list of related events. </p>
|
|
31
31
|
* @example
|
|
@@ -117,6 +117,7 @@ declare const ListRecommendationsCommand_base: {
|
|
|
117
117
|
* @throws {@link DevOpsGuruServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
119
119
|
*
|
|
120
|
+
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class ListRecommendationsCommand extends ListRecommendationsCommand_base {
|
|
122
123
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutFeedbackCommandOutput extends PutFeedbackResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutFeedbackCommand_base: {
|
|
24
24
|
new (input: PutFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<PutFeedbackCommandInput, PutFeedbackCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [PutFeedbackCommandInput]): import("@smithy/smithy-client").CommandImpl<PutFeedbackCommandInput, PutFeedbackCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Collects customer feedback about the specified insight. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const PutFeedbackCommand_base: {
|
|
|
76
76
|
* @throws {@link DevOpsGuruServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class PutFeedbackCommand extends PutFeedbackCommand_base {
|
|
81
82
|
}
|